diff --git a/docs/ast/source/const.js.json b/docs/ast/source/const.js.json index 61763791..4b19f1ba 100644 --- a/docs/ast/source/const.js.json +++ b/docs/ast/source/const.js.json @@ -2182,10 +2182,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Default values\n ", + "value": "*\n * Data types\n ", "range": [ 1005, - 1030 + 1026 ], "loc": { "start": { @@ -2200,10 +2200,10 @@ }, { "type": "Block", - "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "value": "*\n * String\n * @type {String}\n ", "range": [ - 1032, - 1094 + 1028, + 1063 ], "loc": { "start": { @@ -2257,10 +2257,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Default values\n ", + "value": "*\n * Data types\n ", "range": [ 1005, - 1030 + 1026 ], "loc": { "start": { @@ -2275,10 +2275,10 @@ }, { "type": "Block", - "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "value": "*\n * String\n * @type {String}\n ", "range": [ - 1032, - 1094 + 1028, + 1063 ], "loc": { "start": { @@ -2302,10 +2302,10 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "AUTO_FILTER_DELAY", + "name": "STRING", "range": [ - 1108, - 1125 + 1077, + 1083 ], "loc": { "start": { @@ -2314,32 +2314,32 @@ }, "end": { "line": 84, - "column": 30 + "column": 19 } } }, "init": { "type": "Literal", - "value": 750, - "raw": "750", + "value": "string", + "raw": "'string'", "range": [ - 1128, - 1131 + 1086, + 1094 ], "loc": { "start": { "line": 84, - "column": 33 + "column": 22 }, "end": { "line": 84, - "column": 36 + "column": 30 } } }, "range": [ - 1108, - 1131 + 1077, + 1094 ], "loc": { "start": { @@ -2348,15 +2348,15 @@ }, "end": { "line": 84, - "column": 36 + "column": 30 } } } ], "kind": "const", "range": [ - 1102, - 1132 + 1071, + 1095 ], "loc": { "start": { @@ -2365,16 +2365,16 @@ }, "end": { "line": 84, - "column": 37 + "column": 31 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Default values\n ", + "value": "*\n * Data types\n ", "range": [ 1005, - 1030 + 1026 ], "loc": { "start": { @@ -2389,10 +2389,10 @@ }, { "type": "Block", - "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "value": "*\n * String\n * @type {String}\n ", "range": [ - 1032, - 1094 + 1028, + 1063 ], "loc": { "start": { @@ -2406,13 +2406,32 @@ } } ], - "trailingComments": [] + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Number\n * @type {String}\n ", + "range": [ + 1097, + 1132 + ], + "loc": { + "start": { + "line": 86, + "column": 0 + }, + "end": { + "line": 89, + "column": 3 + } + } + } + ] }, "specifiers": [], "source": null, "range": [ - 1095, - 1132 + 1064, + 1095 ], "loc": { "start": { @@ -2421,16 +2440,16 @@ }, "end": { "line": 84, - "column": 37 + "column": 31 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Default values\n ", + "value": "*\n * Data types\n ", "range": [ 1005, - 1030 + 1026 ], "loc": { "start": { @@ -2445,10 +2464,10 @@ }, { "type": "Block", - "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "value": "*\n * String\n * @type {String}\n ", "range": [ - 1032, - 1094 + 1028, + 1063 ], "loc": { "start": { @@ -2461,13 +2480,931 @@ } } } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Number\n * @type {String}\n ", + "range": [ + 1097, + 1132 + ], + "loc": { + "start": { + "line": 86, + "column": 0 + }, + "end": { + "line": 89, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 1146, + 1152 + ], + "loc": { + "start": { + "line": 90, + "column": 13 + }, + "end": { + "line": 90, + "column": 19 + } + } + }, + "init": { + "type": "Literal", + "value": "number", + "raw": "'number'", + "range": [ + 1155, + 1163 + ], + "loc": { + "start": { + "line": 90, + "column": 22 + }, + "end": { + "line": 90, + "column": 30 + } + } + }, + "range": [ + 1146, + 1163 + ], + "loc": { + "start": { + "line": 90, + "column": 13 + }, + "end": { + "line": 90, + "column": 30 + } + } + } + ], + "kind": "const", + "range": [ + 1140, + 1164 + ], + "loc": { + "start": { + "line": 90, + "column": 7 + }, + "end": { + "line": 90, + "column": 31 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Number\n * @type {String}\n ", + "range": [ + 1097, + 1132 + ], + "loc": { + "start": { + "line": 86, + "column": 0 + }, + "end": { + "line": 89, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Formatted number\n * @type {String}\n ", + "range": [ + 1166, + 1211 + ], + "loc": { + "start": { + "line": 92, + "column": 0 + }, + "end": { + "line": 95, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 1133, + 1164 + ], + "loc": { + "start": { + "line": 90, + "column": 0 + }, + "end": { + "line": 90, + "column": 31 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Number\n * @type {String}\n ", + "range": [ + 1097, + 1132 + ], + "loc": { + "start": { + "line": 86, + "column": 0 + }, + "end": { + "line": 89, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Formatted number\n * @type {String}\n ", + "range": [ + 1166, + 1211 + ], + "loc": { + "start": { + "line": 92, + "column": 0 + }, + "end": { + "line": 95, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 1225, + 1241 + ], + "loc": { + "start": { + "line": 96, + "column": 13 + }, + "end": { + "line": 96, + "column": 29 + } + } + }, + "init": { + "type": "Literal", + "value": "formatted-number", + "raw": "'formatted-number'", + "range": [ + 1244, + 1262 + ], + "loc": { + "start": { + "line": 96, + "column": 32 + }, + "end": { + "line": 96, + "column": 50 + } + } + }, + "range": [ + 1225, + 1262 + ], + "loc": { + "start": { + "line": 96, + "column": 13 + }, + "end": { + "line": 96, + "column": 50 + } + } + } + ], + "kind": "const", + "range": [ + 1219, + 1263 + ], + "loc": { + "start": { + "line": 96, + "column": 7 + }, + "end": { + "line": 96, + "column": 51 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Formatted number\n * @type {String}\n ", + "range": [ + 1166, + 1211 + ], + "loc": { + "start": { + "line": 92, + "column": 0 + }, + "end": { + "line": 95, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Date\n * @type {String}\n ", + "range": [ + 1265, + 1298 + ], + "loc": { + "start": { + "line": 98, + "column": 0 + }, + "end": { + "line": 101, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 1212, + 1263 + ], + "loc": { + "start": { + "line": 96, + "column": 0 + }, + "end": { + "line": 96, + "column": 51 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Formatted number\n * @type {String}\n ", + "range": [ + 1166, + 1211 + ], + "loc": { + "start": { + "line": 92, + "column": 0 + }, + "end": { + "line": 95, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Date\n * @type {String}\n ", + "range": [ + 1265, + 1298 + ], + "loc": { + "start": { + "line": 98, + "column": 0 + }, + "end": { + "line": 101, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "DATE", + "range": [ + 1312, + 1316 + ], + "loc": { + "start": { + "line": 102, + "column": 13 + }, + "end": { + "line": 102, + "column": 17 + } + } + }, + "init": { + "type": "Literal", + "value": "date", + "raw": "'date'", + "range": [ + 1319, + 1325 + ], + "loc": { + "start": { + "line": 102, + "column": 20 + }, + "end": { + "line": 102, + "column": 26 + } + } + }, + "range": [ + 1312, + 1325 + ], + "loc": { + "start": { + "line": 102, + "column": 13 + }, + "end": { + "line": 102, + "column": 26 + } + } + } + ], + "kind": "const", + "range": [ + 1306, + 1326 + ], + "loc": { + "start": { + "line": 102, + "column": 7 + }, + "end": { + "line": 102, + "column": 27 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Date\n * @type {String}\n ", + "range": [ + 1265, + 1298 + ], + "loc": { + "start": { + "line": 98, + "column": 0 + }, + "end": { + "line": 101, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * IP address\n * @type {String}\n ", + "range": [ + 1328, + 1367 + ], + "loc": { + "start": { + "line": 104, + "column": 0 + }, + "end": { + "line": 107, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 1299, + 1326 + ], + "loc": { + "start": { + "line": 102, + "column": 0 + }, + "end": { + "line": 102, + "column": 27 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Date\n * @type {String}\n ", + "range": [ + 1265, + 1298 + ], + "loc": { + "start": { + "line": 98, + "column": 0 + }, + "end": { + "line": 101, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * IP address\n * @type {String}\n ", + "range": [ + 1328, + 1367 + ], + "loc": { + "start": { + "line": 104, + "column": 0 + }, + "end": { + "line": 107, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "IP_ADDRESS", + "range": [ + 1381, + 1391 + ], + "loc": { + "start": { + "line": 108, + "column": 13 + }, + "end": { + "line": 108, + "column": 23 + } + } + }, + "init": { + "type": "Literal", + "value": "ipaddress", + "raw": "'ipaddress'", + "range": [ + 1394, + 1405 + ], + "loc": { + "start": { + "line": 108, + "column": 26 + }, + "end": { + "line": 108, + "column": 37 + } + } + }, + "range": [ + 1381, + 1405 + ], + "loc": { + "start": { + "line": 108, + "column": 13 + }, + "end": { + "line": 108, + "column": 37 + } + } + } + ], + "kind": "const", + "range": [ + 1375, + 1406 + ], + "loc": { + "start": { + "line": 108, + "column": 7 + }, + "end": { + "line": 108, + "column": 38 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * IP address\n * @type {String}\n ", + "range": [ + 1328, + 1367 + ], + "loc": { + "start": { + "line": 104, + "column": 0 + }, + "end": { + "line": 107, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Default values\n ", + "range": [ + 1408, + 1433 + ], + "loc": { + "start": { + "line": 110, + "column": 0 + }, + "end": { + "line": 112, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "range": [ + 1435, + 1497 + ], + "loc": { + "start": { + "line": 114, + "column": 0 + }, + "end": { + "line": 117, + "column": 3 + } + } + } + ] + }, + "specifiers": [], + "source": null, + "range": [ + 1368, + 1406 + ], + "loc": { + "start": { + "line": 108, + "column": 0 + }, + "end": { + "line": 108, + "column": 38 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * IP address\n * @type {String}\n ", + "range": [ + 1328, + 1367 + ], + "loc": { + "start": { + "line": 104, + "column": 0 + }, + "end": { + "line": 107, + "column": 3 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Default values\n ", + "range": [ + 1408, + 1433 + ], + "loc": { + "start": { + "line": 110, + "column": 0 + }, + "end": { + "line": 112, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "range": [ + 1435, + 1497 + ], + "loc": { + "start": { + "line": 114, + "column": 0 + }, + "end": { + "line": 117, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "AUTO_FILTER_DELAY", + "range": [ + 1511, + 1528 + ], + "loc": { + "start": { + "line": 118, + "column": 13 + }, + "end": { + "line": 118, + "column": 30 + } + } + }, + "init": { + "type": "Literal", + "value": 750, + "raw": "750", + "range": [ + 1531, + 1534 + ], + "loc": { + "start": { + "line": 118, + "column": 33 + }, + "end": { + "line": 118, + "column": 36 + } + } + }, + "range": [ + 1511, + 1534 + ], + "loc": { + "start": { + "line": 118, + "column": 13 + }, + "end": { + "line": 118, + "column": 36 + } + } + } + ], + "kind": "const", + "range": [ + 1505, + 1535 + ], + "loc": { + "start": { + "line": 118, + "column": 7 + }, + "end": { + "line": 118, + "column": 37 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Default values\n ", + "range": [ + 1408, + 1433 + ], + "loc": { + "start": { + "line": 110, + "column": 0 + }, + "end": { + "line": 112, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "range": [ + 1435, + 1497 + ], + "loc": { + "start": { + "line": 114, + "column": 0 + }, + "end": { + "line": 117, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 1498, + 1535 + ], + "loc": { + "start": { + "line": 118, + "column": 0 + }, + "end": { + "line": 118, + "column": 37 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Default values\n ", + "range": [ + 1408, + 1433 + ], + "loc": { + "start": { + "line": 110, + "column": 0 + }, + "end": { + "line": 112, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "range": [ + 1435, + 1497 + ], + "loc": { + "start": { + "line": 114, + "column": 0 + }, + "end": { + "line": 117, + "column": 3 + } + } + } ] } ], "sourceType": "module", "range": [ 72, - 1132 + 1535 ], "loc": { "start": { @@ -2475,7 +3412,7 @@ "column": 0 }, "end": { - "line": 84, + "line": 118, "column": 37 } }, @@ -2752,10 +3689,10 @@ }, { "type": "Block", - "value": "*\n * Default values\n ", + "value": "*\n * Data types\n ", "range": [ 1005, - 1030 + 1026 ], "loc": { "start": { @@ -2770,10 +3707,10 @@ }, { "type": "Block", - "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "value": "*\n * String\n * @type {String}\n ", "range": [ - 1032, - 1094 + 1028, + 1063 ], "loc": { "start": { @@ -2785,6 +3722,114 @@ "column": 3 } } + }, + { + "type": "Block", + "value": "*\n * Number\n * @type {String}\n ", + "range": [ + 1097, + 1132 + ], + "loc": { + "start": { + "line": 86, + "column": 0 + }, + "end": { + "line": 89, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Formatted number\n * @type {String}\n ", + "range": [ + 1166, + 1211 + ], + "loc": { + "start": { + "line": 92, + "column": 0 + }, + "end": { + "line": 95, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Date\n * @type {String}\n ", + "range": [ + 1265, + 1298 + ], + "loc": { + "start": { + "line": 98, + "column": 0 + }, + "end": { + "line": 101, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * IP address\n * @type {String}\n ", + "range": [ + 1328, + 1367 + ], + "loc": { + "start": { + "line": 104, + "column": 0 + }, + "end": { + "line": 107, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Default values\n ", + "range": [ + 1408, + 1433 + ], + "loc": { + "start": { + "line": 110, + "column": 0 + }, + "end": { + "line": 112, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", + "range": [ + 1435, + 1497 + ], + "loc": { + "start": { + "line": 114, + "column": 0 + }, + "end": { + "line": 117, + "column": 3 + } + } } ] } \ No newline at end of file diff --git a/docs/ast/source/extensions/sort/adapterSortabletable.js.json b/docs/ast/source/extensions/sort/adapterSortabletable.js.json index 052d3571..30e9f18f 100644 --- a/docs/ast/source/extensions/sort/adapterSortabletable.js.json +++ b/docs/ast/source/extensions/sort/adapterSortabletable.js.json @@ -253,6 +253,59 @@ "column": 30 } } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "isObj", + "range": [ + 71, + 76 + ], + "loc": { + "start": { + "line": 2, + "column": 32 + }, + "end": { + "line": 2, + "column": 37 + } + } + }, + "imported": { + "type": "Identifier", + "name": "isObj", + "range": [ + 71, + 76 + ], + "loc": { + "start": { + "line": 2, + "column": 32 + }, + "end": { + "line": 2, + "column": 37 + } + } + }, + "range": [ + 71, + 76 + ], + "loc": { + "start": { + "line": 2, + "column": 32 + }, + "end": { + "line": 2, + "column": 37 + } + } } ], "source": { @@ -260,23 +313,23 @@ "value": "../../types", "raw": "'../../types'", "range": [ - 76, - 89 + 83, + 96 ], "loc": { "start": { "line": 2, - "column": 37 + "column": 44 }, "end": { "line": 2, - "column": 50 + "column": 57 } } }, "range": [ 39, - 90 + 97 ], "loc": { "start": { @@ -285,7 +338,7 @@ }, "end": { "line": 2, - "column": 51 + "column": 58 } } }, @@ -298,8 +351,8 @@ "type": "Identifier", "name": "createElm", "range": [ - 99, - 108 + 106, + 115 ], "loc": { "start": { @@ -316,8 +369,8 @@ "type": "Identifier", "name": "createElm", "range": [ - 99, - 108 + 106, + 115 ], "loc": { "start": { @@ -331,8 +384,8 @@ } }, "range": [ - 99, - 108 + 106, + 115 ], "loc": { "start": { @@ -351,8 +404,8 @@ "type": "Identifier", "name": "elm", "range": [ - 110, - 113 + 117, + 120 ], "loc": { "start": { @@ -369,8 +422,8 @@ "type": "Identifier", "name": "elm", "range": [ - 110, - 113 + 117, + 120 ], "loc": { "start": { @@ -384,8 +437,8 @@ } }, "range": [ - 110, - 113 + 117, + 120 ], "loc": { "start": { @@ -404,8 +457,8 @@ "type": "Identifier", "name": "getText", "range": [ - 115, - 122 + 122, + 129 ], "loc": { "start": { @@ -422,8 +475,8 @@ "type": "Identifier", "name": "getText", "range": [ - 115, - 122 + 122, + 129 ], "loc": { "start": { @@ -437,8 +490,8 @@ } }, "range": [ - 115, - 122 + 122, + 129 ], "loc": { "start": { @@ -457,8 +510,8 @@ "type": "Identifier", "name": "tag", "range": [ - 124, - 127 + 131, + 134 ], "loc": { "start": { @@ -475,8 +528,8 @@ "type": "Identifier", "name": "tag", "range": [ - 124, - 127 + 131, + 134 ], "loc": { "start": { @@ -490,8 +543,8 @@ } }, "range": [ - 124, - 127 + 131, + 134 ], "loc": { "start": { @@ -510,8 +563,8 @@ "value": "../../dom", "raw": "'../../dom'", "range": [ - 134, - 145 + 141, + 152 ], "loc": { "start": { @@ -525,8 +578,8 @@ } }, "range": [ - 91, - 146 + 98, + 153 ], "loc": { "start": { @@ -548,8 +601,8 @@ "type": "Identifier", "name": "addEvt", "range": [ - 155, - 161 + 162, + 168 ], "loc": { "start": { @@ -566,8 +619,8 @@ "type": "Identifier", "name": "addEvt", "range": [ - 155, - 161 + 162, + 168 ], "loc": { "start": { @@ -581,8 +634,8 @@ } }, "range": [ - 155, - 161 + 162, + 168 ], "loc": { "start": { @@ -601,8 +654,8 @@ "value": "../../event", "raw": "'../../event'", "range": [ - 168, - 181 + 175, + 188 ], "loc": { "start": { @@ -616,8 +669,8 @@ } }, "range": [ - 147, - 182 + 154, + 189 ], "loc": { "start": { @@ -637,28 +690,28 @@ "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "formatDate", + "name": "parseNb", "range": [ - 191, - 201 + 207, + 214 ], "loc": { "start": { "line": 5, - "column": 8 + "column": 17 }, "end": { "line": 5, - "column": 18 + "column": 24 } } }, "imported": { "type": "Identifier", - "name": "formatDate", + "name": "parse", "range": [ - 191, - 201 + 198, + 203 ], "loc": { "start": { @@ -667,13 +720,13 @@ }, "end": { "line": 5, - "column": 18 + "column": 13 } } }, "range": [ - 191, - 201 + 198, + 214 ], "loc": { "start": { @@ -682,189 +735,204 @@ }, "end": { "line": 5, + "column": 24 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../number", + "raw": "'../../number'", + "range": [ + 221, + 235 + ], + "loc": { + "start": { + "line": 5, + "column": 31 + }, + "end": { + "line": 5, + "column": 45 + } + } + }, + "range": [ + 190, + 236 + ], + "loc": { + "start": { + "line": 5, + "column": 0 + }, + "end": { + "line": 5, + "column": 46 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NONE", + "range": [ + 250, + 254 + ], + "loc": { + "start": { + "line": 7, + "column": 4 + }, + "end": { + "line": 7, + "column": 8 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NONE", + "range": [ + 250, + 254 + ], + "loc": { + "start": { + "line": 7, + "column": 4 + }, + "end": { + "line": 7, + "column": 8 + } + } + }, + "range": [ + 250, + 254 + ], + "loc": { + "start": { + "line": 7, + "column": 4 + }, + "end": { + "line": 7, + "column": 8 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 256, + 264 + ], + "loc": { + "start": { + "line": 7, + "column": 10 + }, + "end": { + "line": 7, + "column": 18 + } + } + }, + "imported": { + "type": "Identifier", + "name": "CELL_TAG", + "range": [ + 256, + 264 + ], + "loc": { + "start": { + "line": 7, + "column": 10 + }, + "end": { + "line": 7, + "column": 18 + } + } + }, + "range": [ + 256, + 264 + ], + "loc": { + "start": { + "line": 7, + "column": 10 + }, + "end": { + "line": 7, "column": 18 } } - } - ], - "source": { - "type": "Literal", - "value": "../../date", - "raw": "'../../date'", - "range": [ - 208, - 220 - ], - "loc": { - "start": { - "line": 5, - "column": 25 - }, - "end": { - "line": 5, - "column": 37 - } - } - }, - "range": [ - 183, - 221 - ], - "loc": { - "start": { - "line": 5, - "column": 0 }, - "end": { - "line": 5, - "column": 38 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ { "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "removeNbFormat", + "name": "HEADER_TAG", "range": [ - 230, - 244 + 266, + 276 ], "loc": { "start": { - "line": 6, - "column": 8 + "line": 7, + "column": 20 }, "end": { - "line": 6, - "column": 22 + "line": 7, + "column": 30 } } }, "imported": { "type": "Identifier", - "name": "removeNbFormat", + "name": "HEADER_TAG", "range": [ - 230, - 244 + 266, + 276 ], "loc": { "start": { - "line": 6, - "column": 8 + "line": 7, + "column": 20 }, "end": { - "line": 6, - "column": 22 + "line": 7, + "column": 30 } } }, "range": [ - 230, - 244 - ], - "loc": { - "start": { - "line": 6, - "column": 8 - }, - "end": { - "line": 6, - "column": 22 - } - } - } - ], - "source": { - "type": "Literal", - "value": "../../helpers", - "raw": "'../../helpers'", - "range": [ - 251, - 266 - ], - "loc": { - "start": { - "line": 6, - "column": 29 - }, - "end": { - "line": 6, - "column": 44 - } - } - }, - "range": [ - 222, - 267 - ], - "loc": { - "start": { - "line": 6, - "column": 0 - }, - "end": { - "line": 6, - "column": 45 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "NONE", - "range": [ - 276, - 280 - ], - "loc": { - "start": { - "line": 7, - "column": 8 - }, - "end": { - "line": 7, - "column": 12 - } - } - }, - "imported": { - "type": "Identifier", - "name": "NONE", - "range": [ - 276, - 280 - ], - "loc": { - "start": { - "line": 7, - "column": 8 - }, - "end": { - "line": 7, - "column": 12 - } - } - }, - "range": [ - 276, - 280 + 266, + 276 ], "loc": { "start": { "line": 7, - "column": 8 + "column": 20 }, "end": { "line": 7, - "column": 12 + "column": 30 } } }, @@ -872,105 +940,264 @@ "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "CELL_TAG", + "name": "STRING", "range": [ - 282, - 290 + 278, + 284 ], "loc": { "start": { "line": 7, - "column": 14 + "column": 32 }, "end": { "line": 7, - "column": 22 + "column": 38 } } }, "imported": { "type": "Identifier", - "name": "CELL_TAG", + "name": "STRING", "range": [ - 282, - 290 + 278, + 284 ], "loc": { "start": { "line": 7, - "column": 14 + "column": 32 }, "end": { "line": 7, - "column": 22 + "column": 38 } } }, "range": [ - 282, - 290 + 278, + 284 ], "loc": { "start": { "line": 7, + "column": 32 + }, + "end": { + "line": 7, + "column": 38 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 286, + 292 + ], + "loc": { + "start": { + "line": 7, + "column": 40 + }, + "end": { + "line": 7, + "column": 46 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 286, + 292 + ], + "loc": { + "start": { + "line": 7, + "column": 40 + }, + "end": { + "line": 7, + "column": 46 + } + } + }, + "range": [ + 286, + 292 + ], + "loc": { + "start": { + "line": 7, + "column": 40 + }, + "end": { + "line": 7, + "column": 46 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "DATE", + "range": [ + 294, + 298 + ], + "loc": { + "start": { + "line": 7, + "column": 48 + }, + "end": { + "line": 7, + "column": 52 + } + } + }, + "imported": { + "type": "Identifier", + "name": "DATE", + "range": [ + 294, + 298 + ], + "loc": { + "start": { + "line": 7, + "column": 48 + }, + "end": { + "line": 7, + "column": 52 + } + } + }, + "range": [ + 294, + 298 + ], + "loc": { + "start": { + "line": 7, + "column": 48 + }, + "end": { + "line": 7, + "column": 52 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 300, + 316 + ], + "loc": { + "start": { + "line": 7, + "column": 54 + }, + "end": { + "line": 7, + "column": 70 + } + } + }, + "imported": { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 300, + 316 + ], + "loc": { + "start": { + "line": 7, + "column": 54 + }, + "end": { + "line": 7, + "column": 70 + } + } + }, + "range": [ + 300, + 316 + ], + "loc": { + "start": { + "line": 7, + "column": 54 + }, + "end": { + "line": 7, + "column": 70 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "IP_ADDRESS", + "range": [ + 322, + 332 + ], + "loc": { + "start": { + "line": 8, + "column": 4 + }, + "end": { + "line": 8, + "column": 14 + } + } + }, + "imported": { + "type": "Identifier", + "name": "IP_ADDRESS", + "range": [ + 322, + 332 + ], + "loc": { + "start": { + "line": 8, + "column": 4 + }, + "end": { + "line": 8, + "column": 14 + } + } + }, + "range": [ + 322, + 332 + ], + "loc": { + "start": { + "line": 8, + "column": 4 + }, + "end": { + "line": 8, "column": 14 - }, - "end": { - "line": 7, - "column": 22 - } - } - }, - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "HEADER_TAG", - "range": [ - 292, - 302 - ], - "loc": { - "start": { - "line": 7, - "column": 24 - }, - "end": { - "line": 7, - "column": 34 - } - } - }, - "imported": { - "type": "Identifier", - "name": "HEADER_TAG", - "range": [ - 292, - 302 - ], - "loc": { - "start": { - "line": 7, - "column": 24 - }, - "end": { - "line": 7, - "column": 34 - } - } - }, - "range": [ - 292, - 302 - ], - "loc": { - "start": { - "line": 7, - "column": 24 - }, - "end": { - "line": 7, - "column": 34 } } } @@ -980,32 +1207,32 @@ "value": "../../const", "raw": "'../../const'", "range": [ - 309, - 322 + 340, + 353 ], "loc": { "start": { - "line": 7, - "column": 41 + "line": 9, + "column": 7 }, "end": { - "line": 7, - "column": 54 + "line": 9, + "column": 20 } } }, "range": [ - 268, - 323 + 237, + 354 ], "loc": { "start": { - "line": 7, + "line": 6, "column": 0 }, "end": { - "line": 7, - "column": 55 + "line": 9, + "column": 21 } }, "trailingComments": [ @@ -1013,16 +1240,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n ", "range": [ - 325, - 364 + 356, + 395 ], "loc": { "start": { - "line": 9, + "line": 11, "column": 0 }, "end": { - "line": 11, + "line": 13, "column": 3 } } @@ -1037,16 +1264,16 @@ "type": "Identifier", "name": "AdapterSortableTable", "range": [ - 386, - 406 + 417, + 437 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 21 }, "end": { - "line": 12, + "line": 14, "column": 41 } } @@ -1055,16 +1282,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 415, - 422 + 446, + 453 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 50 }, "end": { - "line": 12, + "line": 14, "column": 57 } } @@ -1078,16 +1305,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 598, - 609 + 629, + 640 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 4 }, "end": { - "line": 19, + "line": 21, "column": 15 } } @@ -1100,16 +1327,16 @@ "type": "Identifier", "name": "tf", "range": [ - 610, - 612 + 641, + 643 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 16 }, "end": { - "line": 19, + "line": 21, "column": 18 } } @@ -1118,16 +1345,16 @@ "type": "Identifier", "name": "opts", "range": [ - 614, - 618 + 645, + 649 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 20 }, "end": { - "line": 19, + "line": 21, "column": 24 } } @@ -1143,16 +1370,16 @@ "callee": { "type": "Super", "range": [ - 630, - 635 + 661, + 666 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 13 } } @@ -1162,16 +1389,16 @@ "type": "Identifier", "name": "tf", "range": [ - 636, - 638 + 667, + 669 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 14 }, "end": { - "line": 20, + "line": 22, "column": 16 } } @@ -1183,16 +1410,16 @@ "type": "Identifier", "name": "opts", "range": [ - 640, - 644 + 671, + 675 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 18 }, "end": { - "line": 20, + "line": 22, "column": 22 } } @@ -1201,62 +1428,62 @@ "type": "Identifier", "name": "name", "range": [ - 645, - 649 + 676, + 680 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 23 }, "end": { - "line": 20, + "line": 22, "column": 27 } } }, "range": [ - 640, - 649 + 671, + 680 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 18 }, "end": { - "line": 20, + "line": 22, "column": 27 } } } ], "range": [ - 630, - 650 + 661, + 681 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 28 } } }, "range": [ - 630, - 651 + 661, + 682 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 29 } }, @@ -1265,16 +1492,16 @@ "type": "Block", "value": "*\n * Module name\n * @type {String}\n ", "range": [ - 661, - 725 + 692, + 756 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 11 } } @@ -1292,16 +1519,16 @@ "object": { "type": "ThisExpression", "range": [ - 734, - 738 + 765, + 769 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 12 } } @@ -1310,31 +1537,31 @@ "type": "Identifier", "name": "name", "range": [ - 739, - 743 + 770, + 774 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 13 }, "end": { - "line": 26, + "line": 28, "column": 17 } } }, "range": [ - 734, - 743 + 765, + 774 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 17 } } @@ -1346,16 +1573,16 @@ "type": "Identifier", "name": "opts", "range": [ - 746, - 750 + 777, + 781 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 20 }, "end": { - "line": 26, + "line": 28, "column": 24 } } @@ -1364,61 +1591,61 @@ "type": "Identifier", "name": "name", "range": [ - 751, - 755 + 782, + 786 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 25 }, "end": { - "line": 26, + "line": 28, "column": 29 } } }, "range": [ - 746, - 755 + 777, + 786 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 20 }, "end": { - "line": 26, + "line": 28, "column": 29 } } }, "range": [ - 734, - 755 + 765, + 786 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 29 } } }, "range": [ - 734, - 756 + 765, + 787 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 30 } }, @@ -1427,16 +1654,16 @@ "type": "Block", "value": "*\n * Module name\n * @type {String}\n ", "range": [ - 661, - 725 + 692, + 756 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 11 } } @@ -1447,16 +1674,16 @@ "type": "Block", "value": "*\n * Module description\n * @type {String}\n ", "range": [ - 766, - 837 + 797, + 868 ], "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 11 } } @@ -1474,16 +1701,16 @@ "object": { "type": "ThisExpression", "range": [ - 846, - 850 + 877, + 881 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 12 } } @@ -1492,31 +1719,31 @@ "type": "Identifier", "name": "desc", "range": [ - 851, - 855 + 882, + 886 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 13 }, "end": { - "line": 32, + "line": 34, "column": 17 } } }, "range": [ - 846, - 855 + 877, + 886 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 17 } } @@ -1531,16 +1758,16 @@ "type": "Identifier", "name": "opts", "range": [ - 858, - 862 + 889, + 893 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 20 }, "end": { - "line": 32, + "line": 34, "column": 24 } } @@ -1549,31 +1776,31 @@ "type": "Identifier", "name": "description", "range": [ - 863, - 874 + 894, + 905 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 25 }, "end": { - "line": 32, + "line": 34, "column": 36 } } }, "range": [ - 858, - 874 + 889, + 905 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 20 }, "end": { - "line": 32, + "line": 34, "column": 36 } } @@ -1583,61 +1810,61 @@ "value": "Sortable table", "raw": "'Sortable table'", "range": [ - 878, - 894 + 909, + 925 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 40 }, "end": { - "line": 32, + "line": 34, "column": 56 } } }, "range": [ - 858, - 894 + 889, + 925 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 20 }, "end": { - "line": 32, + "line": 34, "column": 56 } } }, "range": [ - 846, - 894 + 877, + 925 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 56 } } }, "range": [ - 846, - 895 + 877, + 926 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 57 } }, @@ -1646,16 +1873,16 @@ "type": "Block", "value": "*\n * Module description\n * @type {String}\n ", "range": [ - 766, - 837 + 797, + 868 ], "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 11 } } @@ -1666,16 +1893,16 @@ "type": "Block", "value": "*\n * Indicate whether table previously sorted\n * @type {Boolean}\n * @private\n ", "range": [ - 905, - 1019 + 936, + 1050 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 38, + "line": 40, "column": 11 } } @@ -1693,16 +1920,16 @@ "object": { "type": "ThisExpression", "range": [ - 1028, - 1032 + 1059, + 1063 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 12 } } @@ -1711,31 +1938,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 1033, - 1039 + 1064, + 1070 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 13 }, "end": { - "line": 39, + "line": 41, "column": 19 } } }, "range": [ - 1028, - 1039 + 1059, + 1070 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 19 } } @@ -1745,46 +1972,46 @@ "value": false, "raw": "false", "range": [ - 1042, - 1047 + 1073, + 1078 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 22 }, "end": { - "line": 39, + "line": 41, "column": 27 } } }, "range": [ - 1028, - 1047 + 1059, + 1078 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 27 } } }, "range": [ - 1028, - 1048 + 1059, + 1079 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 28 } }, @@ -1793,16 +2020,16 @@ "type": "Block", "value": "*\n * Indicate whether table previously sorted\n * @type {Boolean}\n * @private\n ", "range": [ - 905, - 1019 + 936, + 1050 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 38, + "line": 40, "column": 11 } } @@ -1813,16 +2040,16 @@ "type": "Block", "value": "*\n * List of sort type per column basis\n * @type {Array}\n ", "range": [ - 1058, - 1144 + 1089, + 1175 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 11 } } @@ -1840,16 +2067,16 @@ "object": { "type": "ThisExpression", "range": [ - 1153, - 1157 + 1184, + 1188 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 12 } } @@ -1858,31 +2085,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 1158, - 1167 + 1189, + 1198 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 13 }, "end": { - "line": 45, + "line": 47, "column": 22 } } }, "range": [ - 1153, - 1167 + 1184, + 1198 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 22 } } @@ -1895,16 +2122,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 1170, - 1177 + 1201, + 1208 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 25 }, "end": { - "line": 45, + "line": 47, "column": 32 } } @@ -1917,16 +2144,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1178, - 1182 + 1209, + 1213 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 33 }, "end": { - "line": 45, + "line": 47, "column": 37 } } @@ -1935,47 +2162,47 @@ "type": "Identifier", "name": "types", "range": [ - 1183, - 1188 + 1214, + 1219 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 38 }, "end": { - "line": 45, + "line": 47, "column": 43 } } }, "range": [ - 1178, - 1188 + 1209, + 1219 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 33 }, "end": { - "line": 45, + "line": 47, "column": 43 } } } ], "range": [ - 1170, - 1189 + 1201, + 1220 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 25 }, "end": { - "line": 45, + "line": 47, "column": 44 } } @@ -1987,16 +2214,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1192, - 1196 + 1223, + 1227 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 47 }, "end": { - "line": 45, + "line": 47, "column": 51 } } @@ -2005,95 +2232,131 @@ "type": "Identifier", "name": "types", "range": [ - 1197, - 1202 + 1228, + 1233 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 52 }, "end": { - "line": 45, + "line": 47, "column": 57 } } }, "range": [ - 1192, - 1202 + 1223, + 1233 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 47 }, "end": { - "line": 45, + "line": 47, "column": 57 } } }, "alternate": { - "type": "ArrayExpression", - "elements": [], + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 1236, + 1238 + ], + "loc": { + "start": { + "line": 47, + "column": 60 + }, + "end": { + "line": 47, + "column": 62 + } + } + }, + "property": { + "type": "Identifier", + "name": "colTypes", + "range": [ + 1239, + 1247 + ], + "loc": { + "start": { + "line": 47, + "column": 63 + }, + "end": { + "line": 47, + "column": 71 + } + } + }, "range": [ - 1205, - 1207 + 1236, + 1247 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 60 }, "end": { - "line": 45, - "column": 62 + "line": 47, + "column": 71 } } }, "range": [ - 1170, - 1207 + 1201, + 1247 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 25 }, "end": { - "line": 45, - "column": 62 + "line": 47, + "column": 71 } } }, "range": [ - 1153, - 1207 + 1184, + 1247 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, - "column": 62 + "line": 47, + "column": 71 } } }, "range": [ - 1153, - 1208 + 1184, + 1248 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, - "column": 63 + "line": 47, + "column": 72 } }, "leadingComments": [ @@ -2101,16 +2364,16 @@ "type": "Block", "value": "*\n * List of sort type per column basis\n * @type {Array}\n ", "range": [ - 1058, - 1144 + 1089, + 1175 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 11 } } @@ -2121,16 +2384,16 @@ "type": "Block", "value": "*\n * Column to be sorted at initialization, ie:\n * sort_col_at_start: [1, true]\n * @type {Array}\n ", "range": [ - 1218, - 1352 + 1258, + 1392 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 11 } } @@ -2148,16 +2411,16 @@ "object": { "type": "ThisExpression", "range": [ - 1361, - 1365 + 1401, + 1405 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 12 } } @@ -2166,31 +2429,31 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 1366, - 1380 + 1406, + 1420 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 13 }, "end": { - "line": 52, + "line": 54, "column": 27 } } }, "range": [ - 1361, - 1380 + 1401, + 1420 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 27 } } @@ -2203,16 +2466,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 1383, - 1390 + 1423, + 1430 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 30 }, "end": { - "line": 52, + "line": 54, "column": 37 } } @@ -2225,16 +2488,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1391, - 1395 + 1431, + 1435 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 38 }, "end": { - "line": 52, + "line": 54, "column": 42 } } @@ -2243,47 +2506,47 @@ "type": "Identifier", "name": "sort_col_at_start", "range": [ - 1396, - 1413 + 1436, + 1453 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 43 }, "end": { - "line": 52, + "line": 54, "column": 60 } } }, "range": [ - 1391, - 1413 + 1431, + 1453 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 38 }, "end": { - "line": 52, + "line": 54, "column": 60 } } } ], "range": [ - 1383, - 1414 + 1423, + 1454 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 30 }, "end": { - "line": 52, + "line": 54, "column": 61 } } @@ -2295,16 +2558,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1429, - 1433 + 1469, + 1473 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 16 } } @@ -2313,31 +2576,31 @@ "type": "Identifier", "name": "sort_col_at_start", "range": [ - 1434, - 1451 + 1474, + 1491 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 17 }, "end": { - "line": 53, + "line": 55, "column": 34 } } }, "range": [ - 1429, - 1451 + 1469, + 1491 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 12 }, "end": { - "line": 53, + "line": 55, "column": 34 } } @@ -2347,61 +2610,61 @@ "value": null, "raw": "null", "range": [ - 1454, - 1458 + 1494, + 1498 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 37 }, "end": { - "line": 53, + "line": 55, "column": 41 } } }, "range": [ - 1383, - 1458 + 1423, + 1498 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 30 }, "end": { - "line": 53, + "line": 55, "column": 41 } } }, "range": [ - 1361, - 1458 + 1401, + 1498 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 55, "column": 41 } } }, "range": [ - 1361, - 1459 + 1401, + 1499 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 55, "column": 42 } }, @@ -2410,16 +2673,16 @@ "type": "Block", "value": "*\n * Column to be sorted at initialization, ie:\n * sort_col_at_start: [1, true]\n * @type {Array}\n ", "range": [ - 1218, - 1352 + 1258, + 1392 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 11 } } @@ -2430,16 +2693,16 @@ "type": "Block", "value": "*\n * Enable asynchronous sort, if triggers are external\n * @type {Boolean}\n ", "range": [ - 1469, - 1573 + 1509, + 1613 ], "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 11 } } @@ -2457,16 +2720,16 @@ "object": { "type": "ThisExpression", "range": [ - 1582, - 1586 + 1622, + 1626 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 12 } } @@ -2475,31 +2738,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 1587, - 1596 + 1627, + 1636 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 13 }, "end": { - "line": 59, + "line": 61, "column": 22 } } }, "range": [ - 1582, - 1596 + 1622, + 1636 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 22 } } @@ -2510,16 +2773,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1599, - 1606 + 1639, + 1646 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 25 }, "end": { - "line": 59, + "line": 61, "column": 32 } } @@ -2532,16 +2795,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1607, - 1611 + 1647, + 1651 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 33 }, "end": { - "line": 59, + "line": 61, "column": 37 } } @@ -2550,77 +2813,77 @@ "type": "Identifier", "name": "async_sort", "range": [ - 1612, - 1622 + 1652, + 1662 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 38 }, "end": { - "line": 59, + "line": 61, "column": 48 } } }, "range": [ - 1607, - 1622 + 1647, + 1662 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 33 }, "end": { - "line": 59, + "line": 61, "column": 48 } } } ], "range": [ - 1599, - 1623 + 1639, + 1663 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 25 }, "end": { - "line": 59, + "line": 61, "column": 49 } } }, "range": [ - 1582, - 1623 + 1622, + 1663 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 49 } } }, "range": [ - 1582, - 1624 + 1622, + 1664 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 50 } }, @@ -2629,16 +2892,16 @@ "type": "Block", "value": "*\n * Enable asynchronous sort, if triggers are external\n * @type {Boolean}\n ", "range": [ - 1469, - 1573 + 1509, + 1613 ], "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 11 } } @@ -2649,16 +2912,16 @@ "type": "Block", "value": "*\n * List of element IDs triggering sort on a per column basis\n * @type {Array}\n ", "range": [ - 1634, - 1743 + 1674, + 1783 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 64, + "line": 66, "column": 11 } } @@ -2676,16 +2939,16 @@ "object": { "type": "ThisExpression", "range": [ - 1752, - 1756 + 1792, + 1796 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 65, + "line": 67, "column": 12 } } @@ -2694,31 +2957,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 1757, - 1767 + 1797, + 1807 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 13 }, "end": { - "line": 65, + "line": 67, "column": 23 } } }, "range": [ - 1752, - 1767 + 1792, + 1807 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 65, + "line": 67, "column": 23 } } @@ -2731,16 +2994,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 1770, - 1777 + 1810, + 1817 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 26 }, "end": { - "line": 65, + "line": 67, "column": 33 } } @@ -2753,16 +3016,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1778, - 1782 + 1818, + 1822 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 34 }, "end": { - "line": 65, + "line": 67, "column": 38 } } @@ -2771,47 +3034,47 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 1783, - 1794 + 1823, + 1834 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 39 }, "end": { - "line": 65, + "line": 67, "column": 50 } } }, "range": [ - 1778, - 1794 + 1818, + 1834 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 34 }, "end": { - "line": 65, + "line": 67, "column": 50 } } } ], "range": [ - 1770, - 1795 + 1810, + 1835 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 26 }, "end": { - "line": 65, + "line": 67, "column": 51 } } @@ -2823,16 +3086,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1798, - 1802 + 1838, + 1842 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 54 }, "end": { - "line": 65, + "line": 67, "column": 58 } } @@ -2841,31 +3104,31 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 1803, - 1814 + 1843, + 1854 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 59 }, "end": { - "line": 65, + "line": 67, "column": 70 } } }, "range": [ - 1798, - 1814 + 1838, + 1854 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 54 }, "end": { - "line": 65, + "line": 67, "column": 70 } } @@ -2874,61 +3137,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1817, - 1819 + 1857, + 1859 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 73 }, "end": { - "line": 65, + "line": 67, "column": 75 } } }, "range": [ - 1770, - 1819 + 1810, + 1859 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 26 }, "end": { - "line": 65, + "line": 67, "column": 75 } } }, "range": [ - 1752, - 1819 + 1792, + 1859 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 65, + "line": 67, "column": 75 } } }, "range": [ - 1752, - 1820 + 1792, + 1860 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 65, + "line": 67, "column": 76 } }, @@ -2937,16 +3200,16 @@ "type": "Block", "value": "*\n * List of element IDs triggering sort on a per column basis\n * @type {Array}\n ", "range": [ - 1634, - 1743 + 1674, + 1783 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 64, + "line": 66, "column": 11 } } @@ -2957,16 +3220,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 1830, - 1887 + 1870, + 1927 ], "loc": { "start": { - "line": 67, + "line": 69, "column": 8 }, "end": { - "line": 67, + "line": 69, "column": 65 } } @@ -2975,16 +3238,16 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 1896, - 1941 + 1936, + 1981 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 68, + "line": 70, "column": 53 } } @@ -2993,16 +3256,16 @@ "type": "Block", "value": "*\n * Path to images\n * @type {String}\n ", "range": [ - 1950, - 2017 + 1990, + 2057 ], "loc": { "start": { - "line": 69, + "line": 71, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 11 } } @@ -3020,16 +3283,16 @@ "object": { "type": "ThisExpression", "range": [ - 2026, - 2030 + 2066, + 2070 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 12 } } @@ -3038,31 +3301,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 2031, - 2038 + 2071, + 2078 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 13 }, "end": { - "line": 73, + "line": 75, "column": 20 } } }, "range": [ - 2026, - 2038 + 2066, + 2078 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 20 } } @@ -3077,16 +3340,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2041, - 2045 + 2081, + 2085 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 23 }, "end": { - "line": 73, + "line": 75, "column": 27 } } @@ -3095,31 +3358,31 @@ "type": "Identifier", "name": "images_path", "range": [ - 2046, - 2057 + 2086, + 2097 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 28 }, "end": { - "line": 73, + "line": 75, "column": 39 } } }, "range": [ - 2041, - 2057 + 2081, + 2097 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 23 }, "end": { - "line": 73, + "line": 75, "column": 39 } } @@ -3131,16 +3394,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2061, - 2063 + 2101, + 2103 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 43 }, "end": { - "line": 73, + "line": 75, "column": 45 } } @@ -3149,76 +3412,76 @@ "type": "Identifier", "name": "themesPath", "range": [ - 2064, - 2074 + 2104, + 2114 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 46 }, "end": { - "line": 73, + "line": 75, "column": 56 } } }, "range": [ - 2061, - 2074 + 2101, + 2114 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 43 }, "end": { - "line": 73, + "line": 75, "column": 56 } } }, "range": [ - 2041, - 2074 + 2081, + 2114 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 23 }, "end": { - "line": 73, + "line": 75, "column": 56 } } }, "range": [ - 2026, - 2074 + 2066, + 2114 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 56 } } }, "range": [ - 2026, - 2075 + 2066, + 2115 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 57 } }, @@ -3227,16 +3490,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 1830, - 1887 + 1870, + 1927 ], "loc": { "start": { - "line": 67, + "line": 69, "column": 8 }, "end": { - "line": 67, + "line": 69, "column": 65 } } @@ -3245,16 +3508,16 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 1896, - 1941 + 1936, + 1981 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 68, + "line": 70, "column": 53 } } @@ -3263,16 +3526,16 @@ "type": "Block", "value": "*\n * Path to images\n * @type {String}\n ", "range": [ - 1950, - 2017 + 1990, + 2057 ], "loc": { "start": { - "line": 69, + "line": 71, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 11 } } @@ -3283,16 +3546,16 @@ "type": "Block", "value": "*\n * Blank image file name\n * @type {String}\n ", "range": [ - 2085, - 2159 + 2125, + 2199 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 78, + "line": 80, "column": 11 } } @@ -3310,16 +3573,16 @@ "object": { "type": "ThisExpression", "range": [ - 2168, - 2172 + 2208, + 2212 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 12 } } @@ -3328,31 +3591,31 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 2173, - 2181 + 2213, + 2221 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 13 }, "end": { - "line": 79, + "line": 81, "column": 21 } } }, "range": [ - 2168, - 2181 + 2208, + 2221 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 21 } } @@ -3367,16 +3630,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2184, - 2188 + 2224, + 2228 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 24 }, "end": { - "line": 79, + "line": 81, "column": 28 } } @@ -3385,31 +3648,31 @@ "type": "Identifier", "name": "image_blank", "range": [ - 2189, - 2200 + 2229, + 2240 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 29 }, "end": { - "line": 79, + "line": 81, "column": 40 } } }, "range": [ - 2184, - 2200 + 2224, + 2240 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 24 }, "end": { - "line": 79, + "line": 81, "column": 40 } } @@ -3419,61 +3682,61 @@ "value": "blank.png", "raw": "'blank.png'", "range": [ - 2204, - 2215 + 2244, + 2255 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 44 }, "end": { - "line": 79, + "line": 81, "column": 55 } } }, "range": [ - 2184, - 2215 + 2224, + 2255 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 24 }, "end": { - "line": 79, + "line": 81, "column": 55 } } }, "range": [ - 2168, - 2215 + 2208, + 2255 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 55 } } }, "range": [ - 2168, - 2216 + 2208, + 2256 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 56 } }, @@ -3482,16 +3745,16 @@ "type": "Block", "value": "*\n * Blank image file name\n * @type {String}\n ", "range": [ - 2085, - 2159 + 2125, + 2199 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 78, + "line": 80, "column": 11 } } @@ -3502,16 +3765,16 @@ "type": "Block", "value": "*\n * Css class for sort indicator image\n * @type {String}\n ", "range": [ - 2226, - 2313 + 2266, + 2353 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 11 } } @@ -3529,16 +3792,16 @@ "object": { "type": "ThisExpression", "range": [ - 2322, - 2326 + 2362, + 2366 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 12 } } @@ -3547,31 +3810,31 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 2327, - 2339 + 2367, + 2379 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 13 }, "end": { - "line": 85, + "line": 87, "column": 25 } } }, "range": [ - 2322, - 2339 + 2362, + 2379 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 25 } } @@ -3586,16 +3849,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2342, - 2346 + 2382, + 2386 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 28 }, "end": { - "line": 85, + "line": 87, "column": 32 } } @@ -3604,31 +3867,31 @@ "type": "Identifier", "name": "image_class_name", "range": [ - 2347, - 2363 + 2387, + 2403 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 33 }, "end": { - "line": 85, + "line": 87, "column": 49 } } }, "range": [ - 2342, - 2363 + 2382, + 2403 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 28 }, "end": { - "line": 85, + "line": 87, "column": 49 } } @@ -3638,61 +3901,61 @@ "value": "sort-arrow", "raw": "'sort-arrow'", "range": [ - 2367, - 2379 + 2407, + 2419 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 53 }, "end": { - "line": 85, + "line": 87, "column": 65 } } }, "range": [ - 2342, - 2379 + 2382, + 2419 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 28 }, "end": { - "line": 85, + "line": 87, "column": 65 } } }, "range": [ - 2322, - 2379 + 2362, + 2419 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 65 } } }, "range": [ - 2322, - 2380 + 2362, + 2420 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 66 } }, @@ -3701,16 +3964,16 @@ "type": "Block", "value": "*\n * Css class for sort indicator image\n * @type {String}\n ", "range": [ - 2226, - 2313 + 2266, + 2353 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 11 } } @@ -3721,16 +3984,16 @@ "type": "Block", "value": "*\n * Css class for ascending sort indicator image\n * @type {String}\n ", "range": [ - 2390, - 2487 + 2430, + 2527 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 8 }, "end": { - "line": 90, + "line": 92, "column": 11 } } @@ -3748,16 +4011,16 @@ "object": { "type": "ThisExpression", "range": [ - 2496, - 2500 + 2536, + 2540 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 91, + "line": 93, "column": 12 } } @@ -3766,31 +4029,31 @@ "type": "Identifier", "name": "imgAscClassName", "range": [ - 2501, - 2516 + 2541, + 2556 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 13 }, "end": { - "line": 91, + "line": 93, "column": 28 } } }, "range": [ - 2496, - 2516 + 2536, + 2556 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 91, + "line": 93, "column": 28 } } @@ -3805,16 +4068,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2519, - 2523 + 2559, + 2563 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 31 }, "end": { - "line": 91, + "line": 93, "column": 35 } } @@ -3823,31 +4086,31 @@ "type": "Identifier", "name": "image_asc_class_name", "range": [ - 2524, - 2544 + 2564, + 2584 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 36 }, "end": { - "line": 91, + "line": 93, "column": 56 } } }, "range": [ - 2519, - 2544 + 2559, + 2584 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 31 }, "end": { - "line": 91, + "line": 93, "column": 56 } } @@ -3857,61 +4120,61 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 2548, - 2559 + 2588, + 2599 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 60 }, "end": { - "line": 91, + "line": 93, "column": 71 } } }, "range": [ - 2519, - 2559 + 2559, + 2599 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 31 }, "end": { - "line": 91, + "line": 93, "column": 71 } } }, "range": [ - 2496, - 2559 + 2536, + 2599 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 91, + "line": 93, "column": 71 } } }, "range": [ - 2496, - 2560 + 2536, + 2600 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 91, + "line": 93, "column": 72 } }, @@ -3920,16 +4183,16 @@ "type": "Block", "value": "*\n * Css class for ascending sort indicator image\n * @type {String}\n ", "range": [ - 2390, - 2487 + 2430, + 2527 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 8 }, "end": { - "line": 90, + "line": 92, "column": 11 } } @@ -3940,16 +4203,16 @@ "type": "Block", "value": "*\n * Css class for descending sort indicator image\n * @type {String}\n ", "range": [ - 2570, - 2668 + 2610, + 2708 ], "loc": { "start": { - "line": 93, + "line": 95, "column": 8 }, "end": { - "line": 96, + "line": 98, "column": 11 } } @@ -3967,16 +4230,16 @@ "object": { "type": "ThisExpression", "range": [ - 2677, - 2681 + 2717, + 2721 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 12 } } @@ -3985,31 +4248,31 @@ "type": "Identifier", "name": "imgDescClassName", "range": [ - 2682, - 2698 + 2722, + 2738 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 13 }, "end": { - "line": 97, + "line": 99, "column": 29 } } }, "range": [ - 2677, - 2698 + 2717, + 2738 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 29 } } @@ -4024,16 +4287,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2701, - 2705 + 2741, + 2745 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 32 }, "end": { - "line": 97, + "line": 99, "column": 36 } } @@ -4042,31 +4305,31 @@ "type": "Identifier", "name": "image_desc_class_name", "range": [ - 2706, - 2727 + 2746, + 2767 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 37 }, "end": { - "line": 97, + "line": 99, "column": 58 } } }, "range": [ - 2701, - 2727 + 2741, + 2767 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 32 }, "end": { - "line": 97, + "line": 99, "column": 58 } } @@ -4076,61 +4339,61 @@ "value": "descending", "raw": "'descending'", "range": [ - 2731, - 2743 + 2771, + 2783 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 62 }, "end": { - "line": 97, + "line": 99, "column": 74 } } }, "range": [ - 2701, - 2743 + 2741, + 2783 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 32 }, "end": { - "line": 97, + "line": 99, "column": 74 } } }, "range": [ - 2677, - 2743 + 2717, + 2783 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 74 } } }, "range": [ - 2677, - 2744 + 2717, + 2784 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 75 } }, @@ -4139,16 +4402,16 @@ "type": "Block", "value": "*\n * Css class for descending sort indicator image\n * @type {String}\n ", "range": [ - 2570, - 2668 + 2610, + 2708 ], "loc": { "start": { - "line": 93, + "line": 95, "column": 8 }, "end": { - "line": 96, + "line": 98, "column": 11 } } @@ -4159,16 +4422,16 @@ "type": "Block", "value": "*\n * Cell attribute key storing custom value used for sorting\n * @type {String}\n ", "range": [ - 2754, - 2863 + 2794, + 2903 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 8 }, "end": { - "line": 102, + "line": 104, "column": 11 } } @@ -4186,16 +4449,16 @@ "object": { "type": "ThisExpression", "range": [ - 2872, - 2876 + 2912, + 2916 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 12 } } @@ -4204,31 +4467,31 @@ "type": "Identifier", "name": "customKey", "range": [ - 2877, - 2886 + 2917, + 2926 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 13 }, "end": { - "line": 103, + "line": 105, "column": 22 } } }, "range": [ - 2872, - 2886 + 2912, + 2926 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 22 } } @@ -4243,16 +4506,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2889, - 2893 + 2929, + 2933 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 25 }, "end": { - "line": 103, + "line": 105, "column": 29 } } @@ -4261,31 +4524,31 @@ "type": "Identifier", "name": "custom_key", "range": [ - 2894, - 2904 + 2934, + 2944 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 30 }, "end": { - "line": 103, + "line": 105, "column": 40 } } }, "range": [ - 2889, - 2904 + 2929, + 2944 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 25 }, "end": { - "line": 103, + "line": 105, "column": 40 } } @@ -4295,61 +4558,61 @@ "value": "data-tf-sortKey", "raw": "'data-tf-sortKey'", "range": [ - 2908, - 2925 + 2948, + 2965 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 44 }, "end": { - "line": 103, + "line": 105, "column": 61 } } }, "range": [ - 2889, - 2925 + 2929, + 2965 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 25 }, "end": { - "line": 103, + "line": 105, "column": 61 } } }, "range": [ - 2872, - 2925 + 2912, + 2965 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 61 } } }, "range": [ - 2872, - 2926 + 2912, + 2966 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 62 } }, @@ -4358,16 +4621,16 @@ "type": "Block", "value": "*\n * Cell attribute key storing custom value used for sorting\n * @type {String}\n ", "range": [ - 2754, - 2863 + 2794, + 2903 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 8 }, "end": { - "line": 102, + "line": 104, "column": 11 } } @@ -4378,16 +4641,16 @@ "type": "Block", "value": "*\n * Callback fired when sort extension is instanciated\n * @type {Function}\n ", "range": [ - 2936, - 3041 + 2976, + 3081 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 8 }, "end": { - "line": 108, + "line": 110, "column": 11 } } @@ -4405,16 +4668,16 @@ "object": { "type": "ThisExpression", "range": [ - 3050, - 3054 + 3090, + 3094 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 8 }, "end": { - "line": 109, + "line": 111, "column": 12 } } @@ -4423,31 +4686,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 3055, - 3067 + 3095, + 3107 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 13 }, "end": { - "line": 109, + "line": 111, "column": 25 } } }, "range": [ - 3050, - 3067 + 3090, + 3107 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 8 }, "end": { - "line": 109, + "line": 111, "column": 25 } } @@ -4460,16 +4723,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 3070, - 3074 + 3110, + 3114 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 28 }, "end": { - "line": 109, + "line": 111, "column": 32 } } @@ -4482,16 +4745,16 @@ "type": "Identifier", "name": "opts", "range": [ - 3075, - 3079 + 3115, + 3119 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 33 }, "end": { - "line": 109, + "line": 111, "column": 37 } } @@ -4500,47 +4763,47 @@ "type": "Identifier", "name": "on_sort_loaded", "range": [ - 3080, - 3094 + 3120, + 3134 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 38 }, "end": { - "line": 109, + "line": 111, "column": 52 } } }, "range": [ - 3075, - 3094 + 3115, + 3134 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 33 }, "end": { - "line": 109, + "line": 111, "column": 52 } } } ], "range": [ - 3070, - 3095 + 3110, + 3135 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 28 }, "end": { - "line": 109, + "line": 111, "column": 53 } } @@ -4552,16 +4815,16 @@ "type": "Identifier", "name": "opts", "range": [ - 3110, - 3114 + 3150, + 3154 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 12 }, "end": { - "line": 110, + "line": 112, "column": 16 } } @@ -4570,31 +4833,31 @@ "type": "Identifier", "name": "on_sort_loaded", "range": [ - 3115, - 3129 + 3155, + 3169 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 17 }, "end": { - "line": 110, + "line": 112, "column": 31 } } }, "range": [ - 3110, - 3129 + 3150, + 3169 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 12 }, "end": { - "line": 110, + "line": 112, "column": 31 } } @@ -4604,61 +4867,61 @@ "value": null, "raw": "null", "range": [ - 3132, - 3136 + 3172, + 3176 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 34 }, "end": { - "line": 110, + "line": 112, "column": 38 } } }, "range": [ - 3070, - 3136 + 3110, + 3176 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 28 }, "end": { - "line": 110, + "line": 112, "column": 38 } } }, "range": [ - 3050, - 3136 + 3090, + 3176 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 112, "column": 38 } } }, "range": [ - 3050, - 3137 + 3090, + 3177 ], "loc": { "start": { - "line": 109, + "line": 111, "column": 8 }, "end": { - "line": 110, + "line": 112, "column": 39 } }, @@ -4667,16 +4930,16 @@ "type": "Block", "value": "*\n * Callback fired when sort extension is instanciated\n * @type {Function}\n ", "range": [ - 2936, - 3041 + 2976, + 3081 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 8 }, "end": { - "line": 108, + "line": 110, "column": 11 } } @@ -4687,16 +4950,16 @@ "type": "Block", "value": "*\n * Callback fired before a table column is sorted\n * @type {Function}\n ", "range": [ - 3147, - 3248 + 3187, + 3288 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 8 }, "end": { - "line": 115, + "line": 117, "column": 11 } } @@ -4714,16 +4977,16 @@ "object": { "type": "ThisExpression", "range": [ - 3257, - 3261 + 3297, + 3301 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 8 }, "end": { - "line": 116, + "line": 118, "column": 12 } } @@ -4732,31 +4995,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 3262, - 3274 + 3302, + 3314 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 13 }, "end": { - "line": 116, + "line": 118, "column": 25 } } }, "range": [ - 3257, - 3274 + 3297, + 3314 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 8 }, "end": { - "line": 116, + "line": 118, "column": 25 } } @@ -4769,16 +5032,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 3277, - 3281 + 3317, + 3321 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 28 }, "end": { - "line": 116, + "line": 118, "column": 32 } } @@ -4791,16 +5054,16 @@ "type": "Identifier", "name": "opts", "range": [ - 3282, - 3286 + 3322, + 3326 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 33 }, "end": { - "line": 116, + "line": 118, "column": 37 } } @@ -4809,47 +5072,47 @@ "type": "Identifier", "name": "on_before_sort", "range": [ - 3287, - 3301 + 3327, + 3341 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 38 }, "end": { - "line": 116, + "line": 118, "column": 52 } } }, "range": [ - 3282, - 3301 + 3322, + 3341 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 33 }, "end": { - "line": 116, + "line": 118, "column": 52 } } } ], "range": [ - 3277, - 3302 + 3317, + 3342 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 28 }, "end": { - "line": 116, + "line": 118, "column": 53 } } @@ -4861,16 +5124,16 @@ "type": "Identifier", "name": "opts", "range": [ - 3317, - 3321 + 3357, + 3361 ], "loc": { "start": { - "line": 117, + "line": 119, "column": 12 }, "end": { - "line": 117, + "line": 119, "column": 16 } } @@ -4879,31 +5142,31 @@ "type": "Identifier", "name": "on_before_sort", "range": [ - 3322, - 3336 + 3362, + 3376 ], "loc": { "start": { - "line": 117, + "line": 119, "column": 17 }, "end": { - "line": 117, + "line": 119, "column": 31 } } }, "range": [ - 3317, - 3336 + 3357, + 3376 ], "loc": { "start": { - "line": 117, + "line": 119, "column": 12 }, "end": { - "line": 117, + "line": 119, "column": 31 } } @@ -4913,61 +5176,61 @@ "value": null, "raw": "null", "range": [ - 3339, - 3343 + 3379, + 3383 ], "loc": { "start": { - "line": 117, + "line": 119, "column": 34 }, "end": { - "line": 117, + "line": 119, "column": 38 } } }, "range": [ - 3277, - 3343 + 3317, + 3383 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 28 }, "end": { - "line": 117, + "line": 119, "column": 38 } } }, "range": [ - 3257, - 3343 + 3297, + 3383 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 119, "column": 38 } } }, "range": [ - 3257, - 3344 + 3297, + 3384 ], "loc": { "start": { - "line": 116, + "line": 118, "column": 8 }, "end": { - "line": 117, + "line": 119, "column": 39 } }, @@ -4976,16 +5239,16 @@ "type": "Block", "value": "*\n * Callback fired before a table column is sorted\n * @type {Function}\n ", "range": [ - 3147, - 3248 + 3187, + 3288 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 8 }, "end": { - "line": 115, + "line": 117, "column": 11 } } @@ -4996,16 +5259,16 @@ "type": "Block", "value": "*\n * Callback fired after a table column is sorted\n * @type {Function}\n ", "range": [ - 3354, - 3454 + 3394, + 3494 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 122, + "line": 124, "column": 11 } } @@ -5023,16 +5286,16 @@ "object": { "type": "ThisExpression", "range": [ - 3463, - 3467 + 3503, + 3507 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 8 }, "end": { - "line": 123, + "line": 125, "column": 12 } } @@ -5041,31 +5304,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 3468, - 3479 + 3508, + 3519 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 13 }, "end": { - "line": 123, + "line": 125, "column": 24 } } }, "range": [ - 3463, - 3479 + 3503, + 3519 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 8 }, "end": { - "line": 123, + "line": 125, "column": 24 } } @@ -5078,16 +5341,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 3482, - 3486 + 3522, + 3526 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 27 }, "end": { - "line": 123, + "line": 125, "column": 31 } } @@ -5100,16 +5363,16 @@ "type": "Identifier", "name": "opts", "range": [ - 3487, - 3491 + 3527, + 3531 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 32 }, "end": { - "line": 123, + "line": 125, "column": 36 } } @@ -5118,47 +5381,47 @@ "type": "Identifier", "name": "on_after_sort", "range": [ - 3492, - 3505 + 3532, + 3545 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 37 }, "end": { - "line": 123, + "line": 125, "column": 50 } } }, "range": [ - 3487, - 3505 + 3527, + 3545 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 32 }, "end": { - "line": 123, + "line": 125, "column": 50 } } } ], "range": [ - 3482, - 3506 + 3522, + 3546 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 27 }, "end": { - "line": 123, + "line": 125, "column": 51 } } @@ -5170,16 +5433,16 @@ "type": "Identifier", "name": "opts", "range": [ - 3509, - 3513 + 3549, + 3553 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 54 }, "end": { - "line": 123, + "line": 125, "column": 58 } } @@ -5188,31 +5451,31 @@ "type": "Identifier", "name": "on_after_sort", "range": [ - 3514, - 3527 + 3554, + 3567 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 59 }, "end": { - "line": 123, + "line": 125, "column": 72 } } }, "range": [ - 3509, - 3527 + 3549, + 3567 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 54 }, "end": { - "line": 123, + "line": 125, "column": 72 } } @@ -5222,61 +5485,61 @@ "value": null, "raw": "null", "range": [ - 3530, - 3534 + 3570, + 3574 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 75 }, "end": { - "line": 123, + "line": 125, "column": 79 } } }, "range": [ - 3482, - 3534 + 3522, + 3574 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 27 }, "end": { - "line": 123, + "line": 125, "column": 79 } } }, "range": [ - 3463, - 3534 + 3503, + 3574 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 8 }, "end": { - "line": 123, + "line": 125, "column": 79 } } }, "range": [ - 3463, - 3535 + 3503, + 3575 ], "loc": { "start": { - "line": 123, + "line": 125, "column": 8 }, "end": { - "line": 123, + "line": 125, "column": 80 } }, @@ -5285,16 +5548,16 @@ "type": "Block", "value": "*\n * Callback fired after a table column is sorted\n * @type {Function}\n ", "range": [ - 3354, - 3454 + 3394, + 3494 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 122, + "line": 124, "column": 11 } } @@ -5305,16 +5568,16 @@ "type": "Block", "value": "*\n * SortableTable instance\n * @private\n ", "range": [ - 3545, - 3614 + 3585, + 3654 ], "loc": { "start": { - "line": 125, + "line": 127, "column": 8 }, "end": { - "line": 128, + "line": 130, "column": 11 } } @@ -5332,16 +5595,16 @@ "object": { "type": "ThisExpression", "range": [ - 3623, - 3627 + 3663, + 3667 ], "loc": { "start": { - "line": 129, + "line": 131, "column": 8 }, "end": { - "line": 129, + "line": 131, "column": 12 } } @@ -5350,31 +5613,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3628, - 3631 + 3668, + 3671 ], "loc": { "start": { - "line": 129, + "line": 131, "column": 13 }, "end": { - "line": 129, + "line": 131, "column": 16 } } }, "range": [ - 3623, - 3631 + 3663, + 3671 ], "loc": { "start": { - "line": 129, + "line": 131, "column": 8 }, "end": { - "line": 129, + "line": 131, "column": 16 } } @@ -5384,46 +5647,46 @@ "value": null, "raw": "null", "range": [ - 3634, - 3638 + 3674, + 3678 ], "loc": { "start": { - "line": 129, + "line": 131, "column": 19 }, "end": { - "line": 129, + "line": 131, "column": 23 } } }, "range": [ - 3623, - 3638 + 3663, + 3678 ], "loc": { "start": { - "line": 129, + "line": 131, "column": 8 }, "end": { - "line": 129, + "line": 131, "column": 23 } } }, "range": [ - 3623, - 3639 + 3663, + 3679 ], "loc": { "start": { - "line": 129, + "line": 131, "column": 8 }, "end": { - "line": 129, + "line": 131, "column": 24 } }, @@ -5432,16 +5695,16 @@ "type": "Block", "value": "*\n * SortableTable instance\n * @private\n ", "range": [ - 3545, - 3614 + 3585, + 3654 ], "loc": { "start": { - "line": 125, + "line": 127, "column": 8 }, "end": { - "line": 128, + "line": 130, "column": 11 } } @@ -5458,16 +5721,16 @@ "object": { "type": "ThisExpression", "range": [ - 3649, - 3653 + 3689, + 3693 ], "loc": { "start": { - "line": 131, + "line": 133, "column": 8 }, "end": { - "line": 131, + "line": 133, "column": 12 } } @@ -5476,78 +5739,78 @@ "type": "Identifier", "name": "enable", "range": [ - 3654, - 3660 + 3694, + 3700 ], "loc": { "start": { - "line": 131, + "line": 133, "column": 13 }, "end": { - "line": 131, + "line": 133, "column": 19 } } }, "range": [ - 3649, - 3660 + 3689, + 3700 ], "loc": { "start": { - "line": 131, + "line": 133, "column": 8 }, "end": { - "line": 131, + "line": 133, "column": 19 } } }, "arguments": [], "range": [ - 3649, - 3662 + 3689, + 3702 ], "loc": { "start": { - "line": 131, + "line": 133, "column": 8 }, "end": { - "line": 131, + "line": 133, "column": 21 } } }, "range": [ - 3649, - 3663 + 3689, + 3703 ], "loc": { "start": { - "line": 131, + "line": 133, "column": 8 }, "end": { - "line": 131, + "line": 133, "column": 22 } } } ], "range": [ - 620, - 3669 + 651, + 3709 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 26 }, "end": { - "line": 132, + "line": 134, "column": 5 } } @@ -5555,16 +5818,16 @@ "generator": false, "expression": false, "range": [ - 609, - 3669 + 640, + 3709 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 15 }, "end": { - "line": 132, + "line": 134, "column": 5 } } @@ -5572,16 +5835,16 @@ "kind": "constructor", "computed": false, "range": [ - 598, - 3669 + 629, + 3709 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 4 }, "end": { - "line": 132, + "line": 134, "column": 5 } }, @@ -5590,16 +5853,16 @@ "type": "Block", "value": "*\n * Creates an instance of AdapterSortableTable\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} opts Configuration object\n ", "range": [ - 430, - 593 + 461, + 624 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 4 }, "end": { - "line": 18, + "line": 20, "column": 7 } } @@ -5610,16 +5873,16 @@ "type": "Block", "value": "*\n * Initializes AdapterSortableTable instance\n ", "range": [ - 3675, - 3735 + 3715, + 3775 ], "loc": { "start": { - "line": 134, + "line": 136, "column": 4 }, "end": { - "line": 136, + "line": 138, "column": 7 } } @@ -5633,16 +5896,16 @@ "type": "Identifier", "name": "init", "range": [ - 3740, - 3744 + 3780, + 3784 ], "loc": { "start": { - "line": 137, + "line": 139, "column": 4 }, "end": { - "line": 137, + "line": 139, "column": 8 } } @@ -5662,16 +5925,16 @@ "object": { "type": "ThisExpression", "range": [ - 3761, - 3765 + 3801, + 3805 ], "loc": { "start": { - "line": 138, + "line": 140, "column": 12 }, "end": { - "line": 138, + "line": 140, "column": 16 } } @@ -5680,31 +5943,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3766, - 3777 + 3806, + 3817 ], "loc": { "start": { - "line": 138, + "line": 140, "column": 17 }, "end": { - "line": 138, + "line": 140, "column": 28 } } }, "range": [ - 3761, - 3777 + 3801, + 3817 ], "loc": { "start": { - "line": 138, + "line": 140, "column": 12 }, "end": { - "line": 138, + "line": 140, "column": 28 } } @@ -5716,48 +5979,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3793, - 3800 + 3833, + 3840 ], "loc": { "start": { - "line": 139, + "line": 141, "column": 12 }, "end": { - "line": 139, + "line": 141, "column": 19 } } } ], "range": [ - 3779, - 3810 + 3819, + 3850 ], "loc": { "start": { - "line": 138, + "line": 140, "column": 30 }, "end": { - "line": 140, + "line": 142, "column": 9 } } }, "alternate": null, "range": [ - 3757, - 3810 + 3797, + 3850 ], "loc": { "start": { - "line": 138, + "line": 140, "column": 8 }, "end": { - "line": 140, + "line": 142, "column": 9 } } @@ -5771,16 +6034,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3823, - 3825 + 3863, + 3865 ], "loc": { "start": { - "line": 141, + "line": 143, "column": 12 }, "end": { - "line": 141, + "line": 143, "column": 14 } } @@ -5791,16 +6054,16 @@ "object": { "type": "ThisExpression", "range": [ - 3828, - 3832 + 3868, + 3872 ], "loc": { "start": { - "line": 141, + "line": 143, "column": 17 }, "end": { - "line": 141, + "line": 143, "column": 21 } } @@ -5809,46 +6072,46 @@ "type": "Identifier", "name": "tf", "range": [ - 3833, - 3835 + 3873, + 3875 ], "loc": { "start": { - "line": 141, + "line": 143, "column": 22 }, "end": { - "line": 141, + "line": 143, "column": 24 } } }, "range": [ - 3828, - 3835 + 3868, + 3875 ], "loc": { "start": { - "line": 141, + "line": 143, "column": 17 }, "end": { - "line": 141, + "line": 143, "column": 24 } } }, "range": [ - 3823, - 3835 + 3863, + 3875 ], "loc": { "start": { - "line": 141, + "line": 143, "column": 12 }, "end": { - "line": 141, + "line": 143, "column": 24 } } @@ -5856,16 +6119,16 @@ ], "kind": "let", "range": [ - 3819, - 3836 + 3859, + 3876 ], "loc": { "start": { - "line": 141, + "line": 143, "column": 8 }, "end": { - "line": 141, + "line": 143, "column": 25 } } @@ -5879,16 +6142,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3849, - 3853 + 3889, + 3893 ], "loc": { "start": { - "line": 142, + "line": 144, "column": 12 }, "end": { - "line": 142, + "line": 144, "column": 16 } } @@ -5896,31 +6159,31 @@ "init": { "type": "ThisExpression", "range": [ - 3856, - 3860 + 3896, + 3900 ], "loc": { "start": { - "line": 142, + "line": 144, "column": 19 }, "end": { - "line": 142, + "line": 144, "column": 23 } } }, "range": [ - 3849, - 3860 + 3889, + 3900 ], "loc": { "start": { - "line": 142, + "line": 144, "column": 12 }, "end": { - "line": 142, + "line": 144, "column": 23 } } @@ -5928,16 +6191,16 @@ ], "kind": "let", "range": [ - 3845, - 3861 + 3885, + 3901 ], "loc": { "start": { - "line": 142, + "line": 144, "column": 8 }, "end": { - "line": 142, + "line": 144, "column": 24 } }, @@ -5946,16 +6209,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 3871, - 3925 + 3911, + 3965 ], "loc": { "start": { - "line": 144, + "line": 146, "column": 8 }, "end": { - "line": 144, + "line": 146, "column": 62 } } @@ -5970,16 +6233,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 3938, - 3945 + 3978, + 3985 ], "loc": { "start": { - "line": 145, + "line": 147, "column": 12 }, "end": { - "line": 145, + "line": 147, "column": 19 } } @@ -5989,32 +6252,32 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 3946, - 3959 + 3986, + 3999 ], "loc": { "start": { - "line": 145, + "line": 147, "column": 20 }, "end": { - "line": 145, + "line": 147, "column": 33 } } } ], "range": [ - 3938, - 3960 + 3978, + 4000 ], "loc": { "start": { - "line": 145, + "line": 147, "column": 12 }, "end": { - "line": 145, + "line": 147, "column": 34 } } @@ -6030,16 +6293,16 @@ "type": "Identifier", "name": "Error", "range": [ - 3986, - 3991 + 4026, + 4031 ], "loc": { "start": { - "line": 146, + "line": 148, "column": 22 }, "end": { - "line": 146, + "line": 148, "column": 27 } } @@ -6050,79 +6313,79 @@ "value": "SortableTable class not found.", "raw": "'SortableTable class not found.'", "range": [ - 3992, - 4024 + 4032, + 4064 ], "loc": { "start": { - "line": 146, + "line": 148, "column": 28 }, "end": { - "line": 146, + "line": 148, "column": 60 } } } ], "range": [ - 3982, - 4025 + 4022, + 4065 ], "loc": { "start": { - "line": 146, + "line": 148, "column": 18 }, "end": { - "line": 146, + "line": 148, "column": 61 } } }, "range": [ - 3976, - 4026 + 4016, + 4066 ], "loc": { "start": { - "line": 146, + "line": 148, "column": 12 }, "end": { - "line": 146, + "line": 148, "column": 62 } } } ], "range": [ - 3962, - 4036 + 4002, + 4076 ], "loc": { "start": { - "line": 145, + "line": 147, "column": 36 }, "end": { - "line": 147, + "line": 149, "column": 9 } } }, "alternate": null, "range": [ - 3934, - 4036 + 3974, + 4076 ], "loc": { "start": { - "line": 145, + "line": 147, "column": 8 }, "end": { - "line": 147, + "line": 149, "column": 9 } }, @@ -6131,20 +6394,207 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 3871, - 3925 + 3911, + 3965 ], "loc": { "start": { - "line": 144, + "line": 146, "column": 8 }, "end": { - "line": 144, + "line": 146, "column": 62 } } } + ], + "trailingComments": [ + { + "type": "Line", + "value": " Add any date format if needed", + "range": [ + 4086, + 4118 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 40 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "dateType", + "range": [ + 4131, + 4139 + ], + "loc": { + "start": { + "line": 152, + "column": 12 + }, + "end": { + "line": 152, + "column": 20 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 4142, + 4144 + ], + "loc": { + "start": { + "line": 152, + "column": 23 + }, + "end": { + "line": 152, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "feature", + "range": [ + 4145, + 4152 + ], + "loc": { + "start": { + "line": 152, + "column": 26 + }, + "end": { + "line": 152, + "column": 33 + } + } + }, + "range": [ + 4142, + 4152 + ], + "loc": { + "start": { + "line": 152, + "column": 23 + }, + "end": { + "line": 152, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "dateType", + "raw": "'dateType'", + "range": [ + 4153, + 4163 + ], + "loc": { + "start": { + "line": 152, + "column": 34 + }, + "end": { + "line": 152, + "column": 44 + } + } + } + ], + "range": [ + 4142, + 4164 + ], + "loc": { + "start": { + "line": 152, + "column": 23 + }, + "end": { + "line": 152, + "column": 45 + } + } + }, + "range": [ + 4131, + 4164 + ], + "loc": { + "start": { + "line": 152, + "column": 12 + }, + "end": { + "line": 152, + "column": 45 + } + } + } + ], + "kind": "let", + "range": [ + 4127, + 4165 + ], + "loc": { + "start": { + "line": 152, + "column": 8 + }, + "end": { + "line": 152, + "column": 46 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Add any date format if needed", + "range": [ + 4086, + 4118 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 40 + } + } + } ] }, { @@ -6155,18 +6605,161 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", + "type": "Identifier", + "name": "dateType", "range": [ - 4046, - 4050 + 4174, + 4182 ], "loc": { "start": { - "line": 149, + "line": 153, "column": 8 }, "end": { - "line": 149, + "line": 153, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "addConfigFormats", + "range": [ + 4183, + 4199 + ], + "loc": { + "start": { + "line": 153, + "column": 17 + }, + "end": { + "line": 153, + "column": 33 + } + } + }, + "range": [ + 4174, + 4199 + ], + "loc": { + "start": { + "line": 153, + "column": 8 + }, + "end": { + "line": 153, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 4200, + 4204 + ], + "loc": { + "start": { + "line": 153, + "column": 34 + }, + "end": { + "line": 153, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "sortTypes", + "range": [ + 4205, + 4214 + ], + "loc": { + "start": { + "line": 153, + "column": 39 + }, + "end": { + "line": 153, + "column": 48 + } + } + }, + "range": [ + 4200, + 4214 + ], + "loc": { + "start": { + "line": 153, + "column": 34 + }, + "end": { + "line": 153, + "column": 48 + } + } + } + ], + "range": [ + 4174, + 4215 + ], + "loc": { + "start": { + "line": 153, + "column": 8 + }, + "end": { + "line": 153, + "column": 49 + } + } + }, + "range": [ + 4174, + 4216 + ], + "loc": { + "start": { + "line": 153, + "column": 8 + }, + "end": { + "line": 153, + "column": 50 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 4226, + 4230 + ], + "loc": { + "start": { + "line": 155, + "column": 8 + }, + "end": { + "line": 155, "column": 12 } } @@ -6175,62 +6768,62 @@ "type": "Identifier", "name": "overrideSortableTable", "range": [ - 4051, - 4072 + 4231, + 4252 ], "loc": { "start": { - "line": 149, + "line": 155, "column": 13 }, "end": { - "line": 149, + "line": 155, "column": 34 } } }, "range": [ - 4046, - 4072 + 4226, + 4252 ], "loc": { "start": { - "line": 149, + "line": 155, "column": 8 }, "end": { - "line": 149, + "line": 155, "column": 34 } } }, "arguments": [], "range": [ - 4046, - 4074 + 4226, + 4254 ], "loc": { "start": { - "line": 149, + "line": 155, "column": 8 }, "end": { - "line": 149, + "line": 155, "column": 36 } } }, "range": [ - 4046, - 4075 + 4226, + 4255 ], "loc": { "start": { - "line": 149, + "line": 155, "column": 8 }, "end": { - "line": 149, + "line": 155, "column": 37 } } @@ -6245,16 +6838,16 @@ "object": { "type": "ThisExpression", "range": [ - 4084, - 4088 + 4264, + 4268 ], "loc": { "start": { - "line": 150, + "line": 156, "column": 8 }, "end": { - "line": 150, + "line": 156, "column": 12 } } @@ -6263,81 +6856,81 @@ "type": "Identifier", "name": "setSortTypes", "range": [ - 4089, - 4101 + 4269, + 4281 ], "loc": { "start": { - "line": 150, + "line": 156, "column": 13 }, "end": { - "line": 150, + "line": 156, "column": 25 } } }, "range": [ - 4084, - 4101 + 4264, + 4281 ], "loc": { "start": { - "line": 150, + "line": 156, "column": 8 }, "end": { - "line": 150, + "line": 156, "column": 25 } } }, "arguments": [], "range": [ - 4084, - 4103 + 4264, + 4283 ], "loc": { "start": { - "line": 150, + "line": 156, "column": 8 }, "end": { - "line": 150, + "line": 156, "column": 27 } } }, "range": [ - 4084, - 4104 + 4264, + 4284 ], "loc": { "start": { - "line": 150, + "line": 156, "column": 8 }, "end": { - "line": 150, + "line": 156, "column": 28 } }, "trailingComments": [ { "type": "Line", - "value": "Column sort at start", + "value": " Column sort at start", "range": [ - 4114, - 4136 + 4294, + 4317 ], "loc": { "start": { - "line": 152, + "line": 158, "column": 8 }, "end": { - "line": 152, - "column": 30 + "line": 158, + "column": 31 } } } @@ -6352,16 +6945,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 4149, - 4163 + 4330, + 4344 ], "loc": { "start": { - "line": 153, + "line": 159, "column": 12 }, "end": { - "line": 153, + "line": 159, "column": 26 } } @@ -6373,16 +6966,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4166, - 4170 + 4347, + 4351 ], "loc": { "start": { - "line": 153, + "line": 159, "column": 29 }, "end": { - "line": 153, + "line": 159, "column": 33 } } @@ -6391,46 +6984,46 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 4171, - 4185 + 4352, + 4366 ], "loc": { "start": { - "line": 153, + "line": 159, "column": 34 }, "end": { - "line": 153, + "line": 159, "column": 48 } } }, "range": [ - 4166, - 4185 + 4347, + 4366 ], "loc": { "start": { - "line": 153, + "line": 159, "column": 29 }, "end": { - "line": 153, + "line": 159, "column": 48 } } }, "range": [ - 4149, - 4185 + 4330, + 4366 ], "loc": { "start": { - "line": 153, + "line": 159, "column": 12 }, "end": { - "line": 153, + "line": 159, "column": 48 } } @@ -6438,35 +7031,35 @@ ], "kind": "let", "range": [ - 4145, - 4186 + 4326, + 4367 ], "loc": { "start": { - "line": 153, + "line": 159, "column": 8 }, "end": { - "line": 153, + "line": 159, "column": 49 } }, "leadingComments": [ { "type": "Line", - "value": "Column sort at start", + "value": " Column sort at start", "range": [ - 4114, - 4136 + 4294, + 4317 ], "loc": { "start": { - "line": 152, + "line": 158, "column": 8 }, "end": { - "line": 152, - "column": 30 + "line": 158, + "column": 31 } } } @@ -6478,16 +7071,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 4199, - 4213 + 4380, + 4394 ], "loc": { "start": { - "line": 154, + "line": 160, "column": 12 }, "end": { - "line": 154, + "line": 160, "column": 26 } } @@ -6508,16 +7101,16 @@ "object": { "type": "ThisExpression", "range": [ - 4229, - 4233 + 4410, + 4414 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 12 }, "end": { - "line": 155, + "line": 161, "column": 16 } } @@ -6526,31 +7119,31 @@ "type": "Identifier", "name": "stt", "range": [ - 4234, - 4237 + 4415, + 4418 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 17 }, "end": { - "line": 155, + "line": 161, "column": 20 } } }, "range": [ - 4229, - 4237 + 4410, + 4418 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 12 }, "end": { - "line": 155, + "line": 161, "column": 20 } } @@ -6559,31 +7152,31 @@ "type": "Identifier", "name": "sort", "range": [ - 4238, - 4242 + 4419, + 4423 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 21 }, "end": { - "line": 155, + "line": 161, "column": 25 } } }, "range": [ - 4229, - 4242 + 4410, + 4423 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 12 }, "end": { - "line": 155, + "line": 161, "column": 25 } } @@ -6596,16 +7189,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 4243, - 4257 + 4424, + 4438 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 26 }, "end": { - "line": 155, + "line": 161, "column": 40 } } @@ -6615,31 +7208,31 @@ "value": 0, "raw": "0", "range": [ - 4258, - 4259 + 4439, + 4440 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 41 }, "end": { - "line": 155, + "line": 161, "column": 42 } } }, "range": [ - 4243, - 4260 + 4424, + 4441 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 26 }, "end": { - "line": 155, + "line": 161, "column": 43 } } @@ -6651,16 +7244,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 4262, - 4276 + 4443, + 4457 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 45 }, "end": { - "line": 155, + "line": 161, "column": 59 } } @@ -6670,94 +7263,94 @@ "value": 1, "raw": "1", "range": [ - 4277, - 4278 + 4458, + 4459 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 60 }, "end": { - "line": 155, + "line": 161, "column": 61 } } }, "range": [ - 4262, - 4279 + 4443, + 4460 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 45 }, "end": { - "line": 155, + "line": 161, "column": 62 } } } ], "range": [ - 4229, - 4280 + 4410, + 4461 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 12 }, "end": { - "line": 155, + "line": 161, "column": 63 } } }, "range": [ - 4229, - 4281 + 4410, + 4462 ], "loc": { "start": { - "line": 155, + "line": 161, "column": 12 }, "end": { - "line": 155, + "line": 161, "column": 64 } } } ], "range": [ - 4215, - 4291 + 4396, + 4472 ], "loc": { "start": { - "line": 154, + "line": 160, "column": 28 }, "end": { - "line": 156, + "line": 162, "column": 9 } } }, "alternate": null, "range": [ - 4195, - 4291 + 4376, + 4472 ], "loc": { "start": { - "line": 154, + "line": 160, "column": 8 }, "end": { - "line": 156, + "line": 162, "column": 9 } } @@ -6770,16 +7363,16 @@ "object": { "type": "ThisExpression", "range": [ - 4305, - 4309 + 4486, + 4490 ], "loc": { "start": { - "line": 158, + "line": 164, "column": 12 }, "end": { - "line": 158, + "line": 164, "column": 16 } } @@ -6788,31 +7381,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 4310, - 4322 + 4491, + 4503 ], "loc": { "start": { - "line": 158, + "line": 164, "column": 17 }, "end": { - "line": 158, + "line": 164, "column": 29 } } }, "range": [ - 4305, - 4322 + 4486, + 4503 ], "loc": { "start": { - "line": 158, + "line": 164, "column": 12 }, "end": { - "line": 158, + "line": 164, "column": 29 } } @@ -6833,16 +7426,16 @@ "object": { "type": "ThisExpression", "range": [ - 4338, - 4342 + 4519, + 4523 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 12 }, "end": { - "line": 159, + "line": 165, "column": 16 } } @@ -6851,31 +7444,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 4343, - 4355 + 4524, + 4536 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 17 }, "end": { - "line": 159, + "line": 165, "column": 29 } } }, "range": [ - 4338, - 4355 + 4519, + 4536 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 12 }, "end": { - "line": 159, + "line": 165, "column": 29 } } @@ -6884,31 +7477,31 @@ "type": "Identifier", "name": "call", "range": [ - 4356, - 4360 + 4537, + 4541 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 30 }, "end": { - "line": 159, + "line": 165, "column": 34 } } }, "range": [ - 4338, - 4360 + 4519, + 4541 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 12 }, "end": { - "line": 159, + "line": 165, "column": 34 } } @@ -6919,16 +7512,16 @@ "value": null, "raw": "null", "range": [ - 4361, - 4365 + 4542, + 4546 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 35 }, "end": { - "line": 159, + "line": 165, "column": 39 } } @@ -6937,16 +7530,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4367, - 4369 + 4548, + 4550 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 41 }, "end": { - "line": 159, + "line": 165, "column": 43 } } @@ -6954,79 +7547,79 @@ { "type": "ThisExpression", "range": [ - 4371, - 4375 + 4552, + 4556 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 45 }, "end": { - "line": 159, + "line": 165, "column": 49 } } } ], "range": [ - 4338, - 4376 + 4519, + 4557 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 12 }, "end": { - "line": 159, + "line": 165, "column": 50 } } }, "range": [ - 4338, - 4377 + 4519, + 4558 ], "loc": { "start": { - "line": 159, + "line": 165, "column": 12 }, "end": { - "line": 159, + "line": 165, "column": 51 } } } ], "range": [ - 4324, - 4387 + 4505, + 4568 ], "loc": { "start": { - "line": 158, + "line": 164, "column": 31 }, "end": { - "line": 160, + "line": 166, "column": 9 } } }, "alternate": null, "range": [ - 4301, - 4387 + 4482, + 4568 ], "loc": { "start": { - "line": 158, + "line": 164, "column": 8 }, "end": { - "line": 160, + "line": 166, "column": 9 } }, @@ -7035,16 +7628,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 4397, - 4430 + 4578, + 4611 ], "loc": { "start": { - "line": 162, + "line": 168, "column": 8 }, "end": { - "line": 162, + "line": 168, "column": 41 } } @@ -7065,16 +7658,16 @@ "object": { "type": "ThisExpression", "range": [ - 4439, - 4443 + 4620, + 4624 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 8 }, "end": { - "line": 163, + "line": 169, "column": 12 } } @@ -7083,31 +7676,31 @@ "type": "Identifier", "name": "stt", "range": [ - 4444, - 4447 + 4625, + 4628 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 13 }, "end": { - "line": 163, + "line": 169, "column": 16 } } }, "range": [ - 4439, - 4447 + 4620, + 4628 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 8 }, "end": { - "line": 163, + "line": 169, "column": 16 } } @@ -7116,31 +7709,31 @@ "type": "Identifier", "name": "onbeforesort", "range": [ - 4448, - 4460 + 4629, + 4641 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 17 }, "end": { - "line": 163, + "line": 169, "column": 29 } } }, "range": [ - 4439, - 4460 + 4620, + 4641 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 8 }, "end": { - "line": 163, + "line": 169, "column": 29 } } @@ -7161,16 +7754,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4493, - 4497 + 4674, + 4678 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 16 }, "end": { - "line": 164, + "line": 170, "column": 20 } } @@ -7179,31 +7772,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 4498, - 4510 + 4679, + 4691 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 21 }, "end": { - "line": 164, + "line": 170, "column": 33 } } }, "range": [ - 4493, - 4510 + 4674, + 4691 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 16 }, "end": { - "line": 164, + "line": 170, "column": 33 } } @@ -7225,16 +7818,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4530, - 4534 + 4711, + 4715 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 16 }, "end": { - "line": 165, + "line": 171, "column": 20 } } @@ -7243,31 +7836,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 4535, - 4547 + 4716, + 4728 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 21 }, "end": { - "line": 165, + "line": 171, "column": 33 } } }, "range": [ - 4530, - 4547 + 4711, + 4728 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 16 }, "end": { - "line": 165, + "line": 171, "column": 33 } } @@ -7276,31 +7869,31 @@ "type": "Identifier", "name": "call", "range": [ - 4548, - 4552 + 4729, + 4733 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 34 }, "end": { - "line": 165, + "line": 171, "column": 38 } } }, "range": [ - 4530, - 4552 + 4711, + 4733 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 16 }, "end": { - "line": 165, + "line": 171, "column": 38 } } @@ -7311,16 +7904,16 @@ "value": null, "raw": "null", "range": [ - 4553, - 4557 + 4734, + 4738 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 39 }, "end": { - "line": 165, + "line": 171, "column": 43 } } @@ -7329,16 +7922,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4559, - 4561 + 4740, + 4742 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 45 }, "end": { - "line": 165, + "line": 171, "column": 47 } } @@ -7353,16 +7946,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4563, - 4567 + 4744, + 4748 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 49 }, "end": { - "line": 165, + "line": 171, "column": 53 } } @@ -7371,31 +7964,31 @@ "type": "Identifier", "name": "stt", "range": [ - 4568, - 4571 + 4749, + 4752 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 54 }, "end": { - "line": 165, + "line": 171, "column": 57 } } }, "range": [ - 4563, - 4571 + 4744, + 4752 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 49 }, "end": { - "line": 165, + "line": 171, "column": 57 } } @@ -7404,94 +7997,94 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 4572, - 4582 + 4753, + 4763 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 58 }, "end": { - "line": 165, + "line": 171, "column": 68 } } }, "range": [ - 4563, - 4582 + 4744, + 4763 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 49 }, "end": { - "line": 165, + "line": 171, "column": 68 } } } ], "range": [ - 4530, - 4583 + 4711, + 4764 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 16 }, "end": { - "line": 165, + "line": 171, "column": 69 } } }, "range": [ - 4530, - 4584 + 4711, + 4765 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 16 }, "end": { - "line": 165, + "line": 171, "column": 70 } } } ], "range": [ - 4512, - 4598 + 4693, + 4779 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 35 }, "end": { - "line": 166, + "line": 172, "column": 13 } } }, "alternate": null, "range": [ - 4489, - 4598 + 4670, + 4779 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 12 }, "end": { - "line": 166, + "line": 172, "column": 13 } }, @@ -7500,16 +8093,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 4612, - 4647 + 4793, + 4828 ], "loc": { "start": { - "line": 168, + "line": 174, "column": 12 }, "end": { - "line": 168, + "line": 174, "column": 47 } } @@ -7525,16 +8118,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4664, - 4666 + 4845, + 4847 ], "loc": { "start": { - "line": 169, + "line": 175, "column": 16 }, "end": { - "line": 169, + "line": 175, "column": 18 } } @@ -7543,31 +8136,31 @@ "type": "Identifier", "name": "paging", "range": [ - 4667, - 4673 + 4848, + 4854 ], "loc": { "start": { - "line": 169, + "line": 175, "column": 19 }, "end": { - "line": 169, + "line": 175, "column": 25 } } }, "range": [ - 4664, - 4673 + 4845, + 4854 ], "loc": { "start": { - "line": 169, + "line": 175, "column": 16 }, "end": { - "line": 169, + "line": 175, "column": 25 } } @@ -7591,16 +8184,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4693, - 4695 + 4874, + 4876 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 16 }, "end": { - "line": 170, + "line": 176, "column": 18 } } @@ -7609,31 +8202,31 @@ "type": "Identifier", "name": "feature", "range": [ - 4696, - 4703 + 4877, + 4884 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 19 }, "end": { - "line": 170, + "line": 176, "column": 26 } } }, "range": [ - 4693, - 4703 + 4874, + 4884 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 16 }, "end": { - "line": 170, + "line": 176, "column": 26 } } @@ -7644,32 +8237,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 4704, - 4712 + 4885, + 4893 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 27 }, "end": { - "line": 170, + "line": 176, "column": 35 } } } ], "range": [ - 4693, - 4713 + 4874, + 4894 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 16 }, "end": { - "line": 170, + "line": 176, "column": 36 } } @@ -7678,94 +8271,94 @@ "type": "Identifier", "name": "disable", "range": [ - 4714, - 4721 + 4895, + 4902 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 37 }, "end": { - "line": 170, + "line": 176, "column": 44 } } }, "range": [ - 4693, - 4721 + 4874, + 4902 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 16 }, "end": { - "line": 170, + "line": 176, "column": 44 } } }, "arguments": [], "range": [ - 4693, - 4723 + 4874, + 4904 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 16 }, "end": { - "line": 170, + "line": 176, "column": 46 } } }, "range": [ - 4693, - 4724 + 4874, + 4905 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 16 }, "end": { - "line": 170, + "line": 176, "column": 47 } } } ], "range": [ - 4675, - 4738 + 4856, + 4919 ], "loc": { "start": { - "line": 169, + "line": 175, "column": 27 }, "end": { - "line": 171, + "line": 177, "column": 13 } } }, "alternate": null, "range": [ - 4660, - 4738 + 4841, + 4919 ], "loc": { "start": { - "line": 169, + "line": 175, "column": 12 }, "end": { - "line": 171, + "line": 177, "column": 13 } }, @@ -7774,16 +8367,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 4612, - 4647 + 4793, + 4828 ], "loc": { "start": { - "line": 168, + "line": 174, "column": 12 }, "end": { - "line": 168, + "line": 174, "column": 47 } } @@ -7792,16 +8385,16 @@ } ], "range": [ - 4475, - 4748 + 4656, + 4929 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 44 }, "end": { - "line": 172, + "line": 178, "column": 9 } } @@ -7809,46 +8402,46 @@ "generator": false, "expression": false, "range": [ - 4463, - 4748 + 4644, + 4929 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 32 }, "end": { - "line": 172, + "line": 178, "column": 9 } } }, "range": [ - 4439, - 4748 + 4620, + 4929 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 8 }, "end": { - "line": 172, + "line": 178, "column": 9 } } }, "range": [ - 4439, - 4749 + 4620, + 4930 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 8 }, "end": { - "line": 172, + "line": 178, "column": 10 } }, @@ -7857,16 +8450,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 4397, - 4430 + 4578, + 4611 ], "loc": { "start": { - "line": 162, + "line": 168, "column": 8 }, "end": { - "line": 162, + "line": 168, "column": 41 } } @@ -7887,16 +8480,16 @@ "object": { "type": "ThisExpression", "range": [ - 4759, - 4763 + 4940, + 4944 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 8 }, "end": { - "line": 174, + "line": 180, "column": 12 } } @@ -7905,31 +8498,31 @@ "type": "Identifier", "name": "stt", "range": [ - 4764, - 4767 + 4945, + 4948 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 13 }, "end": { - "line": 174, + "line": 180, "column": 16 } } }, "range": [ - 4759, - 4767 + 4940, + 4948 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 8 }, "end": { - "line": 174, + "line": 180, "column": 16 } } @@ -7938,31 +8531,31 @@ "type": "Identifier", "name": "onsort", "range": [ - 4768, - 4774 + 4949, + 4955 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 17 }, "end": { - "line": 174, + "line": 180, "column": 23 } } }, "range": [ - 4759, - 4774 + 4940, + 4955 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 8 }, "end": { - "line": 174, + "line": 180, "column": 23 } } @@ -7986,16 +8579,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4803, - 4807 + 4984, + 4988 ], "loc": { "start": { - "line": 175, + "line": 181, "column": 12 }, "end": { - "line": 175, + "line": 181, "column": 16 } } @@ -8004,31 +8597,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 4808, - 4814 + 4989, + 4995 ], "loc": { "start": { - "line": 175, + "line": 181, "column": 17 }, "end": { - "line": 175, + "line": 181, "column": 23 } } }, "range": [ - 4803, - 4814 + 4984, + 4995 ], "loc": { "start": { - "line": 175, + "line": 181, "column": 12 }, "end": { - "line": 175, + "line": 181, "column": 23 } } @@ -8038,46 +8631,46 @@ "value": true, "raw": "true", "range": [ - 4817, - 4821 + 4998, + 5002 ], "loc": { "start": { - "line": 175, + "line": 181, "column": 26 }, "end": { - "line": 175, + "line": 181, "column": 30 } } }, "range": [ - 4803, - 4821 + 4984, + 5002 ], "loc": { "start": { - "line": 175, + "line": 181, "column": 12 }, "end": { - "line": 175, + "line": 181, "column": 30 } } }, "range": [ - 4803, - 4822 + 4984, + 5003 ], "loc": { "start": { - "line": 175, + "line": 181, "column": 12 }, "end": { - "line": 175, + "line": 181, "column": 31 } }, @@ -8086,16 +8679,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 4836, - 4863 + 5017, + 5044 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 12 }, "end": { - "line": 177, + "line": 183, "column": 39 } } @@ -8111,16 +8704,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4880, - 4882 + 5061, + 5063 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 16 }, "end": { - "line": 178, + "line": 184, "column": 18 } } @@ -8129,31 +8722,31 @@ "type": "Identifier", "name": "paging", "range": [ - 4883, - 4889 + 5064, + 5070 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 19 }, "end": { - "line": 178, + "line": 184, "column": 25 } } }, "range": [ - 4880, - 4889 + 5061, + 5070 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 16 }, "end": { - "line": 178, + "line": 184, "column": 25 } } @@ -8170,16 +8763,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 4913, - 4922 + 5094, + 5103 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 20 }, "end": { - "line": 179, + "line": 185, "column": 29 } } @@ -8193,16 +8786,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4925, - 4927 + 5106, + 5108 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 32 }, "end": { - "line": 179, + "line": 185, "column": 34 } } @@ -8211,31 +8804,31 @@ "type": "Identifier", "name": "feature", "range": [ - 4928, - 4935 + 5109, + 5116 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 35 }, "end": { - "line": 179, + "line": 185, "column": 42 } } }, "range": [ - 4925, - 4935 + 5106, + 5116 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 32 }, "end": { - "line": 179, + "line": 185, "column": 42 } } @@ -8246,47 +8839,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 4936, - 4944 + 5117, + 5125 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 43 }, "end": { - "line": 179, + "line": 185, "column": 51 } } } ], "range": [ - 4925, - 4945 + 5106, + 5126 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 32 }, "end": { - "line": 179, + "line": 185, "column": 52 } } }, "range": [ - 4913, - 4945 + 5094, + 5126 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 20 }, "end": { - "line": 179, + "line": 185, "column": 52 } } @@ -8294,16 +8887,16 @@ ], "kind": "let", "range": [ - 4909, - 4946 + 5090, + 5127 ], "loc": { "start": { - "line": 179, + "line": 185, "column": 16 }, "end": { - "line": 179, + "line": 185, "column": 53 } }, @@ -8312,16 +8905,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 4963, - 5024 + 5144, + 5205 ], "loc": { "start": { - "line": 180, + "line": 186, "column": 16 }, "end": { - "line": 180, + "line": 186, "column": 77 } } @@ -8339,16 +8932,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5041, - 5043 + 5222, + 5224 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 16 }, "end": { - "line": 181, + "line": 187, "column": 18 } } @@ -8357,31 +8950,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 5044, - 5056 + 5225, + 5237 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 19 }, "end": { - "line": 181, + "line": 187, "column": 31 } } }, "range": [ - 5041, - 5056 + 5222, + 5237 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 16 }, "end": { - "line": 181, + "line": 187, "column": 31 } } @@ -8392,47 +8985,47 @@ "value": true, "raw": "true", "range": [ - 5057, - 5061 + 5238, + 5242 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 32 }, "end": { - "line": 181, + "line": 187, "column": 36 } } } ], "range": [ - 5041, - 5062 + 5222, + 5243 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 16 }, "end": { - "line": 181, + "line": 187, "column": 37 } } }, "range": [ - 5041, - 5063 + 5222, + 5244 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 16 }, "end": { - "line": 181, + "line": 187, "column": 38 } }, @@ -8441,16 +9034,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 4963, - 5024 + 5144, + 5205 ], "loc": { "start": { - "line": 180, + "line": 186, "column": 16 }, "end": { - "line": 180, + "line": 186, "column": 77 } } @@ -8468,16 +9061,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 5080, - 5089 + 5261, + 5270 ], "loc": { "start": { - "line": 182, + "line": 188, "column": 16 }, "end": { - "line": 182, + "line": 188, "column": 25 } } @@ -8486,62 +9079,62 @@ "type": "Identifier", "name": "enable", "range": [ - 5090, - 5096 + 5271, + 5277 ], "loc": { "start": { - "line": 182, + "line": 188, "column": 26 }, "end": { - "line": 182, + "line": 188, "column": 32 } } }, "range": [ - 5080, - 5096 + 5261, + 5277 ], "loc": { "start": { - "line": 182, + "line": 188, "column": 16 }, "end": { - "line": 182, + "line": 188, "column": 32 } } }, "arguments": [], "range": [ - 5080, - 5098 + 5261, + 5279 ], "loc": { "start": { - "line": 182, + "line": 188, "column": 16 }, "end": { - "line": 182, + "line": 188, "column": 34 } } }, "range": [ - 5080, - 5099 + 5261, + 5280 ], "loc": { "start": { - "line": 182, + "line": 188, "column": 16 }, "end": { - "line": 182, + "line": 188, "column": 35 } } @@ -8557,16 +9150,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 5116, - 5125 + 5297, + 5306 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 16 }, "end": { - "line": 183, + "line": 189, "column": 25 } } @@ -8575,31 +9168,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 5126, - 5133 + 5307, + 5314 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 26 }, "end": { - "line": 183, + "line": 189, "column": 33 } } }, "range": [ - 5116, - 5133 + 5297, + 5314 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 16 }, "end": { - "line": 183, + "line": 189, "column": 33 } } @@ -8614,16 +9207,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 5134, - 5143 + 5315, + 5324 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 34 }, "end": { - "line": 183, + "line": 189, "column": 43 } } @@ -8632,110 +9225,110 @@ "type": "Identifier", "name": "getPage", "range": [ - 5144, - 5151 + 5325, + 5332 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 44 }, "end": { - "line": 183, + "line": 189, "column": 51 } } }, "range": [ - 5134, - 5151 + 5315, + 5332 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 34 }, "end": { - "line": 183, + "line": 189, "column": 51 } } }, "arguments": [], "range": [ - 5134, - 5153 + 5315, + 5334 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 34 }, "end": { - "line": 183, + "line": 189, "column": 53 } } } ], "range": [ - 5116, - 5154 + 5297, + 5335 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 16 }, "end": { - "line": 183, + "line": 189, "column": 54 } } }, "range": [ - 5116, - 5155 + 5297, + 5336 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 16 }, "end": { - "line": 183, + "line": 189, "column": 55 } } } ], "range": [ - 4891, - 5169 + 5072, + 5350 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 27 }, "end": { - "line": 184, + "line": 190, "column": 13 } } }, "alternate": null, "range": [ - 4876, - 5169 + 5057, + 5350 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 12 }, "end": { - "line": 184, + "line": 190, "column": 13 } }, @@ -8744,16 +9337,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 4836, - 4863 + 5017, + 5044 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 12 }, "end": { - "line": 177, + "line": 183, "column": 39 } } @@ -8769,16 +9362,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5187, - 5191 + 5368, + 5372 ], "loc": { "start": { - "line": 186, + "line": 192, "column": 16 }, "end": { - "line": 186, + "line": 192, "column": 20 } } @@ -8787,31 +9380,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 5192, - 5203 + 5373, + 5384 ], "loc": { "start": { - "line": 186, + "line": 192, "column": 21 }, "end": { - "line": 186, + "line": 192, "column": 32 } } }, "range": [ - 5187, - 5203 + 5368, + 5384 ], "loc": { "start": { - "line": 186, + "line": 192, "column": 16 }, "end": { - "line": 186, + "line": 192, "column": 32 } } @@ -8833,16 +9426,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5223, - 5227 + 5404, + 5408 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 16 }, "end": { - "line": 187, + "line": 193, "column": 20 } } @@ -8851,31 +9444,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 5228, - 5239 + 5409, + 5420 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 21 }, "end": { - "line": 187, + "line": 193, "column": 32 } } }, "range": [ - 5223, - 5239 + 5404, + 5420 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 16 }, "end": { - "line": 187, + "line": 193, "column": 32 } } @@ -8884,31 +9477,31 @@ "type": "Identifier", "name": "call", "range": [ - 5240, - 5244 + 5421, + 5425 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 33 }, "end": { - "line": 187, + "line": 193, "column": 37 } } }, "range": [ - 5223, - 5244 + 5404, + 5425 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 16 }, "end": { - "line": 187, + "line": 193, "column": 37 } } @@ -8919,16 +9512,16 @@ "value": null, "raw": "null", "range": [ - 5245, - 5249 + 5426, + 5430 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 38 }, "end": { - "line": 187, + "line": 193, "column": 42 } } @@ -8937,16 +9530,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5251, - 5253 + 5432, + 5434 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 44 }, "end": { - "line": 187, + "line": 193, "column": 46 } } @@ -8961,16 +9554,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5255, - 5259 + 5436, + 5440 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 48 }, "end": { - "line": 187, + "line": 193, "column": 52 } } @@ -8979,31 +9572,31 @@ "type": "Identifier", "name": "stt", "range": [ - 5260, - 5263 + 5441, + 5444 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 53 }, "end": { - "line": 187, + "line": 193, "column": 56 } } }, "range": [ - 5255, - 5263 + 5436, + 5444 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 48 }, "end": { - "line": 187, + "line": 193, "column": 56 } } @@ -9012,31 +9605,31 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 5264, - 5274 + 5445, + 5455 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 57 }, "end": { - "line": 187, + "line": 193, "column": 67 } } }, "range": [ - 5255, - 5274 + 5436, + 5455 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 48 }, "end": { - "line": 187, + "line": 193, "column": 67 } } @@ -9051,16 +9644,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5296, - 5300 + 5477, + 5481 ], "loc": { "start": { - "line": 188, + "line": 194, "column": 20 }, "end": { - "line": 188, + "line": 194, "column": 24 } } @@ -9069,31 +9662,31 @@ "type": "Identifier", "name": "stt", "range": [ - 5301, - 5304 + 5482, + 5485 ], "loc": { "start": { - "line": 188, + "line": 194, "column": 25 }, "end": { - "line": 188, + "line": 194, "column": 28 } } }, "range": [ - 5296, - 5304 + 5477, + 5485 ], "loc": { "start": { - "line": 188, + "line": 194, "column": 20 }, "end": { - "line": 188, + "line": 194, "column": 28 } } @@ -9102,94 +9695,94 @@ "type": "Identifier", "name": "descending", "range": [ - 5305, - 5315 + 5486, + 5496 ], "loc": { "start": { - "line": 188, + "line": 194, "column": 29 }, "end": { - "line": 188, + "line": 194, "column": 39 } } }, "range": [ - 5296, - 5315 + 5477, + 5496 ], "loc": { "start": { - "line": 188, + "line": 194, "column": 20 }, "end": { - "line": 188, + "line": 194, "column": 39 } } } ], "range": [ - 5223, - 5316 + 5404, + 5497 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 16 }, "end": { - "line": 188, + "line": 194, "column": 40 } } }, "range": [ - 5223, - 5317 + 5404, + 5498 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 16 }, "end": { - "line": 188, + "line": 194, "column": 41 } } } ], "range": [ - 5205, - 5331 + 5386, + 5512 ], "loc": { "start": { - "line": 186, + "line": 192, "column": 34 }, "end": { - "line": 189, + "line": 195, "column": 13 } } }, "alternate": null, "range": [ - 5183, - 5331 + 5364, + 5512 ], "loc": { "start": { - "line": 186, + "line": 192, "column": 12 }, "end": { - "line": 189, + "line": 195, "column": 13 } } @@ -9208,16 +9801,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5345, - 5349 + 5526, + 5530 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 12 }, "end": { - "line": 191, + "line": 197, "column": 16 } } @@ -9226,31 +9819,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 5350, - 5357 + 5531, + 5538 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 17 }, "end": { - "line": 191, + "line": 197, "column": 24 } } }, "range": [ - 5345, - 5357 + 5526, + 5538 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 12 }, "end": { - "line": 191, + "line": 197, "column": 24 } } @@ -9259,31 +9852,31 @@ "type": "Identifier", "name": "emit", "range": [ - 5358, - 5362 + 5539, + 5543 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 25 }, "end": { - "line": 191, + "line": 197, "column": 29 } } }, "range": [ - 5345, - 5362 + 5526, + 5543 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 12 }, "end": { - "line": 191, + "line": 197, "column": 29 } } @@ -9294,16 +9887,16 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 5363, - 5378 + 5544, + 5559 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 30 }, "end": { - "line": 191, + "line": 197, "column": 45 } } @@ -9312,16 +9905,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5380, - 5382 + 5561, + 5563 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 47 }, "end": { - "line": 191, + "line": 197, "column": 49 } } @@ -9336,16 +9929,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5384, - 5388 + 5565, + 5569 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 51 }, "end": { - "line": 191, + "line": 197, "column": 55 } } @@ -9354,31 +9947,31 @@ "type": "Identifier", "name": "stt", "range": [ - 5389, - 5392 + 5570, + 5573 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 56 }, "end": { - "line": 191, + "line": 197, "column": 59 } } }, "range": [ - 5384, - 5392 + 5565, + 5573 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 51 }, "end": { - "line": 191, + "line": 197, "column": 59 } } @@ -9387,31 +9980,31 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 5393, - 5403 + 5574, + 5584 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 60 }, "end": { - "line": 191, + "line": 197, "column": 70 } } }, "range": [ - 5384, - 5403 + 5565, + 5584 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 51 }, "end": { - "line": 191, + "line": 197, "column": 70 } } @@ -9426,16 +10019,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 5421, - 5425 + 5602, + 5606 ], "loc": { "start": { - "line": 192, + "line": 198, "column": 16 }, "end": { - "line": 192, + "line": 198, "column": 20 } } @@ -9444,31 +10037,31 @@ "type": "Identifier", "name": "stt", "range": [ - 5426, - 5429 + 5607, + 5610 ], "loc": { "start": { - "line": 192, + "line": 198, "column": 21 }, "end": { - "line": 192, + "line": 198, "column": 24 } } }, "range": [ - 5421, - 5429 + 5602, + 5610 ], "loc": { "start": { - "line": 192, + "line": 198, "column": 16 }, "end": { - "line": 192, + "line": 198, "column": 24 } } @@ -9477,78 +10070,78 @@ "type": "Identifier", "name": "descending", "range": [ - 5430, - 5440 + 5611, + 5621 ], "loc": { "start": { - "line": 192, + "line": 198, "column": 25 }, "end": { - "line": 192, + "line": 198, "column": 35 } } }, "range": [ - 5421, - 5440 + 5602, + 5621 ], "loc": { "start": { - "line": 192, + "line": 198, "column": 16 }, "end": { - "line": 192, + "line": 198, "column": 35 } } } ], "range": [ - 5345, - 5441 + 5526, + 5622 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 12 }, "end": { - "line": 192, + "line": 198, "column": 36 } } }, "range": [ - 5345, - 5442 + 5526, + 5623 ], "loc": { "start": { - "line": 191, + "line": 197, "column": 12 }, "end": { - "line": 192, + "line": 198, "column": 37 } } } ], "range": [ - 4789, - 5452 + 4970, + 5633 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 38 }, "end": { - "line": 193, + "line": 199, "column": 9 } } @@ -9556,46 +10149,46 @@ "generator": false, "expression": false, "range": [ - 4777, - 5452 + 4958, + 5633 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 26 }, "end": { - "line": 193, + "line": 199, "column": 9 } } }, "range": [ - 4759, - 5452 + 4940, + 5633 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 8 }, "end": { - "line": 193, + "line": 199, "column": 9 } } }, "range": [ - 4759, - 5453 + 4940, + 5634 ], "loc": { "start": { - "line": 174, + "line": 180, "column": 8 }, "end": { - "line": 193, + "line": 199, "column": 10 } } @@ -9613,16 +10206,16 @@ "object": { "type": "ThisExpression", "range": [ - 5463, - 5467 + 5644, + 5648 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 8 }, "end": { - "line": 195, + "line": 201, "column": 12 } } @@ -9631,31 +10224,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 5468, - 5475 + 5649, + 5656 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 13 }, "end": { - "line": 195, + "line": 201, "column": 20 } } }, "range": [ - 5463, - 5475 + 5644, + 5656 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 8 }, "end": { - "line": 195, + "line": 201, "column": 20 } } @@ -9664,31 +10257,31 @@ "type": "Identifier", "name": "on", "range": [ - 5476, - 5478 + 5657, + 5659 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 21 }, "end": { - "line": 195, + "line": 201, "column": 23 } } }, "range": [ - 5463, - 5478 + 5644, + 5659 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 8 }, "end": { - "line": 195, + "line": 201, "column": 23 } } @@ -9702,32 +10295,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 5480, - 5486 + 5661, + 5667 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 25 }, "end": { - "line": 195, + "line": 201, "column": 31 } } } ], "range": [ - 5479, - 5487 + 5660, + 5668 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 24 }, "end": { - "line": 195, + "line": 201, "column": 32 } } @@ -9740,16 +10333,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5502, - 5504 + 5683, + 5685 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 13 }, "end": { - "line": 196, + "line": 202, "column": 15 } } @@ -9758,16 +10351,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 5506, - 5512 + 5687, + 5693 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 17 }, "end": { - "line": 196, + "line": 202, "column": 23 } } @@ -9776,16 +10369,16 @@ "type": "Identifier", "name": "desc", "range": [ - 5514, - 5518 + 5695, + 5699 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 25 }, "end": { - "line": 196, + "line": 202, "column": 29 } } @@ -9799,16 +10392,16 @@ "object": { "type": "ThisExpression", "range": [ - 5523, - 5527 + 5704, + 5708 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 34 }, "end": { - "line": 196, + "line": 202, "column": 38 } } @@ -9817,31 +10410,31 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 5528, - 5545 + 5709, + 5726 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 39 }, "end": { - "line": 196, + "line": 202, "column": 56 } } }, "range": [ - 5523, - 5545 + 5704, + 5726 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 34 }, "end": { - "line": 196, + "line": 202, "column": 56 } } @@ -9851,16 +10444,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 5546, - 5552 + 5727, + 5733 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 57 }, "end": { - "line": 196, + "line": 202, "column": 63 } } @@ -9869,32 +10462,32 @@ "type": "Identifier", "name": "desc", "range": [ - 5554, - 5558 + 5735, + 5739 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 65 }, "end": { - "line": 196, + "line": 202, "column": 69 } } } ], "range": [ - 5523, - 5559 + 5704, + 5740 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 34 }, "end": { - "line": 196, + "line": 202, "column": 70 } } @@ -9902,47 +10495,47 @@ "generator": false, "expression": true, "range": [ - 5501, - 5559 + 5682, + 5740 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 12 }, "end": { - "line": 196, + "line": 202, "column": 70 } } } ], "range": [ - 5463, - 5560 + 5644, + 5741 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 8 }, "end": { - "line": 196, + "line": 202, "column": 71 } } }, "range": [ - 5463, - 5561 + 5644, + 5742 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 8 }, "end": { - "line": 196, + "line": 202, "column": 72 } }, @@ -9951,16 +10544,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 5571, - 5588 + 5752, + 5769 ], "loc": { "start": { - "line": 198, + "line": 204, "column": 8 }, "end": { - "line": 198, + "line": 204, "column": 25 } } @@ -9978,16 +10571,16 @@ "object": { "type": "ThisExpression", "range": [ - 5597, - 5601 + 5778, + 5782 ], "loc": { "start": { - "line": 199, + "line": 205, "column": 8 }, "end": { - "line": 199, + "line": 205, "column": 12 } } @@ -9996,31 +10589,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 5602, - 5613 + 5783, + 5794 ], "loc": { "start": { - "line": 199, + "line": 205, "column": 13 }, "end": { - "line": 199, + "line": 205, "column": 24 } } }, "range": [ - 5597, - 5613 + 5778, + 5794 ], "loc": { "start": { - "line": 199, + "line": 205, "column": 8 }, "end": { - "line": 199, + "line": 205, "column": 24 } } @@ -10030,46 +10623,46 @@ "value": true, "raw": "true", "range": [ - 5616, - 5620 + 5797, + 5801 ], "loc": { "start": { - "line": 199, + "line": 205, "column": 27 }, "end": { - "line": 199, + "line": 205, "column": 31 } } }, "range": [ - 5597, - 5620 + 5778, + 5801 ], "loc": { "start": { - "line": 199, + "line": 205, "column": 8 }, "end": { - "line": 199, + "line": 205, "column": 31 } } }, "range": [ - 5597, - 5621 + 5778, + 5802 ], "loc": { "start": { - "line": 199, + "line": 205, "column": 8 }, "end": { - "line": 199, + "line": 205, "column": 32 } }, @@ -10078,16 +10671,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 5571, - 5588 + 5752, + 5769 ], "loc": { "start": { - "line": 198, + "line": 204, "column": 8 }, "end": { - "line": 198, + "line": 204, "column": 25 } } @@ -10107,16 +10700,16 @@ "object": { "type": "ThisExpression", "range": [ - 5631, - 5635 + 5812, + 5816 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 8 }, "end": { - "line": 201, + "line": 207, "column": 12 } } @@ -10125,31 +10718,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 5636, - 5643 + 5817, + 5824 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 13 }, "end": { - "line": 201, + "line": 207, "column": 20 } } }, "range": [ - 5631, - 5643 + 5812, + 5824 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 8 }, "end": { - "line": 201, + "line": 207, "column": 20 } } @@ -10158,31 +10751,31 @@ "type": "Identifier", "name": "emit", "range": [ - 5644, - 5648 + 5825, + 5829 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 21 }, "end": { - "line": 201, + "line": 207, "column": 25 } } }, "range": [ - 5631, - 5648 + 5812, + 5829 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 8 }, "end": { - "line": 201, + "line": 207, "column": 25 } } @@ -10193,16 +10786,16 @@ "value": "sort-initialized", "raw": "'sort-initialized'", "range": [ - 5649, - 5667 + 5830, + 5848 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 26 }, "end": { - "line": 201, + "line": 207, "column": 44 } } @@ -10211,16 +10804,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5669, - 5671 + 5850, + 5852 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 46 }, "end": { - "line": 201, + "line": 207, "column": 48 } } @@ -10228,63 +10821,63 @@ { "type": "ThisExpression", "range": [ - 5673, - 5677 + 5854, + 5858 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 50 }, "end": { - "line": 201, + "line": 207, "column": 54 } } } ], "range": [ - 5631, - 5678 + 5812, + 5859 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 8 }, "end": { - "line": 201, + "line": 207, "column": 55 } } }, "range": [ - 5631, - 5679 + 5812, + 5860 ], "loc": { "start": { - "line": 201, + "line": 207, "column": 8 }, "end": { - "line": 201, + "line": 207, "column": 56 } } } ], "range": [ - 3747, - 5685 + 3787, + 5866 ], "loc": { "start": { - "line": 137, + "line": 139, "column": 11 }, "end": { - "line": 202, + "line": 208, "column": 5 } } @@ -10292,16 +10885,16 @@ "generator": false, "expression": false, "range": [ - 3744, - 5685 + 3784, + 5866 ], "loc": { "start": { - "line": 137, + "line": 139, "column": 8 }, "end": { - "line": 202, + "line": 208, "column": 5 } } @@ -10309,16 +10902,16 @@ "kind": "method", "computed": false, "range": [ - 3740, - 5685 + 3780, + 5866 ], "loc": { "start": { - "line": 137, + "line": 139, "column": 4 }, "end": { - "line": 202, + "line": 208, "column": 5 } }, @@ -10327,16 +10920,16 @@ "type": "Block", "value": "*\n * Initializes AdapterSortableTable instance\n ", "range": [ - 3675, - 3735 + 3715, + 3775 ], "loc": { "start": { - "line": 134, + "line": 136, "column": 4 }, "end": { - "line": 136, + "line": 138, "column": 7 } } @@ -10347,16 +10940,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 5691, - 5831 + 5872, + 6012 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 4 }, "end": { - "line": 208, + "line": 214, "column": 7 } } @@ -10370,16 +10963,16 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 5836, - 5853 + 6017, + 6034 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 4 }, "end": { - "line": 209, + "line": 215, "column": 21 } } @@ -10392,16 +10985,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 5854, - 5860 + 6035, + 6041 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 22 }, "end": { - "line": 209, + "line": 215, "column": 28 } } @@ -10410,16 +11003,16 @@ "type": "Identifier", "name": "desc", "range": [ - 5862, - 5866 + 6043, + 6047 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 30 }, "end": { - "line": 209, + "line": 215, "column": 34 } } @@ -10441,16 +11034,16 @@ "object": { "type": "ThisExpression", "range": [ - 5878, - 5882 + 6059, + 6063 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 8 }, "end": { - "line": 210, + "line": 216, "column": 12 } } @@ -10459,31 +11052,31 @@ "type": "Identifier", "name": "stt", "range": [ - 5883, - 5886 + 6064, + 6067 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 13 }, "end": { - "line": 210, + "line": 216, "column": 16 } } }, "range": [ - 5878, - 5886 + 6059, + 6067 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 8 }, "end": { - "line": 210, + "line": 216, "column": 16 } } @@ -10492,31 +11085,31 @@ "type": "Identifier", "name": "sort", "range": [ - 5887, - 5891 + 6068, + 6072 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 17 }, "end": { - "line": 210, + "line": 216, "column": 21 } } }, "range": [ - 5878, - 5891 + 6059, + 6072 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 8 }, "end": { - "line": 210, + "line": 216, "column": 21 } } @@ -10526,16 +11119,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 5892, - 5898 + 6073, + 6079 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 22 }, "end": { - "line": 210, + "line": 216, "column": 28 } } @@ -10544,63 +11137,63 @@ "type": "Identifier", "name": "desc", "range": [ - 5900, - 5904 + 6081, + 6085 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 30 }, "end": { - "line": 210, + "line": 216, "column": 34 } } } ], "range": [ - 5878, - 5905 + 6059, + 6086 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 8 }, "end": { - "line": 210, + "line": 216, "column": 35 } } }, "range": [ - 5878, - 5906 + 6059, + 6087 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 8 }, "end": { - "line": 210, + "line": 216, "column": 36 } } } ], "range": [ - 5868, - 5912 + 6049, + 6093 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 36 }, "end": { - "line": 211, + "line": 217, "column": 5 } } @@ -10608,16 +11201,16 @@ "generator": false, "expression": false, "range": [ - 5853, - 5912 + 6034, + 6093 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 21 }, "end": { - "line": 211, + "line": 217, "column": 5 } } @@ -10625,16 +11218,16 @@ "kind": "method", "computed": false, "range": [ - 5836, - 5912 + 6017, + 6093 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 4 }, "end": { - "line": 211, + "line": 217, "column": 5 } }, @@ -10643,16 +11236,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 5691, - 5831 + 5872, + 6012 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 4 }, "end": { - "line": 208, + "line": 214, "column": 7 } } @@ -10663,16 +11256,16 @@ "type": "Block", "value": "*\n * Set SortableTable overrides for TableFilter integration\n ", "range": [ - 5918, - 5992 + 6099, + 6173 ], "loc": { "start": { - "line": 213, + "line": 219, "column": 4 }, "end": { - "line": 215, + "line": 221, "column": 7 } } @@ -10686,16 +11279,16 @@ "type": "Identifier", "name": "overrideSortableTable", "range": [ - 5997, - 6018 + 6178, + 6199 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 4 }, "end": { - "line": 216, + "line": 222, "column": 25 } } @@ -10716,16 +11309,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6035, - 6039 + 6216, + 6220 ], "loc": { "start": { - "line": 217, + "line": 223, "column": 12 }, "end": { - "line": 217, + "line": 223, "column": 16 } } @@ -10733,31 +11326,31 @@ "init": { "type": "ThisExpression", "range": [ - 6042, - 6046 + 6223, + 6227 ], "loc": { "start": { - "line": 217, + "line": 223, "column": 19 }, "end": { - "line": 217, + "line": 223, "column": 23 } } }, "range": [ - 6035, - 6046 + 6216, + 6227 ], "loc": { "start": { - "line": 217, + "line": 223, "column": 12 }, "end": { - "line": 217, + "line": 223, "column": 23 } } @@ -10768,16 +11361,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6060, - 6062 + 6241, + 6243 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 12 }, "end": { - "line": 218, + "line": 224, "column": 14 } } @@ -10788,16 +11381,16 @@ "object": { "type": "ThisExpression", "range": [ - 6065, - 6069 + 6246, + 6250 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 17 }, "end": { - "line": 218, + "line": 224, "column": 21 } } @@ -10806,46 +11399,46 @@ "type": "Identifier", "name": "tf", "range": [ - 6070, - 6072 + 6251, + 6253 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 22 }, "end": { - "line": 218, + "line": 224, "column": 24 } } }, "range": [ - 6065, - 6072 + 6246, + 6253 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 17 }, "end": { - "line": 218, + "line": 224, "column": 24 } } }, "range": [ - 6060, - 6072 + 6241, + 6253 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 12 }, "end": { - "line": 218, + "line": 224, "column": 24 } } @@ -10853,16 +11446,16 @@ ], "kind": "let", "range": [ - 6031, - 6073 + 6212, + 6254 ], "loc": { "start": { - "line": 217, + "line": 223, "column": 8 }, "end": { - "line": 218, + "line": 224, "column": 25 } }, @@ -10871,16 +11464,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 6083, - 6212 + 6264, + 6393 ], "loc": { "start": { - "line": 220, + "line": 226, "column": 8 }, "end": { - "line": 223, + "line": 229, "column": 11 } } @@ -10902,16 +11495,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 6221, - 6234 + 6402, + 6415 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 8 }, "end": { - "line": 224, + "line": 230, "column": 21 } } @@ -10920,31 +11513,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 6235, - 6244 + 6416, + 6425 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 22 }, "end": { - "line": 224, + "line": 230, "column": 31 } } }, "range": [ - 6221, - 6244 + 6402, + 6425 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 8 }, "end": { - "line": 224, + "line": 230, "column": 31 } } @@ -10953,31 +11546,31 @@ "type": "Identifier", "name": "headerOnclick", "range": [ - 6245, - 6258 + 6426, + 6439 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 32 }, "end": { - "line": 224, + "line": 230, "column": 45 } } }, "range": [ - 6221, - 6258 + 6402, + 6439 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 8 }, "end": { - "line": 224, + "line": 230, "column": 45 } } @@ -10990,16 +11583,16 @@ "type": "Identifier", "name": "evt", "range": [ - 6271, - 6274 + 6452, + 6455 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 58 }, "end": { - "line": 224, + "line": 230, "column": 61 } } @@ -11020,16 +11613,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6295, - 6299 + 6476, + 6480 ], "loc": { "start": { - "line": 225, + "line": 231, "column": 17 }, "end": { - "line": 225, + "line": 231, "column": 21 } } @@ -11038,47 +11631,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 6300, - 6311 + 6481, + 6492 ], "loc": { "start": { - "line": 225, + "line": 231, "column": 22 }, "end": { - "line": 225, + "line": 231, "column": 33 } } }, "range": [ - 6295, - 6311 + 6476, + 6492 ], "loc": { "start": { - "line": 225, + "line": 231, "column": 17 }, "end": { - "line": 225, + "line": 231, "column": 33 } } }, "prefix": true, "range": [ - 6294, - 6311 + 6475, + 6492 ], "loc": { "start": { - "line": 225, + "line": 231, "column": 16 }, "end": { - "line": 225, + "line": 231, "column": 33 } } @@ -11090,48 +11683,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 6331, - 6338 + 6512, + 6519 ], "loc": { "start": { - "line": 226, + "line": 232, "column": 16 }, "end": { - "line": 226, + "line": 232, "column": 23 } } } ], "range": [ - 6313, - 6352 + 6494, + 6533 ], "loc": { "start": { - "line": 225, + "line": 231, "column": 35 }, "end": { - "line": 227, + "line": 233, "column": 13 } } }, "alternate": null, "range": [ - 6290, - 6352 + 6471, + 6533 ], "loc": { "start": { - "line": 225, + "line": 231, "column": 12 }, "end": { - "line": 227, + "line": 233, "column": 13 } }, @@ -11140,16 +11733,16 @@ "type": "Line", "value": " find Header element", "range": [ - 6366, - 6388 + 6547, + 6569 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 12 }, "end": { - "line": 229, + "line": 235, "column": 34 } } @@ -11165,16 +11758,16 @@ "type": "Identifier", "name": "el", "range": [ - 6405, - 6407 + 6586, + 6588 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 16 }, "end": { - "line": 230, + "line": 236, "column": 18 } } @@ -11189,16 +11782,16 @@ "type": "Identifier", "name": "evt", "range": [ - 6410, - 6413 + 6591, + 6594 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 21 }, "end": { - "line": 230, + "line": 236, "column": 24 } } @@ -11207,31 +11800,31 @@ "type": "Identifier", "name": "target", "range": [ - 6414, - 6420 + 6595, + 6601 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 25 }, "end": { - "line": 230, + "line": 236, "column": 31 } } }, "range": [ - 6410, - 6420 + 6591, + 6601 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 21 }, "end": { - "line": 230, + "line": 236, "column": 31 } } @@ -11243,16 +11836,16 @@ "type": "Identifier", "name": "evt", "range": [ - 6424, - 6427 + 6605, + 6608 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 35 }, "end": { - "line": 230, + "line": 236, "column": 38 } } @@ -11261,61 +11854,61 @@ "type": "Identifier", "name": "srcElement", "range": [ - 6428, - 6438 + 6609, + 6619 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 39 }, "end": { - "line": 230, + "line": 236, "column": 49 } } }, "range": [ - 6424, - 6438 + 6605, + 6619 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 35 }, "end": { - "line": 230, + "line": 236, "column": 49 } } }, "range": [ - 6410, - 6438 + 6591, + 6619 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 21 }, "end": { - "line": 230, + "line": 236, "column": 49 } } }, "range": [ - 6405, - 6438 + 6586, + 6619 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 16 }, "end": { - "line": 230, + "line": 236, "column": 49 } } @@ -11323,16 +11916,16 @@ ], "kind": "let", "range": [ - 6401, - 6439 + 6582, + 6620 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 12 }, "end": { - "line": 230, + "line": 236, "column": 50 } }, @@ -11341,16 +11934,16 @@ "type": "Line", "value": " find Header element", "range": [ - 6366, - 6388 + 6547, + 6569 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 12 }, "end": { - "line": 229, + "line": 235, "column": 34 } } @@ -11372,16 +11965,16 @@ "type": "Identifier", "name": "el", "range": [ - 6460, - 6462 + 6641, + 6643 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 19 }, "end": { - "line": 232, + "line": 238, "column": 21 } } @@ -11390,31 +11983,31 @@ "type": "Identifier", "name": "tagName", "range": [ - 6463, - 6470 + 6644, + 6651 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 22 }, "end": { - "line": 232, + "line": 238, "column": 29 } } }, "range": [ - 6460, - 6470 + 6641, + 6651 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 19 }, "end": { - "line": 232, + "line": 238, "column": 29 } } @@ -11423,31 +12016,31 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 6475, - 6483 + 6656, + 6664 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 34 }, "end": { - "line": 232, + "line": 238, "column": 42 } } }, "range": [ - 6460, - 6483 + 6641, + 6664 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 19 }, "end": { - "line": 232, + "line": 238, "column": 42 } } @@ -11462,16 +12055,16 @@ "type": "Identifier", "name": "el", "range": [ - 6487, - 6489 + 6668, + 6670 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 46 }, "end": { - "line": 232, + "line": 238, "column": 48 } } @@ -11480,31 +12073,31 @@ "type": "Identifier", "name": "tagName", "range": [ - 6490, - 6497 + 6671, + 6678 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 49 }, "end": { - "line": 232, + "line": 238, "column": 56 } } }, "range": [ - 6487, - 6497 + 6668, + 6678 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 46 }, "end": { - "line": 232, + "line": 238, "column": 56 } } @@ -11513,46 +12106,46 @@ "type": "Identifier", "name": "HEADER_TAG", "range": [ - 6502, - 6512 + 6683, + 6693 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 61 }, "end": { - "line": 232, + "line": 238, "column": 71 } } }, "range": [ - 6487, - 6512 + 6668, + 6693 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 46 }, "end": { - "line": 232, + "line": 238, "column": 71 } } }, "range": [ - 6460, - 6512 + 6641, + 6693 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 19 }, "end": { - "line": 232, + "line": 238, "column": 71 } } @@ -11569,16 +12162,16 @@ "type": "Identifier", "name": "el", "range": [ - 6532, - 6534 + 6713, + 6715 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 16 }, "end": { - "line": 233, + "line": 239, "column": 18 } } @@ -11590,16 +12183,16 @@ "type": "Identifier", "name": "el", "range": [ - 6537, - 6539 + 6718, + 6720 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 21 }, "end": { - "line": 233, + "line": 239, "column": 23 } } @@ -11608,92 +12201,92 @@ "type": "Identifier", "name": "parentNode", "range": [ - 6540, - 6550 + 6721, + 6731 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 24 }, "end": { - "line": 233, + "line": 239, "column": 34 } } }, "range": [ - 6537, - 6550 + 6718, + 6731 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 21 }, "end": { - "line": 233, + "line": 239, "column": 34 } } }, "range": [ - 6532, - 6550 + 6713, + 6731 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 16 }, "end": { - "line": 233, + "line": 239, "column": 34 } } }, "range": [ - 6532, - 6551 + 6713, + 6732 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 16 }, "end": { - "line": 233, + "line": 239, "column": 35 } } } ], "range": [ - 6514, - 6565 + 6695, + 6746 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 73 }, "end": { - "line": 234, + "line": 240, "column": 13 } } }, "range": [ - 6453, - 6565 + 6634, + 6746 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 12 }, "end": { - "line": 234, + "line": 240, "column": 13 } } @@ -11708,16 +12301,16 @@ "object": { "type": "ThisExpression", "range": [ - 6579, - 6583 + 6760, + 6764 ], "loc": { "start": { - "line": 236, + "line": 242, "column": 12 }, "end": { - "line": 236, + "line": 242, "column": 16 } } @@ -11726,31 +12319,31 @@ "type": "Identifier", "name": "sort", "range": [ - 6584, - 6588 + 6765, + 6769 ], "loc": { "start": { - "line": 236, + "line": 242, "column": 17 }, "end": { - "line": 236, + "line": 242, "column": 21 } } }, "range": [ - 6579, - 6588 + 6760, + 6769 ], "loc": { "start": { - "line": 236, + "line": 242, "column": 12 }, "end": { - "line": 236, + "line": 242, "column": 21 } } @@ -11765,16 +12358,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 6606, - 6619 + 6787, + 6800 ], "loc": { "start": { - "line": 237, + "line": 243, "column": 16 }, "end": { - "line": 237, + "line": 243, "column": 29 } } @@ -11783,31 +12376,31 @@ "type": "Identifier", "name": "msie", "range": [ - 6620, - 6624 + 6801, + 6805 ], "loc": { "start": { - "line": 237, + "line": 243, "column": 30 }, "end": { - "line": 237, + "line": 243, "column": 34 } } }, "range": [ - 6606, - 6624 + 6787, + 6805 ], "loc": { "start": { - "line": 237, + "line": 243, "column": 16 }, "end": { - "line": 237, + "line": 243, "column": 34 } } @@ -11821,16 +12414,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 6647, - 6660 + 6828, + 6841 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 20 }, "end": { - "line": 238, + "line": 244, "column": 33 } } @@ -11839,31 +12432,31 @@ "type": "Identifier", "name": "getCellIndex", "range": [ - 6661, - 6673 + 6842, + 6854 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 34 }, "end": { - "line": 238, + "line": 244, "column": 46 } } }, "range": [ - 6647, - 6673 + 6828, + 6854 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 20 }, "end": { - "line": 238, + "line": 244, "column": 46 } } @@ -11873,32 +12466,32 @@ "type": "Identifier", "name": "el", "range": [ - 6674, - 6676 + 6855, + 6857 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 47 }, "end": { - "line": 238, + "line": 244, "column": 49 } } } ], "range": [ - 6647, - 6677 + 6828, + 6858 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 20 }, "end": { - "line": 238, + "line": 244, "column": 50 } } @@ -11910,16 +12503,16 @@ "type": "Identifier", "name": "el", "range": [ - 6680, - 6682 + 6861, + 6863 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 53 }, "end": { - "line": 238, + "line": 244, "column": 55 } } @@ -11928,93 +12521,93 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 6683, - 6692 + 6864, + 6873 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 56 }, "end": { - "line": 238, + "line": 244, "column": 65 } } }, "range": [ - 6680, - 6692 + 6861, + 6873 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 53 }, "end": { - "line": 238, + "line": 244, "column": 65 } } }, "range": [ - 6606, - 6692 + 6787, + 6873 ], "loc": { "start": { - "line": 237, + "line": 243, "column": 16 }, "end": { - "line": 238, + "line": 244, "column": 65 } } } ], "range": [ - 6579, - 6706 + 6760, + 6887 ], "loc": { "start": { - "line": 236, + "line": 242, "column": 12 }, "end": { - "line": 239, + "line": 245, "column": 13 } } }, "range": [ - 6579, - 6707 + 6760, + 6888 ], "loc": { "start": { - "line": 236, + "line": 242, "column": 12 }, "end": { - "line": 239, + "line": 245, "column": 14 } } } ], "range": [ - 6276, - 6717 + 6457, + 6898 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 63 }, "end": { - "line": 240, + "line": 246, "column": 9 } } @@ -12022,46 +12615,46 @@ "generator": false, "expression": false, "range": [ - 6261, - 6717 + 6442, + 6898 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 48 }, "end": { - "line": 240, + "line": 246, "column": 9 } } }, "range": [ - 6221, - 6717 + 6402, + 6898 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 8 }, "end": { - "line": 240, + "line": 246, "column": 9 } } }, "range": [ - 6221, - 6718 + 6402, + 6899 ], "loc": { "start": { - "line": 224, + "line": 230, "column": 8 }, "end": { - "line": 240, + "line": 246, "column": 10 } }, @@ -12070,16 +12663,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 6083, - 6212 + 6264, + 6393 ], "loc": { "start": { - "line": 220, + "line": 226, "column": 8 }, "end": { - "line": 223, + "line": 229, "column": 11 } } @@ -12090,16 +12683,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 6728, - 6925 + 6909, + 7106 ], "loc": { "start": { - "line": 242, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 253, "column": 11 } } @@ -12118,16 +12711,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 6934, - 6947 + 7115, + 7128 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 8 }, "end": { - "line": 248, + "line": 254, "column": 21 } } @@ -12136,31 +12729,31 @@ "type": "Identifier", "name": "getCellIndex", "range": [ - 6948, - 6960 + 7129, + 7141 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 22 }, "end": { - "line": 248, + "line": 254, "column": 34 } } }, "range": [ - 6934, - 6960 + 7115, + 7141 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 8 }, "end": { - "line": 248, + "line": 254, "column": 34 } } @@ -12173,16 +12766,16 @@ "type": "Identifier", "name": "oTd", "range": [ - 6973, - 6976 + 7154, + 7157 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 47 }, "end": { - "line": 248, + "line": 254, "column": 50 } } @@ -12200,16 +12793,16 @@ "type": "Identifier", "name": "cells", "range": [ - 6996, - 7001 + 7177, + 7182 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 16 }, "end": { - "line": 249, + "line": 255, "column": 21 } } @@ -12224,16 +12817,16 @@ "type": "Identifier", "name": "oTd", "range": [ - 7004, - 7007 + 7185, + 7188 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 24 }, "end": { - "line": 249, + "line": 255, "column": 27 } } @@ -12242,31 +12835,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 7008, - 7018 + 7189, + 7199 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 28 }, "end": { - "line": 249, + "line": 255, "column": 38 } } }, "range": [ - 7004, - 7018 + 7185, + 7199 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 24 }, "end": { - "line": 249, + "line": 255, "column": 38 } } @@ -12275,46 +12868,46 @@ "type": "Identifier", "name": "cells", "range": [ - 7019, - 7024 + 7200, + 7205 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 39 }, "end": { - "line": 249, + "line": 255, "column": 44 } } }, "range": [ - 7004, - 7024 + 7185, + 7205 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 24 }, "end": { - "line": 249, + "line": 255, "column": 44 } } }, "range": [ - 6996, - 7024 + 7177, + 7205 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 16 }, "end": { - "line": 249, + "line": 255, "column": 44 } } @@ -12325,16 +12918,16 @@ "type": "Identifier", "name": "l", "range": [ - 7042, - 7043 + 7223, + 7224 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 16 }, "end": { - "line": 250, + "line": 256, "column": 17 } } @@ -12346,16 +12939,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7046, - 7051 + 7227, + 7232 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 20 }, "end": { - "line": 250, + "line": 256, "column": 25 } } @@ -12364,46 +12957,46 @@ "type": "Identifier", "name": "length", "range": [ - 7052, - 7058 + 7233, + 7239 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 26 }, "end": { - "line": 250, + "line": 256, "column": 32 } } }, "range": [ - 7046, - 7058 + 7227, + 7239 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 20 }, "end": { - "line": 250, + "line": 256, "column": 32 } } }, "range": [ - 7042, - 7058 + 7223, + 7239 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 16 }, "end": { - "line": 250, + "line": 256, "column": 32 } } @@ -12414,32 +13007,32 @@ "type": "Identifier", "name": "i", "range": [ - 7060, - 7061 + 7241, + 7242 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 34 }, "end": { - "line": 250, + "line": 256, "column": 35 } } }, "init": null, "range": [ - 7060, - 7061 + 7241, + 7242 ], "loc": { "start": { - "line": 250, + "line": 256, "column": 34 }, "end": { - "line": 250, + "line": 256, "column": 35 } } @@ -12447,16 +13040,16 @@ ], "kind": "let", "range": [ - 6992, - 7062 + 7173, + 7243 ], "loc": { "start": { - "line": 249, + "line": 255, "column": 12 }, "end": { - "line": 250, + "line": 256, "column": 36 } } @@ -12470,16 +13063,16 @@ "type": "Identifier", "name": "i", "range": [ - 7080, - 7081 + 7261, + 7262 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 17 }, "end": { - "line": 251, + "line": 257, "column": 18 } } @@ -12489,31 +13082,31 @@ "value": 0, "raw": "0", "range": [ - 7084, - 7085 + 7265, + 7266 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 21 }, "end": { - "line": 251, + "line": 257, "column": 22 } } }, "range": [ - 7080, - 7085 + 7261, + 7266 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 17 }, "end": { - "line": 251, + "line": 257, "column": 22 } } @@ -12531,16 +13124,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7087, - 7092 + 7268, + 7273 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 24 }, "end": { - "line": 251, + "line": 257, "column": 29 } } @@ -12549,31 +13142,31 @@ "type": "Identifier", "name": "i", "range": [ - 7093, - 7094 + 7274, + 7275 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 30 }, "end": { - "line": 251, + "line": 257, "column": 31 } } }, "range": [ - 7087, - 7095 + 7268, + 7276 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 24 }, "end": { - "line": 251, + "line": 257, "column": 32 } } @@ -12582,31 +13175,31 @@ "type": "Identifier", "name": "oTd", "range": [ - 7100, - 7103 + 7281, + 7284 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 37 }, "end": { - "line": 251, + "line": 257, "column": 40 } } }, "range": [ - 7087, - 7103 + 7268, + 7284 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 24 }, "end": { - "line": 251, + "line": 257, "column": 40 } } @@ -12618,16 +13211,16 @@ "type": "Identifier", "name": "i", "range": [ - 7107, - 7108 + 7288, + 7289 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 44 }, "end": { - "line": 251, + "line": 257, "column": 45 } } @@ -12636,46 +13229,46 @@ "type": "Identifier", "name": "l", "range": [ - 7111, - 7112 + 7292, + 7293 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 48 }, "end": { - "line": 251, + "line": 257, "column": 49 } } }, "range": [ - 7107, - 7112 + 7288, + 7293 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 44 }, "end": { - "line": 251, + "line": 257, "column": 49 } } }, "range": [ - 7087, - 7112 + 7268, + 7293 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 24 }, "end": { - "line": 251, + "line": 257, "column": 49 } } @@ -12687,32 +13280,32 @@ "type": "Identifier", "name": "i", "range": [ - 7114, - 7115 + 7295, + 7296 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 51 }, "end": { - "line": 251, + "line": 257, "column": 52 } } }, "prefix": false, "range": [ - 7114, - 7117 + 7295, + 7298 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 51 }, "end": { - "line": 251, + "line": 257, "column": 54 } } @@ -12721,31 +13314,31 @@ "type": "BlockStatement", "body": [], "range": [ - 7119, - 7122 + 7300, + 7303 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 56 }, "end": { - "line": 251, + "line": 257, "column": 59 } } }, "range": [ - 7075, - 7122 + 7256, + 7303 ], "loc": { "start": { - "line": 251, + "line": 257, "column": 12 }, "end": { - "line": 251, + "line": 257, "column": 59 } } @@ -12756,47 +13349,47 @@ "type": "Identifier", "name": "i", "range": [ - 7142, - 7143 + 7323, + 7324 ], "loc": { "start": { - "line": 252, + "line": 258, "column": 19 }, "end": { - "line": 252, + "line": 258, "column": 20 } } }, "range": [ - 7135, - 7144 + 7316, + 7325 ], "loc": { "start": { - "line": 252, + "line": 258, "column": 12 }, "end": { - "line": 252, + "line": 258, "column": 21 } } } ], "range": [ - 6978, - 7154 + 7159, + 7335 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 52 }, "end": { - "line": 253, + "line": 259, "column": 9 } } @@ -12804,46 +13397,46 @@ "generator": false, "expression": false, "range": [ - 6963, - 7154 + 7144, + 7335 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 37 }, "end": { - "line": 253, + "line": 259, "column": 9 } } }, "range": [ - 6934, - 7154 + 7115, + 7335 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 8 }, "end": { - "line": 253, + "line": 259, "column": 9 } } }, "range": [ - 6934, - 7155 + 7115, + 7336 ], "loc": { "start": { - "line": 248, + "line": 254, "column": 8 }, "end": { - "line": 253, + "line": 259, "column": 10 } }, @@ -12852,16 +13445,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 6728, - 6925 + 6909, + 7106 ], "loc": { "start": { - "line": 242, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 253, "column": 11 } } @@ -12872,16 +13465,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 7165, - 7290 + 7346, + 7471 ], "loc": { "start": { - "line": 255, + "line": 261, "column": 8 }, "end": { - "line": 258, + "line": 264, "column": 11 } } @@ -12903,16 +13496,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 7299, - 7312 + 7480, + 7493 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 8 }, "end": { - "line": 259, + "line": 265, "column": 21 } } @@ -12921,31 +13514,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 7313, - 7322 + 7494, + 7503 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 22 }, "end": { - "line": 259, + "line": 265, "column": 31 } } }, "range": [ - 7299, - 7322 + 7480, + 7503 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 8 }, "end": { - "line": 259, + "line": 265, "column": 31 } } @@ -12954,31 +13547,31 @@ "type": "Identifier", "name": "initHeader", "range": [ - 7323, - 7333 + 7504, + 7514 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 32 }, "end": { - "line": 259, + "line": 265, "column": 42 } } }, "range": [ - 7299, - 7333 + 7480, + 7514 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 8 }, "end": { - "line": 259, + "line": 265, "column": 42 } } @@ -12991,16 +13584,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 7346, - 7356 + 7527, + 7537 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 55 }, "end": { - "line": 259, + "line": 265, "column": 65 } } @@ -13018,16 +13611,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7376, - 7379 + 7557, + 7560 ], "loc": { "start": { - "line": 260, + "line": 266, "column": 16 }, "end": { - "line": 260, + "line": 266, "column": 19 } } @@ -13035,31 +13628,31 @@ "init": { "type": "ThisExpression", "range": [ - 7382, - 7386 + 7563, + 7567 ], "loc": { "start": { - "line": 260, + "line": 266, "column": 22 }, "end": { - "line": 260, + "line": 266, "column": 26 } } }, "range": [ - 7376, - 7386 + 7557, + 7567 ], "loc": { "start": { - "line": 260, + "line": 266, "column": 16 }, "end": { - "line": 260, + "line": 266, "column": 26 } } @@ -13067,16 +13660,16 @@ ], "kind": "let", "range": [ - 7372, - 7387 + 7553, + 7568 ], "loc": { "start": { - "line": 260, + "line": 266, "column": 12 }, "end": { - "line": 260, + "line": 266, "column": 27 } } @@ -13093,16 +13686,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7405, - 7408 + 7586, + 7589 ], "loc": { "start": { - "line": 261, + "line": 267, "column": 17 }, "end": { - "line": 261, + "line": 267, "column": 20 } } @@ -13111,47 +13704,47 @@ "type": "Identifier", "name": "tHead", "range": [ - 7409, - 7414 + 7590, + 7595 ], "loc": { "start": { - "line": 261, + "line": 267, "column": 21 }, "end": { - "line": 261, + "line": 267, "column": 26 } } }, "range": [ - 7405, - 7414 + 7586, + 7595 ], "loc": { "start": { - "line": 261, + "line": 267, "column": 17 }, "end": { - "line": 261, + "line": 267, "column": 26 } } }, "prefix": true, "range": [ - 7404, - 7414 + 7585, + 7595 ], "loc": { "start": { - "line": 261, + "line": 267, "column": 16 }, "end": { - "line": 261, + "line": 267, "column": 26 } } @@ -13168,16 +13761,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7438, - 7440 + 7619, + 7621 ], "loc": { "start": { - "line": 262, + "line": 268, "column": 20 }, "end": { - "line": 262, + "line": 268, "column": 22 } } @@ -13186,31 +13779,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 7441, - 7451 + 7622, + 7632 ], "loc": { "start": { - "line": 262, + "line": 268, "column": 23 }, "end": { - "line": 262, + "line": 268, "column": 33 } } }, "range": [ - 7438, - 7451 + 7619, + 7632 ], "loc": { "start": { - "line": 262, + "line": 268, "column": 20 }, "end": { - "line": 262, + "line": 268, "column": 33 } } @@ -13230,16 +13823,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7475, - 7478 + 7656, + 7659 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 20 }, "end": { - "line": 263, + "line": 269, "column": 23 } } @@ -13248,31 +13841,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 7479, - 7484 + 7660, + 7665 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 24 }, "end": { - "line": 263, + "line": 269, "column": 29 } } }, "range": [ - 7475, - 7484 + 7656, + 7665 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 20 }, "end": { - "line": 263, + "line": 269, "column": 29 } } @@ -13292,16 +13885,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7487, - 7489 + 7668, + 7670 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 32 }, "end": { - "line": 263, + "line": 269, "column": 34 } } @@ -13310,31 +13903,31 @@ "type": "Identifier", "name": "feature", "range": [ - 7490, - 7497 + 7671, + 7678 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 35 }, "end": { - "line": 263, + "line": 269, "column": 42 } } }, "range": [ - 7487, - 7497 + 7668, + 7678 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 32 }, "end": { - "line": 263, + "line": 269, "column": 42 } } @@ -13345,32 +13938,32 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 7498, - 7510 + 7679, + 7691 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 43 }, "end": { - "line": 263, + "line": 269, "column": 55 } } } ], "range": [ - 7487, - 7511 + 7668, + 7692 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 32 }, "end": { - "line": 263, + "line": 269, "column": 56 } } @@ -13379,31 +13972,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7512, - 7519 + 7693, + 7700 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 57 }, "end": { - "line": 263, + "line": 269, "column": 64 } } }, "range": [ - 7487, - 7519 + 7668, + 7700 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 32 }, "end": { - "line": 263, + "line": 269, "column": 64 } } @@ -13412,77 +14005,77 @@ "type": "Identifier", "name": "tHead", "range": [ - 7520, - 7525 + 7701, + 7706 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 65 }, "end": { - "line": 263, + "line": 269, "column": 70 } } }, "range": [ - 7487, - 7525 + 7668, + 7706 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 32 }, "end": { - "line": 263, + "line": 269, "column": 70 } } }, "range": [ - 7475, - 7525 + 7656, + 7706 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 20 }, "end": { - "line": 263, + "line": 269, "column": 70 } } }, "range": [ - 7475, - 7526 + 7656, + 7707 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 20 }, "end": { - "line": 263, + "line": 269, "column": 71 } } } ], "range": [ - 7453, - 7544 + 7634, + 7725 ], "loc": { "start": { - "line": 262, + "line": 268, "column": 35 }, "end": { - "line": 264, + "line": 270, "column": 17 } } @@ -13494,79 +14087,79 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7572, - 7579 + 7753, + 7760 ], "loc": { "start": { - "line": 265, + "line": 271, "column": 20 }, "end": { - "line": 265, + "line": 271, "column": 27 } } } ], "range": [ - 7550, - 7597 + 7731, + 7778 ], "loc": { "start": { - "line": 264, + "line": 270, "column": 23 }, "end": { - "line": 266, + "line": 272, "column": 17 } } }, "range": [ - 7434, - 7597 + 7615, + 7778 ], "loc": { "start": { - "line": 262, + "line": 268, "column": 16 }, "end": { - "line": 266, + "line": 272, "column": 17 } } } ], "range": [ - 7416, - 7611 + 7597, + 7792 ], "loc": { "start": { - "line": 261, + "line": 267, "column": 28 }, "end": { - "line": 267, + "line": 273, "column": 13 } } }, "alternate": null, "range": [ - 7400, - 7611 + 7581, + 7792 ], "loc": { "start": { - "line": 261, + "line": 267, "column": 12 }, "end": { - "line": 267, + "line": 273, "column": 13 } } @@ -13583,16 +14176,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7625, - 7628 + 7806, + 7809 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 12 }, "end": { - "line": 269, + "line": 275, "column": 15 } } @@ -13601,31 +14194,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 7629, - 7639 + 7810, + 7820 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 16 }, "end": { - "line": 269, + "line": 275, "column": 26 } } }, "range": [ - 7625, - 7639 + 7806, + 7820 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 12 }, "end": { - "line": 269, + "line": 275, "column": 26 } } @@ -13637,16 +14230,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7642, - 7644 + 7823, + 7825 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 29 }, "end": { - "line": 269, + "line": 275, "column": 31 } } @@ -13655,61 +14248,61 @@ "type": "Identifier", "name": "headersRow", "range": [ - 7645, - 7655 + 7826, + 7836 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 32 }, "end": { - "line": 269, + "line": 275, "column": 42 } } }, "range": [ - 7642, - 7655 + 7823, + 7836 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 29 }, "end": { - "line": 269, + "line": 275, "column": 42 } } }, "range": [ - 7625, - 7655 + 7806, + 7836 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 12 }, "end": { - "line": 269, + "line": 275, "column": 42 } } }, "range": [ - 7625, - 7656 + 7806, + 7837 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 12 }, "end": { - "line": 269, + "line": 275, "column": 43 } } @@ -13723,16 +14316,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7673, - 7678 + 7854, + 7859 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 16 }, "end": { - "line": 270, + "line": 276, "column": 21 } } @@ -13753,16 +14346,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7681, - 7684 + 7862, + 7865 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 24 }, "end": { - "line": 270, + "line": 276, "column": 27 } } @@ -13771,31 +14364,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 7685, - 7690 + 7866, + 7871 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 28 }, "end": { - "line": 270, + "line": 276, "column": 33 } } }, "range": [ - 7681, - 7690 + 7862, + 7871 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 24 }, "end": { - "line": 270, + "line": 276, "column": 33 } } @@ -13804,31 +14397,31 @@ "type": "Identifier", "name": "rows", "range": [ - 7691, - 7695 + 7872, + 7876 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 34 }, "end": { - "line": 270, + "line": 276, "column": 38 } } }, "range": [ - 7681, - 7695 + 7862, + 7876 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 24 }, "end": { - "line": 270, + "line": 276, "column": 38 } } @@ -13840,16 +14433,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7696, - 7699 + 7877, + 7880 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 39 }, "end": { - "line": 270, + "line": 276, "column": 42 } } @@ -13858,46 +14451,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 7700, - 7710 + 7881, + 7891 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 43 }, "end": { - "line": 270, + "line": 276, "column": 53 } } }, "range": [ - 7696, - 7710 + 7877, + 7891 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 39 }, "end": { - "line": 270, + "line": 276, "column": 53 } } }, "range": [ - 7681, - 7711 + 7862, + 7892 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 24 }, "end": { - "line": 270, + "line": 276, "column": 54 } } @@ -13906,46 +14499,46 @@ "type": "Identifier", "name": "cells", "range": [ - 7712, - 7717 + 7893, + 7898 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 55 }, "end": { - "line": 270, + "line": 276, "column": 60 } } }, "range": [ - 7681, - 7717 + 7862, + 7898 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 24 }, "end": { - "line": 270, + "line": 276, "column": 60 } } }, "range": [ - 7673, - 7717 + 7854, + 7898 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 16 }, "end": { - "line": 270, + "line": 276, "column": 60 } } @@ -13953,16 +14546,16 @@ ], "kind": "let", "range": [ - 7669, - 7718 + 7850, + 7899 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 12 }, "end": { - "line": 270, + "line": 276, "column": 61 } } @@ -13979,16 +14572,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7731, - 7734 + 7912, + 7915 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 12 }, "end": { - "line": 271, + "line": 277, "column": 15 } } @@ -13997,31 +14590,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 7735, - 7744 + 7916, + 7925 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 16 }, "end": { - "line": 271, + "line": 277, "column": 25 } } }, "range": [ - 7731, - 7744 + 7912, + 7925 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 12 }, "end": { - "line": 271, + "line": 277, "column": 25 } } @@ -14033,16 +14626,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 7747, - 7757 + 7928, + 7938 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 28 }, "end": { - "line": 271, + "line": 277, "column": 38 } } @@ -14051,61 +14644,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7761, - 7763 + 7942, + 7944 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 42 }, "end": { - "line": 271, + "line": 277, "column": 44 } } }, "range": [ - 7747, - 7763 + 7928, + 7944 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 28 }, "end": { - "line": 271, + "line": 277, "column": 44 } } }, "range": [ - 7731, - 7763 + 7912, + 7944 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 12 }, "end": { - "line": 271, + "line": 277, "column": 44 } } }, "range": [ - 7731, - 7764 + 7912, + 7945 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 12 }, "end": { - "line": 271, + "line": 277, "column": 45 } } @@ -14119,16 +14712,16 @@ "type": "Identifier", "name": "l", "range": [ - 7781, - 7782 + 7962, + 7963 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 16 }, "end": { - "line": 272, + "line": 278, "column": 17 } } @@ -14140,16 +14733,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7785, - 7790 + 7966, + 7971 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 20 }, "end": { - "line": 272, + "line": 278, "column": 25 } } @@ -14158,46 +14751,46 @@ "type": "Identifier", "name": "length", "range": [ - 7791, - 7797 + 7972, + 7978 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 26 }, "end": { - "line": 272, + "line": 278, "column": 32 } } }, "range": [ - 7785, - 7797 + 7966, + 7978 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 20 }, "end": { - "line": 272, + "line": 278, "column": 32 } } }, "range": [ - 7781, - 7797 + 7962, + 7978 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 16 }, "end": { - "line": 272, + "line": 278, "column": 32 } } @@ -14205,16 +14798,16 @@ ], "kind": "let", "range": [ - 7777, - 7798 + 7958, + 7979 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 12 }, "end": { - "line": 272, + "line": 278, "column": 33 } } @@ -14228,32 +14821,32 @@ "type": "Identifier", "name": "img", "range": [ - 7815, - 7818 + 7996, + 7999 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 16 }, "end": { - "line": 273, + "line": 279, "column": 19 } } }, "init": null, "range": [ - 7815, - 7818 + 7996, + 7999 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 16 }, "end": { - "line": 273, + "line": 279, "column": 19 } } @@ -14264,32 +14857,32 @@ "type": "Identifier", "name": "c", "range": [ - 7820, - 7821 + 8001, + 8002 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 21 }, "end": { - "line": 273, + "line": 279, "column": 22 } } }, "init": null, "range": [ - 7820, - 7821 + 8001, + 8002 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 21 }, "end": { - "line": 273, + "line": 279, "column": 22 } } @@ -14297,16 +14890,16 @@ ], "kind": "let", "range": [ - 7811, - 7822 + 7992, + 8003 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 12 }, "end": { - "line": 273, + "line": 279, "column": 23 } } @@ -14322,16 +14915,16 @@ "type": "Identifier", "name": "i", "range": [ - 7845, - 7846 + 8026, + 8027 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 21 }, "end": { - "line": 275, + "line": 281, "column": 22 } } @@ -14341,31 +14934,31 @@ "value": 0, "raw": "0", "range": [ - 7849, - 7850 + 8030, + 8031 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 25 }, "end": { - "line": 275, + "line": 281, "column": 26 } } }, "range": [ - 7845, - 7850 + 8026, + 8031 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 21 }, "end": { - "line": 275, + "line": 281, "column": 26 } } @@ -14373,16 +14966,16 @@ ], "kind": "let", "range": [ - 7841, - 7850 + 8022, + 8031 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 17 }, "end": { - "line": 275, + "line": 281, "column": 26 } } @@ -14394,16 +14987,16 @@ "type": "Identifier", "name": "i", "range": [ - 7852, - 7853 + 8033, + 8034 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 28 }, "end": { - "line": 275, + "line": 281, "column": 29 } } @@ -14412,31 +15005,31 @@ "type": "Identifier", "name": "l", "range": [ - 7856, - 7857 + 8037, + 8038 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 32 }, "end": { - "line": 275, + "line": 281, "column": 33 } } }, "range": [ - 7852, - 7857 + 8033, + 8038 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 28 }, "end": { - "line": 275, + "line": 281, "column": 33 } } @@ -14448,32 +15041,32 @@ "type": "Identifier", "name": "i", "range": [ - 7859, - 7860 + 8040, + 8041 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 35 }, "end": { - "line": 275, + "line": 281, "column": 36 } } }, "prefix": false, "range": [ - 7859, - 7862 + 8040, + 8043 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 35 }, "end": { - "line": 275, + "line": 281, "column": 38 } } @@ -14490,16 +15083,16 @@ "type": "Identifier", "name": "c", "range": [ - 7882, - 7883 + 8063, + 8064 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 16 }, "end": { - "line": 276, + "line": 282, "column": 17 } } @@ -14511,16 +15104,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7886, - 7891 + 8067, + 8072 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 20 }, "end": { - "line": 276, + "line": 282, "column": 25 } } @@ -14529,61 +15122,61 @@ "type": "Identifier", "name": "i", "range": [ - 7892, - 7893 + 8073, + 8074 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 26 }, "end": { - "line": 276, + "line": 282, "column": 27 } } }, "range": [ - 7886, - 7894 + 8067, + 8075 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 20 }, "end": { - "line": 276, + "line": 282, "column": 28 } } }, "range": [ - 7882, - 7894 + 8063, + 8075 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 16 }, "end": { - "line": 276, + "line": 282, "column": 28 } } }, "range": [ - 7882, - 7895 + 8063, + 8076 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 16 }, "end": { - "line": 276, + "line": 282, "column": 29 } } @@ -14606,16 +15199,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7916, - 7919 + 8097, + 8100 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 20 }, "end": { - "line": 277, + "line": 283, "column": 23 } } @@ -14624,31 +15217,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 7920, - 7929 + 8101, + 8110 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 24 }, "end": { - "line": 277, + "line": 283, "column": 33 } } }, "range": [ - 7916, - 7929 + 8097, + 8110 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 20 }, "end": { - "line": 277, + "line": 283, "column": 33 } } @@ -14657,31 +15250,31 @@ "type": "Identifier", "name": "i", "range": [ - 7930, - 7931 + 8111, + 8112 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 34 }, "end": { - "line": 277, + "line": 283, "column": 35 } } }, "range": [ - 7916, - 7932 + 8097, + 8113 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 20 }, "end": { - "line": 277, + "line": 283, "column": 36 } } @@ -14691,31 +15284,31 @@ "value": null, "raw": "null", "range": [ - 7937, - 7941 + 8118, + 8122 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 41 }, "end": { - "line": 277, + "line": 283, "column": 45 } } }, "range": [ - 7916, - 7941 + 8097, + 8122 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 20 }, "end": { - "line": 277, + "line": 283, "column": 45 } } @@ -14733,16 +15326,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7945, - 7948 + 8126, + 8129 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 49 }, "end": { - "line": 277, + "line": 283, "column": 52 } } @@ -14751,31 +15344,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 7949, - 7958 + 8130, + 8139 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 53 }, "end": { - "line": 277, + "line": 283, "column": 62 } } }, "range": [ - 7945, - 7958 + 8126, + 8139 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 49 }, "end": { - "line": 277, + "line": 283, "column": 62 } } @@ -14784,31 +15377,31 @@ "type": "Identifier", "name": "i", "range": [ - 7959, - 7960 + 8140, + 8141 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 63 }, "end": { - "line": 277, + "line": 283, "column": 64 } } }, "range": [ - 7945, - 7961 + 8126, + 8142 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 49 }, "end": { - "line": 277, + "line": 283, "column": 65 } } @@ -14818,46 +15411,46 @@ "value": "None", "raw": "'None'", "range": [ - 7966, - 7972 + 8147, + 8153 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 70 }, "end": { - "line": 277, + "line": 283, "column": 76 } } }, "range": [ - 7945, - 7972 + 8126, + 8153 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 49 }, "end": { - "line": 277, + "line": 283, "column": 76 } } }, "range": [ - 7916, - 7972 + 8097, + 8153 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 20 }, "end": { - "line": 277, + "line": 283, "column": 76 } } @@ -14880,16 +15473,16 @@ "type": "Identifier", "name": "c", "range": [ - 7996, - 7997 + 8177, + 8178 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 20 }, "end": { - "line": 278, + "line": 284, "column": 21 } } @@ -14898,31 +15491,31 @@ "type": "Identifier", "name": "style", "range": [ - 7998, - 8003 + 8179, + 8184 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 22 }, "end": { - "line": 278, + "line": 284, "column": 27 } } }, "range": [ - 7996, - 8003 + 8177, + 8184 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 20 }, "end": { - "line": 278, + "line": 284, "column": 27 } } @@ -14931,31 +15524,31 @@ "type": "Identifier", "name": "cursor", "range": [ - 8004, - 8010 + 8185, + 8191 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 28 }, "end": { - "line": 278, + "line": 284, "column": 34 } } }, "range": [ - 7996, - 8010 + 8177, + 8191 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 20 }, "end": { - "line": 278, + "line": 284, "column": 34 } } @@ -14965,46 +15558,46 @@ "value": "pointer", "raw": "'pointer'", "range": [ - 8013, - 8022 + 8194, + 8203 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 37 }, "end": { - "line": 278, + "line": 284, "column": 46 } } }, "range": [ - 7996, - 8022 + 8177, + 8203 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 20 }, "end": { - "line": 278, + "line": 284, "column": 46 } } }, "range": [ - 7996, - 8023 + 8177, + 8204 ], "loc": { "start": { - "line": 278, + "line": 284, "column": 20 }, "end": { - "line": 278, + "line": 284, "column": 47 } } @@ -15018,16 +15611,16 @@ "type": "Identifier", "name": "img", "range": [ - 8044, - 8047 + 8225, + 8228 ], "loc": { "start": { - "line": 279, + "line": 285, "column": 20 }, "end": { - "line": 279, + "line": 285, "column": 23 } } @@ -15038,16 +15631,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 8050, - 8059 + 8231, + 8240 ], "loc": { "start": { - "line": 279, + "line": 285, "column": 26 }, "end": { - "line": 279, + "line": 285, "column": 35 } } @@ -15058,16 +15651,16 @@ "value": "img", "raw": "'img'", "range": [ - 8060, - 8065 + 8241, + 8246 ], "loc": { "start": { - "line": 279, + "line": 285, "column": 36 }, "end": { - "line": 279, + "line": 285, "column": 41 } } @@ -15080,16 +15673,16 @@ "value": "src", "raw": "'src'", "range": [ - 8092, - 8097 + 8273, + 8278 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 25 }, "end": { - "line": 280, + "line": 286, "column": 30 } } @@ -15104,16 +15697,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8099, - 8103 + 8280, + 8284 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 32 }, "end": { - "line": 280, + "line": 286, "column": 36 } } @@ -15122,31 +15715,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 8104, - 8111 + 8285, + 8292 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 37 }, "end": { - "line": 280, + "line": 286, "column": 44 } } }, "range": [ - 8099, - 8111 + 8280, + 8292 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 32 }, "end": { - "line": 280, + "line": 286, "column": 44 } } @@ -15158,16 +15751,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8114, - 8118 + 8295, + 8299 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 47 }, "end": { - "line": 280, + "line": 286, "column": 51 } } @@ -15176,108 +15769,108 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 8119, - 8127 + 8300, + 8308 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 52 }, "end": { - "line": 280, + "line": 286, "column": 60 } } }, "range": [ - 8114, - 8127 + 8295, + 8308 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 47 }, "end": { - "line": 280, + "line": 286, "column": 60 } } }, "range": [ - 8099, - 8127 + 8280, + 8308 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 32 }, "end": { - "line": 280, + "line": 286, "column": 60 } } } ], "range": [ - 8091, - 8128 + 8272, + 8309 ], "loc": { "start": { - "line": 280, + "line": 286, "column": 24 }, "end": { - "line": 280, + "line": 286, "column": 61 } } } ], "range": [ - 8050, - 8129 + 8231, + 8310 ], "loc": { "start": { - "line": 279, + "line": 285, "column": 26 }, "end": { - "line": 280, + "line": 286, "column": 62 } } }, "range": [ - 8044, - 8129 + 8225, + 8310 ], "loc": { "start": { - "line": 279, + "line": 285, "column": 20 }, "end": { - "line": 280, + "line": 286, "column": 62 } } }, "range": [ - 8044, - 8130 + 8225, + 8311 ], "loc": { "start": { - "line": 279, + "line": 285, "column": 20 }, "end": { - "line": 280, + "line": 286, "column": 63 } } @@ -15293,16 +15886,16 @@ "type": "Identifier", "name": "c", "range": [ - 8151, - 8152 + 8332, + 8333 ], "loc": { "start": { - "line": 281, + "line": 287, "column": 20 }, "end": { - "line": 281, + "line": 287, "column": 21 } } @@ -15311,31 +15904,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 8153, - 8164 + 8334, + 8345 ], "loc": { "start": { - "line": 281, + "line": 287, "column": 22 }, "end": { - "line": 281, + "line": 287, "column": 33 } } }, "range": [ - 8151, - 8164 + 8332, + 8345 ], "loc": { "start": { - "line": 281, + "line": 287, "column": 20 }, "end": { - "line": 281, + "line": 287, "column": 33 } } @@ -15345,47 +15938,47 @@ "type": "Identifier", "name": "img", "range": [ - 8165, - 8168 + 8346, + 8349 ], "loc": { "start": { - "line": 281, + "line": 287, "column": 34 }, "end": { - "line": 281, + "line": 287, "column": 37 } } } ], "range": [ - 8151, - 8169 + 8332, + 8350 ], "loc": { "start": { - "line": 281, + "line": 287, "column": 20 }, "end": { - "line": 281, + "line": 287, "column": 38 } } }, "range": [ - 8151, - 8170 + 8332, + 8351 ], "loc": { "start": { - "line": 281, + "line": 287, "column": 20 }, "end": { - "line": 281, + "line": 287, "column": 39 } } @@ -15405,16 +15998,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8195, - 8198 + 8376, + 8379 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 24 }, "end": { - "line": 282, + "line": 288, "column": 27 } } @@ -15423,31 +16016,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 8199, - 8208 + 8380, + 8389 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 28 }, "end": { - "line": 282, + "line": 288, "column": 37 } } }, "range": [ - 8195, - 8208 + 8376, + 8389 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 24 }, "end": { - "line": 282, + "line": 288, "column": 37 } } @@ -15456,31 +16049,31 @@ "type": "Identifier", "name": "i", "range": [ - 8209, - 8210 + 8390, + 8391 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 38 }, "end": { - "line": 282, + "line": 288, "column": 39 } } }, "range": [ - 8195, - 8211 + 8376, + 8392 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 24 }, "end": { - "line": 282, + "line": 288, "column": 40 } } @@ -15490,31 +16083,31 @@ "value": null, "raw": "null", "range": [ - 8216, - 8220 + 8397, + 8401 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 45 }, "end": { - "line": 282, + "line": 288, "column": 49 } } }, "range": [ - 8195, - 8220 + 8376, + 8401 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 24 }, "end": { - "line": 282, + "line": 288, "column": 49 } } @@ -15533,16 +16126,16 @@ "type": "Identifier", "name": "c", "range": [ - 8248, - 8249 + 8429, + 8430 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 24 }, "end": { - "line": 283, + "line": 289, "column": 25 } } @@ -15551,31 +16144,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 8250, - 8262 + 8431, + 8443 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 26 }, "end": { - "line": 283, + "line": 289, "column": 38 } } }, "range": [ - 8248, - 8262 + 8429, + 8443 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 24 }, "end": { - "line": 283, + "line": 289, "column": 38 } } @@ -15586,16 +16179,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 8263, - 8274 + 8444, + 8455 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 39 }, "end": { - "line": 283, + "line": 289, "column": 50 } } @@ -15610,16 +16203,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8276, - 8279 + 8457, + 8460 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 52 }, "end": { - "line": 283, + "line": 289, "column": 55 } } @@ -15628,31 +16221,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 8280, - 8289 + 8461, + 8470 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 56 }, "end": { - "line": 283, + "line": 289, "column": 65 } } }, "range": [ - 8276, - 8289 + 8457, + 8470 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 52 }, "end": { - "line": 283, + "line": 289, "column": 65 } } @@ -15661,94 +16254,94 @@ "type": "Identifier", "name": "i", "range": [ - 8290, - 8291 + 8471, + 8472 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 66 }, "end": { - "line": 283, + "line": 289, "column": 67 } } }, "range": [ - 8276, - 8292 + 8457, + 8473 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 52 }, "end": { - "line": 283, + "line": 289, "column": 68 } } } ], "range": [ - 8248, - 8293 + 8429, + 8474 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 24 }, "end": { - "line": 283, + "line": 289, "column": 69 } } }, "range": [ - 8248, - 8294 + 8429, + 8475 ], "loc": { "start": { - "line": 283, + "line": 289, "column": 24 }, "end": { - "line": 283, + "line": 289, "column": 70 } } } ], "range": [ - 8222, - 8316 + 8403, + 8497 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 51 }, "end": { - "line": 284, + "line": 290, "column": 21 } } }, "alternate": null, "range": [ - 8191, - 8316 + 8372, + 8497 ], "loc": { "start": { - "line": 282, + "line": 288, "column": 20 }, "end": { - "line": 284, + "line": 290, "column": 21 } } @@ -15761,16 +16354,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 8337, - 8343 + 8518, + 8524 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 20 }, "end": { - "line": 285, + "line": 291, "column": 26 } } @@ -15780,16 +16373,16 @@ "type": "Identifier", "name": "c", "range": [ - 8344, - 8345 + 8525, + 8526 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 27 }, "end": { - "line": 285, + "line": 291, "column": 28 } } @@ -15799,16 +16392,16 @@ "value": "click", "raw": "'click'", "range": [ - 8347, - 8354 + 8528, + 8535 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 30 }, "end": { - "line": 285, + "line": 291, "column": 37 } } @@ -15820,16 +16413,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8356, - 8359 + 8537, + 8540 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 39 }, "end": { - "line": 285, + "line": 291, "column": 42 } } @@ -15838,78 +16431,78 @@ "type": "Identifier", "name": "_headerOnclick", "range": [ - 8360, - 8374 + 8541, + 8555 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 43 }, "end": { - "line": 285, + "line": 291, "column": 57 } } }, "range": [ - 8356, - 8374 + 8537, + 8555 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 39 }, "end": { - "line": 285, + "line": 291, "column": 57 } } } ], "range": [ - 8337, - 8375 + 8518, + 8556 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 20 }, "end": { - "line": 285, + "line": 291, "column": 58 } } }, "range": [ - 8337, - 8376 + 8518, + 8557 ], "loc": { "start": { - "line": 285, + "line": 291, "column": 20 }, "end": { - "line": 285, + "line": 291, "column": 59 } } } ], "range": [ - 7974, - 8394 + 8155, + 8575 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 78 }, "end": { - "line": 286, + "line": 292, "column": 17 } } @@ -15928,16 +16521,16 @@ "type": "Identifier", "name": "c", "range": [ - 8422, - 8423 + 8603, + 8604 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 20 }, "end": { - "line": 287, + "line": 293, "column": 21 } } @@ -15946,31 +16539,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 8424, - 8436 + 8605, + 8617 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 22 }, "end": { - "line": 287, + "line": 293, "column": 34 } } }, "range": [ - 8422, - 8436 + 8603, + 8617 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 20 }, "end": { - "line": 287, + "line": 293, "column": 34 } } @@ -15981,16 +16574,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 8437, - 8448 + 8618, + 8629 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 35 }, "end": { - "line": 287, + "line": 293, "column": 46 } } @@ -16002,16 +16595,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 8450, - 8460 + 8631, + 8641 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 48 }, "end": { - "line": 287, + "line": 293, "column": 58 } } @@ -16020,62 +16613,62 @@ "type": "Identifier", "name": "i", "range": [ - 8461, - 8462 + 8642, + 8643 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 59 }, "end": { - "line": 287, + "line": 293, "column": 60 } } }, "range": [ - 8450, - 8463 + 8631, + 8644 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 48 }, "end": { - "line": 287, + "line": 293, "column": 61 } } } ], "range": [ - 8422, - 8464 + 8603, + 8645 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 20 }, "end": { - "line": 287, + "line": 293, "column": 62 } } }, "range": [ - 8422, - 8465 + 8603, + 8646 ], "loc": { "start": { - "line": 287, + "line": 293, "column": 20 }, "end": { - "line": 287, + "line": 293, "column": 63 } } @@ -16092,16 +16685,16 @@ "type": "Identifier", "name": "c", "range": [ - 8486, - 8487 + 8667, + 8668 ], "loc": { "start": { - "line": 288, + "line": 294, "column": 20 }, "end": { - "line": 288, + "line": 294, "column": 21 } } @@ -16110,31 +16703,31 @@ "type": "Identifier", "name": "_sortType", "range": [ - 8488, - 8497 + 8669, + 8678 ], "loc": { "start": { - "line": 288, + "line": 294, "column": 22 }, "end": { - "line": 288, + "line": 294, "column": 31 } } }, "range": [ - 8486, - 8497 + 8667, + 8678 ], "loc": { "start": { - "line": 288, + "line": 294, "column": 20 }, "end": { - "line": 288, + "line": 294, "column": 31 } } @@ -16144,108 +16737,108 @@ "value": "None", "raw": "'None'", "range": [ - 8500, - 8506 + 8681, + 8687 ], "loc": { "start": { - "line": 288, + "line": 294, "column": 34 }, "end": { - "line": 288, + "line": 294, "column": 40 } } }, "range": [ - 8486, - 8506 + 8667, + 8687 ], "loc": { "start": { - "line": 288, + "line": 294, "column": 20 }, "end": { - "line": 288, + "line": 294, "column": 40 } } }, "range": [ - 8486, - 8507 + 8667, + 8688 ], "loc": { "start": { - "line": 288, + "line": 294, "column": 20 }, "end": { - "line": 288, + "line": 294, "column": 41 } } } ], "range": [ - 8400, - 8525 + 8581, + 8706 ], "loc": { "start": { - "line": 286, + "line": 292, "column": 23 }, "end": { - "line": 289, + "line": 295, "column": 17 } } }, "range": [ - 7912, - 8525 + 8093, + 8706 ], "loc": { "start": { - "line": 277, + "line": 283, "column": 16 }, "end": { - "line": 289, + "line": 295, "column": 17 } } } ], "range": [ - 7864, - 8539 + 8045, + 8720 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 40 }, "end": { - "line": 290, + "line": 296, "column": 13 } } }, "range": [ - 7836, - 8539 + 8017, + 8720 ], "loc": { "start": { - "line": 275, + "line": 281, "column": 12 }, "end": { - "line": 290, + "line": 296, "column": 13 } } @@ -16261,16 +16854,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8552, - 8555 + 8733, + 8736 ], "loc": { "start": { - "line": 291, + "line": 297, "column": 12 }, "end": { - "line": 291, + "line": 297, "column": 15 } } @@ -16279,78 +16872,78 @@ "type": "Identifier", "name": "updateHeaderArrows", "range": [ - 8556, - 8574 + 8737, + 8755 ], "loc": { "start": { - "line": 291, + "line": 297, "column": 16 }, "end": { - "line": 291, + "line": 297, "column": 34 } } }, "range": [ - 8552, - 8574 + 8733, + 8755 ], "loc": { "start": { - "line": 291, + "line": 297, "column": 12 }, "end": { - "line": 291, + "line": 297, "column": 34 } } }, "arguments": [], "range": [ - 8552, - 8576 + 8733, + 8757 ], "loc": { "start": { - "line": 291, + "line": 297, "column": 12 }, "end": { - "line": 291, + "line": 297, "column": 36 } } }, "range": [ - 8552, - 8577 + 8733, + 8758 ], "loc": { "start": { - "line": 291, + "line": 297, "column": 12 }, "end": { - "line": 291, + "line": 297, "column": 37 } } } ], "range": [ - 7358, - 8587 + 7539, + 8768 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 67 }, "end": { - "line": 292, + "line": 298, "column": 9 } } @@ -16358,46 +16951,46 @@ "generator": false, "expression": false, "range": [ - 7336, - 8587 + 7517, + 8768 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 45 }, "end": { - "line": 292, + "line": 298, "column": 9 } } }, "range": [ - 7299, - 8587 + 7480, + 8768 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 8 }, "end": { - "line": 292, + "line": 298, "column": 9 } } }, "range": [ - 7299, - 8588 + 7480, + 8769 ], "loc": { "start": { - "line": 259, + "line": 265, "column": 8 }, "end": { - "line": 292, + "line": 298, "column": 10 } }, @@ -16406,16 +16999,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 7165, - 7290 + 7346, + 7471 ], "loc": { "start": { - "line": 255, + "line": 261, "column": 8 }, "end": { - "line": 258, + "line": 264, "column": 11 } } @@ -16426,16 +17019,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 8598, - 8690 + 8779, + 8871 ], "loc": { "start": { - "line": 294, + "line": 300, "column": 8 }, "end": { - "line": 296, + "line": 302, "column": 11 } } @@ -16457,16 +17050,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 8699, - 8712 + 8880, + 8893 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 8 }, "end": { - "line": 297, + "line": 303, "column": 21 } } @@ -16475,31 +17068,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 8713, - 8722 + 8894, + 8903 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 22 }, "end": { - "line": 297, + "line": 303, "column": 31 } } }, "range": [ - 8699, - 8722 + 8880, + 8903 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 8 }, "end": { - "line": 297, + "line": 303, "column": 31 } } @@ -16508,31 +17101,31 @@ "type": "Identifier", "name": "updateHeaderArrows", "range": [ - 8723, - 8741 + 8904, + 8922 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 32 }, "end": { - "line": 297, + "line": 303, "column": 50 } } }, "range": [ - 8699, - 8741 + 8880, + 8922 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 8 }, "end": { - "line": 297, + "line": 303, "column": 50 } } @@ -16553,16 +17146,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8774, - 8777 + 8955, + 8958 ], "loc": { "start": { - "line": 298, + "line": 304, "column": 16 }, "end": { - "line": 298, + "line": 304, "column": 19 } } @@ -16570,31 +17163,31 @@ "init": { "type": "ThisExpression", "range": [ - 8780, - 8784 + 8961, + 8965 ], "loc": { "start": { - "line": 298, + "line": 304, "column": 22 }, "end": { - "line": 298, + "line": 304, "column": 26 } } }, "range": [ - 8774, - 8784 + 8955, + 8965 ], "loc": { "start": { - "line": 298, + "line": 304, "column": 16 }, "end": { - "line": 298, + "line": 304, "column": 26 } } @@ -16602,16 +17195,16 @@ ], "kind": "let", "range": [ - 8770, - 8785 + 8951, + 8966 ], "loc": { "start": { - "line": 298, + "line": 304, "column": 12 }, "end": { - "line": 298, + "line": 304, "column": 27 } } @@ -16625,32 +17218,32 @@ "type": "Identifier", "name": "cells", "range": [ - 8802, - 8807 + 8983, + 8988 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 16 }, "end": { - "line": 299, + "line": 305, "column": 21 } } }, "init": null, "range": [ - 8802, - 8807 + 8983, + 8988 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 16 }, "end": { - "line": 299, + "line": 305, "column": 21 } } @@ -16661,32 +17254,32 @@ "type": "Identifier", "name": "l", "range": [ - 8809, - 8810 + 8990, + 8991 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 23 }, "end": { - "line": 299, + "line": 305, "column": 24 } } }, "init": null, "range": [ - 8809, - 8810 + 8990, + 8991 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 23 }, "end": { - "line": 299, + "line": 305, "column": 24 } } @@ -16697,32 +17290,32 @@ "type": "Identifier", "name": "img", "range": [ - 8812, - 8815 + 8993, + 8996 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 26 }, "end": { - "line": 299, + "line": 305, "column": 29 } } }, "init": null, "range": [ - 8812, - 8815 + 8993, + 8996 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 26 }, "end": { - "line": 299, + "line": 305, "column": 29 } } @@ -16730,16 +17323,16 @@ ], "kind": "let", "range": [ - 8798, - 8816 + 8979, + 8997 ], "loc": { "start": { - "line": 299, + "line": 305, "column": 12 }, "end": { - "line": 299, + "line": 305, "column": 30 } }, @@ -16748,16 +17341,16 @@ "type": "Line", "value": " external headers", "range": [ - 8830, - 8849 + 9011, + 9030 ], "loc": { "start": { - "line": 301, + "line": 307, "column": 12 }, "end": { - "line": 301, + "line": 307, "column": 31 } } @@ -16776,16 +17369,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8866, - 8870 + 9047, + 9051 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 16 }, "end": { - "line": 302, + "line": 308, "column": 20 } } @@ -16794,31 +17387,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 8871, - 8880 + 9052, + 9061 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 21 }, "end": { - "line": 302, + "line": 308, "column": 30 } } }, "range": [ - 8866, - 8880 + 9047, + 9061 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 16 }, "end": { - "line": 302, + "line": 308, "column": 30 } } @@ -16836,16 +17429,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8884, - 8888 + 9065, + 9069 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 34 }, "end": { - "line": 302, + "line": 308, "column": 38 } } @@ -16854,31 +17447,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 8889, - 8899 + 9070, + 9080 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 39 }, "end": { - "line": 302, + "line": 308, "column": 49 } } }, "range": [ - 8884, - 8899 + 9065, + 9080 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 34 }, "end": { - "line": 302, + "line": 308, "column": 49 } } @@ -16887,31 +17480,31 @@ "type": "Identifier", "name": "length", "range": [ - 8900, - 8906 + 9081, + 9087 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 50 }, "end": { - "line": 302, + "line": 308, "column": 56 } } }, "range": [ - 8884, - 8906 + 9065, + 9087 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 34 }, "end": { - "line": 302, + "line": 308, "column": 56 } } @@ -16921,46 +17514,46 @@ "value": 0, "raw": "0", "range": [ - 8909, - 8910 + 9090, + 9091 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 59 }, "end": { - "line": 302, + "line": 308, "column": 60 } } }, "range": [ - 8884, - 8910 + 9065, + 9091 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 34 }, "end": { - "line": 302, + "line": 308, "column": 60 } } }, "range": [ - 8866, - 8910 + 9047, + 9091 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 16 }, "end": { - "line": 302, + "line": 308, "column": 60 } } @@ -16977,16 +17570,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 8934, - 8942 + 9115, + 9123 ], "loc": { "start": { - "line": 303, + "line": 309, "column": 20 }, "end": { - "line": 303, + "line": 309, "column": 28 } } @@ -16998,16 +17591,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8945, - 8949 + 9126, + 9130 ], "loc": { "start": { - "line": 303, + "line": 309, "column": 31 }, "end": { - "line": 303, + "line": 309, "column": 35 } } @@ -17016,46 +17609,46 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 8950, - 8960 + 9131, + 9141 ], "loc": { "start": { - "line": 303, + "line": 309, "column": 36 }, "end": { - "line": 303, + "line": 309, "column": 46 } } }, "range": [ - 8945, - 8960 + 9126, + 9141 ], "loc": { "start": { - "line": 303, + "line": 309, "column": 31 }, "end": { - "line": 303, + "line": 309, "column": 46 } } }, "range": [ - 8934, - 8960 + 9115, + 9141 ], "loc": { "start": { - "line": 303, + "line": 309, "column": 20 }, "end": { - "line": 303, + "line": 309, "column": 46 } } @@ -17063,16 +17656,16 @@ ], "kind": "let", "range": [ - 8930, - 8961 + 9111, + 9142 ], "loc": { "start": { - "line": 303, + "line": 309, "column": 16 }, "end": { - "line": 303, + "line": 309, "column": 47 } } @@ -17086,16 +17679,16 @@ "type": "Identifier", "name": "cells", "range": [ - 8978, - 8983 + 9159, + 9164 ], "loc": { "start": { - "line": 304, + "line": 310, "column": 16 }, "end": { - "line": 304, + "line": 310, "column": 21 } } @@ -17104,46 +17697,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8986, - 8988 + 9167, + 9169 ], "loc": { "start": { - "line": 304, + "line": 310, "column": 24 }, "end": { - "line": 304, + "line": 310, "column": 26 } } }, "range": [ - 8978, - 8988 + 9159, + 9169 ], "loc": { "start": { - "line": 304, + "line": 310, "column": 16 }, "end": { - "line": 304, + "line": 310, "column": 26 } } }, "range": [ - 8978, - 8989 + 9159, + 9170 ], "loc": { "start": { - "line": 304, + "line": 310, "column": 16 }, "end": { - "line": 304, + "line": 310, "column": 27 } } @@ -17157,16 +17750,16 @@ "type": "Identifier", "name": "l", "range": [ - 9006, - 9007 + 9187, + 9188 ], "loc": { "start": { - "line": 305, + "line": 311, "column": 16 }, "end": { - "line": 305, + "line": 311, "column": 17 } } @@ -17178,16 +17771,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 9010, - 9018 + 9191, + 9199 ], "loc": { "start": { - "line": 305, + "line": 311, "column": 20 }, "end": { - "line": 305, + "line": 311, "column": 28 } } @@ -17196,61 +17789,61 @@ "type": "Identifier", "name": "length", "range": [ - 9019, - 9025 + 9200, + 9206 ], "loc": { "start": { - "line": 305, + "line": 311, "column": 29 }, "end": { - "line": 305, + "line": 311, "column": 35 } } }, "range": [ - 9010, - 9025 + 9191, + 9206 ], "loc": { "start": { - "line": 305, + "line": 311, "column": 20 }, "end": { - "line": 305, + "line": 311, "column": 35 } } }, "range": [ - 9006, - 9025 + 9187, + 9206 ], "loc": { "start": { - "line": 305, + "line": 311, "column": 16 }, "end": { - "line": 305, + "line": 311, "column": 35 } } }, "range": [ - 9006, - 9026 + 9187, + 9207 ], "loc": { "start": { - "line": 305, + "line": 311, "column": 16 }, "end": { - "line": 305, + "line": 311, "column": 36 } } @@ -17266,16 +17859,16 @@ "type": "Identifier", "name": "j", "range": [ - 9052, - 9053 + 9233, + 9234 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 25 }, "end": { - "line": 306, + "line": 312, "column": 26 } } @@ -17285,31 +17878,31 @@ "value": 0, "raw": "0", "range": [ - 9056, - 9057 + 9237, + 9238 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 29 }, "end": { - "line": 306, + "line": 312, "column": 30 } } }, "range": [ - 9052, - 9057 + 9233, + 9238 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 25 }, "end": { - "line": 306, + "line": 312, "column": 30 } } @@ -17317,16 +17910,16 @@ ], "kind": "let", "range": [ - 9048, - 9057 + 9229, + 9238 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 21 }, "end": { - "line": 306, + "line": 312, "column": 30 } } @@ -17338,16 +17931,16 @@ "type": "Identifier", "name": "j", "range": [ - 9059, - 9060 + 9240, + 9241 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 32 }, "end": { - "line": 306, + "line": 312, "column": 33 } } @@ -17356,31 +17949,31 @@ "type": "Identifier", "name": "l", "range": [ - 9063, - 9064 + 9244, + 9245 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 36 }, "end": { - "line": 306, + "line": 312, "column": 37 } } }, "range": [ - 9059, - 9064 + 9240, + 9245 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 32 }, "end": { - "line": 306, + "line": 312, "column": 37 } } @@ -17392,32 +17985,32 @@ "type": "Identifier", "name": "j", "range": [ - 9066, - 9067 + 9247, + 9248 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 39 }, "end": { - "line": 306, + "line": 312, "column": 40 } } }, "prefix": false, "range": [ - 9066, - 9069 + 9247, + 9250 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 39 }, "end": { - "line": 306, + "line": 312, "column": 42 } } @@ -17436,16 +18029,16 @@ "type": "Identifier", "name": "cells", "range": [ - 9093, - 9098 + 9274, + 9279 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 20 }, "end": { - "line": 307, + "line": 313, "column": 25 } } @@ -17454,31 +18047,31 @@ "type": "Identifier", "name": "push", "range": [ - 9099, - 9103 + 9280, + 9284 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 26 }, "end": { - "line": 307, + "line": 313, "column": 30 } } }, "range": [ - 9093, - 9103 + 9274, + 9284 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 20 }, "end": { - "line": 307, + "line": 313, "column": 30 } } @@ -17490,16 +18083,16 @@ "type": "Identifier", "name": "elm", "range": [ - 9104, - 9107 + 9285, + 9288 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 31 }, "end": { - "line": 307, + "line": 313, "column": 34 } } @@ -17512,16 +18105,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 9108, - 9116 + 9289, + 9297 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 35 }, "end": { - "line": 307, + "line": 313, "column": 43 } } @@ -17530,125 +18123,125 @@ "type": "Identifier", "name": "j", "range": [ - 9117, - 9118 + 9298, + 9299 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 44 }, "end": { - "line": 307, + "line": 313, "column": 45 } } }, "range": [ - 9108, - 9119 + 9289, + 9300 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 35 }, "end": { - "line": 307, + "line": 313, "column": 46 } } } ], "range": [ - 9104, - 9120 + 9285, + 9301 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 31 }, "end": { - "line": 307, + "line": 313, "column": 47 } } } ], "range": [ - 9093, - 9121 + 9274, + 9302 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 20 }, "end": { - "line": 307, + "line": 313, "column": 48 } } }, "range": [ - 9093, - 9122 + 9274, + 9303 ], "loc": { "start": { - "line": 307, + "line": 313, "column": 20 }, "end": { - "line": 307, + "line": 313, "column": 49 } } } ], "range": [ - 9071, - 9140 + 9252, + 9321 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 44 }, "end": { - "line": 308, + "line": 314, "column": 17 } } }, "range": [ - 9043, - 9140 + 9224, + 9321 ], "loc": { "start": { - "line": 306, + "line": 312, "column": 16 }, "end": { - "line": 308, + "line": 314, "column": 17 } } } ], "range": [ - 8912, - 9154 + 9093, + 9335 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 62 }, "end": { - "line": 309, + "line": 315, "column": 13 } } @@ -17667,16 +18260,16 @@ "object": { "type": "ThisExpression", "range": [ - 9183, - 9187 + 9364, + 9368 ], "loc": { "start": { - "line": 310, + "line": 316, "column": 21 }, "end": { - "line": 310, + "line": 316, "column": 25 } } @@ -17685,47 +18278,47 @@ "type": "Identifier", "name": "tHead", "range": [ - 9188, - 9193 + 9369, + 9374 ], "loc": { "start": { - "line": 310, + "line": 316, "column": 26 }, "end": { - "line": 310, + "line": 316, "column": 31 } } }, "range": [ - 9183, - 9193 + 9364, + 9374 ], "loc": { "start": { - "line": 310, + "line": 316, "column": 21 }, "end": { - "line": 310, + "line": 316, "column": 31 } } }, "prefix": true, "range": [ - 9182, - 9193 + 9363, + 9374 ], "loc": { "start": { - "line": 310, + "line": 316, "column": 20 }, "end": { - "line": 310, + "line": 316, "column": 31 } } @@ -17737,48 +18330,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 9217, - 9224 + 9398, + 9405 ], "loc": { "start": { - "line": 311, + "line": 317, "column": 20 }, "end": { - "line": 311, + "line": 317, "column": 27 } } } ], "range": [ - 9195, - 9242 + 9376, + 9423 ], "loc": { "start": { - "line": 310, + "line": 316, "column": 33 }, "end": { - "line": 312, + "line": 318, "column": 17 } } }, "alternate": null, "range": [ - 9178, - 9242 + 9359, + 9423 ], "loc": { "start": { - "line": 310, + "line": 316, "column": 16 }, "end": { - "line": 312, + "line": 318, "column": 17 } } @@ -17792,16 +18385,16 @@ "type": "Identifier", "name": "cells", "range": [ - 9259, - 9264 + 9440, + 9445 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 16 }, "end": { - "line": 313, + "line": 319, "column": 21 } } @@ -17822,16 +18415,16 @@ "type": "Identifier", "name": "stt", "range": [ - 9267, - 9270 + 9448, + 9451 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 24 }, "end": { - "line": 313, + "line": 319, "column": 27 } } @@ -17840,31 +18433,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 9271, - 9276 + 9452, + 9457 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 28 }, "end": { - "line": 313, + "line": 319, "column": 33 } } }, "range": [ - 9267, - 9276 + 9448, + 9457 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 24 }, "end": { - "line": 313, + "line": 319, "column": 33 } } @@ -17873,31 +18466,31 @@ "type": "Identifier", "name": "rows", "range": [ - 9277, - 9281 + 9458, + 9462 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 34 }, "end": { - "line": 313, + "line": 319, "column": 38 } } }, "range": [ - 9267, - 9281 + 9448, + 9462 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 24 }, "end": { - "line": 313, + "line": 319, "column": 38 } } @@ -17909,16 +18502,16 @@ "type": "Identifier", "name": "stt", "range": [ - 9282, - 9285 + 9463, + 9466 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 39 }, "end": { - "line": 313, + "line": 319, "column": 42 } } @@ -17927,46 +18520,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 9286, - 9296 + 9467, + 9477 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 43 }, "end": { - "line": 313, + "line": 319, "column": 53 } } }, "range": [ - 9282, - 9296 + 9463, + 9477 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 39 }, "end": { - "line": 313, + "line": 319, "column": 53 } } }, "range": [ - 9267, - 9297 + 9448, + 9478 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 24 }, "end": { - "line": 313, + "line": 319, "column": 54 } } @@ -17975,61 +18568,61 @@ "type": "Identifier", "name": "cells", "range": [ - 9298, - 9303 + 9479, + 9484 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 55 }, "end": { - "line": 313, + "line": 319, "column": 60 } } }, "range": [ - 9267, - 9303 + 9448, + 9484 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 24 }, "end": { - "line": 313, + "line": 319, "column": 60 } } }, "range": [ - 9259, - 9303 + 9440, + 9484 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 16 }, "end": { - "line": 313, + "line": 319, "column": 60 } } }, "range": [ - 9259, - 9304 + 9440, + 9485 ], "loc": { "start": { - "line": 313, + "line": 319, "column": 16 }, "end": { - "line": 313, + "line": 319, "column": 61 } } @@ -18043,16 +18636,16 @@ "type": "Identifier", "name": "l", "range": [ - 9321, - 9322 + 9502, + 9503 ], "loc": { "start": { - "line": 314, + "line": 320, "column": 16 }, "end": { - "line": 314, + "line": 320, "column": 17 } } @@ -18064,16 +18657,16 @@ "type": "Identifier", "name": "cells", "range": [ - 9325, - 9330 + 9506, + 9511 ], "loc": { "start": { - "line": 314, + "line": 320, "column": 20 }, "end": { - "line": 314, + "line": 320, "column": 25 } } @@ -18082,92 +18675,92 @@ "type": "Identifier", "name": "length", "range": [ - 9331, - 9337 + 9512, + 9518 ], "loc": { "start": { - "line": 314, + "line": 320, "column": 26 }, "end": { - "line": 314, + "line": 320, "column": 32 } } }, "range": [ - 9325, - 9337 + 9506, + 9518 ], "loc": { "start": { - "line": 314, + "line": 320, "column": 20 }, "end": { - "line": 314, + "line": 320, "column": 32 } } }, "range": [ - 9321, - 9337 + 9502, + 9518 ], "loc": { "start": { - "line": 314, + "line": 320, "column": 16 }, "end": { - "line": 314, + "line": 320, "column": 32 } } }, "range": [ - 9321, - 9338 + 9502, + 9519 ], "loc": { "start": { - "line": 314, + "line": 320, "column": 16 }, "end": { - "line": 314, + "line": 320, "column": 33 } } } ], "range": [ - 9160, - 9352 + 9341, + 9533 ], "loc": { "start": { - "line": 309, + "line": 315, "column": 19 }, "end": { - "line": 315, + "line": 321, "column": 13 } } }, "range": [ - 8862, - 9352 + 9043, + 9533 ], "loc": { "start": { - "line": 302, + "line": 308, "column": 12 }, "end": { - "line": 315, + "line": 321, "column": 13 } }, @@ -18176,16 +18769,16 @@ "type": "Line", "value": " external headers", "range": [ - 8830, - 8849 + 9011, + 9030 ], "loc": { "start": { - "line": 301, + "line": 307, "column": 12 }, "end": { - "line": 301, + "line": 307, "column": 31 } } @@ -18203,16 +18796,16 @@ "type": "Identifier", "name": "i", "range": [ - 9374, - 9375 + 9555, + 9556 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 21 }, "end": { - "line": 316, + "line": 322, "column": 22 } } @@ -18222,31 +18815,31 @@ "value": 0, "raw": "0", "range": [ - 9378, - 9379 + 9559, + 9560 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 25 }, "end": { - "line": 316, + "line": 322, "column": 26 } } }, "range": [ - 9374, - 9379 + 9555, + 9560 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 21 }, "end": { - "line": 316, + "line": 322, "column": 26 } } @@ -18254,16 +18847,16 @@ ], "kind": "let", "range": [ - 9370, - 9379 + 9551, + 9560 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 17 }, "end": { - "line": 316, + "line": 322, "column": 26 } } @@ -18275,16 +18868,16 @@ "type": "Identifier", "name": "i", "range": [ - 9381, - 9382 + 9562, + 9563 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 28 }, "end": { - "line": 316, + "line": 322, "column": 29 } } @@ -18293,31 +18886,31 @@ "type": "Identifier", "name": "l", "range": [ - 9385, - 9386 + 9566, + 9567 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 32 }, "end": { - "line": 316, + "line": 322, "column": 33 } } }, "range": [ - 9381, - 9386 + 9562, + 9567 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 28 }, "end": { - "line": 316, + "line": 322, "column": 33 } } @@ -18329,32 +18922,32 @@ "type": "Identifier", "name": "i", "range": [ - 9388, - 9389 + 9569, + 9570 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 35 }, "end": { - "line": 316, + "line": 322, "column": 36 } } }, "prefix": false, "range": [ - 9388, - 9391 + 9569, + 9572 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 35 }, "end": { - "line": 316, + "line": 322, "column": 38 } } @@ -18371,16 +18964,16 @@ "type": "Identifier", "name": "cell", "range": [ - 9415, - 9419 + 9596, + 9600 ], "loc": { "start": { - "line": 317, + "line": 323, "column": 20 }, "end": { - "line": 317, + "line": 323, "column": 24 } } @@ -18392,16 +18985,16 @@ "type": "Identifier", "name": "cells", "range": [ - 9422, - 9427 + 9603, + 9608 ], "loc": { "start": { - "line": 317, + "line": 323, "column": 27 }, "end": { - "line": 317, + "line": 323, "column": 32 } } @@ -18410,46 +19003,46 @@ "type": "Identifier", "name": "i", "range": [ - 9428, - 9429 + 9609, + 9610 ], "loc": { "start": { - "line": 317, + "line": 323, "column": 33 }, "end": { - "line": 317, + "line": 323, "column": 34 } } }, "range": [ - 9422, - 9430 + 9603, + 9611 ], "loc": { "start": { - "line": 317, + "line": 323, "column": 27 }, "end": { - "line": 317, + "line": 323, "column": 35 } } }, "range": [ - 9415, - 9430 + 9596, + 9611 ], "loc": { "start": { - "line": 317, + "line": 323, "column": 20 }, "end": { - "line": 317, + "line": 323, "column": 35 } } @@ -18457,16 +19050,16 @@ ], "kind": "let", "range": [ - 9411, - 9431 + 9592, + 9612 ], "loc": { "start": { - "line": 317, + "line": 323, "column": 16 }, "end": { - "line": 317, + "line": 323, "column": 36 } } @@ -18480,32 +19073,32 @@ "type": "Identifier", "name": "cell", "range": [ - 9453, - 9457 + 9634, + 9638 ], "loc": { "start": { - "line": 318, + "line": 324, "column": 21 }, "end": { - "line": 318, + "line": 324, "column": 25 } } }, "prefix": true, "range": [ - 9452, - 9457 + 9633, + 9638 ], "loc": { "start": { - "line": 318, + "line": 324, "column": 20 }, "end": { - "line": 318, + "line": 324, "column": 25 } } @@ -18517,48 +19110,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 9481, - 9490 + 9662, + 9671 ], "loc": { "start": { - "line": 319, + "line": 325, "column": 20 }, "end": { - "line": 319, + "line": 325, "column": 29 } } } ], "range": [ - 9459, - 9508 + 9640, + 9689 ], "loc": { "start": { - "line": 318, + "line": 324, "column": 27 }, "end": { - "line": 320, + "line": 326, "column": 17 } } }, "alternate": null, "range": [ - 9448, - 9508 + 9629, + 9689 ], "loc": { "start": { - "line": 318, + "line": 324, "column": 16 }, "end": { - "line": 320, + "line": 326, "column": 17 } } @@ -18572,16 +19165,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 9529, - 9537 + 9710, + 9718 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 20 }, "end": { - "line": 321, + "line": 327, "column": 28 } } @@ -18595,16 +19188,16 @@ "type": "Identifier", "name": "cell", "range": [ - 9540, - 9544 + 9721, + 9725 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 31 }, "end": { - "line": 321, + "line": 327, "column": 35 } } @@ -18613,31 +19206,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 9545, - 9557 + 9726, + 9738 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 36 }, "end": { - "line": 321, + "line": 327, "column": 48 } } }, "range": [ - 9540, - 9557 + 9721, + 9738 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 31 }, "end": { - "line": 321, + "line": 327, "column": 48 } } @@ -18648,47 +19241,47 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 9558, - 9569 + 9739, + 9750 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 49 }, "end": { - "line": 321, + "line": 327, "column": 60 } } } ], "range": [ - 9540, - 9570 + 9721, + 9751 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 31 }, "end": { - "line": 321, + "line": 327, "column": 61 } } }, "range": [ - 9529, - 9570 + 9710, + 9751 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 20 }, "end": { - "line": 321, + "line": 327, "column": 61 } } @@ -18696,16 +19289,16 @@ ], "kind": "let", "range": [ - 9525, - 9571 + 9706, + 9752 ], "loc": { "start": { - "line": 321, + "line": 327, "column": 16 }, "end": { - "line": 321, + "line": 327, "column": 62 } } @@ -18722,16 +19315,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 9592, - 9600 + 9773, + 9781 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 20 }, "end": { - "line": 322, + "line": 328, "column": 28 } } @@ -18741,31 +19334,31 @@ "value": null, "raw": "null", "range": [ - 9605, - 9609 + 9786, + 9790 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 33 }, "end": { - "line": 322, + "line": 328, "column": 37 } } }, "range": [ - 9592, - 9609 + 9773, + 9790 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 20 }, "end": { - "line": 322, + "line": 328, "column": 37 } } @@ -18777,16 +19370,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 9613, - 9621 + 9794, + 9802 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 41 }, "end": { - "line": 322, + "line": 328, "column": 49 } } @@ -18796,46 +19389,46 @@ "value": "None", "raw": "'None'", "range": [ - 9626, - 9632 + 9807, + 9813 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 54 }, "end": { - "line": 322, + "line": 328, "column": 60 } } }, "range": [ - 9613, - 9632 + 9794, + 9813 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 41 }, "end": { - "line": 322, + "line": 328, "column": 60 } } }, "range": [ - 9592, - 9632 + 9773, + 9813 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 20 }, "end": { - "line": 322, + "line": 328, "column": 60 } } @@ -18852,16 +19445,16 @@ "type": "Identifier", "name": "img", "range": [ - 9656, - 9659 + 9837, + 9840 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 20 }, "end": { - "line": 323, + "line": 329, "column": 23 } } @@ -18876,16 +19469,16 @@ "type": "Identifier", "name": "cell", "range": [ - 9662, - 9666 + 9843, + 9847 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 26 }, "end": { - "line": 323, + "line": 329, "column": 30 } } @@ -18894,31 +19487,31 @@ "type": "Identifier", "name": "lastChild", "range": [ - 9667, - 9676 + 9848, + 9857 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 31 }, "end": { - "line": 323, + "line": 329, "column": 40 } } }, "range": [ - 9662, - 9676 + 9843, + 9857 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 26 }, "end": { - "line": 323, + "line": 329, "column": 40 } } @@ -18927,61 +19520,61 @@ "type": "Identifier", "name": "cell", "range": [ - 9680, - 9684 + 9861, + 9865 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 44 }, "end": { - "line": 323, + "line": 329, "column": 48 } } }, "range": [ - 9662, - 9684 + 9843, + 9865 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 26 }, "end": { - "line": 323, + "line": 329, "column": 48 } } }, "range": [ - 9656, - 9684 + 9837, + 9865 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 20 }, "end": { - "line": 323, + "line": 329, "column": 48 } } }, "range": [ - 9656, - 9685 + 9837, + 9866 ], "loc": { "start": { - "line": 323, + "line": 329, "column": 20 }, "end": { - "line": 323, + "line": 329, "column": 49 } } @@ -19003,16 +19596,16 @@ "type": "Identifier", "name": "img", "range": [ - 9710, - 9713 + 9891, + 9894 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 24 }, "end": { - "line": 324, + "line": 330, "column": 27 } } @@ -19021,31 +19614,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 9714, - 9722 + 9895, + 9903 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 28 }, "end": { - "line": 324, + "line": 330, "column": 36 } } }, "range": [ - 9710, - 9722 + 9891, + 9903 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 24 }, "end": { - "line": 324, + "line": 330, "column": 36 } } @@ -19054,47 +19647,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 9723, - 9734 + 9904, + 9915 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 37 }, "end": { - "line": 324, + "line": 330, "column": 48 } } }, "range": [ - 9710, - 9734 + 9891, + 9915 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 24 }, "end": { - "line": 324, + "line": 330, "column": 48 } } }, "arguments": [], "range": [ - 9710, - 9736 + 9891, + 9917 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 24 }, "end": { - "line": 324, + "line": 330, "column": 50 } } @@ -19104,31 +19697,31 @@ "value": "img", "raw": "'img'", "range": [ - 9741, - 9746 + 9922, + 9927 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 55 }, "end": { - "line": 324, + "line": 330, "column": 60 } } }, "range": [ - 9710, - 9746 + 9891, + 9927 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 24 }, "end": { - "line": 324, + "line": 330, "column": 60 } } @@ -19145,16 +19738,16 @@ "type": "Identifier", "name": "img", "range": [ - 9774, - 9777 + 9955, + 9958 ], "loc": { "start": { - "line": 325, + "line": 331, "column": 24 }, "end": { - "line": 325, + "line": 331, "column": 27 } } @@ -19165,16 +19758,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 9780, - 9789 + 9961, + 9970 ], "loc": { "start": { - "line": 325, + "line": 331, "column": 30 }, "end": { - "line": 325, + "line": 331, "column": 39 } } @@ -19185,16 +19778,16 @@ "value": "img", "raw": "'img'", "range": [ - 9790, - 9795 + 9971, + 9976 ], "loc": { "start": { - "line": 325, + "line": 331, "column": 40 }, "end": { - "line": 325, + "line": 331, "column": 45 } } @@ -19207,16 +19800,16 @@ "value": "src", "raw": "'src'", "range": [ - 9826, - 9831 + 10007, + 10012 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 29 }, "end": { - "line": 326, + "line": 332, "column": 34 } } @@ -19231,16 +19824,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 9833, - 9837 + 10014, + 10018 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 36 }, "end": { - "line": 326, + "line": 332, "column": 40 } } @@ -19249,31 +19842,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 9838, - 9845 + 10019, + 10026 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 41 }, "end": { - "line": 326, + "line": 332, "column": 48 } } }, "range": [ - 9833, - 9845 + 10014, + 10026 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 36 }, "end": { - "line": 326, + "line": 332, "column": 48 } } @@ -19285,16 +19878,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 9848, - 9852 + 10029, + 10033 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 51 }, "end": { - "line": 326, + "line": 332, "column": 55 } } @@ -19303,108 +19896,108 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 9853, - 9861 + 10034, + 10042 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 56 }, "end": { - "line": 326, + "line": 332, "column": 64 } } }, "range": [ - 9848, - 9861 + 10029, + 10042 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 51 }, "end": { - "line": 326, + "line": 332, "column": 64 } } }, "range": [ - 9833, - 9861 + 10014, + 10042 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 36 }, "end": { - "line": 326, + "line": 332, "column": 64 } } } ], "range": [ - 9825, - 9862 + 10006, + 10043 ], "loc": { "start": { - "line": 326, + "line": 332, "column": 28 }, "end": { - "line": 326, + "line": 332, "column": 65 } } } ], "range": [ - 9780, - 9863 + 9961, + 10044 ], "loc": { "start": { - "line": 325, + "line": 331, "column": 30 }, "end": { - "line": 326, + "line": 332, "column": 66 } } }, "range": [ - 9774, - 9863 + 9955, + 10044 ], "loc": { "start": { - "line": 325, + "line": 331, "column": 24 }, "end": { - "line": 326, + "line": 332, "column": 66 } } }, "range": [ - 9774, - 9864 + 9955, + 10045 ], "loc": { "start": { - "line": 325, + "line": 331, "column": 24 }, "end": { - "line": 326, + "line": 332, "column": 67 } } @@ -19420,16 +20013,16 @@ "type": "Identifier", "name": "cell", "range": [ - 9889, - 9893 + 10070, + 10074 ], "loc": { "start": { - "line": 327, + "line": 333, "column": 24 }, "end": { - "line": 327, + "line": 333, "column": 28 } } @@ -19438,31 +20031,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9894, - 9905 + 10075, + 10086 ], "loc": { "start": { - "line": 327, + "line": 333, "column": 29 }, "end": { - "line": 327, + "line": 333, "column": 40 } } }, "range": [ - 9889, - 9905 + 10070, + 10086 ], "loc": { "start": { - "line": 327, + "line": 333, "column": 24 }, "end": { - "line": 327, + "line": 333, "column": 40 } } @@ -19472,79 +20065,79 @@ "type": "Identifier", "name": "img", "range": [ - 9906, - 9909 + 10087, + 10090 ], "loc": { "start": { - "line": 327, + "line": 333, "column": 41 }, "end": { - "line": 327, + "line": 333, "column": 44 } } } ], "range": [ - 9889, - 9910 + 10070, + 10091 ], "loc": { "start": { - "line": 327, + "line": 333, "column": 24 }, "end": { - "line": 327, + "line": 333, "column": 45 } } }, "range": [ - 9889, - 9911 + 10070, + 10092 ], "loc": { "start": { - "line": 327, + "line": 333, "column": 24 }, "end": { - "line": 327, + "line": 333, "column": 46 } } } ], "range": [ - 9748, - 9933 + 9929, + 10114 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 62 }, "end": { - "line": 328, + "line": 334, "column": 21 } } }, "alternate": null, "range": [ - 9706, - 9933 + 9887, + 10114 ], "loc": { "start": { - "line": 324, + "line": 330, "column": 20 }, "end": { - "line": 328, + "line": 334, "column": 21 } } @@ -19558,16 +20151,16 @@ "type": "Identifier", "name": "i", "range": [ - 9958, - 9959 + 10139, + 10140 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 24 }, "end": { - "line": 329, + "line": 335, "column": 25 } } @@ -19579,16 +20172,16 @@ "type": "Identifier", "name": "stt", "range": [ - 9964, - 9967 + 10145, + 10148 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 30 }, "end": { - "line": 329, + "line": 335, "column": 33 } } @@ -19597,46 +20190,46 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 9968, - 9978 + 10149, + 10159 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 34 }, "end": { - "line": 329, + "line": 335, "column": 44 } } }, "range": [ - 9964, - 9978 + 10145, + 10159 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 30 }, "end": { - "line": 329, + "line": 335, "column": 44 } } }, "range": [ - 9958, - 9978 + 10139, + 10159 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 24 }, "end": { - "line": 329, + "line": 335, "column": 44 } } @@ -19656,16 +20249,16 @@ "type": "Identifier", "name": "img", "range": [ - 10006, - 10009 + 10187, + 10190 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 24 }, "end": { - "line": 330, + "line": 336, "column": 27 } } @@ -19674,31 +20267,31 @@ "type": "Identifier", "name": "className", "range": [ - 10010, - 10019 + 10191, + 10200 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 28 }, "end": { - "line": 330, + "line": 336, "column": 37 } } }, "range": [ - 10006, - 10019 + 10187, + 10200 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 24 }, "end": { - "line": 330, + "line": 336, "column": 37 } } @@ -19716,16 +20309,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 10022, - 10026 + 10203, + 10207 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 40 }, "end": { - "line": 330, + "line": 336, "column": 44 } } @@ -19734,31 +20327,31 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 10027, - 10039 + 10208, + 10220 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 45 }, "end": { - "line": 330, + "line": 336, "column": 57 } } }, "range": [ - 10022, - 10039 + 10203, + 10220 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 40 }, "end": { - "line": 330, + "line": 336, "column": 57 } } @@ -19768,31 +20361,31 @@ "value": " ", "raw": "' '", "range": [ - 10042, - 10045 + 10223, + 10226 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 60 }, "end": { - "line": 330, + "line": 336, "column": 63 } } }, "range": [ - 10022, - 10045 + 10203, + 10226 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 40 }, "end": { - "line": 330, + "line": 336, "column": 63 } } @@ -19805,16 +20398,16 @@ "object": { "type": "ThisExpression", "range": [ - 10077, - 10081 + 10258, + 10262 ], "loc": { "start": { - "line": 331, + "line": 337, "column": 29 }, "end": { - "line": 331, + "line": 337, "column": 33 } } @@ -19823,31 +20416,31 @@ "type": "Identifier", "name": "descending", "range": [ - 10082, - 10092 + 10263, + 10273 ], "loc": { "start": { - "line": 331, + "line": 337, "column": 34 }, "end": { - "line": 331, + "line": 337, "column": 44 } } }, "range": [ - 10077, - 10092 + 10258, + 10273 ], "loc": { "start": { - "line": 331, + "line": 337, "column": 29 }, "end": { - "line": 331, + "line": 337, "column": 44 } } @@ -19859,16 +20452,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 10127, - 10131 + 10308, + 10312 ], "loc": { "start": { - "line": 332, + "line": 338, "column": 32 }, "end": { - "line": 332, + "line": 338, "column": 36 } } @@ -19877,31 +20470,31 @@ "type": "Identifier", "name": "imgDescClassName", "range": [ - 10132, - 10148 + 10313, + 10329 ], "loc": { "start": { - "line": 332, + "line": 338, "column": 37 }, "end": { - "line": 332, + "line": 338, "column": 53 } } }, "range": [ - 10127, - 10148 + 10308, + 10329 ], "loc": { "start": { - "line": 332, + "line": 338, "column": 32 }, "end": { - "line": 332, + "line": 338, "column": 53 } } @@ -19913,16 +20506,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 10183, - 10187 + 10364, + 10368 ], "loc": { "start": { - "line": 333, + "line": 339, "column": 32 }, "end": { - "line": 333, + "line": 339, "column": 36 } } @@ -19931,107 +20524,107 @@ "type": "Identifier", "name": "imgAscClassName", "range": [ - 10188, - 10203 + 10369, + 10384 ], "loc": { "start": { - "line": 333, + "line": 339, "column": 37 }, "end": { - "line": 333, + "line": 339, "column": 52 } } }, "range": [ - 10183, - 10203 + 10364, + 10384 ], "loc": { "start": { - "line": 333, + "line": 339, "column": 32 }, "end": { - "line": 333, + "line": 339, "column": 52 } } }, "range": [ - 10077, - 10203 + 10258, + 10384 ], "loc": { "start": { - "line": 331, + "line": 337, "column": 29 }, "end": { - "line": 333, + "line": 339, "column": 52 } } }, "range": [ - 10022, - 10204 + 10203, + 10385 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 40 }, "end": { - "line": 333, + "line": 339, "column": 53 } } }, "range": [ - 10006, - 10204 + 10187, + 10385 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 24 }, "end": { - "line": 333, + "line": 339, "column": 53 } } }, "range": [ - 10006, - 10205 + 10187, + 10386 ], "loc": { "start": { - "line": 330, + "line": 336, "column": 24 }, "end": { - "line": 333, + "line": 339, "column": 54 } } } ], "range": [ - 9980, - 10227 + 10161, + 10408 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 46 }, "end": { - "line": 334, + "line": 340, "column": 21 } } @@ -20051,16 +20644,16 @@ "type": "Identifier", "name": "img", "range": [ - 10259, - 10262 + 10440, + 10443 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 24 }, "end": { - "line": 335, + "line": 341, "column": 27 } } @@ -20069,31 +20662,31 @@ "type": "Identifier", "name": "className", "range": [ - 10263, - 10272 + 10444, + 10453 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 28 }, "end": { - "line": 335, + "line": 341, "column": 37 } } }, "range": [ - 10259, - 10272 + 10440, + 10453 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 24 }, "end": { - "line": 335, + "line": 341, "column": 37 } } @@ -20105,16 +20698,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 10275, - 10279 + 10456, + 10460 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 40 }, "end": { - "line": 335, + "line": 341, "column": 44 } } @@ -20123,171 +20716,171 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 10280, - 10292 + 10461, + 10473 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 45 }, "end": { - "line": 335, + "line": 341, "column": 57 } } }, "range": [ - 10275, - 10292 + 10456, + 10473 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 40 }, "end": { - "line": 335, + "line": 341, "column": 57 } } }, "range": [ - 10259, - 10292 + 10440, + 10473 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 24 }, "end": { - "line": 335, + "line": 341, "column": 57 } } }, "range": [ - 10259, - 10293 + 10440, + 10474 ], "loc": { "start": { - "line": 335, + "line": 341, "column": 24 }, "end": { - "line": 335, + "line": 341, "column": 58 } } } ], "range": [ - 10233, - 10315 + 10414, + 10496 ], "loc": { "start": { - "line": 334, + "line": 340, "column": 27 }, "end": { - "line": 336, + "line": 342, "column": 21 } } }, "range": [ - 9954, - 10315 + 10135, + 10496 ], "loc": { "start": { - "line": 329, + "line": 335, "column": 20 }, "end": { - "line": 336, + "line": 342, "column": 21 } } } ], "range": [ - 9634, - 10333 + 9815, + 10514 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 62 }, "end": { - "line": 337, + "line": 343, "column": 17 } } }, "alternate": null, "range": [ - 9588, - 10333 + 9769, + 10514 ], "loc": { "start": { - "line": 322, + "line": 328, "column": 16 }, "end": { - "line": 337, + "line": 343, "column": 17 } } } ], "range": [ - 9393, - 10347 + 9574, + 10528 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 40 }, "end": { - "line": 338, + "line": 344, "column": 13 } } }, "range": [ - 9365, - 10347 + 9546, + 10528 ], "loc": { "start": { - "line": 316, + "line": 322, "column": 12 }, "end": { - "line": 338, + "line": 344, "column": 13 } } } ], "range": [ - 8756, - 10357 + 8937, + 10538 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 65 }, "end": { - "line": 339, + "line": 345, "column": 9 } } @@ -20295,46 +20888,46 @@ "generator": false, "expression": false, "range": [ - 8744, - 10357 + 8925, + 10538 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 53 }, "end": { - "line": 339, + "line": 345, "column": 9 } } }, "range": [ - 8699, - 10357 + 8880, + 10538 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 8 }, "end": { - "line": 339, + "line": 345, "column": 9 } } }, "range": [ - 8699, - 10358 + 8880, + 10539 ], "loc": { "start": { - "line": 297, + "line": 303, "column": 8 }, "end": { - "line": 339, + "line": 345, "column": 10 } }, @@ -20343,16 +20936,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 8598, - 8690 + 8779, + 8871 ], "loc": { "start": { - "line": 294, + "line": 300, "column": 8 }, "end": { - "line": 296, + "line": 302, "column": 11 } } @@ -20363,16 +20956,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 10368, - 10591 + 10549, + 10772 ], "loc": { "start": { - "line": 341, + "line": 347, "column": 8 }, "end": { - "line": 347, + "line": 353, "column": 11 } } @@ -20394,16 +20987,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 10600, - 10613 + 10781, + 10794 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 8 }, "end": { - "line": 348, + "line": 354, "column": 21 } } @@ -20412,31 +21005,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 10614, - 10623 + 10795, + 10804 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 22 }, "end": { - "line": 348, + "line": 354, "column": 31 } } }, "range": [ - 10600, - 10623 + 10781, + 10804 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 8 }, "end": { - "line": 348, + "line": 354, "column": 31 } } @@ -20445,31 +21038,31 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 10624, - 10635 + 10805, + 10816 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 32 }, "end": { - "line": 348, + "line": 354, "column": 43 } } }, "range": [ - 10600, - 10635 + 10781, + 10816 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 8 }, "end": { - "line": 348, + "line": 354, "column": 43 } } @@ -20482,16 +21075,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 10648, - 10652 + 10829, + 10833 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 56 }, "end": { - "line": 348, + "line": 354, "column": 60 } } @@ -20500,16 +21093,16 @@ "type": "Identifier", "name": "sType", "range": [ - 10654, - 10659 + 10835, + 10840 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 62 }, "end": { - "line": 348, + "line": 354, "column": 67 } } @@ -20518,16 +21111,16 @@ "type": "Identifier", "name": "nColumn", "range": [ - 10661, - 10668 + 10842, + 10849 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 69 }, "end": { - "line": 348, + "line": 354, "column": 76 } } @@ -20545,16 +21138,16 @@ "type": "Identifier", "name": "stt", "range": [ - 10688, - 10691 + 10869, + 10872 ], "loc": { "start": { - "line": 349, + "line": 355, "column": 16 }, "end": { - "line": 349, + "line": 355, "column": 19 } } @@ -20562,31 +21155,31 @@ "init": { "type": "ThisExpression", "range": [ - 10694, - 10698 + 10875, + 10879 ], "loc": { "start": { - "line": 349, + "line": 355, "column": 22 }, "end": { - "line": 349, + "line": 355, "column": 26 } } }, "range": [ - 10688, - 10698 + 10869, + 10879 ], "loc": { "start": { - "line": 349, + "line": 355, "column": 16 }, "end": { - "line": 349, + "line": 355, "column": 26 } } @@ -20594,16 +21187,16 @@ ], "kind": "let", "range": [ - 10684, - 10699 + 10865, + 10880 ], "loc": { "start": { - "line": 349, + "line": 355, "column": 12 }, "end": { - "line": 349, + "line": 355, "column": 27 } }, @@ -20612,16 +21205,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 10712, - 10763 + 10893, + 10944 ], "loc": { "start": { - "line": 350, + "line": 356, "column": 12 }, "end": { - "line": 350, + "line": 356, "column": 63 } } @@ -20637,16 +21230,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 10780, - 10792 + 10961, + 10973 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 16 }, "end": { - "line": 351, + "line": 357, "column": 28 } } @@ -20661,16 +21254,16 @@ "type": "Identifier", "name": "stt", "range": [ - 10795, - 10798 + 10976, + 10979 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 31 }, "end": { - "line": 351, + "line": 357, "column": 34 } } @@ -20679,31 +21272,31 @@ "type": "Identifier", "name": "_sortTypeInfo", "range": [ - 10799, - 10812 + 10980, + 10993 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 35 }, "end": { - "line": 351, + "line": 357, "column": 48 } } }, "range": [ - 10795, - 10812 + 10976, + 10993 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 31 }, "end": { - "line": 351, + "line": 357, "column": 48 } } @@ -20712,46 +21305,46 @@ "type": "Identifier", "name": "sType", "range": [ - 10813, - 10818 + 10994, + 10999 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 49 }, "end": { - "line": 351, + "line": 357, "column": 54 } } }, "range": [ - 10795, - 10819 + 10976, + 11000 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 31 }, "end": { - "line": 351, + "line": 357, "column": 55 } } }, "range": [ - 10780, - 10819 + 10961, + 11000 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 16 }, "end": { - "line": 351, + "line": 357, "column": 55 } } @@ -20759,16 +21352,16 @@ ], "kind": "let", "range": [ - 10776, - 10820 + 10957, + 11001 ], "loc": { "start": { - "line": 351, + "line": 357, "column": 12 }, "end": { - "line": 351, + "line": 357, "column": 56 } }, @@ -20777,16 +21370,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 10712, - 10763 + 10893, + 10944 ], "loc": { "start": { - "line": 350, + "line": 356, "column": 12 }, "end": { - "line": 350, + "line": 356, "column": 63 } } @@ -20802,16 +21395,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 10837, - 10849 + 11018, + 11030 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 16 }, "end": { - "line": 352, + "line": 358, "column": 28 } } @@ -20823,16 +21416,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 10853, - 10865 + 11034, + 11046 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 32 }, "end": { - "line": 352, + "line": 358, "column": 44 } } @@ -20841,46 +21434,46 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 10866, - 10877 + 11047, + 11058 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 45 }, "end": { - "line": 352, + "line": 358, "column": 56 } } }, "range": [ - 10853, - 10877 + 11034, + 11058 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 32 }, "end": { - "line": 352, + "line": 358, "column": 56 } } }, "range": [ - 10837, - 10877 + 11018, + 11058 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 16 }, "end": { - "line": 352, + "line": 358, "column": 56 } } @@ -20899,16 +21492,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 10904, - 10916 + 11085, + 11097 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 23 }, "end": { - "line": 353, + "line": 359, "column": 35 } } @@ -20917,31 +21510,31 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 10917, - 10928 + 11098, + 11109 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 36 }, "end": { - "line": 353, + "line": 359, "column": 47 } } }, "range": [ - 10904, - 10928 + 11085, + 11109 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 23 }, "end": { - "line": 353, + "line": 359, "column": 47 } } @@ -20951,16 +21544,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 10929, - 10933 + 11110, + 11114 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 48 }, "end": { - "line": 353, + "line": 359, "column": 52 } } @@ -20969,79 +21562,79 @@ "type": "Identifier", "name": "nColumn", "range": [ - 10935, - 10942 + 11116, + 11123 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 54 }, "end": { - "line": 353, + "line": 359, "column": 61 } } } ], "range": [ - 10904, - 10943 + 11085, + 11124 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 23 }, "end": { - "line": 353, + "line": 359, "column": 62 } } }, "range": [ - 10897, - 10944 + 11078, + 11125 ], "loc": { "start": { - "line": 353, + "line": 359, "column": 16 }, "end": { - "line": 353, + "line": 359, "column": 63 } } } ], "range": [ - 10879, - 10958 + 11060, + 11139 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 58 }, "end": { - "line": 354, + "line": 360, "column": 13 } } }, "alternate": null, "range": [ - 10833, - 10958 + 11014, + 11139 ], "loc": { "start": { - "line": 352, + "line": 358, "column": 12 }, "end": { - "line": 354, + "line": 360, "column": 13 } } @@ -21055,16 +21648,16 @@ "type": "Identifier", "name": "c", "range": [ - 10975, - 10976 + 11156, + 11157 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 16 }, "end": { - "line": 355, + "line": 361, "column": 17 } } @@ -21079,16 +21672,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 10979, - 10983 + 11160, + 11164 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 20 }, "end": { - "line": 355, + "line": 361, "column": 24 } } @@ -21097,31 +21690,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10984, - 10989 + 11165, + 11170 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 25 }, "end": { - "line": 355, + "line": 361, "column": 30 } } }, "range": [ - 10979, - 10989 + 11160, + 11170 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 20 }, "end": { - "line": 355, + "line": 361, "column": 30 } } @@ -21130,46 +21723,46 @@ "type": "Identifier", "name": "nColumn", "range": [ - 10990, - 10997 + 11171, + 11178 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 31 }, "end": { - "line": 355, + "line": 361, "column": 38 } } }, "range": [ - 10979, - 10998 + 11160, + 11179 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 20 }, "end": { - "line": 355, + "line": 361, "column": 39 } } }, "range": [ - 10975, - 10998 + 11156, + 11179 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 16 }, "end": { - "line": 355, + "line": 361, "column": 39 } } @@ -21177,16 +21770,16 @@ ], "kind": "let", "range": [ - 10971, - 10999 + 11152, + 11180 ], "loc": { "start": { - "line": 355, + "line": 361, "column": 12 }, "end": { - "line": 355, + "line": 361, "column": 40 } } @@ -21200,16 +21793,16 @@ "type": "Identifier", "name": "s", "range": [ - 11016, - 11017 + 11197, + 11198 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 16 }, "end": { - "line": 356, + "line": 362, "column": 17 } } @@ -21223,16 +21816,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 11020, - 11033 + 11201, + 11214 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 20 }, "end": { - "line": 356, + "line": 362, "column": 33 } } @@ -21241,31 +21834,31 @@ "type": "Identifier", "name": "getInnerText", "range": [ - 11034, - 11046 + 11215, + 11227 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 34 }, "end": { - "line": 356, + "line": 362, "column": 46 } } }, "range": [ - 11020, - 11046 + 11201, + 11227 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 20 }, "end": { - "line": 356, + "line": 362, "column": 46 } } @@ -21275,47 +21868,47 @@ "type": "Identifier", "name": "c", "range": [ - 11047, - 11048 + 11228, + 11229 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 47 }, "end": { - "line": 356, + "line": 362, "column": 48 } } } ], "range": [ - 11020, - 11049 + 11201, + 11230 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 20 }, "end": { - "line": 356, + "line": 362, "column": 49 } } }, "range": [ - 11016, - 11049 + 11197, + 11230 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 16 }, "end": { - "line": 356, + "line": 362, "column": 49 } } @@ -21323,16 +21916,16 @@ ], "kind": "let", "range": [ - 11012, - 11050 + 11193, + 11231 ], "loc": { "start": { - "line": 356, + "line": 362, "column": 12 }, "end": { - "line": 356, + "line": 362, "column": 50 } } @@ -21348,16 +21941,16 @@ "type": "Identifier", "name": "stt", "range": [ - 11070, - 11073 + 11251, + 11254 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 19 }, "end": { - "line": 357, + "line": 363, "column": 22 } } @@ -21366,31 +21959,31 @@ "type": "Identifier", "name": "getValueFromString", "range": [ - 11074, - 11092 + 11255, + 11273 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 23 }, "end": { - "line": 357, + "line": 363, "column": 41 } } }, "range": [ - 11070, - 11092 + 11251, + 11273 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 19 }, "end": { - "line": 357, + "line": 363, "column": 41 } } @@ -21400,16 +21993,16 @@ "type": "Identifier", "name": "s", "range": [ - 11093, - 11094 + 11274, + 11275 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 42 }, "end": { - "line": 357, + "line": 363, "column": 43 } } @@ -21418,63 +22011,63 @@ "type": "Identifier", "name": "sType", "range": [ - 11096, - 11101 + 11277, + 11282 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 45 }, "end": { - "line": 357, + "line": 363, "column": 50 } } } ], "range": [ - 11070, - 11102 + 11251, + 11283 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 19 }, "end": { - "line": 357, + "line": 363, "column": 51 } } }, "range": [ - 11063, - 11103 + 11244, + 11284 ], "loc": { "start": { - "line": 357, + "line": 363, "column": 12 }, "end": { - "line": 357, + "line": 363, "column": 52 } } } ], "range": [ - 10670, - 11113 + 10851, + 11294 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 78 }, "end": { - "line": 358, + "line": 364, "column": 9 } } @@ -21482,46 +22075,46 @@ "generator": false, "expression": false, "range": [ - 10638, - 11113 + 10819, + 11294 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 46 }, "end": { - "line": 358, + "line": 364, "column": 9 } } }, "range": [ - 10600, - 11113 + 10781, + 11294 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 8 }, "end": { - "line": 358, + "line": 364, "column": 9 } } }, "range": [ - 10600, - 11114 + 10781, + 11295 ], "loc": { "start": { - "line": 348, + "line": 354, "column": 8 }, "end": { - "line": 358, + "line": 364, "column": 10 } }, @@ -21530,16 +22123,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 10368, - 10591 + 10549, + 10772 ], "loc": { "start": { - "line": 341, + "line": 347, "column": 8 }, "end": { - "line": 347, + "line": 353, "column": 11 } } @@ -21550,16 +22143,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 11124, - 11371 + 11305, + 11552 ], "loc": { "start": { - "line": 360, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 371, "column": 11 } } @@ -21578,16 +22171,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 11380, - 11393 + 11561, + 11574 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 8 }, "end": { - "line": 366, + "line": 372, "column": 21 } } @@ -21596,31 +22189,31 @@ "type": "Identifier", "name": "getInnerText", "range": [ - 11394, - 11406 + 11575, + 11587 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 22 }, "end": { - "line": 366, + "line": 372, "column": 34 } } }, "range": [ - 11380, - 11406 + 11561, + 11587 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 8 }, "end": { - "line": 366, + "line": 372, "column": 34 } } @@ -21633,16 +22226,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 11419, - 11424 + 11600, + 11605 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 47 }, "end": { - "line": 366, + "line": 372, "column": 52 } } @@ -21660,32 +22253,32 @@ "type": "Identifier", "name": "oNode", "range": [ - 11445, - 11450 + 11626, + 11631 ], "loc": { "start": { - "line": 367, + "line": 373, "column": 17 }, "end": { - "line": 367, + "line": 373, "column": 22 } } }, "prefix": true, "range": [ - 11444, - 11450 + 11625, + 11631 ], "loc": { "start": { - "line": 367, + "line": 373, "column": 16 }, "end": { - "line": 367, + "line": 373, "column": 22 } } @@ -21697,48 +22290,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11470, - 11477 + 11651, + 11658 ], "loc": { "start": { - "line": 368, + "line": 374, "column": 16 }, "end": { - "line": 368, + "line": 374, "column": 23 } } } ], "range": [ - 11452, - 11491 + 11633, + 11672 ], "loc": { "start": { - "line": 367, + "line": 373, "column": 24 }, "end": { - "line": 369, + "line": 375, "column": 13 } } }, "alternate": null, "range": [ - 11440, - 11491 + 11621, + 11672 ], "loc": { "start": { - "line": 367, + "line": 373, "column": 12 }, "end": { - "line": 369, + "line": 375, "column": 13 } } @@ -21754,16 +22347,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 11508, - 11513 + 11689, + 11694 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 16 }, "end": { - "line": 370, + "line": 376, "column": 21 } } @@ -21772,31 +22365,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 11514, - 11526 + 11695, + 11707 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 22 }, "end": { - "line": 370, + "line": 376, "column": 34 } } }, "range": [ - 11508, - 11526 + 11689, + 11707 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 16 }, "end": { - "line": 370, + "line": 376, "column": 34 } } @@ -21809,16 +22402,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 11527, - 11531 + 11708, + 11712 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 35 }, "end": { - "line": 370, + "line": 376, "column": 39 } } @@ -21827,47 +22420,47 @@ "type": "Identifier", "name": "customKey", "range": [ - 11532, - 11541 + 11713, + 11722 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 40 }, "end": { - "line": 370, + "line": 376, "column": 49 } } }, "range": [ - 11527, - 11541 + 11708, + 11722 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 35 }, "end": { - "line": 370, + "line": 376, "column": 49 } } } ], "range": [ - 11508, - 11542 + 11689, + 11723 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 16 }, "end": { - "line": 370, + "line": 376, "column": 50 } } @@ -21886,16 +22479,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 11569, - 11574 + 11750, + 11755 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 23 }, "end": { - "line": 371, + "line": 377, "column": 28 } } @@ -21904,31 +22497,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 11575, - 11587 + 11756, + 11768 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 29 }, "end": { - "line": 371, + "line": 377, "column": 41 } } }, "range": [ - 11569, - 11587 + 11750, + 11768 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 23 }, "end": { - "line": 371, + "line": 377, "column": 41 } } @@ -21941,16 +22534,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 11588, - 11592 + 11769, + 11773 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 42 }, "end": { - "line": 371, + "line": 377, "column": 46 } } @@ -21959,78 +22552,78 @@ "type": "Identifier", "name": "customKey", "range": [ - 11593, - 11602 + 11774, + 11783 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 47 }, "end": { - "line": 371, + "line": 377, "column": 56 } } }, "range": [ - 11588, - 11602 + 11769, + 11783 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 42 }, "end": { - "line": 371, + "line": 377, "column": 56 } } } ], "range": [ - 11569, - 11603 + 11750, + 11784 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 23 }, "end": { - "line": 371, + "line": 377, "column": 57 } } }, "range": [ - 11562, - 11604 + 11743, + 11785 ], "loc": { "start": { - "line": 371, + "line": 377, "column": 16 }, "end": { - "line": 371, + "line": 377, "column": 58 } } } ], "range": [ - 11544, - 11618 + 11725, + 11799 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 52 }, "end": { - "line": 372, + "line": 378, "column": 13 } } @@ -22046,16 +22639,16 @@ "type": "Identifier", "name": "getText", "range": [ - 11649, - 11656 + 11830, + 11837 ], "loc": { "start": { - "line": 373, + "line": 379, "column": 23 }, "end": { - "line": 373, + "line": 379, "column": 30 } } @@ -22065,94 +22658,94 @@ "type": "Identifier", "name": "oNode", "range": [ - 11657, - 11662 + 11838, + 11843 ], "loc": { "start": { - "line": 373, + "line": 379, "column": 31 }, "end": { - "line": 373, + "line": 379, "column": 36 } } } ], "range": [ - 11649, - 11663 + 11830, + 11844 ], "loc": { "start": { - "line": 373, + "line": 379, "column": 23 }, "end": { - "line": 373, + "line": 379, "column": 37 } } }, "range": [ - 11642, - 11664 + 11823, + 11845 ], "loc": { "start": { - "line": 373, + "line": 379, "column": 16 }, "end": { - "line": 373, + "line": 379, "column": 38 } } } ], "range": [ - 11624, - 11678 + 11805, + 11859 ], "loc": { "start": { - "line": 372, + "line": 378, "column": 19 }, "end": { - "line": 374, + "line": 380, "column": 13 } } }, "range": [ - 11504, - 11678 + 11685, + 11859 ], "loc": { "start": { - "line": 370, + "line": 376, "column": 12 }, "end": { - "line": 374, + "line": 380, "column": 13 } } } ], "range": [ - 11426, - 11688 + 11607, + 11869 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 54 }, "end": { - "line": 375, + "line": 381, "column": 9 } } @@ -22160,46 +22753,46 @@ "generator": false, "expression": false, "range": [ - 11409, - 11688 + 11590, + 11869 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 37 }, "end": { - "line": 375, + "line": 381, "column": 9 } } }, "range": [ - 11380, - 11688 + 11561, + 11869 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 8 }, "end": { - "line": 375, + "line": 381, "column": 9 } } }, "range": [ - 11380, - 11689 + 11561, + 11870 ], "loc": { "start": { - "line": 366, + "line": 372, "column": 8 }, "end": { - "line": 375, + "line": 381, "column": 10 } }, @@ -22208,16 +22801,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 11124, - 11371 + 11305, + 11552 ], "loc": { "start": { - "line": 360, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 371, "column": 11 } } @@ -22226,16 +22819,16 @@ } ], "range": [ - 6021, - 11695 + 6202, + 11876 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 28 }, "end": { - "line": 376, + "line": 382, "column": 5 } } @@ -22243,16 +22836,16 @@ "generator": false, "expression": false, "range": [ - 6018, - 11695 + 6199, + 11876 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 25 }, "end": { - "line": 376, + "line": 382, "column": 5 } } @@ -22260,16 +22853,16 @@ "kind": "method", "computed": false, "range": [ - 5997, - 11695 + 6178, + 11876 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 4 }, "end": { - "line": 376, + "line": 382, "column": 5 } }, @@ -22278,16 +22871,16 @@ "type": "Block", "value": "*\n * Set SortableTable overrides for TableFilter integration\n ", "range": [ - 5918, - 5992 + 6099, + 6173 ], "loc": { "start": { - "line": 213, + "line": 219, "column": 4 }, "end": { - "line": 215, + "line": 221, "column": 7 } } @@ -22298,16 +22891,16 @@ "type": "Block", "value": "*\n * Adds a sort type\n ", "range": [ - 11701, - 11736 + 11882, + 11917 ], "loc": { "start": { - "line": 378, + "line": 384, "column": 4 }, "end": { - "line": 380, + "line": 386, "column": 7 } } @@ -22321,16 +22914,16 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11741, - 11752 + 11922, + 11933 ], "loc": { "start": { - "line": 381, + "line": 387, "column": 4 }, "end": { - "line": 381, + "line": 387, "column": 15 } } @@ -22338,7 +22931,43 @@ "value": { "type": "FunctionExpression", "id": null, - "params": [], + "params": [ + { + "type": "RestElement", + "argument": { + "type": "Identifier", + "name": "args", + "range": [ + 11937, + 11941 + ], + "loc": { + "start": { + "line": 387, + "column": 19 + }, + "end": { + "line": 387, + "column": 23 + } + } + }, + "range": [ + 11934, + 11941 + ], + "loc": { + "start": { + "line": 387, + "column": 16 + }, + "end": { + "line": 387, + "column": 23 + } + } + } + ], "body": { "type": "BlockStatement", "body": [ @@ -22348,72 +22977,147 @@ { "type": "VariableDeclarator", "id": { - "type": "Identifier", - "name": "args", + "type": "ArrayPattern", + "elements": [ + { + "type": "Identifier", + "name": "id", + "range": [ + 11991, + 11993 + ], + "loc": { + "start": { + "line": 389, + "column": 13 + }, + "end": { + "line": 389, + "column": 15 + } + } + }, + { + "type": "Identifier", + "name": "caster", + "range": [ + 11995, + 12001 + ], + "loc": { + "start": { + "line": 389, + "column": 17 + }, + "end": { + "line": 389, + "column": 23 + } + } + }, + { + "type": "Identifier", + "name": "sorter", + "range": [ + 12003, + 12009 + ], + "loc": { + "start": { + "line": 389, + "column": 25 + }, + "end": { + "line": 389, + "column": 31 + } + } + } + ], "range": [ - 11769, - 11773 + 11990, + 12010 ], "loc": { "start": { - "line": 382, + "line": 389, "column": 12 }, "end": { - "line": 382, - "column": 16 + "line": 389, + "column": 32 } } }, "init": { "type": "Identifier", - "name": "arguments", + "name": "args", "range": [ - 11776, - 11785 + 12013, + 12017 ], "loc": { "start": { - "line": 382, - "column": 19 + "line": 389, + "column": 35 }, "end": { - "line": 382, - "column": 28 + "line": 389, + "column": 39 } } }, "range": [ - 11769, - 11785 + 11990, + 12017 ], "loc": { "start": { - "line": 382, + "line": 389, "column": 12 }, "end": { - "line": 382, - "column": 28 + "line": 389, + "column": 39 } } } ], - "kind": "var", + "kind": "let", "range": [ - 11765, - 11786 + 11986, + 12018 ], "loc": { "start": { - "line": 382, + "line": 389, "column": 8 }, "end": { - "line": 382, - "column": 29 + "line": 389, + "column": 40 } - } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Extract the arguments", + "range": [ + 11953, + 11977 + ], + "loc": { + "start": { + "line": 388, + "column": 8 + }, + "end": { + "line": 388, + "column": 32 + } + } + } + ] }, { "type": "ExpressionStatement", @@ -22429,16 +23133,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 11795, - 11808 + 12027, + 12040 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 8 }, "end": { - "line": 383, + "line": 390, "column": 21 } } @@ -22447,31 +23151,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 11809, - 11818 + 12041, + 12050 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 22 }, "end": { - "line": 383, + "line": 390, "column": 31 } } }, "range": [ - 11795, - 11818 + 12027, + 12050 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 8 }, "end": { - "line": 383, + "line": 390, "column": 31 } } @@ -22480,299 +23184,133 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11819, - 11830 + 12051, + 12062 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 32 }, "end": { - "line": 383, + "line": 390, "column": 43 } } }, "range": [ - 11795, - 11830 + 12027, + 12062 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 8 }, "end": { - "line": 383, + "line": 390, "column": 43 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "args", - "range": [ - 11831, - 11835 - ], - "loc": { - "start": { - "line": 383, - "column": 44 - }, - "end": { - "line": 383, - "column": 48 - } - } - }, - "property": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 11836, - 11837 - ], - "loc": { - "start": { - "line": 383, - "column": 49 - }, - "end": { - "line": 383, - "column": 50 - } - } - }, + "type": "Identifier", + "name": "id", "range": [ - 11831, - 11838 + 12063, + 12065 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 44 }, "end": { - "line": 383, - "column": 51 + "line": 390, + "column": 46 } } }, { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "args", - "range": [ - 11840, - 11844 - ], - "loc": { - "start": { - "line": 383, - "column": 53 - }, - "end": { - "line": 383, - "column": 57 - } - } - }, - "property": { - "type": "Literal", - "value": 1, - "raw": "1", - "range": [ - 11845, - 11846 - ], - "loc": { - "start": { - "line": 383, - "column": 58 - }, - "end": { - "line": 383, - "column": 59 - } - } - }, + "type": "Identifier", + "name": "caster", "range": [ - 11840, - 11847 + 12067, + 12073 ], "loc": { "start": { - "line": 383, - "column": 53 + "line": 390, + "column": 48 }, "end": { - "line": 383, - "column": 60 + "line": 390, + "column": 54 } } }, { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "args", - "range": [ - 11849, - 11853 - ], - "loc": { - "start": { - "line": 383, - "column": 62 - }, - "end": { - "line": 383, - "column": 66 - } - } - }, - "property": { - "type": "Literal", - "value": 2, - "raw": "2", - "range": [ - 11854, - 11855 - ], - "loc": { - "start": { - "line": 383, - "column": 67 - }, - "end": { - "line": 383, - "column": 68 - } - } - }, + "type": "Identifier", + "name": "sorter", "range": [ - 11849, - 11856 + 12075, + 12081 ], "loc": { "start": { - "line": 383, + "line": 390, + "column": 56 + }, + "end": { + "line": 390, "column": 62 - }, - "end": { - "line": 383, - "column": 69 - } - } - }, - { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "args", - "range": [ - 11858, - 11862 - ], - "loc": { - "start": { - "line": 383, - "column": 71 - }, - "end": { - "line": 383, - "column": 75 - } - } - }, - "property": { - "type": "Literal", - "value": 3, - "raw": "3", - "range": [ - 11863, - 11864 - ], - "loc": { - "start": { - "line": 383, - "column": 76 - }, - "end": { - "line": 383, - "column": 77 - } - } - }, - "range": [ - 11858, - 11865 - ], - "loc": { - "start": { - "line": 383, - "column": 71 - }, - "end": { - "line": 383, - "column": 78 } } } ], "range": [ - 11795, - 11866 + 12027, + 12082 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 8 }, "end": { - "line": 383, - "column": 79 + "line": 390, + "column": 63 } } }, "range": [ - 11795, - 11867 + 12027, + 12083 ], "loc": { "start": { - "line": 383, + "line": 390, "column": 8 }, "end": { - "line": 383, - "column": 80 + "line": 390, + "column": 64 } } } ], "range": [ - 11755, - 11873 + 11943, + 12089 ], "loc": { "start": { - "line": 381, - "column": 18 + "line": 387, + "column": 25 }, "end": { - "line": 384, + "line": 391, "column": 5 } } @@ -22780,16 +23318,16 @@ "generator": false, "expression": false, "range": [ - 11752, - 11873 + 11933, + 12089 ], "loc": { "start": { - "line": 381, + "line": 387, "column": 15 }, "end": { - "line": 384, + "line": 391, "column": 5 } } @@ -22797,16 +23335,16 @@ "kind": "method", "computed": false, "range": [ - 11741, - 11873 + 11922, + 12089 ], "loc": { "start": { - "line": 381, + "line": 387, "column": 4 }, "end": { - "line": 384, + "line": 391, "column": 5 } }, @@ -22815,16 +23353,16 @@ "type": "Block", "value": "*\n * Adds a sort type\n ", "range": [ - 11701, - 11736 + 11882, + 11917 ], "loc": { "start": { - "line": 378, + "line": 384, "column": 4 }, "end": { - "line": 380, + "line": 386, "column": 7 } } @@ -22835,16 +23373,16 @@ "type": "Block", "value": "*\n * Sets the sort types on a column basis\n * @private\n ", "range": [ - 11879, - 11951 + 12095, + 12167 ], "loc": { "start": { - "line": 386, + "line": 393, "column": 4 }, "end": { - "line": 389, + "line": 396, "column": 7 } } @@ -22858,16 +23396,16 @@ "type": "Identifier", "name": "setSortTypes", "range": [ - 11956, - 11968 + 12172, + 12184 ], "loc": { "start": { - "line": 390, + "line": 397, "column": 4 }, "end": { - "line": 390, + "line": 397, "column": 16 } } @@ -22888,16 +23426,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11985, - 11987 + 12201, + 12203 ], "loc": { "start": { - "line": 391, + "line": 398, "column": 12 }, "end": { - "line": 391, + "line": 398, "column": 14 } } @@ -22908,16 +23446,16 @@ "object": { "type": "ThisExpression", "range": [ - 11990, - 11994 + 12206, + 12210 ], "loc": { "start": { - "line": 391, + "line": 398, "column": 17 }, "end": { - "line": 391, + "line": 398, "column": 21 } } @@ -22926,46 +23464,46 @@ "type": "Identifier", "name": "tf", "range": [ - 11995, - 11997 + 12211, + 12213 ], "loc": { "start": { - "line": 391, + "line": 398, "column": 22 }, "end": { - "line": 391, + "line": 398, "column": 24 } } }, "range": [ - 11990, - 11997 + 12206, + 12213 ], "loc": { "start": { - "line": 391, + "line": 398, "column": 17 }, "end": { - "line": 391, + "line": 398, "column": 24 } } }, "range": [ - 11985, - 11997 + 12201, + 12213 ], "loc": { "start": { - "line": 391, + "line": 398, "column": 12 }, "end": { - "line": 391, + "line": 398, "column": 24 } } @@ -22976,16 +23514,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 12011, - 12020 + 12227, + 12236 ], "loc": { "start": { - "line": 392, + "line": 399, "column": 12 }, "end": { - "line": 392, + "line": 399, "column": 21 } } @@ -22996,16 +23534,16 @@ "object": { "type": "ThisExpression", "range": [ - 12023, - 12027 + 12239, + 12243 ], "loc": { "start": { - "line": 392, + "line": 399, "column": 24 }, "end": { - "line": 392, + "line": 399, "column": 28 } } @@ -23014,46 +23552,46 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 12028, - 12037 + 12244, + 12253 ], "loc": { "start": { - "line": 392, + "line": 399, "column": 29 }, "end": { - "line": 392, + "line": 399, "column": 38 } } }, "range": [ - 12023, - 12037 + 12239, + 12253 ], "loc": { "start": { - "line": 392, + "line": 399, "column": 24 }, "end": { - "line": 392, + "line": 399, "column": 38 } } }, "range": [ - 12011, - 12037 + 12227, + 12253 ], "loc": { "start": { - "line": 392, + "line": 399, "column": 12 }, "end": { - "line": 392, + "line": 399, "column": 38 } } @@ -23064,16 +23602,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 12051, - 12061 + 12267, + 12277 ], "loc": { "start": { - "line": 393, + "line": 400, "column": 12 }, "end": { - "line": 393, + "line": 400, "column": 22 } } @@ -23082,31 +23620,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12064, - 12066 + 12280, + 12282 ], "loc": { "start": { - "line": 393, + "line": 400, "column": 25 }, "end": { - "line": 393, + "line": 400, "column": 27 } } }, "range": [ - 12051, - 12066 + 12267, + 12282 ], "loc": { "start": { - "line": 393, + "line": 400, "column": 12 }, "end": { - "line": 393, + "line": 400, "column": 27 } } @@ -23114,16 +23652,16 @@ ], "kind": "let", "range": [ - 11981, - 12067 + 12197, + 12283 ], "loc": { "start": { - "line": 391, + "line": 398, "column": 8 }, "end": { - "line": 393, + "line": 400, "column": 28 } } @@ -23139,16 +23677,16 @@ "type": "Identifier", "name": "i", "range": [ - 12086, - 12087 + 12302, + 12303 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 17 }, "end": { - "line": 395, + "line": 402, "column": 18 } } @@ -23158,31 +23696,31 @@ "value": 0, "raw": "0", "range": [ - 12090, - 12091 + 12306, + 12307 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 21 }, "end": { - "line": 395, + "line": 402, "column": 22 } } }, "range": [ - 12086, - 12091 + 12302, + 12307 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 17 }, "end": { - "line": 395, + "line": 402, "column": 22 } } @@ -23190,16 +23728,16 @@ ], "kind": "let", "range": [ - 12082, - 12091 + 12298, + 12307 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 13 }, "end": { - "line": 395, + "line": 402, "column": 22 } } @@ -23211,16 +23749,16 @@ "type": "Identifier", "name": "i", "range": [ - 12093, - 12094 + 12309, + 12310 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 24 }, "end": { - "line": 395, + "line": 402, "column": 25 } } @@ -23232,16 +23770,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12097, - 12099 + 12313, + 12315 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 28 }, "end": { - "line": 395, + "line": 402, "column": 30 } } @@ -23250,46 +23788,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 12100, - 12107 + 12316, + 12323 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 31 }, "end": { - "line": 395, + "line": 402, "column": 38 } } }, "range": [ - 12097, - 12107 + 12313, + 12323 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 28 }, "end": { - "line": 395, + "line": 402, "column": 38 } } }, "range": [ - 12093, - 12107 + 12309, + 12323 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 24 }, "end": { - "line": 395, + "line": 402, "column": 38 } } @@ -23301,32 +23839,32 @@ "type": "Identifier", "name": "i", "range": [ - 12109, - 12110 + 12325, + 12326 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 40 }, "end": { - "line": 395, + "line": 402, "column": 41 } } }, "prefix": false, "range": [ - 12109, - 12112 + 12325, + 12328 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 40 }, "end": { - "line": 395, + "line": 402, "column": 43 } } @@ -23343,32 +23881,32 @@ "type": "Identifier", "name": "colType", "range": [ - 12132, - 12139 + 12348, + 12355 ], "loc": { "start": { - "line": 396, + "line": 403, "column": 16 }, "end": { - "line": 396, + "line": 403, "column": 23 } } }, "init": null, "range": [ - 12132, - 12139 + 12348, + 12355 ], "loc": { "start": { - "line": 396, + "line": 403, "column": 16 }, "end": { - "line": 396, + "line": 403, "column": 23 } } @@ -23376,16 +23914,16 @@ ], "kind": "let", "range": [ - 12128, - 12140 + 12344, + 12356 ], "loc": { "start": { - "line": 396, + "line": 403, "column": 12 }, "end": { - "line": 396, + "line": 403, "column": 24 } } @@ -23399,16 +23937,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 12158, - 12167 + 12373, + 12382 ], "loc": { "start": { - "line": 398, + "line": 404, "column": 16 }, "end": { - "line": 398, + "line": 404, "column": 25 } } @@ -23417,31 +23955,31 @@ "type": "Identifier", "name": "i", "range": [ - 12168, - 12169 + 12383, + 12384 ], "loc": { "start": { - "line": 398, + "line": 404, "column": 26 }, "end": { - "line": 398, + "line": 404, "column": 27 } } }, "range": [ - 12158, - 12170 + 12373, + 12385 ], "loc": { "start": { - "line": 398, + "line": 404, "column": 16 }, "end": { - "line": 398, + "line": 404, "column": 28 } } @@ -23458,542 +23996,937 @@ "type": "Identifier", "name": "colType", "range": [ - 12190, - 12197 + 12405, + 12412 ], "loc": { "start": { - "line": 399, + "line": 405, "column": 16 }, "end": { - "line": 399, + "line": 405, "column": 23 } } }, "right": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "sortTypes", - "range": [ - 12200, - 12209 - ], - "loc": { - "start": { - "line": 399, - "column": 26 - }, - "end": { - "line": 399, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "i", - "range": [ - 12210, - 12211 - ], - "loc": { - "start": { - "line": 399, - "column": 36 - }, - "end": { - "line": 399, - "column": 37 - } - } - }, - "range": [ - 12200, - 12212 - ], - "loc": { - "start": { - "line": 399, - "column": 26 - }, - "end": { - "line": 399, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "toLowerCase", - "range": [ - 12213, - 12224 - ], - "loc": { - "start": { - "line": 399, - "column": 39 - }, - "end": { - "line": 399, - "column": 50 - } - } - }, + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "sortTypes", "range": [ - 12200, - 12224 + 12415, + 12424 ], "loc": { "start": { - "line": 399, + "line": 405, "column": 26 }, "end": { - "line": 399, - "column": 50 - } - } - }, - "arguments": [], - "range": [ - 12200, - 12226 - ], - "loc": { - "start": { - "line": 399, - "column": 26 - }, - "end": { - "line": 399, - "column": 52 - } - } - }, - "range": [ - 12190, - 12226 - ], - "loc": { - "start": { - "line": 399, - "column": 16 - }, - "end": { - "line": 399, - "column": 52 - } - } - }, - "range": [ - 12190, - 12227 - ], - "loc": { - "start": { - "line": 399, - "column": 16 - }, - "end": { - "line": 399, - "column": 53 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "Identifier", - "name": "colType", - "range": [ - 12248, - 12255 - ], - "loc": { - "start": { - "line": 400, - "column": 20 - }, - "end": { - "line": 400, - "column": 27 - } - } - }, - "right": { - "type": "Identifier", - "name": "NONE", - "range": [ - 12260, - 12264 - ], - "loc": { - "start": { - "line": 400, - "column": 32 - }, - "end": { - "line": 400, - "column": 36 - } - } - }, - "range": [ - 12248, - 12264 - ], - "loc": { - "start": { - "line": 400, - "column": 20 - }, - "end": { - "line": 400, - "column": 36 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "colType", - "range": [ - 12288, - 12295 - ], - "loc": { - "start": { - "line": 401, - "column": 20 - }, - "end": { - "line": 401, - "column": 27 - } - } - }, - "right": { - "type": "Literal", - "value": "None", - "raw": "'None'", - "range": [ - 12298, - 12304 - ], - "loc": { - "start": { - "line": 401, - "column": 30 - }, - "end": { - "line": 401, - "column": 36 - } - } - }, - "range": [ - 12288, - 12304 - ], - "loc": { - "start": { - "line": 401, - "column": 20 - }, - "end": { - "line": 401, - "column": 36 - } - } - }, - "range": [ - 12288, - 12305 - ], - "loc": { - "start": { - "line": 401, - "column": 20 - }, - "end": { - "line": 401, - "column": 37 - } - } - } - ], - "range": [ - 12266, - 12323 - ], - "loc": { - "start": { - "line": 400, - "column": 38 - }, - "end": { - "line": 402, - "column": 17 - } - } - }, - "alternate": null, - "range": [ - 12244, - 12323 - ], - "loc": { - "start": { - "line": 400, - "column": 16 - }, - "end": { - "line": 402, - "column": 17 - } - } - } - ], - "range": [ - 12172, - 12337 - ], - "loc": { - "start": { - "line": 398, - "column": 30 - }, - "end": { - "line": 403, - "column": 13 - } - } - }, - "alternate": { - "type": "BlockStatement", - "body": [ - { - "type": "IfStatement", - "test": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 12389, - 12391 - ], - "loc": { - "start": { - "line": 404, - "column": 20 - }, - "end": { - "line": 404, - "column": 22 + "line": 405, + "column": 35 } } }, "property": { "type": "Identifier", - "name": "hasColNbFormat", + "name": "i", "range": [ - 12392, - 12406 + 12425, + 12426 ], "loc": { "start": { - "line": 404, - "column": 23 + "line": 405, + "column": 36 }, "end": { - "line": 404, + "line": 405, "column": 37 } } }, "range": [ - 12389, - 12406 + 12415, + 12427 ], "loc": { "start": { - "line": 404, - "column": 20 + "line": 405, + "column": 26 }, "end": { - "line": 404, - "column": 37 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "!==", - "left": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 12410, - 12412 - ], - "loc": { - "start": { - "line": 404, - "column": 41 - }, - "end": { - "line": 404, - "column": 43 - } - } - }, - "property": { - "type": "Identifier", - "name": "colNbFormat", - "range": [ - 12413, - 12424 - ], - "loc": { - "start": { - "line": 404, - "column": 44 - }, - "end": { - "line": 404, - "column": 55 - } - } - }, - "range": [ - 12410, - 12424 - ], - "loc": { - "start": { - "line": 404, - "column": 41 - }, - "end": { - "line": 404, - "column": 55 - } - } - }, - "property": { - "type": "Identifier", - "name": "i", - "range": [ - 12425, - 12426 - ], - "loc": { - "start": { - "line": 404, - "column": 56 - }, - "end": { - "line": 404, - "column": 57 - } - } - }, - "range": [ - 12410, - 12427 - ], - "loc": { - "start": { - "line": 404, - "column": 41 - }, - "end": { - "line": 404, - "column": 58 - } - } - }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 12432, - 12436 - ], - "loc": { - "start": { - "line": 404, - "column": 63 - }, - "end": { - "line": 404, - "column": 67 - } - } - }, - "range": [ - 12410, - 12436 - ], - "loc": { - "start": { - "line": 404, - "column": 41 - }, - "end": { - "line": 404, - "column": 67 + "line": 405, + "column": 38 } } }, "range": [ - 12389, - 12436 + 12405, + 12427 ], "loc": { "start": { - "line": 404, + "line": 405, + "column": 16 + }, + "end": { + "line": 405, + "column": 38 + } + } + }, + "range": [ + 12405, + 12428 + ], + "loc": { + "start": { + "line": 405, + "column": 16 + }, + "end": { + "line": 405, + "column": 39 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isObj", + "range": [ + 12449, + 12454 + ], + "loc": { + "start": { + "line": 406, + "column": 20 + }, + "end": { + "line": 406, + "column": 25 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colType", + "range": [ + 12455, + 12462 + ], + "loc": { + "start": { + "line": 406, + "column": 26 + }, + "end": { + "line": 406, + "column": 33 + } + } + } + ], + "range": [ + 12449, + 12463 + ], + "loc": { + "start": { + "line": 406, "column": 20 }, "end": { - "line": 404, - "column": 67 + "line": 406, + "column": 34 } } }, "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", + "range": [ + 12491, + 12498 + ], + "loc": { + "start": { + "line": 407, + "column": 24 + }, + "end": { + "line": 407, + "column": 31 + } + } + }, + "property": { + "type": "Identifier", + "name": "type", + "range": [ + 12499, + 12503 + ], + "loc": { + "start": { + "line": 407, + "column": 32 + }, + "end": { + "line": 407, + "column": 36 + } + } + }, + "range": [ + 12491, + 12503 + ], + "loc": { + "start": { + "line": 407, + "column": 24 + }, + "end": { + "line": 407, + "column": 36 + } + } + }, + "right": { + "type": "Identifier", + "name": "DATE", + "range": [ + 12508, + 12512 + ], + "loc": { + "start": { + "line": 407, + "column": 41 + }, + "end": { + "line": 407, + "column": 45 + } + } + }, + "range": [ + 12491, + 12512 + ], + "loc": { + "start": { + "line": 407, + "column": 24 + }, + "end": { + "line": 407, + "column": 45 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 12540, + 12547 + ], + "loc": { + "start": { + "line": 408, + "column": 24 + }, + "end": { + "line": 408, + "column": 31 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12550, + 12554 + ], + "loc": { + "start": { + "line": 408, + "column": 34 + }, + "end": { + "line": 408, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "_addDateType", + "range": [ + 12555, + 12567 + ], + "loc": { + "start": { + "line": 408, + "column": 39 + }, + "end": { + "line": 408, + "column": 51 + } + } + }, + "range": [ + 12550, + 12567 + ], + "loc": { + "start": { + "line": 408, + "column": 34 + }, + "end": { + "line": 408, + "column": 51 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "i", + "range": [ + 12568, + 12569 + ], + "loc": { + "start": { + "line": 408, + "column": 52 + }, + "end": { + "line": 408, + "column": 53 + } + } + }, + { + "type": "Identifier", + "name": "sortTypes", + "range": [ + 12571, + 12580 + ], + "loc": { + "start": { + "line": 408, + "column": 55 + }, + "end": { + "line": 408, + "column": 64 + } + } + } + ], + "range": [ + 12550, + 12581 + ], + "loc": { + "start": { + "line": 408, + "column": 34 + }, + "end": { + "line": 408, + "column": 65 + } + } + }, + "range": [ + 12540, + 12581 + ], + "loc": { + "start": { + "line": 408, + "column": 24 + }, + "end": { + "line": 408, + "column": 65 + } + } + }, + "range": [ + 12540, + 12582 + ], + "loc": { + "start": { + "line": 408, + "column": 24 + }, + "end": { + "line": 408, + "column": 66 + } + } + } + ], + "range": [ + 12514, + 12604 + ], + "loc": { + "start": { + "line": 407, + "column": 47 + }, + "end": { + "line": 409, + "column": 21 + } + } + }, + "alternate": { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", + "range": [ + 12634, + 12641 + ], + "loc": { + "start": { + "line": 410, + "column": 29 + }, + "end": { + "line": 410, + "column": 36 + } + } + }, + "property": { + "type": "Identifier", + "name": "type", + "range": [ + 12642, + 12646 + ], + "loc": { + "start": { + "line": 410, + "column": 37 + }, + "end": { + "line": 410, + "column": 41 + } + } + }, + "range": [ + 12634, + 12646 + ], + "loc": { + "start": { + "line": 410, + "column": 29 + }, + "end": { + "line": 410, + "column": 41 + } + } + }, + "right": { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 12651, + 12667 + ], + "loc": { + "start": { + "line": 410, + "column": 46 + }, + "end": { + "line": 410, + "column": 62 + } + } + }, + "range": [ + 12634, + 12667 + ], + "loc": { + "start": { + "line": 410, + "column": 29 + }, + "end": { + "line": 410, + "column": 62 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "decimal", + "range": [ + 12699, + 12706 + ], + "loc": { + "start": { + "line": 411, + "column": 28 + }, + "end": { + "line": 411, + "column": 35 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", + "range": [ + 12709, + 12716 + ], + "loc": { + "start": { + "line": 411, + "column": 38 + }, + "end": { + "line": 411, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "name": "decimal", + "range": [ + 12717, + 12724 + ], + "loc": { + "start": { + "line": 411, + "column": 46 + }, + "end": { + "line": 411, + "column": 53 + } + } + }, + "range": [ + 12709, + 12724 + ], + "loc": { + "start": { + "line": 411, + "column": 38 + }, + "end": { + "line": 411, + "column": 53 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 12728, + 12730 + ], + "loc": { + "start": { + "line": 411, + "column": 57 + }, + "end": { + "line": 411, + "column": 59 + } + } + }, + "property": { + "type": "Identifier", + "name": "decimalSeparator", + "range": [ + 12731, + 12747 + ], + "loc": { + "start": { + "line": 411, + "column": 60 + }, + "end": { + "line": 411, + "column": 76 + } + } + }, + "range": [ + 12728, + 12747 + ], + "loc": { + "start": { + "line": 411, + "column": 57 + }, + "end": { + "line": 411, + "column": 76 + } + } + }, + "range": [ + 12709, + 12747 + ], + "loc": { + "start": { + "line": 411, + "column": 38 + }, + "end": { + "line": 411, + "column": 76 + } + } + }, + "range": [ + 12699, + 12747 + ], + "loc": { + "start": { + "line": 411, + "column": 28 + }, + "end": { + "line": 411, + "column": 76 + } + } + } + ], + "kind": "let", + "range": [ + 12695, + 12748 + ], + "loc": { + "start": { + "line": 411, + "column": 24 + }, + "end": { + "line": 411, + "column": 77 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 12773, + 12780 + ], + "loc": { + "start": { + "line": 412, + "column": 24 + }, + "end": { + "line": 412, + "column": 31 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12783, + 12787 + ], + "loc": { + "start": { + "line": 412, + "column": 34 + }, + "end": { + "line": 412, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "_addNumberType", + "range": [ + 12788, + 12802 + ], + "loc": { + "start": { + "line": 412, + "column": 39 + }, + "end": { + "line": 412, + "column": 53 + } + } + }, + "range": [ + 12783, + 12802 + ], + "loc": { + "start": { + "line": 412, + "column": 34 + }, + "end": { + "line": 412, + "column": 53 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "i", + "range": [ + 12803, + 12804 + ], + "loc": { + "start": { + "line": 412, + "column": 54 + }, + "end": { + "line": 412, + "column": 55 + } + } + }, + { + "type": "Identifier", + "name": "decimal", + "range": [ + 12806, + 12813 + ], + "loc": { + "start": { + "line": 412, + "column": 57 + }, + "end": { + "line": 412, + "column": 64 + } + } + } + ], + "range": [ + 12783, + 12814 + ], + "loc": { + "start": { + "line": 412, + "column": 34 + }, + "end": { + "line": 412, + "column": 65 + } + } + }, + "range": [ + 12773, + 12814 + ], + "loc": { + "start": { + "line": 412, + "column": 24 + }, + "end": { + "line": 412, + "column": 65 + } + } + }, + "range": [ + 12773, + 12815 + ], + "loc": { + "start": { + "line": 412, + "column": 24 + }, + "end": { + "line": 412, + "column": 66 + } + } + } + ], + "range": [ + 12669, + 12837 + ], + "loc": { + "start": { + "line": 410, + "column": 64 + }, + "end": { + "line": 413, + "column": 21 + } + } + }, + "alternate": null, + "range": [ + 12630, + 12837 + ], + "loc": { + "start": { + "line": 410, + "column": 25 + }, + "end": { + "line": 413, + "column": 21 + } + } + }, + "range": [ + 12487, + 12837 + ], + "loc": { + "start": { + "line": 407, + "column": 20 + }, + "end": { + "line": 413, + "column": 21 + } + } + } + ], + "range": [ + 12465, + 12855 + ], + "loc": { + "start": { + "line": 406, + "column": 36 + }, + "end": { + "line": 414, + "column": 17 + } + } + }, + "alternate": { "type": "BlockStatement", "body": [ { @@ -24005,16 +24938,16 @@ "type": "Identifier", "name": "colType", "range": [ - 12460, - 12467 + 12883, + 12890 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 20 }, "end": { - "line": 405, + "line": 415, "column": 27 } } @@ -24025,92 +24958,20 @@ "type": "MemberExpression", "computed": false, "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 12470, - 12472 - ], - "loc": { - "start": { - "line": 405, - "column": 30 - }, - "end": { - "line": 405, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "colNbFormat", - "range": [ - 12473, - 12484 - ], - "loc": { - "start": { - "line": 405, - "column": 33 - }, - "end": { - "line": 405, - "column": 44 - } - } - }, - "range": [ - 12470, - 12484 - ], - "loc": { - "start": { - "line": 405, - "column": 30 - }, - "end": { - "line": 405, - "column": 44 - } - } - }, - "property": { - "type": "Identifier", - "name": "i", - "range": [ - 12485, - 12486 - ], - "loc": { - "start": { - "line": 405, - "column": 45 - }, - "end": { - "line": 405, - "column": 46 - } - } - }, + "type": "Identifier", + "name": "colType", "range": [ - 12470, - 12487 + 12893, + 12900 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 30 }, "end": { - "line": 405, - "column": 47 + "line": 415, + "column": 37 } } }, @@ -24118,719 +24979,1022 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 12488, - 12499 + 12901, + 12912 ], "loc": { "start": { - "line": 405, - "column": 48 + "line": 415, + "column": 38 }, "end": { - "line": 405, - "column": 59 + "line": 415, + "column": 49 } } }, "range": [ - 12470, - 12499 + 12893, + 12912 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 30 }, "end": { - "line": 405, - "column": 59 + "line": 415, + "column": 49 } } }, "arguments": [], "range": [ - 12470, - 12501 + 12893, + 12914 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 30 }, "end": { - "line": 405, - "column": 61 + "line": 415, + "column": 51 } } }, "range": [ - 12460, - 12501 + 12883, + 12914 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 20 }, "end": { - "line": 405, - "column": 61 + "line": 415, + "column": 51 } } }, "range": [ - 12460, - 12502 + 12883, + 12915 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 20 }, "end": { - "line": 405, - "column": 62 - } - } - } - ], - "range": [ - 12438, - 12520 - ], - "loc": { - "start": { - "line": 404, - "column": 69 - }, - "end": { - "line": 406, - "column": 17 - } - } - }, - "alternate": { - "type": "IfStatement", - "test": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 12530, - 12532 - ], - "loc": { - "start": { - "line": 406, - "column": 27 - }, - "end": { - "line": 406, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasColDateType", - "range": [ - 12533, - 12547 - ], - "loc": { - "start": { - "line": 406, - "column": 30 - }, - "end": { - "line": 406, - "column": 44 - } - } - }, - "range": [ - 12530, - 12547 - ], - "loc": { - "start": { - "line": 406, - "column": 27 - }, - "end": { - "line": 406, - "column": 44 + "line": 415, + "column": 52 } } }, - "right": { - "type": "BinaryExpression", - "operator": "!==", - "left": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 12551, - 12553 - ], - "loc": { - "start": { - "line": 406, - "column": 48 - }, - "end": { - "line": 406, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "colDateType", - "range": [ - 12554, - 12565 - ], - "loc": { - "start": { - "line": 406, - "column": 51 - }, - "end": { - "line": 406, - "column": 62 - } - } - }, - "range": [ - 12551, - 12565 - ], - "loc": { - "start": { - "line": 406, - "column": 48 - }, - "end": { - "line": 406, - "column": 62 - } - } - }, - "property": { + { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { "type": "Identifier", - "name": "i", + "name": "colType", "range": [ - 12566, - 12567 + 12940, + 12947 ], "loc": { "start": { - "line": 406, - "column": 63 + "line": 416, + "column": 24 }, "end": { - "line": 406, - "column": 64 + "line": 416, + "column": 31 + } + } + }, + "right": { + "type": "Identifier", + "name": "DATE", + "range": [ + 12952, + 12956 + ], + "loc": { + "start": { + "line": 416, + "column": 36 + }, + "end": { + "line": 416, + "column": 40 } } }, "range": [ - 12551, - 12568 + 12940, + 12956 ], "loc": { "start": { - "line": 406, - "column": 48 + "line": 416, + "column": 24 }, "end": { - "line": 406, - "column": 65 + "line": 416, + "column": 40 } } }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 12573, - 12577 - ], - "loc": { - "start": { - "line": 406, - "column": 70 - }, - "end": { - "line": 406, - "column": 74 - } - } - }, - "range": [ - 12551, - 12577 - ], - "loc": { - "start": { - "line": 406, - "column": 48 - }, - "end": { - "line": 406, - "column": 74 - } - } - }, - "range": [ - 12530, - 12577 - ], - "loc": { - "start": { - "line": 406, - "column": 27 - }, - "end": { - "line": 406, - "column": 74 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "colType", - "range": [ - 12601, - 12608 - ], - "loc": { - "start": { - "line": 407, - "column": 20 + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 12984, + 12991 + ], + "loc": { + "start": { + "line": 417, + "column": 24 + }, + "end": { + "line": 417, + "column": 31 + } + } }, - "end": { - "line": 407, - "column": 27 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "+", - "left": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { + "right": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", - "computed": true, + "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 12611, - 12613 - ], - "loc": { - "start": { - "line": 407, - "column": 30 - }, - "end": { - "line": 407, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "colDateType", - "range": [ - 12614, - 12625 - ], - "loc": { - "start": { - "line": 407, - "column": 33 - }, - "end": { - "line": 407, - "column": 44 - } - } - }, + "type": "ThisExpression", "range": [ - 12611, - 12625 + 12994, + 12998 ], "loc": { "start": { - "line": 407, - "column": 30 + "line": 417, + "column": 34 }, "end": { - "line": 407, - "column": 44 + "line": 417, + "column": 38 } } }, "property": { "type": "Identifier", - "name": "i", + "name": "_addDateType", "range": [ - 12626, - 12627 + 12999, + 13011 ], "loc": { "start": { - "line": 407, - "column": 45 + "line": 417, + "column": 39 }, "end": { - "line": 407, - "column": 46 + "line": 417, + "column": 51 } } }, "range": [ - 12611, - 12628 + 12994, + 13011 ], "loc": { "start": { - "line": 407, - "column": 30 + "line": 417, + "column": 34 }, "end": { - "line": 407, - "column": 47 + "line": 417, + "column": 51 } } }, - "property": { - "type": "Identifier", - "name": "toLowerCase", - "range": [ - 12629, - 12640 - ], - "loc": { - "start": { - "line": 407, - "column": 48 - }, - "end": { - "line": 407, - "column": 59 + "arguments": [ + { + "type": "Identifier", + "name": "i", + "range": [ + 13012, + 13013 + ], + "loc": { + "start": { + "line": 417, + "column": 52 + }, + "end": { + "line": 417, + "column": 53 + } + } + }, + { + "type": "Identifier", + "name": "sortTypes", + "range": [ + 13015, + 13024 + ], + "loc": { + "start": { + "line": 417, + "column": 55 + }, + "end": { + "line": 417, + "column": 64 + } } } - }, + ], "range": [ - 12611, - 12640 + 12994, + 13025 ], "loc": { "start": { - "line": 407, - "column": 30 + "line": 417, + "column": 34 }, "end": { - "line": 407, - "column": 59 + "line": 417, + "column": 65 } } }, - "arguments": [], "range": [ - 12611, - 12642 + 12984, + 13025 ], "loc": { "start": { - "line": 407, - "column": 30 + "line": 417, + "column": 24 }, "end": { - "line": 407, - "column": 61 + "line": 417, + "column": 65 + } + } + }, + "range": [ + 12984, + 13026 + ], + "loc": { + "start": { + "line": 417, + "column": 24 + }, + "end": { + "line": 417, + "column": 66 + } + } + } + ], + "range": [ + 12958, + 13048 + ], + "loc": { + "start": { + "line": 416, + "column": 42 + }, + "end": { + "line": 418, + "column": 21 + } + } + }, + "alternate": { + "type": "IfStatement", + "test": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 13078, + 13085 + ], + "loc": { + "start": { + "line": 419, + "column": 29 + }, + "end": { + "line": 419, + "column": 36 } } }, "right": { - "type": "Literal", - "value": "date", - "raw": "'date'", + "type": "Identifier", + "name": "FORMATTED_NUMBER", "range": [ - 12645, - 12651 + 13090, + 13106 ], "loc": { "start": { - "line": 407, - "column": 64 + "line": 419, + "column": 41 }, "end": { - "line": 407, - "column": 70 + "line": 419, + "column": 57 } } }, "range": [ - 12611, - 12651 + 13078, + 13106 ], "loc": { "start": { - "line": 407, - "column": 30 + "line": 419, + "column": 29 }, "end": { - "line": 407, - "column": 70 - } - } - }, - "range": [ - 12601, - 12651 - ], - "loc": { - "start": { - "line": 407, - "column": 20 - }, - "end": { - "line": 407, - "column": 70 - } - } - }, - "range": [ - 12601, - 12652 - ], - "loc": { - "start": { - "line": 407, - "column": 20 - }, - "end": { - "line": 407, - "column": 71 - } - } - } - ], - "range": [ - 12579, - 12670 - ], - "loc": { - "start": { - "line": 406, - "column": 76 - }, - "end": { - "line": 408, - "column": 17 - } - } - }, - "alternate": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "colType", - "range": [ - 12698, - 12705 - ], - "loc": { - "start": { - "line": 409, - "column": 20 - }, - "end": { - "line": 409, - "column": 27 + "line": 419, + "column": 57 } } }, "right": { - "type": "Literal", - "value": "String", - "raw": "'String'", + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 13134, + 13141 + ], + "loc": { + "start": { + "line": 420, + "column": 24 + }, + "end": { + "line": 420, + "column": 31 + } + } + }, + "right": { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 13146, + 13152 + ], + "loc": { + "start": { + "line": 420, + "column": 36 + }, + "end": { + "line": 420, + "column": 42 + } + } + }, "range": [ - 12708, - 12716 + 13134, + 13152 ], "loc": { "start": { - "line": 409, - "column": 30 + "line": 420, + "column": 24 }, "end": { - "line": 409, - "column": 38 + "line": 420, + "column": 42 } } }, "range": [ - 12698, - 12716 + 13078, + 13152 ], "loc": { "start": { - "line": 409, - "column": 20 + "line": 419, + "column": 29 }, "end": { - "line": 409, - "column": 38 + "line": 420, + "column": 42 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 13180, + 13187 + ], + "loc": { + "start": { + "line": 421, + "column": 24 + }, + "end": { + "line": 421, + "column": 31 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 13190, + 13194 + ], + "loc": { + "start": { + "line": 421, + "column": 34 + }, + "end": { + "line": 421, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "_addNumberType", + "range": [ + 13195, + 13209 + ], + "loc": { + "start": { + "line": 421, + "column": 39 + }, + "end": { + "line": 421, + "column": 53 + } + } + }, + "range": [ + 13190, + 13209 + ], + "loc": { + "start": { + "line": 421, + "column": 34 + }, + "end": { + "line": 421, + "column": 53 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "i", + "range": [ + 13210, + 13211 + ], + "loc": { + "start": { + "line": 421, + "column": 54 + }, + "end": { + "line": 421, + "column": 55 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 13213, + 13215 + ], + "loc": { + "start": { + "line": 421, + "column": 57 + }, + "end": { + "line": 421, + "column": 59 + } + } + }, + "property": { + "type": "Identifier", + "name": "decimalSeparator", + "range": [ + 13216, + 13232 + ], + "loc": { + "start": { + "line": 421, + "column": 60 + }, + "end": { + "line": 421, + "column": 76 + } + } + }, + "range": [ + 13213, + 13232 + ], + "loc": { + "start": { + "line": 421, + "column": 57 + }, + "end": { + "line": 421, + "column": 76 + } + } + } + ], + "range": [ + 13190, + 13233 + ], + "loc": { + "start": { + "line": 421, + "column": 34 + }, + "end": { + "line": 421, + "column": 77 + } + } + }, + "range": [ + 13180, + 13233 + ], + "loc": { + "start": { + "line": 421, + "column": 24 + }, + "end": { + "line": 421, + "column": 77 + } + } + }, + "range": [ + 13180, + 13234 + ], + "loc": { + "start": { + "line": 421, + "column": 24 + }, + "end": { + "line": 421, + "column": 78 + } + } + } + ], + "range": [ + 13154, + 13256 + ], + "loc": { + "start": { + "line": 420, + "column": 44 + }, + "end": { + "line": 422, + "column": 21 + } + } + }, + "alternate": { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 13286, + 13293 + ], + "loc": { + "start": { + "line": 423, + "column": 29 + }, + "end": { + "line": 423, + "column": 36 + } + } + }, + "right": { + "type": "Identifier", + "name": "NONE", + "range": [ + 13298, + 13302 + ], + "loc": { + "start": { + "line": 423, + "column": 41 + }, + "end": { + "line": 423, + "column": 45 + } + } + }, + "range": [ + 13286, + 13302 + ], + "loc": { + "start": { + "line": 423, + "column": 29 + }, + "end": { + "line": 423, + "column": 45 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 13390, + 13397 + ], + "loc": { + "start": { + "line": 425, + "column": 24 + }, + "end": { + "line": 425, + "column": 31 + } + } + }, + "right": { + "type": "Literal", + "value": "None", + "raw": "'None'", + "range": [ + 13400, + 13406 + ], + "loc": { + "start": { + "line": 425, + "column": 34 + }, + "end": { + "line": 425, + "column": 40 + } + } + }, + "range": [ + 13390, + 13406 + ], + "loc": { + "start": { + "line": 425, + "column": 24 + }, + "end": { + "line": 425, + "column": 40 + } + } + }, + "range": [ + 13390, + 13407 + ], + "loc": { + "start": { + "line": 425, + "column": 24 + }, + "end": { + "line": 425, + "column": 41 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " TODO: normalise 'none' vs 'None'", + "range": [ + 13330, + 13365 + ], + "loc": { + "start": { + "line": 424, + "column": 24 + }, + "end": { + "line": 424, + "column": 59 + } + } + } + ] + } + ], + "range": [ + 13304, + 13429 + ], + "loc": { + "start": { + "line": 423, + "column": 47 + }, + "end": { + "line": 426, + "column": 21 + } + } + }, + "alternate": null, + "range": [ + 13282, + 13429 + ], + "loc": { + "start": { + "line": 423, + "column": 25 + }, + "end": { + "line": 426, + "column": 21 } } }, "range": [ - 12698, - 12717 + 13074, + 13429 ], "loc": { "start": { - "line": 409, - "column": 20 + "line": 419, + "column": 25 }, "end": { - "line": 409, - "column": 39 + "line": 426, + "column": 21 } } - } - ], - "range": [ - 12676, - 12735 - ], - "loc": { - "start": { - "line": 408, - "column": 23 }, - "end": { - "line": 410, - "column": 17 + "range": [ + 12936, + 13429 + ], + "loc": { + "start": { + "line": 416, + "column": 20 + }, + "end": { + "line": 426, + "column": 21 + } } } - }, + ], "range": [ - 12526, - 12735 + 12861, + 13447 ], "loc": { "start": { - "line": 406, + "line": 414, "column": 23 }, "end": { - "line": 410, + "line": 427, "column": 17 } } }, "range": [ - 12385, - 12735 + 12445, + 13447 ], "loc": { "start": { - "line": 404, + "line": 406, "column": 16 }, "end": { - "line": 410, + "line": 427, "column": 17 } - }, - "leadingComments": [ - { - "type": "Line", - "value": " resolve column types", - "range": [ - 12345, - 12368 - ], - "loc": { - "start": { - "line": 403, - "column": 21 - }, - "end": { - "line": 403, - "column": 44 - } - } - } - ] + } } ], "range": [ - 12343, - 12749 + 12387, + 13461 ], "loc": { "start": { - "line": 403, + "line": 404, + "column": 30 + }, + "end": { + "line": 428, + "column": 13 + } + } + }, + "alternate": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 13485, + 13492 + ], + "loc": { + "start": { + "line": 429, + "column": 16 + }, + "end": { + "line": 429, + "column": 23 + } + } + }, + "right": { + "type": "Identifier", + "name": "STRING", + "range": [ + 13495, + 13501 + ], + "loc": { + "start": { + "line": 429, + "column": 26 + }, + "end": { + "line": 429, + "column": 32 + } + } + }, + "range": [ + 13485, + 13501 + ], + "loc": { + "start": { + "line": 429, + "column": 16 + }, + "end": { + "line": 429, + "column": 32 + } + } + }, + "range": [ + 13485, + 13502 + ], + "loc": { + "start": { + "line": 429, + "column": 16 + }, + "end": { + "line": 429, + "column": 33 + } + } + } + ], + "range": [ + 13467, + 13516 + ], + "loc": { + "start": { + "line": 428, "column": 19 }, "end": { - "line": 411, + "line": 430, "column": 13 } } }, "range": [ - 12154, - 12749 + 12369, + 13516 ], "loc": { "start": { - "line": 398, + "line": 404, "column": 12 }, "end": { - "line": 411, + "line": 430, "column": 13 } } @@ -24846,16 +26010,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 12762, - 12772 + 13529, + 13539 ], "loc": { "start": { - "line": 412, + "line": 431, "column": 12 }, "end": { - "line": 412, + "line": 431, "column": 22 } } @@ -24864,31 +26028,31 @@ "type": "Identifier", "name": "push", "range": [ - 12773, - 12777 + 13540, + 13544 ], "loc": { "start": { - "line": 412, + "line": 431, "column": 23 }, "end": { - "line": 412, + "line": 431, "column": 27 } } }, "range": [ - 12762, - 12777 + 13529, + 13544 ], "loc": { "start": { - "line": 412, + "line": 431, "column": 12 }, "end": { - "line": 412, + "line": 431, "column": 27 } } @@ -24898,78 +26062,78 @@ "type": "Identifier", "name": "colType", "range": [ - 12778, - 12785 + 13545, + 13552 ], "loc": { "start": { - "line": 412, + "line": 431, "column": 28 }, "end": { - "line": 412, + "line": 431, "column": 35 } } } ], "range": [ - 12762, - 12786 + 13529, + 13553 ], "loc": { "start": { - "line": 412, + "line": 431, "column": 12 }, "end": { - "line": 412, + "line": 431, "column": 36 } } }, "range": [ - 12762, - 12787 + 13529, + 13554 ], "loc": { "start": { - "line": 412, + "line": 431, "column": 12 }, "end": { - "line": 412, + "line": 431, "column": 37 } } } ], "range": [ - 12114, - 12797 + 12330, + 13564 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 45 }, "end": { - "line": 413, + "line": 432, "column": 9 } } }, "range": [ - 12077, - 12797 + 12293, + 13564 ], "loc": { "start": { - "line": 395, + "line": 402, "column": 8 }, "end": { - "line": 413, + "line": 432, "column": 9 } }, @@ -24978,16 +26142,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 12807, - 12842 + 13574, + 13609 ], "loc": { "start": { - "line": 415, + "line": 434, "column": 8 }, "end": { - "line": 415, + "line": 434, "column": 43 } } @@ -24996,16 +26160,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 12852, - 12871 + 13619, + 13638 ], "loc": { "start": { - "line": 417, + "line": 436, "column": 8 }, "end": { - "line": 417, + "line": 436, "column": 27 } } @@ -25022,16 +26186,16 @@ "object": { "type": "ThisExpression", "range": [ - 12880, - 12884 + 13647, + 13651 ], "loc": { "start": { - "line": 418, + "line": 437, "column": 8 }, "end": { - "line": 418, + "line": 437, "column": 12 } } @@ -25040,195 +26204,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 12885, - 12896 + 13652, + 13663 ], "loc": { "start": { - "line": 418, + "line": 437, "column": 13 }, "end": { - "line": 418, + "line": 437, "column": 24 } } }, "range": [ - 12880, - 12896 + 13647, + 13663 ], "loc": { "start": { - "line": 418, + "line": 437, "column": 8 }, "end": { - "line": 418, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "number", - "raw": "'number'", - "range": [ - 12897, - 12905 - ], - "loc": { - "start": { - "line": 418, - "column": 25 - }, - "end": { - "line": 418, - "column": 33 - } - } - }, - { - "type": "Identifier", - "name": "Number", - "range": [ - 12907, - 12913 - ], - "loc": { - "start": { - "line": 418, - "column": 35 - }, - "end": { - "line": 418, - "column": 41 - } - } - } - ], - "range": [ - 12880, - 12914 - ], - "loc": { - "start": { - "line": 418, - "column": 8 - }, - "end": { - "line": 418, - "column": 42 - } - } - }, - "range": [ - 12880, - 12915 - ], - "loc": { - "start": { - "line": 418, - "column": 8 - }, - "end": { - "line": 418, - "column": 43 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "Public TF method to add sort type", - "range": [ - 12807, - 12842 - ], - "loc": { - "start": { - "line": 415, - "column": 8 - }, - "end": { - "line": 415, - "column": 43 - } - } - }, - { - "type": "Line", - "value": "Custom sort types", - "range": [ - 12852, - 12871 - ], - "loc": { - "start": { - "line": 417, - "column": 8 - }, - "end": { - "line": 417, - "column": 27 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 12924, - 12928 - ], - "loc": { - "start": { - "line": 419, - "column": 8 - }, - "end": { - "line": 419, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 12929, - 12940 - ], - "loc": { - "start": { - "line": 419, - "column": 13 - }, - "end": { - "line": 419, - "column": 24 - } - } - }, - "range": [ - 12924, - 12940 - ], - "loc": { - "start": { - "line": 419, - "column": 8 - }, - "end": { - "line": 419, + "line": 437, "column": 24 } } @@ -25239,16 +26239,16 @@ "value": "caseinsensitivestring", "raw": "'caseinsensitivestring'", "range": [ - 12941, - 12964 + 13664, + 13687 ], "loc": { "start": { - "line": 419, + "line": 437, "column": 25 }, "end": { - "line": 419, + "line": 437, "column": 48 } } @@ -25260,16 +26260,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 12966, - 12979 + 13689, + 13702 ], "loc": { "start": { - "line": 419, + "line": 437, "column": 50 }, "end": { - "line": 419, + "line": 437, "column": 63 } } @@ -25278,65 +26278,103 @@ "type": "Identifier", "name": "toUpperCase", "range": [ - 12980, - 12991 + 13703, + 13714 ], "loc": { "start": { - "line": 419, + "line": 437, "column": 64 }, "end": { - "line": 419, + "line": 437, "column": 75 } } }, "range": [ - 12966, - 12991 + 13689, + 13714 ], "loc": { "start": { - "line": 419, + "line": 437, "column": 50 }, "end": { - "line": 419, + "line": 437, "column": 75 } } } ], "range": [ - 12924, - 12992 + 13647, + 13715 ], "loc": { "start": { - "line": 419, + "line": 437, "column": 8 }, "end": { - "line": 419, + "line": 437, "column": 76 } } }, "range": [ - 12924, - 12993 + 13647, + 13716 ], "loc": { "start": { - "line": 419, + "line": 437, "column": 8 }, "end": { - "line": 419, + "line": 437, "column": 77 } - } + }, + "leadingComments": [ + { + "type": "Line", + "value": "Public TF method to add sort type", + "range": [ + 13574, + 13609 + ], + "loc": { + "start": { + "line": 434, + "column": 8 + }, + "end": { + "line": 434, + "column": 43 + } + } + }, + { + "type": "Line", + "value": "Custom sort types", + "range": [ + 13619, + 13638 + ], + "loc": { + "start": { + "line": 436, + "column": 8 + }, + "end": { + "line": 436, + "column": 27 + } + } + } + ] }, { "type": "ExpressionStatement", @@ -25348,16 +26386,16 @@ "object": { "type": "ThisExpression", "range": [ - 13002, - 13006 + 13725, + 13729 ], "loc": { "start": { - "line": 420, + "line": 438, "column": 8 }, "end": { - "line": 420, + "line": 438, "column": 12 } } @@ -25366,137 +26404,82 @@ "type": "Identifier", "name": "addSortType", "range": [ - 13007, - 13018 + 13730, + 13741 ], "loc": { "start": { - "line": 420, + "line": 438, "column": 13 }, "end": { - "line": 420, + "line": 438, "column": 24 } } }, "range": [ - 13002, - 13018 + 13725, + 13741 ], "loc": { "start": { - "line": 420, + "line": 438, "column": 8 }, "end": { - "line": 420, + "line": 438, "column": 24 } } }, "arguments": [ { - "type": "Literal", - "value": "date", - "raw": "'date'", + "type": "Identifier", + "name": "STRING", "range": [ - 13019, - 13025 + 13742, + 13748 ], "loc": { "start": { - "line": 420, + "line": 438, "column": 25 }, "end": { - "line": 420, + "line": 438, "column": 31 } } - }, - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "SortableTable", - "range": [ - 13027, - 13040 - ], - "loc": { - "start": { - "line": 420, - "column": 33 - }, - "end": { - "line": 420, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "toDate", - "range": [ - 13041, - 13047 - ], - "loc": { - "start": { - "line": 420, - "column": 47 - }, - "end": { - "line": 420, - "column": 53 - } - } - }, - "range": [ - 13027, - 13047 - ], - "loc": { - "start": { - "line": 420, - "column": 33 - }, - "end": { - "line": 420, - "column": 53 - } - } } ], "range": [ - 13002, - 13048 + 13725, + 13749 ], "loc": { "start": { - "line": 420, + "line": 438, "column": 8 }, "end": { - "line": 420, - "column": 54 + "line": 438, + "column": 32 } } }, "range": [ - 13002, - 13049 + 13725, + 13750 ], "loc": { "start": { - "line": 420, + "line": 438, "column": 8 }, "end": { - "line": 420, - "column": 55 + "line": 438, + "column": 33 } } }, @@ -25510,16 +26493,16 @@ "object": { "type": "ThisExpression", "range": [ - 13058, - 13062 + 13759, + 13763 ], "loc": { "start": { - "line": 421, + "line": 439, "column": 8 }, "end": { - "line": 421, + "line": 439, "column": 12 } } @@ -25528,916 +26511,51 @@ "type": "Identifier", "name": "addSortType", "range": [ - 13063, - 13074 + 13764, + 13775 ], "loc": { "start": { - "line": 421, + "line": 439, "column": 13 }, "end": { - "line": 421, + "line": 439, "column": 24 } } }, "range": [ - 13058, - 13074 + 13759, + 13775 ], "loc": { "start": { - "line": 421, + "line": 439, "column": 8 }, "end": { - "line": 421, + "line": 439, "column": 24 } } }, "arguments": [ { - "type": "Literal", - "value": "string", - "raw": "'string'", + "type": "Identifier", + "name": "IP_ADDRESS", "range": [ - 13075, - 13083 + 13776, + 13786 ], "loc": { "start": { - "line": 421, + "line": 439, "column": 25 }, "end": { - "line": 421, - "column": 33 - } - } - } - ], - "range": [ - 13058, - 13084 - ], - "loc": { - "start": { - "line": 421, - "column": 8 - }, - "end": { - "line": 421, - "column": 34 - } - } - }, - "range": [ - 13058, - 13085 - ], - "loc": { - "start": { - "line": 421, - "column": 8 - }, - "end": { - "line": 421, - "column": 35 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13094, - 13098 - ], - "loc": { - "start": { - "line": 422, - "column": 8 - }, - "end": { - "line": 422, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13099, - 13110 - ], - "loc": { - "start": { - "line": 422, - "column": 13 - }, - "end": { - "line": 422, - "column": 24 - } - } - }, - "range": [ - 13094, - 13110 - ], - "loc": { - "start": { - "line": 422, - "column": 8 - }, - "end": { - "line": 422, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "us", - "raw": "'us'", - "range": [ - 13111, - 13115 - ], - "loc": { - "start": { - "line": 422, - "column": 25 - }, - "end": { - "line": 422, - "column": 29 - } - } - }, - { - "type": "Identifier", - "name": "usNumberConverter", - "range": [ - 13117, - 13134 - ], - "loc": { - "start": { - "line": 422, - "column": 31 - }, - "end": { - "line": 422, - "column": 48 - } - } - } - ], - "range": [ - 13094, - 13135 - ], - "loc": { - "start": { - "line": 422, - "column": 8 - }, - "end": { - "line": 422, - "column": 49 - } - } - }, - "range": [ - 13094, - 13136 - ], - "loc": { - "start": { - "line": 422, - "column": 8 - }, - "end": { - "line": 422, - "column": 50 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13145, - 13149 - ], - "loc": { - "start": { - "line": 423, - "column": 8 - }, - "end": { - "line": 423, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13150, - 13161 - ], - "loc": { - "start": { - "line": 423, - "column": 13 - }, - "end": { - "line": 423, - "column": 24 - } - } - }, - "range": [ - 13145, - 13161 - ], - "loc": { - "start": { - "line": 423, - "column": 8 - }, - "end": { - "line": 423, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "eu", - "raw": "'eu'", - "range": [ - 13162, - 13166 - ], - "loc": { - "start": { - "line": 423, - "column": 25 - }, - "end": { - "line": 423, - "column": 29 - } - } - }, - { - "type": "Identifier", - "name": "euNumberConverter", - "range": [ - 13168, - 13185 - ], - "loc": { - "start": { - "line": 423, - "column": 31 - }, - "end": { - "line": 423, - "column": 48 - } - } - } - ], - "range": [ - 13145, - 13186 - ], - "loc": { - "start": { - "line": 423, - "column": 8 - }, - "end": { - "line": 423, - "column": 49 - } - } - }, - "range": [ - 13145, - 13187 - ], - "loc": { - "start": { - "line": 423, - "column": 8 - }, - "end": { - "line": 423, - "column": 50 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13196, - 13200 - ], - "loc": { - "start": { - "line": 424, - "column": 8 - }, - "end": { - "line": 424, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13201, - 13212 - ], - "loc": { - "start": { - "line": 424, - "column": 13 - }, - "end": { - "line": 424, - "column": 24 - } - } - }, - "range": [ - 13196, - 13212 - ], - "loc": { - "start": { - "line": 424, - "column": 8 - }, - "end": { - "line": 424, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "dmydate", - "raw": "'dmydate'", - "range": [ - 13213, - 13222 - ], - "loc": { - "start": { - "line": 424, - "column": 25 - }, - "end": { - "line": 424, - "column": 34 - } - } - }, - { - "type": "Identifier", - "name": "dmyDateConverter", - "range": [ - 13224, - 13240 - ], - "loc": { - "start": { - "line": 424, - "column": 36 - }, - "end": { - "line": 424, - "column": 52 - } - } - } - ], - "range": [ - 13196, - 13241 - ], - "loc": { - "start": { - "line": 424, - "column": 8 - }, - "end": { - "line": 424, - "column": 53 - } - } - }, - "range": [ - 13196, - 13242 - ], - "loc": { - "start": { - "line": 424, - "column": 8 - }, - "end": { - "line": 424, - "column": 54 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13251, - 13255 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13256, - 13267 - ], - "loc": { - "start": { - "line": 425, - "column": 13 - }, - "end": { - "line": 425, - "column": 24 - } - } - }, - "range": [ - 13251, - 13267 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "ymddate", - "raw": "'ymddate'", - "range": [ - 13268, - 13277 - ], - "loc": { - "start": { - "line": 425, - "column": 25 - }, - "end": { - "line": 425, - "column": 34 - } - } - }, - { - "type": "Identifier", - "name": "ymdDateConverter", - "range": [ - 13279, - 13295 - ], - "loc": { - "start": { - "line": 425, - "column": 36 - }, - "end": { - "line": 425, - "column": 52 - } - } - } - ], - "range": [ - 13251, - 13296 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 53 - } - } - }, - "range": [ - 13251, - 13297 - ], - "loc": { - "start": { - "line": 425, - "column": 8 - }, - "end": { - "line": 425, - "column": 54 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13306, - 13310 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13311, - 13322 - ], - "loc": { - "start": { - "line": 426, - "column": 13 - }, - "end": { - "line": 426, - "column": 24 - } - } - }, - "range": [ - 13306, - 13322 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "mdydate", - "raw": "'mdydate'", - "range": [ - 13323, - 13332 - ], - "loc": { - "start": { - "line": 426, - "column": 25 - }, - "end": { - "line": 426, - "column": 34 - } - } - }, - { - "type": "Identifier", - "name": "mdyDateConverter", - "range": [ - 13334, - 13350 - ], - "loc": { - "start": { - "line": 426, - "column": 36 - }, - "end": { - "line": 426, - "column": 52 - } - } - } - ], - "range": [ - 13306, - 13351 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 53 - } - } - }, - "range": [ - 13306, - 13352 - ], - "loc": { - "start": { - "line": 426, - "column": 8 - }, - "end": { - "line": 426, - "column": 54 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13361, - 13365 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13366, - 13377 - ], - "loc": { - "start": { - "line": 427, - "column": 13 - }, - "end": { - "line": 427, - "column": 24 - } - } - }, - "range": [ - 13361, - 13377 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "ddmmmyyyydate", - "raw": "'ddmmmyyyydate'", - "range": [ - 13378, - 13393 - ], - "loc": { - "start": { - "line": 427, - "column": 25 - }, - "end": { - "line": 427, - "column": 40 - } - } - }, - { - "type": "Identifier", - "name": "ddmmmyyyyDateConverter", - "range": [ - 13395, - 13417 - ], - "loc": { - "start": { - "line": 427, - "column": 42 - }, - "end": { - "line": 427, - "column": 64 - } - } - } - ], - "range": [ - 13361, - 13418 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 65 - } - } - }, - "range": [ - 13361, - 13419 - ], - "loc": { - "start": { - "line": 427, - "column": 8 - }, - "end": { - "line": 427, - "column": 66 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13428, - 13432 - ], - "loc": { - "start": { - "line": 428, - "column": 8 - }, - "end": { - "line": 428, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "addSortType", - "range": [ - 13433, - 13444 - ], - "loc": { - "start": { - "line": 428, - "column": 13 - }, - "end": { - "line": 428, - "column": 24 - } - } - }, - "range": [ - 13428, - 13444 - ], - "loc": { - "start": { - "line": 428, - "column": 8 - }, - "end": { - "line": 428, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "ipaddress", - "raw": "'ipaddress'", - "range": [ - 13445, - 13456 - ], - "loc": { - "start": { - "line": 428, - "column": 25 - }, - "end": { - "line": 428, - "column": 36 + "line": 439, + "column": 35 } } }, @@ -26445,17 +26563,17 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13458, - 13467 + 13788, + 13797 ], "loc": { "start": { - "line": 428, - "column": 38 + "line": 439, + "column": 37 }, "end": { - "line": 428, - "column": 47 + "line": 439, + "column": 46 } } }, @@ -26463,48 +26581,48 @@ "type": "Identifier", "name": "sortIP", "range": [ - 13469, - 13475 + 13799, + 13805 ], "loc": { "start": { - "line": 428, - "column": 49 + "line": 439, + "column": 48 }, "end": { - "line": 428, - "column": 55 + "line": 439, + "column": 54 } } } ], "range": [ - 13428, - 13476 + 13759, + 13806 ], "loc": { "start": { - "line": 428, + "line": 439, "column": 8 }, "end": { - "line": 428, - "column": 56 + "line": 439, + "column": 55 } } }, "range": [ - 13428, - 13477 + 13759, + 13807 ], "loc": { "start": { - "line": 428, + "line": 439, "column": 8 }, "end": { - "line": 428, - "column": 57 + "line": 439, + "column": 56 } } }, @@ -26519,16 +26637,16 @@ "object": { "type": "ThisExpression", "range": [ - 13487, - 13491 + 13817, + 13821 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 8 }, "end": { - "line": 430, + "line": 441, "column": 12 } } @@ -26537,31 +26655,31 @@ "type": "Identifier", "name": "stt", "range": [ - 13492, - 13495 + 13822, + 13825 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 13 }, "end": { - "line": 430, + "line": 441, "column": 16 } } }, "range": [ - 13487, - 13495 + 13817, + 13825 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 8 }, "end": { - "line": 430, + "line": 441, "column": 16 } } @@ -26572,16 +26690,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 13502, - 13515 + 13832, + 13845 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 23 }, "end": { - "line": 430, + "line": 441, "column": 36 } } @@ -26594,16 +26712,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13516, - 13518 + 13846, + 13848 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 37 }, "end": { - "line": 430, + "line": 441, "column": 39 } } @@ -26612,31 +26730,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 13519, - 13522 + 13849, + 13852 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 40 }, "end": { - "line": 430, + "line": 441, "column": 43 } } }, "range": [ - 13516, - 13522 + 13846, + 13852 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 37 }, "end": { - "line": 430, + "line": 441, "column": 43 } } @@ -26645,62 +26763,62 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 13524, - 13534 + 13854, + 13864 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 45 }, "end": { - "line": 430, + "line": 441, "column": 55 } } } ], "range": [ - 13498, - 13535 + 13828, + 13865 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 19 }, "end": { - "line": 430, + "line": 441, "column": 56 } } }, "range": [ - 13487, - 13535 + 13817, + 13865 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 8 }, "end": { - "line": 430, + "line": 441, "column": 56 } } }, "range": [ - 13487, - 13536 + 13817, + 13866 ], "loc": { "start": { - "line": 430, + "line": 441, "column": 8 }, "end": { - "line": 430, + "line": 441, "column": 57 } }, @@ -26709,16 +26827,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 13546, - 13586 + 13876, + 13916 ], "loc": { "start": { - "line": 432, + "line": 443, "column": 8 }, "end": { - "line": 432, + "line": 443, "column": 48 } } @@ -26736,16 +26854,16 @@ "object": { "type": "ThisExpression", "range": [ - 13599, - 13603 + 13929, + 13933 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 12 }, "end": { - "line": 433, + "line": 444, "column": 16 } } @@ -26754,31 +26872,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 13604, - 13613 + 13934, + 13943 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 17 }, "end": { - "line": 433, + "line": 444, "column": 26 } } }, "range": [ - 13599, - 13613 + 13929, + 13943 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 12 }, "end": { - "line": 433, + "line": 444, "column": 26 } } @@ -26795,16 +26913,16 @@ "object": { "type": "ThisExpression", "range": [ - 13617, - 13621 + 13947, + 13951 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 30 }, "end": { - "line": 433, + "line": 444, "column": 34 } } @@ -26813,31 +26931,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 13622, - 13632 + 13952, + 13962 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 35 }, "end": { - "line": 433, + "line": 444, "column": 45 } } }, "range": [ - 13617, - 13632 + 13947, + 13962 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 30 }, "end": { - "line": 433, + "line": 444, "column": 45 } } @@ -26846,31 +26964,31 @@ "type": "Identifier", "name": "length", "range": [ - 13633, - 13639 + 13963, + 13969 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 46 }, "end": { - "line": 433, + "line": 444, "column": 52 } } }, "range": [ - 13617, - 13639 + 13947, + 13969 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 30 }, "end": { - "line": 433, + "line": 444, "column": 52 } } @@ -26880,46 +26998,46 @@ "value": 0, "raw": "0", "range": [ - 13642, - 13643 + 13972, + 13973 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 55 }, "end": { - "line": 433, + "line": 444, "column": 56 } } }, "range": [ - 13617, - 13643 + 13947, + 13973 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 30 }, "end": { - "line": 433, + "line": 444, "column": 56 } } }, "range": [ - 13599, - 13643 + 13929, + 13973 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 12 }, "end": { - "line": 433, + "line": 444, "column": 56 } } @@ -26936,16 +27054,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 13663, - 13671 + 13993, + 14001 ], "loc": { "start": { - "line": 434, + "line": 445, "column": 16 }, "end": { - "line": 434, + "line": 445, "column": 24 } } @@ -26956,16 +27074,16 @@ "object": { "type": "ThisExpression", "range": [ - 13674, - 13678 + 14004, + 14008 ], "loc": { "start": { - "line": 434, + "line": 445, "column": 27 }, "end": { - "line": 434, + "line": 445, "column": 31 } } @@ -26974,46 +27092,46 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 13679, - 13689 + 14009, + 14019 ], "loc": { "start": { - "line": 434, + "line": 445, "column": 32 }, "end": { - "line": 434, + "line": 445, "column": 42 } } }, "range": [ - 13674, - 13689 + 14004, + 14019 ], "loc": { "start": { - "line": 434, + "line": 445, "column": 27 }, "end": { - "line": 434, + "line": 445, "column": 42 } } }, "range": [ - 13663, - 13689 + 13993, + 14019 ], "loc": { "start": { - "line": 434, + "line": 445, "column": 16 }, "end": { - "line": 434, + "line": 445, "column": 42 } } @@ -27021,16 +27139,16 @@ ], "kind": "let", "range": [ - 13659, - 13690 + 13989, + 14020 ], "loc": { "start": { - "line": 434, + "line": 445, "column": 12 }, "end": { - "line": 434, + "line": 445, "column": 43 } } @@ -27046,16 +27164,16 @@ "type": "Identifier", "name": "j", "range": [ - 13712, - 13713 + 14042, + 14043 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 21 }, "end": { - "line": 435, + "line": 446, "column": 22 } } @@ -27065,31 +27183,31 @@ "value": 0, "raw": "0", "range": [ - 13716, - 13717 + 14046, + 14047 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 25 }, "end": { - "line": 435, + "line": 446, "column": 26 } } }, "range": [ - 13712, - 13717 + 14042, + 14047 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 21 }, "end": { - "line": 435, + "line": 446, "column": 26 } } @@ -27097,16 +27215,16 @@ ], "kind": "let", "range": [ - 13708, - 13717 + 14038, + 14047 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 17 }, "end": { - "line": 435, + "line": 446, "column": 26 } } @@ -27118,16 +27236,16 @@ "type": "Identifier", "name": "j", "range": [ - 13719, - 13720 + 14049, + 14050 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 28 }, "end": { - "line": 435, + "line": 446, "column": 29 } } @@ -27139,16 +27257,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 13723, - 13731 + 14053, + 14061 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 32 }, "end": { - "line": 435, + "line": 446, "column": 40 } } @@ -27157,46 +27275,46 @@ "type": "Identifier", "name": "length", "range": [ - 13732, - 13738 + 14062, + 14068 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 41 }, "end": { - "line": 435, + "line": 446, "column": 47 } } }, "range": [ - 13723, - 13738 + 14053, + 14068 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 32 }, "end": { - "line": 435, + "line": 446, "column": 47 } } }, "range": [ - 13719, - 13738 + 14049, + 14068 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 28 }, "end": { - "line": 435, + "line": 446, "column": 47 } } @@ -27208,32 +27326,32 @@ "type": "Identifier", "name": "j", "range": [ - 13740, - 13741 + 14070, + 14071 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 49 }, "end": { - "line": 435, + "line": 446, "column": 50 } } }, "prefix": false, "range": [ - 13740, - 13743 + 14070, + 14073 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 49 }, "end": { - "line": 435, + "line": 446, "column": 52 } } @@ -27253,16 +27371,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 13767, - 13775 + 14097, + 14105 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 20 }, "end": { - "line": 436, + "line": 447, "column": 28 } } @@ -27271,31 +27389,31 @@ "type": "Identifier", "name": "j", "range": [ - 13776, - 13777 + 14106, + 14107 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 29 }, "end": { - "line": 436, + "line": 447, "column": 30 } } }, "range": [ - 13767, - 13778 + 14097, + 14108 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 20 }, "end": { - "line": 436, + "line": 447, "column": 31 } } @@ -27305,31 +27423,31 @@ "value": null, "raw": "null", "range": [ - 13783, - 13787 + 14113, + 14117 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 36 }, "end": { - "line": 436, + "line": 447, "column": 40 } } }, "range": [ - 13767, - 13787 + 14097, + 14117 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 20 }, "end": { - "line": 436, + "line": 447, "column": 40 } } @@ -27341,48 +27459,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 13811, - 13820 + 14141, + 14150 ], "loc": { "start": { - "line": 437, + "line": 448, "column": 20 }, "end": { - "line": 437, + "line": 448, "column": 29 } } } ], "range": [ - 13789, - 13838 + 14119, + 14168 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 42 }, "end": { - "line": 438, + "line": 449, "column": 17 } } }, "alternate": null, "range": [ - 13763, - 13838 + 14093, + 14168 ], "loc": { "start": { - "line": 436, + "line": 447, "column": 16 }, "end": { - "line": 438, + "line": 449, "column": 17 } } @@ -27396,16 +27514,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 13859, - 13866 + 14189, + 14196 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 20 }, "end": { - "line": 439, + "line": 450, "column": 27 } } @@ -27416,16 +27534,16 @@ "type": "Identifier", "name": "elm", "range": [ - 13869, - 13872 + 14199, + 14202 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 30 }, "end": { - "line": 439, + "line": 450, "column": 33 } } @@ -27438,16 +27556,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 13873, - 13881 + 14203, + 14211 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 34 }, "end": { - "line": 439, + "line": 450, "column": 42 } } @@ -27456,62 +27574,62 @@ "type": "Identifier", "name": "j", "range": [ - 13882, - 13883 + 14212, + 14213 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 43 }, "end": { - "line": 439, + "line": 450, "column": 44 } } }, "range": [ - 13873, - 13884 + 14203, + 14214 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 34 }, "end": { - "line": 439, + "line": 450, "column": 45 } } } ], "range": [ - 13869, - 13885 + 14199, + 14215 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 30 }, "end": { - "line": 439, + "line": 450, "column": 46 } } }, "range": [ - 13859, - 13885 + 14189, + 14215 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 20 }, "end": { - "line": 439, + "line": 450, "column": 46 } } @@ -27519,16 +27637,16 @@ ], "kind": "let", "range": [ - 13855, - 13886 + 14185, + 14216 ], "loc": { "start": { - "line": 439, + "line": 450, "column": 16 }, "end": { - "line": 439, + "line": 450, "column": 47 } } @@ -27539,16 +27657,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 13907, - 13914 + 14237, + 14244 ], "loc": { "start": { - "line": 440, + "line": 451, "column": 20 }, "end": { - "line": 440, + "line": 451, "column": 27 } } @@ -27571,16 +27689,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 13938, - 13945 + 14268, + 14275 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 20 }, "end": { - "line": 441, + "line": 452, "column": 27 } } @@ -27589,31 +27707,31 @@ "type": "Identifier", "name": "style", "range": [ - 13946, - 13951 + 14276, + 14281 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 28 }, "end": { - "line": 441, + "line": 452, "column": 33 } } }, "range": [ - 13938, - 13951 + 14268, + 14281 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 20 }, "end": { - "line": 441, + "line": 452, "column": 33 } } @@ -27622,31 +27740,31 @@ "type": "Identifier", "name": "cursor", "range": [ - 13952, - 13958 + 14282, + 14288 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 34 }, "end": { - "line": 441, + "line": 452, "column": 40 } } }, "range": [ - 13938, - 13958 + 14268, + 14288 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 20 }, "end": { - "line": 441, + "line": 452, "column": 40 } } @@ -27656,46 +27774,46 @@ "value": "pointer", "raw": "'pointer'", "range": [ - 13961, - 13970 + 14291, + 14300 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 43 }, "end": { - "line": 441, + "line": 452, "column": 52 } } }, "range": [ - 13938, - 13970 + 14268, + 14300 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 20 }, "end": { - "line": 441, + "line": 452, "column": 52 } } }, "range": [ - 13938, - 13971 + 14268, + 14301 ], "loc": { "start": { - "line": 441, + "line": 452, "column": 20 }, "end": { - "line": 441, + "line": 452, "column": 53 } } @@ -27708,16 +27826,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 13993, - 13999 + 14323, + 14329 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 20 }, "end": { - "line": 443, + "line": 454, "column": 26 } } @@ -27727,16 +27845,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 14000, - 14007 + 14330, + 14337 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 27 }, "end": { - "line": 443, + "line": 454, "column": 34 } } @@ -27746,16 +27864,16 @@ "value": "click", "raw": "'click'", "range": [ - 14009, - 14016 + 14339, + 14346 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 36 }, "end": { - "line": 443, + "line": 454, "column": 43 } } @@ -27768,16 +27886,16 @@ "type": "Identifier", "name": "evt", "range": [ - 14019, - 14022 + 14349, + 14352 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 46 }, "end": { - "line": 443, + "line": 454, "column": 49 } } @@ -27795,16 +27913,16 @@ "type": "Identifier", "name": "elm", "range": [ - 14057, - 14060 + 14387, + 14390 ], "loc": { "start": { - "line": 444, + "line": 455, "column": 28 }, "end": { - "line": 444, + "line": 455, "column": 31 } } @@ -27816,16 +27934,16 @@ "type": "Identifier", "name": "evt", "range": [ - 14063, - 14066 + 14393, + 14396 ], "loc": { "start": { - "line": 444, + "line": 455, "column": 34 }, "end": { - "line": 444, + "line": 455, "column": 37 } } @@ -27834,46 +27952,46 @@ "type": "Identifier", "name": "target", "range": [ - 14067, - 14073 + 14397, + 14403 ], "loc": { "start": { - "line": 444, + "line": 455, "column": 38 }, "end": { - "line": 444, + "line": 455, "column": 44 } } }, "range": [ - 14063, - 14073 + 14393, + 14403 ], "loc": { "start": { - "line": 444, + "line": 455, "column": 34 }, "end": { - "line": 444, + "line": 455, "column": 44 } } }, "range": [ - 14057, - 14073 + 14387, + 14403 ], "loc": { "start": { - "line": 444, + "line": 455, "column": 28 }, "end": { - "line": 444, + "line": 455, "column": 44 } } @@ -27881,16 +27999,16 @@ ], "kind": "let", "range": [ - 14053, - 14074 + 14383, + 14404 ], "loc": { "start": { - "line": 444, + "line": 455, "column": 24 }, "end": { - "line": 444, + "line": 455, "column": 45 } } @@ -27909,16 +28027,16 @@ "object": { "type": "ThisExpression", "range": [ - 14104, - 14108 + 14434, + 14438 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 29 }, "end": { - "line": 445, + "line": 456, "column": 33 } } @@ -27927,31 +28045,31 @@ "type": "Identifier", "name": "tf", "range": [ - 14109, - 14111 + 14439, + 14441 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 34 }, "end": { - "line": 445, + "line": 456, "column": 36 } } }, "range": [ - 14104, - 14111 + 14434, + 14441 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 29 }, "end": { - "line": 445, + "line": 456, "column": 36 } } @@ -27960,47 +28078,47 @@ "type": "Identifier", "name": "sort", "range": [ - 14112, - 14116 + 14442, + 14446 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 37 }, "end": { - "line": 445, + "line": 456, "column": 41 } } }, "range": [ - 14104, - 14116 + 14434, + 14446 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 29 }, "end": { - "line": 445, + "line": 456, "column": 41 } } }, "prefix": true, "range": [ - 14103, - 14116 + 14433, + 14446 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 28 }, "end": { - "line": 445, + "line": 456, "column": 41 } } @@ -28012,48 +28130,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 14148, - 14155 + 14478, + 14485 ], "loc": { "start": { - "line": 446, + "line": 457, "column": 28 }, "end": { - "line": 446, + "line": 457, "column": 35 } } } ], "range": [ - 14118, - 14181 + 14448, + 14511 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 43 }, "end": { - "line": 447, + "line": 458, "column": 25 } } }, "alternate": null, "range": [ - 14099, - 14181 + 14429, + 14511 ], "loc": { "start": { - "line": 445, + "line": 456, "column": 24 }, "end": { - "line": 447, + "line": 458, "column": 25 } } @@ -28071,16 +28189,16 @@ "object": { "type": "ThisExpression", "range": [ - 14206, - 14210 + 14536, + 14540 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 24 }, "end": { - "line": 448, + "line": 459, "column": 28 } } @@ -28089,31 +28207,31 @@ "type": "Identifier", "name": "stt", "range": [ - 14211, - 14214 + 14541, + 14544 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 29 }, "end": { - "line": 448, + "line": 459, "column": 32 } } }, "range": [ - 14206, - 14214 + 14536, + 14544 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 24 }, "end": { - "line": 448, + "line": 459, "column": 32 } } @@ -28122,31 +28240,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 14215, - 14224 + 14545, + 14554 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 33 }, "end": { - "line": 448, + "line": 459, "column": 42 } } }, "range": [ - 14206, - 14224 + 14536, + 14554 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 24 }, "end": { - "line": 448, + "line": 459, "column": 42 } } @@ -28161,16 +28279,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 14225, - 14233 + 14555, + 14563 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 43 }, "end": { - "line": 448, + "line": 459, "column": 51 } } @@ -28179,31 +28297,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 14234, - 14241 + 14564, + 14571 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 52 }, "end": { - "line": 448, + "line": 459, "column": 59 } } }, "range": [ - 14225, - 14241 + 14555, + 14571 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 43 }, "end": { - "line": 448, + "line": 459, "column": 59 } } @@ -28216,16 +28334,16 @@ "type": "Identifier", "name": "elm", "range": [ - 14242, - 14245 + 14572, + 14575 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 60 }, "end": { - "line": 448, + "line": 459, "column": 63 } } @@ -28234,94 +28352,94 @@ "type": "Identifier", "name": "id", "range": [ - 14246, - 14248 + 14576, + 14578 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 64 }, "end": { - "line": 448, + "line": 459, "column": 66 } } }, "range": [ - 14242, - 14248 + 14572, + 14578 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 60 }, "end": { - "line": 448, + "line": 459, "column": 66 } } } ], "range": [ - 14225, - 14249 + 14555, + 14579 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 43 }, "end": { - "line": 448, + "line": 459, "column": 67 } } } ], "range": [ - 14206, - 14250 + 14536, + 14580 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 24 }, "end": { - "line": 448, + "line": 459, "column": 68 } } }, "range": [ - 14206, - 14251 + 14536, + 14581 ], "loc": { "start": { - "line": 448, + "line": 459, "column": 24 }, "end": { - "line": 448, + "line": 459, "column": 69 } } } ], "range": [ - 14027, - 14273 + 14357, + 14603 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 54 }, "end": { - "line": 449, + "line": 460, "column": 21 } } @@ -28329,47 +28447,47 @@ "generator": false, "expression": false, "range": [ - 14018, - 14273 + 14348, + 14603 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 45 }, "end": { - "line": 449, + "line": 460, "column": 21 } } } ], "range": [ - 13993, - 14274 + 14323, + 14604 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 20 }, "end": { - "line": 449, + "line": 460, "column": 22 } } }, "range": [ - 13993, - 14275 + 14323, + 14605 ], "loc": { "start": { - "line": 443, + "line": 454, "column": 20 }, "end": { - "line": 449, + "line": 460, "column": 23 } } @@ -28385,16 +28503,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 14296, - 14303 + 14626, + 14633 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 20 }, "end": { - "line": 450, + "line": 461, "column": 27 } } @@ -28403,31 +28521,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14304, - 14316 + 14634, + 14646 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 28 }, "end": { - "line": 450, + "line": 461, "column": 40 } } }, "range": [ - 14296, - 14316 + 14626, + 14646 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 20 }, "end": { - "line": 450, + "line": 461, "column": 40 } } @@ -28438,16 +28556,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 14317, - 14328 + 14647, + 14658 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 41 }, "end": { - "line": 450, + "line": 461, "column": 52 } } @@ -28459,16 +28577,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 14330, - 14340 + 14660, + 14670 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 54 }, "end": { - "line": 450, + "line": 461, "column": 64 } } @@ -28477,157 +28595,157 @@ "type": "Identifier", "name": "j", "range": [ - 14341, - 14342 + 14671, + 14672 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 65 }, "end": { - "line": 450, + "line": 461, "column": 66 } } }, "range": [ - 14330, - 14343 + 14660, + 14673 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 54 }, "end": { - "line": 450, + "line": 461, "column": 67 } } } ], "range": [ - 14296, - 14344 + 14626, + 14674 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 20 }, "end": { - "line": 450, + "line": 461, "column": 68 } } }, "range": [ - 14296, - 14345 + 14626, + 14675 ], "loc": { "start": { - "line": 450, + "line": 461, "column": 20 }, "end": { - "line": 450, + "line": 461, "column": 69 } } } ], "range": [ - 13916, - 14363 + 14246, + 14693 ], "loc": { "start": { - "line": 440, + "line": 451, "column": 29 }, "end": { - "line": 451, + "line": 462, "column": 17 } } }, "alternate": null, "range": [ - 13903, - 14363 + 14233, + 14693 ], "loc": { "start": { - "line": 440, + "line": 451, "column": 16 }, "end": { - "line": 451, + "line": 462, "column": 17 } } } ], "range": [ - 13745, - 14377 + 14075, + 14707 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 54 }, "end": { - "line": 452, + "line": 463, "column": 13 } } }, "range": [ - 13703, - 14377 + 14033, + 14707 ], "loc": { "start": { - "line": 435, + "line": 446, "column": 12 }, "end": { - "line": 452, + "line": 463, "column": 13 } } } ], "range": [ - 13645, - 14387 + 13975, + 14717 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 58 }, "end": { - "line": 453, + "line": 464, "column": 9 } } }, "alternate": null, "range": [ - 13595, - 14387 + 13925, + 14717 ], "loc": { "start": { - "line": 433, + "line": 444, "column": 8 }, "end": { - "line": 453, + "line": 464, "column": 9 } }, @@ -28636,16 +28754,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 13546, - 13586 + 13876, + 13916 ], "loc": { "start": { - "line": 432, + "line": 443, "column": 8 }, "end": { - "line": 432, + "line": 443, "column": 48 } } @@ -28654,16 +28772,16 @@ } ], "range": [ - 11971, - 14393 + 12187, + 14723 ], "loc": { "start": { - "line": 390, + "line": 397, "column": 19 }, "end": { - "line": 454, + "line": 465, "column": 5 } } @@ -28671,16 +28789,16 @@ "generator": false, "expression": false, "range": [ - 11968, - 14393 + 12184, + 14723 ], "loc": { "start": { - "line": 390, + "line": 397, "column": 16 }, "end": { - "line": 454, + "line": 465, "column": 5 } } @@ -28688,16 +28806,16 @@ "kind": "method", "computed": false, "range": [ - 11956, - 14393 + 12172, + 14723 ], "loc": { "start": { - "line": 390, + "line": 397, "column": 4 }, "end": { - "line": 454, + "line": 465, "column": 5 } }, @@ -28706,36 +28824,1859 @@ "type": "Block", "value": "*\n * Sets the sort types on a column basis\n * @private\n ", "range": [ - 11879, - 11951 + 12095, + 12167 ], "loc": { "start": { - "line": 386, + "line": 393, "column": 4 }, "end": { - "line": 389, + "line": 396, "column": 7 } } } ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "_addDateType", + "range": [ + 14729, + 14741 + ], + "loc": { + "start": { + "line": 467, + "column": 4 + }, + "end": { + "line": 467, + "column": 16 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 14742, + 14750 + ], + "loc": { + "start": { + "line": 467, + "column": 17 + }, + "end": { + "line": 467, + "column": 25 + } + } + }, + { + "type": "Identifier", + "name": "types", + "range": [ + 14752, + 14757 + ], + "loc": { + "start": { + "line": 467, + "column": 27 + }, + "end": { + "line": 467, + "column": 32 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "tf", + "range": [ + 14773, + 14775 + ], + "loc": { + "start": { + "line": 468, + "column": 12 + }, + "end": { + "line": 468, + "column": 14 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 14778, + 14782 + ], + "loc": { + "start": { + "line": 468, + "column": 17 + }, + "end": { + "line": 468, + "column": 21 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 14783, + 14785 + ], + "loc": { + "start": { + "line": 468, + "column": 22 + }, + "end": { + "line": 468, + "column": 24 + } + } + }, + "range": [ + 14778, + 14785 + ], + "loc": { + "start": { + "line": 468, + "column": 17 + }, + "end": { + "line": 468, + "column": 24 + } + } + }, + "range": [ + 14773, + 14785 + ], + "loc": { + "start": { + "line": 468, + "column": 12 + }, + "end": { + "line": 468, + "column": 24 + } + } + } + ], + "kind": "let", + "range": [ + 14769, + 14786 + ], + "loc": { + "start": { + "line": 468, + "column": 8 + }, + "end": { + "line": 468, + "column": 25 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "dateType", + "range": [ + 14799, + 14807 + ], + "loc": { + "start": { + "line": 469, + "column": 12 + }, + "end": { + "line": 469, + "column": 20 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 14810, + 14812 + ], + "loc": { + "start": { + "line": 469, + "column": 23 + }, + "end": { + "line": 469, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "feature", + "range": [ + 14813, + 14820 + ], + "loc": { + "start": { + "line": 469, + "column": 26 + }, + "end": { + "line": 469, + "column": 33 + } + } + }, + "range": [ + 14810, + 14820 + ], + "loc": { + "start": { + "line": 469, + "column": 23 + }, + "end": { + "line": 469, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "dateType", + "raw": "'dateType'", + "range": [ + 14821, + 14831 + ], + "loc": { + "start": { + "line": 469, + "column": 34 + }, + "end": { + "line": 469, + "column": 44 + } + } + } + ], + "range": [ + 14810, + 14832 + ], + "loc": { + "start": { + "line": 469, + "column": 23 + }, + "end": { + "line": 469, + "column": 45 + } + } + }, + "range": [ + 14799, + 14832 + ], + "loc": { + "start": { + "line": 469, + "column": 12 + }, + "end": { + "line": 469, + "column": 45 + } + } + } + ], + "kind": "let", + "range": [ + 14795, + 14833 + ], + "loc": { + "start": { + "line": 469, + "column": 8 + }, + "end": { + "line": 469, + "column": 46 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "locale", + "range": [ + 14846, + 14852 + ], + "loc": { + "start": { + "line": 470, + "column": 12 + }, + "end": { + "line": 470, + "column": 18 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "dateType", + "range": [ + 14855, + 14863 + ], + "loc": { + "start": { + "line": 470, + "column": 21 + }, + "end": { + "line": 470, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "getOptions", + "range": [ + 14864, + 14874 + ], + "loc": { + "start": { + "line": 470, + "column": 30 + }, + "end": { + "line": 470, + "column": 40 + } + } + }, + "range": [ + 14855, + 14874 + ], + "loc": { + "start": { + "line": 470, + "column": 21 + }, + "end": { + "line": 470, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 14875, + 14883 + ], + "loc": { + "start": { + "line": 470, + "column": 41 + }, + "end": { + "line": 470, + "column": 49 + } + } + }, + { + "type": "Identifier", + "name": "types", + "range": [ + 14885, + 14890 + ], + "loc": { + "start": { + "line": 470, + "column": 51 + }, + "end": { + "line": 470, + "column": 56 + } + } + } + ], + "range": [ + 14855, + 14891 + ], + "loc": { + "start": { + "line": 470, + "column": 21 + }, + "end": { + "line": 470, + "column": 57 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 14892, + 14898 + ], + "loc": { + "start": { + "line": 470, + "column": 58 + }, + "end": { + "line": 470, + "column": 64 + } + } + }, + "range": [ + 14855, + 14898 + ], + "loc": { + "start": { + "line": 470, + "column": 21 + }, + "end": { + "line": 470, + "column": 64 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 14902, + 14904 + ], + "loc": { + "start": { + "line": 470, + "column": 68 + }, + "end": { + "line": 470, + "column": 70 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 14905, + 14911 + ], + "loc": { + "start": { + "line": 470, + "column": 71 + }, + "end": { + "line": 470, + "column": 77 + } + } + }, + "range": [ + 14902, + 14911 + ], + "loc": { + "start": { + "line": 470, + "column": 68 + }, + "end": { + "line": 470, + "column": 77 + } + } + }, + "range": [ + 14855, + 14911 + ], + "loc": { + "start": { + "line": 470, + "column": 21 + }, + "end": { + "line": 470, + "column": 77 + } + } + }, + "range": [ + 14846, + 14911 + ], + "loc": { + "start": { + "line": 470, + "column": 12 + }, + "end": { + "line": 470, + "column": 77 + } + } + } + ], + "kind": "let", + "range": [ + 14842, + 14912 + ], + "loc": { + "start": { + "line": 470, + "column": 8 + }, + "end": { + "line": 470, + "column": 78 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "colType", + "range": [ + 14925, + 14932 + ], + "loc": { + "start": { + "line": 471, + "column": 12 + }, + "end": { + "line": 471, + "column": 19 + } + } + }, + "init": { + "type": "TemplateLiteral", + "quasis": [ + { + "type": "TemplateElement", + "value": { + "raw": "", + "cooked": "" + }, + "tail": false, + "range": [ + 14935, + 14938 + ], + "loc": { + "start": { + "line": 471, + "column": 22 + }, + "end": { + "line": 471, + "column": 25 + } + } + }, + { + "type": "TemplateElement", + "value": { + "raw": "-", + "cooked": "-" + }, + "tail": false, + "range": [ + 14942, + 14946 + ], + "loc": { + "start": { + "line": 471, + "column": 29 + }, + "end": { + "line": 471, + "column": 33 + } + } + }, + { + "type": "TemplateElement", + "value": { + "raw": "", + "cooked": "" + }, + "tail": true, + "range": [ + 14952, + 14954 + ], + "loc": { + "start": { + "line": 471, + "column": 39 + }, + "end": { + "line": 471, + "column": 41 + } + } + } + ], + "expressions": [ + { + "type": "Identifier", + "name": "DATE", + "range": [ + 14938, + 14942 + ], + "loc": { + "start": { + "line": 471, + "column": 25 + }, + "end": { + "line": 471, + "column": 29 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 14946, + 14952 + ], + "loc": { + "start": { + "line": 471, + "column": 33 + }, + "end": { + "line": 471, + "column": 39 + } + } + } + ], + "range": [ + 14935, + 14954 + ], + "loc": { + "start": { + "line": 471, + "column": 22 + }, + "end": { + "line": 471, + "column": 41 + } + } + }, + "range": [ + 14925, + 14954 + ], + "loc": { + "start": { + "line": 471, + "column": 12 + }, + "end": { + "line": 471, + "column": 41 + } + } + } + ], + "kind": "let", + "range": [ + 14921, + 14955 + ], + "loc": { + "start": { + "line": 471, + "column": 8 + }, + "end": { + "line": 471, + "column": 42 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 14965, + 14969 + ], + "loc": { + "start": { + "line": 473, + "column": 8 + }, + "end": { + "line": 473, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "addSortType", + "range": [ + 14970, + 14981 + ], + "loc": { + "start": { + "line": 473, + "column": 13 + }, + "end": { + "line": 473, + "column": 24 + } + } + }, + "range": [ + 14965, + 14981 + ], + "loc": { + "start": { + "line": 473, + "column": 8 + }, + "end": { + "line": 473, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colType", + "range": [ + 14982, + 14989 + ], + "loc": { + "start": { + "line": 473, + "column": 25 + }, + "end": { + "line": 473, + "column": 32 + } + } + }, + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 14992, + 14997 + ], + "loc": { + "start": { + "line": 473, + "column": 35 + }, + "end": { + "line": 473, + "column": 40 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "dateType", + "range": [ + 15023, + 15031 + ], + "loc": { + "start": { + "line": 474, + "column": 19 + }, + "end": { + "line": 474, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "parse", + "range": [ + 15032, + 15037 + ], + "loc": { + "start": { + "line": 474, + "column": 28 + }, + "end": { + "line": 474, + "column": 33 + } + } + }, + "range": [ + 15023, + 15037 + ], + "loc": { + "start": { + "line": 474, + "column": 19 + }, + "end": { + "line": 474, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 15038, + 15043 + ], + "loc": { + "start": { + "line": 474, + "column": 34 + }, + "end": { + "line": 474, + "column": 39 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 15045, + 15051 + ], + "loc": { + "start": { + "line": 474, + "column": 41 + }, + "end": { + "line": 474, + "column": 47 + } + } + } + ], + "range": [ + 15023, + 15052 + ], + "loc": { + "start": { + "line": 474, + "column": 19 + }, + "end": { + "line": 474, + "column": 48 + } + } + }, + "range": [ + 15016, + 15053 + ], + "loc": { + "start": { + "line": 474, + "column": 12 + }, + "end": { + "line": 474, + "column": 49 + } + } + } + ], + "range": [ + 15002, + 15063 + ], + "loc": { + "start": { + "line": 473, + "column": 45 + }, + "end": { + "line": 475, + "column": 9 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 14991, + 15063 + ], + "loc": { + "start": { + "line": 473, + "column": 34 + }, + "end": { + "line": 475, + "column": 9 + } + } + } + ], + "range": [ + 14965, + 15064 + ], + "loc": { + "start": { + "line": 473, + "column": 8 + }, + "end": { + "line": 475, + "column": 10 + } + } + }, + "range": [ + 14965, + 15065 + ], + "loc": { + "start": { + "line": 473, + "column": 8 + }, + "end": { + "line": 475, + "column": 11 + } + } + }, + { + "type": "ReturnStatement", + "argument": { + "type": "Identifier", + "name": "colType", + "range": [ + 15081, + 15088 + ], + "loc": { + "start": { + "line": 476, + "column": 15 + }, + "end": { + "line": 476, + "column": 22 + } + } + }, + "range": [ + 15074, + 15089 + ], + "loc": { + "start": { + "line": 476, + "column": 8 + }, + "end": { + "line": 476, + "column": 23 + } + } + } + ], + "range": [ + 14759, + 15095 + ], + "loc": { + "start": { + "line": 467, + "column": 34 + }, + "end": { + "line": 477, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 14741, + 15095 + ], + "loc": { + "start": { + "line": 467, + "column": 16 + }, + "end": { + "line": 477, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 14729, + 15095 + ], + "loc": { + "start": { + "line": 467, + "column": 4 + }, + "end": { + "line": 477, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "_addNumberType", + "range": [ + 15101, + 15115 + ], + "loc": { + "start": { + "line": 479, + "column": 4 + }, + "end": { + "line": 479, + "column": 18 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 15116, + 15124 + ], + "loc": { + "start": { + "line": 479, + "column": 19 + }, + "end": { + "line": 479, + "column": 27 + } + } + }, + { + "type": "Identifier", + "name": "decimal", + "range": [ + 15126, + 15133 + ], + "loc": { + "start": { + "line": 479, + "column": 29 + }, + "end": { + "line": 479, + "column": 36 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "colType", + "range": [ + 15149, + 15156 + ], + "loc": { + "start": { + "line": 480, + "column": 12 + }, + "end": { + "line": 480, + "column": 19 + } + } + }, + "init": { + "type": "TemplateLiteral", + "quasis": [ + { + "type": "TemplateElement", + "value": { + "raw": "", + "cooked": "" + }, + "tail": false, + "range": [ + 15159, + 15162 + ], + "loc": { + "start": { + "line": 480, + "column": 22 + }, + "end": { + "line": 480, + "column": 25 + } + } + }, + { + "type": "TemplateElement", + "value": { + "raw": "", + "cooked": "" + }, + "tail": false, + "range": [ + 15178, + 15181 + ], + "loc": { + "start": { + "line": 480, + "column": 41 + }, + "end": { + "line": 480, + "column": 44 + } + } + }, + { + "type": "TemplateElement", + "value": { + "raw": "", + "cooked": "" + }, + "tail": true, + "range": [ + 15213, + 15215 + ], + "loc": { + "start": { + "line": 480, + "column": 76 + }, + "end": { + "line": 480, + "column": 78 + } + } + } + ], + "expressions": [ + { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 15162, + 15178 + ], + "loc": { + "start": { + "line": 480, + "column": 25 + }, + "end": { + "line": 480, + "column": 41 + } + } + }, + { + "type": "ConditionalExpression", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "Identifier", + "name": "decimal", + "range": [ + 15181, + 15188 + ], + "loc": { + "start": { + "line": 480, + "column": 44 + }, + "end": { + "line": 480, + "column": 51 + } + } + }, + "right": { + "type": "Literal", + "value": ".", + "raw": "'.'", + "range": [ + 15193, + 15196 + ], + "loc": { + "start": { + "line": 480, + "column": 56 + }, + "end": { + "line": 480, + "column": 59 + } + } + }, + "range": [ + 15181, + 15196 + ], + "loc": { + "start": { + "line": 480, + "column": 44 + }, + "end": { + "line": 480, + "column": 59 + } + } + }, + "consequent": { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 15199, + 15201 + ], + "loc": { + "start": { + "line": 480, + "column": 62 + }, + "end": { + "line": 480, + "column": 64 + } + } + }, + "alternate": { + "type": "Literal", + "value": "-custom", + "raw": "'-custom'", + "range": [ + 15204, + 15213 + ], + "loc": { + "start": { + "line": 480, + "column": 67 + }, + "end": { + "line": 480, + "column": 76 + } + } + }, + "range": [ + 15181, + 15213 + ], + "loc": { + "start": { + "line": 480, + "column": 44 + }, + "end": { + "line": 480, + "column": 76 + } + } + } + ], + "range": [ + 15159, + 15215 + ], + "loc": { + "start": { + "line": 480, + "column": 22 + }, + "end": { + "line": 480, + "column": 78 + } + } + }, + "range": [ + 15149, + 15215 + ], + "loc": { + "start": { + "line": 480, + "column": 12 + }, + "end": { + "line": 480, + "column": 78 + } + } + } + ], + "kind": "let", + "range": [ + 15145, + 15216 + ], + "loc": { + "start": { + "line": 480, + "column": 8 + }, + "end": { + "line": 480, + "column": 79 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15226, + 15230 + ], + "loc": { + "start": { + "line": 482, + "column": 8 + }, + "end": { + "line": 482, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "addSortType", + "range": [ + 15231, + 15242 + ], + "loc": { + "start": { + "line": 482, + "column": 13 + }, + "end": { + "line": 482, + "column": 24 + } + } + }, + "range": [ + 15226, + 15242 + ], + "loc": { + "start": { + "line": 482, + "column": 8 + }, + "end": { + "line": 482, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colType", + "range": [ + 15243, + 15250 + ], + "loc": { + "start": { + "line": 482, + "column": 25 + }, + "end": { + "line": 482, + "column": 32 + } + } + }, + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 15253, + 15258 + ], + "loc": { + "start": { + "line": 482, + "column": 35 + }, + "end": { + "line": 482, + "column": 40 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "parseNb", + "range": [ + 15284, + 15291 + ], + "loc": { + "start": { + "line": 483, + "column": 19 + }, + "end": { + "line": 483, + "column": 26 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 15292, + 15297 + ], + "loc": { + "start": { + "line": 483, + "column": 27 + }, + "end": { + "line": 483, + "column": 32 + } + } + }, + { + "type": "Identifier", + "name": "decimal", + "range": [ + 15299, + 15306 + ], + "loc": { + "start": { + "line": 483, + "column": 34 + }, + "end": { + "line": 483, + "column": 41 + } + } + } + ], + "range": [ + 15284, + 15307 + ], + "loc": { + "start": { + "line": 483, + "column": 19 + }, + "end": { + "line": 483, + "column": 42 + } + } + }, + "range": [ + 15277, + 15308 + ], + "loc": { + "start": { + "line": 483, + "column": 12 + }, + "end": { + "line": 483, + "column": 43 + } + } + } + ], + "range": [ + 15263, + 15318 + ], + "loc": { + "start": { + "line": 482, + "column": 45 + }, + "end": { + "line": 484, + "column": 9 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 15252, + 15318 + ], + "loc": { + "start": { + "line": 482, + "column": 34 + }, + "end": { + "line": 484, + "column": 9 + } + } + } + ], + "range": [ + 15226, + 15319 + ], + "loc": { + "start": { + "line": 482, + "column": 8 + }, + "end": { + "line": 484, + "column": 10 + } + } + }, + "range": [ + 15226, + 15320 + ], + "loc": { + "start": { + "line": 482, + "column": 8 + }, + "end": { + "line": 484, + "column": 11 + } + } + }, + { + "type": "ReturnStatement", + "argument": { + "type": "Identifier", + "name": "colType", + "range": [ + 15336, + 15343 + ], + "loc": { + "start": { + "line": 485, + "column": 15 + }, + "end": { + "line": 485, + "column": 22 + } + } + }, + "range": [ + 15329, + 15344 + ], + "loc": { + "start": { + "line": 485, + "column": 8 + }, + "end": { + "line": 485, + "column": 23 + } + } + } + ], + "range": [ + 15135, + 15350 + ], + "loc": { + "start": { + "line": 479, + "column": 38 + }, + "end": { + "line": 486, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 15115, + 15350 + ], + "loc": { + "start": { + "line": 479, + "column": 18 + }, + "end": { + "line": 486, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 15101, + 15350 + ], + "loc": { + "start": { + "line": 479, + "column": 4 + }, + "end": { + "line": 486, + "column": 5 + } + }, "trailingComments": [ { "type": "Block", "value": "*\n * Remove extension\n ", "range": [ - 14399, - 14434 + 15356, + 15391 ], "loc": { "start": { - "line": 456, + "line": 488, "column": 4 }, "end": { - "line": 458, + "line": 490, "column": 7 } } @@ -28749,16 +30690,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 14439, - 14446 + 15396, + 15403 ], "loc": { "start": { - "line": 459, + "line": 491, "column": 4 }, "end": { - "line": 459, + "line": 491, "column": 11 } } @@ -28781,16 +30722,16 @@ "object": { "type": "ThisExpression", "range": [ - 14464, - 14468 + 15421, + 15425 ], "loc": { "start": { - "line": 460, + "line": 492, "column": 13 }, "end": { - "line": 460, + "line": 492, "column": 17 } } @@ -28799,47 +30740,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 14469, - 14480 + 15426, + 15437 ], "loc": { "start": { - "line": 460, + "line": 492, "column": 18 }, "end": { - "line": 460, + "line": 492, "column": 29 } } }, "range": [ - 14464, - 14480 + 15421, + 15437 ], "loc": { "start": { - "line": 460, + "line": 492, "column": 13 }, "end": { - "line": 460, + "line": 492, "column": 29 } } }, "prefix": true, "range": [ - 14463, - 14480 + 15420, + 15437 ], "loc": { "start": { - "line": 460, + "line": 492, "column": 12 }, "end": { - "line": 460, + "line": 492, "column": 29 } } @@ -28851,48 +30792,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 14496, - 14503 + 15453, + 15460 ], "loc": { "start": { - "line": 461, + "line": 493, "column": 12 }, "end": { - "line": 461, + "line": 493, "column": 19 } } } ], "range": [ - 14482, - 14513 + 15439, + 15470 ], "loc": { "start": { - "line": 460, + "line": 492, "column": 31 }, "end": { - "line": 462, + "line": 494, "column": 9 } } }, "alternate": null, "range": [ - 14459, - 14513 + 15416, + 15470 ], "loc": { "start": { - "line": 460, + "line": 492, "column": 8 }, "end": { - "line": 462, + "line": 494, "column": 9 } } @@ -28906,16 +30847,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14526, - 14528 + 15483, + 15485 ], "loc": { "start": { - "line": 463, + "line": 495, "column": 12 }, "end": { - "line": 463, + "line": 495, "column": 14 } } @@ -28926,16 +30867,16 @@ "object": { "type": "ThisExpression", "range": [ - 14531, - 14535 + 15488, + 15492 ], "loc": { "start": { - "line": 463, + "line": 495, "column": 17 }, "end": { - "line": 463, + "line": 495, "column": 21 } } @@ -28944,46 +30885,46 @@ "type": "Identifier", "name": "tf", "range": [ - 14536, - 14538 + 15493, + 15495 ], "loc": { "start": { - "line": 463, + "line": 495, "column": 22 }, "end": { - "line": 463, + "line": 495, "column": 24 } } }, "range": [ - 14531, - 14538 + 15488, + 15495 ], "loc": { "start": { - "line": 463, + "line": 495, "column": 17 }, "end": { - "line": 463, + "line": 495, "column": 24 } } }, "range": [ - 14526, - 14538 + 15483, + 15495 ], "loc": { "start": { - "line": 463, + "line": 495, "column": 12 }, "end": { - "line": 463, + "line": 495, "column": 24 } } @@ -28991,16 +30932,16 @@ ], "kind": "let", "range": [ - 14522, - 14539 + 15479, + 15496 ], "loc": { "start": { - "line": 463, + "line": 495, "column": 8 }, "end": { - "line": 463, + "line": 495, "column": 25 } } @@ -29018,16 +30959,16 @@ "object": { "type": "ThisExpression", "range": [ - 14548, - 14552 + 15505, + 15509 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 8 }, "end": { - "line": 464, + "line": 496, "column": 12 } } @@ -29036,31 +30977,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 14553, - 14560 + 15510, + 15517 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 13 }, "end": { - "line": 464, + "line": 496, "column": 20 } } }, "range": [ - 14548, - 14560 + 15505, + 15517 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 8 }, "end": { - "line": 464, + "line": 496, "column": 20 } } @@ -29069,31 +31010,31 @@ "type": "Identifier", "name": "off", "range": [ - 14561, - 14564 + 15518, + 15521 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 21 }, "end": { - "line": 464, + "line": 496, "column": 24 } } }, "range": [ - 14548, - 14564 + 15505, + 15521 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 8 }, "end": { - "line": 464, + "line": 496, "column": 24 } } @@ -29107,32 +31048,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 14566, - 14572 + 15523, + 15529 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 26 }, "end": { - "line": 464, + "line": 496, "column": 32 } } } ], "range": [ - 14565, - 14573 + 15522, + 15530 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 25 }, "end": { - "line": 464, + "line": 496, "column": 33 } } @@ -29145,16 +31086,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14588, - 14590 + 15545, + 15547 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 13 }, "end": { - "line": 465, + "line": 497, "column": 15 } } @@ -29163,16 +31104,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 14592, - 14598 + 15549, + 15555 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 17 }, "end": { - "line": 465, + "line": 497, "column": 23 } } @@ -29181,16 +31122,16 @@ "type": "Identifier", "name": "desc", "range": [ - 14600, - 14604 + 15557, + 15561 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 25 }, "end": { - "line": 465, + "line": 497, "column": 29 } } @@ -29204,16 +31145,16 @@ "object": { "type": "ThisExpression", "range": [ - 14609, - 14613 + 15566, + 15570 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 34 }, "end": { - "line": 465, + "line": 497, "column": 38 } } @@ -29222,31 +31163,31 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 14614, - 14631 + 15571, + 15588 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 39 }, "end": { - "line": 465, + "line": 497, "column": 56 } } }, "range": [ - 14609, - 14631 + 15566, + 15588 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 34 }, "end": { - "line": 465, + "line": 497, "column": 56 } } @@ -29256,16 +31197,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 14632, - 14638 + 15589, + 15595 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 57 }, "end": { - "line": 465, + "line": 497, "column": 63 } } @@ -29274,32 +31215,32 @@ "type": "Identifier", "name": "desc", "range": [ - 14640, - 14644 + 15597, + 15601 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 65 }, "end": { - "line": 465, + "line": 497, "column": 69 } } } ], "range": [ - 14609, - 14645 + 15566, + 15602 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 34 }, "end": { - "line": 465, + "line": 497, "column": 70 } } @@ -29307,47 +31248,47 @@ "generator": false, "expression": true, "range": [ - 14587, - 14645 + 15544, + 15602 ], "loc": { "start": { - "line": 465, + "line": 497, "column": 12 }, "end": { - "line": 465, + "line": 497, "column": 70 } } } ], "range": [ - 14548, - 14646 + 15505, + 15603 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 8 }, "end": { - "line": 465, + "line": 497, "column": 71 } } }, "range": [ - 14548, - 14647 + 15505, + 15604 ], "loc": { "start": { - "line": 464, + "line": 496, "column": 8 }, "end": { - "line": 465, + "line": 497, "column": 72 } } @@ -29363,16 +31304,16 @@ "object": { "type": "ThisExpression", "range": [ - 14656, - 14660 + 15613, + 15617 ], "loc": { "start": { - "line": 466, + "line": 498, "column": 8 }, "end": { - "line": 466, + "line": 498, "column": 12 } } @@ -29381,31 +31322,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 14661, - 14667 + 15618, + 15624 ], "loc": { "start": { - "line": 466, + "line": 498, "column": 13 }, "end": { - "line": 466, + "line": 498, "column": 19 } } }, "range": [ - 14656, - 14667 + 15613, + 15624 ], "loc": { "start": { - "line": 466, + "line": 498, "column": 8 }, "end": { - "line": 466, + "line": 498, "column": 19 } } @@ -29415,157 +31356,50 @@ "value": false, "raw": "false", "range": [ - 14670, - 14675 + 15627, + 15632 ], "loc": { "start": { - "line": 466, + "line": 498, "column": 22 }, "end": { - "line": 466, + "line": 498, "column": 27 } } }, "range": [ - 14656, - 14675 + 15613, + 15632 ], "loc": { "start": { - "line": 466, + "line": 498, "column": 8 }, "end": { - "line": 466, + "line": 498, "column": 27 } } }, "range": [ - 14656, - 14676 + 15613, + 15633 ], "loc": { "start": { - "line": 466, + "line": 498, "column": 8 }, "end": { - "line": 466, + "line": 498, "column": 28 } } }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 14685, - 14689 - ], - "loc": { - "start": { - "line": 467, - "column": 8 - }, - "end": { - "line": 467, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "initialized", - "range": [ - 14690, - 14701 - ], - "loc": { - "start": { - "line": 467, - "column": 13 - }, - "end": { - "line": 467, - "column": 24 - } - } - }, - "range": [ - 14685, - 14701 - ], - "loc": { - "start": { - "line": 467, - "column": 8 - }, - "end": { - "line": 467, - "column": 24 - } - } - }, - "right": { - "type": "Literal", - "value": false, - "raw": "false", - "range": [ - 14704, - 14709 - ], - "loc": { - "start": { - "line": 467, - "column": 27 - }, - "end": { - "line": 467, - "column": 32 - } - } - }, - "range": [ - 14685, - 14709 - ], - "loc": { - "start": { - "line": 467, - "column": 8 - }, - "end": { - "line": 467, - "column": 32 - } - } - }, - "range": [ - 14685, - 14710 - ], - "loc": { - "start": { - "line": 467, - "column": 8 - }, - "end": { - "line": 467, - "column": 33 - } - } - }, { "type": "ExpressionStatement", "expression": { @@ -29579,16 +31413,16 @@ "object": { "type": "ThisExpression", "range": [ - 14719, - 14723 + 15642, + 15646 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 8 }, "end": { - "line": 468, + "line": 499, "column": 12 } } @@ -29597,31 +31431,31 @@ "type": "Identifier", "name": "stt", "range": [ - 14724, - 14727 + 15647, + 15650 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 13 }, "end": { - "line": 468, + "line": 499, "column": 16 } } }, "range": [ - 14719, - 14727 + 15642, + 15650 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 8 }, "end": { - "line": 468, + "line": 499, "column": 16 } } @@ -29630,62 +31464,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 14728, - 14735 + 15651, + 15658 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 17 }, "end": { - "line": 468, + "line": 499, "column": 24 } } }, "range": [ - 14719, - 14735 + 15642, + 15658 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 8 }, "end": { - "line": 468, + "line": 499, "column": 24 } } }, "arguments": [], "range": [ - 14719, - 14737 + 15642, + 15660 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 8 }, "end": { - "line": 468, + "line": 499, "column": 26 } } }, "range": [ - 14719, - 14738 + 15642, + 15661 ], "loc": { "start": { - "line": 468, + "line": 499, "column": 8 }, "end": { - "line": 468, + "line": 499, "column": 27 } } @@ -29699,16 +31533,16 @@ "type": "Identifier", "name": "ids", "range": [ - 14752, - 14755 + 15675, + 15678 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 12 }, "end": { - "line": 470, + "line": 501, "column": 15 } } @@ -29722,16 +31556,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14758, - 14760 + 15681, + 15683 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 18 }, "end": { - "line": 470, + "line": 501, "column": 20 } } @@ -29740,62 +31574,62 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 14761, - 14773 + 15684, + 15696 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 21 }, "end": { - "line": 470, + "line": 501, "column": 33 } } }, "range": [ - 14758, - 14773 + 15681, + 15696 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 18 }, "end": { - "line": 470, + "line": 501, "column": 33 } } }, "arguments": [], "range": [ - 14758, - 14775 + 15681, + 15698 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 18 }, "end": { - "line": 470, + "line": 501, "column": 35 } } }, "range": [ - 14752, - 14775 + 15675, + 15698 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 12 }, "end": { - "line": 470, + "line": 501, "column": 35 } } @@ -29803,16 +31637,16 @@ ], "kind": "let", "range": [ - 14748, - 14776 + 15671, + 15699 ], "loc": { "start": { - "line": 470, + "line": 501, "column": 8 }, "end": { - "line": 470, + "line": 501, "column": 36 } } @@ -29828,16 +31662,16 @@ "type": "Identifier", "name": "idx", "range": [ - 14794, - 14797 + 15717, + 15720 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 17 }, "end": { - "line": 471, + "line": 502, "column": 20 } } @@ -29847,31 +31681,31 @@ "value": 0, "raw": "0", "range": [ - 14800, - 14801 + 15723, + 15724 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 23 }, "end": { - "line": 471, + "line": 502, "column": 24 } } }, "range": [ - 14794, - 14801 + 15717, + 15724 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 17 }, "end": { - "line": 471, + "line": 502, "column": 24 } } @@ -29879,16 +31713,16 @@ ], "kind": "let", "range": [ - 14790, - 14801 + 15713, + 15724 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 13 }, "end": { - "line": 471, + "line": 502, "column": 24 } } @@ -29900,16 +31734,16 @@ "type": "Identifier", "name": "idx", "range": [ - 14803, - 14806 + 15726, + 15729 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 26 }, "end": { - "line": 471, + "line": 502, "column": 29 } } @@ -29921,16 +31755,16 @@ "type": "Identifier", "name": "ids", "range": [ - 14809, - 14812 + 15732, + 15735 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 32 }, "end": { - "line": 471, + "line": 502, "column": 35 } } @@ -29939,46 +31773,46 @@ "type": "Identifier", "name": "length", "range": [ - 14813, - 14819 + 15736, + 15742 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 36 }, "end": { - "line": 471, + "line": 502, "column": 42 } } }, "range": [ - 14809, - 14819 + 15732, + 15742 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 32 }, "end": { - "line": 471, + "line": 502, "column": 42 } } }, "range": [ - 14803, - 14819 + 15726, + 15742 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 26 }, "end": { - "line": 471, + "line": 502, "column": 42 } } @@ -29990,32 +31824,32 @@ "type": "Identifier", "name": "idx", "range": [ - 14821, - 14824 + 15744, + 15747 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 44 }, "end": { - "line": 471, + "line": 502, "column": 47 } } }, "prefix": false, "range": [ - 14821, - 14826 + 15744, + 15749 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 44 }, "end": { - "line": 471, + "line": 502, "column": 49 } } @@ -30032,16 +31866,16 @@ "type": "Identifier", "name": "header", "range": [ - 14846, - 14852 + 15769, + 15775 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 16 }, "end": { - "line": 472, + "line": 503, "column": 22 } } @@ -30055,16 +31889,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14855, - 14857 + 15778, + 15780 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 25 }, "end": { - "line": 472, + "line": 503, "column": 27 } } @@ -30073,31 +31907,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 14858, - 14874 + 15781, + 15797 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 28 }, "end": { - "line": 472, + "line": 503, "column": 44 } } }, "range": [ - 14855, - 14874 + 15778, + 15797 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 25 }, "end": { - "line": 472, + "line": 503, "column": 44 } } @@ -30107,47 +31941,47 @@ "type": "Identifier", "name": "idx", "range": [ - 14875, - 14878 + 15798, + 15801 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 45 }, "end": { - "line": 472, + "line": 503, "column": 48 } } } ], "range": [ - 14855, - 14879 + 15778, + 15802 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 25 }, "end": { - "line": 472, + "line": 503, "column": 49 } } }, "range": [ - 14846, - 14879 + 15769, + 15802 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 16 }, "end": { - "line": 472, + "line": 503, "column": 49 } } @@ -30155,16 +31989,16 @@ ], "kind": "let", "range": [ - 14842, - 14880 + 15765, + 15803 ], "loc": { "start": { - "line": 472, + "line": 503, "column": 12 }, "end": { - "line": 472, + "line": 503, "column": 50 } } @@ -30178,16 +32012,16 @@ "type": "Identifier", "name": "img", "range": [ - 14897, - 14900 + 15820, + 15823 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 16 }, "end": { - "line": 473, + "line": 504, "column": 19 } } @@ -30198,16 +32032,16 @@ "type": "Identifier", "name": "tag", "range": [ - 14903, - 14906 + 15826, + 15829 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 22 }, "end": { - "line": 473, + "line": 504, "column": 25 } } @@ -30217,16 +32051,16 @@ "type": "Identifier", "name": "header", "range": [ - 14907, - 14913 + 15830, + 15836 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 26 }, "end": { - "line": 473, + "line": 504, "column": 32 } } @@ -30236,47 +32070,47 @@ "value": "img", "raw": "'img'", "range": [ - 14915, - 14920 + 15838, + 15843 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 34 }, "end": { - "line": 473, + "line": 504, "column": 39 } } } ], "range": [ - 14903, - 14921 + 15826, + 15844 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 22 }, "end": { - "line": 473, + "line": 504, "column": 40 } } }, "range": [ - 14897, - 14921 + 15820, + 15844 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 16 }, "end": { - "line": 473, + "line": 504, "column": 40 } } @@ -30284,16 +32118,16 @@ ], "kind": "let", "range": [ - 14893, - 14922 + 15816, + 15845 ], "loc": { "start": { - "line": 473, + "line": 504, "column": 12 }, "end": { - "line": 473, + "line": 504, "column": 41 } } @@ -30310,16 +32144,16 @@ "type": "Identifier", "name": "img", "range": [ - 14940, - 14943 + 15863, + 15866 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 16 }, "end": { - "line": 475, + "line": 506, "column": 19 } } @@ -30328,31 +32162,31 @@ "type": "Identifier", "name": "length", "range": [ - 14944, - 14950 + 15867, + 15873 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 20 }, "end": { - "line": 475, + "line": 506, "column": 26 } } }, "range": [ - 14940, - 14950 + 15863, + 15873 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 16 }, "end": { - "line": 475, + "line": 506, "column": 26 } } @@ -30362,31 +32196,31 @@ "value": 1, "raw": "1", "range": [ - 14955, - 14956 + 15878, + 15879 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 31 }, "end": { - "line": 475, + "line": 506, "column": 32 } } }, "range": [ - 14940, - 14956 + 15863, + 15879 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 16 }, "end": { - "line": 475, + "line": 506, "column": 32 } } @@ -30405,16 +32239,16 @@ "type": "Identifier", "name": "header", "range": [ - 14976, - 14982 + 15899, + 15905 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 16 }, "end": { - "line": 476, + "line": 507, "column": 22 } } @@ -30423,31 +32257,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 14983, - 14994 + 15906, + 15917 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 23 }, "end": { - "line": 476, + "line": 507, "column": 34 } } }, "range": [ - 14976, - 14994 + 15899, + 15917 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 16 }, "end": { - "line": 476, + "line": 507, "column": 34 } } @@ -30460,16 +32294,16 @@ "type": "Identifier", "name": "img", "range": [ - 14995, - 14998 + 15918, + 15921 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 35 }, "end": { - "line": 476, + "line": 507, "column": 38 } } @@ -30479,125 +32313,125 @@ "value": 0, "raw": "0", "range": [ - 14999, - 15000 + 15922, + 15923 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 39 }, "end": { - "line": 476, + "line": 507, "column": 40 } } }, "range": [ - 14995, - 15001 + 15918, + 15924 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 35 }, "end": { - "line": 476, + "line": 507, "column": 41 } } } ], "range": [ - 14976, - 15002 + 15899, + 15925 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 16 }, "end": { - "line": 476, + "line": 507, "column": 42 } } }, "range": [ - 14976, - 15003 + 15899, + 15926 ], "loc": { "start": { - "line": 476, + "line": 507, "column": 16 }, "end": { - "line": 476, + "line": 507, "column": 43 } } } ], "range": [ - 14958, - 15017 + 15881, + 15940 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 34 }, "end": { - "line": 477, + "line": 508, "column": 13 } } }, "alternate": null, "range": [ - 14936, - 15017 + 15859, + 15940 ], "loc": { "start": { - "line": 475, + "line": 506, "column": 12 }, "end": { - "line": 477, + "line": 508, "column": 13 } } } ], "range": [ - 14828, - 15027 + 15751, + 15950 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 51 }, "end": { - "line": 478, + "line": 509, "column": 9 } } }, "range": [ - 14785, - 15027 + 15708, + 15950 ], "loc": { "start": { - "line": 471, + "line": 502, "column": 8 }, "end": { - "line": 478, + "line": 509, "column": 9 } } @@ -30613,16 +32447,16 @@ "object": { "type": "ThisExpression", "range": [ - 15036, - 15040 + 15959, + 15963 ], "loc": { "start": { - "line": 479, + "line": 510, "column": 8 }, "end": { - "line": 479, + "line": 510, "column": 12 } } @@ -30631,31 +32465,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 15041, - 15052 + 15964, + 15975 ], "loc": { "start": { - "line": 479, + "line": 510, "column": 13 }, "end": { - "line": 479, + "line": 510, "column": 24 } } }, "range": [ - 15036, - 15052 + 15959, + 15975 ], "loc": { "start": { - "line": 479, + "line": 510, "column": 8 }, "end": { - "line": 479, + "line": 510, "column": 24 } } @@ -30665,62 +32499,62 @@ "value": false, "raw": "false", "range": [ - 15055, - 15060 + 15978, + 15983 ], "loc": { "start": { - "line": 479, + "line": 510, "column": 27 }, "end": { - "line": 479, + "line": 510, "column": 32 } } }, "range": [ - 15036, - 15060 + 15959, + 15983 ], "loc": { "start": { - "line": 479, + "line": 510, "column": 8 }, "end": { - "line": 479, + "line": 510, "column": 32 } } }, "range": [ - 15036, - 15061 + 15959, + 15984 ], "loc": { "start": { - "line": 479, + "line": 510, "column": 8 }, "end": { - "line": 479, + "line": 510, "column": 33 } } } ], "range": [ - 14449, - 15067 + 15406, + 15990 ], "loc": { "start": { - "line": 459, + "line": 491, "column": 14 }, "end": { - "line": 480, + "line": 511, "column": 5 } } @@ -30728,16 +32562,16 @@ "generator": false, "expression": false, "range": [ - 14446, - 15067 + 15403, + 15990 ], "loc": { "start": { - "line": 459, + "line": 491, "column": 11 }, "end": { - "line": 480, + "line": 511, "column": 5 } } @@ -30745,16 +32579,16 @@ "kind": "method", "computed": false, "range": [ - 14439, - 15067 + 15396, + 15990 ], "loc": { "start": { - "line": 459, + "line": 491, "column": 4 }, "end": { - "line": 480, + "line": 511, "column": 5 } }, @@ -30763,16 +32597,16 @@ "type": "Block", "value": "*\n * Remove extension\n ", "range": [ - 14399, - 14434 + 15356, + 15391 ], "loc": { "start": { - "line": 456, + "line": 488, "column": 4 }, "end": { - "line": 458, + "line": 490, "column": 7 } } @@ -30782,31 +32616,31 @@ } ], "range": [ - 423, - 15070 + 454, + 15993 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 58 }, "end": { - "line": 482, + "line": 513, "column": 1 } } }, "range": [ - 380, - 15070 + 411, + 15993 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 15 }, "end": { - "line": 482, + "line": 513, "column": 1 } }, @@ -30815,16 +32649,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n ", "range": [ - 325, - 364 + 356, + 395 ], "loc": { "start": { - "line": 9, + "line": 11, "column": 0 }, "end": { - "line": 11, + "line": 13, "column": 3 } } @@ -30835,16 +32669,16 @@ "type": "Line", "value": "Converters", "range": [ - 15072, - 15084 + 15995, + 16007 ], "loc": { "start": { - "line": 484, + "line": 515, "column": 0 }, "end": { - "line": 484, + "line": 515, "column": 12 } } @@ -30852,16 +32686,16 @@ ] }, "range": [ - 365, - 15070 + 396, + 15993 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 0 }, "end": { - "line": 482, + "line": 513, "column": 1 } }, @@ -30870,16 +32704,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n ", "range": [ - 325, - 364 + 356, + 395 ], "loc": { "start": { - "line": 9, + "line": 11, "column": 0 }, "end": { - "line": 11, + "line": 13, "column": 3 } } @@ -30890,1244 +32724,38 @@ "type": "Line", "value": "Converters", "range": [ - 15072, - 15084 + 15995, + 16007 ], "loc": { "start": { - "line": 484, + "line": 515, "column": 0 }, "end": { - "line": 484, + "line": 515, "column": 12 } } } ] }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "usNumberConverter", - "range": [ - 15094, - 15111 - ], - "loc": { - "start": { - "line": 485, - "column": 9 - }, - "end": { - "line": 485, - "column": 26 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15112, - 15113 - ], - "loc": { - "start": { - "line": 485, - "column": 27 - }, - "end": { - "line": 485, - "column": 28 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "removeNbFormat", - "range": [ - 15128, - 15142 - ], - "loc": { - "start": { - "line": 486, - "column": 11 - }, - "end": { - "line": 486, - "column": 25 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15143, - 15144 - ], - "loc": { - "start": { - "line": 486, - "column": 26 - }, - "end": { - "line": 486, - "column": 27 - } - } - }, - { - "type": "Literal", - "value": "us", - "raw": "'us'", - "range": [ - 15146, - 15150 - ], - "loc": { - "start": { - "line": 486, - "column": 29 - }, - "end": { - "line": 486, - "column": 33 - } - } - } - ], - "range": [ - 15128, - 15151 - ], - "loc": { - "start": { - "line": 486, - "column": 11 - }, - "end": { - "line": 486, - "column": 34 - } - } - }, - "range": [ - 15121, - 15152 - ], - "loc": { - "start": { - "line": 486, - "column": 4 - }, - "end": { - "line": 486, - "column": 35 - } - } - } - ], - "range": [ - 15115, - 15154 - ], - "loc": { - "start": { - "line": 485, - "column": 30 - }, - "end": { - "line": 487, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15085, - 15154 - ], - "loc": { - "start": { - "line": 485, - "column": 0 - }, - "end": { - "line": 487, - "column": 1 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "Converters", - "range": [ - 15072, - 15084 - ], - "loc": { - "start": { - "line": 484, - "column": 0 - }, - "end": { - "line": 484, - "column": 12 - } - } - } - ] - }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "euNumberConverter", - "range": [ - 15164, - 15181 - ], - "loc": { - "start": { - "line": 488, - "column": 9 - }, - "end": { - "line": 488, - "column": 26 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15182, - 15183 - ], - "loc": { - "start": { - "line": 488, - "column": 27 - }, - "end": { - "line": 488, - "column": 28 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "removeNbFormat", - "range": [ - 15198, - 15212 - ], - "loc": { - "start": { - "line": 489, - "column": 11 - }, - "end": { - "line": 489, - "column": 25 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15213, - 15214 - ], - "loc": { - "start": { - "line": 489, - "column": 26 - }, - "end": { - "line": 489, - "column": 27 - } - } - }, - { - "type": "Literal", - "value": "eu", - "raw": "'eu'", - "range": [ - 15216, - 15220 - ], - "loc": { - "start": { - "line": 489, - "column": 29 - }, - "end": { - "line": 489, - "column": 33 - } - } - } - ], - "range": [ - 15198, - 15221 - ], - "loc": { - "start": { - "line": 489, - "column": 11 - }, - "end": { - "line": 489, - "column": 34 - } - } - }, - "range": [ - 15191, - 15222 - ], - "loc": { - "start": { - "line": 489, - "column": 4 - }, - "end": { - "line": 489, - "column": 35 - } - } - } - ], - "range": [ - 15185, - 15224 - ], - "loc": { - "start": { - "line": 488, - "column": 30 - }, - "end": { - "line": 490, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15155, - 15224 - ], - "loc": { - "start": { - "line": 488, - "column": 0 - }, - "end": { - "line": 490, - "column": 1 - } - } - }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "dateConverter", - "range": [ - 15234, - 15247 - ], - "loc": { - "start": { - "line": 491, - "column": 9 - }, - "end": { - "line": 491, - "column": 22 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15248, - 15249 - ], - "loc": { - "start": { - "line": 491, - "column": 23 - }, - "end": { - "line": 491, - "column": 24 - } - } - }, - { - "type": "Identifier", - "name": "format", - "range": [ - 15251, - 15257 - ], - "loc": { - "start": { - "line": 491, - "column": 26 - }, - "end": { - "line": 491, - "column": 32 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "formatDate", - "range": [ - 15272, - 15282 - ], - "loc": { - "start": { - "line": 492, - "column": 11 - }, - "end": { - "line": 492, - "column": 21 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15283, - 15284 - ], - "loc": { - "start": { - "line": 492, - "column": 22 - }, - "end": { - "line": 492, - "column": 23 - } - } - }, - { - "type": "Identifier", - "name": "format", - "range": [ - 15286, - 15292 - ], - "loc": { - "start": { - "line": 492, - "column": 25 - }, - "end": { - "line": 492, - "column": 31 - } - } - } - ], - "range": [ - 15272, - 15293 - ], - "loc": { - "start": { - "line": 492, - "column": 11 - }, - "end": { - "line": 492, - "column": 32 - } - } - }, - "range": [ - 15265, - 15294 - ], - "loc": { - "start": { - "line": 492, - "column": 4 - }, - "end": { - "line": 492, - "column": 33 - } - } - } - ], - "range": [ - 15259, - 15296 - ], - "loc": { - "start": { - "line": 491, - "column": 34 - }, - "end": { - "line": 493, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15225, - 15296 - ], - "loc": { - "start": { - "line": 491, - "column": 0 - }, - "end": { - "line": 493, - "column": 1 - } - } - }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "dmyDateConverter", - "range": [ - 15306, - 15322 - ], - "loc": { - "start": { - "line": 494, - "column": 9 - }, - "end": { - "line": 494, - "column": 25 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15323, - 15324 - ], - "loc": { - "start": { - "line": 494, - "column": 26 - }, - "end": { - "line": 494, - "column": 27 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "dateConverter", - "range": [ - 15339, - 15352 - ], - "loc": { - "start": { - "line": 495, - "column": 11 - }, - "end": { - "line": 495, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15353, - 15354 - ], - "loc": { - "start": { - "line": 495, - "column": 25 - }, - "end": { - "line": 495, - "column": 26 - } - } - }, - { - "type": "Literal", - "value": "DMY", - "raw": "'DMY'", - "range": [ - 15356, - 15361 - ], - "loc": { - "start": { - "line": 495, - "column": 28 - }, - "end": { - "line": 495, - "column": 33 - } - } - } - ], - "range": [ - 15339, - 15362 - ], - "loc": { - "start": { - "line": 495, - "column": 11 - }, - "end": { - "line": 495, - "column": 34 - } - } - }, - "range": [ - 15332, - 15363 - ], - "loc": { - "start": { - "line": 495, - "column": 4 - }, - "end": { - "line": 495, - "column": 35 - } - } - } - ], - "range": [ - 15326, - 15365 - ], - "loc": { - "start": { - "line": 494, - "column": 29 - }, - "end": { - "line": 496, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15297, - 15365 - ], - "loc": { - "start": { - "line": 494, - "column": 0 - }, - "end": { - "line": 496, - "column": 1 - } - } - }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "mdyDateConverter", - "range": [ - 15375, - 15391 - ], - "loc": { - "start": { - "line": 497, - "column": 9 - }, - "end": { - "line": 497, - "column": 25 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15392, - 15393 - ], - "loc": { - "start": { - "line": 497, - "column": 26 - }, - "end": { - "line": 497, - "column": 27 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "dateConverter", - "range": [ - 15408, - 15421 - ], - "loc": { - "start": { - "line": 498, - "column": 11 - }, - "end": { - "line": 498, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15422, - 15423 - ], - "loc": { - "start": { - "line": 498, - "column": 25 - }, - "end": { - "line": 498, - "column": 26 - } - } - }, - { - "type": "Literal", - "value": "MDY", - "raw": "'MDY'", - "range": [ - 15425, - 15430 - ], - "loc": { - "start": { - "line": 498, - "column": 28 - }, - "end": { - "line": 498, - "column": 33 - } - } - } - ], - "range": [ - 15408, - 15431 - ], - "loc": { - "start": { - "line": 498, - "column": 11 - }, - "end": { - "line": 498, - "column": 34 - } - } - }, - "range": [ - 15401, - 15432 - ], - "loc": { - "start": { - "line": 498, - "column": 4 - }, - "end": { - "line": 498, - "column": 35 - } - } - } - ], - "range": [ - 15395, - 15434 - ], - "loc": { - "start": { - "line": 497, - "column": 29 - }, - "end": { - "line": 499, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15366, - 15434 - ], - "loc": { - "start": { - "line": 497, - "column": 0 - }, - "end": { - "line": 499, - "column": 1 - } - } - }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "ymdDateConverter", - "range": [ - 15444, - 15460 - ], - "loc": { - "start": { - "line": 500, - "column": 9 - }, - "end": { - "line": 500, - "column": 25 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15461, - 15462 - ], - "loc": { - "start": { - "line": 500, - "column": 26 - }, - "end": { - "line": 500, - "column": 27 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "dateConverter", - "range": [ - 15477, - 15490 - ], - "loc": { - "start": { - "line": 501, - "column": 11 - }, - "end": { - "line": 501, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15491, - 15492 - ], - "loc": { - "start": { - "line": 501, - "column": 25 - }, - "end": { - "line": 501, - "column": 26 - } - } - }, - { - "type": "Literal", - "value": "YMD", - "raw": "'YMD'", - "range": [ - 15494, - 15499 - ], - "loc": { - "start": { - "line": 501, - "column": 28 - }, - "end": { - "line": 501, - "column": 33 - } - } - } - ], - "range": [ - 15477, - 15500 - ], - "loc": { - "start": { - "line": 501, - "column": 11 - }, - "end": { - "line": 501, - "column": 34 - } - } - }, - "range": [ - 15470, - 15501 - ], - "loc": { - "start": { - "line": 501, - "column": 4 - }, - "end": { - "line": 501, - "column": 35 - } - } - } - ], - "range": [ - 15464, - 15503 - ], - "loc": { - "start": { - "line": 500, - "column": 29 - }, - "end": { - "line": 502, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15435, - 15503 - ], - "loc": { - "start": { - "line": 500, - "column": 0 - }, - "end": { - "line": 502, - "column": 1 - } - } - }, - { - "type": "FunctionDeclaration", - "id": { - "type": "Identifier", - "name": "ddmmmyyyyDateConverter", - "range": [ - 15513, - 15535 - ], - "loc": { - "start": { - "line": 503, - "column": 9 - }, - "end": { - "line": 503, - "column": 31 - } - } - }, - "params": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15536, - 15537 - ], - "loc": { - "start": { - "line": 503, - "column": 32 - }, - "end": { - "line": 503, - "column": 33 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "dateConverter", - "range": [ - 15552, - 15565 - ], - "loc": { - "start": { - "line": 504, - "column": 11 - }, - "end": { - "line": 504, - "column": 24 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "s", - "range": [ - 15566, - 15567 - ], - "loc": { - "start": { - "line": 504, - "column": 25 - }, - "end": { - "line": 504, - "column": 26 - } - } - }, - { - "type": "Literal", - "value": "DDMMMYYYY", - "raw": "'DDMMMYYYY'", - "range": [ - 15569, - 15580 - ], - "loc": { - "start": { - "line": 504, - "column": 28 - }, - "end": { - "line": 504, - "column": 39 - } - } - } - ], - "range": [ - 15552, - 15581 - ], - "loc": { - "start": { - "line": 504, - "column": 11 - }, - "end": { - "line": 504, - "column": 40 - } - } - }, - "range": [ - 15545, - 15582 - ], - "loc": { - "start": { - "line": 504, - "column": 4 - }, - "end": { - "line": 504, - "column": 41 - } - } - } - ], - "range": [ - 15539, - 15584 - ], - "loc": { - "start": { - "line": 503, - "column": 35 - }, - "end": { - "line": 505, - "column": 1 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 15504, - 15584 - ], - "loc": { - "start": { - "line": 503, - "column": 0 - }, - "end": { - "line": 505, - "column": 1 - } - } - }, { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "ipAddress", "range": [ - 15595, - 15604 + 16017, + 16026 ], "loc": { "start": { - "line": 507, + "line": 516, "column": 9 }, "end": { - "line": 507, + "line": 516, "column": 18 } } @@ -32137,16 +32765,16 @@ "type": "Identifier", "name": "value", "range": [ - 15605, - 15610 + 16027, + 16032 ], "loc": { "start": { - "line": 507, + "line": 516, "column": 19 }, "end": { - "line": 507, + "line": 516, "column": 24 } } @@ -32164,16 +32792,16 @@ "type": "Identifier", "name": "vals", "range": [ - 15622, - 15626 + 16044, + 16048 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 8 }, "end": { - "line": 508, + "line": 517, "column": 12 } } @@ -32187,16 +32815,16 @@ "type": "Identifier", "name": "value", "range": [ - 15629, - 15634 + 16051, + 16056 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 15 }, "end": { - "line": 508, + "line": 517, "column": 20 } } @@ -32205,31 +32833,31 @@ "type": "Identifier", "name": "split", "range": [ - 15635, - 15640 + 16057, + 16062 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 21 }, "end": { - "line": 508, + "line": 517, "column": 26 } } }, "range": [ - 15629, - 15640 + 16051, + 16062 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 15 }, "end": { - "line": 508, + "line": 517, "column": 26 } } @@ -32240,47 +32868,47 @@ "value": ".", "raw": "'.'", "range": [ - 15641, - 15644 + 16063, + 16066 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 27 }, "end": { - "line": 508, + "line": 517, "column": 30 } } } ], "range": [ - 15629, - 15645 + 16051, + 16067 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 15 }, "end": { - "line": 508, + "line": 517, "column": 31 } } }, "range": [ - 15622, - 15645 + 16044, + 16067 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 8 }, "end": { - "line": 508, + "line": 517, "column": 31 } } @@ -32288,16 +32916,16 @@ ], "kind": "let", "range": [ - 15618, - 15646 + 16040, + 16068 ], "loc": { "start": { - "line": 508, + "line": 517, "column": 4 }, "end": { - "line": 508, + "line": 517, "column": 32 } } @@ -32313,32 +32941,32 @@ "type": "Identifier", "name": "x", "range": [ - 15660, - 15661 + 16082, + 16083 ], "loc": { "start": { - "line": 509, + "line": 518, "column": 13 }, "end": { - "line": 509, + "line": 518, "column": 14 } } }, "init": null, "range": [ - 15660, - 15661 + 16082, + 16083 ], "loc": { "start": { - "line": 509, + "line": 518, "column": 13 }, "end": { - "line": 509, + "line": 518, "column": 14 } } @@ -32346,16 +32974,16 @@ ], "kind": "let", "range": [ - 15656, - 15661 + 16078, + 16083 ], "loc": { "start": { - "line": 509, + "line": 518, "column": 9 }, "end": { - "line": 509, + "line": 518, "column": 14 } } @@ -32364,16 +32992,16 @@ "type": "Identifier", "name": "vals", "range": [ - 15665, - 15669 + 16087, + 16091 ], "loc": { "start": { - "line": 509, + "line": 518, "column": 18 }, "end": { - "line": 509, + "line": 518, "column": 22 } } @@ -32390,16 +33018,16 @@ "type": "Identifier", "name": "val", "range": [ - 15685, - 15688 + 16107, + 16110 ], "loc": { "start": { - "line": 510, + "line": 519, "column": 12 }, "end": { - "line": 510, + "line": 519, "column": 15 } } @@ -32411,16 +33039,16 @@ "type": "Identifier", "name": "vals", "range": [ - 15691, - 15695 + 16113, + 16117 ], "loc": { "start": { - "line": 510, + "line": 519, "column": 18 }, "end": { - "line": 510, + "line": 519, "column": 22 } } @@ -32429,46 +33057,46 @@ "type": "Identifier", "name": "x", "range": [ - 15696, - 15697 + 16118, + 16119 ], "loc": { "start": { - "line": 510, + "line": 519, "column": 23 }, "end": { - "line": 510, + "line": 519, "column": 24 } } }, "range": [ - 15691, - 15698 + 16113, + 16120 ], "loc": { "start": { - "line": 510, + "line": 519, "column": 18 }, "end": { - "line": 510, + "line": 519, "column": 25 } } }, "range": [ - 15685, - 15698 + 16107, + 16120 ], "loc": { "start": { - "line": 510, + "line": 519, "column": 12 }, "end": { - "line": 510, + "line": 519, "column": 25 } } @@ -32476,16 +33104,16 @@ ], "kind": "let", "range": [ - 15681, - 15699 + 16103, + 16121 ], "loc": { "start": { - "line": 510, + "line": 519, "column": 8 }, "end": { - "line": 510, + "line": 519, "column": 26 } } @@ -32500,16 +33128,16 @@ "value": 3, "raw": "3", "range": [ - 15715, - 15716 + 16137, + 16138 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 15 }, "end": { - "line": 511, + "line": 520, "column": 16 } } @@ -32521,16 +33149,16 @@ "type": "Identifier", "name": "val", "range": [ - 15719, - 15722 + 16141, + 16144 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 19 }, "end": { - "line": 511, + "line": 520, "column": 22 } } @@ -32539,46 +33167,46 @@ "type": "Identifier", "name": "length", "range": [ - 15723, - 15729 + 16145, + 16151 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 23 }, "end": { - "line": 511, + "line": 520, "column": 29 } } }, "range": [ - 15719, - 15729 + 16141, + 16151 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 19 }, "end": { - "line": 511, + "line": 520, "column": 29 } } }, "range": [ - 15715, - 15729 + 16137, + 16151 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 15 }, "end": { - "line": 511, + "line": 520, "column": 29 } } @@ -32595,16 +33223,16 @@ "type": "Identifier", "name": "val", "range": [ - 15745, - 15748 + 16167, + 16170 ], "loc": { "start": { - "line": 512, + "line": 521, "column": 12 }, "end": { - "line": 512, + "line": 521, "column": 15 } } @@ -32617,16 +33245,16 @@ "value": "0", "raw": "'0'", "range": [ - 15751, - 15754 + 16173, + 16176 ], "loc": { "start": { - "line": 512, + "line": 521, "column": 18 }, "end": { - "line": 512, + "line": 521, "column": 21 } } @@ -32635,92 +33263,92 @@ "type": "Identifier", "name": "val", "range": [ - 15757, - 15760 + 16179, + 16182 ], "loc": { "start": { - "line": 512, + "line": 521, "column": 24 }, "end": { - "line": 512, + "line": 521, "column": 27 } } }, "range": [ - 15751, - 15760 + 16173, + 16182 ], "loc": { "start": { - "line": 512, + "line": 521, "column": 18 }, "end": { - "line": 512, + "line": 521, "column": 27 } } }, "range": [ - 15745, - 15760 + 16167, + 16182 ], "loc": { "start": { - "line": 512, + "line": 521, "column": 12 }, "end": { - "line": 512, + "line": 521, "column": 27 } } }, "range": [ - 15745, - 15761 + 16167, + 16183 ], "loc": { "start": { - "line": 512, + "line": 521, "column": 12 }, "end": { - "line": 512, + "line": 521, "column": 28 } } } ], "range": [ - 15731, - 15771 + 16153, + 16193 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 31 }, "end": { - "line": 513, + "line": 522, "column": 9 } } }, "range": [ - 15708, - 15771 + 16130, + 16193 ], "loc": { "start": { - "line": 511, + "line": 520, "column": 8 }, "end": { - "line": 513, + "line": 522, "column": 9 } } @@ -32737,16 +33365,16 @@ "type": "Identifier", "name": "vals", "range": [ - 15780, - 15784 + 16202, + 16206 ], "loc": { "start": { - "line": 514, + "line": 523, "column": 8 }, "end": { - "line": 514, + "line": 523, "column": 12 } } @@ -32755,31 +33383,31 @@ "type": "Identifier", "name": "x", "range": [ - 15785, - 15786 + 16207, + 16208 ], "loc": { "start": { - "line": 514, + "line": 523, "column": 13 }, "end": { - "line": 514, + "line": 523, "column": 14 } } }, "range": [ - 15780, - 15787 + 16202, + 16209 ], "loc": { "start": { - "line": 514, + "line": 523, "column": 8 }, "end": { - "line": 514, + "line": 523, "column": 15 } } @@ -32788,78 +33416,78 @@ "type": "Identifier", "name": "val", "range": [ - 15790, - 15793 + 16212, + 16215 ], "loc": { "start": { - "line": 514, + "line": 523, "column": 18 }, "end": { - "line": 514, + "line": 523, "column": 21 } } }, "range": [ - 15780, - 15793 + 16202, + 16215 ], "loc": { "start": { - "line": 514, + "line": 523, "column": 8 }, "end": { - "line": 514, + "line": 523, "column": 21 } } }, "range": [ - 15780, - 15794 + 16202, + 16216 ], "loc": { "start": { - "line": 514, + "line": 523, "column": 8 }, "end": { - "line": 514, + "line": 523, "column": 22 } } } ], "range": [ - 15671, - 15800 + 16093, + 16222 ], "loc": { "start": { - "line": 509, + "line": 518, "column": 24 }, "end": { - "line": 515, + "line": 524, "column": 5 } } }, "each": false, "range": [ - 15651, - 15800 + 16073, + 16222 ], "loc": { "start": { - "line": 509, + "line": 518, "column": 4 }, "end": { - "line": 515, + "line": 524, "column": 5 } } @@ -32875,16 +33503,16 @@ "type": "Identifier", "name": "vals", "range": [ - 15812, - 15816 + 16234, + 16238 ], "loc": { "start": { - "line": 516, + "line": 525, "column": 11 }, "end": { - "line": 516, + "line": 525, "column": 15 } } @@ -32893,31 +33521,31 @@ "type": "Identifier", "name": "join", "range": [ - 15817, - 15821 + 16239, + 16243 ], "loc": { "start": { - "line": 516, + "line": 525, "column": 16 }, "end": { - "line": 516, + "line": 525, "column": 20 } } }, "range": [ - 15812, - 15821 + 16234, + 16243 ], "loc": { "start": { - "line": 516, + "line": 525, "column": 11 }, "end": { - "line": 516, + "line": 525, "column": 20 } } @@ -32928,63 +33556,63 @@ "value": ".", "raw": "'.'", "range": [ - 15822, - 15825 + 16244, + 16247 ], "loc": { "start": { - "line": 516, + "line": 525, "column": 21 }, "end": { - "line": 516, + "line": 525, "column": 24 } } } ], "range": [ - 15812, - 15826 + 16234, + 16248 ], "loc": { "start": { - "line": 516, + "line": 525, "column": 11 }, "end": { - "line": 516, + "line": 525, "column": 25 } } }, "range": [ - 15805, - 15827 + 16227, + 16249 ], "loc": { "start": { - "line": 516, + "line": 525, "column": 4 }, "end": { - "line": 516, + "line": 525, "column": 26 } } } ], "range": [ - 15612, - 15829 + 16034, + 16251 ], "loc": { "start": { - "line": 507, + "line": 516, "column": 26 }, "end": { - "line": 517, + "line": 526, "column": 1 } } @@ -32992,19 +33620,39 @@ "generator": false, "expression": false, "range": [ - 15586, - 15829 + 16008, + 16251 ], "loc": { "start": { - "line": 507, + "line": 516, "column": 0 }, "end": { - "line": 517, + "line": 526, "column": 1 } - } + }, + "leadingComments": [ + { + "type": "Line", + "value": "Converters", + "range": [ + 15995, + 16007 + ], + "loc": { + "start": { + "line": 515, + "column": 0 + }, + "end": { + "line": 515, + "column": 12 + } + } + } + ] }, { "type": "FunctionDeclaration", @@ -33012,16 +33660,16 @@ "type": "Identifier", "name": "sortIP", "range": [ - 15840, - 15846 + 16262, + 16268 ], "loc": { "start": { - "line": 519, + "line": 528, "column": 9 }, "end": { - "line": 519, + "line": 528, "column": 15 } } @@ -33031,16 +33679,16 @@ "type": "Identifier", "name": "a", "range": [ - 15847, - 15848 + 16269, + 16270 ], "loc": { "start": { - "line": 519, + "line": 528, "column": 16 }, "end": { - "line": 519, + "line": 528, "column": 17 } } @@ -33049,16 +33697,16 @@ "type": "Identifier", "name": "b", "range": [ - 15850, - 15851 + 16272, + 16273 ], "loc": { "start": { - "line": 519, + "line": 528, "column": 19 }, "end": { - "line": 519, + "line": 528, "column": 20 } } @@ -33076,16 +33724,16 @@ "type": "Identifier", "name": "aa", "range": [ - 15863, - 15865 + 16285, + 16287 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 8 }, "end": { - "line": 520, + "line": 529, "column": 10 } } @@ -33096,16 +33744,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 15868, - 15877 + 16290, + 16299 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 13 }, "end": { - "line": 520, + "line": 529, "column": 22 } } @@ -33123,16 +33771,16 @@ "type": "Identifier", "name": "a", "range": [ - 15878, - 15879 + 16300, + 16301 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 23 }, "end": { - "line": 520, + "line": 529, "column": 24 } } @@ -33141,31 +33789,31 @@ "type": "Identifier", "name": "value", "range": [ - 15880, - 15885 + 16302, + 16307 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 25 }, "end": { - "line": 520, + "line": 529, "column": 30 } } }, "range": [ - 15878, - 15885 + 16300, + 16307 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 23 }, "end": { - "line": 520, + "line": 529, "column": 30 } } @@ -33174,78 +33822,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 15886, - 15897 + 16308, + 16319 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 31 }, "end": { - "line": 520, + "line": 529, "column": 42 } } }, "range": [ - 15878, - 15897 + 16300, + 16319 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 23 }, "end": { - "line": 520, + "line": 529, "column": 42 } } }, "arguments": [], "range": [ - 15878, - 15899 + 16300, + 16321 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 23 }, "end": { - "line": 520, + "line": 529, "column": 44 } } } ], "range": [ - 15868, - 15900 + 16290, + 16322 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 13 }, "end": { - "line": 520, + "line": 529, "column": 45 } } }, "range": [ - 15863, - 15900 + 16285, + 16322 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 8 }, "end": { - "line": 520, + "line": 529, "column": 45 } } @@ -33253,16 +33901,16 @@ ], "kind": "let", "range": [ - 15859, - 15901 + 16281, + 16323 ], "loc": { "start": { - "line": 520, + "line": 529, "column": 4 }, "end": { - "line": 520, + "line": 529, "column": 46 } } @@ -33276,16 +33924,16 @@ "type": "Identifier", "name": "bb", "range": [ - 15910, - 15912 + 16332, + 16334 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 8 }, "end": { - "line": 521, + "line": 530, "column": 10 } } @@ -33296,16 +33944,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 15915, - 15924 + 16337, + 16346 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 13 }, "end": { - "line": 521, + "line": 530, "column": 22 } } @@ -33323,16 +33971,16 @@ "type": "Identifier", "name": "b", "range": [ - 15925, - 15926 + 16347, + 16348 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 23 }, "end": { - "line": 521, + "line": 530, "column": 24 } } @@ -33341,31 +33989,31 @@ "type": "Identifier", "name": "value", "range": [ - 15927, - 15932 + 16349, + 16354 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 25 }, "end": { - "line": 521, + "line": 530, "column": 30 } } }, "range": [ - 15925, - 15932 + 16347, + 16354 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 23 }, "end": { - "line": 521, + "line": 530, "column": 30 } } @@ -33374,78 +34022,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 15933, - 15944 + 16355, + 16366 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 31 }, "end": { - "line": 521, + "line": 530, "column": 42 } } }, "range": [ - 15925, - 15944 + 16347, + 16366 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 23 }, "end": { - "line": 521, + "line": 530, "column": 42 } } }, "arguments": [], "range": [ - 15925, - 15946 + 16347, + 16368 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 23 }, "end": { - "line": 521, + "line": 530, "column": 44 } } } ], "range": [ - 15915, - 15947 + 16337, + 16369 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 13 }, "end": { - "line": 521, + "line": 530, "column": 45 } } }, "range": [ - 15910, - 15947 + 16332, + 16369 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 8 }, "end": { - "line": 521, + "line": 530, "column": 45 } } @@ -33453,16 +34101,16 @@ ], "kind": "let", "range": [ - 15906, - 15948 + 16328, + 16370 ], "loc": { "start": { - "line": 521, + "line": 530, "column": 4 }, "end": { - "line": 521, + "line": 530, "column": 46 } } @@ -33476,16 +34124,16 @@ "type": "Identifier", "name": "aa", "range": [ - 15957, - 15959 + 16379, + 16381 ], "loc": { "start": { - "line": 522, + "line": 531, "column": 8 }, "end": { - "line": 522, + "line": 531, "column": 10 } } @@ -33494,31 +34142,31 @@ "type": "Identifier", "name": "bb", "range": [ - 15964, - 15966 + 16386, + 16388 ], "loc": { "start": { - "line": 522, + "line": 531, "column": 15 }, "end": { - "line": 522, + "line": 531, "column": 17 } } }, "range": [ - 15957, - 15966 + 16379, + 16388 ], "loc": { "start": { - "line": 522, + "line": 531, "column": 8 }, "end": { - "line": 522, + "line": 531, "column": 17 } } @@ -33533,47 +34181,47 @@ "value": 0, "raw": "0", "range": [ - 15985, - 15986 + 16407, + 16408 ], "loc": { "start": { - "line": 523, + "line": 532, "column": 15 }, "end": { - "line": 523, + "line": 532, "column": 16 } } }, "range": [ - 15978, - 15987 + 16400, + 16409 ], "loc": { "start": { - "line": 523, + "line": 532, "column": 8 }, "end": { - "line": 523, + "line": 532, "column": 17 } } } ], "range": [ - 15968, - 15993 + 16390, + 16415 ], "loc": { "start": { - "line": 522, + "line": 531, "column": 19 }, "end": { - "line": 524, + "line": 533, "column": 5 } } @@ -33587,16 +34235,16 @@ "type": "Identifier", "name": "aa", "range": [ - 16003, - 16005 + 16425, + 16427 ], "loc": { "start": { - "line": 524, + "line": 533, "column": 15 }, "end": { - "line": 524, + "line": 533, "column": 17 } } @@ -33605,31 +34253,31 @@ "type": "Identifier", "name": "bb", "range": [ - 16008, - 16010 + 16430, + 16432 ], "loc": { "start": { - "line": 524, + "line": 533, "column": 20 }, "end": { - "line": 524, + "line": 533, "column": 22 } } }, "range": [ - 16003, - 16010 + 16425, + 16432 ], "loc": { "start": { - "line": 524, + "line": 533, "column": 15 }, "end": { - "line": 524, + "line": 533, "column": 22 } } @@ -33647,63 +34295,63 @@ "value": 1, "raw": "1", "range": [ - 16030, - 16031 + 16452, + 16453 ], "loc": { "start": { - "line": 525, + "line": 534, "column": 16 }, "end": { - "line": 525, + "line": 534, "column": 17 } } }, "prefix": true, "range": [ - 16029, - 16031 + 16451, + 16453 ], "loc": { "start": { - "line": 525, + "line": 534, "column": 15 }, "end": { - "line": 525, + "line": 534, "column": 17 } } }, "range": [ - 16022, - 16032 + 16444, + 16454 ], "loc": { "start": { - "line": 525, + "line": 534, "column": 8 }, "end": { - "line": 525, + "line": 534, "column": 18 } } } ], "range": [ - 16012, - 16038 + 16434, + 16460 ], "loc": { "start": { - "line": 524, + "line": 533, "column": 24 }, "end": { - "line": 526, + "line": 535, "column": 5 } } @@ -33718,93 +34366,93 @@ "value": 1, "raw": "1", "range": [ - 16061, - 16062 + 16483, + 16484 ], "loc": { "start": { - "line": 527, + "line": 536, "column": 15 }, "end": { - "line": 527, + "line": 536, "column": 16 } } }, "range": [ - 16054, - 16063 + 16476, + 16485 ], "loc": { "start": { - "line": 527, + "line": 536, "column": 8 }, "end": { - "line": 527, + "line": 536, "column": 17 } } } ], "range": [ - 16044, - 16069 + 16466, + 16491 ], "loc": { "start": { - "line": 526, + "line": 535, "column": 11 }, "end": { - "line": 528, + "line": 537, "column": 5 } } }, "range": [ - 15999, - 16069 + 16421, + 16491 ], "loc": { "start": { - "line": 524, + "line": 533, "column": 11 }, "end": { - "line": 528, + "line": 537, "column": 5 } } }, "range": [ - 15953, - 16069 + 16375, + 16491 ], "loc": { "start": { - "line": 522, + "line": 531, "column": 4 }, "end": { - "line": 528, + "line": 537, "column": 5 } } } ], "range": [ - 15853, - 16071 + 16275, + 16493 ], "loc": { "start": { - "line": 519, + "line": 528, "column": 22 }, "end": { - "line": 529, + "line": 538, "column": 1 } } @@ -33812,16 +34460,16 @@ "generator": false, "expression": false, "range": [ - 15831, - 16071 + 16253, + 16493 ], "loc": { "start": { - "line": 519, + "line": 528, "column": 0 }, "end": { - "line": 529, + "line": 538, "column": 1 } } @@ -33830,7 +34478,7 @@ "sourceType": "module", "range": [ 0, - 16071 + 16493 ], "loc": { "start": { @@ -33838,7 +34486,7 @@ "column": 0 }, "end": { - "line": 529, + "line": 538, "column": 1 } }, @@ -33847,16 +34495,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n ", "range": [ - 325, - 364 + 356, + 395 ], "loc": { "start": { - "line": 9, + "line": 11, "column": 0 }, "end": { - "line": 11, + "line": 13, "column": 3 } } @@ -33865,16 +34513,16 @@ "type": "Block", "value": "*\n * Creates an instance of AdapterSortableTable\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} opts Configuration object\n ", "range": [ - 430, - 593 + 461, + 624 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 4 }, "end": { - "line": 18, + "line": 20, "column": 7 } } @@ -33883,16 +34531,16 @@ "type": "Block", "value": "*\n * Module name\n * @type {String}\n ", "range": [ - 661, - 725 + 692, + 756 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 11 } } @@ -33901,16 +34549,16 @@ "type": "Block", "value": "*\n * Module description\n * @type {String}\n ", "range": [ - 766, - 837 + 797, + 868 ], "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 11 } } @@ -33919,16 +34567,16 @@ "type": "Block", "value": "*\n * Indicate whether table previously sorted\n * @type {Boolean}\n * @private\n ", "range": [ - 905, - 1019 + 936, + 1050 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 38, + "line": 40, "column": 11 } } @@ -33937,16 +34585,16 @@ "type": "Block", "value": "*\n * List of sort type per column basis\n * @type {Array}\n ", "range": [ - 1058, - 1144 + 1089, + 1175 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 11 } } @@ -33955,16 +34603,16 @@ "type": "Block", "value": "*\n * Column to be sorted at initialization, ie:\n * sort_col_at_start: [1, true]\n * @type {Array}\n ", "range": [ - 1218, - 1352 + 1258, + 1392 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 11 } } @@ -33973,16 +34621,16 @@ "type": "Block", "value": "*\n * Enable asynchronous sort, if triggers are external\n * @type {Boolean}\n ", "range": [ - 1469, - 1573 + 1509, + 1613 ], "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 11 } } @@ -33991,16 +34639,16 @@ "type": "Block", "value": "*\n * List of element IDs triggering sort on a per column basis\n * @type {Array}\n ", "range": [ - 1634, - 1743 + 1674, + 1783 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 64, + "line": 66, "column": 11 } } @@ -34009,16 +34657,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 1830, - 1887 + 1870, + 1927 ], "loc": { "start": { - "line": 67, + "line": 69, "column": 8 }, "end": { - "line": 67, + "line": 69, "column": 65 } } @@ -34027,16 +34675,16 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 1896, - 1941 + 1936, + 1981 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 68, + "line": 70, "column": 53 } } @@ -34045,16 +34693,16 @@ "type": "Block", "value": "*\n * Path to images\n * @type {String}\n ", "range": [ - 1950, - 2017 + 1990, + 2057 ], "loc": { "start": { - "line": 69, + "line": 71, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 11 } } @@ -34063,16 +34711,16 @@ "type": "Block", "value": "*\n * Blank image file name\n * @type {String}\n ", "range": [ - 2085, - 2159 + 2125, + 2199 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 78, + "line": 80, "column": 11 } } @@ -34081,16 +34729,16 @@ "type": "Block", "value": "*\n * Css class for sort indicator image\n * @type {String}\n ", "range": [ - 2226, - 2313 + 2266, + 2353 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 11 } } @@ -34099,16 +34747,16 @@ "type": "Block", "value": "*\n * Css class for ascending sort indicator image\n * @type {String}\n ", "range": [ - 2390, - 2487 + 2430, + 2527 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 8 }, "end": { - "line": 90, + "line": 92, "column": 11 } } @@ -34117,16 +34765,16 @@ "type": "Block", "value": "*\n * Css class for descending sort indicator image\n * @type {String}\n ", "range": [ - 2570, - 2668 + 2610, + 2708 ], "loc": { "start": { - "line": 93, + "line": 95, "column": 8 }, "end": { - "line": 96, + "line": 98, "column": 11 } } @@ -34135,16 +34783,16 @@ "type": "Block", "value": "*\n * Cell attribute key storing custom value used for sorting\n * @type {String}\n ", "range": [ - 2754, - 2863 + 2794, + 2903 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 8 }, "end": { - "line": 102, + "line": 104, "column": 11 } } @@ -34153,16 +34801,16 @@ "type": "Block", "value": "*\n * Callback fired when sort extension is instanciated\n * @type {Function}\n ", "range": [ - 2936, - 3041 + 2976, + 3081 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 8 }, "end": { - "line": 108, + "line": 110, "column": 11 } } @@ -34171,16 +34819,16 @@ "type": "Block", "value": "*\n * Callback fired before a table column is sorted\n * @type {Function}\n ", "range": [ - 3147, - 3248 + 3187, + 3288 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 8 }, "end": { - "line": 115, + "line": 117, "column": 11 } } @@ -34189,16 +34837,16 @@ "type": "Block", "value": "*\n * Callback fired after a table column is sorted\n * @type {Function}\n ", "range": [ - 3354, - 3454 + 3394, + 3494 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 122, + "line": 124, "column": 11 } } @@ -34207,16 +34855,16 @@ "type": "Block", "value": "*\n * SortableTable instance\n * @private\n ", "range": [ - 3545, - 3614 + 3585, + 3654 ], "loc": { "start": { - "line": 125, + "line": 127, "column": 8 }, "end": { - "line": 128, + "line": 130, "column": 11 } } @@ -34225,16 +34873,16 @@ "type": "Block", "value": "*\n * Initializes AdapterSortableTable instance\n ", "range": [ - 3675, - 3735 + 3715, + 3775 ], "loc": { "start": { - "line": 134, + "line": 136, "column": 4 }, "end": { - "line": 136, + "line": 138, "column": 7 } } @@ -34243,35 +34891,53 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 3871, - 3925 + 3911, + 3965 ], "loc": { "start": { - "line": 144, + "line": 146, "column": 8 }, "end": { - "line": 144, + "line": 146, "column": 62 } } }, { "type": "Line", - "value": "Column sort at start", + "value": " Add any date format if needed", "range": [ - 4114, - 4136 + 4086, + 4118 ], "loc": { "start": { - "line": 152, + "line": 151, "column": 8 }, "end": { - "line": 152, - "column": 30 + "line": 151, + "column": 40 + } + } + }, + { + "type": "Line", + "value": " Column sort at start", + "range": [ + 4294, + 4317 + ], + "loc": { + "start": { + "line": 158, + "column": 8 + }, + "end": { + "line": 158, + "column": 31 } } }, @@ -34279,16 +34945,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 4397, - 4430 + 4578, + 4611 ], "loc": { "start": { - "line": 162, + "line": 168, "column": 8 }, "end": { - "line": 162, + "line": 168, "column": 41 } } @@ -34297,16 +34963,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 4612, - 4647 + 4793, + 4828 ], "loc": { "start": { - "line": 168, + "line": 174, "column": 12 }, "end": { - "line": 168, + "line": 174, "column": 47 } } @@ -34315,16 +34981,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 4836, - 4863 + 5017, + 5044 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 12 }, "end": { - "line": 177, + "line": 183, "column": 39 } } @@ -34333,16 +34999,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 4963, - 5024 + 5144, + 5205 ], "loc": { "start": { - "line": 180, + "line": 186, "column": 16 }, "end": { - "line": 180, + "line": 186, "column": 77 } } @@ -34351,16 +35017,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 5571, - 5588 + 5752, + 5769 ], "loc": { "start": { - "line": 198, + "line": 204, "column": 8 }, "end": { - "line": 198, + "line": 204, "column": 25 } } @@ -34369,16 +35035,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 5691, - 5831 + 5872, + 6012 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 4 }, "end": { - "line": 208, + "line": 214, "column": 7 } } @@ -34387,16 +35053,16 @@ "type": "Block", "value": "*\n * Set SortableTable overrides for TableFilter integration\n ", "range": [ - 5918, - 5992 + 6099, + 6173 ], "loc": { "start": { - "line": 213, + "line": 219, "column": 4 }, "end": { - "line": 215, + "line": 221, "column": 7 } } @@ -34405,16 +35071,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 6083, - 6212 + 6264, + 6393 ], "loc": { "start": { - "line": 220, + "line": 226, "column": 8 }, "end": { - "line": 223, + "line": 229, "column": 11 } } @@ -34423,16 +35089,16 @@ "type": "Line", "value": " find Header element", "range": [ - 6366, - 6388 + 6547, + 6569 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 12 }, "end": { - "line": 229, + "line": 235, "column": 34 } } @@ -34441,16 +35107,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 6728, - 6925 + 6909, + 7106 ], "loc": { "start": { - "line": 242, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 253, "column": 11 } } @@ -34459,16 +35125,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 7165, - 7290 + 7346, + 7471 ], "loc": { "start": { - "line": 255, + "line": 261, "column": 8 }, "end": { - "line": 258, + "line": 264, "column": 11 } } @@ -34477,16 +35143,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 8598, - 8690 + 8779, + 8871 ], "loc": { "start": { - "line": 294, + "line": 300, "column": 8 }, "end": { - "line": 296, + "line": 302, "column": 11 } } @@ -34495,16 +35161,16 @@ "type": "Line", "value": " external headers", "range": [ - 8830, - 8849 + 9011, + 9030 ], "loc": { "start": { - "line": 301, + "line": 307, "column": 12 }, "end": { - "line": 301, + "line": 307, "column": 31 } } @@ -34513,16 +35179,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 10368, - 10591 + 10549, + 10772 ], "loc": { "start": { - "line": 341, + "line": 347, "column": 8 }, "end": { - "line": 347, + "line": 353, "column": 11 } } @@ -34531,16 +35197,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 10712, - 10763 + 10893, + 10944 ], "loc": { "start": { - "line": 350, + "line": 356, "column": 12 }, "end": { - "line": 350, + "line": 356, "column": 63 } } @@ -34549,16 +35215,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 11124, - 11371 + 11305, + 11552 ], "loc": { "start": { - "line": 360, + "line": 366, "column": 8 }, "end": { - "line": 365, + "line": 371, "column": 11 } } @@ -34567,53 +35233,71 @@ "type": "Block", "value": "*\n * Adds a sort type\n ", "range": [ - 11701, - 11736 + 11882, + 11917 ], "loc": { "start": { - "line": 378, + "line": 384, "column": 4 }, "end": { - "line": 380, + "line": 386, "column": 7 } } }, + { + "type": "Line", + "value": " Extract the arguments", + "range": [ + 11953, + 11977 + ], + "loc": { + "start": { + "line": 388, + "column": 8 + }, + "end": { + "line": 388, + "column": 32 + } + } + }, { "type": "Block", "value": "*\n * Sets the sort types on a column basis\n * @private\n ", "range": [ - 11879, - 11951 + 12095, + 12167 ], "loc": { "start": { - "line": 386, + "line": 393, "column": 4 }, "end": { - "line": 389, + "line": 396, "column": 7 } } }, { "type": "Line", - "value": " resolve column types", + "value": " TODO: normalise 'none' vs 'None'", "range": [ - 12345, - 12368 + 13330, + 13365 ], "loc": { "start": { - "line": 403, - "column": 21 + "line": 424, + "column": 24 }, "end": { - "line": 403, - "column": 44 + "line": 424, + "column": 59 } } }, @@ -34621,16 +35305,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 12807, - 12842 + 13574, + 13609 ], "loc": { "start": { - "line": 415, + "line": 434, "column": 8 }, "end": { - "line": 415, + "line": 434, "column": 43 } } @@ -34639,16 +35323,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 12852, - 12871 + 13619, + 13638 ], "loc": { "start": { - "line": 417, + "line": 436, "column": 8 }, "end": { - "line": 417, + "line": 436, "column": 27 } } @@ -34657,16 +35341,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 13546, - 13586 + 13876, + 13916 ], "loc": { "start": { - "line": 432, + "line": 443, "column": 8 }, "end": { - "line": 432, + "line": 443, "column": 48 } } @@ -34675,16 +35359,16 @@ "type": "Block", "value": "*\n * Remove extension\n ", "range": [ - 14399, - 14434 + 15356, + 15391 ], "loc": { "start": { - "line": 456, + "line": 488, "column": 4 }, "end": { - "line": 458, + "line": 490, "column": 7 } } @@ -34693,16 +35377,16 @@ "type": "Line", "value": "Converters", "range": [ - 15072, - 15084 + 15995, + 16007 ], "loc": { "start": { - "line": 484, + "line": 515, "column": 0 }, "end": { - "line": 484, + "line": 515, "column": 12 } } diff --git a/docs/ast/source/modules/dateType.js.json b/docs/ast/source/modules/dateType.js.json new file mode 100644 index 00000000..4dab54d5 --- /dev/null +++ b/docs/ast/source/modules/dateType.js.json @@ -0,0 +1,5857 @@ +{ + "type": "Program", + "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "SugarDate", + "range": [ + 16, + 25 + ], + "loc": { + "start": { + "line": 1, + "column": 16 + }, + "end": { + "line": 1, + "column": 25 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Date", + "range": [ + 8, + 12 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 12 + } + } + }, + "range": [ + 8, + 25 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 25 + } + } + } + ], + "source": { + "type": "Literal", + "value": "sugar-date", + "raw": "'sugar-date'", + "range": [ + 32, + 44 + ], + "loc": { + "start": { + "line": 1, + "column": 32 + }, + "end": { + "line": 1, + "column": 44 + } + } + }, + "range": [ + 0, + 45 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 45 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [], + "source": { + "type": "Literal", + "value": "sugar-date/locales", + "raw": "'sugar-date/locales'", + "range": [ + 53, + 73 + ], + "loc": { + "start": { + "line": 2, + "column": 7 + }, + "end": { + "line": 2, + "column": 27 + } + } + }, + "range": [ + 46, + 74 + ], + "loc": { + "start": { + "line": 2, + "column": 0 + }, + "end": { + "line": 2, + "column": 28 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 83, + 90 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 83, + 90 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 15 + } + } + }, + "range": [ + 83, + 90 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../feature", + "raw": "'../feature'", + "range": [ + 97, + 109 + ], + "loc": { + "start": { + "line": 3, + "column": 22 + }, + "end": { + "line": 3, + "column": 34 + } + } + }, + "range": [ + 75, + 110 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 3, + "column": 35 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "isObj", + "range": [ + 119, + 124 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 13 + } + } + }, + "imported": { + "type": "Identifier", + "name": "isObj", + "range": [ + 119, + 124 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 13 + } + } + }, + "range": [ + 119, + 124 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 13 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "isArray", + "range": [ + 126, + 133 + ], + "loc": { + "start": { + "line": 4, + "column": 15 + }, + "end": { + "line": 4, + "column": 22 + } + } + }, + "imported": { + "type": "Identifier", + "name": "isArray", + "range": [ + 126, + 133 + ], + "loc": { + "start": { + "line": 4, + "column": 15 + }, + "end": { + "line": 4, + "column": 22 + } + } + }, + "range": [ + 126, + 133 + ], + "loc": { + "start": { + "line": 4, + "column": 15 + }, + "end": { + "line": 4, + "column": 22 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../types", + "raw": "'../types'", + "range": [ + 140, + 150 + ], + "loc": { + "start": { + "line": 4, + "column": 29 + }, + "end": { + "line": 4, + "column": 39 + } + } + }, + "range": [ + 111, + 151 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 4, + "column": 40 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "DATE", + "range": [ + 160, + 164 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "DATE", + "range": [ + 160, + 164 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 12 + } + } + }, + "range": [ + 160, + 164 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 12 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../const", + "raw": "'../const'", + "range": [ + 171, + 181 + ], + "loc": { + "start": { + "line": 5, + "column": 19 + }, + "end": { + "line": 5, + "column": 29 + } + } + }, + "range": [ + 152, + 182 + ], + "loc": { + "start": { + "line": 5, + "column": 0 + }, + "end": { + "line": 5, + "column": 30 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Wrapper for Sugar Date module providing datetime helpers and locales\n * @export\n * @class DateType\n ", + "range": [ + 184, + 293 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "ClassDeclaration", + "id": { + "type": "Identifier", + "name": "DateType", + "range": [ + 307, + 315 + ], + "loc": { + "start": { + "line": 12, + "column": 13 + }, + "end": { + "line": 12, + "column": 21 + } + } + }, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 324, + 331 + ], + "loc": { + "start": { + "line": 12, + "column": 30 + }, + "end": { + "line": 12, + "column": 37 + } + } + }, + "body": { + "type": "ClassBody", + "body": [ + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "constructor", + "range": [ + 446, + 457 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 15 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 458, + 460 + ], + "loc": { + "start": { + "line": 18, + "column": 16 + }, + "end": { + "line": 18, + "column": 18 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Super", + "range": [ + 472, + 477 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 13 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 478, + 480 + ], + "loc": { + "start": { + "line": 19, + "column": 14 + }, + "end": { + "line": 19, + "column": 16 + } + } + }, + { + "type": "Literal", + "value": "dateType", + "raw": "'dateType'", + "range": [ + 482, + 492 + ], + "loc": { + "start": { + "line": 19, + "column": 18 + }, + "end": { + "line": 19, + "column": 28 + } + } + } + ], + "range": [ + 472, + 493 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 29 + } + } + }, + "range": [ + 472, + 494 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 30 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Global locale\n * @type {String}\n ", + "range": [ + 504, + 570 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 24, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 579, + 583 + ], + "loc": { + "start": { + "line": 25, + "column": 8 + }, + "end": { + "line": 25, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 584, + 590 + ], + "loc": { + "start": { + "line": 25, + "column": 13 + }, + "end": { + "line": 25, + "column": 19 + } + } + }, + "range": [ + 579, + 590 + ], + "loc": { + "start": { + "line": 25, + "column": 8 + }, + "end": { + "line": 25, + "column": 19 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 593, + 595 + ], + "loc": { + "start": { + "line": 25, + "column": 22 + }, + "end": { + "line": 25, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 596, + 602 + ], + "loc": { + "start": { + "line": 25, + "column": 25 + }, + "end": { + "line": 25, + "column": 31 + } + } + }, + "range": [ + 593, + 602 + ], + "loc": { + "start": { + "line": 25, + "column": 22 + }, + "end": { + "line": 25, + "column": 31 + } + } + }, + "range": [ + 579, + 602 + ], + "loc": { + "start": { + "line": 25, + "column": 8 + }, + "end": { + "line": 25, + "column": 31 + } + } + }, + "range": [ + 579, + 603 + ], + "loc": { + "start": { + "line": 25, + "column": 8 + }, + "end": { + "line": 25, + "column": 32 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Global locale\n * @type {String}\n ", + "range": [ + 504, + 570 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 24, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Sugar Date instance\n * @type {Object}\n ", + "range": [ + 613, + 685 + ], + "loc": { + "start": { + "line": 27, + "column": 8 + }, + "end": { + "line": 30, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 694, + 698 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "datetime", + "range": [ + 699, + 707 + ], + "loc": { + "start": { + "line": 31, + "column": 13 + }, + "end": { + "line": 31, + "column": 21 + } + } + }, + "range": [ + 694, + 707 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 21 + } + } + }, + "right": { + "type": "Identifier", + "name": "SugarDate", + "range": [ + 710, + 719 + ], + "loc": { + "start": { + "line": 31, + "column": 24 + }, + "end": { + "line": 31, + "column": 33 + } + } + }, + "range": [ + 694, + 719 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 33 + } + } + }, + "range": [ + 694, + 720 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 34 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Sugar Date instance\n * @type {Object}\n ", + "range": [ + 613, + 685 + ], + "loc": { + "start": { + "line": 27, + "column": 8 + }, + "end": { + "line": 30, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 730, + 734 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "enable", + "range": [ + 735, + 741 + ], + "loc": { + "start": { + "line": 33, + "column": 13 + }, + "end": { + "line": 33, + "column": 19 + } + } + }, + "range": [ + 730, + 741 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 19 + } + } + }, + "arguments": [], + "range": [ + 730, + 743 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 21 + } + } + }, + "range": [ + 730, + 744 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 22 + } + } + } + ], + "range": [ + 462, + 750 + ], + "loc": { + "start": { + "line": 18, + "column": 20 + }, + "end": { + "line": 34, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 457, + 750 + ], + "loc": { + "start": { + "line": 18, + "column": 15 + }, + "end": { + "line": 34, + "column": 5 + } + } + }, + "kind": "constructor", + "computed": false, + "range": [ + 446, + 750 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 34, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Creates an instance of DateType\n * @param {TableFilter} tf TableFilter instance\n ", + "range": [ + 339, + 441 + ], + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 17, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Initialize DateType instance\n ", + "range": [ + 756, + 803 + ], + "loc": { + "start": { + "line": 36, + "column": 4 + }, + "end": { + "line": 38, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "init", + "range": [ + 808, + 812 + ], + "loc": { + "start": { + "line": 39, + "column": 4 + }, + "end": { + "line": 39, + "column": 8 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 829, + 833 + ], + "loc": { + "start": { + "line": 40, + "column": 12 + }, + "end": { + "line": 40, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 834, + 845 + ], + "loc": { + "start": { + "line": 40, + "column": 17 + }, + "end": { + "line": 40, + "column": 28 + } + } + }, + "range": [ + 829, + 845 + ], + "loc": { + "start": { + "line": 40, + "column": 12 + }, + "end": { + "line": 40, + "column": 28 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 861, + 868 + ], + "loc": { + "start": { + "line": 41, + "column": 12 + }, + "end": { + "line": 41, + "column": 19 + } + } + } + ], + "range": [ + 847, + 878 + ], + "loc": { + "start": { + "line": 40, + "column": 30 + }, + "end": { + "line": 42, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 825, + 878 + ], + "loc": { + "start": { + "line": 40, + "column": 8 + }, + "end": { + "line": 42, + "column": 9 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " Set global locale", + "range": [ + 888, + 908 + ], + "loc": { + "start": { + "line": 44, + "column": 8 + }, + "end": { + "line": 44, + "column": 28 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 917, + 921 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "datetime", + "range": [ + 922, + 930 + ], + "loc": { + "start": { + "line": 45, + "column": 13 + }, + "end": { + "line": 45, + "column": 21 + } + } + }, + "range": [ + 917, + 930 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 21 + } + } + }, + "property": { + "type": "Identifier", + "name": "setLocale", + "range": [ + 931, + 940 + ], + "loc": { + "start": { + "line": 45, + "column": 22 + }, + "end": { + "line": 45, + "column": 31 + } + } + }, + "range": [ + 917, + 940 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 941, + 945 + ], + "loc": { + "start": { + "line": 45, + "column": 32 + }, + "end": { + "line": 45, + "column": 36 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 946, + 952 + ], + "loc": { + "start": { + "line": 45, + "column": 37 + }, + "end": { + "line": 45, + "column": 43 + } + } + }, + "range": [ + 941, + 952 + ], + "loc": { + "start": { + "line": 45, + "column": 32 + }, + "end": { + "line": 45, + "column": 43 + } + } + } + ], + "range": [ + 917, + 953 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 44 + } + } + }, + "range": [ + 917, + 954 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 45 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Set global locale", + "range": [ + 888, + 908 + ], + "loc": { + "start": { + "line": 44, + "column": 8 + }, + "end": { + "line": 44, + "column": 28 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": " Add formats from column types configuration if any", + "range": [ + 964, + 1017 + ], + "loc": { + "start": { + "line": 47, + "column": 8 + }, + "end": { + "line": 47, + "column": 61 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1026, + 1030 + ], + "loc": { + "start": { + "line": 48, + "column": 8 + }, + "end": { + "line": 48, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "addConfigFormats", + "range": [ + 1031, + 1047 + ], + "loc": { + "start": { + "line": 48, + "column": 13 + }, + "end": { + "line": 48, + "column": 29 + } + } + }, + "range": [ + 1026, + 1047 + ], + "loc": { + "start": { + "line": 48, + "column": 8 + }, + "end": { + "line": 48, + "column": 29 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1048, + 1052 + ], + "loc": { + "start": { + "line": 48, + "column": 30 + }, + "end": { + "line": 48, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 1053, + 1055 + ], + "loc": { + "start": { + "line": 48, + "column": 35 + }, + "end": { + "line": 48, + "column": 37 + } + } + }, + "range": [ + 1048, + 1055 + ], + "loc": { + "start": { + "line": 48, + "column": 30 + }, + "end": { + "line": 48, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "colTypes", + "range": [ + 1056, + 1064 + ], + "loc": { + "start": { + "line": 48, + "column": 38 + }, + "end": { + "line": 48, + "column": 46 + } + } + }, + "range": [ + 1048, + 1064 + ], + "loc": { + "start": { + "line": 48, + "column": 30 + }, + "end": { + "line": 48, + "column": 46 + } + } + } + ], + "range": [ + 1026, + 1065 + ], + "loc": { + "start": { + "line": 48, + "column": 8 + }, + "end": { + "line": 48, + "column": 47 + } + } + }, + "range": [ + 1026, + 1066 + ], + "loc": { + "start": { + "line": 48, + "column": 8 + }, + "end": { + "line": 48, + "column": 48 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Add formats from column types configuration if any", + "range": [ + 964, + 1017 + ], + "loc": { + "start": { + "line": 47, + "column": 8 + }, + "end": { + "line": 47, + "column": 61 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": " Broadcast date-type initialization", + "range": [ + 1076, + 1113 + ], + "loc": { + "start": { + "line": 50, + "column": 8 + }, + "end": { + "line": 50, + "column": 45 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1122, + 1126 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 1127, + 1134 + ], + "loc": { + "start": { + "line": 51, + "column": 13 + }, + "end": { + "line": 51, + "column": 20 + } + } + }, + "range": [ + 1122, + 1134 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "emit", + "range": [ + 1135, + 1139 + ], + "loc": { + "start": { + "line": 51, + "column": 21 + }, + "end": { + "line": 51, + "column": 25 + } + } + }, + "range": [ + 1122, + 1139 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 25 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "date-type-initialized", + "raw": "'date-type-initialized'", + "range": [ + 1140, + 1163 + ], + "loc": { + "start": { + "line": 51, + "column": 26 + }, + "end": { + "line": 51, + "column": 49 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1165, + 1169 + ], + "loc": { + "start": { + "line": 51, + "column": 51 + }, + "end": { + "line": 51, + "column": 55 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 1170, + 1172 + ], + "loc": { + "start": { + "line": 51, + "column": 56 + }, + "end": { + "line": 51, + "column": 58 + } + } + }, + "range": [ + 1165, + 1172 + ], + "loc": { + "start": { + "line": 51, + "column": 51 + }, + "end": { + "line": 51, + "column": 58 + } + } + }, + { + "type": "ThisExpression", + "range": [ + 1174, + 1178 + ], + "loc": { + "start": { + "line": 51, + "column": 60 + }, + "end": { + "line": 51, + "column": 64 + } + } + } + ], + "range": [ + 1122, + 1179 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 65 + } + } + }, + "range": [ + 1122, + 1180 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 66 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Broadcast date-type initialization", + "range": [ + 1076, + 1113 + ], + "loc": { + "start": { + "line": 50, + "column": 8 + }, + "end": { + "line": 50, + "column": 45 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 1190, + 1207 + ], + "loc": { + "start": { + "line": 53, + "column": 8 + }, + "end": { + "line": 53, + "column": 25 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1216, + 1220 + ], + "loc": { + "start": { + "line": 54, + "column": 8 + }, + "end": { + "line": 54, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 1221, + 1232 + ], + "loc": { + "start": { + "line": 54, + "column": 13 + }, + "end": { + "line": 54, + "column": 24 + } + } + }, + "range": [ + 1216, + 1232 + ], + "loc": { + "start": { + "line": 54, + "column": 8 + }, + "end": { + "line": 54, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 1235, + 1239 + ], + "loc": { + "start": { + "line": 54, + "column": 27 + }, + "end": { + "line": 54, + "column": 31 + } + } + }, + "range": [ + 1216, + 1239 + ], + "loc": { + "start": { + "line": 54, + "column": 8 + }, + "end": { + "line": 54, + "column": 31 + } + } + }, + "range": [ + 1216, + 1240 + ], + "loc": { + "start": { + "line": 54, + "column": 8 + }, + "end": { + "line": 54, + "column": 32 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 1190, + 1207 + ], + "loc": { + "start": { + "line": 53, + "column": 8 + }, + "end": { + "line": 53, + "column": 25 + } + } + } + ] + } + ], + "range": [ + 815, + 1246 + ], + "loc": { + "start": { + "line": 39, + "column": 11 + }, + "end": { + "line": 55, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 812, + 1246 + ], + "loc": { + "start": { + "line": 39, + "column": 8 + }, + "end": { + "line": 55, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 808, + 1246 + ], + "loc": { + "start": { + "line": 39, + "column": 4 + }, + "end": { + "line": 55, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Initialize DateType instance\n ", + "range": [ + 756, + 803 + ], + "loc": { + "start": { + "line": 36, + "column": 4 + }, + "end": { + "line": 38, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Parse a string representation of a date for a specified locale and return\n * a date object\n * @param {String} dateStr String representation of a date\n * @param {String} localeCode Locale code (ie 'en-us')\n * @returns {Date}\n ", + "range": [ + 1252, + 1510 + ], + "loc": { + "start": { + "line": 57, + "column": 4 + }, + "end": { + "line": 63, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "parse", + "range": [ + 1515, + 1520 + ], + "loc": { + "start": { + "line": 64, + "column": 4 + }, + "end": { + "line": 64, + "column": 9 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "dateStr", + "range": [ + 1521, + 1528 + ], + "loc": { + "start": { + "line": 64, + "column": 10 + }, + "end": { + "line": 64, + "column": 17 + } + } + }, + { + "type": "Identifier", + "name": "localeCode", + "range": [ + 1530, + 1540 + ], + "loc": { + "start": { + "line": 64, + "column": 19 + }, + "end": { + "line": 64, + "column": 29 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1559, + 1563 + ], + "loc": { + "start": { + "line": 65, + "column": 15 + }, + "end": { + "line": 65, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "datetime", + "range": [ + 1564, + 1572 + ], + "loc": { + "start": { + "line": 65, + "column": 20 + }, + "end": { + "line": 65, + "column": 28 + } + } + }, + "range": [ + 1559, + 1572 + ], + "loc": { + "start": { + "line": 65, + "column": 15 + }, + "end": { + "line": 65, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "create", + "range": [ + 1573, + 1579 + ], + "loc": { + "start": { + "line": 65, + "column": 29 + }, + "end": { + "line": 65, + "column": 35 + } + } + }, + "range": [ + 1559, + 1579 + ], + "loc": { + "start": { + "line": 65, + "column": 15 + }, + "end": { + "line": 65, + "column": 35 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "dateStr", + "range": [ + 1580, + 1587 + ], + "loc": { + "start": { + "line": 65, + "column": 36 + }, + "end": { + "line": 65, + "column": 43 + } + } + }, + { + "type": "Identifier", + "name": "localeCode", + "range": [ + 1589, + 1599 + ], + "loc": { + "start": { + "line": 65, + "column": 45 + }, + "end": { + "line": 65, + "column": 55 + } + } + } + ], + "range": [ + 1559, + 1600 + ], + "loc": { + "start": { + "line": 65, + "column": 15 + }, + "end": { + "line": 65, + "column": 56 + } + } + }, + "range": [ + 1552, + 1601 + ], + "loc": { + "start": { + "line": 65, + "column": 8 + }, + "end": { + "line": 65, + "column": 57 + } + } + } + ], + "range": [ + 1542, + 1607 + ], + "loc": { + "start": { + "line": 64, + "column": 31 + }, + "end": { + "line": 66, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 1520, + 1607 + ], + "loc": { + "start": { + "line": 64, + "column": 9 + }, + "end": { + "line": 66, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 1515, + 1607 + ], + "loc": { + "start": { + "line": 64, + "column": 4 + }, + "end": { + "line": 66, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Parse a string representation of a date for a specified locale and return\n * a date object\n * @param {String} dateStr String representation of a date\n * @param {String} localeCode Locale code (ie 'en-us')\n * @returns {Date}\n ", + "range": [ + 1252, + 1510 + ], + "loc": { + "start": { + "line": 57, + "column": 4 + }, + "end": { + "line": 63, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Check string representation of a date for a specified locale is valid\n * @param {any} dateStr String representation of a date\n * @param {any} localeCode Locale code (ie 'en-us')\n * @returns {Boolean}\n ", + "range": [ + 1613, + 1843 + ], + "loc": { + "start": { + "line": 68, + "column": 4 + }, + "end": { + "line": 73, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "isValid", + "range": [ + 1848, + 1855 + ], + "loc": { + "start": { + "line": 74, + "column": 4 + }, + "end": { + "line": 74, + "column": 11 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "dateStr", + "range": [ + 1856, + 1863 + ], + "loc": { + "start": { + "line": 74, + "column": 12 + }, + "end": { + "line": 74, + "column": 19 + } + } + }, + { + "type": "Identifier", + "name": "localeCode", + "range": [ + 1865, + 1875 + ], + "loc": { + "start": { + "line": 74, + "column": 21 + }, + "end": { + "line": 74, + "column": 31 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1894, + 1898 + ], + "loc": { + "start": { + "line": 75, + "column": 15 + }, + "end": { + "line": 75, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "datetime", + "range": [ + 1899, + 1907 + ], + "loc": { + "start": { + "line": 75, + "column": 20 + }, + "end": { + "line": 75, + "column": 28 + } + } + }, + "range": [ + 1894, + 1907 + ], + "loc": { + "start": { + "line": 75, + "column": 15 + }, + "end": { + "line": 75, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "isValid", + "range": [ + 1908, + 1915 + ], + "loc": { + "start": { + "line": 75, + "column": 29 + }, + "end": { + "line": 75, + "column": 36 + } + } + }, + "range": [ + 1894, + 1915 + ], + "loc": { + "start": { + "line": 75, + "column": 15 + }, + "end": { + "line": 75, + "column": 36 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1916, + 1920 + ], + "loc": { + "start": { + "line": 75, + "column": 37 + }, + "end": { + "line": 75, + "column": 41 + } + } + }, + "property": { + "type": "Identifier", + "name": "parse", + "range": [ + 1921, + 1926 + ], + "loc": { + "start": { + "line": 75, + "column": 42 + }, + "end": { + "line": 75, + "column": 47 + } + } + }, + "range": [ + 1916, + 1926 + ], + "loc": { + "start": { + "line": 75, + "column": 37 + }, + "end": { + "line": 75, + "column": 47 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "dateStr", + "range": [ + 1927, + 1934 + ], + "loc": { + "start": { + "line": 75, + "column": 48 + }, + "end": { + "line": 75, + "column": 55 + } + } + }, + { + "type": "Identifier", + "name": "localeCode", + "range": [ + 1936, + 1946 + ], + "loc": { + "start": { + "line": 75, + "column": 57 + }, + "end": { + "line": 75, + "column": 67 + } + } + } + ], + "range": [ + 1916, + 1947 + ], + "loc": { + "start": { + "line": 75, + "column": 37 + }, + "end": { + "line": 75, + "column": 68 + } + } + } + ], + "range": [ + 1894, + 1948 + ], + "loc": { + "start": { + "line": 75, + "column": 15 + }, + "end": { + "line": 75, + "column": 69 + } + } + }, + "range": [ + 1887, + 1949 + ], + "loc": { + "start": { + "line": 75, + "column": 8 + }, + "end": { + "line": 75, + "column": 70 + } + } + } + ], + "range": [ + 1877, + 1955 + ], + "loc": { + "start": { + "line": 74, + "column": 33 + }, + "end": { + "line": 76, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 1855, + 1955 + ], + "loc": { + "start": { + "line": 74, + "column": 11 + }, + "end": { + "line": 76, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 1848, + 1955 + ], + "loc": { + "start": { + "line": 74, + "column": 4 + }, + "end": { + "line": 76, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Check string representation of a date for a specified locale is valid\n * @param {any} dateStr String representation of a date\n * @param {any} localeCode Locale code (ie 'en-us')\n * @returns {Boolean}\n ", + "range": [ + 1613, + 1843 + ], + "loc": { + "start": { + "line": 68, + "column": 4 + }, + "end": { + "line": 73, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Return the type object of a specified column as per configuration or\n * passed collection\n * @param {Number} colIndex Column index\n * @param {Array} types Collection of column types, optional\n * @returns {Object}\n ", + "range": [ + 1961, + 2208 + ], + "loc": { + "start": { + "line": 78, + "column": 4 + }, + "end": { + "line": 84, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "getOptions", + "range": [ + 2213, + 2223 + ], + "loc": { + "start": { + "line": 85, + "column": 4 + }, + "end": { + "line": 85, + "column": 14 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 2224, + 2232 + ], + "loc": { + "start": { + "line": 85, + "column": 15 + }, + "end": { + "line": 85, + "column": 23 + } + } + }, + { + "type": "Identifier", + "name": "types", + "range": [ + 2234, + 2239 + ], + "loc": { + "start": { + "line": 85, + "column": 25 + }, + "end": { + "line": 85, + "column": 30 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "types", + "range": [ + 2251, + 2256 + ], + "loc": { + "start": { + "line": 86, + "column": 8 + }, + "end": { + "line": 86, + "column": 13 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "Identifier", + "name": "types", + "range": [ + 2259, + 2264 + ], + "loc": { + "start": { + "line": 86, + "column": 16 + }, + "end": { + "line": 86, + "column": 21 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2268, + 2272 + ], + "loc": { + "start": { + "line": 86, + "column": 25 + }, + "end": { + "line": 86, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 2273, + 2275 + ], + "loc": { + "start": { + "line": 86, + "column": 30 + }, + "end": { + "line": 86, + "column": 32 + } + } + }, + "range": [ + 2268, + 2275 + ], + "loc": { + "start": { + "line": 86, + "column": 25 + }, + "end": { + "line": 86, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "colTypes", + "range": [ + 2276, + 2284 + ], + "loc": { + "start": { + "line": 86, + "column": 33 + }, + "end": { + "line": 86, + "column": 41 + } + } + }, + "range": [ + 2268, + 2284 + ], + "loc": { + "start": { + "line": 86, + "column": 25 + }, + "end": { + "line": 86, + "column": 41 + } + } + }, + "range": [ + 2259, + 2284 + ], + "loc": { + "start": { + "line": 86, + "column": 16 + }, + "end": { + "line": 86, + "column": 41 + } + } + }, + "range": [ + 2251, + 2284 + ], + "loc": { + "start": { + "line": 86, + "column": 8 + }, + "end": { + "line": 86, + "column": 41 + } + } + }, + "range": [ + 2251, + 2285 + ], + "loc": { + "start": { + "line": 86, + "column": 8 + }, + "end": { + "line": 86, + "column": 42 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "colType", + "range": [ + 2298, + 2305 + ], + "loc": { + "start": { + "line": 87, + "column": 12 + }, + "end": { + "line": 87, + "column": 19 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "types", + "range": [ + 2308, + 2313 + ], + "loc": { + "start": { + "line": 87, + "column": 22 + }, + "end": { + "line": 87, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 2314, + 2322 + ], + "loc": { + "start": { + "line": 87, + "column": 28 + }, + "end": { + "line": 87, + "column": 36 + } + } + }, + "range": [ + 2308, + 2323 + ], + "loc": { + "start": { + "line": 87, + "column": 22 + }, + "end": { + "line": 87, + "column": 37 + } + } + }, + "range": [ + 2298, + 2323 + ], + "loc": { + "start": { + "line": 87, + "column": 12 + }, + "end": { + "line": 87, + "column": 37 + } + } + } + ], + "kind": "let", + "range": [ + 2294, + 2324 + ], + "loc": { + "start": { + "line": 87, + "column": 8 + }, + "end": { + "line": 87, + "column": 38 + } + } + }, + { + "type": "ReturnStatement", + "argument": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isObj", + "range": [ + 2340, + 2345 + ], + "loc": { + "start": { + "line": 88, + "column": 15 + }, + "end": { + "line": 88, + "column": 20 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colType", + "range": [ + 2346, + 2353 + ], + "loc": { + "start": { + "line": 88, + "column": 21 + }, + "end": { + "line": 88, + "column": 28 + } + } + } + ], + "range": [ + 2340, + 2354 + ], + "loc": { + "start": { + "line": 88, + "column": 15 + }, + "end": { + "line": 88, + "column": 29 + } + } + }, + "consequent": { + "type": "Identifier", + "name": "colType", + "range": [ + 2357, + 2364 + ], + "loc": { + "start": { + "line": 88, + "column": 32 + }, + "end": { + "line": 88, + "column": 39 + } + } + }, + "alternate": { + "type": "ObjectExpression", + "properties": [], + "range": [ + 2367, + 2369 + ], + "loc": { + "start": { + "line": 88, + "column": 42 + }, + "end": { + "line": 88, + "column": 44 + } + } + }, + "range": [ + 2340, + 2369 + ], + "loc": { + "start": { + "line": 88, + "column": 15 + }, + "end": { + "line": 88, + "column": 44 + } + } + }, + "range": [ + 2333, + 2370 + ], + "loc": { + "start": { + "line": 88, + "column": 8 + }, + "end": { + "line": 88, + "column": 45 + } + } + } + ], + "range": [ + 2241, + 2376 + ], + "loc": { + "start": { + "line": 85, + "column": 32 + }, + "end": { + "line": 89, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 2223, + 2376 + ], + "loc": { + "start": { + "line": 85, + "column": 14 + }, + "end": { + "line": 89, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 2213, + 2376 + ], + "loc": { + "start": { + "line": 85, + "column": 4 + }, + "end": { + "line": 89, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Return the type object of a specified column as per configuration or\n * passed collection\n * @param {Number} colIndex Column index\n * @param {Array} types Collection of column types, optional\n * @returns {Object}\n ", + "range": [ + 1961, + 2208 + ], + "loc": { + "start": { + "line": 78, + "column": 4 + }, + "end": { + "line": 84, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Add date time format(s) to a locale as specified by the passed\n * collection of column types, ie:\n * [\n * 'string',\n * 'number',\n * { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}\n * ]\n *\n * @param {Array} [types=[]] Collection of column types\n ", + "range": [ + 2382, + 2704 + ], + "loc": { + "start": { + "line": 91, + "column": 4 + }, + "end": { + "line": 101, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "addConfigFormats", + "range": [ + 2709, + 2725 + ], + "loc": { + "start": { + "line": 102, + "column": 4 + }, + "end": { + "line": 102, + "column": 20 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "AssignmentPattern", + "left": { + "type": "Identifier", + "name": "types", + "range": [ + 2726, + 2731 + ], + "loc": { + "start": { + "line": 102, + "column": 21 + }, + "end": { + "line": 102, + "column": 26 + } + } + }, + "right": { + "type": "ArrayExpression", + "elements": [], + "range": [ + 2732, + 2734 + ], + "loc": { + "start": { + "line": 102, + "column": 27 + }, + "end": { + "line": 102, + "column": 29 + } + } + }, + "range": [ + 2726, + 2734 + ], + "loc": { + "start": { + "line": 102, + "column": 21 + }, + "end": { + "line": 102, + "column": 29 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "types", + "range": [ + 2746, + 2751 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 103, + "column": 13 + } + } + }, + "property": { + "type": "Identifier", + "name": "forEach", + "range": [ + 2752, + 2759 + ], + "loc": { + "start": { + "line": 103, + "column": 14 + }, + "end": { + "line": 103, + "column": 21 + } + } + }, + "range": [ + 2746, + 2759 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 103, + "column": 21 + } + } + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "type", + "range": [ + 2761, + 2765 + ], + "loc": { + "start": { + "line": 103, + "column": 23 + }, + "end": { + "line": 103, + "column": 27 + } + } + }, + { + "type": "Identifier", + "name": "idx", + "range": [ + 2767, + 2770 + ], + "loc": { + "start": { + "line": 103, + "column": 29 + }, + "end": { + "line": 103, + "column": 32 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "options", + "range": [ + 2793, + 2800 + ], + "loc": { + "start": { + "line": 104, + "column": 16 + }, + "end": { + "line": 104, + "column": 23 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2803, + 2807 + ], + "loc": { + "start": { + "line": 104, + "column": 26 + }, + "end": { + "line": 104, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "getOptions", + "range": [ + 2808, + 2818 + ], + "loc": { + "start": { + "line": 104, + "column": 31 + }, + "end": { + "line": 104, + "column": 41 + } + } + }, + "range": [ + 2803, + 2818 + ], + "loc": { + "start": { + "line": 104, + "column": 26 + }, + "end": { + "line": 104, + "column": 41 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "idx", + "range": [ + 2819, + 2822 + ], + "loc": { + "start": { + "line": 104, + "column": 42 + }, + "end": { + "line": 104, + "column": 45 + } + } + }, + { + "type": "Identifier", + "name": "types", + "range": [ + 2824, + 2829 + ], + "loc": { + "start": { + "line": 104, + "column": 47 + }, + "end": { + "line": 104, + "column": 52 + } + } + } + ], + "range": [ + 2803, + 2830 + ], + "loc": { + "start": { + "line": 104, + "column": 26 + }, + "end": { + "line": 104, + "column": 53 + } + } + }, + "range": [ + 2793, + 2830 + ], + "loc": { + "start": { + "line": 104, + "column": 16 + }, + "end": { + "line": 104, + "column": 53 + } + } + } + ], + "kind": "let", + "range": [ + 2789, + 2831 + ], + "loc": { + "start": { + "line": 104, + "column": 12 + }, + "end": { + "line": 104, + "column": 54 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "options", + "range": [ + 2848, + 2855 + ], + "loc": { + "start": { + "line": 105, + "column": 16 + }, + "end": { + "line": 105, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "type", + "range": [ + 2856, + 2860 + ], + "loc": { + "start": { + "line": 105, + "column": 24 + }, + "end": { + "line": 105, + "column": 28 + } + } + }, + "range": [ + 2848, + 2860 + ], + "loc": { + "start": { + "line": 105, + "column": 16 + }, + "end": { + "line": 105, + "column": 28 + } + } + }, + "right": { + "type": "Identifier", + "name": "DATE", + "range": [ + 2865, + 2869 + ], + "loc": { + "start": { + "line": 105, + "column": 33 + }, + "end": { + "line": 105, + "column": 37 + } + } + }, + "range": [ + 2848, + 2869 + ], + "loc": { + "start": { + "line": 105, + "column": 16 + }, + "end": { + "line": 105, + "column": 37 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "options", + "range": [ + 2873, + 2880 + ], + "loc": { + "start": { + "line": 105, + "column": 41 + }, + "end": { + "line": 105, + "column": 48 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasOwnProperty", + "range": [ + 2881, + 2895 + ], + "loc": { + "start": { + "line": 105, + "column": 49 + }, + "end": { + "line": 105, + "column": 63 + } + } + }, + "range": [ + 2873, + 2895 + ], + "loc": { + "start": { + "line": 105, + "column": 41 + }, + "end": { + "line": 105, + "column": 63 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "format", + "raw": "'format'", + "range": [ + 2896, + 2904 + ], + "loc": { + "start": { + "line": 105, + "column": 64 + }, + "end": { + "line": 105, + "column": 72 + } + } + } + ], + "range": [ + 2873, + 2905 + ], + "loc": { + "start": { + "line": 105, + "column": 41 + }, + "end": { + "line": 105, + "column": 73 + } + } + }, + "range": [ + 2848, + 2905 + ], + "loc": { + "start": { + "line": 105, + "column": 16 + }, + "end": { + "line": 105, + "column": 73 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "locale", + "range": [ + 2929, + 2935 + ], + "loc": { + "start": { + "line": 106, + "column": 20 + }, + "end": { + "line": 106, + "column": 26 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2938, + 2942 + ], + "loc": { + "start": { + "line": 106, + "column": 29 + }, + "end": { + "line": 106, + "column": 33 + } + } + }, + "property": { + "type": "Identifier", + "name": "datetime", + "range": [ + 2943, + 2951 + ], + "loc": { + "start": { + "line": 106, + "column": 34 + }, + "end": { + "line": 106, + "column": 42 + } + } + }, + "range": [ + 2938, + 2951 + ], + "loc": { + "start": { + "line": 106, + "column": 29 + }, + "end": { + "line": 106, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "getLocale", + "range": [ + 2952, + 2961 + ], + "loc": { + "start": { + "line": 106, + "column": 43 + }, + "end": { + "line": 106, + "column": 52 + } + } + }, + "range": [ + 2938, + 2961 + ], + "loc": { + "start": { + "line": 106, + "column": 29 + }, + "end": { + "line": 106, + "column": 52 + } + } + }, + "arguments": [ + { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "options", + "range": [ + 2983, + 2990 + ], + "loc": { + "start": { + "line": 107, + "column": 20 + }, + "end": { + "line": 107, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 2991, + 2997 + ], + "loc": { + "start": { + "line": 107, + "column": 28 + }, + "end": { + "line": 107, + "column": 34 + } + } + }, + "range": [ + 2983, + 2997 + ], + "loc": { + "start": { + "line": 107, + "column": 20 + }, + "end": { + "line": 107, + "column": 34 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 3001, + 3005 + ], + "loc": { + "start": { + "line": 107, + "column": 38 + }, + "end": { + "line": 107, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 3006, + 3012 + ], + "loc": { + "start": { + "line": 107, + "column": 43 + }, + "end": { + "line": 107, + "column": 49 + } + } + }, + "range": [ + 3001, + 3012 + ], + "loc": { + "start": { + "line": 107, + "column": 38 + }, + "end": { + "line": 107, + "column": 49 + } + } + }, + "range": [ + 2983, + 3012 + ], + "loc": { + "start": { + "line": 107, + "column": 20 + }, + "end": { + "line": 107, + "column": 49 + } + } + } + ], + "range": [ + 2938, + 3030 + ], + "loc": { + "start": { + "line": 106, + "column": 29 + }, + "end": { + "line": 108, + "column": 17 + } + } + }, + "range": [ + 2929, + 3030 + ], + "loc": { + "start": { + "line": 106, + "column": 20 + }, + "end": { + "line": 108, + "column": 17 + } + } + } + ], + "kind": "let", + "range": [ + 2925, + 3031 + ], + "loc": { + "start": { + "line": 106, + "column": 16 + }, + "end": { + "line": 108, + "column": 18 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isArray", + "range": [ + 3052, + 3059 + ], + "loc": { + "start": { + "line": 109, + "column": 20 + }, + "end": { + "line": 109, + "column": 27 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "options", + "range": [ + 3060, + 3067 + ], + "loc": { + "start": { + "line": 109, + "column": 28 + }, + "end": { + "line": 109, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "format", + "range": [ + 3068, + 3074 + ], + "loc": { + "start": { + "line": 109, + "column": 36 + }, + "end": { + "line": 109, + "column": 42 + } + } + }, + "range": [ + 3060, + 3074 + ], + "loc": { + "start": { + "line": 109, + "column": 28 + }, + "end": { + "line": 109, + "column": 42 + } + } + } + ], + "range": [ + 3052, + 3075 + ], + "loc": { + "start": { + "line": 109, + "column": 20 + }, + "end": { + "line": 109, + "column": 43 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "options", + "range": [ + 3099, + 3106 + ], + "loc": { + "start": { + "line": 110, + "column": 20 + }, + "end": { + "line": 110, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "format", + "range": [ + 3107, + 3113 + ], + "loc": { + "start": { + "line": 110, + "column": 28 + }, + "end": { + "line": 110, + "column": 34 + } + } + }, + "range": [ + 3099, + 3113 + ], + "loc": { + "start": { + "line": 110, + "column": 20 + }, + "end": { + "line": 110, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "forEach", + "range": [ + 3114, + 3121 + ], + "loc": { + "start": { + "line": 110, + "column": 35 + }, + "end": { + "line": 110, + "column": 42 + } + } + }, + "range": [ + 3099, + 3121 + ], + "loc": { + "start": { + "line": 110, + "column": 20 + }, + "end": { + "line": 110, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "format", + "range": [ + 3123, + 3129 + ], + "loc": { + "start": { + "line": 110, + "column": 44 + }, + "end": { + "line": 110, + "column": 50 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "locale", + "range": [ + 3160, + 3166 + ], + "loc": { + "start": { + "line": 111, + "column": 24 + }, + "end": { + "line": 111, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "addFormat", + "range": [ + 3167, + 3176 + ], + "loc": { + "start": { + "line": 111, + "column": 31 + }, + "end": { + "line": 111, + "column": 40 + } + } + }, + "range": [ + 3160, + 3176 + ], + "loc": { + "start": { + "line": 111, + "column": 24 + }, + "end": { + "line": 111, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "format", + "range": [ + 3177, + 3183 + ], + "loc": { + "start": { + "line": 111, + "column": 41 + }, + "end": { + "line": 111, + "column": 47 + } + } + } + ], + "range": [ + 3160, + 3184 + ], + "loc": { + "start": { + "line": 111, + "column": 24 + }, + "end": { + "line": 111, + "column": 48 + } + } + }, + "range": [ + 3160, + 3185 + ], + "loc": { + "start": { + "line": 111, + "column": 24 + }, + "end": { + "line": 111, + "column": 49 + } + } + } + ], + "range": [ + 3134, + 3207 + ], + "loc": { + "start": { + "line": 110, + "column": 55 + }, + "end": { + "line": 112, + "column": 21 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 3122, + 3207 + ], + "loc": { + "start": { + "line": 110, + "column": 43 + }, + "end": { + "line": 112, + "column": 21 + } + } + } + ], + "range": [ + 3099, + 3208 + ], + "loc": { + "start": { + "line": 110, + "column": 20 + }, + "end": { + "line": 112, + "column": 22 + } + } + }, + "range": [ + 3099, + 3209 + ], + "loc": { + "start": { + "line": 110, + "column": 20 + }, + "end": { + "line": 112, + "column": 23 + } + } + } + ], + "range": [ + 3077, + 3227 + ], + "loc": { + "start": { + "line": 109, + "column": 45 + }, + "end": { + "line": 113, + "column": 17 + } + } + }, + "alternate": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "locale", + "range": [ + 3255, + 3261 + ], + "loc": { + "start": { + "line": 114, + "column": 20 + }, + "end": { + "line": 114, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "addFormat", + "range": [ + 3262, + 3271 + ], + "loc": { + "start": { + "line": 114, + "column": 27 + }, + "end": { + "line": 114, + "column": 36 + } + } + }, + "range": [ + 3255, + 3271 + ], + "loc": { + "start": { + "line": 114, + "column": 20 + }, + "end": { + "line": 114, + "column": 36 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "options", + "range": [ + 3272, + 3279 + ], + "loc": { + "start": { + "line": 114, + "column": 37 + }, + "end": { + "line": 114, + "column": 44 + } + } + }, + "property": { + "type": "Identifier", + "name": "format", + "range": [ + 3280, + 3286 + ], + "loc": { + "start": { + "line": 114, + "column": 45 + }, + "end": { + "line": 114, + "column": 51 + } + } + }, + "range": [ + 3272, + 3286 + ], + "loc": { + "start": { + "line": 114, + "column": 37 + }, + "end": { + "line": 114, + "column": 51 + } + } + } + ], + "range": [ + 3255, + 3287 + ], + "loc": { + "start": { + "line": 114, + "column": 20 + }, + "end": { + "line": 114, + "column": 52 + } + } + }, + "range": [ + 3255, + 3288 + ], + "loc": { + "start": { + "line": 114, + "column": 20 + }, + "end": { + "line": 114, + "column": 53 + } + } + } + ], + "range": [ + 3233, + 3306 + ], + "loc": { + "start": { + "line": 113, + "column": 23 + }, + "end": { + "line": 115, + "column": 17 + } + } + }, + "range": [ + 3048, + 3306 + ], + "loc": { + "start": { + "line": 109, + "column": 16 + }, + "end": { + "line": 115, + "column": 17 + } + } + } + ], + "range": [ + 2907, + 3320 + ], + "loc": { + "start": { + "line": 105, + "column": 75 + }, + "end": { + "line": 116, + "column": 13 + } + } + }, + "alternate": null, + "range": [ + 2844, + 3320 + ], + "loc": { + "start": { + "line": 105, + "column": 12 + }, + "end": { + "line": 116, + "column": 13 + } + } + } + ], + "range": [ + 2775, + 3330 + ], + "loc": { + "start": { + "line": 103, + "column": 37 + }, + "end": { + "line": 117, + "column": 9 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 2760, + 3330 + ], + "loc": { + "start": { + "line": 103, + "column": 22 + }, + "end": { + "line": 117, + "column": 9 + } + } + } + ], + "range": [ + 2746, + 3331 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 117, + "column": 10 + } + } + }, + "range": [ + 2746, + 3332 + ], + "loc": { + "start": { + "line": 103, + "column": 8 + }, + "end": { + "line": 117, + "column": 11 + } + } + } + ], + "range": [ + 2736, + 3338 + ], + "loc": { + "start": { + "line": 102, + "column": 31 + }, + "end": { + "line": 118, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 2725, + 3338 + ], + "loc": { + "start": { + "line": 102, + "column": 20 + }, + "end": { + "line": 118, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 2709, + 3338 + ], + "loc": { + "start": { + "line": 102, + "column": 4 + }, + "end": { + "line": 118, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Add date time format(s) to a locale as specified by the passed\n * collection of column types, ie:\n * [\n * 'string',\n * 'number',\n * { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}\n * ]\n *\n * @param {Array} [types=[]] Collection of column types\n ", + "range": [ + 2382, + 2704 + ], + "loc": { + "start": { + "line": 91, + "column": 4 + }, + "end": { + "line": 101, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Remove DateType instance\n ", + "range": [ + 3344, + 3387 + ], + "loc": { + "start": { + "line": 120, + "column": 4 + }, + "end": { + "line": 122, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "destroy", + "range": [ + 3392, + 3399 + ], + "loc": { + "start": { + "line": 123, + "column": 4 + }, + "end": { + "line": 123, + "column": 11 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 3417, + 3421 + ], + "loc": { + "start": { + "line": 124, + "column": 13 + }, + "end": { + "line": 124, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 3422, + 3433 + ], + "loc": { + "start": { + "line": 124, + "column": 18 + }, + "end": { + "line": 124, + "column": 29 + } + } + }, + "range": [ + 3417, + 3433 + ], + "loc": { + "start": { + "line": 124, + "column": 13 + }, + "end": { + "line": 124, + "column": 29 + } + } + }, + "prefix": true, + "range": [ + 3416, + 3433 + ], + "loc": { + "start": { + "line": 124, + "column": 12 + }, + "end": { + "line": 124, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 3449, + 3456 + ], + "loc": { + "start": { + "line": 125, + "column": 12 + }, + "end": { + "line": 125, + "column": 19 + } + } + } + ], + "range": [ + 3435, + 3466 + ], + "loc": { + "start": { + "line": 124, + "column": 31 + }, + "end": { + "line": 126, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 3412, + 3466 + ], + "loc": { + "start": { + "line": 124, + "column": 8 + }, + "end": { + "line": 126, + "column": 9 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " TODO: remove added formats", + "range": [ + 3476, + 3505 + ], + "loc": { + "start": { + "line": 128, + "column": 8 + }, + "end": { + "line": 128, + "column": 37 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 3515, + 3519 + ], + "loc": { + "start": { + "line": 130, + "column": 8 + }, + "end": { + "line": 130, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 3520, + 3531 + ], + "loc": { + "start": { + "line": 130, + "column": 13 + }, + "end": { + "line": 130, + "column": 24 + } + } + }, + "range": [ + 3515, + 3531 + ], + "loc": { + "start": { + "line": 130, + "column": 8 + }, + "end": { + "line": 130, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 3534, + 3539 + ], + "loc": { + "start": { + "line": 130, + "column": 27 + }, + "end": { + "line": 130, + "column": 32 + } + } + }, + "range": [ + 3515, + 3539 + ], + "loc": { + "start": { + "line": 130, + "column": 8 + }, + "end": { + "line": 130, + "column": 32 + } + } + }, + "range": [ + 3515, + 3540 + ], + "loc": { + "start": { + "line": 130, + "column": 8 + }, + "end": { + "line": 130, + "column": 33 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " TODO: remove added formats", + "range": [ + 3476, + 3505 + ], + "loc": { + "start": { + "line": 128, + "column": 8 + }, + "end": { + "line": 128, + "column": 37 + } + } + } + ] + } + ], + "range": [ + 3402, + 3546 + ], + "loc": { + "start": { + "line": 123, + "column": 14 + }, + "end": { + "line": 131, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 3399, + 3546 + ], + "loc": { + "start": { + "line": 123, + "column": 11 + }, + "end": { + "line": 131, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 3392, + 3546 + ], + "loc": { + "start": { + "line": 123, + "column": 4 + }, + "end": { + "line": 131, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Remove DateType instance\n ", + "range": [ + 3344, + 3387 + ], + "loc": { + "start": { + "line": 120, + "column": 4 + }, + "end": { + "line": 122, + "column": 7 + } + } + } + ], + "static": false + } + ], + "range": [ + 332, + 3548 + ], + "loc": { + "start": { + "line": 12, + "column": 38 + }, + "end": { + "line": 132, + "column": 1 + } + } + }, + "range": [ + 301, + 3548 + ], + "loc": { + "start": { + "line": 12, + "column": 7 + }, + "end": { + "line": 132, + "column": 1 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Wrapper for Sugar Date module providing datetime helpers and locales\n * @export\n * @class DateType\n ", + "range": [ + 184, + 293 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 294, + 3548 + ], + "loc": { + "start": { + "line": 12, + "column": 0 + }, + "end": { + "line": 132, + "column": 1 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Wrapper for Sugar Date module providing datetime helpers and locales\n * @export\n * @class DateType\n ", + "range": [ + 184, + 293 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + } + ] + } + ], + "sourceType": "module", + "range": [ + 0, + 3548 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 132, + "column": 1 + } + }, + "comments": [ + { + "type": "Block", + "value": "*\n * Wrapper for Sugar Date module providing datetime helpers and locales\n * @export\n * @class DateType\n ", + "range": [ + 184, + 293 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Creates an instance of DateType\n * @param {TableFilter} tf TableFilter instance\n ", + "range": [ + 339, + 441 + ], + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 17, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Global locale\n * @type {String}\n ", + "range": [ + 504, + 570 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 24, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Sugar Date instance\n * @type {Object}\n ", + "range": [ + 613, + 685 + ], + "loc": { + "start": { + "line": 27, + "column": 8 + }, + "end": { + "line": 30, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Initialize DateType instance\n ", + "range": [ + 756, + 803 + ], + "loc": { + "start": { + "line": 36, + "column": 4 + }, + "end": { + "line": 38, + "column": 7 + } + } + }, + { + "type": "Line", + "value": " Set global locale", + "range": [ + 888, + 908 + ], + "loc": { + "start": { + "line": 44, + "column": 8 + }, + "end": { + "line": 44, + "column": 28 + } + } + }, + { + "type": "Line", + "value": " Add formats from column types configuration if any", + "range": [ + 964, + 1017 + ], + "loc": { + "start": { + "line": 47, + "column": 8 + }, + "end": { + "line": 47, + "column": 61 + } + } + }, + { + "type": "Line", + "value": " Broadcast date-type initialization", + "range": [ + 1076, + 1113 + ], + "loc": { + "start": { + "line": 50, + "column": 8 + }, + "end": { + "line": 50, + "column": 45 + } + } + }, + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 1190, + 1207 + ], + "loc": { + "start": { + "line": 53, + "column": 8 + }, + "end": { + "line": 53, + "column": 25 + } + } + }, + { + "type": "Block", + "value": "*\n * Parse a string representation of a date for a specified locale and return\n * a date object\n * @param {String} dateStr String representation of a date\n * @param {String} localeCode Locale code (ie 'en-us')\n * @returns {Date}\n ", + "range": [ + 1252, + 1510 + ], + "loc": { + "start": { + "line": 57, + "column": 4 + }, + "end": { + "line": 63, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Check string representation of a date for a specified locale is valid\n * @param {any} dateStr String representation of a date\n * @param {any} localeCode Locale code (ie 'en-us')\n * @returns {Boolean}\n ", + "range": [ + 1613, + 1843 + ], + "loc": { + "start": { + "line": 68, + "column": 4 + }, + "end": { + "line": 73, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the type object of a specified column as per configuration or\n * passed collection\n * @param {Number} colIndex Column index\n * @param {Array} types Collection of column types, optional\n * @returns {Object}\n ", + "range": [ + 1961, + 2208 + ], + "loc": { + "start": { + "line": 78, + "column": 4 + }, + "end": { + "line": 84, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Add date time format(s) to a locale as specified by the passed\n * collection of column types, ie:\n * [\n * 'string',\n * 'number',\n * { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}\n * ]\n *\n * @param {Array} [types=[]] Collection of column types\n ", + "range": [ + 2382, + 2704 + ], + "loc": { + "start": { + "line": 91, + "column": 4 + }, + "end": { + "line": 101, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Remove DateType instance\n ", + "range": [ + 3344, + 3387 + ], + "loc": { + "start": { + "line": 120, + "column": 4 + }, + "end": { + "line": 122, + "column": 7 + } + } + }, + { + "type": "Line", + "value": " TODO: remove added formats", + "range": [ + 3476, + 3505 + ], + "loc": { + "start": { + "line": 128, + "column": 8 + }, + "end": { + "line": 128, + "column": 37 + } + } + } + ] +} \ No newline at end of file diff --git a/docs/ast/source/modules/popupFilter.js.json b/docs/ast/source/modules/popupFilter.js.json index d0198cc3..0b4817ef 100644 --- a/docs/ast/source/modules/popupFilter.js.json +++ b/docs/ast/source/modules/popupFilter.js.json @@ -6719,10 +6719,10 @@ }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ 4284, - 4356 + 4355 ], "loc": { "start": { @@ -6731,7 +6731,25 @@ }, "end": { "line": 165, - "column": 80 + "column": 79 + } + } + }, + { + "type": "Line", + "value": " adjusting: prevent useless row generation", + "range": [ + 4364, + 4408 + ], + "loc": { + "start": { + "line": 166, + "column": 8 + }, + "end": { + "line": 166, + "column": 52 } } } @@ -6752,16 +6770,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4369, - 4371 + 4421, + 4423 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 14 } } @@ -6770,31 +6788,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 4372, - 4382 + 4424, + 4434 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 15 }, "end": { - "line": 166, + "line": 167, "column": 25 } } }, "range": [ - 4369, - 4382 + 4421, + 4434 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 25 } } @@ -6804,31 +6822,31 @@ "value": 1, "raw": "1", "range": [ - 4386, - 4387 + 4438, + 4439 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 29 }, "end": { - "line": 166, + "line": 167, "column": 30 } } }, "range": [ - 4369, - 4387 + 4421, + 4439 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 30 } } @@ -6839,16 +6857,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 4391, - 4396 + 4443, + 4448 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 34 }, "end": { - "line": 166, + "line": 167, "column": 39 } } @@ -6866,16 +6884,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4397, - 4399 + 4449, + 4451 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 40 }, "end": { - "line": 166, + "line": 167, "column": 42 } } @@ -6884,47 +6902,47 @@ "type": "Identifier", "name": "config", "range": [ - 4400, - 4406 + 4452, + 4458 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 43 }, "end": { - "line": 166, + "line": 167, "column": 49 } } }, "range": [ - 4397, - 4406 + 4449, + 4458 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 40 }, "end": { - "line": 166, + "line": 167, "column": 49 } } }, "arguments": [], "range": [ - 4397, - 4408 + 4449, + 4460 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 40 }, "end": { - "line": 166, + "line": 167, "column": 51 } } @@ -6933,62 +6951,62 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 4409, - 4426 + 4461, + 4478 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 52 }, "end": { - "line": 166, + "line": 167, "column": 69 } } }, "range": [ - 4397, - 4426 + 4449, + 4478 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 40 }, "end": { - "line": 166, + "line": 167, "column": 69 } } } ], "range": [ - 4391, - 4427 + 4443, + 4479 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 34 }, "end": { - "line": 166, + "line": 167, "column": 70 } } }, "range": [ - 4369, - 4427 + 4421, + 4479 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 166, + "line": 167, "column": 70 } } @@ -7008,16 +7026,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4443, - 4445 + 4495, + 4497 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 14 } } @@ -7026,31 +7044,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 4446, - 4456 + 4498, + 4508 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 15 }, "end": { - "line": 167, + "line": 168, "column": 25 } } }, "range": [ - 4443, - 4456 + 4495, + 4508 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 25 } } @@ -7060,78 +7078,78 @@ "value": 0, "raw": "0", "range": [ - 4459, - 4460 + 4511, + 4512 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 28 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "range": [ - 4443, - 4460 + 4495, + 4512 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "range": [ - 4443, - 4461 + 4495, + 4513 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 30 } } } ], "range": [ - 4429, - 4471 + 4481, + 4523 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 72 }, "end": { - "line": 168, + "line": 169, "column": 9 } } }, "alternate": null, "range": [ - 4365, - 4471 + 4417, + 4523 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 168, + "line": 169, "column": 9 } }, @@ -7156,10 +7174,10 @@ }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ 4284, - 4356 + 4355 ], "loc": { "start": { @@ -7168,7 +7186,25 @@ }, "end": { "line": 165, - "column": 80 + "column": 79 + } + } + }, + { + "type": "Line", + "value": " adjusting: prevent useless row generation", + "range": [ + 4364, + 4408 + ], + "loc": { + "start": { + "line": 166, + "column": 8 + }, + "end": { + "line": 166, + "column": 52 } } } @@ -7178,35 +7214,53 @@ "type": "Line", "value": " Adjust headers row index for grid-layout mode", "range": [ - 4481, - 4529 + 4533, + 4581 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 56 } } }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ - 4538, - 4610 + 4590, + 4661 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, - "column": 80 + "line": 172, + "column": 79 + } + } + }, + { + "type": "Line", + "value": " adjusting: prevent useless row generation", + "range": [ + 4670, + 4714 + ], + "loc": { + "start": { + "line": 173, + "column": 8 + }, + "end": { + "line": 173, + "column": 52 } } } @@ -7221,16 +7275,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4623, - 4625 + 4727, + 4729 ], "loc": { "start": { - "line": 172, + "line": 174, "column": 12 }, "end": { - "line": 172, + "line": 174, "column": 14 } } @@ -7239,31 +7293,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4626, - 4636 + 4730, + 4740 ], "loc": { "start": { - "line": 172, + "line": 174, "column": 15 }, "end": { - "line": 172, + "line": 174, "column": 25 } } }, "range": [ - 4623, - 4636 + 4727, + 4740 ], "loc": { "start": { - "line": 172, + "line": 174, "column": 12 }, "end": { - "line": 172, + "line": 174, "column": 25 } } @@ -7283,16 +7337,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4652, - 4654 + 4756, + 4758 ], "loc": { "start": { - "line": 173, + "line": 175, "column": 12 }, "end": { - "line": 173, + "line": 175, "column": 14 } } @@ -7301,62 +7355,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 4655, - 4665 + 4759, + 4769 ], "loc": { "start": { - "line": 173, + "line": 175, "column": 15 }, "end": { - "line": 173, + "line": 175, "column": 25 } } }, "range": [ - 4652, - 4665 + 4756, + 4769 ], "loc": { "start": { - "line": 173, + "line": 175, "column": 12 }, "end": { - "line": 173, + "line": 175, "column": 25 } } }, "prefix": false, "range": [ - 4652, - 4667 + 4756, + 4771 ], "loc": { "start": { - "line": 173, + "line": 175, "column": 12 }, "end": { - "line": 173, + "line": 175, "column": 27 } } }, "range": [ - 4652, - 4668 + 4756, + 4772 ], "loc": { "start": { - "line": 173, + "line": 175, "column": 12 }, "end": { - "line": 173, + "line": 175, "column": 28 } } @@ -7371,16 +7425,16 @@ "object": { "type": "ThisExpression", "range": [ - 4681, - 4685 + 4785, + 4789 ], "loc": { "start": { - "line": 174, + "line": 176, "column": 12 }, "end": { - "line": 174, + "line": 176, "column": 16 } } @@ -7389,94 +7443,94 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 4686, - 4696 + 4790, + 4800 ], "loc": { "start": { - "line": 174, + "line": 176, "column": 17 }, "end": { - "line": 174, + "line": 176, "column": 27 } } }, "range": [ - 4681, - 4696 + 4785, + 4800 ], "loc": { "start": { - "line": 174, + "line": 176, "column": 12 }, "end": { - "line": 174, + "line": 176, "column": 27 } } }, "arguments": [], "range": [ - 4681, - 4698 + 4785, + 4802 ], "loc": { "start": { - "line": 174, + "line": 176, "column": 12 }, "end": { - "line": 174, + "line": 176, "column": 29 } } }, "range": [ - 4681, - 4699 + 4785, + 4803 ], "loc": { "start": { - "line": 174, + "line": 176, "column": 12 }, "end": { - "line": 174, + "line": 176, "column": 30 } } } ], "range": [ - 4638, - 4709 + 4742, + 4813 ], "loc": { "start": { - "line": 172, + "line": 174, "column": 27 }, "end": { - "line": 175, + "line": 177, "column": 9 } } }, "alternate": null, "range": [ - 4619, - 4709 + 4723, + 4813 ], "loc": { "start": { - "line": 172, + "line": 174, "column": 8 }, "end": { - "line": 175, + "line": 177, "column": 9 } }, @@ -7485,35 +7539,53 @@ "type": "Line", "value": " Adjust headers row index for grid-layout mode", "range": [ - 4481, - 4529 + 4533, + 4581 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 56 } } }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ - 4538, - 4610 + 4590, + 4661 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, - "column": 80 + "line": 172, + "column": 79 + } + } + }, + { + "type": "Line", + "value": " adjusting: prevent useless row generation", + "range": [ + 4670, + 4714 + ], + "loc": { + "start": { + "line": 173, + "column": 8 + }, + "end": { + "line": 173, + "column": 52 } } } @@ -7523,16 +7595,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 4719, - 4741 + 4823, + 4845 ], "loc": { "start": { - "line": 177, + "line": 179, "column": 8 }, "end": { - "line": 177, + "line": 179, "column": 30 } } @@ -7552,16 +7624,16 @@ "object": { "type": "ThisExpression", "range": [ - 4750, - 4754 + 4854, + 4858 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 8 }, "end": { - "line": 178, + "line": 180, "column": 12 } } @@ -7570,31 +7642,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4755, - 4762 + 4859, + 4866 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 13 }, "end": { - "line": 178, + "line": 180, "column": 20 } } }, "range": [ - 4750, - 4762 + 4854, + 4866 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 8 }, "end": { - "line": 178, + "line": 180, "column": 20 } } @@ -7603,31 +7675,31 @@ "type": "Identifier", "name": "on", "range": [ - 4763, - 4765 + 4867, + 4869 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 21 }, "end": { - "line": 178, + "line": 180, "column": 23 } } }, "range": [ - 4750, - 4765 + 4854, + 4869 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 8 }, "end": { - "line": 178, + "line": 180, "column": 23 } } @@ -7641,32 +7713,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 4767, - 4785 + 4871, + 4889 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 25 }, "end": { - "line": 178, + "line": 180, "column": 43 } } } ], "range": [ - 4766, - 4786 + 4870, + 4890 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 24 }, "end": { - "line": 178, + "line": 180, "column": 44 } } @@ -7683,16 +7755,16 @@ "object": { "type": "ThisExpression", "range": [ - 4794, - 4798 + 4898, + 4902 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 52 }, "end": { - "line": 178, + "line": 180, "column": 56 } } @@ -7701,47 +7773,47 @@ "type": "Identifier", "name": "setIconsState", "range": [ - 4799, - 4812 + 4903, + 4916 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 57 }, "end": { - "line": 178, + "line": 180, "column": 70 } } }, "range": [ - 4794, - 4812 + 4898, + 4916 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 52 }, "end": { - "line": 178, + "line": 180, "column": 70 } } }, "arguments": [], "range": [ - 4794, - 4814 + 4898, + 4918 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 52 }, "end": { - "line": 178, + "line": 180, "column": 72 } } @@ -7749,47 +7821,47 @@ "generator": false, "expression": true, "range": [ - 4788, - 4814 + 4892, + 4918 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 46 }, "end": { - "line": 178, + "line": 180, "column": 72 } } } ], "range": [ - 4750, - 4815 + 4854, + 4919 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 8 }, "end": { - "line": 178, + "line": 180, "column": 73 } } }, "range": [ - 4750, - 4816 + 4854, + 4920 ], "loc": { "start": { - "line": 178, + "line": 180, "column": 8 }, "end": { - "line": 178, + "line": 180, "column": 74 } }, @@ -7798,16 +7870,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 4719, - 4741 + 4823, + 4845 ], "loc": { "start": { - "line": 177, + "line": 179, "column": 8 }, "end": { - "line": 177, + "line": 179, "column": 30 } } @@ -7827,16 +7899,16 @@ "object": { "type": "ThisExpression", "range": [ - 4825, - 4829 + 4929, + 4933 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 8 }, "end": { - "line": 179, + "line": 181, "column": 12 } } @@ -7845,31 +7917,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4830, - 4837 + 4934, + 4941 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 13 }, "end": { - "line": 179, + "line": 181, "column": 20 } } }, "range": [ - 4825, - 4837 + 4929, + 4941 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 8 }, "end": { - "line": 179, + "line": 181, "column": 20 } } @@ -7878,31 +7950,31 @@ "type": "Identifier", "name": "on", "range": [ - 4838, - 4840 + 4942, + 4944 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 21 }, "end": { - "line": 179, + "line": 181, "column": 23 } } }, "range": [ - 4825, - 4840 + 4929, + 4944 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 8 }, "end": { - "line": 179, + "line": 181, "column": 23 } } @@ -7916,32 +7988,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 4842, - 4859 + 4946, + 4963 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 25 }, "end": { - "line": 179, + "line": 181, "column": 42 } } } ], "range": [ - 4841, - 4860 + 4945, + 4964 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 24 }, "end": { - "line": 179, + "line": 181, "column": 43 } } @@ -7958,16 +8030,16 @@ "object": { "type": "ThisExpression", "range": [ - 4868, - 4872 + 4972, + 4976 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 51 }, "end": { - "line": 179, + "line": 181, "column": 55 } } @@ -7976,47 +8048,47 @@ "type": "Identifier", "name": "closeAll", "range": [ - 4873, - 4881 + 4977, + 4985 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 56 }, "end": { - "line": 179, + "line": 181, "column": 64 } } }, "range": [ - 4868, - 4881 + 4972, + 4985 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 51 }, "end": { - "line": 179, + "line": 181, "column": 64 } } }, "arguments": [], "range": [ - 4868, - 4883 + 4972, + 4987 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 51 }, "end": { - "line": 179, + "line": 181, "column": 66 } } @@ -8024,47 +8096,47 @@ "generator": false, "expression": true, "range": [ - 4862, - 4883 + 4966, + 4987 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 45 }, "end": { - "line": 179, + "line": 181, "column": 66 } } } ], "range": [ - 4825, - 4884 + 4929, + 4988 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 8 }, "end": { - "line": 179, + "line": 181, "column": 67 } } }, "range": [ - 4825, - 4885 + 4929, + 4989 ], "loc": { "start": { - "line": 179, + "line": 181, "column": 8 }, "end": { - "line": 179, + "line": 181, "column": 68 } } @@ -8082,16 +8154,16 @@ "object": { "type": "ThisExpression", "range": [ - 4894, - 4898 + 4998, + 5002 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 8 }, "end": { - "line": 180, + "line": 182, "column": 12 } } @@ -8100,31 +8172,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4899, - 4906 + 5003, + 5010 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 13 }, "end": { - "line": 180, + "line": 182, "column": 20 } } }, "range": [ - 4894, - 4906 + 4998, + 5010 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 8 }, "end": { - "line": 180, + "line": 182, "column": 20 } } @@ -8133,31 +8205,31 @@ "type": "Identifier", "name": "on", "range": [ - 4907, - 4909 + 5011, + 5013 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 21 }, "end": { - "line": 180, + "line": 182, "column": 23 } } }, "range": [ - 4894, - 4909 + 4998, + 5013 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 8 }, "end": { - "line": 180, + "line": 182, "column": 23 } } @@ -8171,32 +8243,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 4911, - 4927 + 5015, + 5031 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 25 }, "end": { - "line": 180, + "line": 182, "column": 41 } } } ], "range": [ - 4910, - 4928 + 5014, + 5032 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 24 }, "end": { - "line": 180, + "line": 182, "column": 42 } } @@ -8209,16 +8281,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4943, - 4945 + 5047, + 5049 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 13 }, "end": { - "line": 181, + "line": 183, "column": 15 } } @@ -8227,16 +8299,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4947, - 4956 + 5051, + 5060 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 17 }, "end": { - "line": 181, + "line": 183, "column": 26 } } @@ -8250,16 +8322,16 @@ "object": { "type": "ThisExpression", "range": [ - 4961, - 4965 + 5065, + 5069 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 31 }, "end": { - "line": 181, + "line": 183, "column": 35 } } @@ -8268,31 +8340,31 @@ "type": "Identifier", "name": "changeState", "range": [ - 4966, - 4977 + 5070, + 5081 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 36 }, "end": { - "line": 181, + "line": 183, "column": 47 } } }, "range": [ - 4961, - 4977 + 5065, + 5081 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 31 }, "end": { - "line": 181, + "line": 183, "column": 47 } } @@ -8302,16 +8374,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4978, - 4987 + 5082, + 5091 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 48 }, "end": { - "line": 181, + "line": 183, "column": 57 } } @@ -8321,32 +8393,32 @@ "value": true, "raw": "true", "range": [ - 4989, - 4993 + 5093, + 5097 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 59 }, "end": { - "line": 181, + "line": 183, "column": 63 } } } ], "range": [ - 4961, - 4994 + 5065, + 5098 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 31 }, "end": { - "line": 181, + "line": 183, "column": 64 } } @@ -8354,47 +8426,47 @@ "generator": false, "expression": true, "range": [ - 4942, - 4994 + 5046, + 5098 ], "loc": { "start": { - "line": 181, + "line": 183, "column": 12 }, "end": { - "line": 181, + "line": 183, "column": 64 } } } ], "range": [ - 4894, - 4995 + 4998, + 5099 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 183, "column": 65 } } }, "range": [ - 4894, - 4996 + 4998, + 5100 ], "loc": { "start": { - "line": 180, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 183, "column": 66 } } @@ -8412,16 +8484,16 @@ "object": { "type": "ThisExpression", "range": [ - 5005, - 5009 + 5109, + 5113 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 8 }, "end": { - "line": 182, + "line": 184, "column": 12 } } @@ -8430,31 +8502,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 5010, - 5017 + 5114, + 5121 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 13 }, "end": { - "line": 182, + "line": 184, "column": 20 } } }, "range": [ - 5005, - 5017 + 5109, + 5121 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 8 }, "end": { - "line": 182, + "line": 184, "column": 20 } } @@ -8463,31 +8535,31 @@ "type": "Identifier", "name": "on", "range": [ - 5018, - 5020 + 5122, + 5124 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 21 }, "end": { - "line": 182, + "line": 184, "column": 23 } } }, "range": [ - 5005, - 5020 + 5109, + 5124 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 8 }, "end": { - "line": 182, + "line": 184, "column": 23 } } @@ -8501,32 +8573,32 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 5022, - 5044 + 5126, + 5148 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 25 }, "end": { - "line": 182, + "line": 184, "column": 47 } } } ], "range": [ - 5021, - 5045 + 5125, + 5149 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 24 }, "end": { - "line": 182, + "line": 184, "column": 48 } } @@ -8543,16 +8615,16 @@ "object": { "type": "ThisExpression", "range": [ - 5053, - 5057 + 5157, + 5161 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 56 }, "end": { - "line": 182, + "line": 184, "column": 60 } } @@ -8561,47 +8633,47 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 5058, - 5068 + 5162, + 5172 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 61 }, "end": { - "line": 182, + "line": 184, "column": 71 } } }, "range": [ - 5053, - 5068 + 5157, + 5172 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 56 }, "end": { - "line": 182, + "line": 184, "column": 71 } } }, "arguments": [], "range": [ - 5053, - 5070 + 5157, + 5174 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 56 }, "end": { - "line": 182, + "line": 184, "column": 73 } } @@ -8609,47 +8681,47 @@ "generator": false, "expression": true, "range": [ - 5047, - 5070 + 5151, + 5174 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 50 }, "end": { - "line": 182, + "line": 184, "column": 73 } } } ], "range": [ - 5005, - 5071 + 5109, + 5175 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 8 }, "end": { - "line": 182, + "line": 184, "column": 74 } } }, "range": [ - 5005, - 5072 + 5109, + 5176 ], "loc": { "start": { - "line": 182, + "line": 184, "column": 8 }, "end": { - "line": 182, + "line": 184, "column": 75 } } @@ -8667,16 +8739,16 @@ "object": { "type": "ThisExpression", "range": [ - 5081, - 5085 + 5185, + 5189 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 8 }, "end": { - "line": 183, + "line": 185, "column": 12 } } @@ -8685,31 +8757,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 5086, - 5093 + 5190, + 5197 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 13 }, "end": { - "line": 183, + "line": 185, "column": 20 } } }, "range": [ - 5081, - 5093 + 5185, + 5197 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 8 }, "end": { - "line": 183, + "line": 185, "column": 20 } } @@ -8718,31 +8790,31 @@ "type": "Identifier", "name": "on", "range": [ - 5094, - 5096 + 5198, + 5200 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 21 }, "end": { - "line": 183, + "line": 185, "column": 23 } } }, "range": [ - 5081, - 5096 + 5185, + 5200 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 8 }, "end": { - "line": 183, + "line": 185, "column": 23 } } @@ -8756,32 +8828,32 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 5098, - 5118 + 5202, + 5222 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 25 }, "end": { - "line": 183, + "line": 185, "column": 45 } } } ], "range": [ - 5097, - 5119 + 5201, + 5223 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 24 }, "end": { - "line": 183, + "line": 185, "column": 46 } } @@ -8794,16 +8866,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5134, - 5136 + 5238, + 5240 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 13 }, "end": { - "line": 184, + "line": 186, "column": 15 } } @@ -8812,16 +8884,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5138, - 5146 + 5242, + 5250 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 17 }, "end": { - "line": 184, + "line": 186, "column": 25 } } @@ -8835,16 +8907,16 @@ "object": { "type": "ThisExpression", "range": [ - 5151, - 5155 + 5255, + 5259 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 30 }, "end": { - "line": 184, + "line": 186, "column": 34 } } @@ -8853,31 +8925,31 @@ "type": "Identifier", "name": "build", "range": [ - 5156, - 5161 + 5260, + 5265 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 35 }, "end": { - "line": 184, + "line": 186, "column": 40 } } }, "range": [ - 5151, - 5161 + 5255, + 5265 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 30 }, "end": { - "line": 184, + "line": 186, "column": 40 } } @@ -8887,32 +8959,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5162, - 5170 + 5266, + 5274 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 41 }, "end": { - "line": 184, + "line": 186, "column": 49 } } } ], "range": [ - 5151, - 5171 + 5255, + 5275 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 30 }, "end": { - "line": 184, + "line": 186, "column": 50 } } @@ -8920,47 +8992,47 @@ "generator": false, "expression": true, "range": [ - 5133, - 5171 + 5237, + 5275 ], "loc": { "start": { - "line": 184, + "line": 186, "column": 12 }, "end": { - "line": 184, + "line": 186, "column": 50 } } } ], "range": [ - 5081, - 5172 + 5185, + 5276 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 186, "column": 51 } } }, "range": [ - 5081, - 5173 + 5185, + 5277 ], "loc": { "start": { - "line": 183, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 186, "column": 52 } }, @@ -8969,16 +9041,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 5183, - 5220 + 5287, + 5324 ], "loc": { "start": { - "line": 186, + "line": 188, "column": 8 }, "end": { - "line": 188, + "line": 190, "column": 11 } } @@ -8996,16 +9068,16 @@ "object": { "type": "ThisExpression", "range": [ - 5229, - 5233 + 5333, + 5337 ], "loc": { "start": { - "line": 189, + "line": 191, "column": 8 }, "end": { - "line": 189, + "line": 191, "column": 12 } } @@ -9014,31 +9086,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 5234, - 5245 + 5338, + 5349 ], "loc": { "start": { - "line": 189, + "line": 191, "column": 13 }, "end": { - "line": 189, + "line": 191, "column": 24 } } }, "range": [ - 5229, - 5245 + 5333, + 5349 ], "loc": { "start": { - "line": 189, + "line": 191, "column": 8 }, "end": { - "line": 189, + "line": 191, "column": 24 } } @@ -9048,46 +9120,46 @@ "value": true, "raw": "true", "range": [ - 5248, - 5252 + 5352, + 5356 ], "loc": { "start": { - "line": 189, + "line": 191, "column": 27 }, "end": { - "line": 189, + "line": 191, "column": 31 } } }, "range": [ - 5229, - 5252 + 5333, + 5356 ], "loc": { "start": { - "line": 189, + "line": 191, "column": 8 }, "end": { - "line": 189, + "line": 191, "column": 31 } } }, "range": [ - 5229, - 5253 + 5333, + 5357 ], "loc": { "start": { - "line": 189, + "line": 191, "column": 8 }, "end": { - "line": 189, + "line": 191, "column": 32 } }, @@ -9096,16 +9168,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 5183, - 5220 + 5287, + 5324 ], "loc": { "start": { - "line": 186, + "line": 188, "column": 8 }, "end": { - "line": 188, + "line": 190, "column": 11 } } @@ -9115,7 +9187,7 @@ ], "range": [ 4124, - 5259 + 5363 ], "loc": { "start": { @@ -9123,7 +9195,7 @@ "column": 11 }, "end": { - "line": 190, + "line": 192, "column": 5 } } @@ -9132,7 +9204,7 @@ "expression": false, "range": [ 4121, - 5259 + 5363 ], "loc": { "start": { @@ -9140,7 +9212,7 @@ "column": 8 }, "end": { - "line": 190, + "line": 192, "column": 5 } } @@ -9149,7 +9221,7 @@ "computed": false, "range": [ 4117, - 5259 + 5363 ], "loc": { "start": { @@ -9157,7 +9229,7 @@ "column": 4 }, "end": { - "line": 190, + "line": 192, "column": 5 } }, @@ -9186,16 +9258,16 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 5265, - 5318 + 5369, + 5422 ], "loc": { "start": { - "line": 192, + "line": 194, "column": 4 }, "end": { - "line": 194, + "line": 196, "column": 7 } } @@ -9209,16 +9281,16 @@ "type": "Identifier", "name": "reset", "range": [ - 5323, - 5328 + 5427, + 5432 ], "loc": { "start": { - "line": 195, + "line": 197, "column": 4 }, "end": { - "line": 195, + "line": 197, "column": 9 } } @@ -9240,16 +9312,16 @@ "object": { "type": "ThisExpression", "range": [ - 5341, - 5345 + 5445, + 5449 ], "loc": { "start": { - "line": 196, + "line": 198, "column": 8 }, "end": { - "line": 196, + "line": 198, "column": 12 } } @@ -9258,62 +9330,62 @@ "type": "Identifier", "name": "enable", "range": [ - 5346, - 5352 + 5450, + 5456 ], "loc": { "start": { - "line": 196, + "line": 198, "column": 13 }, "end": { - "line": 196, + "line": 198, "column": 19 } } }, "range": [ - 5341, - 5352 + 5445, + 5456 ], "loc": { "start": { - "line": 196, + "line": 198, "column": 8 }, "end": { - "line": 196, + "line": 198, "column": 19 } } }, "arguments": [], "range": [ - 5341, - 5354 + 5445, + 5458 ], "loc": { "start": { - "line": 196, + "line": 198, "column": 8 }, "end": { - "line": 196, + "line": 198, "column": 21 } } }, "range": [ - 5341, - 5355 + 5445, + 5459 ], "loc": { "start": { - "line": 196, + "line": 198, "column": 8 }, "end": { - "line": 196, + "line": 198, "column": 22 } } @@ -9328,16 +9400,16 @@ "object": { "type": "ThisExpression", "range": [ - 5364, - 5368 + 5468, + 5472 ], "loc": { "start": { - "line": 197, + "line": 199, "column": 8 }, "end": { - "line": 197, + "line": 199, "column": 12 } } @@ -9346,62 +9418,62 @@ "type": "Identifier", "name": "init", "range": [ - 5369, - 5373 + 5473, + 5477 ], "loc": { "start": { - "line": 197, + "line": 199, "column": 13 }, "end": { - "line": 197, + "line": 199, "column": 17 } } }, "range": [ - 5364, - 5373 + 5468, + 5477 ], "loc": { "start": { - "line": 197, + "line": 199, "column": 8 }, "end": { - "line": 197, + "line": 199, "column": 17 } } }, "arguments": [], "range": [ - 5364, - 5375 + 5468, + 5479 ], "loc": { "start": { - "line": 197, + "line": 199, "column": 8 }, "end": { - "line": 197, + "line": 199, "column": 19 } } }, "range": [ - 5364, - 5376 + 5468, + 5480 ], "loc": { "start": { - "line": 197, + "line": 199, "column": 8 }, "end": { - "line": 197, + "line": 199, "column": 20 } } @@ -9416,16 +9488,16 @@ "object": { "type": "ThisExpression", "range": [ - 5385, - 5389 + 5489, + 5493 ], "loc": { "start": { - "line": 198, + "line": 200, "column": 8 }, "end": { - "line": 198, + "line": 200, "column": 12 } } @@ -9434,78 +9506,78 @@ "type": "Identifier", "name": "buildAll", "range": [ - 5390, - 5398 + 5494, + 5502 ], "loc": { "start": { - "line": 198, + "line": 200, "column": 13 }, "end": { - "line": 198, + "line": 200, "column": 21 } } }, "range": [ - 5385, - 5398 + 5489, + 5502 ], "loc": { "start": { - "line": 198, + "line": 200, "column": 8 }, "end": { - "line": 198, + "line": 200, "column": 21 } } }, "arguments": [], "range": [ - 5385, - 5400 + 5489, + 5504 ], "loc": { "start": { - "line": 198, + "line": 200, "column": 8 }, "end": { - "line": 198, + "line": 200, "column": 23 } } }, "range": [ - 5385, - 5401 + 5489, + 5505 ], "loc": { "start": { - "line": 198, + "line": 200, "column": 8 }, "end": { - "line": 198, + "line": 200, "column": 24 } } } ], "range": [ - 5331, - 5407 + 5435, + 5511 ], "loc": { "start": { - "line": 195, + "line": 197, "column": 12 }, "end": { - "line": 199, + "line": 201, "column": 5 } } @@ -9513,16 +9585,16 @@ "generator": false, "expression": false, "range": [ - 5328, - 5407 + 5432, + 5511 ], "loc": { "start": { - "line": 195, + "line": 197, "column": 9 }, "end": { - "line": 199, + "line": 201, "column": 5 } } @@ -9530,16 +9602,16 @@ "kind": "method", "computed": false, "range": [ - 5323, - 5407 + 5427, + 5511 ], "loc": { "start": { - "line": 195, + "line": 197, "column": 4 }, "end": { - "line": 199, + "line": 201, "column": 5 } }, @@ -9548,16 +9620,16 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 5265, - 5318 + 5369, + 5422 ], "loc": { "start": { - "line": 192, + "line": 194, "column": 4 }, "end": { - "line": 194, + "line": 196, "column": 7 } } @@ -9568,16 +9640,16 @@ "type": "Block", "value": "*\n * Build all filters icons\n ", "range": [ - 5413, - 5455 + 5517, + 5559 ], "loc": { "start": { - "line": 201, + "line": 203, "column": 4 }, "end": { - "line": 203, + "line": 205, "column": 7 } } @@ -9591,16 +9663,16 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 5460, - 5470 + 5564, + 5574 ], "loc": { "start": { - "line": 204, + "line": 206, "column": 4 }, "end": { - "line": 204, + "line": 206, "column": 14 } } @@ -9621,16 +9693,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5487, - 5489 + 5591, + 5593 ], "loc": { "start": { - "line": 205, + "line": 207, "column": 12 }, "end": { - "line": 205, + "line": 207, "column": 14 } } @@ -9641,16 +9713,16 @@ "object": { "type": "ThisExpression", "range": [ - 5492, - 5496 + 5596, + 5600 ], "loc": { "start": { - "line": 205, + "line": 207, "column": 17 }, "end": { - "line": 205, + "line": 207, "column": 21 } } @@ -9659,46 +9731,46 @@ "type": "Identifier", "name": "tf", "range": [ - 5497, - 5499 + 5601, + 5603 ], "loc": { "start": { - "line": 205, + "line": 207, "column": 22 }, "end": { - "line": 205, + "line": 207, "column": 24 } } }, "range": [ - 5492, - 5499 + 5596, + 5603 ], "loc": { "start": { - "line": 205, + "line": 207, "column": 17 }, "end": { - "line": 205, + "line": 207, "column": 24 } } }, "range": [ - 5487, - 5499 + 5591, + 5603 ], "loc": { "start": { - "line": 205, + "line": 207, "column": 12 }, "end": { - "line": 205, + "line": 207, "column": 24 } } @@ -9706,53 +9778,53 @@ ], "kind": "let", "range": [ - 5483, - 5500 + 5587, + 5604 ], "loc": { "start": { - "line": 205, + "line": 207, "column": 8 }, "end": { - "line": 205, + "line": 207, "column": 25 } }, "trailingComments": [ { "type": "Line", - "value": " Filters row is added to the DOM, adjust headers row index", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ - 5510, - 5570 + 5614, + 5685 ], "loc": { "start": { - "line": 207, + "line": 209, "column": 8 }, "end": { - "line": 207, - "column": 68 + "line": 209, + "column": 79 } } }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " adjusting: prevent useless row generation", "range": [ - 5579, - 5651 + 5694, + 5738 ], "loc": { "start": { - "line": 208, + "line": 210, "column": 8 }, "end": { - "line": 208, - "column": 80 + "line": 210, + "column": 52 } } } @@ -9770,16 +9842,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5660, - 5662 + 5747, + 5749 ], "loc": { "start": { - "line": 209, + "line": 211, "column": 8 }, "end": { - "line": 209, + "line": 211, "column": 10 } } @@ -9788,99 +9860,99 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5663, - 5673 + 5750, + 5760 ], "loc": { "start": { - "line": 209, + "line": 211, "column": 11 }, "end": { - "line": 209, + "line": 211, "column": 21 } } }, "range": [ - 5660, - 5673 + 5747, + 5760 ], "loc": { "start": { - "line": 209, + "line": 211, "column": 8 }, "end": { - "line": 209, + "line": 211, "column": 21 } } }, "prefix": false, "range": [ - 5660, - 5675 + 5747, + 5762 ], "loc": { "start": { - "line": 209, + "line": 211, "column": 8 }, "end": { - "line": 209, + "line": 211, "column": 23 } } }, "range": [ - 5660, - 5676 + 5747, + 5763 ], "loc": { "start": { - "line": 209, + "line": 211, "column": 8 }, "end": { - "line": 209, + "line": 211, "column": 24 } }, "leadingComments": [ { "type": "Line", - "value": " Filters row is added to the DOM, adjust headers row index", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ - 5510, - 5570 + 5614, + 5685 ], "loc": { "start": { - "line": 207, + "line": 209, "column": 8 }, "end": { - "line": 207, - "column": 68 + "line": 209, + "column": 79 } } }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " adjusting: prevent useless row generation", "range": [ - 5579, - 5651 + 5694, + 5738 ], "loc": { "start": { - "line": 208, + "line": 210, "column": 8 }, "end": { - "line": 208, - "column": 80 + "line": 210, + "column": 52 } } } @@ -9897,16 +9969,16 @@ "type": "Identifier", "name": "i", "range": [ - 5695, - 5696 + 5782, + 5783 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 17 }, "end": { - "line": 211, + "line": 213, "column": 18 } } @@ -9916,31 +9988,31 @@ "value": 0, "raw": "0", "range": [ - 5699, - 5700 + 5786, + 5787 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 21 }, "end": { - "line": 211, + "line": 213, "column": 22 } } }, "range": [ - 5695, - 5700 + 5782, + 5787 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 17 }, "end": { - "line": 211, + "line": 213, "column": 22 } } @@ -9948,16 +10020,16 @@ ], "kind": "let", "range": [ - 5691, - 5700 + 5778, + 5787 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 13 }, "end": { - "line": 211, + "line": 213, "column": 22 } } @@ -9969,16 +10041,16 @@ "type": "Identifier", "name": "i", "range": [ - 5702, - 5703 + 5789, + 5790 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 24 }, "end": { - "line": 211, + "line": 213, "column": 25 } } @@ -9990,16 +10062,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5706, - 5708 + 5793, + 5795 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 28 }, "end": { - "line": 211, + "line": 213, "column": 30 } } @@ -10008,46 +10080,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5709, - 5716 + 5796, + 5803 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 31 }, "end": { - "line": 211, + "line": 213, "column": 38 } } }, "range": [ - 5706, - 5716 + 5793, + 5803 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 28 }, "end": { - "line": 211, + "line": 213, "column": 38 } } }, "range": [ - 5702, - 5716 + 5789, + 5803 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 24 }, "end": { - "line": 211, + "line": 213, "column": 38 } } @@ -10059,32 +10131,32 @@ "type": "Identifier", "name": "i", "range": [ - 5718, - 5719 + 5805, + 5806 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 40 }, "end": { - "line": 211, + "line": 213, "column": 41 } } }, "prefix": false, "range": [ - 5718, - 5721 + 5805, + 5808 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 40 }, "end": { - "line": 211, + "line": 213, "column": 43 } } @@ -10106,16 +10178,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5741, - 5743 + 5828, + 5830 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 16 }, "end": { - "line": 212, + "line": 214, "column": 18 } } @@ -10124,31 +10196,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 5744, - 5757 + 5831, + 5844 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 19 }, "end": { - "line": 212, + "line": 214, "column": 32 } } }, "range": [ - 5741, - 5757 + 5828, + 5844 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 16 }, "end": { - "line": 212, + "line": 214, "column": 32 } } @@ -10158,32 +10230,32 @@ "type": "Identifier", "name": "i", "range": [ - 5758, - 5759 + 5845, + 5846 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 33 }, "end": { - "line": 212, + "line": 214, "column": 34 } } } ], "range": [ - 5741, - 5760 + 5828, + 5847 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 16 }, "end": { - "line": 212, + "line": 214, "column": 35 } } @@ -10192,31 +10264,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 5765, - 5769 + 5852, + 5856 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 40 }, "end": { - "line": 212, + "line": 214, "column": 44 } } }, "range": [ - 5741, - 5769 + 5828, + 5856 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 16 }, "end": { - "line": 212, + "line": 214, "column": 44 } } @@ -10228,48 +10300,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 5789, - 5798 + 5876, + 5885 ], "loc": { "start": { - "line": 213, + "line": 215, "column": 16 }, "end": { - "line": 213, + "line": 215, "column": 25 } } } ], "range": [ - 5771, - 5812 + 5858, + 5899 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 46 }, "end": { - "line": 214, + "line": 216, "column": 13 } } }, "alternate": null, "range": [ - 5737, - 5812 + 5824, + 5899 ], "loc": { "start": { - "line": 212, + "line": 214, "column": 12 }, "end": { - "line": 214, + "line": 216, "column": 13 } } @@ -10283,16 +10355,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 5829, - 5838 + 5916, + 5925 ], "loc": { "start": { - "line": 215, + "line": 217, "column": 16 }, "end": { - "line": 215, + "line": 217, "column": 25 } } @@ -10303,16 +10375,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 5841, - 5850 + 5928, + 5937 ], "loc": { "start": { - "line": 215, + "line": 217, "column": 28 }, "end": { - "line": 215, + "line": 217, "column": 37 } } @@ -10323,16 +10395,16 @@ "value": "span", "raw": "'span'", "range": [ - 5868, - 5874 + 5955, + 5961 ], "loc": { "start": { - "line": 216, + "line": 218, "column": 16 }, "end": { - "line": 216, + "line": 218, "column": 22 } } @@ -10345,16 +10417,16 @@ "value": "id", "raw": "'id'", "range": [ - 5893, - 5897 + 5980, + 5984 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 17 }, "end": { - "line": 217, + "line": 219, "column": 21 } } @@ -10374,16 +10446,16 @@ "object": { "type": "ThisExpression", "range": [ - 5899, - 5903 + 5986, + 5990 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 23 }, "end": { - "line": 217, + "line": 219, "column": 27 } } @@ -10392,31 +10464,31 @@ "type": "Identifier", "name": "prfxSpan", "range": [ - 5904, - 5912 + 5991, + 5999 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 28 }, "end": { - "line": 217, + "line": 219, "column": 36 } } }, "range": [ - 5899, - 5912 + 5986, + 5999 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 23 }, "end": { - "line": 217, + "line": 219, "column": 36 } } @@ -10428,16 +10500,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5915, - 5917 + 6002, + 6004 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 39 }, "end": { - "line": 217, + "line": 219, "column": 41 } } @@ -10446,46 +10518,46 @@ "type": "Identifier", "name": "id", "range": [ - 5918, - 5920 + 6005, + 6007 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 42 }, "end": { - "line": 217, + "line": 219, "column": 44 } } }, "range": [ - 5915, - 5920 + 6002, + 6007 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 39 }, "end": { - "line": 217, + "line": 219, "column": 44 } } }, "range": [ - 5899, - 5920 + 5986, + 6007 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 23 }, "end": { - "line": 217, + "line": 219, "column": 44 } } @@ -10495,31 +10567,31 @@ "value": "_", "raw": "'_'", "range": [ - 5923, - 5926 + 6010, + 6013 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 47 }, "end": { - "line": 217, + "line": 219, "column": 50 } } }, "range": [ - 5899, - 5926 + 5986, + 6013 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 23 }, "end": { - "line": 217, + "line": 219, "column": 50 } } @@ -10528,47 +10600,47 @@ "type": "Identifier", "name": "i", "range": [ - 5929, - 5930 + 6016, + 6017 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 53 }, "end": { - "line": 217, + "line": 219, "column": 54 } } }, "range": [ - 5899, - 5930 + 5986, + 6017 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 23 }, "end": { - "line": 217, + "line": 219, "column": 54 } } } ], "range": [ - 5892, - 5931 + 5979, + 6018 ], "loc": { "start": { - "line": 217, + "line": 219, "column": 16 }, "end": { - "line": 217, + "line": 219, "column": 55 } } @@ -10581,16 +10653,16 @@ "value": "ci", "raw": "'ci'", "range": [ - 5950, - 5954 + 6037, + 6041 ], "loc": { "start": { - "line": 218, + "line": 220, "column": 17 }, "end": { - "line": 218, + "line": 220, "column": 21 } } @@ -10599,63 +10671,63 @@ "type": "Identifier", "name": "i", "range": [ - 5956, - 5957 + 6043, + 6044 ], "loc": { "start": { - "line": 218, + "line": 220, "column": 23 }, "end": { - "line": 218, + "line": 220, "column": 24 } } } ], "range": [ - 5949, - 5958 + 6036, + 6045 ], "loc": { "start": { - "line": 218, + "line": 220, "column": 16 }, "end": { - "line": 218, + "line": 220, "column": 25 } } } ], "range": [ - 5841, - 5972 + 5928, + 6059 ], "loc": { "start": { - "line": 215, + "line": 217, "column": 28 }, "end": { - "line": 219, + "line": 221, "column": 13 } } }, "range": [ - 5829, - 5972 + 5916, + 6059 ], "loc": { "start": { - "line": 215, + "line": 217, "column": 16 }, "end": { - "line": 219, + "line": 221, "column": 13 } } @@ -10663,16 +10735,16 @@ ], "kind": "let", "range": [ - 5825, - 5973 + 5912, + 6060 ], "loc": { "start": { - "line": 215, + "line": 217, "column": 12 }, "end": { - "line": 219, + "line": 221, "column": 14 } } @@ -10689,16 +10761,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 5986, - 5995 + 6073, + 6082 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 12 }, "end": { - "line": 220, + "line": 222, "column": 21 } } @@ -10707,31 +10779,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 5996, - 6005 + 6083, + 6092 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 22 }, "end": { - "line": 220, + "line": 222, "column": 31 } } }, "range": [ - 5986, - 6005 + 6073, + 6092 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 12 }, "end": { - "line": 220, + "line": 222, "column": 31 } } @@ -10742,16 +10814,16 @@ "object": { "type": "ThisExpression", "range": [ - 6008, - 6012 + 6095, + 6099 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 34 }, "end": { - "line": 220, + "line": 222, "column": 38 } } @@ -10760,61 +10832,61 @@ "type": "Identifier", "name": "iconHtml", "range": [ - 6013, - 6021 + 6100, + 6108 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 39 }, "end": { - "line": 220, + "line": 222, "column": 47 } } }, "range": [ - 6008, - 6021 + 6095, + 6108 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 34 }, "end": { - "line": 220, + "line": 222, "column": 47 } } }, "range": [ - 5986, - 6021 + 6073, + 6108 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 12 }, "end": { - "line": 220, + "line": 222, "column": 47 } } }, "range": [ - 5986, - 6022 + 6073, + 6109 ], "loc": { "start": { - "line": 220, + "line": 222, "column": 12 }, "end": { - "line": 220, + "line": 222, "column": 48 } } @@ -10828,16 +10900,16 @@ "type": "Identifier", "name": "header", "range": [ - 6039, - 6045 + 6126, + 6132 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 16 }, "end": { - "line": 221, + "line": 223, "column": 22 } } @@ -10851,16 +10923,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6048, - 6050 + 6135, + 6137 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 25 }, "end": { - "line": 221, + "line": 223, "column": 27 } } @@ -10869,31 +10941,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 6051, - 6067 + 6138, + 6154 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 28 }, "end": { - "line": 221, + "line": 223, "column": 44 } } }, "range": [ - 6048, - 6067 + 6135, + 6154 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 25 }, "end": { - "line": 221, + "line": 223, "column": 44 } } @@ -10903,47 +10975,47 @@ "type": "Identifier", "name": "i", "range": [ - 6068, - 6069 + 6155, + 6156 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 45 }, "end": { - "line": 221, + "line": 223, "column": 46 } } } ], "range": [ - 6048, - 6070 + 6135, + 6157 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 25 }, "end": { - "line": 221, + "line": 223, "column": 47 } } }, "range": [ - 6039, - 6070 + 6126, + 6157 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 16 }, "end": { - "line": 221, + "line": 223, "column": 47 } } @@ -10951,16 +11023,16 @@ ], "kind": "let", "range": [ - 6035, - 6071 + 6122, + 6158 ], "loc": { "start": { - "line": 221, + "line": 223, "column": 12 }, "end": { - "line": 221, + "line": 223, "column": 48 } } @@ -10976,16 +11048,16 @@ "type": "Identifier", "name": "header", "range": [ - 6084, - 6090 + 6171, + 6177 ], "loc": { "start": { - "line": 222, + "line": 224, "column": 12 }, "end": { - "line": 222, + "line": 224, "column": 18 } } @@ -10994,31 +11066,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6091, - 6102 + 6178, + 6189 ], "loc": { "start": { - "line": 222, + "line": 224, "column": 19 }, "end": { - "line": 222, + "line": 224, "column": 30 } } }, "range": [ - 6084, - 6102 + 6171, + 6189 ], "loc": { "start": { - "line": 222, + "line": 224, "column": 12 }, "end": { - "line": 222, + "line": 224, "column": 30 } } @@ -11028,47 +11100,47 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 6103, - 6112 + 6190, + 6199 ], "loc": { "start": { - "line": 222, + "line": 224, "column": 31 }, "end": { - "line": 222, + "line": 224, "column": 40 } } } ], "range": [ - 6084, - 6113 + 6171, + 6200 ], "loc": { "start": { - "line": 222, + "line": 224, "column": 12 }, "end": { - "line": 222, + "line": 224, "column": 41 } } }, "range": [ - 6084, - 6114 + 6171, + 6201 ], "loc": { "start": { - "line": 222, + "line": 224, "column": 12 }, "end": { - "line": 222, + "line": 224, "column": 42 } } @@ -11081,16 +11153,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 6127, - 6133 + 6214, + 6220 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 12 }, "end": { - "line": 223, + "line": 225, "column": 18 } } @@ -11100,16 +11172,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 6134, - 6143 + 6221, + 6230 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 19 }, "end": { - "line": 223, + "line": 225, "column": 28 } } @@ -11119,16 +11191,16 @@ "value": "click", "raw": "'click'", "range": [ - 6145, - 6152 + 6232, + 6239 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 30 }, "end": { - "line": 223, + "line": 225, "column": 37 } } @@ -11141,16 +11213,16 @@ "type": "Identifier", "name": "evt", "range": [ - 6155, - 6158 + 6242, + 6245 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 40 }, "end": { - "line": 223, + "line": 225, "column": 43 } } @@ -11164,16 +11236,16 @@ "object": { "type": "ThisExpression", "range": [ - 6163, - 6167 + 6250, + 6254 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 48 }, "end": { - "line": 223, + "line": 225, "column": 52 } } @@ -11182,31 +11254,31 @@ "type": "Identifier", "name": "onClick", "range": [ - 6168, - 6175 + 6255, + 6262 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 53 }, "end": { - "line": 223, + "line": 225, "column": 60 } } }, "range": [ - 6163, - 6175 + 6250, + 6262 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 48 }, "end": { - "line": 223, + "line": 225, "column": 60 } } @@ -11216,32 +11288,32 @@ "type": "Identifier", "name": "evt", "range": [ - 6176, - 6179 + 6263, + 6266 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 61 }, "end": { - "line": 223, + "line": 225, "column": 64 } } } ], "range": [ - 6163, - 6180 + 6250, + 6267 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 48 }, "end": { - "line": 223, + "line": 225, "column": 65 } } @@ -11249,47 +11321,47 @@ "generator": false, "expression": true, "range": [ - 6154, - 6180 + 6241, + 6267 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 39 }, "end": { - "line": 223, + "line": 225, "column": 65 } } } ], "range": [ - 6127, - 6181 + 6214, + 6268 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 12 }, "end": { - "line": 223, + "line": 225, "column": 66 } } }, "range": [ - 6127, - 6182 + 6214, + 6269 ], "loc": { "start": { - "line": 223, + "line": 225, "column": 12 }, "end": { - "line": 223, + "line": 225, "column": 67 } } @@ -11308,16 +11380,16 @@ "object": { "type": "ThisExpression", "range": [ - 6195, - 6199 + 6282, + 6286 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 12 }, "end": { - "line": 224, + "line": 226, "column": 16 } } @@ -11326,31 +11398,31 @@ "type": "Identifier", "name": "fltSpans", "range": [ - 6200, - 6208 + 6287, + 6295 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 17 }, "end": { - "line": 224, + "line": 226, "column": 25 } } }, "range": [ - 6195, - 6208 + 6282, + 6295 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 12 }, "end": { - "line": 224, + "line": 226, "column": 25 } } @@ -11359,31 +11431,31 @@ "type": "Identifier", "name": "i", "range": [ - 6209, - 6210 + 6296, + 6297 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 26 }, "end": { - "line": 224, + "line": 226, "column": 27 } } }, "range": [ - 6195, - 6211 + 6282, + 6298 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 12 }, "end": { - "line": 224, + "line": 226, "column": 28 } } @@ -11392,46 +11464,46 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 6214, - 6223 + 6301, + 6310 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 31 }, "end": { - "line": 224, + "line": 226, "column": 40 } } }, "range": [ - 6195, - 6223 + 6282, + 6310 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 12 }, "end": { - "line": 224, + "line": 226, "column": 40 } } }, "range": [ - 6195, - 6224 + 6282, + 6311 ], "loc": { "start": { - "line": 224, + "line": 226, "column": 12 }, "end": { - "line": 224, + "line": 226, "column": 41 } } @@ -11450,16 +11522,16 @@ "object": { "type": "ThisExpression", "range": [ - 6237, - 6241 + 6324, + 6328 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 12 }, "end": { - "line": 225, + "line": 227, "column": 16 } } @@ -11468,31 +11540,31 @@ "type": "Identifier", "name": "fltIcons", "range": [ - 6242, - 6250 + 6329, + 6337 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 17 }, "end": { - "line": 225, + "line": 227, "column": 25 } } }, "range": [ - 6237, - 6250 + 6324, + 6337 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 12 }, "end": { - "line": 225, + "line": 227, "column": 25 } } @@ -11501,31 +11573,31 @@ "type": "Identifier", "name": "i", "range": [ - 6251, - 6252 + 6338, + 6339 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 26 }, "end": { - "line": 225, + "line": 227, "column": 27 } } }, "range": [ - 6237, - 6253 + 6324, + 6340 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 12 }, "end": { - "line": 225, + "line": 227, "column": 28 } } @@ -11537,16 +11609,16 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 6256, - 6265 + 6343, + 6352 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 31 }, "end": { - "line": 225, + "line": 227, "column": 40 } } @@ -11555,108 +11627,108 @@ "type": "Identifier", "name": "firstChild", "range": [ - 6266, - 6276 + 6353, + 6363 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 41 }, "end": { - "line": 225, + "line": 227, "column": 51 } } }, "range": [ - 6256, - 6276 + 6343, + 6363 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 31 }, "end": { - "line": 225, + "line": 227, "column": 51 } } }, "range": [ - 6237, - 6276 + 6324, + 6363 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 12 }, "end": { - "line": 225, + "line": 227, "column": 51 } } }, "range": [ - 6237, - 6277 + 6324, + 6364 ], "loc": { "start": { - "line": 225, + "line": 227, "column": 12 }, "end": { - "line": 225, + "line": 227, "column": 52 } } } ], "range": [ - 5723, - 6287 + 5810, + 6374 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 45 }, "end": { - "line": 226, + "line": 228, "column": 9 } } }, "range": [ - 5686, - 6287 + 5773, + 6374 ], "loc": { "start": { - "line": 211, + "line": 213, "column": 8 }, "end": { - "line": 226, + "line": 228, "column": 9 } } } ], "range": [ - 5473, - 6293 + 5577, + 6380 ], "loc": { "start": { - "line": 204, + "line": 206, "column": 17 }, "end": { - "line": 227, + "line": 229, "column": 5 } } @@ -11664,16 +11736,16 @@ "generator": false, "expression": false, "range": [ - 5470, - 6293 + 5574, + 6380 ], "loc": { "start": { - "line": 204, + "line": 206, "column": 14 }, "end": { - "line": 227, + "line": 229, "column": 5 } } @@ -11681,16 +11753,16 @@ "kind": "method", "computed": false, "range": [ - 5460, - 6293 + 5564, + 6380 ], "loc": { "start": { - "line": 204, + "line": 206, "column": 4 }, "end": { - "line": 227, + "line": 229, "column": 5 } }, @@ -11699,16 +11771,16 @@ "type": "Block", "value": "*\n * Build all filters icons\n ", "range": [ - 5413, - 5455 + 5517, + 5559 ], "loc": { "start": { - "line": 201, + "line": 203, "column": 4 }, "end": { - "line": 203, + "line": 205, "column": 7 } } @@ -11719,16 +11791,16 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 6299, - 6351 + 6386, + 6438 ], "loc": { "start": { - "line": 229, + "line": 231, "column": 4 }, "end": { - "line": 231, + "line": 233, "column": 7 } } @@ -11742,16 +11814,16 @@ "type": "Identifier", "name": "buildAll", "range": [ - 6356, - 6364 + 6443, + 6451 ], "loc": { "start": { - "line": 232, + "line": 234, "column": 4 }, "end": { - "line": 232, + "line": 234, "column": 12 } } @@ -11774,16 +11846,16 @@ "type": "Identifier", "name": "i", "range": [ - 6386, - 6387 + 6473, + 6474 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 17 }, "end": { - "line": 233, + "line": 235, "column": 18 } } @@ -11793,31 +11865,31 @@ "value": 0, "raw": "0", "range": [ - 6390, - 6391 + 6477, + 6478 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 21 }, "end": { - "line": 233, + "line": 235, "column": 22 } } }, "range": [ - 6386, - 6391 + 6473, + 6478 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 17 }, "end": { - "line": 233, + "line": 235, "column": 22 } } @@ -11825,16 +11897,16 @@ ], "kind": "let", "range": [ - 6382, - 6391 + 6469, + 6478 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 13 }, "end": { - "line": 233, + "line": 235, "column": 22 } } @@ -11846,16 +11918,16 @@ "type": "Identifier", "name": "i", "range": [ - 6393, - 6394 + 6480, + 6481 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 24 }, "end": { - "line": 233, + "line": 235, "column": 25 } } @@ -11869,16 +11941,16 @@ "object": { "type": "ThisExpression", "range": [ - 6397, - 6401 + 6484, + 6488 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 28 }, "end": { - "line": 233, + "line": 235, "column": 32 } } @@ -11887,31 +11959,31 @@ "type": "Identifier", "name": "filtersCache", "range": [ - 6402, - 6414 + 6489, + 6501 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 33 }, "end": { - "line": 233, + "line": 235, "column": 45 } } }, "range": [ - 6397, - 6414 + 6484, + 6501 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 28 }, "end": { - "line": 233, + "line": 235, "column": 45 } } @@ -11920,46 +11992,46 @@ "type": "Identifier", "name": "length", "range": [ - 6415, - 6421 + 6502, + 6508 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 46 }, "end": { - "line": 233, + "line": 235, "column": 52 } } }, "range": [ - 6397, - 6421 + 6484, + 6508 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 28 }, "end": { - "line": 233, + "line": 235, "column": 52 } } }, "range": [ - 6393, - 6421 + 6480, + 6508 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 24 }, "end": { - "line": 233, + "line": 235, "column": 52 } } @@ -11971,32 +12043,32 @@ "type": "Identifier", "name": "i", "range": [ - 6423, - 6424 + 6510, + 6511 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 54 }, "end": { - "line": 233, + "line": 235, "column": 55 } } }, "prefix": false, "range": [ - 6423, - 6426 + 6510, + 6513 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 54 }, "end": { - "line": 233, + "line": 235, "column": 57 } } @@ -12014,16 +12086,16 @@ "object": { "type": "ThisExpression", "range": [ - 6442, - 6446 + 6529, + 6533 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 12 }, "end": { - "line": 234, + "line": 236, "column": 16 } } @@ -12032,31 +12104,31 @@ "type": "Identifier", "name": "build", "range": [ - 6447, - 6452 + 6534, + 6539 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 17 }, "end": { - "line": 234, + "line": 236, "column": 22 } } }, "range": [ - 6442, - 6452 + 6529, + 6539 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 12 }, "end": { - "line": 234, + "line": 236, "column": 22 } } @@ -12066,16 +12138,16 @@ "type": "Identifier", "name": "i", "range": [ - 6453, - 6454 + 6540, + 6541 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 23 }, "end": { - "line": 234, + "line": 236, "column": 24 } } @@ -12089,16 +12161,16 @@ "object": { "type": "ThisExpression", "range": [ - 6456, - 6460 + 6543, + 6547 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 26 }, "end": { - "line": 234, + "line": 236, "column": 30 } } @@ -12107,31 +12179,31 @@ "type": "Identifier", "name": "filtersCache", "range": [ - 6461, - 6473 + 6548, + 6560 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 31 }, "end": { - "line": 234, + "line": 236, "column": 43 } } }, "range": [ - 6456, - 6473 + 6543, + 6560 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 26 }, "end": { - "line": 234, + "line": 236, "column": 43 } } @@ -12140,109 +12212,109 @@ "type": "Identifier", "name": "i", "range": [ - 6474, - 6475 + 6561, + 6562 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 44 }, "end": { - "line": 234, + "line": 236, "column": 45 } } }, "range": [ - 6456, - 6476 + 6543, + 6563 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 26 }, "end": { - "line": 234, + "line": 236, "column": 46 } } } ], "range": [ - 6442, - 6477 + 6529, + 6564 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 12 }, "end": { - "line": 234, + "line": 236, "column": 47 } } }, "range": [ - 6442, - 6478 + 6529, + 6565 ], "loc": { "start": { - "line": 234, + "line": 236, "column": 12 }, "end": { - "line": 234, + "line": 236, "column": 48 } } } ], "range": [ - 6428, - 6488 + 6515, + 6575 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 59 }, "end": { - "line": 235, + "line": 237, "column": 9 } } }, "range": [ - 6377, - 6488 + 6464, + 6575 ], "loc": { "start": { - "line": 233, + "line": 235, "column": 8 }, "end": { - "line": 235, + "line": 237, "column": 9 } } } ], "range": [ - 6367, - 6494 + 6454, + 6581 ], "loc": { "start": { - "line": 232, + "line": 234, "column": 15 }, "end": { - "line": 236, + "line": 238, "column": 5 } } @@ -12250,16 +12322,16 @@ "generator": false, "expression": false, "range": [ - 6364, - 6494 + 6451, + 6581 ], "loc": { "start": { - "line": 232, + "line": 234, "column": 12 }, "end": { - "line": 236, + "line": 238, "column": 5 } } @@ -12267,16 +12339,16 @@ "kind": "method", "computed": false, "range": [ - 6356, - 6494 + 6443, + 6581 ], "loc": { "start": { - "line": 232, + "line": 234, "column": 4 }, "end": { - "line": 236, + "line": 238, "column": 5 } }, @@ -12285,16 +12357,16 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 6299, - 6351 + 6386, + 6438 ], "loc": { "start": { - "line": 229, + "line": 231, "column": 4 }, "end": { - "line": 231, + "line": 233, "column": 7 } } @@ -12305,16 +12377,16 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 6500, - 6669 + 6587, + 6756 ], "loc": { "start": { - "line": 238, + "line": 240, "column": 4 }, "end": { - "line": 242, + "line": 244, "column": 7 } } @@ -12328,16 +12400,16 @@ "type": "Identifier", "name": "build", "range": [ - 6674, - 6679 + 6761, + 6766 ], "loc": { "start": { - "line": 243, + "line": 245, "column": 4 }, "end": { - "line": 243, + "line": 245, "column": 9 } } @@ -12350,16 +12422,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6680, - 6688 + 6767, + 6775 ], "loc": { "start": { - "line": 243, + "line": 245, "column": 10 }, "end": { - "line": 243, + "line": 245, "column": 18 } } @@ -12368,16 +12440,16 @@ "type": "Identifier", "name": "div", "range": [ - 6690, - 6693 + 6777, + 6780 ], "loc": { "start": { - "line": 243, + "line": 245, "column": 20 }, "end": { - "line": 243, + "line": 245, "column": 23 } } @@ -12395,16 +12467,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6709, - 6711 + 6796, + 6798 ], "loc": { "start": { - "line": 244, + "line": 246, "column": 12 }, "end": { - "line": 244, + "line": 246, "column": 14 } } @@ -12415,16 +12487,16 @@ "object": { "type": "ThisExpression", "range": [ - 6714, - 6718 + 6801, + 6805 ], "loc": { "start": { - "line": 244, + "line": 246, "column": 17 }, "end": { - "line": 244, + "line": 246, "column": 21 } } @@ -12433,46 +12505,46 @@ "type": "Identifier", "name": "tf", "range": [ - 6719, - 6721 + 6806, + 6808 ], "loc": { "start": { - "line": 244, + "line": 246, "column": 22 }, "end": { - "line": 244, + "line": 246, "column": 24 } } }, "range": [ - 6714, - 6721 + 6801, + 6808 ], "loc": { "start": { - "line": 244, + "line": 246, "column": 17 }, "end": { - "line": 244, + "line": 246, "column": 24 } } }, "range": [ - 6709, - 6721 + 6796, + 6808 ], "loc": { "start": { - "line": 244, + "line": 246, "column": 12 }, "end": { - "line": 244, + "line": 246, "column": 24 } } @@ -12480,16 +12552,16 @@ ], "kind": "let", "range": [ - 6705, - 6722 + 6792, + 6809 ], "loc": { "start": { - "line": 244, + "line": 246, "column": 8 }, "end": { - "line": 244, + "line": 246, "column": 25 } } @@ -12503,16 +12575,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 6735, - 6743 + 6822, + 6830 ], "loc": { "start": { - "line": 245, + "line": 247, "column": 12 }, "end": { - "line": 245, + "line": 247, "column": 20 } } @@ -12526,32 +12598,32 @@ "type": "Identifier", "name": "div", "range": [ - 6747, - 6750 + 6834, + 6837 ], "loc": { "start": { - "line": 245, + "line": 247, "column": 24 }, "end": { - "line": 245, + "line": 247, "column": 27 } } }, "prefix": true, "range": [ - 6746, - 6750 + 6833, + 6837 ], "loc": { "start": { - "line": 245, + "line": 247, "column": 23 }, "end": { - "line": 245, + "line": 247, "column": 27 } } @@ -12562,16 +12634,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 6765, - 6774 + 6852, + 6861 ], "loc": { "start": { - "line": 246, + "line": 248, "column": 12 }, "end": { - "line": 246, + "line": 248, "column": 21 } } @@ -12582,16 +12654,16 @@ "value": "div", "raw": "'div'", "range": [ - 6775, - 6780 + 6862, + 6867 ], "loc": { "start": { - "line": 246, + "line": 248, "column": 22 }, "end": { - "line": 246, + "line": 248, "column": 27 } } @@ -12604,16 +12676,16 @@ "value": "id", "raw": "'id'", "range": [ - 6799, - 6803 + 6886, + 6890 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 17 }, "end": { - "line": 247, + "line": 249, "column": 21 } } @@ -12633,16 +12705,16 @@ "object": { "type": "ThisExpression", "range": [ - 6805, - 6809 + 6892, + 6896 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 23 }, "end": { - "line": 247, + "line": 249, "column": 27 } } @@ -12651,31 +12723,31 @@ "type": "Identifier", "name": "prfxDiv", "range": [ - 6810, - 6817 + 6897, + 6904 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 28 }, "end": { - "line": 247, + "line": 249, "column": 35 } } }, "range": [ - 6805, - 6817 + 6892, + 6904 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 23 }, "end": { - "line": 247, + "line": 249, "column": 35 } } @@ -12687,16 +12759,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6820, - 6822 + 6907, + 6909 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 38 }, "end": { - "line": 247, + "line": 249, "column": 40 } } @@ -12705,46 +12777,46 @@ "type": "Identifier", "name": "id", "range": [ - 6823, - 6825 + 6910, + 6912 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 41 }, "end": { - "line": 247, + "line": 249, "column": 43 } } }, "range": [ - 6820, - 6825 + 6907, + 6912 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 38 }, "end": { - "line": 247, + "line": 249, "column": 43 } } }, "range": [ - 6805, - 6825 + 6892, + 6912 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 23 }, "end": { - "line": 247, + "line": 249, "column": 43 } } @@ -12754,31 +12826,31 @@ "value": "_", "raw": "'_'", "range": [ - 6828, - 6831 + 6915, + 6918 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 46 }, "end": { - "line": 247, + "line": 249, "column": 49 } } }, "range": [ - 6805, - 6831 + 6892, + 6918 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 23 }, "end": { - "line": 247, + "line": 249, "column": 49 } } @@ -12787,63 +12859,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6834, - 6842 + 6921, + 6929 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 52 }, "end": { - "line": 247, + "line": 249, "column": 60 } } }, "range": [ - 6805, - 6842 + 6892, + 6929 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 23 }, "end": { - "line": 247, + "line": 249, "column": 60 } } } ], "range": [ - 6798, - 6843 + 6885, + 6930 ], "loc": { "start": { - "line": 247, + "line": 249, "column": 16 }, "end": { - "line": 247, + "line": 249, "column": 61 } } } ], "range": [ - 6765, - 6844 + 6852, + 6931 ], "loc": { "start": { - "line": 246, + "line": 248, "column": 12 }, "end": { - "line": 247, + "line": 249, "column": 62 } } @@ -12852,46 +12924,46 @@ "type": "Identifier", "name": "div", "range": [ - 6859, - 6862 + 6946, + 6949 ], "loc": { "start": { - "line": 248, + "line": 250, "column": 12 }, "end": { - "line": 248, + "line": 250, "column": 15 } } }, "range": [ - 6746, - 6862 + 6833, + 6949 ], "loc": { "start": { - "line": 245, + "line": 247, "column": 23 }, "end": { - "line": 248, + "line": 250, "column": 15 } } }, "range": [ - 6735, - 6862 + 6822, + 6949 ], "loc": { "start": { - "line": 245, + "line": 247, "column": 12 }, "end": { - "line": 248, + "line": 250, "column": 15 } } @@ -12899,16 +12971,16 @@ ], "kind": "let", "range": [ - 6731, - 6863 + 6818, + 6950 ], "loc": { "start": { - "line": 245, + "line": 247, "column": 8 }, "end": { - "line": 248, + "line": 250, "column": 16 } } @@ -12925,16 +12997,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 6872, - 6880 + 6959, + 6967 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 8 }, "end": { - "line": 249, + "line": 251, "column": 16 } } @@ -12943,31 +13015,31 @@ "type": "Identifier", "name": "className", "range": [ - 6881, - 6890 + 6968, + 6977 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 17 }, "end": { - "line": 249, + "line": 251, "column": 26 } } }, "range": [ - 6872, - 6890 + 6959, + 6977 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 8 }, "end": { - "line": 249, + "line": 251, "column": 26 } } @@ -12978,16 +13050,16 @@ "object": { "type": "ThisExpression", "range": [ - 6893, - 6897 + 6980, + 6984 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 29 }, "end": { - "line": 249, + "line": 251, "column": 33 } } @@ -12996,61 +13068,61 @@ "type": "Identifier", "name": "containerCssClass", "range": [ - 6898, - 6915 + 6985, + 7002 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 34 }, "end": { - "line": 249, + "line": 251, "column": 51 } } }, "range": [ - 6893, - 6915 + 6980, + 7002 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 29 }, "end": { - "line": 249, + "line": 251, "column": 51 } } }, "range": [ - 6872, - 6915 + 6959, + 7002 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 8 }, "end": { - "line": 249, + "line": 251, "column": 51 } } }, "range": [ - 6872, - 6916 + 6959, + 7003 ], "loc": { "start": { - "line": 249, + "line": 251, "column": 8 }, "end": { - "line": 249, + "line": 251, "column": 52 } } @@ -13069,16 +13141,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6925, - 6927 + 7012, + 7014 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 8 }, "end": { - "line": 250, + "line": 252, "column": 10 } } @@ -13087,31 +13159,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6928, - 6945 + 7015, + 7032 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 11 }, "end": { - "line": 250, + "line": 252, "column": 28 } } }, "range": [ - 6925, - 6945 + 7012, + 7032 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 8 }, "end": { - "line": 250, + "line": 252, "column": 28 } } @@ -13120,31 +13192,31 @@ "type": "Identifier", "name": "push", "range": [ - 6946, - 6950 + 7033, + 7037 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 29 }, "end": { - "line": 250, + "line": 252, "column": 33 } } }, "range": [ - 6925, - 6950 + 7012, + 7037 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 8 }, "end": { - "line": 250, + "line": 252, "column": 33 } } @@ -13157,16 +13229,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 6951, - 6959 + 7038, + 7046 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 34 }, "end": { - "line": 250, + "line": 252, "column": 42 } } @@ -13175,62 +13247,62 @@ "type": "Identifier", "name": "id", "range": [ - 6960, - 6962 + 7047, + 7049 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 43 }, "end": { - "line": 250, + "line": 252, "column": 45 } } }, "range": [ - 6951, - 6962 + 7038, + 7049 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 34 }, "end": { - "line": 250, + "line": 252, "column": 45 } } } ], "range": [ - 6925, - 6963 + 7012, + 7050 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 8 }, "end": { - "line": 250, + "line": 252, "column": 46 } } }, "range": [ - 6925, - 6964 + 7012, + 7051 ], "loc": { "start": { - "line": 250, + "line": 252, "column": 8 }, "end": { - "line": 250, + "line": 252, "column": 47 } } @@ -13244,16 +13316,16 @@ "type": "Identifier", "name": "header", "range": [ - 6977, - 6983 + 7064, + 7070 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 12 }, "end": { - "line": 251, + "line": 253, "column": 18 } } @@ -13267,16 +13339,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6986, - 6988 + 7073, + 7075 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 21 }, "end": { - "line": 251, + "line": 253, "column": 23 } } @@ -13285,31 +13357,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 6989, - 7005 + 7076, + 7092 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 24 }, "end": { - "line": 251, + "line": 253, "column": 40 } } }, "range": [ - 6986, - 7005 + 7073, + 7092 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 21 }, "end": { - "line": 251, + "line": 253, "column": 40 } } @@ -13319,47 +13391,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7006, - 7014 + 7093, + 7101 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 41 }, "end": { - "line": 251, + "line": 253, "column": 49 } } } ], "range": [ - 6986, - 7015 + 7073, + 7102 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 21 }, "end": { - "line": 251, + "line": 253, "column": 50 } } }, "range": [ - 6977, - 7015 + 7064, + 7102 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 12 }, "end": { - "line": 251, + "line": 253, "column": 50 } } @@ -13367,16 +13439,16 @@ ], "kind": "let", "range": [ - 6973, - 7016 + 7060, + 7103 ], "loc": { "start": { - "line": 251, + "line": 253, "column": 8 }, "end": { - "line": 251, + "line": 253, "column": 51 } } @@ -13392,16 +13464,16 @@ "type": "Identifier", "name": "header", "range": [ - 7025, - 7031 + 7112, + 7118 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 8 }, "end": { - "line": 252, + "line": 254, "column": 14 } } @@ -13410,31 +13482,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7032, - 7044 + 7119, + 7131 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 15 }, "end": { - "line": 252, + "line": 254, "column": 27 } } }, "range": [ - 7025, - 7044 + 7112, + 7131 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 8 }, "end": { - "line": 252, + "line": 254, "column": 27 } } @@ -13444,16 +13516,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 7045, - 7053 + 7132, + 7140 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 28 }, "end": { - "line": 252, + "line": 254, "column": 36 } } @@ -13465,16 +13537,16 @@ "type": "Identifier", "name": "header", "range": [ - 7055, - 7061 + 7142, + 7148 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 38 }, "end": { - "line": 252, + "line": 254, "column": 44 } } @@ -13483,62 +13555,62 @@ "type": "Identifier", "name": "firstChild", "range": [ - 7062, - 7072 + 7149, + 7159 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 45 }, "end": { - "line": 252, + "line": 254, "column": 55 } } }, "range": [ - 7055, - 7072 + 7142, + 7159 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 38 }, "end": { - "line": 252, + "line": 254, "column": 55 } } } ], "range": [ - 7025, - 7073 + 7112, + 7160 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 8 }, "end": { - "line": 252, + "line": 254, "column": 56 } } }, "range": [ - 7025, - 7074 + 7112, + 7161 ], "loc": { "start": { - "line": 252, + "line": 254, "column": 8 }, "end": { - "line": 252, + "line": 254, "column": 57 } } @@ -13551,16 +13623,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 7083, - 7089 + 7170, + 7176 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 8 }, "end": { - "line": 253, + "line": 255, "column": 14 } } @@ -13570,16 +13642,16 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 7090, - 7098 + 7177, + 7185 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 15 }, "end": { - "line": 253, + "line": 255, "column": 23 } } @@ -13589,16 +13661,16 @@ "value": "click", "raw": "'click'", "range": [ - 7100, - 7107 + 7187, + 7194 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 25 }, "end": { - "line": 253, + "line": 255, "column": 32 } } @@ -13611,16 +13683,16 @@ "type": "Identifier", "name": "evt", "range": [ - 7110, - 7113 + 7197, + 7200 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 35 }, "end": { - "line": 253, + "line": 255, "column": 38 } } @@ -13632,16 +13704,16 @@ "type": "Identifier", "name": "stopEvt", "range": [ - 7118, - 7125 + 7205, + 7212 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 43 }, "end": { - "line": 253, + "line": 255, "column": 50 } } @@ -13651,32 +13723,32 @@ "type": "Identifier", "name": "evt", "range": [ - 7126, - 7129 + 7213, + 7216 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 51 }, "end": { - "line": 253, + "line": 255, "column": 54 } } } ], "range": [ - 7118, - 7130 + 7205, + 7217 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 43 }, "end": { - "line": 253, + "line": 255, "column": 55 } } @@ -13684,47 +13756,47 @@ "generator": false, "expression": true, "range": [ - 7109, - 7130 + 7196, + 7217 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 34 }, "end": { - "line": 253, + "line": 255, "column": 55 } } } ], "range": [ - 7083, - 7131 + 7170, + 7218 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 8 }, "end": { - "line": 253, + "line": 255, "column": 56 } } }, "range": [ - 7083, - 7132 + 7170, + 7219 ], "loc": { "start": { - "line": 253, + "line": 255, "column": 8 }, "end": { - "line": 253, + "line": 255, "column": 57 } } @@ -13743,16 +13815,16 @@ "object": { "type": "ThisExpression", "range": [ - 7141, - 7145 + 7228, + 7232 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 8 }, "end": { - "line": 254, + "line": 256, "column": 12 } } @@ -13761,31 +13833,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 7146, - 7153 + 7233, + 7240 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 13 }, "end": { - "line": 254, + "line": 256, "column": 20 } } }, "range": [ - 7141, - 7153 + 7228, + 7240 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 8 }, "end": { - "line": 254, + "line": 256, "column": 20 } } @@ -13794,31 +13866,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7154, - 7162 + 7241, + 7249 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 21 }, "end": { - "line": 254, + "line": 256, "column": 29 } } }, "range": [ - 7141, - 7163 + 7228, + 7250 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 8 }, "end": { - "line": 254, + "line": 256, "column": 30 } } @@ -13827,62 +13899,62 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 7166, - 7174 + 7253, + 7261 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 33 }, "end": { - "line": 254, + "line": 256, "column": 41 } } }, "range": [ - 7141, - 7174 + 7228, + 7261 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 8 }, "end": { - "line": 254, + "line": 256, "column": 41 } } }, "range": [ - 7141, - 7175 + 7228, + 7262 ], "loc": { "start": { - "line": 254, + "line": 256, "column": 8 }, "end": { - "line": 254, + "line": 256, "column": 42 } } } ], "range": [ - 6695, - 7181 + 6782, + 7268 ], "loc": { "start": { - "line": 243, + "line": 245, "column": 25 }, "end": { - "line": 255, + "line": 257, "column": 5 } } @@ -13890,16 +13962,16 @@ "generator": false, "expression": false, "range": [ - 6679, - 7181 + 6766, + 7268 ], "loc": { "start": { - "line": 243, + "line": 245, "column": 9 }, "end": { - "line": 255, + "line": 257, "column": 5 } } @@ -13907,16 +13979,16 @@ "kind": "method", "computed": false, "range": [ - 6674, - 7181 + 6761, + 7268 ], "loc": { "start": { - "line": 243, + "line": 245, "column": 4 }, "end": { - "line": 255, + "line": 257, "column": 5 } }, @@ -13925,16 +13997,16 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 6500, - 6669 + 6587, + 6756 ], "loc": { "start": { - "line": 238, + "line": 240, "column": 4 }, "end": { - "line": 242, + "line": 244, "column": 7 } } @@ -13945,16 +14017,16 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 7187, - 7289 + 7274, + 7376 ], "loc": { "start": { - "line": 257, + "line": 259, "column": 4 }, "end": { - "line": 260, + "line": 262, "column": 7 } } @@ -13968,16 +14040,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 7294, - 7300 + 7381, + 7387 ], "loc": { "start": { - "line": 261, + "line": 263, "column": 4 }, "end": { - "line": 261, + "line": 263, "column": 10 } } @@ -13990,16 +14062,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7301, - 7309 + 7388, + 7396 ], "loc": { "start": { - "line": 261, + "line": 263, "column": 11 }, "end": { - "line": 261, + "line": 263, "column": 19 } } @@ -14017,16 +14089,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7325, - 7327 + 7412, + 7414 ], "loc": { "start": { - "line": 262, + "line": 264, "column": 12 }, "end": { - "line": 262, + "line": 264, "column": 14 } } @@ -14037,16 +14109,16 @@ "object": { "type": "ThisExpression", "range": [ - 7330, - 7334 + 7417, + 7421 ], "loc": { "start": { - "line": 262, + "line": 264, "column": 17 }, "end": { - "line": 262, + "line": 264, "column": 21 } } @@ -14055,46 +14127,46 @@ "type": "Identifier", "name": "tf", "range": [ - 7335, - 7337 + 7422, + 7424 ], "loc": { "start": { - "line": 262, + "line": 264, "column": 22 }, "end": { - "line": 262, + "line": 264, "column": 24 } } }, "range": [ - 7330, - 7337 + 7417, + 7424 ], "loc": { "start": { - "line": 262, + "line": 264, "column": 17 }, "end": { - "line": 262, + "line": 264, "column": 24 } } }, "range": [ - 7325, - 7337 + 7412, + 7424 ], "loc": { "start": { - "line": 262, + "line": 264, "column": 12 }, "end": { - "line": 262, + "line": 264, "column": 24 } } @@ -14105,16 +14177,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7351, - 7362 + 7438, + 7449 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 12 }, "end": { - "line": 263, + "line": 265, "column": 23 } } @@ -14128,16 +14200,16 @@ "object": { "type": "ThisExpression", "range": [ - 7365, - 7369 + 7452, + 7456 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 26 }, "end": { - "line": 263, + "line": 265, "column": 30 } } @@ -14146,31 +14218,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 7370, - 7377 + 7457, + 7464 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 31 }, "end": { - "line": 263, + "line": 265, "column": 38 } } }, "range": [ - 7365, - 7377 + 7452, + 7464 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 26 }, "end": { - "line": 263, + "line": 265, "column": 38 } } @@ -14179,46 +14251,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7378, - 7386 + 7465, + 7473 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 39 }, "end": { - "line": 263, + "line": 265, "column": 47 } } }, "range": [ - 7365, - 7387 + 7452, + 7474 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 26 }, "end": { - "line": 263, + "line": 265, "column": 48 } } }, "range": [ - 7351, - 7387 + 7438, + 7474 ], "loc": { "start": { - "line": 263, + "line": 265, "column": 12 }, "end": { - "line": 263, + "line": 265, "column": 48 } } @@ -14226,16 +14298,16 @@ ], "kind": "let", "range": [ - 7321, - 7388 + 7408, + 7475 ], "loc": { "start": { - "line": 262, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 265, "column": 49 } } @@ -14258,16 +14330,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7402, - 7413 + 7489, + 7500 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 12 }, "end": { - "line": 265, + "line": 267, "column": 23 } } @@ -14276,31 +14348,31 @@ "type": "Identifier", "name": "style", "range": [ - 7414, - 7419 + 7501, + 7506 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 24 }, "end": { - "line": 265, + "line": 267, "column": 29 } } }, "range": [ - 7402, - 7419 + 7489, + 7506 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 12 }, "end": { - "line": 265, + "line": 267, "column": 29 } } @@ -14309,31 +14381,31 @@ "type": "Identifier", "name": "display", "range": [ - 7420, - 7427 + 7507, + 7514 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 30 }, "end": { - "line": 265, + "line": 267, "column": 37 } } }, "range": [ - 7402, - 7427 + 7489, + 7514 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 12 }, "end": { - "line": 265, + "line": 267, "column": 37 } } @@ -14342,31 +14414,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 7432, - 7436 + 7519, + 7523 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 42 }, "end": { - "line": 265, + "line": 267, "column": 46 } } }, "range": [ - 7402, - 7436 + 7489, + 7523 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 12 }, "end": { - "line": 265, + "line": 267, "column": 46 } } @@ -14384,16 +14456,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7452, - 7463 + 7539, + 7550 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 12 }, "end": { - "line": 266, + "line": 268, "column": 23 } } @@ -14402,31 +14474,31 @@ "type": "Identifier", "name": "style", "range": [ - 7464, - 7469 + 7551, + 7556 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 24 }, "end": { - "line": 266, + "line": 268, "column": 29 } } }, "range": [ - 7452, - 7469 + 7539, + 7556 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 12 }, "end": { - "line": 266, + "line": 268, "column": 29 } } @@ -14435,31 +14507,31 @@ "type": "Identifier", "name": "display", "range": [ - 7470, - 7477 + 7557, + 7564 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 30 }, "end": { - "line": 266, + "line": 268, "column": 37 } } }, "range": [ - 7452, - 7477 + 7539, + 7564 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 12 }, "end": { - "line": 266, + "line": 268, "column": 37 } } @@ -14469,46 +14541,46 @@ "value": "", "raw": "''", "range": [ - 7482, - 7484 + 7569, + 7571 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 42 }, "end": { - "line": 266, + "line": 268, "column": 44 } } }, "range": [ - 7452, - 7484 + 7539, + 7571 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 12 }, "end": { - "line": 266, + "line": 268, "column": 44 } } }, "range": [ - 7402, - 7484 + 7489, + 7571 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 268, "column": 44 } } @@ -14524,16 +14596,16 @@ "object": { "type": "ThisExpression", "range": [ - 7504, - 7508 + 7591, + 7595 ], "loc": { "start": { - "line": 267, + "line": 269, "column": 16 }, "end": { - "line": 267, + "line": 269, "column": 20 } } @@ -14542,31 +14614,31 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 7509, - 7521 + 7596, + 7608 ], "loc": { "start": { - "line": 267, + "line": 269, "column": 21 }, "end": { - "line": 267, + "line": 269, "column": 33 } } }, "range": [ - 7504, - 7521 + 7591, + 7608 ], "loc": { "start": { - "line": 267, + "line": 269, "column": 16 }, "end": { - "line": 267, + "line": 269, "column": 33 } } @@ -14587,16 +14659,16 @@ "object": { "type": "ThisExpression", "range": [ - 7541, - 7545 + 7628, + 7632 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 16 }, "end": { - "line": 268, + "line": 270, "column": 20 } } @@ -14605,31 +14677,31 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 7546, - 7558 + 7633, + 7645 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 21 }, "end": { - "line": 268, + "line": 270, "column": 33 } } }, "range": [ - 7541, - 7558 + 7628, + 7645 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 16 }, "end": { - "line": 268, + "line": 270, "column": 33 } } @@ -14638,31 +14710,31 @@ "type": "Identifier", "name": "call", "range": [ - 7559, - 7563 + 7646, + 7650 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 34 }, "end": { - "line": 268, + "line": 270, "column": 38 } } }, "range": [ - 7541, - 7563 + 7628, + 7650 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 16 }, "end": { - "line": 268, + "line": 270, "column": 38 } } @@ -14673,16 +14745,16 @@ "value": null, "raw": "null", "range": [ - 7585, - 7589 + 7672, + 7676 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 20 }, "end": { - "line": 269, + "line": 271, "column": 24 } } @@ -14690,16 +14762,16 @@ { "type": "ThisExpression", "range": [ - 7591, - 7595 + 7678, + 7682 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 26 }, "end": { - "line": 269, + "line": 271, "column": 30 } } @@ -14713,16 +14785,16 @@ "object": { "type": "ThisExpression", "range": [ - 7597, - 7601 + 7684, + 7688 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 32 }, "end": { - "line": 269, + "line": 271, "column": 36 } } @@ -14731,31 +14803,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 7602, - 7609 + 7689, + 7696 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 37 }, "end": { - "line": 269, + "line": 271, "column": 44 } } }, "range": [ - 7597, - 7609 + 7684, + 7696 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 32 }, "end": { - "line": 269, + "line": 271, "column": 44 } } @@ -14764,31 +14836,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7610, - 7618 + 7697, + 7705 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 45 }, "end": { - "line": 269, + "line": 271, "column": 53 } } }, "range": [ - 7597, - 7619 + 7684, + 7706 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 32 }, "end": { - "line": 269, + "line": 271, "column": 54 } } @@ -14797,79 +14869,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7621, - 7629 + 7708, + 7716 ], "loc": { "start": { - "line": 269, + "line": 271, "column": 56 }, "end": { - "line": 269, + "line": 271, "column": 64 } } } ], "range": [ - 7541, - 7630 + 7628, + 7717 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 16 }, "end": { - "line": 269, + "line": 271, "column": 65 } } }, "range": [ - 7541, - 7631 + 7628, + 7718 ], "loc": { "start": { - "line": 268, + "line": 270, "column": 16 }, "end": { - "line": 269, + "line": 271, "column": 66 } } } ], "range": [ - 7523, - 7645 + 7610, + 7732 ], "loc": { "start": { - "line": 267, + "line": 269, "column": 35 }, "end": { - "line": 270, + "line": 272, "column": 13 } } }, "alternate": null, "range": [ - 7500, - 7645 + 7587, + 7732 ], "loc": { "start": { - "line": 267, + "line": 269, "column": 12 }, "end": { - "line": 270, + "line": 272, "column": 13 } } @@ -14889,16 +14961,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7658, - 7669 + 7745, + 7756 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 12 }, "end": { - "line": 271, + "line": 273, "column": 23 } } @@ -14907,31 +14979,31 @@ "type": "Identifier", "name": "style", "range": [ - 7670, - 7675 + 7757, + 7762 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 24 }, "end": { - "line": 271, + "line": 273, "column": 29 } } }, "range": [ - 7658, - 7675 + 7745, + 7762 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 12 }, "end": { - "line": 271, + "line": 273, "column": 29 } } @@ -14940,31 +15012,31 @@ "type": "Identifier", "name": "display", "range": [ - 7676, - 7683 + 7763, + 7770 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 30 }, "end": { - "line": 271, + "line": 273, "column": 37 } } }, "range": [ - 7658, - 7683 + 7745, + 7770 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 12 }, "end": { - "line": 271, + "line": 273, "column": 37 } } @@ -14974,46 +15046,46 @@ "value": "block", "raw": "'block'", "range": [ - 7686, - 7693 + 7773, + 7780 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 40 }, "end": { - "line": 271, + "line": 273, "column": 47 } } }, "range": [ - 7658, - 7693 + 7745, + 7780 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 12 }, "end": { - "line": 271, + "line": 273, "column": 47 } } }, "range": [ - 7658, - 7694 + 7745, + 7781 ], "loc": { "start": { - "line": 271, + "line": 273, "column": 12 }, "end": { - "line": 271, + "line": 273, "column": 48 } } @@ -15032,16 +15104,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7711, - 7713 + 7798, + 7800 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 16 }, "end": { - "line": 272, + "line": 274, "column": 18 } } @@ -15050,31 +15122,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 7714, - 7727 + 7801, + 7814 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 19 }, "end": { - "line": 272, + "line": 274, "column": 32 } } }, "range": [ - 7711, - 7727 + 7798, + 7814 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 16 }, "end": { - "line": 272, + "line": 274, "column": 32 } } @@ -15084,32 +15156,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7728, - 7736 + 7815, + 7823 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 33 }, "end": { - "line": 272, + "line": 274, "column": 41 } } } ], "range": [ - 7711, - 7737 + 7798, + 7824 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 16 }, "end": { - "line": 272, + "line": 274, "column": 42 } } @@ -15118,31 +15190,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 7742, - 7747 + 7829, + 7834 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 47 }, "end": { - "line": 272, + "line": 274, "column": 52 } } }, "range": [ - 7711, - 7747 + 7798, + 7834 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 16 }, "end": { - "line": 272, + "line": 274, "column": 52 } } @@ -15159,16 +15231,16 @@ "type": "Identifier", "name": "flt", "range": [ - 7771, - 7774 + 7858, + 7861 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 20 }, "end": { - "line": 273, + "line": 275, "column": 23 } } @@ -15182,16 +15254,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7777, - 7779 + 7864, + 7866 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 26 }, "end": { - "line": 273, + "line": 275, "column": 28 } } @@ -15200,31 +15272,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 7780, - 7796 + 7867, + 7883 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 29 }, "end": { - "line": 273, + "line": 275, "column": 45 } } }, "range": [ - 7777, - 7796 + 7864, + 7883 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 26 }, "end": { - "line": 273, + "line": 275, "column": 45 } } @@ -15234,47 +15306,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7797, - 7805 + 7884, + 7892 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 46 }, "end": { - "line": 273, + "line": 275, "column": 54 } } } ], "range": [ - 7777, - 7806 + 7864, + 7893 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 26 }, "end": { - "line": 273, + "line": 275, "column": 55 } } }, "range": [ - 7771, - 7806 + 7858, + 7893 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 20 }, "end": { - "line": 273, + "line": 275, "column": 55 } } @@ -15282,16 +15354,16 @@ ], "kind": "let", "range": [ - 7767, - 7807 + 7854, + 7894 ], "loc": { "start": { - "line": 273, + "line": 275, "column": 16 }, "end": { - "line": 273, + "line": 275, "column": 56 } } @@ -15302,16 +15374,16 @@ "type": "Identifier", "name": "flt", "range": [ - 7828, - 7831 + 7915, + 7918 ], "loc": { "start": { - "line": 274, + "line": 276, "column": 20 }, "end": { - "line": 274, + "line": 276, "column": 23 } } @@ -15330,16 +15402,16 @@ "type": "Identifier", "name": "flt", "range": [ - 7855, - 7858 + 7942, + 7945 ], "loc": { "start": { - "line": 275, + "line": 277, "column": 20 }, "end": { - "line": 275, + "line": 277, "column": 23 } } @@ -15348,126 +15420,126 @@ "type": "Identifier", "name": "focus", "range": [ - 7859, - 7864 + 7946, + 7951 ], "loc": { "start": { - "line": 275, + "line": 277, "column": 24 }, "end": { - "line": 275, + "line": 277, "column": 29 } } }, "range": [ - 7855, - 7864 + 7942, + 7951 ], "loc": { "start": { - "line": 275, + "line": 277, "column": 20 }, "end": { - "line": 275, + "line": 277, "column": 29 } } }, "arguments": [], "range": [ - 7855, - 7866 + 7942, + 7953 ], "loc": { "start": { - "line": 275, + "line": 277, "column": 20 }, "end": { - "line": 275, + "line": 277, "column": 31 } } }, "range": [ - 7855, - 7867 + 7942, + 7954 ], "loc": { "start": { - "line": 275, + "line": 277, "column": 20 }, "end": { - "line": 275, + "line": 277, "column": 32 } } } ], "range": [ - 7833, - 7885 + 7920, + 7972 ], "loc": { "start": { - "line": 274, + "line": 276, "column": 25 }, "end": { - "line": 276, + "line": 278, "column": 17 } } }, "alternate": null, "range": [ - 7824, - 7885 + 7911, + 7972 ], "loc": { "start": { - "line": 274, + "line": 276, "column": 16 }, "end": { - "line": 276, + "line": 278, "column": 17 } } } ], "range": [ - 7749, - 7899 + 7836, + 7986 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 54 }, "end": { - "line": 277, + "line": 279, "column": 13 } } }, "alternate": null, "range": [ - 7707, - 7899 + 7794, + 7986 ], "loc": { "start": { - "line": 272, + "line": 274, "column": 12 }, "end": { - "line": 277, + "line": 279, "column": 13 } } @@ -15480,16 +15552,16 @@ "object": { "type": "ThisExpression", "range": [ - 7916, - 7920 + 8003, + 8007 ], "loc": { "start": { - "line": 278, + "line": 280, "column": 16 }, "end": { - "line": 278, + "line": 280, "column": 20 } } @@ -15498,31 +15570,31 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 7921, - 7932 + 8008, + 8019 ], "loc": { "start": { - "line": 278, + "line": 280, "column": 21 }, "end": { - "line": 278, + "line": 280, "column": 32 } } }, "range": [ - 7916, - 7932 + 8003, + 8019 ], "loc": { "start": { - "line": 278, + "line": 280, "column": 16 }, "end": { - "line": 278, + "line": 280, "column": 32 } } @@ -15543,16 +15615,16 @@ "object": { "type": "ThisExpression", "range": [ - 7952, - 7956 + 8039, + 8043 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 16 }, "end": { - "line": 279, + "line": 281, "column": 20 } } @@ -15561,31 +15633,31 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 7957, - 7968 + 8044, + 8055 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 21 }, "end": { - "line": 279, + "line": 281, "column": 32 } } }, "range": [ - 7952, - 7968 + 8039, + 8055 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 16 }, "end": { - "line": 279, + "line": 281, "column": 32 } } @@ -15594,31 +15666,31 @@ "type": "Identifier", "name": "call", "range": [ - 7969, - 7973 + 8056, + 8060 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 33 }, "end": { - "line": 279, + "line": 281, "column": 37 } } }, "range": [ - 7952, - 7973 + 8039, + 8060 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 16 }, "end": { - "line": 279, + "line": 281, "column": 37 } } @@ -15629,16 +15701,16 @@ "value": null, "raw": "null", "range": [ - 7995, - 7999 + 8082, + 8086 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 20 }, "end": { - "line": 280, + "line": 282, "column": 24 } } @@ -15646,16 +15718,16 @@ { "type": "ThisExpression", "range": [ - 8001, - 8005 + 8088, + 8092 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 26 }, "end": { - "line": 280, + "line": 282, "column": 30 } } @@ -15669,16 +15741,16 @@ "object": { "type": "ThisExpression", "range": [ - 8007, - 8011 + 8094, + 8098 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 32 }, "end": { - "line": 280, + "line": 282, "column": 36 } } @@ -15687,31 +15759,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 8012, - 8019 + 8099, + 8106 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 37 }, "end": { - "line": 280, + "line": 282, "column": 44 } } }, "range": [ - 8007, - 8019 + 8094, + 8106 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 32 }, "end": { - "line": 280, + "line": 282, "column": 44 } } @@ -15720,31 +15792,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8020, - 8028 + 8107, + 8115 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 45 }, "end": { - "line": 280, + "line": 282, "column": 53 } } }, "range": [ - 8007, - 8029 + 8094, + 8116 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 32 }, "end": { - "line": 280, + "line": 282, "column": 54 } } @@ -15753,95 +15825,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8031, - 8039 + 8118, + 8126 ], "loc": { "start": { - "line": 280, + "line": 282, "column": 56 }, "end": { - "line": 280, + "line": 282, "column": 64 } } } ], "range": [ - 7952, - 8040 + 8039, + 8127 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 282, "column": 65 } } }, "range": [ - 7952, - 8041 + 8039, + 8128 ], "loc": { "start": { - "line": 279, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 282, "column": 66 } } } ], "range": [ - 7934, - 8055 + 8021, + 8142 ], "loc": { "start": { - "line": 278, + "line": 280, "column": 34 }, "end": { - "line": 281, + "line": 283, "column": 13 } } }, "alternate": null, "range": [ - 7912, - 8055 + 7999, + 8142 ], "loc": { "start": { - "line": 278, + "line": 280, "column": 12 }, "end": { - "line": 281, + "line": 283, "column": 13 } } } ], "range": [ - 7486, - 8065 + 7573, + 8152 ], "loc": { "start": { - "line": 266, + "line": 268, "column": 46 }, "end": { - "line": 282, + "line": 284, "column": 9 } } @@ -15857,16 +15929,16 @@ "object": { "type": "ThisExpression", "range": [ - 8089, - 8093 + 8176, + 8180 ], "loc": { "start": { - "line": 283, + "line": 285, "column": 16 }, "end": { - "line": 283, + "line": 285, "column": 20 } } @@ -15875,31 +15947,31 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 8094, - 8107 + 8181, + 8194 ], "loc": { "start": { - "line": 283, + "line": 285, "column": 21 }, "end": { - "line": 283, + "line": 285, "column": 34 } } }, "range": [ - 8089, - 8107 + 8176, + 8194 ], "loc": { "start": { - "line": 283, + "line": 285, "column": 16 }, "end": { - "line": 283, + "line": 285, "column": 34 } } @@ -15920,16 +15992,16 @@ "object": { "type": "ThisExpression", "range": [ - 8127, - 8131 + 8214, + 8218 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 16 }, "end": { - "line": 284, + "line": 286, "column": 20 } } @@ -15938,31 +16010,31 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 8132, - 8145 + 8219, + 8232 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 21 }, "end": { - "line": 284, + "line": 286, "column": 34 } } }, "range": [ - 8127, - 8145 + 8214, + 8232 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 16 }, "end": { - "line": 284, + "line": 286, "column": 34 } } @@ -15971,31 +16043,31 @@ "type": "Identifier", "name": "call", "range": [ - 8146, - 8150 + 8233, + 8237 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 35 }, "end": { - "line": 284, + "line": 286, "column": 39 } } }, "range": [ - 8127, - 8150 + 8214, + 8237 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 16 }, "end": { - "line": 284, + "line": 286, "column": 39 } } @@ -16006,16 +16078,16 @@ "value": null, "raw": "null", "range": [ - 8172, - 8176 + 8259, + 8263 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 20 }, "end": { - "line": 285, + "line": 287, "column": 24 } } @@ -16023,16 +16095,16 @@ { "type": "ThisExpression", "range": [ - 8178, - 8182 + 8265, + 8269 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 26 }, "end": { - "line": 285, + "line": 287, "column": 30 } } @@ -16046,16 +16118,16 @@ "object": { "type": "ThisExpression", "range": [ - 8184, - 8188 + 8271, + 8275 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 32 }, "end": { - "line": 285, + "line": 287, "column": 36 } } @@ -16064,31 +16136,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 8189, - 8196 + 8276, + 8283 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 37 }, "end": { - "line": 285, + "line": 287, "column": 44 } } }, "range": [ - 8184, - 8196 + 8271, + 8283 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 32 }, "end": { - "line": 285, + "line": 287, "column": 44 } } @@ -16097,31 +16169,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8197, - 8205 + 8284, + 8292 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 45 }, "end": { - "line": 285, + "line": 287, "column": 53 } } }, "range": [ - 8184, - 8206 + 8271, + 8293 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 32 }, "end": { - "line": 285, + "line": 287, "column": 54 } } @@ -16130,79 +16202,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8208, - 8216 + 8295, + 8303 ], "loc": { "start": { - "line": 285, + "line": 287, "column": 56 }, "end": { - "line": 285, + "line": 287, "column": 64 } } } ], "range": [ - 8127, - 8217 + 8214, + 8304 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 287, "column": 65 } } }, "range": [ - 8127, - 8218 + 8214, + 8305 ], "loc": { "start": { - "line": 284, + "line": 286, "column": 16 }, "end": { - "line": 285, + "line": 287, "column": 66 } } } ], "range": [ - 8109, - 8232 + 8196, + 8319 ], "loc": { "start": { - "line": 283, + "line": 285, "column": 36 }, "end": { - "line": 286, + "line": 288, "column": 13 } } }, "alternate": null, "range": [ - 8085, - 8232 + 8172, + 8319 ], "loc": { "start": { - "line": 283, + "line": 285, "column": 12 }, "end": { - "line": 286, + "line": 288, "column": 13 } } @@ -16222,16 +16294,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8245, - 8256 + 8332, + 8343 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 12 }, "end": { - "line": 287, + "line": 289, "column": 23 } } @@ -16240,31 +16312,31 @@ "type": "Identifier", "name": "style", "range": [ - 8257, - 8262 + 8344, + 8349 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 24 }, "end": { - "line": 287, + "line": 289, "column": 29 } } }, "range": [ - 8245, - 8262 + 8332, + 8349 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 12 }, "end": { - "line": 287, + "line": 289, "column": 29 } } @@ -16273,31 +16345,31 @@ "type": "Identifier", "name": "display", "range": [ - 8263, - 8270 + 8350, + 8357 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 30 }, "end": { - "line": 287, + "line": 289, "column": 37 } } }, "range": [ - 8245, - 8270 + 8332, + 8357 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 12 }, "end": { - "line": 287, + "line": 289, "column": 37 } } @@ -16306,46 +16378,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 8273, - 8277 + 8360, + 8364 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 40 }, "end": { - "line": 287, + "line": 289, "column": 44 } } }, "range": [ - 8245, - 8277 + 8332, + 8364 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 12 }, "end": { - "line": 287, + "line": 289, "column": 44 } } }, "range": [ - 8245, - 8278 + 8332, + 8365 ], "loc": { "start": { - "line": 287, + "line": 289, "column": 12 }, "end": { - "line": 287, + "line": 289, "column": 45 } } @@ -16358,16 +16430,16 @@ "object": { "type": "ThisExpression", "range": [ - 8295, - 8299 + 8382, + 8386 ], "loc": { "start": { - "line": 288, + "line": 290, "column": 16 }, "end": { - "line": 288, + "line": 290, "column": 20 } } @@ -16376,31 +16448,31 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 8300, - 8312 + 8387, + 8399 ], "loc": { "start": { - "line": 288, + "line": 290, "column": 21 }, "end": { - "line": 288, + "line": 290, "column": 33 } } }, "range": [ - 8295, - 8312 + 8382, + 8399 ], "loc": { "start": { - "line": 288, + "line": 290, "column": 16 }, "end": { - "line": 288, + "line": 290, "column": 33 } } @@ -16421,16 +16493,16 @@ "object": { "type": "ThisExpression", "range": [ - 8332, - 8336 + 8419, + 8423 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 16 }, "end": { - "line": 289, + "line": 291, "column": 20 } } @@ -16439,31 +16511,31 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 8337, - 8349 + 8424, + 8436 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 21 }, "end": { - "line": 289, + "line": 291, "column": 33 } } }, "range": [ - 8332, - 8349 + 8419, + 8436 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 16 }, "end": { - "line": 289, + "line": 291, "column": 33 } } @@ -16472,31 +16544,31 @@ "type": "Identifier", "name": "call", "range": [ - 8350, - 8354 + 8437, + 8441 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 34 }, "end": { - "line": 289, + "line": 291, "column": 38 } } }, "range": [ - 8332, - 8354 + 8419, + 8441 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 16 }, "end": { - "line": 289, + "line": 291, "column": 38 } } @@ -16507,16 +16579,16 @@ "value": null, "raw": "null", "range": [ - 8376, - 8380 + 8463, + 8467 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 20 }, "end": { - "line": 290, + "line": 292, "column": 24 } } @@ -16524,16 +16596,16 @@ { "type": "ThisExpression", "range": [ - 8382, - 8386 + 8469, + 8473 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 26 }, "end": { - "line": 290, + "line": 292, "column": 30 } } @@ -16547,16 +16619,16 @@ "object": { "type": "ThisExpression", "range": [ - 8388, - 8392 + 8475, + 8479 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 32 }, "end": { - "line": 290, + "line": 292, "column": 36 } } @@ -16565,31 +16637,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 8393, - 8400 + 8480, + 8487 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 37 }, "end": { - "line": 290, + "line": 292, "column": 44 } } }, "range": [ - 8388, - 8400 + 8475, + 8487 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 32 }, "end": { - "line": 290, + "line": 292, "column": 44 } } @@ -16598,31 +16670,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8401, - 8409 + 8488, + 8496 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 45 }, "end": { - "line": 290, + "line": 292, "column": 53 } } }, "range": [ - 8388, - 8410 + 8475, + 8497 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 32 }, "end": { - "line": 290, + "line": 292, "column": 54 } } @@ -16631,126 +16703,126 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8412, - 8420 + 8499, + 8507 ], "loc": { "start": { - "line": 290, + "line": 292, "column": 56 }, "end": { - "line": 290, + "line": 292, "column": 64 } } } ], "range": [ - 8332, - 8421 + 8419, + 8508 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 16 }, "end": { - "line": 290, + "line": 292, "column": 65 } } }, "range": [ - 8332, - 8422 + 8419, + 8509 ], "loc": { "start": { - "line": 289, + "line": 291, "column": 16 }, "end": { - "line": 290, + "line": 292, "column": 66 } } } ], "range": [ - 8314, - 8436 + 8401, + 8523 ], "loc": { "start": { - "line": 288, + "line": 290, "column": 35 }, "end": { - "line": 291, + "line": 293, "column": 13 } } }, "alternate": null, "range": [ - 8291, - 8436 + 8378, + 8523 ], "loc": { "start": { - "line": 288, + "line": 290, "column": 12 }, "end": { - "line": 291, + "line": 293, "column": 13 } } } ], "range": [ - 8071, - 8446 + 8158, + 8533 ], "loc": { "start": { - "line": 282, + "line": 284, "column": 15 }, "end": { - "line": 292, + "line": 294, "column": 9 } } }, "range": [ - 7398, - 8446 + 7485, + 8533 ], "loc": { "start": { - "line": 265, + "line": 267, "column": 8 }, "end": { - "line": 292, + "line": 294, "column": 9 } } } ], "range": [ - 7311, - 8452 + 7398, + 8539 ], "loc": { "start": { - "line": 261, + "line": 263, "column": 21 }, "end": { - "line": 293, + "line": 295, "column": 5 } } @@ -16758,16 +16830,16 @@ "generator": false, "expression": false, "range": [ - 7300, - 8452 + 7387, + 8539 ], "loc": { "start": { - "line": 261, + "line": 263, "column": 10 }, "end": { - "line": 293, + "line": 295, "column": 5 } } @@ -16775,16 +16847,16 @@ "kind": "method", "computed": false, "range": [ - 7294, - 8452 + 7381, + 8539 ], "loc": { "start": { - "line": 261, + "line": 263, "column": 4 }, "end": { - "line": 293, + "line": 295, "column": 5 } }, @@ -16793,16 +16865,16 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 7187, - 7289 + 7274, + 7376 ], "loc": { "start": { - "line": 257, + "line": 259, "column": 4 }, "end": { - "line": 260, + "line": 262, "column": 7 } } @@ -16813,16 +16885,16 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 8458, - 8606 + 8545, + 8693 ], "loc": { "start": { - "line": 295, + "line": 297, "column": 4 }, "end": { - "line": 298, + "line": 300, "column": 7 } } @@ -16836,16 +16908,16 @@ "type": "Identifier", "name": "closeAll", "range": [ - 8611, - 8619 + 8698, + 8706 ], "loc": { "start": { - "line": 299, + "line": 301, "column": 4 }, "end": { - "line": 299, + "line": 301, "column": 12 } } @@ -16858,16 +16930,16 @@ "type": "Identifier", "name": "exceptIdx", "range": [ - 8620, - 8629 + 8707, + 8716 ], "loc": { "start": { - "line": 299, + "line": 301, "column": 13 }, "end": { - "line": 299, + "line": 301, "column": 22 } } @@ -16887,16 +16959,16 @@ "type": "Identifier", "name": "i", "range": [ - 8650, - 8651 + 8737, + 8738 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 17 }, "end": { - "line": 300, + "line": 302, "column": 18 } } @@ -16906,31 +16978,31 @@ "value": 0, "raw": "0", "range": [ - 8654, - 8655 + 8741, + 8742 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 21 }, "end": { - "line": 300, + "line": 302, "column": 22 } } }, "range": [ - 8650, - 8655 + 8737, + 8742 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 17 }, "end": { - "line": 300, + "line": 302, "column": 22 } } @@ -16938,16 +17010,16 @@ ], "kind": "let", "range": [ - 8646, - 8655 + 8733, + 8742 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 13 }, "end": { - "line": 300, + "line": 302, "column": 22 } } @@ -16959,16 +17031,16 @@ "type": "Identifier", "name": "i", "range": [ - 8657, - 8658 + 8744, + 8745 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 24 }, "end": { - "line": 300, + "line": 302, "column": 25 } } @@ -16982,16 +17054,16 @@ "object": { "type": "ThisExpression", "range": [ - 8661, - 8665 + 8748, + 8752 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 28 }, "end": { - "line": 300, + "line": 302, "column": 32 } } @@ -17000,31 +17072,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 8666, - 8673 + 8753, + 8760 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 33 }, "end": { - "line": 300, + "line": 302, "column": 40 } } }, "range": [ - 8661, - 8673 + 8748, + 8760 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 28 }, "end": { - "line": 300, + "line": 302, "column": 40 } } @@ -17033,46 +17105,46 @@ "type": "Identifier", "name": "length", "range": [ - 8674, - 8680 + 8761, + 8767 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 41 }, "end": { - "line": 300, + "line": 302, "column": 47 } } }, "range": [ - 8661, - 8680 + 8748, + 8767 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 28 }, "end": { - "line": 300, + "line": 302, "column": 47 } } }, "range": [ - 8657, - 8680 + 8744, + 8767 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 24 }, "end": { - "line": 300, + "line": 302, "column": 47 } } @@ -17084,32 +17156,32 @@ "type": "Identifier", "name": "i", "range": [ - 8682, - 8683 + 8769, + 8770 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 49 }, "end": { - "line": 300, + "line": 302, "column": 50 } } }, "prefix": false, "range": [ - 8682, - 8685 + 8769, + 8772 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 49 }, "end": { - "line": 300, + "line": 302, "column": 52 } } @@ -17126,16 +17198,16 @@ "type": "Identifier", "name": "i", "range": [ - 8705, - 8706 + 8792, + 8793 ], "loc": { "start": { - "line": 301, + "line": 303, "column": 16 }, "end": { - "line": 301, + "line": 303, "column": 17 } } @@ -17144,31 +17216,31 @@ "type": "Identifier", "name": "exceptIdx", "range": [ - 8711, - 8720 + 8798, + 8807 ], "loc": { "start": { - "line": 301, + "line": 303, "column": 22 }, "end": { - "line": 301, + "line": 303, "column": 31 } } }, "range": [ - 8705, - 8720 + 8792, + 8807 ], "loc": { "start": { - "line": 301, + "line": 303, "column": 16 }, "end": { - "line": 301, + "line": 303, "column": 31 } } @@ -17180,48 +17252,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 8740, - 8749 + 8827, + 8836 ], "loc": { "start": { - "line": 302, + "line": 304, "column": 16 }, "end": { - "line": 302, + "line": 304, "column": 25 } } } ], "range": [ - 8722, - 8763 + 8809, + 8850 ], "loc": { "start": { - "line": 301, + "line": 303, "column": 33 }, "end": { - "line": 303, + "line": 305, "column": 13 } } }, "alternate": null, "range": [ - 8701, - 8763 + 8788, + 8850 ], "loc": { "start": { - "line": 301, + "line": 303, "column": 12 }, "end": { - "line": 303, + "line": 305, "column": 13 } } @@ -17235,16 +17307,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8780, - 8791 + 8867, + 8878 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 16 }, "end": { - "line": 304, + "line": 306, "column": 27 } } @@ -17258,16 +17330,16 @@ "object": { "type": "ThisExpression", "range": [ - 8794, - 8798 + 8881, + 8885 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 30 }, "end": { - "line": 304, + "line": 306, "column": 34 } } @@ -17276,31 +17348,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 8799, - 8806 + 8886, + 8893 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 35 }, "end": { - "line": 304, + "line": 306, "column": 42 } } }, "range": [ - 8794, - 8806 + 8881, + 8893 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 30 }, "end": { - "line": 304, + "line": 306, "column": 42 } } @@ -17309,46 +17381,46 @@ "type": "Identifier", "name": "i", "range": [ - 8807, - 8808 + 8894, + 8895 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 43 }, "end": { - "line": 304, + "line": 306, "column": 44 } } }, "range": [ - 8794, - 8809 + 8881, + 8896 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 30 }, "end": { - "line": 304, + "line": 306, "column": 45 } } }, "range": [ - 8780, - 8809 + 8867, + 8896 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 16 }, "end": { - "line": 304, + "line": 306, "column": 45 } } @@ -17356,16 +17428,16 @@ ], "kind": "let", "range": [ - 8776, - 8810 + 8863, + 8897 ], "loc": { "start": { - "line": 304, + "line": 306, "column": 12 }, "end": { - "line": 304, + "line": 306, "column": 46 } } @@ -17376,16 +17448,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8827, - 8838 + 8914, + 8925 ], "loc": { "start": { - "line": 305, + "line": 307, "column": 16 }, "end": { - "line": 305, + "line": 307, "column": 27 } } @@ -17408,16 +17480,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8858, - 8869 + 8945, + 8956 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 16 }, "end": { - "line": 306, + "line": 308, "column": 27 } } @@ -17426,31 +17498,31 @@ "type": "Identifier", "name": "style", "range": [ - 8870, - 8875 + 8957, + 8962 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 28 }, "end": { - "line": 306, + "line": 308, "column": 33 } } }, "range": [ - 8858, - 8875 + 8945, + 8962 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 16 }, "end": { - "line": 306, + "line": 308, "column": 33 } } @@ -17459,31 +17531,31 @@ "type": "Identifier", "name": "display", "range": [ - 8876, - 8883 + 8963, + 8970 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 34 }, "end": { - "line": 306, + "line": 308, "column": 41 } } }, "range": [ - 8858, - 8883 + 8945, + 8970 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 16 }, "end": { - "line": 306, + "line": 308, "column": 41 } } @@ -17492,125 +17564,125 @@ "type": "Identifier", "name": "NONE", "range": [ - 8886, - 8890 + 8973, + 8977 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 44 }, "end": { - "line": 306, + "line": 308, "column": 48 } } }, "range": [ - 8858, - 8890 + 8945, + 8977 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 16 }, "end": { - "line": 306, + "line": 308, "column": 48 } } }, "range": [ - 8858, - 8891 + 8945, + 8978 ], "loc": { "start": { - "line": 306, + "line": 308, "column": 16 }, "end": { - "line": 306, + "line": 308, "column": 49 } } } ], "range": [ - 8840, - 8905 + 8927, + 8992 ], "loc": { "start": { - "line": 305, + "line": 307, "column": 29 }, "end": { - "line": 307, + "line": 309, "column": 13 } } }, "alternate": null, "range": [ - 8823, - 8905 + 8910, + 8992 ], "loc": { "start": { - "line": 305, + "line": 307, "column": 12 }, "end": { - "line": 307, + "line": 309, "column": 13 } } } ], "range": [ - 8687, - 8915 + 8774, + 9002 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 54 }, "end": { - "line": 308, + "line": 310, "column": 9 } } }, "range": [ - 8641, - 8915 + 8728, + 9002 ], "loc": { "start": { - "line": 300, + "line": 302, "column": 8 }, "end": { - "line": 308, + "line": 310, "column": 9 } } } ], "range": [ - 8631, - 8921 + 8718, + 9008 ], "loc": { "start": { - "line": 299, + "line": 301, "column": 24 }, "end": { - "line": 309, + "line": 311, "column": 5 } } @@ -17618,16 +17690,16 @@ "generator": false, "expression": false, "range": [ - 8619, - 8921 + 8706, + 9008 ], "loc": { "start": { - "line": 299, + "line": 301, "column": 12 }, "end": { - "line": 309, + "line": 311, "column": 5 } } @@ -17635,16 +17707,16 @@ "kind": "method", "computed": false, "range": [ - 8611, - 8921 + 8698, + 9008 ], "loc": { "start": { - "line": 299, + "line": 301, "column": 4 }, "end": { - "line": 309, + "line": 311, "column": 5 } }, @@ -17653,16 +17725,16 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 8458, - 8606 + 8545, + 8693 ], "loc": { "start": { - "line": 295, + "line": 297, "column": 4 }, "end": { - "line": 298, + "line": 300, "column": 7 } } @@ -17673,16 +17745,16 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 8927, - 8997 + 9014, + 9084 ], "loc": { "start": { - "line": 311, + "line": 313, "column": 4 }, "end": { - "line": 313, + "line": 315, "column": 7 } } @@ -17696,16 +17768,16 @@ "type": "Identifier", "name": "setIconsState", "range": [ - 9002, - 9015 + 9089, + 9102 ], "loc": { "start": { - "line": 314, + "line": 316, "column": 4 }, "end": { - "line": 314, + "line": 316, "column": 17 } } @@ -17728,16 +17800,16 @@ "type": "Identifier", "name": "i", "range": [ - 9037, - 9038 + 9124, + 9125 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 17 }, "end": { - "line": 315, + "line": 317, "column": 18 } } @@ -17747,31 +17819,31 @@ "value": 0, "raw": "0", "range": [ - 9041, - 9042 + 9128, + 9129 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 21 }, "end": { - "line": 315, + "line": 317, "column": 22 } } }, "range": [ - 9037, - 9042 + 9124, + 9129 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 17 }, "end": { - "line": 315, + "line": 317, "column": 22 } } @@ -17779,16 +17851,16 @@ ], "kind": "let", "range": [ - 9033, - 9042 + 9120, + 9129 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 13 }, "end": { - "line": 315, + "line": 317, "column": 22 } } @@ -17800,16 +17872,16 @@ "type": "Identifier", "name": "i", "range": [ - 9044, - 9045 + 9131, + 9132 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 24 }, "end": { - "line": 315, + "line": 317, "column": 25 } } @@ -17823,16 +17895,16 @@ "object": { "type": "ThisExpression", "range": [ - 9048, - 9052 + 9135, + 9139 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 28 }, "end": { - "line": 315, + "line": 317, "column": 32 } } @@ -17841,31 +17913,31 @@ "type": "Identifier", "name": "fltIcons", "range": [ - 9053, - 9061 + 9140, + 9148 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 33 }, "end": { - "line": 315, + "line": 317, "column": 41 } } }, "range": [ - 9048, - 9061 + 9135, + 9148 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 28 }, "end": { - "line": 315, + "line": 317, "column": 41 } } @@ -17874,46 +17946,46 @@ "type": "Identifier", "name": "length", "range": [ - 9062, - 9068 + 9149, + 9155 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 42 }, "end": { - "line": 315, + "line": 317, "column": 48 } } }, "range": [ - 9048, - 9068 + 9135, + 9155 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 28 }, "end": { - "line": 315, + "line": 317, "column": 48 } } }, "range": [ - 9044, - 9068 + 9131, + 9155 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 24 }, "end": { - "line": 315, + "line": 317, "column": 48 } } @@ -17925,32 +17997,32 @@ "type": "Identifier", "name": "i", "range": [ - 9070, - 9071 + 9157, + 9158 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 50 }, "end": { - "line": 315, + "line": 317, "column": 51 } } }, "prefix": false, "range": [ - 9070, - 9073 + 9157, + 9160 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 50 }, "end": { - "line": 315, + "line": 317, "column": 53 } } @@ -17968,16 +18040,16 @@ "object": { "type": "ThisExpression", "range": [ - 9089, - 9093 + 9176, + 9180 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 12 }, "end": { - "line": 316, + "line": 318, "column": 16 } } @@ -17986,31 +18058,31 @@ "type": "Identifier", "name": "changeState", "range": [ - 9094, - 9105 + 9181, + 9192 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 17 }, "end": { - "line": 316, + "line": 318, "column": 28 } } }, "range": [ - 9089, - 9105 + 9176, + 9192 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 12 }, "end": { - "line": 316, + "line": 318, "column": 28 } } @@ -18020,16 +18092,16 @@ "type": "Identifier", "name": "i", "range": [ - 9106, - 9107 + 9193, + 9194 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 29 }, "end": { - "line": 316, + "line": 318, "column": 30 } } @@ -18039,94 +18111,94 @@ "value": false, "raw": "false", "range": [ - 9109, - 9114 + 9196, + 9201 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 32 }, "end": { - "line": 316, + "line": 318, "column": 37 } } } ], "range": [ - 9089, - 9115 + 9176, + 9202 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 12 }, "end": { - "line": 316, + "line": 318, "column": 38 } } }, "range": [ - 9089, - 9116 + 9176, + 9203 ], "loc": { "start": { - "line": 316, + "line": 318, "column": 12 }, "end": { - "line": 316, + "line": 318, "column": 39 } } } ], "range": [ - 9075, - 9126 + 9162, + 9213 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 55 }, "end": { - "line": 317, + "line": 319, "column": 9 } } }, "range": [ - 9028, - 9126 + 9115, + 9213 ], "loc": { "start": { - "line": 315, + "line": 317, "column": 8 }, "end": { - "line": 317, + "line": 319, "column": 9 } } } ], "range": [ - 9018, - 9132 + 9105, + 9219 ], "loc": { "start": { - "line": 314, + "line": 316, "column": 20 }, "end": { - "line": 318, + "line": 320, "column": 5 } } @@ -18134,16 +18206,16 @@ "generator": false, "expression": false, "range": [ - 9015, - 9132 + 9102, + 9219 ], "loc": { "start": { - "line": 314, + "line": 316, "column": 17 }, "end": { - "line": 318, + "line": 320, "column": 5 } } @@ -18151,16 +18223,16 @@ "kind": "method", "computed": false, "range": [ - 9002, - 9132 + 9089, + 9219 ], "loc": { "start": { - "line": 314, + "line": 316, "column": 4 }, "end": { - "line": 318, + "line": 320, "column": 5 } }, @@ -18169,16 +18241,16 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 8927, - 8997 + 9014, + 9084 ], "loc": { "start": { - "line": 311, + "line": 313, "column": 4 }, "end": { - "line": 313, + "line": 315, "column": 7 } } @@ -18189,16 +18261,16 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 9138, - 9282 + 9225, + 9369 ], "loc": { "start": { - "line": 320, + "line": 322, "column": 4 }, "end": { - "line": 324, + "line": 326, "column": 7 } } @@ -18212,16 +18284,16 @@ "type": "Identifier", "name": "changeState", "range": [ - 9287, - 9298 + 9374, + 9385 ], "loc": { "start": { - "line": 325, + "line": 327, "column": 4 }, "end": { - "line": 325, + "line": 327, "column": 15 } } @@ -18234,16 +18306,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9299, - 9307 + 9386, + 9394 ], "loc": { "start": { - "line": 325, + "line": 327, "column": 16 }, "end": { - "line": 325, + "line": 327, "column": 24 } } @@ -18252,16 +18324,16 @@ "type": "Identifier", "name": "active", "range": [ - 9309, - 9315 + 9396, + 9402 ], "loc": { "start": { - "line": 325, + "line": 327, "column": 26 }, "end": { - "line": 325, + "line": 327, "column": 32 } } @@ -18281,16 +18353,16 @@ "object": { "type": "ThisExpression", "range": [ - 9331, - 9335 + 9418, + 9422 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 12 }, "end": { - "line": 326, + "line": 328, "column": 16 } } @@ -18299,31 +18371,31 @@ "type": "Identifier", "name": "fltIcons", "range": [ - 9336, - 9344 + 9423, + 9431 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 17 }, "end": { - "line": 326, + "line": 328, "column": 25 } } }, "range": [ - 9331, - 9344 + 9418, + 9431 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 12 }, "end": { - "line": 326, + "line": 328, "column": 25 } } @@ -18332,31 +18404,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9345, - 9353 + 9432, + 9440 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 26 }, "end": { - "line": 326, + "line": 328, "column": 34 } } }, "range": [ - 9331, - 9354 + 9418, + 9441 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 12 }, "end": { - "line": 326, + "line": 328, "column": 35 } } @@ -18381,16 +18453,16 @@ "object": { "type": "ThisExpression", "range": [ - 9370, - 9374 + 9457, + 9461 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 12 }, "end": { - "line": 327, + "line": 329, "column": 16 } } @@ -18399,31 +18471,31 @@ "type": "Identifier", "name": "fltIcons", "range": [ - 9375, - 9383 + 9462, + 9470 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 17 }, "end": { - "line": 327, + "line": 329, "column": 25 } } }, "range": [ - 9370, - 9383 + 9457, + 9470 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 12 }, "end": { - "line": 327, + "line": 329, "column": 25 } } @@ -18432,31 +18504,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9384, - 9392 + 9471, + 9479 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 26 }, "end": { - "line": 327, + "line": 329, "column": 34 } } }, "range": [ - 9370, - 9393 + 9457, + 9480 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 12 }, "end": { - "line": 327, + "line": 329, "column": 35 } } @@ -18465,31 +18537,31 @@ "type": "Identifier", "name": "src", "range": [ - 9394, - 9397 + 9481, + 9484 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 36 }, "end": { - "line": 327, + "line": 329, "column": 39 } } }, "range": [ - 9370, - 9397 + 9457, + 9484 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 12 }, "end": { - "line": 327, + "line": 329, "column": 39 } } @@ -18500,16 +18572,16 @@ "type": "Identifier", "name": "active", "range": [ - 9400, - 9406 + 9487, + 9493 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 42 }, "end": { - "line": 327, + "line": 329, "column": 48 } } @@ -18520,16 +18592,16 @@ "object": { "type": "ThisExpression", "range": [ - 9425, - 9429 + 9512, + 9516 ], "loc": { "start": { - "line": 328, + "line": 330, "column": 16 }, "end": { - "line": 328, + "line": 330, "column": 20 } } @@ -18538,31 +18610,31 @@ "type": "Identifier", "name": "activeIconPath", "range": [ - 9430, - 9444 + 9517, + 9531 ], "loc": { "start": { - "line": 328, + "line": 330, "column": 21 }, "end": { - "line": 328, + "line": 330, "column": 35 } } }, "range": [ - 9425, - 9444 + 9512, + 9531 ], "loc": { "start": { - "line": 328, + "line": 330, "column": 16 }, "end": { - "line": 328, + "line": 330, "column": 35 } } @@ -18573,16 +18645,16 @@ "object": { "type": "ThisExpression", "range": [ - 9447, - 9451 + 9534, + 9538 ], "loc": { "start": { - "line": 328, + "line": 330, "column": 38 }, "end": { - "line": 328, + "line": 330, "column": 42 } } @@ -18591,124 +18663,124 @@ "type": "Identifier", "name": "iconPath", "range": [ - 9452, - 9460 + 9539, + 9547 ], "loc": { "start": { - "line": 328, + "line": 330, "column": 43 }, "end": { - "line": 328, + "line": 330, "column": 51 } } }, "range": [ - 9447, - 9460 + 9534, + 9547 ], "loc": { "start": { - "line": 328, + "line": 330, "column": 38 }, "end": { - "line": 328, + "line": 330, "column": 51 } } }, "range": [ - 9400, - 9460 + 9487, + 9547 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 42 }, "end": { - "line": 328, + "line": 330, "column": 51 } } }, "range": [ - 9370, - 9460 + 9457, + 9547 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 330, "column": 51 } } }, "range": [ - 9370, - 9461 + 9457, + 9548 ], "loc": { "start": { - "line": 327, + "line": 329, "column": 12 }, "end": { - "line": 328, + "line": 330, "column": 52 } } } ], "range": [ - 9356, - 9471 + 9443, + 9558 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 37 }, "end": { - "line": 329, + "line": 331, "column": 9 } } }, "alternate": null, "range": [ - 9327, - 9471 + 9414, + 9558 ], "loc": { "start": { - "line": 326, + "line": 328, "column": 8 }, "end": { - "line": 329, + "line": 331, "column": 9 } } } ], "range": [ - 9317, - 9477 + 9404, + 9564 ], "loc": { "start": { - "line": 325, + "line": 327, "column": 34 }, "end": { - "line": 330, + "line": 332, "column": 5 } } @@ -18716,16 +18788,16 @@ "generator": false, "expression": false, "range": [ - 9298, - 9477 + 9385, + 9564 ], "loc": { "start": { - "line": 325, + "line": 327, "column": 15 }, "end": { - "line": 330, + "line": 332, "column": 5 } } @@ -18733,16 +18805,16 @@ "kind": "method", "computed": false, "range": [ - 9287, - 9477 + 9374, + 9564 ], "loc": { "start": { - "line": 325, + "line": 327, "column": 4 }, "end": { - "line": 330, + "line": 332, "column": 5 } }, @@ -18751,16 +18823,16 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 9138, - 9282 + 9225, + 9369 ], "loc": { "start": { - "line": 320, + "line": 322, "column": 4 }, "end": { - "line": 324, + "line": 326, "column": 7 } } @@ -18771,16 +18843,16 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 9483, - 9523 + 9570, + 9610 ], "loc": { "start": { - "line": 332, + "line": 334, "column": 4 }, "end": { - "line": 334, + "line": 336, "column": 7 } } @@ -18794,16 +18866,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 9528, - 9535 + 9615, + 9622 ], "loc": { "start": { - "line": 335, + "line": 337, "column": 4 }, "end": { - "line": 335, + "line": 337, "column": 11 } } @@ -18826,16 +18898,16 @@ "object": { "type": "ThisExpression", "range": [ - 9553, - 9557 + 9640, + 9644 ], "loc": { "start": { - "line": 336, + "line": 338, "column": 13 }, "end": { - "line": 336, + "line": 338, "column": 17 } } @@ -18844,47 +18916,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 9558, - 9569 + 9645, + 9656 ], "loc": { "start": { - "line": 336, + "line": 338, "column": 18 }, "end": { - "line": 336, + "line": 338, "column": 29 } } }, "range": [ - 9553, - 9569 + 9640, + 9656 ], "loc": { "start": { - "line": 336, + "line": 338, "column": 13 }, "end": { - "line": 336, + "line": 338, "column": 29 } } }, "prefix": true, "range": [ - 9552, - 9569 + 9639, + 9656 ], "loc": { "start": { - "line": 336, + "line": 338, "column": 12 }, "end": { - "line": 336, + "line": 338, "column": 29 } } @@ -18896,48 +18968,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 9585, - 9592 + 9672, + 9679 ], "loc": { "start": { - "line": 337, + "line": 339, "column": 12 }, "end": { - "line": 337, + "line": 339, "column": 19 } } } ], "range": [ - 9571, - 9602 + 9658, + 9689 ], "loc": { "start": { - "line": 336, + "line": 338, "column": 31 }, "end": { - "line": 338, + "line": 340, "column": 9 } } }, "alternate": null, "range": [ - 9548, - 9602 + 9635, + 9689 ], "loc": { "start": { - "line": 336, + "line": 338, "column": 8 }, "end": { - "line": 338, + "line": 340, "column": 9 } } @@ -18953,16 +19025,16 @@ "object": { "type": "ThisExpression", "range": [ - 9612, - 9616 + 9699, + 9703 ], "loc": { "start": { - "line": 340, + "line": 342, "column": 8 }, "end": { - "line": 340, + "line": 342, "column": 12 } } @@ -18971,31 +19043,31 @@ "type": "Identifier", "name": "filtersCache", "range": [ - 9617, - 9629 + 9704, + 9716 ], "loc": { "start": { - "line": 340, + "line": 342, "column": 13 }, "end": { - "line": 340, + "line": 342, "column": 25 } } }, "range": [ - 9612, - 9629 + 9699, + 9716 ], "loc": { "start": { - "line": 340, + "line": 342, "column": 8 }, "end": { - "line": 340, + "line": 342, "column": 25 } } @@ -19004,46 +19076,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9632, - 9634 + 9719, + 9721 ], "loc": { "start": { - "line": 340, + "line": 342, "column": 28 }, "end": { - "line": 340, + "line": 342, "column": 30 } } }, "range": [ - 9612, - 9634 + 9699, + 9721 ], "loc": { "start": { - "line": 340, + "line": 342, "column": 8 }, "end": { - "line": 340, + "line": 342, "column": 30 } } }, "range": [ - 9612, - 9635 + 9699, + 9722 ], "loc": { "start": { - "line": 340, + "line": 342, "column": 8 }, "end": { - "line": 340, + "line": 342, "column": 31 } } @@ -19059,16 +19131,16 @@ "type": "Identifier", "name": "i", "range": [ - 9653, - 9654 + 9740, + 9741 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 17 }, "end": { - "line": 341, + "line": 343, "column": 18 } } @@ -19078,31 +19150,31 @@ "value": 0, "raw": "0", "range": [ - 9657, - 9658 + 9744, + 9745 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 21 }, "end": { - "line": 341, + "line": 343, "column": 22 } } }, "range": [ - 9653, - 9658 + 9740, + 9745 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 17 }, "end": { - "line": 341, + "line": 343, "column": 22 } } @@ -19110,16 +19182,16 @@ ], "kind": "let", "range": [ - 9649, - 9658 + 9736, + 9745 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 13 }, "end": { - "line": 341, + "line": 343, "column": 22 } } @@ -19131,16 +19203,16 @@ "type": "Identifier", "name": "i", "range": [ - 9660, - 9661 + 9747, + 9748 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 24 }, "end": { - "line": 341, + "line": 343, "column": 25 } } @@ -19154,16 +19226,16 @@ "object": { "type": "ThisExpression", "range": [ - 9664, - 9668 + 9751, + 9755 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 28 }, "end": { - "line": 341, + "line": 343, "column": 32 } } @@ -19172,31 +19244,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 9669, - 9676 + 9756, + 9763 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 33 }, "end": { - "line": 341, + "line": 343, "column": 40 } } }, "range": [ - 9664, - 9676 + 9751, + 9763 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 28 }, "end": { - "line": 341, + "line": 343, "column": 40 } } @@ -19205,46 +19277,46 @@ "type": "Identifier", "name": "length", "range": [ - 9677, - 9683 + 9764, + 9770 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 41 }, "end": { - "line": 341, + "line": 343, "column": 47 } } }, "range": [ - 9664, - 9683 + 9751, + 9770 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 28 }, "end": { - "line": 341, + "line": 343, "column": 47 } } }, "range": [ - 9660, - 9683 + 9747, + 9770 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 24 }, "end": { - "line": 341, + "line": 343, "column": 47 } } @@ -19256,32 +19328,32 @@ "type": "Identifier", "name": "i", "range": [ - 9685, - 9686 + 9772, + 9773 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 49 }, "end": { - "line": 341, + "line": 343, "column": 50 } } }, "prefix": false, "range": [ - 9685, - 9688 + 9772, + 9775 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 49 }, "end": { - "line": 341, + "line": 343, "column": 52 } } @@ -19298,16 +19370,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 9708, - 9719 + 9795, + 9806 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 16 }, "end": { - "line": 342, + "line": 344, "column": 27 } } @@ -19321,16 +19393,16 @@ "object": { "type": "ThisExpression", "range": [ - 9722, - 9726 + 9809, + 9813 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 30 }, "end": { - "line": 342, + "line": 344, "column": 34 } } @@ -19339,31 +19411,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 9727, - 9734 + 9814, + 9821 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 35 }, "end": { - "line": 342, + "line": 344, "column": 42 } } }, "range": [ - 9722, - 9734 + 9809, + 9821 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 30 }, "end": { - "line": 342, + "line": 344, "column": 42 } } @@ -19372,46 +19444,46 @@ "type": "Identifier", "name": "i", "range": [ - 9735, - 9736 + 9822, + 9823 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 43 }, "end": { - "line": 342, + "line": 344, "column": 44 } } }, "range": [ - 9722, - 9737 + 9809, + 9824 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 30 }, "end": { - "line": 342, + "line": 344, "column": 45 } } }, "range": [ - 9708, - 9737 + 9795, + 9824 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 16 }, "end": { - "line": 342, + "line": 344, "column": 45 } } @@ -19422,16 +19494,16 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 9755, - 9767 + 9842, + 9854 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 16 }, "end": { - "line": 343, + "line": 345, "column": 28 } } @@ -19445,16 +19517,16 @@ "object": { "type": "ThisExpression", "range": [ - 9770, - 9774 + 9857, + 9861 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 31 }, "end": { - "line": 343, + "line": 345, "column": 35 } } @@ -19463,31 +19535,31 @@ "type": "Identifier", "name": "fltSpans", "range": [ - 9775, - 9783 + 9862, + 9870 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 36 }, "end": { - "line": 343, + "line": 345, "column": 44 } } }, "range": [ - 9770, - 9783 + 9857, + 9870 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 31 }, "end": { - "line": 343, + "line": 345, "column": 44 } } @@ -19496,46 +19568,46 @@ "type": "Identifier", "name": "i", "range": [ - 9784, - 9785 + 9871, + 9872 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 45 }, "end": { - "line": 343, + "line": 345, "column": 46 } } }, "range": [ - 9770, - 9786 + 9857, + 9873 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 31 }, "end": { - "line": 343, + "line": 345, "column": 47 } } }, "range": [ - 9755, - 9786 + 9842, + 9873 ], "loc": { "start": { - "line": 343, + "line": 345, "column": 16 }, "end": { - "line": 343, + "line": 345, "column": 47 } } @@ -19546,16 +19618,16 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 9804, - 9815 + 9891, + 9902 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 16 }, "end": { - "line": 344, + "line": 346, "column": 27 } } @@ -19569,16 +19641,16 @@ "object": { "type": "ThisExpression", "range": [ - 9818, - 9822 + 9905, + 9909 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 30 }, "end": { - "line": 344, + "line": 346, "column": 34 } } @@ -19587,31 +19659,31 @@ "type": "Identifier", "name": "fltIcons", "range": [ - 9823, - 9831 + 9910, + 9918 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 35 }, "end": { - "line": 344, + "line": 346, "column": 43 } } }, "range": [ - 9818, - 9831 + 9905, + 9918 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 30 }, "end": { - "line": 344, + "line": 346, "column": 43 } } @@ -19620,46 +19692,46 @@ "type": "Identifier", "name": "i", "range": [ - 9832, - 9833 + 9919, + 9920 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 44 }, "end": { - "line": 344, + "line": 346, "column": 45 } } }, "range": [ - 9818, - 9834 + 9905, + 9921 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 30 }, "end": { - "line": 344, + "line": 346, "column": 46 } } }, "range": [ - 9804, - 9834 + 9891, + 9921 ], "loc": { "start": { - "line": 344, + "line": 346, "column": 16 }, "end": { - "line": 344, + "line": 346, "column": 46 } } @@ -19667,16 +19739,16 @@ ], "kind": "let", "range": [ - 9704, - 9835 + 9791, + 9922 ], "loc": { "start": { - "line": 342, + "line": 344, "column": 12 }, "end": { - "line": 344, + "line": 346, "column": 47 } } @@ -19687,16 +19759,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 9852, - 9863 + 9939, + 9950 ], "loc": { "start": { - "line": 345, + "line": 347, "column": 16 }, "end": { - "line": 345, + "line": 347, "column": 27 } } @@ -19712,16 +19784,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 9883, - 9892 + 9970, + 9979 ], "loc": { "start": { - "line": 346, + "line": 348, "column": 16 }, "end": { - "line": 346, + "line": 348, "column": 25 } } @@ -19731,47 +19803,47 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 9893, - 9904 + 9980, + 9991 ], "loc": { "start": { - "line": 346, + "line": 348, "column": 26 }, "end": { - "line": 346, + "line": 348, "column": 37 } } } ], "range": [ - 9883, - 9905 + 9970, + 9992 ], "loc": { "start": { - "line": 346, + "line": 348, "column": 16 }, "end": { - "line": 346, + "line": 348, "column": 38 } } }, "range": [ - 9883, - 9906 + 9970, + 9993 ], "loc": { "start": { - "line": 346, + "line": 348, "column": 16 }, "end": { - "line": 346, + "line": 348, "column": 39 } } @@ -19790,16 +19862,16 @@ "object": { "type": "ThisExpression", "range": [ - 9923, - 9927 + 10010, + 10014 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 16 }, "end": { - "line": 347, + "line": 349, "column": 20 } } @@ -19808,31 +19880,31 @@ "type": "Identifier", "name": "filtersCache", "range": [ - 9928, - 9940 + 10015, + 10027 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 21 }, "end": { - "line": 347, + "line": 349, "column": 33 } } }, "range": [ - 9923, - 9940 + 10010, + 10027 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 16 }, "end": { - "line": 347, + "line": 349, "column": 33 } } @@ -19841,31 +19913,31 @@ "type": "Identifier", "name": "i", "range": [ - 9941, - 9942 + 10028, + 10029 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 34 }, "end": { - "line": 347, + "line": 349, "column": 35 } } }, "range": [ - 9923, - 9943 + 10010, + 10030 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 16 }, "end": { - "line": 347, + "line": 349, "column": 36 } } @@ -19874,78 +19946,78 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 9946, - 9957 + 10033, + 10044 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 39 }, "end": { - "line": 347, + "line": 349, "column": 50 } } }, "range": [ - 9923, - 9957 + 10010, + 10044 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 16 }, "end": { - "line": 347, + "line": 349, "column": 50 } } }, "range": [ - 9923, - 9958 + 10010, + 10045 ], "loc": { "start": { - "line": 347, + "line": 349, "column": 16 }, "end": { - "line": 347, + "line": 349, "column": 51 } } } ], "range": [ - 9865, - 9972 + 9952, + 10059 ], "loc": { "start": { - "line": 345, + "line": 347, "column": 29 }, "end": { - "line": 348, + "line": 350, "column": 13 } } }, "alternate": null, "range": [ - 9848, - 9972 + 9935, + 10059 ], "loc": { "start": { - "line": 345, + "line": 347, "column": 12 }, "end": { - "line": 348, + "line": 350, "column": 13 } } @@ -19959,16 +20031,16 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 9985, - 9996 + 10072, + 10083 ], "loc": { "start": { - "line": 349, + "line": 351, "column": 12 }, "end": { - "line": 349, + "line": 351, "column": 23 } } @@ -19978,46 +20050,46 @@ "value": null, "raw": "null", "range": [ - 9999, - 10003 + 10086, + 10090 ], "loc": { "start": { - "line": 349, + "line": 351, "column": 26 }, "end": { - "line": 349, + "line": 351, "column": 30 } } }, "range": [ - 9985, - 10003 + 10072, + 10090 ], "loc": { "start": { - "line": 349, + "line": 351, "column": 12 }, "end": { - "line": 349, + "line": 351, "column": 30 } } }, "range": [ - 9985, - 10004 + 10072, + 10091 ], "loc": { "start": { - "line": 349, + "line": 351, "column": 12 }, "end": { - "line": 349, + "line": 351, "column": 31 } } @@ -20028,16 +20100,16 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 10021, - 10033 + 10108, + 10120 ], "loc": { "start": { - "line": 350, + "line": 352, "column": 16 }, "end": { - "line": 350, + "line": 352, "column": 28 } } @@ -20053,16 +20125,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 10053, - 10062 + 10140, + 10149 ], "loc": { "start": { - "line": 351, + "line": 353, "column": 16 }, "end": { - "line": 351, + "line": 353, "column": 25 } } @@ -20072,79 +20144,79 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 10063, - 10075 + 10150, + 10162 ], "loc": { "start": { - "line": 351, + "line": 353, "column": 26 }, "end": { - "line": 351, + "line": 353, "column": 38 } } } ], "range": [ - 10053, - 10076 + 10140, + 10163 ], "loc": { "start": { - "line": 351, + "line": 353, "column": 16 }, "end": { - "line": 351, + "line": 353, "column": 39 } } }, "range": [ - 10053, - 10077 + 10140, + 10164 ], "loc": { "start": { - "line": 351, + "line": 353, "column": 16 }, "end": { - "line": 351, + "line": 353, "column": 40 } } } ], "range": [ - 10035, - 10091 + 10122, + 10178 ], "loc": { "start": { - "line": 350, + "line": 352, "column": 30 }, "end": { - "line": 352, + "line": 354, "column": 13 } } }, "alternate": null, "range": [ - 10017, - 10091 + 10104, + 10178 ], "loc": { "start": { - "line": 350, + "line": 352, "column": 12 }, "end": { - "line": 352, + "line": 354, "column": 13 } } @@ -20158,16 +20230,16 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 10104, - 10116 + 10191, + 10203 ], "loc": { "start": { - "line": 353, + "line": 355, "column": 12 }, "end": { - "line": 353, + "line": 355, "column": 24 } } @@ -20177,46 +20249,46 @@ "value": null, "raw": "null", "range": [ - 10119, - 10123 + 10206, + 10210 ], "loc": { "start": { - "line": 353, + "line": 355, "column": 27 }, "end": { - "line": 353, + "line": 355, "column": 31 } } }, "range": [ - 10104, - 10123 + 10191, + 10210 ], "loc": { "start": { - "line": 353, + "line": 355, "column": 12 }, "end": { - "line": 353, + "line": 355, "column": 31 } } }, "range": [ - 10104, - 10124 + 10191, + 10211 ], "loc": { "start": { - "line": 353, + "line": 355, "column": 12 }, "end": { - "line": 353, + "line": 355, "column": 32 } } @@ -20227,16 +20299,16 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 10141, - 10152 + 10228, + 10239 ], "loc": { "start": { - "line": 354, + "line": 356, "column": 16 }, "end": { - "line": 354, + "line": 356, "column": 27 } } @@ -20252,16 +20324,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 10172, - 10181 + 10259, + 10268 ], "loc": { "start": { - "line": 355, + "line": 357, "column": 16 }, "end": { - "line": 355, + "line": 357, "column": 25 } } @@ -20271,79 +20343,79 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 10182, - 10193 + 10269, + 10280 ], "loc": { "start": { - "line": 355, + "line": 357, "column": 26 }, "end": { - "line": 355, + "line": 357, "column": 37 } } } ], "range": [ - 10172, - 10194 + 10259, + 10281 ], "loc": { "start": { - "line": 355, + "line": 357, "column": 16 }, "end": { - "line": 355, + "line": 357, "column": 38 } } }, "range": [ - 10172, - 10195 + 10259, + 10282 ], "loc": { "start": { - "line": 355, + "line": 357, "column": 16 }, "end": { - "line": 355, + "line": 357, "column": 39 } } } ], "range": [ - 10154, - 10209 + 10241, + 10296 ], "loc": { "start": { - "line": 354, + "line": 356, "column": 29 }, "end": { - "line": 356, + "line": 358, "column": 13 } } }, "alternate": null, "range": [ - 10137, - 10209 + 10224, + 10296 ], "loc": { "start": { - "line": 354, + "line": 356, "column": 12 }, "end": { - "line": 356, + "line": 358, "column": 13 } } @@ -20357,16 +20429,16 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 10222, - 10233 + 10309, + 10320 ], "loc": { "start": { - "line": 357, + "line": 359, "column": 12 }, "end": { - "line": 357, + "line": 359, "column": 23 } } @@ -20376,77 +20448,77 @@ "value": null, "raw": "null", "range": [ - 10236, - 10240 + 10323, + 10327 ], "loc": { "start": { - "line": 357, + "line": 359, "column": 26 }, "end": { - "line": 357, + "line": 359, "column": 30 } } }, "range": [ - 10222, - 10240 + 10309, + 10327 ], "loc": { "start": { - "line": 357, + "line": 359, "column": 12 }, "end": { - "line": 357, + "line": 359, "column": 30 } } }, "range": [ - 10222, - 10241 + 10309, + 10328 ], "loc": { "start": { - "line": 357, + "line": 359, "column": 12 }, "end": { - "line": 357, + "line": 359, "column": 31 } } } ], "range": [ - 9690, - 10251 + 9777, + 10338 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 54 }, "end": { - "line": 358, + "line": 360, "column": 9 } } }, "range": [ - 9644, - 10251 + 9731, + 10338 ], "loc": { "start": { - "line": 341, + "line": 343, "column": 8 }, "end": { - "line": 358, + "line": 360, "column": 9 } } @@ -20462,16 +20534,16 @@ "object": { "type": "ThisExpression", "range": [ - 10260, - 10264 + 10347, + 10351 ], "loc": { "start": { - "line": 359, + "line": 361, "column": 8 }, "end": { - "line": 359, + "line": 361, "column": 12 } } @@ -20480,31 +20552,31 @@ "type": "Identifier", "name": "fltElms", "range": [ - 10265, - 10272 + 10352, + 10359 ], "loc": { "start": { - "line": 359, + "line": 361, "column": 13 }, "end": { - "line": 359, + "line": 361, "column": 20 } } }, "range": [ - 10260, - 10272 + 10347, + 10359 ], "loc": { "start": { - "line": 359, + "line": 361, "column": 8 }, "end": { - "line": 359, + "line": 361, "column": 20 } } @@ -20513,46 +20585,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10275, - 10277 + 10362, + 10364 ], "loc": { "start": { - "line": 359, + "line": 361, "column": 23 }, "end": { - "line": 359, + "line": 361, "column": 25 } } }, "range": [ - 10260, - 10277 + 10347, + 10364 ], "loc": { "start": { - "line": 359, + "line": 361, "column": 8 }, "end": { - "line": 359, + "line": 361, "column": 25 } } }, "range": [ - 10260, - 10278 + 10347, + 10365 ], "loc": { "start": { - "line": 359, + "line": 361, "column": 8 }, "end": { - "line": 359, + "line": 361, "column": 26 } } @@ -20568,16 +20640,16 @@ "object": { "type": "ThisExpression", "range": [ - 10287, - 10291 + 10374, + 10378 ], "loc": { "start": { - "line": 360, + "line": 362, "column": 8 }, "end": { - "line": 360, + "line": 362, "column": 12 } } @@ -20586,31 +20658,31 @@ "type": "Identifier", "name": "fltSpans", "range": [ - 10292, - 10300 + 10379, + 10387 ], "loc": { "start": { - "line": 360, + "line": 362, "column": 13 }, "end": { - "line": 360, + "line": 362, "column": 21 } } }, "range": [ - 10287, - 10300 + 10374, + 10387 ], "loc": { "start": { - "line": 360, + "line": 362, "column": 8 }, "end": { - "line": 360, + "line": 362, "column": 21 } } @@ -20619,46 +20691,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10303, - 10305 + 10390, + 10392 ], "loc": { "start": { - "line": 360, + "line": 362, "column": 24 }, "end": { - "line": 360, + "line": 362, "column": 26 } } }, "range": [ - 10287, - 10305 + 10374, + 10392 ], "loc": { "start": { - "line": 360, + "line": 362, "column": 8 }, "end": { - "line": 360, + "line": 362, "column": 26 } } }, "range": [ - 10287, - 10306 + 10374, + 10393 ], "loc": { "start": { - "line": 360, + "line": 362, "column": 8 }, "end": { - "line": 360, + "line": 362, "column": 27 } } @@ -20674,16 +20746,16 @@ "object": { "type": "ThisExpression", "range": [ - 10315, - 10319 + 10402, + 10406 ], "loc": { "start": { - "line": 361, + "line": 363, "column": 8 }, "end": { - "line": 361, + "line": 363, "column": 12 } } @@ -20692,31 +20764,31 @@ "type": "Identifier", "name": "fltIcons", "range": [ - 10320, - 10328 + 10407, + 10415 ], "loc": { "start": { - "line": 361, + "line": 363, "column": 13 }, "end": { - "line": 361, + "line": 363, "column": 21 } } }, "range": [ - 10315, - 10328 + 10402, + 10415 ], "loc": { "start": { - "line": 361, + "line": 363, "column": 8 }, "end": { - "line": 361, + "line": 363, "column": 21 } } @@ -20725,46 +20797,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10331, - 10333 + 10418, + 10420 ], "loc": { "start": { - "line": 361, + "line": 363, "column": 24 }, "end": { - "line": 361, + "line": 363, "column": 26 } } }, "range": [ - 10315, - 10333 + 10402, + 10420 ], "loc": { "start": { - "line": 361, + "line": 363, "column": 8 }, "end": { - "line": 361, + "line": 363, "column": 26 } } }, "range": [ - 10315, - 10334 + 10402, + 10421 ], "loc": { "start": { - "line": 361, + "line": 363, "column": 8 }, "end": { - "line": 361, + "line": 363, "column": 27 } }, @@ -20773,16 +20845,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 10344, - 10368 + 10431, + 10455 ], "loc": { "start": { - "line": 363, + "line": 365, "column": 8 }, "end": { - "line": 363, + "line": 365, "column": 32 } } @@ -20802,16 +20874,16 @@ "object": { "type": "ThisExpression", "range": [ - 10377, - 10381 + 10464, + 10468 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 8 }, "end": { - "line": 364, + "line": 366, "column": 12 } } @@ -20820,31 +20892,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 10382, - 10389 + 10469, + 10476 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 13 }, "end": { - "line": 364, + "line": 366, "column": 20 } } }, "range": [ - 10377, - 10389 + 10464, + 10476 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 8 }, "end": { - "line": 364, + "line": 366, "column": 20 } } @@ -20853,31 +20925,31 @@ "type": "Identifier", "name": "off", "range": [ - 10390, - 10393 + 10477, + 10480 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 21 }, "end": { - "line": 364, + "line": 366, "column": 24 } } }, "range": [ - 10377, - 10393 + 10464, + 10480 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 8 }, "end": { - "line": 364, + "line": 366, "column": 24 } } @@ -20891,32 +20963,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 10395, - 10413 + 10482, + 10500 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 26 }, "end": { - "line": 364, + "line": 366, "column": 44 } } } ], "range": [ - 10394, - 10414 + 10481, + 10501 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 25 }, "end": { - "line": 364, + "line": 366, "column": 45 } } @@ -20933,16 +21005,16 @@ "object": { "type": "ThisExpression", "range": [ - 10422, - 10426 + 10509, + 10513 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 53 }, "end": { - "line": 364, + "line": 366, "column": 57 } } @@ -20951,47 +21023,47 @@ "type": "Identifier", "name": "setIconsState", "range": [ - 10427, - 10440 + 10514, + 10527 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 58 }, "end": { - "line": 364, + "line": 366, "column": 71 } } }, "range": [ - 10422, - 10440 + 10509, + 10527 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 53 }, "end": { - "line": 364, + "line": 366, "column": 71 } } }, "arguments": [], "range": [ - 10422, - 10442 + 10509, + 10529 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 53 }, "end": { - "line": 364, + "line": 366, "column": 73 } } @@ -20999,47 +21071,47 @@ "generator": false, "expression": true, "range": [ - 10416, - 10442 + 10503, + 10529 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 47 }, "end": { - "line": 364, + "line": 366, "column": 73 } } } ], "range": [ - 10377, - 10443 + 10464, + 10530 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 8 }, "end": { - "line": 364, + "line": 366, "column": 74 } } }, "range": [ - 10377, - 10444 + 10464, + 10531 ], "loc": { "start": { - "line": 364, + "line": 366, "column": 8 }, "end": { - "line": 364, + "line": 366, "column": 75 } }, @@ -21048,16 +21120,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 10344, - 10368 + 10431, + 10455 ], "loc": { "start": { - "line": 363, + "line": 365, "column": 8 }, "end": { - "line": 363, + "line": 365, "column": 32 } } @@ -21077,16 +21149,16 @@ "object": { "type": "ThisExpression", "range": [ - 10453, - 10457 + 10540, + 10544 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 8 }, "end": { - "line": 365, + "line": 367, "column": 12 } } @@ -21095,31 +21167,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 10458, - 10465 + 10545, + 10552 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 13 }, "end": { - "line": 365, + "line": 367, "column": 20 } } }, "range": [ - 10453, - 10465 + 10540, + 10552 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 8 }, "end": { - "line": 365, + "line": 367, "column": 20 } } @@ -21128,31 +21200,31 @@ "type": "Identifier", "name": "off", "range": [ - 10466, - 10469 + 10553, + 10556 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 21 }, "end": { - "line": 365, + "line": 367, "column": 24 } } }, "range": [ - 10453, - 10469 + 10540, + 10556 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 8 }, "end": { - "line": 365, + "line": 367, "column": 24 } } @@ -21166,32 +21238,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 10471, - 10488 + 10558, + 10575 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 26 }, "end": { - "line": 365, + "line": 367, "column": 43 } } } ], "range": [ - 10470, - 10489 + 10557, + 10576 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 25 }, "end": { - "line": 365, + "line": 367, "column": 44 } } @@ -21208,16 +21280,16 @@ "object": { "type": "ThisExpression", "range": [ - 10497, - 10501 + 10584, + 10588 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 52 }, "end": { - "line": 365, + "line": 367, "column": 56 } } @@ -21226,47 +21298,47 @@ "type": "Identifier", "name": "closeAll", "range": [ - 10502, - 10510 + 10589, + 10597 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 57 }, "end": { - "line": 365, + "line": 367, "column": 65 } } }, "range": [ - 10497, - 10510 + 10584, + 10597 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 52 }, "end": { - "line": 365, + "line": 367, "column": 65 } } }, "arguments": [], "range": [ - 10497, - 10512 + 10584, + 10599 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 52 }, "end": { - "line": 365, + "line": 367, "column": 67 } } @@ -21274,47 +21346,47 @@ "generator": false, "expression": true, "range": [ - 10491, - 10512 + 10578, + 10599 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 46 }, "end": { - "line": 365, + "line": 367, "column": 67 } } } ], "range": [ - 10453, - 10513 + 10540, + 10600 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 8 }, "end": { - "line": 365, + "line": 367, "column": 68 } } }, "range": [ - 10453, - 10514 + 10540, + 10601 ], "loc": { "start": { - "line": 365, + "line": 367, "column": 8 }, "end": { - "line": 365, + "line": 367, "column": 69 } } @@ -21332,16 +21404,16 @@ "object": { "type": "ThisExpression", "range": [ - 10523, - 10527 + 10610, + 10614 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 8 }, "end": { - "line": 366, + "line": 368, "column": 12 } } @@ -21350,31 +21422,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 10528, - 10535 + 10615, + 10622 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 13 }, "end": { - "line": 366, + "line": 368, "column": 20 } } }, "range": [ - 10523, - 10535 + 10610, + 10622 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 8 }, "end": { - "line": 366, + "line": 368, "column": 20 } } @@ -21383,31 +21455,31 @@ "type": "Identifier", "name": "off", "range": [ - 10536, - 10539 + 10623, + 10626 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 21 }, "end": { - "line": 366, + "line": 368, "column": 24 } } }, "range": [ - 10523, - 10539 + 10610, + 10626 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 8 }, "end": { - "line": 366, + "line": 368, "column": 24 } } @@ -21421,32 +21493,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 10541, - 10557 + 10628, + 10644 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 26 }, "end": { - "line": 366, + "line": 368, "column": 42 } } } ], "range": [ - 10540, - 10558 + 10627, + 10645 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 25 }, "end": { - "line": 366, + "line": 368, "column": 43 } } @@ -21459,16 +21531,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10573, - 10575 + 10660, + 10662 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 13 }, "end": { - "line": 367, + "line": 369, "column": 15 } } @@ -21477,16 +21549,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 10577, - 10586 + 10664, + 10673 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 17 }, "end": { - "line": 367, + "line": 369, "column": 26 } } @@ -21500,16 +21572,16 @@ "object": { "type": "ThisExpression", "range": [ - 10591, - 10595 + 10678, + 10682 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 31 }, "end": { - "line": 367, + "line": 369, "column": 35 } } @@ -21518,31 +21590,31 @@ "type": "Identifier", "name": "changeState", "range": [ - 10596, - 10607 + 10683, + 10694 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 36 }, "end": { - "line": 367, + "line": 369, "column": 47 } } }, "range": [ - 10591, - 10607 + 10678, + 10694 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 31 }, "end": { - "line": 367, + "line": 369, "column": 47 } } @@ -21552,16 +21624,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 10608, - 10617 + 10695, + 10704 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 48 }, "end": { - "line": 367, + "line": 369, "column": 57 } } @@ -21571,32 +21643,32 @@ "value": true, "raw": "true", "range": [ - 10619, - 10623 + 10706, + 10710 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 59 }, "end": { - "line": 367, + "line": 369, "column": 63 } } } ], "range": [ - 10591, - 10624 + 10678, + 10711 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 31 }, "end": { - "line": 367, + "line": 369, "column": 64 } } @@ -21604,47 +21676,47 @@ "generator": false, "expression": true, "range": [ - 10572, - 10624 + 10659, + 10711 ], "loc": { "start": { - "line": 367, + "line": 369, "column": 12 }, "end": { - "line": 367, + "line": 369, "column": 64 } } } ], "range": [ - 10523, - 10625 + 10610, + 10712 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 8 }, "end": { - "line": 367, + "line": 369, "column": 65 } } }, "range": [ - 10523, - 10626 + 10610, + 10713 ], "loc": { "start": { - "line": 366, + "line": 368, "column": 8 }, "end": { - "line": 367, + "line": 369, "column": 66 } } @@ -21662,16 +21734,16 @@ "object": { "type": "ThisExpression", "range": [ - 10635, - 10639 + 10722, + 10726 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 8 }, "end": { - "line": 368, + "line": 370, "column": 12 } } @@ -21680,31 +21752,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 10640, - 10647 + 10727, + 10734 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 13 }, "end": { - "line": 368, + "line": 370, "column": 20 } } }, "range": [ - 10635, - 10647 + 10722, + 10734 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 8 }, "end": { - "line": 368, + "line": 370, "column": 20 } } @@ -21713,31 +21785,31 @@ "type": "Identifier", "name": "off", "range": [ - 10648, - 10651 + 10735, + 10738 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 21 }, "end": { - "line": 368, + "line": 370, "column": 24 } } }, "range": [ - 10635, - 10651 + 10722, + 10738 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 8 }, "end": { - "line": 368, + "line": 370, "column": 24 } } @@ -21751,32 +21823,32 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 10653, - 10675 + 10740, + 10762 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 26 }, "end": { - "line": 368, + "line": 370, "column": 48 } } } ], "range": [ - 10652, - 10676 + 10739, + 10763 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 25 }, "end": { - "line": 368, + "line": 370, "column": 49 } } @@ -21793,16 +21865,16 @@ "object": { "type": "ThisExpression", "range": [ - 10684, - 10688 + 10771, + 10775 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 57 }, "end": { - "line": 368, + "line": 370, "column": 61 } } @@ -21811,47 +21883,47 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 10689, - 10699 + 10776, + 10786 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 62 }, "end": { - "line": 368, + "line": 370, "column": 72 } } }, "range": [ - 10684, - 10699 + 10771, + 10786 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 57 }, "end": { - "line": 368, + "line": 370, "column": 72 } } }, "arguments": [], "range": [ - 10684, - 10701 + 10771, + 10788 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 57 }, "end": { - "line": 368, + "line": 370, "column": 74 } } @@ -21859,47 +21931,47 @@ "generator": false, "expression": true, "range": [ - 10678, - 10701 + 10765, + 10788 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 51 }, "end": { - "line": 368, + "line": 370, "column": 74 } } } ], "range": [ - 10635, - 10702 + 10722, + 10789 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 8 }, "end": { - "line": 368, + "line": 370, "column": 75 } } }, "range": [ - 10635, - 10703 + 10722, + 10790 ], "loc": { "start": { - "line": 368, + "line": 370, "column": 8 }, "end": { - "line": 368, + "line": 370, "column": 76 } } @@ -21917,16 +21989,16 @@ "object": { "type": "ThisExpression", "range": [ - 10712, - 10716 + 10799, + 10803 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 8 }, "end": { - "line": 369, + "line": 371, "column": 12 } } @@ -21935,31 +22007,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 10717, - 10724 + 10804, + 10811 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 13 }, "end": { - "line": 369, + "line": 371, "column": 20 } } }, "range": [ - 10712, - 10724 + 10799, + 10811 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 8 }, "end": { - "line": 369, + "line": 371, "column": 20 } } @@ -21968,31 +22040,31 @@ "type": "Identifier", "name": "off", "range": [ - 10725, - 10728 + 10812, + 10815 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 21 }, "end": { - "line": 369, + "line": 371, "column": 24 } } }, "range": [ - 10712, - 10728 + 10799, + 10815 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 8 }, "end": { - "line": 369, + "line": 371, "column": 24 } } @@ -22006,32 +22078,32 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 10730, - 10750 + 10817, + 10837 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 26 }, "end": { - "line": 369, + "line": 371, "column": 46 } } } ], "range": [ - 10729, - 10751 + 10816, + 10838 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 25 }, "end": { - "line": 369, + "line": 371, "column": 47 } } @@ -22044,16 +22116,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10766, - 10768 + 10853, + 10855 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 13 }, "end": { - "line": 370, + "line": 372, "column": 15 } } @@ -22062,16 +22134,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10770, - 10778 + 10857, + 10865 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 17 }, "end": { - "line": 370, + "line": 372, "column": 25 } } @@ -22085,16 +22157,16 @@ "object": { "type": "ThisExpression", "range": [ - 10783, - 10787 + 10870, + 10874 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 30 }, "end": { - "line": 370, + "line": 372, "column": 34 } } @@ -22103,31 +22175,31 @@ "type": "Identifier", "name": "build", "range": [ - 10788, - 10793 + 10875, + 10880 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 35 }, "end": { - "line": 370, + "line": 372, "column": 40 } } }, "range": [ - 10783, - 10793 + 10870, + 10880 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 30 }, "end": { - "line": 370, + "line": 372, "column": 40 } } @@ -22137,32 +22209,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10794, - 10802 + 10881, + 10889 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 41 }, "end": { - "line": 370, + "line": 372, "column": 49 } } } ], "range": [ - 10783, - 10803 + 10870, + 10890 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 30 }, "end": { - "line": 370, + "line": 372, "column": 50 } } @@ -22170,47 +22242,47 @@ "generator": false, "expression": true, "range": [ - 10765, - 10803 + 10852, + 10890 ], "loc": { "start": { - "line": 370, + "line": 372, "column": 12 }, "end": { - "line": 370, + "line": 372, "column": 50 } } } ], "range": [ - 10712, - 10804 + 10799, + 10891 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 8 }, "end": { - "line": 370, + "line": 372, "column": 51 } } }, "range": [ - 10712, - 10805 + 10799, + 10892 ], "loc": { "start": { - "line": 369, + "line": 371, "column": 8 }, "end": { - "line": 370, + "line": 372, "column": 52 } } @@ -22226,16 +22298,16 @@ "object": { "type": "ThisExpression", "range": [ - 10815, - 10819 + 10902, + 10906 ], "loc": { "start": { - "line": 372, + "line": 374, "column": 8 }, "end": { - "line": 372, + "line": 374, "column": 12 } } @@ -22244,31 +22316,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 10820, - 10831 + 10907, + 10918 ], "loc": { "start": { - "line": 372, + "line": 374, "column": 13 }, "end": { - "line": 372, + "line": 374, "column": 24 } } }, "range": [ - 10815, - 10831 + 10902, + 10918 ], "loc": { "start": { - "line": 372, + "line": 374, "column": 8 }, "end": { - "line": 372, + "line": 374, "column": 24 } } @@ -22278,62 +22350,62 @@ "value": false, "raw": "false", "range": [ - 10834, - 10839 + 10921, + 10926 ], "loc": { "start": { - "line": 372, + "line": 374, "column": 27 }, "end": { - "line": 372, + "line": 374, "column": 32 } } }, "range": [ - 10815, - 10839 + 10902, + 10926 ], "loc": { "start": { - "line": 372, + "line": 374, "column": 8 }, "end": { - "line": 372, + "line": 374, "column": 32 } } }, "range": [ - 10815, - 10840 + 10902, + 10927 ], "loc": { "start": { - "line": 372, + "line": 374, "column": 8 }, "end": { - "line": 372, + "line": 374, "column": 33 } } } ], "range": [ - 9538, - 10846 + 9625, + 10933 ], "loc": { "start": { - "line": 335, + "line": 337, "column": 14 }, "end": { - "line": 373, + "line": 375, "column": 5 } } @@ -22341,16 +22413,16 @@ "generator": false, "expression": false, "range": [ - 9535, - 10846 + 9622, + 10933 ], "loc": { "start": { - "line": 335, + "line": 337, "column": 11 }, "end": { - "line": 373, + "line": 375, "column": 5 } } @@ -22358,16 +22430,16 @@ "kind": "method", "computed": false, "range": [ - 9528, - 10846 + 9615, + 10933 ], "loc": { "start": { - "line": 335, + "line": 337, "column": 4 }, "end": { - "line": 373, + "line": 375, "column": 5 } }, @@ -22376,16 +22448,16 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 9483, - 9523 + 9570, + 9610 ], "loc": { "start": { - "line": 332, + "line": 334, "column": 4 }, "end": { - "line": 334, + "line": 336, "column": 7 } } @@ -22396,7 +22468,7 @@ ], "range": [ 346, - 10849 + 10936 ], "loc": { "start": { @@ -22404,14 +22476,14 @@ "column": 41 }, "end": { - "line": 375, + "line": 377, "column": 1 } } }, "range": [ 312, - 10849 + 10936 ], "loc": { "start": { @@ -22419,7 +22491,7 @@ "column": 7 }, "end": { - "line": 375, + "line": 377, "column": 1 } }, @@ -22449,7 +22521,7 @@ "source": null, "range": [ 305, - 10849 + 10936 ], "loc": { "start": { @@ -22457,7 +22529,7 @@ "column": 0 }, "end": { - "line": 375, + "line": 377, "column": 1 } }, @@ -22486,7 +22558,7 @@ "sourceType": "module", "range": [ 0, - 10849 + 10936 ], "loc": { "start": { @@ -22494,7 +22566,7 @@ "column": 0 }, "end": { - "line": 375, + "line": 377, "column": 1 } }, @@ -22897,10 +22969,10 @@ }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ 4284, - 4356 + 4355 ], "loc": { "start": { @@ -22909,7 +22981,25 @@ }, "end": { "line": 165, - "column": 80 + "column": 79 + } + } + }, + { + "type": "Line", + "value": " adjusting: prevent useless row generation", + "range": [ + 4364, + 4408 + ], + "loc": { + "start": { + "line": 166, + "column": 8 + }, + "end": { + "line": 166, + "column": 52 } } }, @@ -22917,35 +23007,53 @@ "type": "Line", "value": " Adjust headers row index for grid-layout mode", "range": [ - 4481, - 4529 + 4533, + 4581 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 56 } } }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ - 4538, - 4610 + 4590, + 4661 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, - "column": 80 + "line": 172, + "column": 79 + } + } + }, + { + "type": "Line", + "value": " adjusting: prevent useless row generation", + "range": [ + 4670, + 4714 + ], + "loc": { + "start": { + "line": 173, + "column": 8 + }, + "end": { + "line": 173, + "column": 52 } } }, @@ -22953,16 +23061,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 4719, - 4741 + 4823, + 4845 ], "loc": { "start": { - "line": 177, + "line": 179, "column": 8 }, "end": { - "line": 177, + "line": 179, "column": 30 } } @@ -22971,16 +23079,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 5183, - 5220 + 5287, + 5324 ], "loc": { "start": { - "line": 186, + "line": 188, "column": 8 }, "end": { - "line": 188, + "line": 190, "column": 11 } } @@ -22989,16 +23097,16 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 5265, - 5318 + 5369, + 5422 ], "loc": { "start": { - "line": 192, + "line": 194, "column": 4 }, "end": { - "line": 194, + "line": 196, "column": 7 } } @@ -23007,53 +23115,53 @@ "type": "Block", "value": "*\n * Build all filters icons\n ", "range": [ - 5413, - 5455 + 5517, + 5559 ], "loc": { "start": { - "line": 201, + "line": 203, "column": 4 }, "end": { - "line": 203, + "line": 205, "column": 7 } } }, { "type": "Line", - "value": " Filters row is added to the DOM, adjust headers row index", + "value": " TODO: Because of the filters row generation, headers row index needs", "range": [ - 5510, - 5570 + 5614, + 5685 ], "loc": { "start": { - "line": 207, + "line": 209, "column": 8 }, "end": { - "line": 207, - "column": 68 + "line": 209, + "column": 79 } } }, { "type": "Line", - "value": " TODO: Prevent the filters row to simplify headers row index adjusting", + "value": " adjusting: prevent useless row generation", "range": [ - 5579, - 5651 + 5694, + 5738 ], "loc": { "start": { - "line": 208, + "line": 210, "column": 8 }, "end": { - "line": 208, - "column": 80 + "line": 210, + "column": 52 } } }, @@ -23061,16 +23169,16 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 6299, - 6351 + 6386, + 6438 ], "loc": { "start": { - "line": 229, + "line": 231, "column": 4 }, "end": { - "line": 231, + "line": 233, "column": 7 } } @@ -23079,16 +23187,16 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 6500, - 6669 + 6587, + 6756 ], "loc": { "start": { - "line": 238, + "line": 240, "column": 4 }, "end": { - "line": 242, + "line": 244, "column": 7 } } @@ -23097,16 +23205,16 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 7187, - 7289 + 7274, + 7376 ], "loc": { "start": { - "line": 257, + "line": 259, "column": 4 }, "end": { - "line": 260, + "line": 262, "column": 7 } } @@ -23115,16 +23223,16 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 8458, - 8606 + 8545, + 8693 ], "loc": { "start": { - "line": 295, + "line": 297, "column": 4 }, "end": { - "line": 298, + "line": 300, "column": 7 } } @@ -23133,16 +23241,16 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 8927, - 8997 + 9014, + 9084 ], "loc": { "start": { - "line": 311, + "line": 313, "column": 4 }, "end": { - "line": 313, + "line": 315, "column": 7 } } @@ -23151,16 +23259,16 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 9138, - 9282 + 9225, + 9369 ], "loc": { "start": { - "line": 320, + "line": 322, "column": 4 }, "end": { - "line": 324, + "line": 326, "column": 7 } } @@ -23169,16 +23277,16 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 9483, - 9523 + 9570, + 9610 ], "loc": { "start": { - "line": 332, + "line": 334, "column": 4 }, "end": { - "line": 334, + "line": 336, "column": 7 } } @@ -23187,16 +23295,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 10344, - 10368 + 10431, + 10455 ], "loc": { "start": { - "line": 363, + "line": 365, "column": 8 }, "end": { - "line": 363, + "line": 365, "column": 32 } } diff --git a/docs/ast/source/number.js.json b/docs/ast/source/number.js.json new file mode 100644 index 00000000..021d457e --- /dev/null +++ b/docs/ast/source/number.js.json @@ -0,0 +1,1681 @@ +{ + "type": "Program", + "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "isNumber", + "range": [ + 8, + 16 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 16 + } + } + }, + "imported": { + "type": "Identifier", + "name": "isNumber", + "range": [ + 8, + 16 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 16 + } + } + }, + "range": [ + 8, + 16 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 16 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./types", + "raw": "'./types'", + "range": [ + 23, + 32 + ], + "loc": { + "start": { + "line": 1, + "column": 23 + }, + "end": { + "line": 1, + "column": 32 + } + } + }, + "range": [ + 0, + 33 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 33 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n ", + "range": [ + 35, + 323 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 10, + "column": 3 + } + } + } + ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "parse", + "range": [ + 337, + 342 + ], + "loc": { + "start": { + "line": 11, + "column": 13 + }, + "end": { + "line": 11, + "column": 18 + } + } + }, + "init": { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 346, + 351 + ], + "loc": { + "start": { + "line": 11, + "column": 22 + }, + "end": { + "line": 11, + "column": 27 + } + } + }, + { + "type": "AssignmentPattern", + "left": { + "type": "Identifier", + "name": "decimal", + "range": [ + 353, + 360 + ], + "loc": { + "start": { + "line": 11, + "column": 29 + }, + "end": { + "line": 11, + "column": 36 + } + } + }, + "right": { + "type": "Literal", + "value": ".", + "raw": "'.'", + "range": [ + 363, + 366 + ], + "loc": { + "start": { + "line": 11, + "column": 39 + }, + "end": { + "line": 11, + "column": 42 + } + } + }, + "range": [ + 353, + 366 + ], + "loc": { + "start": { + "line": 11, + "column": 29 + }, + "end": { + "line": 11, + "column": 42 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isNumber", + "range": [ + 436, + 444 + ], + "loc": { + "start": { + "line": 13, + "column": 8 + }, + "end": { + "line": 13, + "column": 16 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "value", + "range": [ + 445, + 450 + ], + "loc": { + "start": { + "line": 13, + "column": 17 + }, + "end": { + "line": 13, + "column": 22 + } + } + } + ], + "range": [ + 436, + 451 + ], + "loc": { + "start": { + "line": 13, + "column": 8 + }, + "end": { + "line": 13, + "column": 23 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "Identifier", + "name": "value", + "range": [ + 470, + 475 + ], + "loc": { + "start": { + "line": 14, + "column": 15 + }, + "end": { + "line": 14, + "column": 20 + } + } + }, + "range": [ + 463, + 476 + ], + "loc": { + "start": { + "line": 14, + "column": 8 + }, + "end": { + "line": 14, + "column": 21 + } + } + } + ], + "range": [ + 453, + 482 + ], + "loc": { + "start": { + "line": 13, + "column": 25 + }, + "end": { + "line": 15, + "column": 5 + } + } + }, + "alternate": null, + "range": [ + 432, + 482 + ], + "loc": { + "start": { + "line": 13, + "column": 4 + }, + "end": { + "line": 15, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Return the value as-is if it's already a number", + "range": [ + 377, + 427 + ], + "loc": { + "start": { + "line": 12, + "column": 4 + }, + "end": { + "line": 12, + "column": 54 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": " Build regex to strip out everything except digits, decimal point and", + "range": [ + 488, + 559 + ], + "loc": { + "start": { + "line": 17, + "column": 4 + }, + "end": { + "line": 17, + "column": 75 + } + } + }, + { + "type": "Line", + "value": " minus sign", + "range": [ + 564, + 577 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 17 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "regex", + "range": [ + 586, + 591 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 13 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 598, + 604 + ], + "loc": { + "start": { + "line": 19, + "column": 20 + }, + "end": { + "line": 19, + "column": 26 + } + } + }, + "arguments": [ + { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "Literal", + "value": "[^0-9-", + "raw": "'[^0-9-'", + "range": [ + 605, + 613 + ], + "loc": { + "start": { + "line": 19, + "column": 27 + }, + "end": { + "line": 19, + "column": 35 + } + } + }, + "right": { + "type": "Identifier", + "name": "decimal", + "range": [ + 616, + 623 + ], + "loc": { + "start": { + "line": 19, + "column": 38 + }, + "end": { + "line": 19, + "column": 45 + } + } + }, + "range": [ + 605, + 623 + ], + "loc": { + "start": { + "line": 19, + "column": 27 + }, + "end": { + "line": 19, + "column": 45 + } + } + }, + "right": { + "type": "Literal", + "value": "]", + "raw": "']'", + "range": [ + 626, + 629 + ], + "loc": { + "start": { + "line": 19, + "column": 48 + }, + "end": { + "line": 19, + "column": 51 + } + } + }, + "range": [ + 605, + 629 + ], + "loc": { + "start": { + "line": 19, + "column": 27 + }, + "end": { + "line": 19, + "column": 51 + } + } + }, + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Literal", + "value": "g", + "raw": "'g'", + "range": [ + 632, + 635 + ], + "loc": { + "start": { + "line": 19, + "column": 54 + }, + "end": { + "line": 19, + "column": 57 + } + } + } + ], + "range": [ + 631, + 636 + ], + "loc": { + "start": { + "line": 19, + "column": 53 + }, + "end": { + "line": 19, + "column": 58 + } + } + } + ], + "range": [ + 594, + 637 + ], + "loc": { + "start": { + "line": 19, + "column": 16 + }, + "end": { + "line": 19, + "column": 59 + } + } + }, + "range": [ + 586, + 637 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 59 + } + } + } + ], + "kind": "let", + "range": [ + 582, + 638 + ], + "loc": { + "start": { + "line": 19, + "column": 4 + }, + "end": { + "line": 19, + "column": 60 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Build regex to strip out everything except digits, decimal point and", + "range": [ + 488, + 559 + ], + "loc": { + "start": { + "line": 17, + "column": 4 + }, + "end": { + "line": 17, + "column": 75 + } + } + }, + { + "type": "Line", + "value": " minus sign", + "range": [ + 564, + 577 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 17 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "unformatted", + "range": [ + 647, + 658 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 19 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "parseFloat", + "range": [ + 661, + 671 + ], + "loc": { + "start": { + "line": 20, + "column": 22 + }, + "end": { + "line": 20, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "BinaryExpression", + "operator": "+", + "left": { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 682, + 684 + ], + "loc": { + "start": { + "line": 21, + "column": 9 + }, + "end": { + "line": 21, + "column": 11 + } + } + }, + "right": { + "type": "Identifier", + "name": "value", + "range": [ + 687, + 692 + ], + "loc": { + "start": { + "line": 21, + "column": 14 + }, + "end": { + "line": 21, + "column": 19 + } + } + }, + "range": [ + 682, + 692 + ], + "loc": { + "start": { + "line": 21, + "column": 9 + }, + "end": { + "line": 21, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 703, + 710 + ], + "loc": { + "start": { + "line": 22, + "column": 9 + }, + "end": { + "line": 22, + "column": 16 + } + } + }, + "range": [ + 681, + 710 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 22, + "column": 16 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": {}, + "raw": "/\\((.*)\\)/", + "regex": { + "pattern": "\\((.*)\\)", + "flags": "" + }, + "range": [ + 711, + 721 + ], + "loc": { + "start": { + "line": 22, + "column": 17 + }, + "end": { + "line": 22, + "column": 27 + } + } + }, + { + "type": "Literal", + "value": "-$1", + "raw": "'-$1'", + "range": [ + 723, + 728 + ], + "loc": { + "start": { + "line": 22, + "column": 29 + }, + "end": { + "line": 22, + "column": 34 + } + } + } + ], + "range": [ + 681, + 729 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 22, + "column": 35 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " replace bracketed values with negatives", + "range": [ + 730, + 772 + ], + "loc": { + "start": { + "line": 22, + "column": 36 + }, + "end": { + "line": 22, + "column": 78 + } + } + } + ] + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 782, + 789 + ], + "loc": { + "start": { + "line": 23, + "column": 9 + }, + "end": { + "line": 23, + "column": 16 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " replace bracketed values with negatives", + "range": [ + 730, + 772 + ], + "loc": { + "start": { + "line": 22, + "column": 36 + }, + "end": { + "line": 22, + "column": 78 + } + } + } + ] + }, + "range": [ + 681, + 789 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 23, + "column": 16 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "regex", + "range": [ + 790, + 795 + ], + "loc": { + "start": { + "line": 23, + "column": 17 + }, + "end": { + "line": 23, + "column": 22 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 797, + 799 + ], + "loc": { + "start": { + "line": 23, + "column": 24 + }, + "end": { + "line": 23, + "column": 26 + } + } + } + ], + "range": [ + 681, + 800 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 23, + "column": 27 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " strip out any cruft", + "range": [ + 809, + 831 + ], + "loc": { + "start": { + "line": 23, + "column": 36 + }, + "end": { + "line": 23, + "column": 58 + } + } + } + ] + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 841, + 848 + ], + "loc": { + "start": { + "line": 24, + "column": 9 + }, + "end": { + "line": 24, + "column": 16 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " strip out any cruft", + "range": [ + 809, + 831 + ], + "loc": { + "start": { + "line": 23, + "column": 36 + }, + "end": { + "line": 23, + "column": 58 + } + } + } + ] + }, + "range": [ + 681, + 848 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 24, + "column": 16 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "decimal", + "range": [ + 849, + 856 + ], + "loc": { + "start": { + "line": 24, + "column": 17 + }, + "end": { + "line": 24, + "column": 24 + } + } + }, + { + "type": "Literal", + "value": ".", + "raw": "'.'", + "range": [ + 858, + 861 + ], + "loc": { + "start": { + "line": 24, + "column": 26 + }, + "end": { + "line": 24, + "column": 29 + } + } + } + ], + "range": [ + 681, + 862 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 24, + "column": 30 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " make sure decimal point is standard", + "range": [ + 868, + 906 + ], + "loc": { + "start": { + "line": 24, + "column": 36 + }, + "end": { + "line": 24, + "column": 74 + } + } + } + ] + } + ], + "range": [ + 661, + 912 + ], + "loc": { + "start": { + "line": 20, + "column": 22 + }, + "end": { + "line": 25, + "column": 5 + } + } + }, + "range": [ + 647, + 912 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 25, + "column": 5 + } + } + } + ], + "kind": "let", + "range": [ + 643, + 913 + ], + "loc": { + "start": { + "line": 20, + "column": 4 + }, + "end": { + "line": 25, + "column": 6 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " This will fail silently", + "range": [ + 919, + 945 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 30 + } + } + } + ] + }, + { + "type": "ReturnStatement", + "argument": { + "type": "ConditionalExpression", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isNaN", + "range": [ + 958, + 963 + ], + "loc": { + "start": { + "line": 28, + "column": 12 + }, + "end": { + "line": 28, + "column": 17 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "unformatted", + "range": [ + 964, + 975 + ], + "loc": { + "start": { + "line": 28, + "column": 18 + }, + "end": { + "line": 28, + "column": 29 + } + } + } + ], + "range": [ + 958, + 976 + ], + "loc": { + "start": { + "line": 28, + "column": 12 + }, + "end": { + "line": 28, + "column": 30 + } + } + }, + "prefix": true, + "range": [ + 957, + 976 + ], + "loc": { + "start": { + "line": 28, + "column": 11 + }, + "end": { + "line": 28, + "column": 30 + } + } + }, + "consequent": { + "type": "Identifier", + "name": "unformatted", + "range": [ + 979, + 990 + ], + "loc": { + "start": { + "line": 28, + "column": 33 + }, + "end": { + "line": 28, + "column": 44 + } + } + }, + "alternate": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 993, + 994 + ], + "loc": { + "start": { + "line": 28, + "column": 47 + }, + "end": { + "line": 28, + "column": 48 + } + } + }, + "range": [ + 957, + 994 + ], + "loc": { + "start": { + "line": 28, + "column": 11 + }, + "end": { + "line": 28, + "column": 48 + } + } + }, + "range": [ + 950, + 995 + ], + "loc": { + "start": { + "line": 28, + "column": 4 + }, + "end": { + "line": 28, + "column": 49 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " make sure decimal point is standard", + "range": [ + 868, + 906 + ], + "loc": { + "start": { + "line": 24, + "column": 36 + }, + "end": { + "line": 24, + "column": 74 + } + } + }, + { + "type": "Line", + "value": " This will fail silently", + "range": [ + 919, + 945 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 30 + } + } + } + ] + } + ], + "range": [ + 371, + 997 + ], + "loc": { + "start": { + "line": 11, + "column": 47 + }, + "end": { + "line": 29, + "column": 1 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 345, + 997 + ], + "loc": { + "start": { + "line": 11, + "column": 21 + }, + "end": { + "line": 29, + "column": 1 + } + } + }, + "range": [ + 337, + 997 + ], + "loc": { + "start": { + "line": 11, + "column": 13 + }, + "end": { + "line": 29, + "column": 1 + } + } + } + ], + "kind": "const", + "range": [ + 331, + 998 + ], + "loc": { + "start": { + "line": 11, + "column": 7 + }, + "end": { + "line": 30, + "column": 0 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n ", + "range": [ + 35, + 323 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 10, + "column": 3 + } + } + } + ], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 324, + 998 + ], + "loc": { + "start": { + "line": 11, + "column": 0 + }, + "end": { + "line": 30, + "column": 0 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n ", + "range": [ + 35, + 323 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 10, + "column": 3 + } + } + } + ] + } + ], + "sourceType": "module", + "range": [ + 0, + 998 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 30, + "column": 0 + } + }, + "comments": [ + { + "type": "Block", + "value": "*\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n ", + "range": [ + 35, + 323 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 10, + "column": 3 + } + } + }, + { + "type": "Line", + "value": " Return the value as-is if it's already a number", + "range": [ + 377, + 427 + ], + "loc": { + "start": { + "line": 12, + "column": 4 + }, + "end": { + "line": 12, + "column": 54 + } + } + }, + { + "type": "Line", + "value": " Build regex to strip out everything except digits, decimal point and", + "range": [ + 488, + 559 + ], + "loc": { + "start": { + "line": 17, + "column": 4 + }, + "end": { + "line": 17, + "column": 75 + } + } + }, + { + "type": "Line", + "value": " minus sign", + "range": [ + 564, + 577 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 17 + } + } + }, + { + "type": "Line", + "value": " replace bracketed values with negatives", + "range": [ + 730, + 772 + ], + "loc": { + "start": { + "line": 22, + "column": 36 + }, + "end": { + "line": 22, + "column": 78 + } + } + }, + { + "type": "Line", + "value": " strip out any cruft", + "range": [ + 809, + 831 + ], + "loc": { + "start": { + "line": 23, + "column": 36 + }, + "end": { + "line": 23, + "column": 58 + } + } + }, + { + "type": "Line", + "value": " make sure decimal point is standard", + "range": [ + 868, + 906 + ], + "loc": { + "start": { + "line": 24, + "column": 36 + }, + "end": { + "line": 24, + "column": 74 + } + } + }, + { + "type": "Line", + "value": " This will fail silently", + "range": [ + 919, + 945 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 30 + } + } + } + ] +} \ No newline at end of file diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index a7e875db..9dd0e1c1 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -1222,17 +1222,17 @@ "type": "Identifier", "name": "isArray", "range": [ - 326, - 333 + 331, + 338 ], "loc": { "start": { - "line": 8, - "column": 8 + "line": 9, + "column": 4 }, "end": { - "line": 8, - "column": 15 + "line": 9, + "column": 11 } } }, @@ -1240,32 +1240,32 @@ "type": "Identifier", "name": "isArray", "range": [ - 326, - 333 + 331, + 338 ], "loc": { "start": { - "line": 8, - "column": 8 + "line": 9, + "column": 4 }, "end": { - "line": 8, - "column": 15 + "line": 9, + "column": 11 } } }, "range": [ - 326, - 333 + 331, + 338 ], "loc": { "start": { - "line": 8, - "column": 8 + "line": 9, + "column": 4 }, "end": { - "line": 8, - "column": 15 + "line": 9, + "column": 11 } } }, @@ -1275,17 +1275,17 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 335, - 342 + 340, + 347 ], "loc": { "start": { - "line": 8, - "column": 17 + "line": 9, + "column": 13 }, "end": { - "line": 8, - "column": 24 + "line": 9, + "column": 20 } } }, @@ -1293,32 +1293,32 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 335, - 342 + 340, + 347 ], "loc": { "start": { - "line": 8, - "column": 17 + "line": 9, + "column": 13 }, "end": { - "line": 8, - "column": 24 + "line": 9, + "column": 20 } } }, "range": [ - 335, - 342 + 340, + 347 ], "loc": { "start": { - "line": 8, - "column": 17 + "line": 9, + "column": 13 }, "end": { - "line": 8, - "column": 24 + "line": 9, + "column": 20 } } }, @@ -1328,17 +1328,17 @@ "type": "Identifier", "name": "isFn", "range": [ - 344, - 348 + 349, + 353 ], "loc": { "start": { - "line": 8, - "column": 26 + "line": 9, + "column": 22 }, "end": { - "line": 8, - "column": 30 + "line": 9, + "column": 26 } } }, @@ -1346,32 +1346,32 @@ "type": "Identifier", "name": "isFn", "range": [ - 344, - 348 + 349, + 353 ], "loc": { "start": { - "line": 8, - "column": 26 + "line": 9, + "column": 22 }, "end": { - "line": 8, - "column": 30 + "line": 9, + "column": 26 } } }, "range": [ - 344, - 348 + 349, + 353 ], "loc": { "start": { - "line": 8, + "line": 9, + "column": 22 + }, + "end": { + "line": 9, "column": 26 - }, - "end": { - "line": 8, - "column": 30 } } }, @@ -1381,17 +1381,17 @@ "type": "Identifier", "name": "isNumber", "range": [ - 350, - 358 + 355, + 363 ], "loc": { "start": { - "line": 8, - "column": 32 + "line": 9, + "column": 28 }, "end": { - "line": 8, - "column": 40 + "line": 9, + "column": 36 } } }, @@ -1399,32 +1399,32 @@ "type": "Identifier", "name": "isNumber", "range": [ - 350, - 358 + 355, + 363 ], "loc": { "start": { - "line": 8, - "column": 32 + "line": 9, + "column": 28 }, "end": { - "line": 8, - "column": 40 + "line": 9, + "column": 36 } } }, "range": [ - 350, - 358 + 355, + 363 ], "loc": { "start": { - "line": 8, - "column": 32 + "line": 9, + "column": 28 }, "end": { - "line": 8, - "column": 40 + "line": 9, + "column": 36 } } }, @@ -1434,17 +1434,17 @@ "type": "Identifier", "name": "isObj", "range": [ - 360, - 365 + 365, + 370 ], "loc": { "start": { - "line": 8, - "column": 42 + "line": 9, + "column": 38 }, "end": { - "line": 8, - "column": 47 + "line": 9, + "column": 43 } } }, @@ -1452,32 +1452,32 @@ "type": "Identifier", "name": "isObj", "range": [ - 360, - 365 + 365, + 370 ], "loc": { "start": { - "line": 8, - "column": 42 + "line": 9, + "column": 38 }, "end": { - "line": 8, - "column": 47 + "line": 9, + "column": 43 } } }, "range": [ - 360, - 365 + 365, + 370 ], "loc": { "start": { - "line": 8, - "column": 42 + "line": 9, + "column": 38 }, "end": { - "line": 8, - "column": 47 + "line": 9, + "column": 43 } } }, @@ -1487,17 +1487,17 @@ "type": "Identifier", "name": "isString", "range": [ - 367, - 375 + 372, + 380 ], "loc": { "start": { - "line": 8, - "column": 49 + "line": 9, + "column": 45 }, "end": { - "line": 8, - "column": 57 + "line": 9, + "column": 53 } } }, @@ -1505,32 +1505,32 @@ "type": "Identifier", "name": "isString", "range": [ - 367, - 375 + 372, + 380 ], "loc": { "start": { - "line": 8, - "column": 49 + "line": 9, + "column": 45 }, "end": { - "line": 8, - "column": 57 + "line": 9, + "column": 53 } } }, "range": [ - 367, - 375 + 372, + 380 ], "loc": { "start": { - "line": 8, - "column": 49 + "line": 9, + "column": 45 }, "end": { - "line": 8, - "column": 57 + "line": 9, + "column": 53 } } }, @@ -1540,17 +1540,17 @@ "type": "Identifier", "name": "isUndef", "range": [ - 377, - 384 + 382, + 389 ], "loc": { "start": { - "line": 8, - "column": 59 + "line": 9, + "column": 55 }, "end": { - "line": 8, - "column": 66 + "line": 9, + "column": 62 } } }, @@ -1558,32 +1558,32 @@ "type": "Identifier", "name": "isUndef", "range": [ - 377, - 384 + 382, + 389 ], "loc": { "start": { - "line": 8, - "column": 59 + "line": 9, + "column": 55 }, "end": { - "line": 8, - "column": 66 + "line": 9, + "column": 62 } } }, "range": [ - 377, - 384 + 382, + 389 ], "loc": { "start": { - "line": 8, - "column": 59 + "line": 9, + "column": 55 }, "end": { - "line": 8, - "column": 66 + "line": 9, + "column": 62 } } } @@ -1593,23 +1593,23 @@ "value": "./types", "raw": "'./types'", "range": [ - 391, - 400 + 397, + 406 ], "loc": { "start": { - "line": 9, - "column": 5 + "line": 10, + "column": 7 }, "end": { - "line": 9, - "column": 14 + "line": 10, + "column": 16 } } }, "range": [ 318, - 401 + 407 ], "loc": { "start": { @@ -1617,8 +1617,8 @@ "column": 0 }, "end": { - "line": 9, - "column": 15 + "line": 10, + "column": 17 } } }, @@ -1629,154 +1629,28 @@ "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "formatDate", + "name": "parseNb", "range": [ - 410, - 420 + 425, + 432 ], "loc": { "start": { - "line": 10, - "column": 8 + "line": 11, + "column": 17 }, "end": { - "line": 10, - "column": 18 + "line": 11, + "column": 24 } } }, "imported": { "type": "Identifier", - "name": "formatDate", + "name": "parse", "range": [ - 410, - 420 - ], - "loc": { - "start": { - "line": 10, - "column": 8 - }, - "end": { - "line": 10, - "column": 18 - } - } - }, - "range": [ - 410, - 420 - ], - "loc": { - "start": { - "line": 10, - "column": 8 - }, - "end": { - "line": 10, - "column": 18 - } - } - }, - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 422, - 433 - ], - "loc": { - "start": { - "line": 10, - "column": 20 - }, - "end": { - "line": 10, - "column": 31 - } - } - }, - "imported": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 422, - 433 - ], - "loc": { - "start": { - "line": 10, - "column": 20 - }, - "end": { - "line": 10, - "column": 31 - } - } - }, - "range": [ - 422, - 433 - ], - "loc": { - "start": { - "line": 10, - "column": 20 - }, - "end": { - "line": 10, - "column": 31 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./date", - "raw": "'./date'", - "range": [ - 440, - 448 - ], - "loc": { - "start": { - "line": 10, - "column": 38 - }, - "end": { - "line": 10, - "column": 46 - } - } - }, - "range": [ - 402, - 449 - ], - "loc": { - "start": { - "line": 10, - "column": 0 - }, - "end": { - "line": 10, - "column": 47 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "removeNbFormat", - "range": [ - 458, - 472 + 416, + 421 ], "loc": { "start": { @@ -1785,31 +1659,13 @@ }, "end": { "line": 11, - "column": 22 - } - } - }, - "imported": { - "type": "Identifier", - "name": "removeNbFormat", - "range": [ - 458, - 472 - ], - "loc": { - "start": { - "line": 11, - "column": 8 - }, - "end": { - "line": 11, - "column": 22 + "column": 13 } } }, "range": [ - 458, - 472 + 416, + 432 ], "loc": { "start": { @@ -1818,33 +1674,33 @@ }, "end": { "line": 11, - "column": 22 + "column": 24 } } } ], "source": { "type": "Literal", - "value": "./helpers", - "raw": "'./helpers'", + "value": "./number", + "raw": "'./number'", "range": [ - 479, - 490 + 439, + 449 ], "loc": { "start": { "line": 11, - "column": 29 + "column": 31 }, "end": { "line": 11, - "column": 40 + "column": 41 } } }, "range": [ - 450, - 491 + 408, + 451 ], "loc": { "start": { @@ -1852,8 +1708,8 @@ "column": 0 }, "end": { - "line": 11, - "column": 41 + "line": 13, + "column": 0 } } }, @@ -1866,8 +1722,8 @@ "type": "Identifier", "name": "root", "range": [ - 501, - 505 + 459, + 463 ], "loc": { "start": { @@ -1884,8 +1740,8 @@ "type": "Identifier", "name": "root", "range": [ - 501, - 505 + 459, + 463 ], "loc": { "start": { @@ -1899,8 +1755,8 @@ } }, "range": [ - 501, - 505 + 459, + 463 ], "loc": { "start": { @@ -1919,8 +1775,8 @@ "value": "./root", "raw": "'./root'", "range": [ - 512, - 520 + 470, + 478 ], "loc": { "start": { @@ -1934,8 +1790,8 @@ } }, "range": [ - 493, - 521 + 451, + 479 ], "loc": { "start": { @@ -1957,8 +1813,8 @@ "type": "Identifier", "name": "Emitter", "range": [ - 530, - 537 + 488, + 495 ], "loc": { "start": { @@ -1975,8 +1831,8 @@ "type": "Identifier", "name": "Emitter", "range": [ - 530, - 537 + 488, + 495 ], "loc": { "start": { @@ -1990,8 +1846,8 @@ } }, "range": [ - 530, - 537 + 488, + 495 ], "loc": { "start": { @@ -2010,8 +1866,8 @@ "value": "./emitter", "raw": "'./emitter'", "range": [ - 544, - 555 + 502, + 513 ], "loc": { "start": { @@ -2025,8 +1881,8 @@ } }, "range": [ - 522, - 556 + 480, + 514 ], "loc": { "start": { @@ -2048,8 +1904,8 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 565, - 575 + 523, + 533 ], "loc": { "start": { @@ -2066,8 +1922,8 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 565, - 575 + 523, + 533 ], "loc": { "start": { @@ -2081,8 +1937,8 @@ } }, "range": [ - 565, - 575 + 523, + 533 ], "loc": { "start": { @@ -2101,8 +1957,8 @@ "value": "./modules/gridLayout", "raw": "'./modules/gridLayout'", "range": [ - 582, - 604 + 540, + 562 ], "loc": { "start": { @@ -2116,8 +1972,8 @@ } }, "range": [ - 557, - 605 + 515, + 563 ], "loc": { "start": { @@ -2139,8 +1995,8 @@ "type": "Identifier", "name": "Loader", "range": [ - 614, - 620 + 572, + 578 ], "loc": { "start": { @@ -2157,8 +2013,8 @@ "type": "Identifier", "name": "Loader", "range": [ - 614, - 620 + 572, + 578 ], "loc": { "start": { @@ -2172,8 +2028,8 @@ } }, "range": [ - 614, - 620 + 572, + 578 ], "loc": { "start": { @@ -2192,8 +2048,8 @@ "value": "./modules/loader", "raw": "'./modules/loader'", "range": [ - 627, - 645 + 585, + 603 ], "loc": { "start": { @@ -2207,8 +2063,8 @@ } }, "range": [ - 606, - 646 + 564, + 604 ], "loc": { "start": { @@ -2230,8 +2086,8 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 655, - 671 + 613, + 629 ], "loc": { "start": { @@ -2248,8 +2104,8 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 655, - 671 + 613, + 629 ], "loc": { "start": { @@ -2263,8 +2119,8 @@ } }, "range": [ - 655, - 671 + 613, + 629 ], "loc": { "start": { @@ -2283,8 +2139,8 @@ "value": "./modules/highlightKeywords", "raw": "'./modules/highlightKeywords'", "range": [ - 678, - 707 + 636, + 665 ], "loc": { "start": { @@ -2298,8 +2154,8 @@ } }, "range": [ - 647, - 708 + 605, + 666 ], "loc": { "start": { @@ -2321,8 +2177,8 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 717, - 728 + 675, + 686 ], "loc": { "start": { @@ -2339,8 +2195,8 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 717, - 728 + 675, + 686 ], "loc": { "start": { @@ -2354,8 +2210,8 @@ } }, "range": [ - 717, - 728 + 675, + 686 ], "loc": { "start": { @@ -2374,8 +2230,8 @@ "value": "./modules/popupFilter", "raw": "'./modules/popupFilter'", "range": [ - 735, - 758 + 693, + 716 ], "loc": { "start": { @@ -2389,8 +2245,8 @@ } }, "range": [ - 709, - 759 + 667, + 717 ], "loc": { "start": { @@ -2412,8 +2268,8 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 768, - 776 + 726, + 734 ], "loc": { "start": { @@ -2430,8 +2286,8 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 768, - 776 + 726, + 734 ], "loc": { "start": { @@ -2445,8 +2301,8 @@ } }, "range": [ - 768, - 776 + 726, + 734 ], "loc": { "start": { @@ -2465,8 +2321,8 @@ "value": "./modules/dropdown", "raw": "'./modules/dropdown'", "range": [ - 783, - 803 + 741, + 761 ], "loc": { "start": { @@ -2480,8 +2336,8 @@ } }, "range": [ - 760, - 804 + 718, + 762 ], "loc": { "start": { @@ -2503,8 +2359,8 @@ "type": "Identifier", "name": "CheckList", "range": [ - 813, - 822 + 771, + 780 ], "loc": { "start": { @@ -2521,8 +2377,8 @@ "type": "Identifier", "name": "CheckList", "range": [ - 813, - 822 + 771, + 780 ], "loc": { "start": { @@ -2536,8 +2392,8 @@ } }, "range": [ - 813, - 822 + 771, + 780 ], "loc": { "start": { @@ -2556,8 +2412,8 @@ "value": "./modules/checkList", "raw": "'./modules/checkList'", "range": [ - 829, - 850 + 787, + 808 ], "loc": { "start": { @@ -2571,8 +2427,8 @@ } }, "range": [ - 805, - 851 + 763, + 809 ], "loc": { "start": { @@ -2594,8 +2450,8 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 860, - 871 + 818, + 829 ], "loc": { "start": { @@ -2612,8 +2468,8 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 860, - 871 + 818, + 829 ], "loc": { "start": { @@ -2627,8 +2483,8 @@ } }, "range": [ - 860, - 871 + 818, + 829 ], "loc": { "start": { @@ -2647,8 +2503,8 @@ "value": "./modules/rowsCounter", "raw": "'./modules/rowsCounter'", "range": [ - 878, - 901 + 836, + 859 ], "loc": { "start": { @@ -2662,8 +2518,8 @@ } }, "range": [ - 852, - 902 + 810, + 860 ], "loc": { "start": { @@ -2685,8 +2541,8 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 911, - 920 + 869, + 878 ], "loc": { "start": { @@ -2703,8 +2559,8 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 911, - 920 + 869, + 878 ], "loc": { "start": { @@ -2718,8 +2574,8 @@ } }, "range": [ - 911, - 920 + 869, + 878 ], "loc": { "start": { @@ -2738,8 +2594,8 @@ "value": "./modules/statusBar", "raw": "'./modules/statusBar'", "range": [ - 927, - 948 + 885, + 906 ], "loc": { "start": { @@ -2753,8 +2609,8 @@ } }, "range": [ - 903, - 949 + 861, + 907 ], "loc": { "start": { @@ -2776,8 +2632,8 @@ "type": "Identifier", "name": "Paging", "range": [ - 958, - 964 + 916, + 922 ], "loc": { "start": { @@ -2794,8 +2650,8 @@ "type": "Identifier", "name": "Paging", "range": [ - 958, - 964 + 916, + 922 ], "loc": { "start": { @@ -2809,8 +2665,8 @@ } }, "range": [ - 958, - 964 + 916, + 922 ], "loc": { "start": { @@ -2829,8 +2685,8 @@ "value": "./modules/paging", "raw": "'./modules/paging'", "range": [ - 971, - 989 + 929, + 947 ], "loc": { "start": { @@ -2844,8 +2700,8 @@ } }, "range": [ - 950, - 990 + 908, + 948 ], "loc": { "start": { @@ -2867,8 +2723,8 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 999, - 1010 + 957, + 968 ], "loc": { "start": { @@ -2885,8 +2741,8 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 999, - 1010 + 957, + 968 ], "loc": { "start": { @@ -2900,8 +2756,8 @@ } }, "range": [ - 999, - 1010 + 957, + 968 ], "loc": { "start": { @@ -2920,8 +2776,8 @@ "value": "./modules/clearButton", "raw": "'./modules/clearButton'", "range": [ - 1017, - 1040 + 975, + 998 ], "loc": { "start": { @@ -2935,8 +2791,8 @@ } }, "range": [ - 991, - 1041 + 949, + 999 ], "loc": { "start": { @@ -2958,8 +2814,8 @@ "type": "Identifier", "name": "Help", "range": [ - 1050, - 1054 + 1008, + 1012 ], "loc": { "start": { @@ -2976,8 +2832,8 @@ "type": "Identifier", "name": "Help", "range": [ - 1050, - 1054 + 1008, + 1012 ], "loc": { "start": { @@ -2991,8 +2847,8 @@ } }, "range": [ - 1050, - 1054 + 1008, + 1012 ], "loc": { "start": { @@ -3011,8 +2867,8 @@ "value": "./modules/help", "raw": "'./modules/help'", "range": [ - 1061, - 1077 + 1019, + 1035 ], "loc": { "start": { @@ -3026,8 +2882,8 @@ } }, "range": [ - 1042, - 1078 + 1000, + 1036 ], "loc": { "start": { @@ -3049,8 +2905,8 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 1087, - 1100 + 1045, + 1058 ], "loc": { "start": { @@ -3067,8 +2923,8 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 1087, - 1100 + 1045, + 1058 ], "loc": { "start": { @@ -3082,8 +2938,8 @@ } }, "range": [ - 1087, - 1100 + 1045, + 1058 ], "loc": { "start": { @@ -3102,8 +2958,8 @@ "value": "./modules/alternateRows", "raw": "'./modules/alternateRows'", "range": [ - 1107, - 1132 + 1065, + 1090 ], "loc": { "start": { @@ -3117,8 +2973,8 @@ } }, "range": [ - 1079, - 1133 + 1037, + 1091 ], "loc": { "start": { @@ -3140,8 +2996,8 @@ "type": "Identifier", "name": "NoResults", "range": [ - 1142, - 1151 + 1100, + 1109 ], "loc": { "start": { @@ -3158,8 +3014,8 @@ "type": "Identifier", "name": "NoResults", "range": [ - 1142, - 1151 + 1100, + 1109 ], "loc": { "start": { @@ -3173,8 +3029,8 @@ } }, "range": [ - 1142, - 1151 + 1100, + 1109 ], "loc": { "start": { @@ -3193,8 +3049,8 @@ "value": "./modules/noResults", "raw": "'./modules/noResults'", "range": [ - 1158, - 1179 + 1116, + 1137 ], "loc": { "start": { @@ -3208,8 +3064,8 @@ } }, "range": [ - 1134, - 1180 + 1092, + 1138 ], "loc": { "start": { @@ -3231,8 +3087,8 @@ "type": "Identifier", "name": "State", "range": [ - 1189, - 1194 + 1147, + 1152 ], "loc": { "start": { @@ -3249,8 +3105,8 @@ "type": "Identifier", "name": "State", "range": [ - 1189, - 1194 + 1147, + 1152 ], "loc": { "start": { @@ -3264,8 +3120,8 @@ } }, "range": [ - 1189, - 1194 + 1147, + 1152 ], "loc": { "start": { @@ -3284,8 +3140,8 @@ "value": "./modules/state", "raw": "'./modules/state'", "range": [ - 1201, - 1218 + 1159, + 1176 ], "loc": { "start": { @@ -3299,8 +3155,8 @@ } }, "range": [ - 1181, - 1219 + 1139, + 1177 ], "loc": { "start": { @@ -3320,18 +3176,109 @@ "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "INPUT", + "name": "DateType", "range": [ - 1234, - 1239 + 1186, + 1194 ], "loc": { "start": { - "line": 31, + "line": 29, + "column": 8 + }, + "end": { + "line": 29, + "column": 16 + } + } + }, + "imported": { + "type": "Identifier", + "name": "DateType", + "range": [ + 1186, + 1194 + ], + "loc": { + "start": { + "line": 29, + "column": 8 + }, + "end": { + "line": 29, + "column": 16 + } + } + }, + "range": [ + 1186, + 1194 + ], + "loc": { + "start": { + "line": 29, + "column": 8 + }, + "end": { + "line": 29, + "column": 16 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/dateType", + "raw": "'./modules/dateType'", + "range": [ + 1201, + 1221 + ], + "loc": { + "start": { + "line": 29, + "column": 23 + }, + "end": { + "line": 29, + "column": 43 + } + } + }, + "range": [ + 1178, + 1222 + ], + "loc": { + "start": { + "line": 29, + "column": 0 + }, + "end": { + "line": 29, + "column": 44 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 1237, + 1242 + ], + "loc": { + "start": { + "line": 32, "column": 4 }, "end": { - "line": 31, + "line": 32, "column": 9 } } @@ -3340,31 +3287,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 1234, - 1239 + 1237, + 1242 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 4 }, "end": { - "line": 31, + "line": 32, "column": 9 } } }, "range": [ - 1234, - 1239 + 1237, + 1242 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 4 }, "end": { - "line": 31, + "line": 32, "column": 9 } } @@ -3375,16 +3322,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 1241, - 1247 + 1244, + 1250 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 11 }, "end": { - "line": 31, + "line": 32, "column": 17 } } @@ -3393,31 +3340,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 1241, - 1247 + 1244, + 1250 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 11 }, "end": { - "line": 31, + "line": 32, "column": 17 } } }, "range": [ - 1241, - 1247 + 1244, + 1250 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 11 }, "end": { - "line": 31, + "line": 32, "column": 17 } } @@ -3428,16 +3375,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 1249, - 1257 + 1252, + 1260 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 19 }, "end": { - "line": 31, + "line": 32, "column": 27 } } @@ -3446,31 +3393,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 1249, - 1257 + 1252, + 1260 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 19 }, "end": { - "line": 31, + "line": 32, "column": 27 } } }, "range": [ - 1249, - 1257 + 1252, + 1260 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 19 }, "end": { - "line": 31, + "line": 32, "column": 27 } } @@ -3481,16 +3428,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 1259, - 1268 + 1262, + 1271 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 29 }, "end": { - "line": 31, + "line": 32, "column": 38 } } @@ -3499,31 +3446,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 1259, - 1268 + 1262, + 1271 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 29 }, "end": { - "line": 31, + "line": 32, "column": 38 } } }, "range": [ - 1259, - 1268 + 1262, + 1271 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 29 }, "end": { - "line": 31, + "line": 32, "column": 38 } } @@ -3534,16 +3481,16 @@ "type": "Identifier", "name": "NONE", "range": [ - 1270, - 1274 + 1273, + 1277 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 40 }, "end": { - "line": 31, + "line": 32, "column": 44 } } @@ -3552,31 +3499,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 1270, - 1274 + 1273, + 1277 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 40 }, "end": { - "line": 31, + "line": 32, "column": 44 } } }, "range": [ - 1270, - 1274 + 1273, + 1277 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 40 }, "end": { - "line": 31, + "line": 32, "column": 44 } } @@ -3587,16 +3534,16 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 1280, - 1289 + 1283, + 1292 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 32, + "line": 33, "column": 13 } } @@ -3605,31 +3552,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 1280, - 1289 + 1283, + 1292 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 32, + "line": 33, "column": 13 } } }, "range": [ - 1280, - 1289 + 1283, + 1292 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 32, + "line": 33, "column": 13 } } @@ -3640,16 +3587,16 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 1291, - 1298 + 1294, + 1301 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 15 }, "end": { - "line": 32, + "line": 33, "column": 22 } } @@ -3658,31 +3605,31 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 1291, - 1298 + 1294, + 1301 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 15 }, "end": { - "line": 32, + "line": 33, "column": 22 } } }, "range": [ - 1291, - 1298 + 1294, + 1301 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 15 }, "end": { - "line": 32, + "line": 33, "column": 22 } } @@ -3693,16 +3640,16 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 1300, - 1307 + 1303, + 1310 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 24 }, "end": { - "line": 32, + "line": 33, "column": 31 } } @@ -3711,31 +3658,31 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 1300, - 1307 + 1303, + 1310 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 24 }, "end": { - "line": 32, + "line": 33, "column": 31 } } }, "range": [ - 1300, - 1307 + 1303, + 1310 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 24 }, "end": { - "line": 32, + "line": 33, "column": 31 } } @@ -3746,16 +3693,16 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 1309, - 1321 + 1312, + 1324 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 33 }, "end": { - "line": 32, + "line": 33, "column": 45 } } @@ -3764,31 +3711,31 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 1309, - 1321 + 1312, + 1324 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 33 }, "end": { - "line": 32, + "line": 33, "column": 45 } } }, "range": [ - 1309, - 1321 + 1312, + 1324 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 33 }, "end": { - "line": 32, + "line": 33, "column": 45 } } @@ -3799,16 +3746,16 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 1323, - 1337 + 1326, + 1340 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 47 }, "end": { - "line": 32, + "line": 33, "column": 61 } } @@ -3817,31 +3764,31 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 1323, - 1337 + 1326, + 1340 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 47 }, "end": { - "line": 32, + "line": 33, "column": 61 } } }, "range": [ - 1323, - 1337 + 1326, + 1340 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 47 }, "end": { - "line": 32, + "line": 33, "column": 61 } } @@ -3852,16 +3799,16 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 1343, - 1351 + 1346, + 1354 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 4 }, "end": { - "line": 33, + "line": 34, "column": 12 } } @@ -3870,31 +3817,31 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 1343, - 1351 + 1346, + 1354 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 4 }, "end": { - "line": 33, + "line": 34, "column": 12 } } }, "range": [ - 1343, - 1351 + 1346, + 1354 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 4 }, "end": { - "line": 33, + "line": 34, "column": 12 } } @@ -3905,16 +3852,16 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1353, - 1370 + 1356, + 1373 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 14 }, "end": { - "line": 33, + "line": 34, "column": 31 } } @@ -3923,34 +3870,193 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1353, - 1370 + 1356, + 1373 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 14 }, "end": { - "line": 33, + "line": 34, "column": 31 } } }, "range": [ - 1353, - 1370 + 1356, + 1373 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 14 }, "end": { - "line": 33, + "line": 34, "column": 31 } } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 1375, + 1381 + ], + "loc": { + "start": { + "line": 34, + "column": 33 + }, + "end": { + "line": 34, + "column": 39 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 1375, + 1381 + ], + "loc": { + "start": { + "line": 34, + "column": 33 + }, + "end": { + "line": 34, + "column": 39 + } + } + }, + "range": [ + 1375, + 1381 + ], + "loc": { + "start": { + "line": 34, + "column": 33 + }, + "end": { + "line": 34, + "column": 39 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "DATE", + "range": [ + 1383, + 1387 + ], + "loc": { + "start": { + "line": 34, + "column": 41 + }, + "end": { + "line": 34, + "column": 45 + } + } + }, + "imported": { + "type": "Identifier", + "name": "DATE", + "range": [ + 1383, + 1387 + ], + "loc": { + "start": { + "line": 34, + "column": 41 + }, + "end": { + "line": 34, + "column": 45 + } + } + }, + "range": [ + 1383, + 1387 + ], + "loc": { + "start": { + "line": 34, + "column": 41 + }, + "end": { + "line": 34, + "column": 45 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 1389, + 1405 + ], + "loc": { + "start": { + "line": 34, + "column": 47 + }, + "end": { + "line": 34, + "column": 63 + } + } + }, + "imported": { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 1389, + 1405 + ], + "loc": { + "start": { + "line": 34, + "column": 47 + }, + "end": { + "line": 34, + "column": 63 + } + } + }, + "range": [ + 1389, + 1405 + ], + "loc": { + "start": { + "line": 34, + "column": 47 + }, + "end": { + "line": 34, + "column": 63 + } + } } ], "source": { @@ -3958,31 +4064,31 @@ "value": "./const", "raw": "'./const'", "range": [ - 1378, - 1387 + 1413, + 1422 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 7 }, "end": { - "line": 34, + "line": 35, "column": 16 } } }, "range": [ - 1221, - 1388 + 1224, + 1423 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 0 }, "end": { - "line": 34, + "line": 35, "column": 17 } } @@ -3996,16 +4102,16 @@ "type": "Identifier", "name": "doc", "range": [ - 1394, - 1397 + 1429, + 1432 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 4 }, "end": { - "line": 36, + "line": 37, "column": 7 } } @@ -4017,16 +4123,16 @@ "type": "Identifier", "name": "root", "range": [ - 1400, - 1404 + 1435, + 1439 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 10 }, "end": { - "line": 36, + "line": 37, "column": 14 } } @@ -4035,46 +4141,46 @@ "type": "Identifier", "name": "document", "range": [ - 1405, - 1413 + 1440, + 1448 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 15 }, "end": { - "line": 36, + "line": 37, "column": 23 } } }, "range": [ - 1400, - 1413 + 1435, + 1448 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 10 }, "end": { - "line": 36, + "line": 37, "column": 23 } } }, "range": [ - 1394, - 1413 + 1429, + 1448 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 4 }, "end": { - "line": 36, + "line": 37, "column": 23 } } @@ -4082,16 +4188,16 @@ ], "kind": "let", "range": [ - 1390, - 1414 + 1425, + 1449 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 0 }, "end": { - "line": 36, + "line": 37, "column": 24 } }, @@ -4100,16 +4206,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1416, - 1509 + 1451, + 1544 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 0 }, "end": { - "line": 43, + "line": 44, "column": 3 } } @@ -4124,16 +4230,16 @@ "type": "Identifier", "name": "TableFilter", "range": [ - 1523, - 1534 + 1558, + 1569 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 13 }, "end": { - "line": 44, + "line": 45, "column": 24 } } @@ -4148,16 +4254,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 1864, - 1875 + 1899, + 1910 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 54, + "line": 55, "column": 15 } } @@ -4172,31 +4278,31 @@ "type": "Identifier", "name": "args", "range": [ - 1879, - 1883 + 1914, + 1918 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 19 }, "end": { - "line": 54, + "line": 55, "column": 23 } } }, "range": [ - 1876, - 1883 + 1911, + 1918 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 16 }, "end": { - "line": 54, + "line": 55, "column": 23 } } @@ -4216,16 +4322,16 @@ "object": { "type": "ThisExpression", "range": [ - 1999, - 2003 + 2034, + 2038 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 12 } } @@ -4234,31 +4340,31 @@ "type": "Identifier", "name": "id", "range": [ - 2004, - 2006 + 2039, + 2041 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 13 }, "end": { - "line": 60, + "line": 61, "column": 15 } } }, "range": [ - 1999, - 2006 + 2034, + 2041 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 15 } } @@ -4268,46 +4374,46 @@ "value": null, "raw": "null", "range": [ - 2009, - 2013 + 2044, + 2048 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 18 }, "end": { - "line": 60, + "line": 61, "column": 22 } } }, "range": [ - 1999, - 2013 + 2034, + 2048 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 22 } } }, "range": [ - 1999, - 2014 + 2034, + 2049 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 23 } }, @@ -4316,16 +4422,16 @@ "type": "Block", "value": "*\n * ID of current instance\n * @type {String}\n * @private\n ", "range": [ - 1895, - 1990 + 1930, + 2025 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 11 } } @@ -4336,16 +4442,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2024, - 2092 + 2059, + 2127 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 11 } } @@ -4363,16 +4469,16 @@ "object": { "type": "ThisExpression", "range": [ - 2101, - 2105 + 2136, + 2140 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 12 } } @@ -4381,31 +4487,31 @@ "type": "Identifier", "name": "version", "range": [ - 2106, - 2113 + 2141, + 2148 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 13 }, "end": { - "line": 66, + "line": 67, "column": 20 } } }, "range": [ - 2101, - 2113 + 2136, + 2148 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 20 } } @@ -4415,46 +4521,46 @@ "value": "{VERSION}", "raw": "'{VERSION}'", "range": [ - 2116, - 2127 + 2151, + 2162 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 23 }, "end": { - "line": 66, + "line": 67, "column": 34 } } }, "range": [ - 2101, - 2127 + 2136, + 2162 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 34 } } }, "range": [ - 2101, - 2128 + 2136, + 2163 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 35 } }, @@ -4463,16 +4569,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2024, - 2092 + 2059, + 2127 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 11 } } @@ -4483,16 +4589,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2138, - 2223 + 2173, + 2258 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 11 } } @@ -4510,16 +4616,16 @@ "object": { "type": "ThisExpression", "range": [ - 2232, - 2236 + 2267, + 2271 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 12 } } @@ -4528,31 +4634,31 @@ "type": "Identifier", "name": "year", "range": [ - 2237, - 2241 + 2272, + 2276 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 13 }, "end": { - "line": 73, + "line": 74, "column": 17 } } }, "range": [ - 2232, - 2241 + 2267, + 2276 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 17 } } @@ -4568,32 +4674,32 @@ "type": "Identifier", "name": "Date", "range": [ - 2248, - 2252 + 2283, + 2287 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 24 }, "end": { - "line": 73, + "line": 74, "column": 28 } } }, "arguments": [], "range": [ - 2244, - 2254 + 2279, + 2289 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 20 }, "end": { - "line": 73, + "line": 74, "column": 30 } } @@ -4602,77 +4708,77 @@ "type": "Identifier", "name": "getFullYear", "range": [ - 2255, - 2266 + 2290, + 2301 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 31 }, "end": { - "line": 73, + "line": 74, "column": 42 } } }, "range": [ - 2244, - 2266 + 2279, + 2301 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 20 }, "end": { - "line": 73, + "line": 74, "column": 42 } } }, "arguments": [], "range": [ - 2244, - 2268 + 2279, + 2303 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 20 }, "end": { - "line": 73, + "line": 74, "column": 44 } } }, "range": [ - 2232, - 2268 + 2267, + 2303 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 44 } } }, "range": [ - 2232, - 2269 + 2267, + 2304 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 45 } }, @@ -4681,16 +4787,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2138, - 2223 + 2173, + 2258 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 11 } } @@ -4701,16 +4807,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n ", "range": [ - 2279, - 2358 + 2314, + 2393 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 11 } } @@ -4728,16 +4834,16 @@ "object": { "type": "ThisExpression", "range": [ - 2367, - 2371 + 2402, + 2406 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 12 } } @@ -4746,31 +4852,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2372, - 2375 + 2407, + 2410 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 13 }, "end": { - "line": 79, + "line": 80, "column": 16 } } }, "range": [ - 2367, - 2375 + 2402, + 2410 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 16 } } @@ -4780,46 +4886,46 @@ "value": null, "raw": "null", "range": [ - 2378, - 2382 + 2413, + 2417 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 19 }, "end": { - "line": 79, + "line": 80, "column": 23 } } }, "range": [ - 2367, - 2382 + 2402, + 2417 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 23 } } }, "range": [ - 2367, - 2383 + 2402, + 2418 ], "loc": { "start": { - "line": 79, + "line": 80, "column": 8 }, "end": { - "line": 79, + "line": 80, "column": 24 } }, @@ -4828,16 +4934,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n ", "range": [ - 2279, - 2358 + 2314, + 2393 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 11 } } @@ -4848,16 +4954,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2393, - 2534 + 2428, + 2569 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 11 } } @@ -4875,16 +4981,16 @@ "object": { "type": "ThisExpression", "range": [ - 2543, - 2547 + 2578, + 2582 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 12 } } @@ -4893,31 +4999,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 2548, - 2554 + 2583, + 2589 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 13 }, "end": { - "line": 86, + "line": 87, "column": 19 } } }, "range": [ - 2543, - 2554 + 2578, + 2589 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 19 } } @@ -4927,46 +5033,46 @@ "value": null, "raw": "null", "range": [ - 2557, - 2561 + 2592, + 2596 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 22 }, "end": { - "line": 86, + "line": 87, "column": 26 } } }, "range": [ - 2543, - 2561 + 2578, + 2596 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 26 } } }, "range": [ - 2543, - 2562 + 2578, + 2597 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 27 } }, @@ -4975,16 +5081,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2393, - 2534 + 2428, + 2569 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 11 } } @@ -4995,16 +5101,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2572, - 2669 + 2607, + 2704 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 11 } } @@ -5022,16 +5128,16 @@ "object": { "type": "ThisExpression", "range": [ - 2678, - 2682 + 2713, + 2717 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 8 }, "end": { - "line": 93, + "line": 94, "column": 12 } } @@ -5040,31 +5146,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 2683, - 2693 + 2718, + 2728 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 13 }, "end": { - "line": 93, + "line": 94, "column": 23 } } }, "range": [ - 2678, - 2693 + 2713, + 2728 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 8 }, "end": { - "line": 93, + "line": 94, "column": 23 } } @@ -5074,46 +5180,46 @@ "value": null, "raw": "null", "range": [ - 2696, - 2700 + 2731, + 2735 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 26 }, "end": { - "line": 93, + "line": 94, "column": 30 } } }, "range": [ - 2678, - 2700 + 2713, + 2735 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 8 }, "end": { - "line": 93, + "line": 94, "column": 30 } } }, "range": [ - 2678, - 2701 + 2713, + 2736 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 8 }, "end": { - "line": 93, + "line": 94, "column": 31 } }, @@ -5122,16 +5228,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2572, - 2669 + 2607, + 2704 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 11 } } @@ -5142,16 +5248,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2711, - 2804 + 2746, + 2839 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 11 } } @@ -5169,16 +5275,16 @@ "object": { "type": "ThisExpression", "range": [ - 2813, - 2817 + 2848, + 2852 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 12 } } @@ -5187,31 +5293,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 2818, - 2821 + 2853, + 2856 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 13 }, "end": { - "line": 100, + "line": 101, "column": 16 } } }, "range": [ - 2813, - 2821 + 2848, + 2856 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 16 } } @@ -5220,46 +5326,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 2824, - 2826 + 2859, + 2861 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 19 }, "end": { - "line": 100, + "line": 101, "column": 21 } } }, "range": [ - 2813, - 2826 + 2848, + 2861 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 21 } } }, "range": [ - 2813, - 2827 + 2848, + 2862 ], "loc": { "start": { - "line": 100, + "line": 101, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 22 } }, @@ -5268,16 +5374,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2711, - 2804 + 2746, + 2839 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 11 } } @@ -5288,16 +5394,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2837, - 2945 + 2872, + 2980 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 11 } } @@ -5315,16 +5421,16 @@ "object": { "type": "ThisExpression", "range": [ - 2954, - 2958 + 2989, + 2993 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 12 } } @@ -5333,31 +5439,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 2959, - 2975 + 2994, + 3010 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 13 }, "end": { - "line": 107, + "line": 108, "column": 29 } } }, "range": [ - 2954, - 2975 + 2989, + 3010 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 29 } } @@ -5367,46 +5473,46 @@ "value": 0, "raw": "0", "range": [ - 2978, - 2979 + 3013, + 3014 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 32 }, "end": { - "line": 107, + "line": 108, "column": 33 } } }, "range": [ - 2954, - 2979 + 2989, + 3014 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 33 } } }, "range": [ - 2954, - 2980 + 2989, + 3015 ], "loc": { "start": { - "line": 107, + "line": 108, "column": 8 }, "end": { - "line": 107, + "line": 108, "column": 34 } }, @@ -5415,16 +5521,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2837, - 2945 + 2872, + 2980 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 11 } } @@ -5435,16 +5541,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 2990, - 3099 + 3025, + 3134 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 11 } } @@ -5462,16 +5568,16 @@ "object": { "type": "ThisExpression", "range": [ - 3108, - 3112 + 3143, + 3147 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 12 } } @@ -5480,31 +5586,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 3113, - 3120 + 3148, + 3155 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 13 }, "end": { - "line": 114, + "line": 115, "column": 20 } } }, "range": [ - 3108, - 3120 + 3143, + 3155 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 20 } } @@ -5514,46 +5620,46 @@ "value": null, "raw": "null", "range": [ - 3123, - 3127 + 3158, + 3162 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 23 }, "end": { - "line": 114, + "line": 115, "column": 27 } } }, "range": [ - 3108, - 3127 + 3143, + 3162 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 27 } } }, "range": [ - 3108, - 3128 + 3143, + 3163 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 114, + "line": 115, "column": 28 } }, @@ -5562,16 +5668,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 2990, - 3099 + 3025, + 3134 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 11 } } @@ -5587,32 +5693,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 3142, - 3150 + 3177, + 3185 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 20 } } }, "init": null, "range": [ - 3142, - 3150 + 3177, + 3185 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 12 }, "end": { - "line": 116, + "line": 117, "column": 20 } } @@ -5620,16 +5726,16 @@ ], "kind": "let", "range": [ - 3138, - 3151 + 3173, + 3186 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 21 } }, @@ -5638,16 +5744,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3161, - 3180 + 3196, + 3215 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 27 } } @@ -5665,16 +5771,16 @@ "type": "Identifier", "name": "args", "range": [ - 3189, - 3193 + 3224, + 3228 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 12 } } @@ -5683,31 +5789,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 3194, - 3201 + 3229, + 3236 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 13 }, "end": { - "line": 119, + "line": 120, "column": 20 } } }, "range": [ - 3189, - 3201 + 3224, + 3236 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 20 } } @@ -5721,16 +5827,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3203, - 3206 + 3238, + 3241 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 22 }, "end": { - "line": 119, + "line": 120, "column": 25 } } @@ -5754,32 +5860,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3236, - 3239 + 3271, + 3274 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 23 }, "end": { - "line": 120, + "line": 121, "column": 26 } } }, "prefix": true, "range": [ - 3229, - 3239 + 3264, + 3274 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 16 }, "end": { - "line": 120, + "line": 121, "column": 26 } } @@ -5789,31 +5895,31 @@ "value": "object", "raw": "'object'", "range": [ - 3244, - 3252 + 3279, + 3287 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 31 }, "end": { - "line": 120, + "line": 121, "column": 39 } } }, "range": [ - 3229, - 3252 + 3264, + 3287 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 16 }, "end": { - "line": 120, + "line": 121, "column": 39 } } @@ -5828,16 +5934,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3256, - 3259 + 3291, + 3294 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 43 }, "end": { - "line": 120, + "line": 121, "column": 46 } } @@ -5846,31 +5952,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 3260, - 3268 + 3295, + 3303 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 47 }, "end": { - "line": 120, + "line": 121, "column": 55 } } }, "range": [ - 3256, - 3268 + 3291, + 3303 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 43 }, "end": { - "line": 120, + "line": 121, "column": 55 } } @@ -5880,46 +5986,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 3273, - 3280 + 3308, + 3315 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 60 }, "end": { - "line": 120, + "line": 121, "column": 67 } } }, "range": [ - 3256, - 3280 + 3291, + 3315 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 43 }, "end": { - "line": 120, + "line": 121, "column": 67 } } }, "range": [ - 3229, - 3280 + 3264, + 3315 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 16 }, "end": { - "line": 120, + "line": 121, "column": 67 } } @@ -5938,16 +6044,16 @@ "object": { "type": "ThisExpression", "range": [ - 3300, - 3304 + 3335, + 3339 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 20 } } @@ -5956,31 +6062,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3305, - 3308 + 3340, + 3343 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 21 }, "end": { - "line": 121, + "line": 122, "column": 24 } } }, "range": [ - 3300, - 3308 + 3335, + 3343 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 24 } } @@ -5989,46 +6095,46 @@ "type": "Identifier", "name": "arg", "range": [ - 3311, - 3314 + 3346, + 3349 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 27 }, "end": { - "line": 121, + "line": 122, "column": 30 } } }, "range": [ - 3300, - 3314 + 3335, + 3349 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 30 } } }, "range": [ - 3300, - 3315 + 3335, + 3350 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 31 } } @@ -6044,16 +6150,16 @@ "object": { "type": "ThisExpression", "range": [ - 3332, - 3336 + 3367, + 3371 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 20 } } @@ -6062,31 +6168,31 @@ "type": "Identifier", "name": "id", "range": [ - 3337, - 3339 + 3372, + 3374 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 21 }, "end": { - "line": 122, + "line": 123, "column": 23 } } }, "range": [ - 3332, - 3339 + 3367, + 3374 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 23 } } @@ -6101,16 +6207,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3342, - 3345 + 3377, + 3380 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 26 }, "end": { - "line": 122, + "line": 123, "column": 29 } } @@ -6119,31 +6225,31 @@ "type": "Identifier", "name": "id", "range": [ - 3346, - 3348 + 3381, + 3383 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 30 }, "end": { - "line": 122, + "line": 123, "column": 32 } } }, "range": [ - 3342, - 3348 + 3377, + 3383 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 26 }, "end": { - "line": 122, + "line": 123, "column": 32 } } @@ -6159,16 +6265,16 @@ }, "tail": false, "range": [ - 3352, - 3358 + 3387, + 3393 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 36 }, "end": { - "line": 122, + "line": 123, "column": 42 } } @@ -6181,16 +6287,16 @@ }, "tail": true, "range": [ - 3378, - 3381 + 3413, + 3416 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 62 }, "end": { - "line": 122, + "line": 123, "column": 65 } } @@ -6208,32 +6314,32 @@ "type": "Identifier", "name": "Date", "range": [ - 3362, - 3366 + 3397, + 3401 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 46 }, "end": { - "line": 122, + "line": 123, "column": 50 } } }, "arguments": [], "range": [ - 3358, - 3368 + 3393, + 3403 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 42 }, "end": { - "line": 122, + "line": 123, "column": 52 } } @@ -6242,124 +6348,124 @@ "type": "Identifier", "name": "getTime", "range": [ - 3369, - 3376 + 3404, + 3411 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 53 }, "end": { - "line": 122, + "line": 123, "column": 60 } } }, "range": [ - 3358, - 3376 + 3393, + 3411 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 42 }, "end": { - "line": 122, + "line": 123, "column": 60 } } }, "arguments": [], "range": [ - 3358, - 3378 + 3393, + 3413 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 42 }, "end": { - "line": 122, + "line": 123, "column": 62 } } } ], "range": [ - 3352, - 3381 + 3387, + 3416 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 36 }, "end": { - "line": 122, + "line": 123, "column": 65 } } }, "range": [ - 3342, - 3381 + 3377, + 3416 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 26 }, "end": { - "line": 122, + "line": 123, "column": 65 } } }, "range": [ - 3332, - 3381 + 3367, + 3416 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 65 } } }, "range": [ - 3332, - 3382 + 3367, + 3417 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 66 } } } ], "range": [ - 3282, - 3396 + 3317, + 3431 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 69 }, "end": { - "line": 123, + "line": 124, "column": 13 } } @@ -6372,16 +6478,16 @@ "type": "Identifier", "name": "isString", "range": [ - 3406, - 3414 + 3441, + 3449 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 23 }, "end": { - "line": 123, + "line": 124, "column": 31 } } @@ -6391,32 +6497,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3415, - 3418 + 3450, + 3453 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 32 }, "end": { - "line": 123, + "line": 124, "column": 35 } } } ], "range": [ - 3406, - 3419 + 3441, + 3454 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 23 }, "end": { - "line": 123, + "line": 124, "column": 36 } } @@ -6435,16 +6541,16 @@ "object": { "type": "ThisExpression", "range": [ - 3439, - 3443 + 3474, + 3478 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 20 } } @@ -6453,31 +6559,31 @@ "type": "Identifier", "name": "id", "range": [ - 3444, - 3446 + 3479, + 3481 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 21 }, "end": { - "line": 124, + "line": 125, "column": 23 } } }, "range": [ - 3439, - 3446 + 3474, + 3481 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 23 } } @@ -6486,46 +6592,46 @@ "type": "Identifier", "name": "arg", "range": [ - 3449, - 3452 + 3484, + 3487 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 26 }, "end": { - "line": 124, + "line": 125, "column": 29 } } }, "range": [ - 3439, - 3452 + 3474, + 3487 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 29 } } }, "range": [ - 3439, - 3453 + 3474, + 3488 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 30 } } @@ -6541,16 +6647,16 @@ "object": { "type": "ThisExpression", "range": [ - 3470, - 3474 + 3505, + 3509 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 20 } } @@ -6559,31 +6665,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3475, - 3478 + 3510, + 3513 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 21 }, "end": { - "line": 125, + "line": 126, "column": 24 } } }, "range": [ - 3470, - 3478 + 3505, + 3513 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 24 } } @@ -6594,16 +6700,16 @@ "type": "Identifier", "name": "elm", "range": [ - 3481, - 3484 + 3516, + 3519 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 27 }, "end": { - "line": 125, + "line": 126, "column": 30 } } @@ -6613,78 +6719,78 @@ "type": "Identifier", "name": "arg", "range": [ - 3485, - 3488 + 3520, + 3523 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 31 }, "end": { - "line": 125, + "line": 126, "column": 34 } } } ], "range": [ - 3481, - 3489 + 3516, + 3524 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 27 }, "end": { - "line": 125, + "line": 126, "column": 35 } } }, "range": [ - 3470, - 3489 + 3505, + 3524 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 35 } } }, "range": [ - 3470, - 3490 + 3505, + 3525 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 16 }, "end": { - "line": 125, + "line": 126, "column": 36 } } } ], "range": [ - 3421, - 3504 + 3456, + 3539 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 38 }, "end": { - "line": 126, + "line": 127, "column": 13 } } @@ -6697,16 +6803,16 @@ "type": "Identifier", "name": "isNumber", "range": [ - 3514, - 3522 + 3549, + 3557 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 23 }, "end": { - "line": 126, + "line": 127, "column": 31 } } @@ -6716,32 +6822,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3523, - 3526 + 3558, + 3561 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 32 }, "end": { - "line": 126, + "line": 127, "column": 35 } } } ], "range": [ - 3514, - 3527 + 3549, + 3562 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 23 }, "end": { - "line": 126, + "line": 127, "column": 36 } } @@ -6758,16 +6864,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 3547, - 3555 + 3582, + 3590 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 24 } } @@ -6776,62 +6882,62 @@ "type": "Identifier", "name": "arg", "range": [ - 3558, - 3561 + 3593, + 3596 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 27 }, "end": { - "line": 127, + "line": 128, "column": 30 } } }, "range": [ - 3547, - 3561 + 3582, + 3596 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 30 } } }, "range": [ - 3547, - 3562 + 3582, + 3597 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 31 } } } ], "range": [ - 3529, - 3576 + 3564, + 3611 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 38 }, "end": { - "line": 128, + "line": 129, "column": 13 } } @@ -6844,16 +6950,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 3586, - 3591 + 3621, + 3626 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 23 }, "end": { - "line": 128, + "line": 129, "column": 28 } } @@ -6863,32 +6969,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3592, - 3595 + 3627, + 3630 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 29 }, "end": { - "line": 128, + "line": 129, "column": 32 } } } ], "range": [ - 3586, - 3596 + 3621, + 3631 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 23 }, "end": { - "line": 128, + "line": 129, "column": 33 } } @@ -6907,16 +7013,16 @@ "object": { "type": "ThisExpression", "range": [ - 3616, - 3620 + 3651, + 3655 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 20 } } @@ -6925,31 +7031,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 3621, - 3624 + 3656, + 3659 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 21 }, "end": { - "line": 129, + "line": 130, "column": 24 } } }, "range": [ - 3616, - 3624 + 3651, + 3659 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 24 } } @@ -6958,139 +7064,139 @@ "type": "Identifier", "name": "arg", "range": [ - 3627, - 3630 + 3662, + 3665 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 27 }, "end": { - "line": 129, + "line": 130, "column": 30 } } }, "range": [ - 3616, - 3630 + 3651, + 3665 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 30 } } }, "range": [ - 3616, - 3631 + 3651, + 3666 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 31 } } } ], "range": [ - 3598, - 3645 + 3633, + 3680 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 35 }, "end": { - "line": 130, + "line": 131, "column": 13 } } }, "alternate": null, "range": [ - 3582, - 3645 + 3617, + 3680 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 19 }, "end": { - "line": 130, + "line": 131, "column": 13 } } }, "range": [ - 3510, - 3645 + 3545, + 3680 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 19 }, "end": { - "line": 130, + "line": 131, "column": 13 } } }, "range": [ - 3402, - 3645 + 3437, + 3680 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 19 }, "end": { - "line": 130, + "line": 131, "column": 13 } } }, "range": [ - 3225, - 3645 + 3260, + 3680 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 13 } } } ], "range": [ - 3211, - 3655 + 3246, + 3690 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 30 }, "end": { - "line": 131, + "line": 132, "column": 9 } } @@ -7098,47 +7204,47 @@ "generator": false, "expression": false, "range": [ - 3202, - 3655 + 3237, + 3690 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 21 }, "end": { - "line": 131, + "line": 132, "column": 9 } } } ], "range": [ - 3189, - 3656 + 3224, + 3691 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 10 } } }, "range": [ - 3189, - 3657 + 3224, + 3692 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 11 } }, @@ -7147,16 +7253,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3161, - 3180 + 3196, + 3215 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 27 } } @@ -7180,16 +7286,16 @@ "object": { "type": "ThisExpression", "range": [ - 3672, - 3676 + 3707, + 3711 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 13 }, "end": { - "line": 133, + "line": 134, "column": 17 } } @@ -7198,47 +7304,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 3677, - 3680 + 3712, + 3715 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 18 }, "end": { - "line": 133, + "line": 134, "column": 21 } } }, "range": [ - 3672, - 3680 + 3707, + 3715 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 13 }, "end": { - "line": 133, + "line": 134, "column": 21 } } }, "prefix": true, "range": [ - 3671, - 3680 + 3706, + 3715 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 21 } } @@ -7255,16 +7361,16 @@ "object": { "type": "ThisExpression", "range": [ - 3684, - 3688 + 3719, + 3723 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 25 }, "end": { - "line": 133, + "line": 134, "column": 29 } } @@ -7273,31 +7379,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3689, - 3692 + 3724, + 3727 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 30 }, "end": { - "line": 133, + "line": 134, "column": 33 } } }, "range": [ - 3684, - 3692 + 3719, + 3727 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 25 }, "end": { - "line": 133, + "line": 134, "column": 33 } } @@ -7306,31 +7412,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 3693, - 3701 + 3728, + 3736 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 34 }, "end": { - "line": 133, + "line": 134, "column": 42 } } }, "range": [ - 3684, - 3701 + 3719, + 3736 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 25 }, "end": { - "line": 133, + "line": 134, "column": 42 } } @@ -7340,46 +7446,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 3706, - 3713 + 3741, + 3748 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 47 }, "end": { - "line": 133, + "line": 134, "column": 54 } } }, "range": [ - 3684, - 3713 + 3719, + 3748 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 25 }, "end": { - "line": 133, + "line": 134, "column": 54 } } }, "range": [ - 3671, - 3713 + 3706, + 3748 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 54 } } @@ -7395,16 +7501,16 @@ "object": { "type": "ThisExpression", "range": [ - 3729, - 3733 + 3764, + 3768 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 16 } } @@ -7413,47 +7519,47 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 3734, - 3743 + 3769, + 3778 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 17 }, "end": { - "line": 134, + "line": 135, "column": 26 } } }, "range": [ - 3729, - 3743 + 3764, + 3778 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 26 } } }, "arguments": [], "range": [ - 3729, - 3745 + 3764, + 3780 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 28 } } @@ -7463,46 +7569,46 @@ "value": 0, "raw": "0", "range": [ - 3750, - 3751 + 3785, + 3786 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 33 }, "end": { - "line": 134, + "line": 135, "column": 34 } } }, "range": [ - 3729, - 3751 + 3764, + 3786 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 34 } } }, "range": [ - 3671, - 3751 + 3706, + 3786 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 34 } } @@ -7518,16 +7624,16 @@ "type": "Identifier", "name": "Error", "range": [ - 3777, - 3782 + 3812, + 3817 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 22 }, "end": { - "line": 135, + "line": 136, "column": 27 } } @@ -7544,16 +7650,16 @@ }, "tail": true, "range": [ - 3783, - 3869 + 3818, + 3904 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 28 }, "end": { - "line": 136, + "line": 137, "column": 39 } } @@ -7561,79 +7667,79 @@ ], "expressions": [], "range": [ - 3783, - 3869 + 3818, + 3904 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 28 }, "end": { - "line": 136, + "line": 137, "column": 39 } } } ], "range": [ - 3773, - 3870 + 3808, + 3905 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 18 }, "end": { - "line": 136, + "line": 137, "column": 40 } } }, "range": [ - 3767, - 3871 + 3802, + 3906 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 41 } } } ], "range": [ - 3753, - 3881 + 3788, + 3916 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 36 }, "end": { - "line": 137, + "line": 138, "column": 9 } } }, "alternate": null, "range": [ - 3667, - 3881 + 3702, + 3916 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 137, + "line": 138, "column": 9 } }, @@ -7642,16 +7748,16 @@ "type": "Line", "value": " configuration object", "range": [ - 3891, - 3914 + 3926, + 3949 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 31 } } @@ -7667,16 +7773,16 @@ "type": "Identifier", "name": "f", "range": [ - 3927, - 3928 + 3962, + 3963 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 13 } } @@ -7687,16 +7793,16 @@ "object": { "type": "ThisExpression", "range": [ - 3931, - 3935 + 3966, + 3970 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 20 } } @@ -7705,46 +7811,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 3936, - 3939 + 3971, + 3974 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 21 }, "end": { - "line": 140, + "line": 141, "column": 24 } } }, "range": [ - 3931, - 3939 + 3966, + 3974 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 16 }, "end": { - "line": 140, + "line": 141, "column": 24 } } }, "range": [ - 3927, - 3939 + 3962, + 3974 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 24 } } @@ -7752,16 +7858,16 @@ ], "kind": "let", "range": [ - 3923, - 3940 + 3958, + 3975 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 25 } }, @@ -7770,16 +7876,16 @@ "type": "Line", "value": " configuration object", "range": [ - 3891, - 3914 + 3926, + 3949 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 31 } } @@ -7790,16 +7896,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 3950, - 4026 + 3985, + 4061 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 11 } } @@ -7817,16 +7923,16 @@ "object": { "type": "ThisExpression", "range": [ - 4035, - 4039 + 4070, + 4074 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 12 } } @@ -7835,31 +7941,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4040, - 4047 + 4075, + 4082 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 13 }, "end": { - "line": 146, + "line": 147, "column": 20 } } }, "range": [ - 4035, - 4047 + 4070, + 4082 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 20 } } @@ -7870,62 +7976,62 @@ "type": "Identifier", "name": "Emitter", "range": [ - 4054, - 4061 + 4089, + 4096 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 27 }, "end": { - "line": 146, + "line": 147, "column": 34 } } }, "arguments": [], "range": [ - 4050, - 4063 + 4085, + 4098 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 23 }, "end": { - "line": 146, + "line": 147, "column": 36 } } }, "range": [ - 4035, - 4063 + 4070, + 4098 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 36 } } }, "range": [ - 4035, - 4064 + 4070, + 4099 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 37 } }, @@ -7934,16 +8040,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 3950, - 4026 + 3985, + 4061 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 11 } } @@ -7954,16 +8060,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4074, - 4096 + 4109, + 4131 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 30 } } @@ -7981,16 +8087,16 @@ "object": { "type": "ThisExpression", "range": [ - 4105, - 4109 + 4140, + 4144 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 12 } } @@ -7999,31 +8105,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 4110, - 4116 + 4145, + 4151 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 13 }, "end": { - "line": 149, + "line": 150, "column": 19 } } }, "range": [ - 4105, - 4116 + 4140, + 4151 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 19 } } @@ -8036,16 +8142,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 4119, - 4126 + 4154, + 4161 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 22 }, "end": { - "line": 149, + "line": 150, "column": 29 } } @@ -8055,32 +8161,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 4127, - 4135 + 4162, + 4170 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 30 }, "end": { - "line": 149, + "line": 150, "column": 38 } } } ], "range": [ - 4119, - 4136 + 4154, + 4171 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 22 }, "end": { - "line": 149, + "line": 150, "column": 39 } } @@ -8090,16 +8196,16 @@ "value": 2, "raw": "2", "range": [ - 4139, - 4140 + 4174, + 4175 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 42 }, "end": { - "line": 149, + "line": 150, "column": 43 } } @@ -8111,16 +8217,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 4144, - 4152 + 4179, + 4187 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 47 }, "end": { - "line": 149, + "line": 150, "column": 55 } } @@ -8130,76 +8236,76 @@ "value": 1, "raw": "1", "range": [ - 4155, - 4156 + 4190, + 4191 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 58 }, "end": { - "line": 149, + "line": 150, "column": 59 } } }, "range": [ - 4144, - 4156 + 4179, + 4191 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 47 }, "end": { - "line": 149, + "line": 150, "column": 59 } } }, "range": [ - 4119, - 4157 + 4154, + 4192 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 22 }, "end": { - "line": 149, + "line": 150, "column": 60 } } }, "range": [ - 4105, - 4157 + 4140, + 4192 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 60 } } }, "range": [ - 4105, - 4158 + 4140, + 4193 ], "loc": { "start": { - "line": 149, + "line": 150, "column": 8 }, "end": { - "line": 149, + "line": 150, "column": 61 } }, @@ -8208,16 +8314,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4074, - 4096 + 4109, + 4131 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 30 } } @@ -8240,16 +8346,16 @@ "object": { "type": "ThisExpression", "range": [ - 4173, - 4177 + 4208, + 4212 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 14 }, "end": { - "line": 150, + "line": 151, "column": 18 } } @@ -8258,31 +8364,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 4178, - 4185 + 4213, + 4220 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 19 }, "end": { - "line": 150, + "line": 151, "column": 26 } } }, "range": [ - 4173, - 4185 + 4208, + 4220 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 14 }, "end": { - "line": 150, + "line": 151, "column": 26 } } @@ -8295,16 +8401,16 @@ "object": { "type": "ThisExpression", "range": [ - 4188, - 4192 + 4223, + 4227 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 29 }, "end": { - "line": 150, + "line": 151, "column": 33 } } @@ -8313,31 +8419,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 4193, - 4203 + 4228, + 4238 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 34 }, "end": { - "line": 150, + "line": 151, "column": 44 } } }, "range": [ - 4188, - 4203 + 4223, + 4238 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 29 }, "end": { - "line": 150, + "line": 151, "column": 44 } } @@ -8349,16 +8455,16 @@ "object": { "type": "ThisExpression", "range": [ - 4204, - 4208 + 4239, + 4243 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 45 }, "end": { - "line": 150, + "line": 151, "column": 49 } } @@ -8367,93 +8473,93 @@ "type": "Identifier", "name": "refRow", "range": [ - 4209, - 4215 + 4244, + 4250 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 50 }, "end": { - "line": 150, + "line": 151, "column": 56 } } }, "range": [ - 4204, - 4215 + 4239, + 4250 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 45 }, "end": { - "line": 150, + "line": 151, "column": 56 } } } ], "range": [ - 4188, - 4216 + 4223, + 4251 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 29 }, "end": { - "line": 150, + "line": 151, "column": 57 } } }, "range": [ - 4173, - 4216 + 4208, + 4251 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 14 }, "end": { - "line": 150, + "line": 151, "column": 57 } } }, "range": [ - 4173, - 4217 + 4208, + 4252 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 14 }, "end": { - "line": 150, + "line": 151, "column": 58 } } } ], "range": [ - 4171, - 4219 + 4206, + 4254 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 12 }, "end": { - "line": 150, + "line": 151, "column": 60 } } @@ -8464,16 +8570,16 @@ "type": "Identifier", "name": "e", "range": [ - 4235, - 4236 + 4270, + 4271 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 15 }, "end": { - "line": 151, + "line": 152, "column": 16 } } @@ -8492,16 +8598,16 @@ "object": { "type": "ThisExpression", "range": [ - 4240, - 4244 + 4275, + 4279 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 24 } } @@ -8510,31 +8616,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 4245, - 4252 + 4280, + 4287 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 25 }, "end": { - "line": 151, + "line": 152, "column": 32 } } }, "range": [ - 4240, - 4252 + 4275, + 4287 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 32 } } @@ -8547,16 +8653,16 @@ "object": { "type": "ThisExpression", "range": [ - 4255, - 4259 + 4290, + 4294 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 35 }, "end": { - "line": 151, + "line": 152, "column": 39 } } @@ -8565,31 +8671,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 4260, - 4270 + 4295, + 4305 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 40 }, "end": { - "line": 151, + "line": 152, "column": 50 } } }, "range": [ - 4255, - 4270 + 4290, + 4305 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 35 }, "end": { - "line": 151, + "line": 152, "column": 50 } } @@ -8600,109 +8706,109 @@ "value": 0, "raw": "0", "range": [ - 4271, - 4272 + 4306, + 4307 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 51 }, "end": { - "line": 151, + "line": 152, "column": 52 } } } ], "range": [ - 4255, - 4273 + 4290, + 4308 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 35 }, "end": { - "line": 151, + "line": 152, "column": 53 } } }, "range": [ - 4240, - 4273 + 4275, + 4308 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 53 } } }, "range": [ - 4240, - 4274 + 4275, + 4309 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 20 }, "end": { - "line": 151, + "line": 152, "column": 54 } } } ], "range": [ - 4238, - 4276 + 4273, + 4311 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 18 }, "end": { - "line": 151, + "line": 152, "column": 56 } } }, "range": [ - 4228, - 4276 + 4263, + 4311 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 56 } } }, "finalizer": null, "range": [ - 4167, - 4276 + 4202, + 4311 ], "loc": { "start": { - "line": 150, + "line": 151, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 56 } }, @@ -8711,16 +8817,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4286, - 4366 + 4321, + 4401 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 11 } } @@ -8738,16 +8844,16 @@ "object": { "type": "ThisExpression", "range": [ - 4375, - 4379 + 4410, + 4414 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 12 } } @@ -8756,31 +8862,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 4380, - 4388 + 4415, + 4423 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 13 }, "end": { - "line": 157, + "line": 158, "column": 21 } } }, "range": [ - 4375, - 4388 + 4410, + 4423 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 21 } } @@ -8795,16 +8901,16 @@ "type": "Identifier", "name": "f", "range": [ - 4391, - 4392 + 4426, + 4427 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 24 }, "end": { - "line": 157, + "line": 158, "column": 25 } } @@ -8813,31 +8919,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 4393, - 4402 + 4428, + 4437 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 26 }, "end": { - "line": 157, + "line": 158, "column": 35 } } }, "range": [ - 4391, - 4402 + 4426, + 4437 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 24 }, "end": { - "line": 157, + "line": 158, "column": 35 } } @@ -8847,61 +8953,61 @@ "value": "tablefilter/", "raw": "'tablefilter/'", "range": [ - 4406, - 4420 + 4441, + 4455 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 39 }, "end": { - "line": 157, + "line": 158, "column": 53 } } }, "range": [ - 4391, - 4420 + 4426, + 4455 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 24 }, "end": { - "line": 157, + "line": 158, "column": 53 } } }, "range": [ - 4375, - 4420 + 4410, + 4455 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 53 } } }, "range": [ - 4375, - 4421 + 4410, + 4456 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 54 } }, @@ -8910,16 +9016,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4286, - 4366 + 4321, + 4401 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 11 } } @@ -8930,16 +9036,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4431, - 4465 + 4466, + 4500 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 42 } } @@ -8948,16 +9054,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4475, - 4551 + 4510, + 4586 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 164, + "line": 165, "column": 11 } } @@ -8975,16 +9081,16 @@ "object": { "type": "ThisExpression", "range": [ - 4560, - 4564 + 4595, + 4599 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 12 } } @@ -8993,31 +9099,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 4565, - 4572 + 4600, + 4607 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 13 }, "end": { - "line": 165, + "line": 166, "column": 20 } } }, "range": [ - 4560, - 4572 + 4595, + 4607 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 20 } } @@ -9034,16 +9140,16 @@ "type": "Identifier", "name": "f", "range": [ - 4575, - 4576 + 4610, + 4611 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 23 }, "end": { - "line": 165, + "line": 166, "column": 24 } } @@ -9052,31 +9158,31 @@ "type": "Identifier", "name": "grid", "range": [ - 4577, - 4581 + 4612, + 4616 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 25 }, "end": { - "line": 165, + "line": 166, "column": 29 } } }, "range": [ - 4575, - 4581 + 4610, + 4616 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 23 }, "end": { - "line": 165, + "line": 166, "column": 29 } } @@ -9086,31 +9192,31 @@ "value": false, "raw": "false", "range": [ - 4586, - 4591 + 4621, + 4626 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 34 }, "end": { - "line": 165, + "line": 166, "column": 39 } } }, "range": [ - 4575, - 4591 + 4610, + 4626 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 23 }, "end": { - "line": 165, + "line": 166, "column": 39 } } @@ -9120,16 +9226,16 @@ "value": false, "raw": "false", "range": [ - 4594, - 4599 + 4629, + 4634 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 42 }, "end": { - "line": 165, + "line": 166, "column": 47 } } @@ -9139,61 +9245,61 @@ "value": true, "raw": "true", "range": [ - 4602, - 4606 + 4637, + 4641 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 50 }, "end": { - "line": 165, + "line": 166, "column": 54 } } }, "range": [ - 4575, - 4606 + 4610, + 4641 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 23 }, "end": { - "line": 165, + "line": 166, "column": 54 } } }, "range": [ - 4560, - 4606 + 4595, + 4641 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 54 } } }, "range": [ - 4560, - 4607 + 4595, + 4642 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 55 } }, @@ -9202,16 +9308,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4431, - 4465 + 4466, + 4500 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 42 } } @@ -9220,16 +9326,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4475, - 4551 + 4510, + 4586 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 164, + "line": 165, "column": 11 } } @@ -9240,16 +9346,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4617, - 4713 + 4652, + 4748 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 11 } } @@ -9267,16 +9373,16 @@ "object": { "type": "ThisExpression", "range": [ - 4722, - 4726 + 4757, + 4761 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, + "line": 172, "column": 12 } } @@ -9285,31 +9391,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4727, - 4737 + 4762, + 4772 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 13 }, "end": { - "line": 171, + "line": 172, "column": 23 } } }, "range": [ - 4722, - 4737 + 4757, + 4772 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, + "line": 172, "column": 23 } } @@ -9320,16 +9426,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 4740, - 4747 + 4775, + 4782 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 26 }, "end": { - "line": 171, + "line": 172, "column": 33 } } @@ -9342,16 +9448,16 @@ "type": "Identifier", "name": "f", "range": [ - 4748, - 4749 + 4783, + 4784 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 34 }, "end": { - "line": 171, + "line": 172, "column": 35 } } @@ -9360,77 +9466,77 @@ "type": "Identifier", "name": "grid_layout", "range": [ - 4750, - 4761 + 4785, + 4796 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 36 }, "end": { - "line": 171, + "line": 172, "column": 47 } } }, "range": [ - 4748, - 4761 + 4783, + 4796 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 34 }, "end": { - "line": 171, + "line": 172, "column": 47 } } } ], "range": [ - 4740, - 4762 + 4775, + 4797 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 26 }, "end": { - "line": 171, + "line": 172, "column": 48 } } }, "range": [ - 4722, - 4762 + 4757, + 4797 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, + "line": 172, "column": 48 } } }, "range": [ - 4722, - 4763 + 4757, + 4798 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 171, + "line": 172, "column": 49 } }, @@ -9439,16 +9545,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4617, - 4713 + 4652, + 4748 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 11 } } @@ -9459,16 +9565,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4773, - 4843 + 4808, + 4878 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 11 } } @@ -9486,16 +9592,16 @@ "object": { "type": "ThisExpression", "range": [ - 4852, - 4856 + 4887, + 4891 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 177, + "line": 178, "column": 12 } } @@ -9504,31 +9610,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 4857, - 4872 + 4892, + 4907 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 13 }, "end": { - "line": 177, + "line": 178, "column": 28 } } }, "range": [ - 4852, - 4872 + 4887, + 4907 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 177, + "line": 178, "column": 28 } } @@ -9541,16 +9647,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 4875, - 4880 + 4910, + 4915 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 31 }, "end": { - "line": 177, + "line": 178, "column": 36 } } @@ -9563,16 +9669,16 @@ "type": "Identifier", "name": "f", "range": [ - 4881, - 4882 + 4916, + 4917 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 37 }, "end": { - "line": 177, + "line": 178, "column": 38 } } @@ -9581,47 +9687,47 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 4883, - 4900 + 4918, + 4935 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 39 }, "end": { - "line": 177, + "line": 178, "column": 56 } } }, "range": [ - 4881, - 4900 + 4916, + 4935 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 37 }, "end": { - "line": 177, + "line": 178, "column": 56 } } } ], "range": [ - 4875, - 4901 + 4910, + 4936 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 31 }, "end": { - "line": 177, + "line": 178, "column": 57 } } @@ -9631,16 +9737,16 @@ "value": 0, "raw": "0", "range": [ - 4916, - 4917 + 4951, + 4952 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 12 }, "end": { - "line": 178, + "line": 179, "column": 13 } } @@ -9652,16 +9758,16 @@ "type": "Identifier", "name": "f", "range": [ - 4920, - 4921 + 4955, + 4956 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 16 }, "end": { - "line": 178, + "line": 179, "column": 17 } } @@ -9670,76 +9776,76 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 4922, - 4939 + 4957, + 4974 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 18 }, "end": { - "line": 178, + "line": 179, "column": 35 } } }, "range": [ - 4920, - 4939 + 4955, + 4974 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 16 }, "end": { - "line": 178, + "line": 179, "column": 35 } } }, "range": [ - 4875, - 4939 + 4910, + 4974 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 31 }, "end": { - "line": 178, + "line": 179, "column": 35 } } }, "range": [ - 4852, - 4939 + 4887, + 4974 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 178, + "line": 179, "column": 35 } } }, "range": [ - 4852, - 4940 + 4887, + 4975 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 178, + "line": 179, "column": 36 } }, @@ -9748,16 +9854,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4773, - 4843 + 4808, + 4878 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 11 } } @@ -9768,16 +9874,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 4950, - 5020 + 4985, + 5055 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 8 }, "end": { - "line": 183, + "line": 184, "column": 11 } } @@ -9795,16 +9901,16 @@ "object": { "type": "ThisExpression", "range": [ - 5029, - 5033 + 5064, + 5068 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 12 } } @@ -9813,31 +9919,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5034, - 5044 + 5069, + 5079 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 13 }, "end": { - "line": 184, + "line": 185, "column": 23 } } }, "range": [ - 5029, - 5044 + 5064, + 5079 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 23 } } @@ -9850,16 +9956,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 5047, - 5052 + 5082, + 5087 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 26 }, "end": { - "line": 184, + "line": 185, "column": 31 } } @@ -9872,16 +9978,16 @@ "type": "Identifier", "name": "f", "range": [ - 5053, - 5054 + 5088, + 5089 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 32 }, "end": { - "line": 184, + "line": 185, "column": 33 } } @@ -9890,47 +9996,47 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 5055, - 5072 + 5090, + 5107 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 34 }, "end": { - "line": 184, + "line": 185, "column": 51 } } }, "range": [ - 5053, - 5072 + 5088, + 5107 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 32 }, "end": { - "line": 184, + "line": 185, "column": 51 } } } ], "range": [ - 5047, - 5073 + 5082, + 5108 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 26 }, "end": { - "line": 184, + "line": 185, "column": 52 } } @@ -9946,16 +10052,16 @@ "object": { "type": "ThisExpression", "range": [ - 5089, - 5093 + 5124, + 5128 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 13 }, "end": { - "line": 185, + "line": 186, "column": 17 } } @@ -9964,31 +10070,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 5094, - 5109 + 5129, + 5144 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 18 }, "end": { - "line": 185, + "line": 186, "column": 33 } } }, "range": [ - 5089, - 5109 + 5124, + 5144 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 13 }, "end": { - "line": 185, + "line": 186, "column": 33 } } @@ -9998,31 +10104,31 @@ "value": 0, "raw": "0", "range": [ - 5114, - 5115 + 5149, + 5150 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 38 }, "end": { - "line": 185, + "line": 186, "column": 39 } } }, "range": [ - 5089, - 5115 + 5124, + 5150 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 13 }, "end": { - "line": 185, + "line": 186, "column": 39 } } @@ -10032,16 +10138,16 @@ "value": 1, "raw": "1", "range": [ - 5118, - 5119 + 5153, + 5154 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 42 }, "end": { - "line": 185, + "line": 186, "column": 43 } } @@ -10051,31 +10157,31 @@ "value": 0, "raw": "0", "range": [ - 5122, - 5123 + 5157, + 5158 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 46 }, "end": { - "line": 185, + "line": 186, "column": 47 } } }, "range": [ - 5089, - 5123 + 5124, + 5158 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 13 }, "end": { - "line": 185, + "line": 186, "column": 47 } } @@ -10087,16 +10193,16 @@ "type": "Identifier", "name": "f", "range": [ - 5127, - 5128 + 5162, + 5163 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 51 }, "end": { - "line": 185, + "line": 186, "column": 52 } } @@ -10105,76 +10211,76 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 5129, - 5146 + 5164, + 5181 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 53 }, "end": { - "line": 185, + "line": 186, "column": 70 } } }, "range": [ - 5127, - 5146 + 5162, + 5181 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 51 }, "end": { - "line": 185, + "line": 186, "column": 70 } } }, "range": [ - 5047, - 5146 + 5082, + 5181 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 26 }, "end": { - "line": 185, + "line": 186, "column": 70 } } }, "range": [ - 5029, - 5146 + 5064, + 5181 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 70 } } }, "range": [ - 5029, - 5147 + 5064, + 5182 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 71 } }, @@ -10183,16 +10289,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 4950, - 5020 + 4985, + 5055 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 8 }, "end": { - "line": 183, + "line": 184, "column": 11 } } @@ -10203,16 +10309,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5157, - 5261 + 5192, + 5296 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 8 }, "end": { - "line": 190, + "line": 191, "column": 11 } } @@ -10230,16 +10336,16 @@ "object": { "type": "ThisExpression", "range": [ - 5270, - 5274 + 5305, + 5309 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 191, + "line": 192, "column": 12 } } @@ -10248,31 +10354,31 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 5275, - 5285 + 5310, + 5320 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 13 }, "end": { - "line": 191, + "line": 192, "column": 23 } } }, "range": [ - 5270, - 5285 + 5305, + 5320 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 191, + "line": 192, "column": 23 } } @@ -10285,16 +10391,16 @@ "type": "Identifier", "name": "isString", "range": [ - 5288, - 5296 + 5323, + 5331 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 26 }, "end": { - "line": 191, + "line": 192, "column": 34 } } @@ -10307,16 +10413,16 @@ "type": "Identifier", "name": "f", "range": [ - 5297, - 5298 + 5332, + 5333 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 35 }, "end": { - "line": 191, + "line": 192, "column": 36 } } @@ -10325,47 +10431,47 @@ "type": "Identifier", "name": "filters_cell_tag", "range": [ - 5299, - 5315 + 5334, + 5350 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 37 }, "end": { - "line": 191, + "line": 192, "column": 53 } } }, "range": [ - 5297, - 5315 + 5332, + 5350 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 35 }, "end": { - "line": 191, + "line": 192, "column": 53 } } } ], "range": [ - 5288, - 5316 + 5323, + 5351 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 26 }, "end": { - "line": 191, + "line": 192, "column": 54 } } @@ -10377,16 +10483,16 @@ "type": "Identifier", "name": "f", "range": [ - 5331, - 5332 + 5366, + 5367 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 12 }, "end": { - "line": 192, + "line": 193, "column": 13 } } @@ -10395,31 +10501,31 @@ "type": "Identifier", "name": "filters_cell_tag", "range": [ - 5333, - 5349 + 5368, + 5384 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 14 }, "end": { - "line": 192, + "line": 193, "column": 30 } } }, "range": [ - 5331, - 5349 + 5366, + 5384 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 12 }, "end": { - "line": 192, + "line": 193, "column": 30 } } @@ -10428,61 +10534,61 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 5352, - 5360 + 5387, + 5395 ], "loc": { "start": { - "line": 192, + "line": 193, "column": 33 }, "end": { - "line": 192, + "line": 193, "column": 41 } } }, "range": [ - 5288, - 5360 + 5323, + 5395 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 26 }, "end": { - "line": 192, + "line": 193, "column": 41 } } }, "range": [ - 5270, - 5360 + 5305, + 5395 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 192, + "line": 193, "column": 41 } } }, "range": [ - 5270, - 5361 + 5305, + 5396 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 192, + "line": 193, "column": 42 } }, @@ -10491,16 +10597,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5157, - 5261 + 5192, + 5296 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 8 }, "end": { - "line": 190, + "line": 191, "column": 11 } } @@ -10511,16 +10617,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5371, - 5462 + 5406, + 5497 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 8 }, "end": { - "line": 198, + "line": 199, "column": 11 } } @@ -10538,16 +10644,16 @@ "object": { "type": "ThisExpression", "range": [ - 5471, - 5475 + 5506, + 5510 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 12 } } @@ -10556,31 +10662,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 5476, - 5482 + 5511, + 5517 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 13 }, "end": { - "line": 199, + "line": 200, "column": 19 } } }, "range": [ - 5471, - 5482 + 5506, + 5517 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 19 } } @@ -10589,46 +10695,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5485, - 5487 + 5520, + 5522 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 22 }, "end": { - "line": 199, + "line": 200, "column": 24 } } }, "range": [ - 5471, - 5487 + 5506, + 5522 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 24 } } }, "range": [ - 5471, - 5488 + 5506, + 5523 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 25 } }, @@ -10637,16 +10743,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5371, - 5462 + 5406, + 5497 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 8 }, "end": { - "line": 198, + "line": 199, "column": 11 } } @@ -10657,16 +10763,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5498, - 5626 + 5533, + 5661 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 205, + "line": 206, "column": 11 } } @@ -10684,16 +10790,16 @@ "object": { "type": "ThisExpression", "range": [ - 5635, - 5639 + 5670, + 5674 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 12 } } @@ -10702,31 +10808,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5640, - 5654 + 5675, + 5689 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 13 }, "end": { - "line": 206, + "line": 207, "column": 27 } } }, "range": [ - 5635, - 5654 + 5670, + 5689 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 27 } } @@ -10735,46 +10841,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5657, - 5659 + 5692, + 5694 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 30 }, "end": { - "line": 206, + "line": 207, "column": 32 } } }, "range": [ - 5635, - 5659 + 5670, + 5694 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 32 } } }, "range": [ - 5635, - 5660 + 5670, + 5695 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 33 } }, @@ -10783,16 +10889,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5498, - 5626 + 5533, + 5661 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 205, + "line": 206, "column": 11 } } @@ -10803,16 +10909,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5670, - 5778 + 5705, + 5813 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 212, + "line": 213, "column": 11 } } @@ -10830,16 +10936,16 @@ "object": { "type": "ThisExpression", "range": [ - 5787, - 5791 + 5822, + 5826 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 8 }, "end": { - "line": 213, + "line": 214, "column": 12 } } @@ -10848,31 +10954,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 5792, - 5798 + 5827, + 5833 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 13 }, "end": { - "line": 213, + "line": 214, "column": 19 } } }, "range": [ - 5787, - 5798 + 5822, + 5833 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 8 }, "end": { - "line": 213, + "line": 214, "column": 19 } } @@ -10882,46 +10988,46 @@ "value": null, "raw": "null", "range": [ - 5801, - 5805 + 5836, + 5840 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 22 }, "end": { - "line": 213, + "line": 214, "column": 26 } } }, "range": [ - 5787, - 5805 + 5822, + 5840 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 8 }, "end": { - "line": 213, + "line": 214, "column": 26 } } }, "range": [ - 5787, - 5806 + 5822, + 5841 ], "loc": { "start": { - "line": 213, + "line": 214, "column": 8 }, "end": { - "line": 213, + "line": 214, "column": 27 } }, @@ -10930,16 +11036,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5670, - 5778 + 5705, + 5813 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 212, + "line": 213, "column": 11 } } @@ -10950,16 +11056,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5816, - 5956 + 5851, + 5991 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 11 } } @@ -10977,16 +11083,16 @@ "object": { "type": "ThisExpression", "range": [ - 5965, - 5969 + 6000, + 6004 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 12 } } @@ -10995,31 +11101,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 5970, - 5974 + 6005, + 6009 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 13 }, "end": { - "line": 220, + "line": 221, "column": 17 } } }, "range": [ - 5965, - 5974 + 6000, + 6009 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 17 } } @@ -11029,46 +11135,46 @@ "value": null, "raw": "null", "range": [ - 5977, - 5981 + 6012, + 6016 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 20 }, "end": { - "line": 220, + "line": 221, "column": 24 } } }, "range": [ - 5965, - 5981 + 6000, + 6016 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 24 } } }, "range": [ - 5965, - 5982 + 6000, + 6017 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 25 } }, @@ -11077,16 +11183,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5816, - 5956 + 5851, + 5991 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 11 } } @@ -11097,16 +11203,16 @@ "type": "Block", "value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5992, - 6166 + 6027, + 6201 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 11 } } @@ -11124,16 +11230,16 @@ "object": { "type": "ThisExpression", "range": [ - 6175, - 6179 + 6210, + 6214 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 8 }, "end": { - "line": 228, + "line": 229, "column": 12 } } @@ -11142,31 +11248,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 6180, - 6184 + 6215, + 6219 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 13 }, "end": { - "line": 228, + "line": 229, "column": 17 } } }, "range": [ - 6175, - 6184 + 6210, + 6219 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 8 }, "end": { - "line": 228, + "line": 229, "column": 17 } } @@ -11176,46 +11282,46 @@ "value": null, "raw": "null", "range": [ - 6187, - 6191 + 6222, + 6226 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 20 }, "end": { - "line": 228, + "line": 229, "column": 24 } } }, "range": [ - 6175, - 6191 + 6210, + 6226 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 8 }, "end": { - "line": 228, + "line": 229, "column": 24 } } }, "range": [ - 6175, - 6192 + 6210, + 6227 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 8 }, "end": { - "line": 228, + "line": 229, "column": 25 } }, @@ -11224,16 +11330,16 @@ "type": "Block", "value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5992, - 6166 + 6027, + 6201 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 11 } } @@ -11244,16 +11350,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6202, - 6342 + 6237, + 6377 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 8 }, "end": { - "line": 234, + "line": 235, "column": 11 } } @@ -11271,16 +11377,16 @@ "object": { "type": "ThisExpression", "range": [ - 6351, - 6355 + 6386, + 6390 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 12 } } @@ -11289,31 +11395,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 6356, - 6360 + 6391, + 6395 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 13 }, "end": { - "line": 235, + "line": 236, "column": 17 } } }, "range": [ - 6351, - 6360 + 6386, + 6395 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 17 } } @@ -11323,46 +11429,46 @@ "value": null, "raw": "null", "range": [ - 6363, - 6367 + 6398, + 6402 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 236, "column": 24 } } }, "range": [ - 6351, - 6367 + 6386, + 6402 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 24 } } }, "range": [ - 6351, - 6368 + 6386, + 6403 ], "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 25 } }, @@ -11371,16 +11477,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6202, - 6342 + 6237, + 6377 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 8 }, "end": { - "line": 234, + "line": 235, "column": 11 } } @@ -11391,16 +11497,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6378, - 6476 + 6413, + 6511 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 11 } } @@ -11418,16 +11524,16 @@ "object": { "type": "ThisExpression", "range": [ - 6485, - 6489 + 6520, + 6524 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 12 } } @@ -11436,31 +11542,31 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 6490, - 6504 + 6525, + 6539 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 13 }, "end": { - "line": 241, + "line": 242, "column": 27 } } }, "range": [ - 6485, - 6504 + 6520, + 6539 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 27 } } @@ -11475,16 +11581,16 @@ "type": "Identifier", "name": "f", "range": [ - 6507, - 6508 + 6542, + 6543 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 30 }, "end": { - "line": 241, + "line": 242, "column": 31 } } @@ -11493,31 +11599,31 @@ "type": "Identifier", "name": "inf_div_css_class", "range": [ - 6509, - 6526 + 6544, + 6561 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 32 }, "end": { - "line": 241, + "line": 242, "column": 49 } } }, "range": [ - 6507, - 6526 + 6542, + 6561 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 30 }, "end": { - "line": 241, + "line": 242, "column": 49 } } @@ -11527,61 +11633,61 @@ "value": "inf", "raw": "'inf'", "range": [ - 6530, - 6535 + 6565, + 6570 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 53 }, "end": { - "line": 241, + "line": 242, "column": 58 } } }, "range": [ - 6507, - 6535 + 6542, + 6570 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 30 }, "end": { - "line": 241, + "line": 242, "column": 58 } } }, "range": [ - 6485, - 6535 + 6520, + 6570 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 58 } } }, "range": [ - 6485, - 6536 + 6520, + 6571 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 241, + "line": 242, "column": 59 } }, @@ -11590,16 +11696,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6378, - 6476 + 6413, + 6511 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 11 } } @@ -11610,16 +11716,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6546, - 6650 + 6581, + 6685 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 8 }, "end": { - "line": 246, + "line": 247, "column": 11 } } @@ -11637,16 +11743,16 @@ "object": { "type": "ThisExpression", "range": [ - 6659, - 6663 + 6694, + 6698 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 248, "column": 12 } } @@ -11655,31 +11761,31 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 6664, - 6676 + 6699, + 6711 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 13 }, "end": { - "line": 247, + "line": 248, "column": 25 } } }, "range": [ - 6659, - 6676 + 6694, + 6711 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 248, "column": 25 } } @@ -11694,16 +11800,16 @@ "type": "Identifier", "name": "f", "range": [ - 6679, - 6680 + 6714, + 6715 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 28 }, "end": { - "line": 247, + "line": 248, "column": 29 } } @@ -11712,31 +11818,31 @@ "type": "Identifier", "name": "left_div_css_class", "range": [ - 6681, - 6699 + 6716, + 6734 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 30 }, "end": { - "line": 247, + "line": 248, "column": 48 } } }, "range": [ - 6679, - 6699 + 6714, + 6734 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 28 }, "end": { - "line": 247, + "line": 248, "column": 48 } } @@ -11746,61 +11852,61 @@ "value": "ldiv", "raw": "'ldiv'", "range": [ - 6703, - 6709 + 6738, + 6744 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 52 }, "end": { - "line": 247, + "line": 248, "column": 58 } } }, "range": [ - 6679, - 6709 + 6714, + 6744 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 28 }, "end": { - "line": 247, + "line": 248, "column": 58 } } }, "range": [ - 6659, - 6709 + 6694, + 6744 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 248, "column": 58 } } }, "range": [ - 6659, - 6710 + 6694, + 6745 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 247, + "line": 248, "column": 59 } }, @@ -11809,16 +11915,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6546, - 6650 + 6581, + 6685 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 8 }, "end": { - "line": 246, + "line": 247, "column": 11 } } @@ -11829,16 +11935,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6720, - 6825 + 6755, + 6860 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 8 }, "end": { - "line": 252, + "line": 253, "column": 11 } } @@ -11856,16 +11962,16 @@ "object": { "type": "ThisExpression", "range": [ - 6834, - 6838 + 6869, + 6873 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 253, + "line": 254, "column": 12 } } @@ -11874,31 +11980,31 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 6839, - 6851 + 6874, + 6886 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 13 }, "end": { - "line": 253, + "line": 254, "column": 25 } } }, "range": [ - 6834, - 6851 + 6869, + 6886 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 253, + "line": 254, "column": 25 } } @@ -11913,16 +12019,16 @@ "type": "Identifier", "name": "f", "range": [ - 6854, - 6855 + 6889, + 6890 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 28 }, "end": { - "line": 253, + "line": 254, "column": 29 } } @@ -11931,31 +12037,31 @@ "type": "Identifier", "name": "right_div_css_class", "range": [ - 6856, - 6875 + 6891, + 6910 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 30 }, "end": { - "line": 253, + "line": 254, "column": 49 } } }, "range": [ - 6854, - 6875 + 6889, + 6910 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 28 }, "end": { - "line": 253, + "line": 254, "column": 49 } } @@ -11965,61 +12071,61 @@ "value": "rdiv", "raw": "'rdiv'", "range": [ - 6879, - 6885 + 6914, + 6920 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 53 }, "end": { - "line": 253, + "line": 254, "column": 59 } } }, "range": [ - 6854, - 6885 + 6889, + 6920 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 28 }, "end": { - "line": 253, + "line": 254, "column": 59 } } }, "range": [ - 6834, - 6885 + 6869, + 6920 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 253, + "line": 254, "column": 59 } } }, "range": [ - 6834, - 6886 + 6869, + 6921 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 253, + "line": 254, "column": 60 } }, @@ -12028,16 +12134,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6720, - 6825 + 6755, + 6860 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 8 }, "end": { - "line": 252, + "line": 253, "column": 11 } } @@ -12048,16 +12154,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 6896, - 6997 + 6931, + 7032 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 11 } } @@ -12075,16 +12181,16 @@ "object": { "type": "ThisExpression", "range": [ - 7006, - 7010 + 7041, + 7045 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 12 } } @@ -12093,31 +12199,31 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 7011, - 7023 + 7046, + 7058 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 13 }, "end": { - "line": 259, + "line": 260, "column": 25 } } }, "range": [ - 7006, - 7023 + 7041, + 7058 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 25 } } @@ -12132,16 +12238,16 @@ "type": "Identifier", "name": "f", "range": [ - 7026, - 7027 + 7061, + 7062 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 28 }, "end": { - "line": 259, + "line": 260, "column": 29 } } @@ -12150,31 +12256,31 @@ "type": "Identifier", "name": "middle_div_css_class", "range": [ - 7028, - 7048 + 7063, + 7083 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 30 }, "end": { - "line": 259, + "line": 260, "column": 50 } } }, "range": [ - 7026, - 7048 + 7061, + 7083 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 28 }, "end": { - "line": 259, + "line": 260, "column": 50 } } @@ -12184,61 +12290,61 @@ "value": "mdiv", "raw": "'mdiv'", "range": [ - 7052, - 7058 + 7087, + 7093 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 54 }, "end": { - "line": 259, + "line": 260, "column": 60 } } }, "range": [ - 7026, - 7058 + 7061, + 7093 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 28 }, "end": { - "line": 259, + "line": 260, "column": 60 } } }, "range": [ - 7006, - 7058 + 7041, + 7093 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 60 } } }, "range": [ - 7006, - 7059 + 7041, + 7094 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 61 } }, @@ -12247,16 +12353,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 6896, - 6997 + 6931, + 7032 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 11 } } @@ -12267,16 +12373,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7069, - 7103 + 7104, + 7138 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 42 } } @@ -12285,16 +12391,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7112, - 7185 + 7147, + 7220 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 11 } } @@ -12312,16 +12418,16 @@ "object": { "type": "ThisExpression", "range": [ - 7194, - 7198 + 7229, + 7233 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 12 } } @@ -12330,31 +12436,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 7199, - 7208 + 7234, + 7243 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 13 }, "end": { - "line": 266, + "line": 267, "column": 22 } } }, "range": [ - 7194, - 7208 + 7229, + 7243 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 22 } } @@ -12369,16 +12475,16 @@ "type": "Identifier", "name": "f", "range": [ - 7211, - 7212 + 7246, + 7247 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 25 }, "end": { - "line": 266, + "line": 267, "column": 26 } } @@ -12387,31 +12493,31 @@ "type": "Identifier", "name": "style_path", "range": [ - 7213, - 7223 + 7248, + 7258 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 27 }, "end": { - "line": 266, + "line": 267, "column": 37 } } }, "range": [ - 7211, - 7223 + 7246, + 7258 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 25 }, "end": { - "line": 266, + "line": 267, "column": 37 } } @@ -12425,16 +12531,16 @@ "object": { "type": "ThisExpression", "range": [ - 7227, - 7231 + 7262, + 7266 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 41 }, "end": { - "line": 266, + "line": 267, "column": 45 } } @@ -12443,31 +12549,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 7232, - 7240 + 7267, + 7275 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 46 }, "end": { - "line": 266, + "line": 267, "column": 54 } } }, "range": [ - 7227, - 7240 + 7262, + 7275 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 41 }, "end": { - "line": 266, + "line": 267, "column": 54 } } @@ -12477,76 +12583,76 @@ "value": "style/", "raw": "'style/'", "range": [ - 7243, - 7251 + 7278, + 7286 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 57 }, "end": { - "line": 266, + "line": 267, "column": 65 } } }, "range": [ - 7227, - 7251 + 7262, + 7286 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 41 }, "end": { - "line": 266, + "line": 267, "column": 65 } } }, "range": [ - 7211, - 7251 + 7246, + 7286 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 25 }, "end": { - "line": 266, + "line": 267, "column": 65 } } }, "range": [ - 7194, - 7251 + 7229, + 7286 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 65 } } }, "range": [ - 7194, - 7252 + 7229, + 7287 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 266, + "line": 267, "column": 66 } }, @@ -12555,16 +12661,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7069, - 7103 + 7104, + 7138 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 42 } } @@ -12573,16 +12679,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7112, - 7185 + 7147, + 7220 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 11 } } @@ -12593,16 +12699,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7262, - 7335 + 7297, + 7370 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 271, + "line": 272, "column": 11 } } @@ -12620,16 +12726,16 @@ "object": { "type": "ThisExpression", "range": [ - 7344, - 7348 + 7379, + 7383 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 12 } } @@ -12638,31 +12744,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 7349, - 7359 + 7384, + 7394 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 13 }, "end": { - "line": 272, + "line": 273, "column": 23 } } }, "range": [ - 7344, - 7359 + 7379, + 7394 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 23 } } @@ -12677,16 +12783,16 @@ "type": "Identifier", "name": "f", "range": [ - 7362, - 7363 + 7397, + 7398 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 26 }, "end": { - "line": 272, + "line": 273, "column": 27 } } @@ -12695,31 +12801,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 7364, - 7374 + 7399, + 7409 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 28 }, "end": { - "line": 272, + "line": 273, "column": 38 } } }, "range": [ - 7362, - 7374 + 7397, + 7409 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 26 }, "end": { - "line": 272, + "line": 273, "column": 38 } } @@ -12733,16 +12839,16 @@ "object": { "type": "ThisExpression", "range": [ - 7378, - 7382 + 7413, + 7417 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 42 }, "end": { - "line": 272, + "line": 273, "column": 46 } } @@ -12751,31 +12857,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 7383, - 7392 + 7418, + 7427 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 47 }, "end": { - "line": 272, + "line": 273, "column": 56 } } }, "range": [ - 7378, - 7392 + 7413, + 7427 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 42 }, "end": { - "line": 272, + "line": 273, "column": 56 } } @@ -12785,76 +12891,76 @@ "value": "tablefilter.css", "raw": "'tablefilter.css'", "range": [ - 7395, - 7412 + 7430, + 7447 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 59 }, "end": { - "line": 272, + "line": 273, "column": 76 } } }, "range": [ - 7378, - 7412 + 7413, + 7447 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 42 }, "end": { - "line": 272, + "line": 273, "column": 76 } } }, "range": [ - 7362, - 7412 + 7397, + 7447 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 26 }, "end": { - "line": 272, + "line": 273, "column": 76 } } }, "range": [ - 7344, - 7412 + 7379, + 7447 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 76 } } }, "range": [ - 7344, - 7413 + 7379, + 7448 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 77 } }, @@ -12863,16 +12969,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7262, - 7335 + 7297, + 7370 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 271, + "line": 272, "column": 11 } } @@ -12883,16 +12989,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7423, - 7514 + 7458, + 7549 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 8 }, "end": { - "line": 278, + "line": 279, "column": 11 } } @@ -12910,16 +13016,16 @@ "object": { "type": "ThisExpression", "range": [ - 7523, - 7527 + 7558, + 7562 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 8 }, "end": { - "line": 279, + "line": 280, "column": 12 } } @@ -12928,31 +13034,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 7528, - 7540 + 7563, + 7575 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 13 }, "end": { - "line": 279, + "line": 280, "column": 25 } } }, "range": [ - 7523, - 7540 + 7558, + 7575 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 8 }, "end": { - "line": 279, + "line": 280, "column": 25 } } @@ -12966,16 +13072,16 @@ "object": { "type": "ThisExpression", "range": [ - 7543, - 7547 + 7578, + 7582 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 32 } } @@ -12984,31 +13090,31 @@ "type": "Identifier", "name": "id", "range": [ - 7548, - 7550 + 7583, + 7585 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 33 }, "end": { - "line": 279, + "line": 280, "column": 35 } } }, "range": [ - 7543, - 7550 + 7578, + 7585 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 35 } } @@ -13018,61 +13124,61 @@ "value": "_style", "raw": "'_style'", "range": [ - 7553, - 7561 + 7588, + 7596 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 38 }, "end": { - "line": 279, + "line": 280, "column": 46 } } }, "range": [ - 7543, - 7561 + 7578, + 7596 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 46 } } }, "range": [ - 7523, - 7561 + 7558, + 7596 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 8 }, "end": { - "line": 279, + "line": 280, "column": 46 } } }, "range": [ - 7523, - 7562 + 7558, + 7597 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 8 }, "end": { - "line": 279, + "line": 280, "column": 47 } }, @@ -13081,16 +13187,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7423, - 7514 + 7458, + 7549 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 8 }, "end": { - "line": 278, + "line": 279, "column": 11 } } @@ -13101,16 +13207,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7572, - 7654 + 7607, + 7689 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 8 }, "end": { - "line": 284, + "line": 285, "column": 11 } } @@ -13128,16 +13234,16 @@ "object": { "type": "ThisExpression", "range": [ - 7663, - 7667 + 7698, + 7702 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 285, + "line": 286, "column": 12 } } @@ -13146,31 +13252,31 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 7668, - 7683 + 7703, + 7718 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 13 }, "end": { - "line": 285, + "line": 286, "column": 28 } } }, "range": [ - 7663, - 7683 + 7698, + 7718 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 285, + "line": 286, "column": 28 } } @@ -13185,16 +13291,16 @@ "type": "Identifier", "name": "f", "range": [ - 7686, - 7687 + 7721, + 7722 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 31 }, "end": { - "line": 285, + "line": 286, "column": 32 } } @@ -13203,31 +13309,31 @@ "type": "Identifier", "name": "flts_row_css_class", "range": [ - 7688, - 7706 + 7723, + 7741 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 33 }, "end": { - "line": 285, + "line": 286, "column": 51 } } }, "range": [ - 7686, - 7706 + 7721, + 7741 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 31 }, "end": { - "line": 285, + "line": 286, "column": 51 } } @@ -13237,61 +13343,61 @@ "value": "fltrow", "raw": "'fltrow'", "range": [ - 7710, - 7718 + 7745, + 7753 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 55 }, "end": { - "line": 285, + "line": 286, "column": 63 } } }, "range": [ - 7686, - 7718 + 7721, + 7753 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 31 }, "end": { - "line": 285, + "line": 286, "column": 63 } } }, "range": [ - 7663, - 7718 + 7698, + 7753 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 285, + "line": 286, "column": 63 } } }, "range": [ - 7663, - 7719 + 7698, + 7754 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 285, + "line": 286, "column": 64 } }, @@ -13300,16 +13406,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7572, - 7654 + 7607, + 7689 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 8 }, "end": { - "line": 284, + "line": 285, "column": 11 } } @@ -13320,16 +13426,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7729, - 7826 + 7764, + 7861 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 8 }, "end": { - "line": 290, + "line": 291, "column": 11 } } @@ -13347,16 +13453,16 @@ "object": { "type": "ThisExpression", "range": [ - 7835, - 7839 + 7870, + 7874 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 291, + "line": 292, "column": 12 } } @@ -13365,31 +13471,31 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 7840, - 7851 + 7875, + 7886 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 13 }, "end": { - "line": 291, + "line": 292, "column": 24 } } }, "range": [ - 7835, - 7851 + 7870, + 7886 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 291, + "line": 292, "column": 24 } } @@ -13406,16 +13512,16 @@ "type": "Identifier", "name": "f", "range": [ - 7854, - 7855 + 7889, + 7890 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 28 } } @@ -13424,31 +13530,31 @@ "type": "Identifier", "name": "enable_icons", "range": [ - 7856, - 7868 + 7891, + 7903 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 29 }, "end": { - "line": 291, + "line": 292, "column": 41 } } }, "range": [ - 7854, - 7868 + 7889, + 7903 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 41 } } @@ -13458,31 +13564,31 @@ "value": false, "raw": "false", "range": [ - 7873, - 7878 + 7908, + 7913 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 46 }, "end": { - "line": 291, + "line": 292, "column": 51 } } }, "range": [ - 7854, - 7878 + 7889, + 7913 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 51 } } @@ -13492,16 +13598,16 @@ "value": false, "raw": "false", "range": [ - 7881, - 7886 + 7916, + 7921 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 54 }, "end": { - "line": 291, + "line": 292, "column": 59 } } @@ -13511,61 +13617,61 @@ "value": true, "raw": "true", "range": [ - 7889, - 7893 + 7924, + 7928 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 62 }, "end": { - "line": 291, + "line": 292, "column": 66 } } }, "range": [ - 7854, - 7893 + 7889, + 7928 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 66 } } }, "range": [ - 7835, - 7893 + 7870, + 7928 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 291, + "line": 292, "column": 66 } } }, "range": [ - 7835, - 7894 + 7870, + 7929 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 291, + "line": 292, "column": 67 } }, @@ -13574,16 +13680,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7729, - 7826 + 7764, + 7861 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 8 }, "end": { - "line": 290, + "line": 291, "column": 11 } } @@ -13594,16 +13700,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 7904, - 7989 + 7939, + 8024 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 296, + "line": 297, "column": 11 } } @@ -13621,16 +13727,16 @@ "object": { "type": "ThisExpression", "range": [ - 7998, - 8002 + 8033, + 8037 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 297, + "line": 298, "column": 12 } } @@ -13639,31 +13745,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 8003, - 8016 + 8038, + 8051 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 13 }, "end": { - "line": 297, + "line": 298, "column": 26 } } }, "range": [ - 7998, - 8016 + 8033, + 8051 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 297, + "line": 298, "column": 26 } } @@ -13674,16 +13780,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8019, - 8026 + 8054, + 8061 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 29 }, "end": { - "line": 297, + "line": 298, "column": 36 } } @@ -13696,16 +13802,16 @@ "type": "Identifier", "name": "f", "range": [ - 8027, - 8028 + 8062, + 8063 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 38 } } @@ -13714,77 +13820,77 @@ "type": "Identifier", "name": "alternate_rows", "range": [ - 8029, - 8043 + 8064, + 8078 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 39 }, "end": { - "line": 297, + "line": 298, "column": 53 } } }, "range": [ - 8027, - 8043 + 8062, + 8078 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 53 } } } ], "range": [ - 8019, - 8044 + 8054, + 8079 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 29 }, "end": { - "line": 297, + "line": 298, "column": 54 } } }, "range": [ - 7998, - 8044 + 8033, + 8079 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 297, + "line": 298, "column": 54 } } }, "range": [ - 7998, - 8045 + 8033, + 8080 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 297, + "line": 298, "column": 55 } }, @@ -13793,16 +13899,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 7904, - 7989 + 7939, + 8024 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 296, + "line": 297, "column": 11 } } @@ -13813,16 +13919,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8055, - 8168 + 8090, + 8203 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 8 }, "end": { - "line": 303, + "line": 304, "column": 11 } } @@ -13840,16 +13946,16 @@ "object": { "type": "ThisExpression", "range": [ - 8177, - 8181 + 8212, + 8216 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 8 }, "end": { - "line": 304, + "line": 305, "column": 12 } } @@ -13858,31 +13964,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 8182, - 8194 + 8217, + 8229 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 13 }, "end": { - "line": 304, + "line": 305, "column": 25 } } }, "range": [ - 8177, - 8194 + 8212, + 8229 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 8 }, "end": { - "line": 304, + "line": 305, "column": 25 } } @@ -13893,16 +13999,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 8197, - 8204 + 8232, + 8239 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 28 }, "end": { - "line": 304, + "line": 305, "column": 35 } } @@ -13915,16 +14021,16 @@ "type": "Identifier", "name": "f", "range": [ - 8205, - 8206 + 8240, + 8241 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 36 }, "end": { - "line": 304, + "line": 305, "column": 37 } } @@ -13933,77 +14039,77 @@ "type": "Identifier", "name": "col_widths", "range": [ - 8207, - 8217 + 8242, + 8252 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 38 }, "end": { - "line": 304, + "line": 305, "column": 48 } } }, "range": [ - 8205, - 8217 + 8240, + 8252 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 36 }, "end": { - "line": 304, + "line": 305, "column": 48 } } } ], "range": [ - 8197, - 8218 + 8232, + 8253 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 28 }, "end": { - "line": 304, + "line": 305, "column": 49 } } }, "range": [ - 8177, - 8218 + 8212, + 8253 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 8 }, "end": { - "line": 304, + "line": 305, "column": 49 } } }, "range": [ - 8177, - 8219 + 8212, + 8254 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 8 }, "end": { - "line": 304, + "line": 305, "column": 50 } }, @@ -14012,16 +14118,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8055, - 8168 + 8090, + 8203 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 8 }, "end": { - "line": 303, + "line": 304, "column": 11 } } @@ -14032,16 +14138,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8229, - 8301 + 8264, + 8336 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 11 } } @@ -14059,16 +14165,16 @@ "object": { "type": "ThisExpression", "range": [ - 8310, - 8314 + 8345, + 8349 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 310, + "line": 311, "column": 12 } } @@ -14077,31 +14183,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 8315, - 8324 + 8350, + 8359 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 13 }, "end": { - "line": 310, + "line": 311, "column": 22 } } }, "range": [ - 8310, - 8324 + 8345, + 8359 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 310, + "line": 311, "column": 22 } } @@ -14114,16 +14220,16 @@ "object": { "type": "ThisExpression", "range": [ - 8327, - 8331 + 8362, + 8366 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 25 }, "end": { - "line": 310, + "line": 311, "column": 29 } } @@ -14132,31 +14238,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 8332, - 8344 + 8367, + 8379 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 30 }, "end": { - "line": 310, + "line": 311, "column": 42 } } }, "range": [ - 8327, - 8344 + 8362, + 8379 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 25 }, "end": { - "line": 310, + "line": 311, "column": 42 } } @@ -14168,16 +14274,16 @@ "type": "Identifier", "name": "f", "range": [ - 8347, - 8348 + 8382, + 8383 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 45 }, "end": { - "line": 310, + "line": 311, "column": 46 } } @@ -14186,31 +14292,31 @@ "type": "Identifier", "name": "col_widths", "range": [ - 8349, - 8359 + 8384, + 8394 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 47 }, "end": { - "line": 310, + "line": 311, "column": 57 } } }, "range": [ - 8347, - 8359 + 8382, + 8394 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 45 }, "end": { - "line": 310, + "line": 311, "column": 57 } } @@ -14219,61 +14325,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8362, - 8364 + 8397, + 8399 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 60 }, "end": { - "line": 310, + "line": 311, "column": 62 } } }, "range": [ - 8327, - 8364 + 8362, + 8399 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 25 }, "end": { - "line": 310, + "line": 311, "column": 62 } } }, "range": [ - 8310, - 8364 + 8345, + 8399 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 310, + "line": 311, "column": 62 } } }, "range": [ - 8310, - 8365 + 8345, + 8400 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 310, + "line": 311, "column": 63 } }, @@ -14282,16 +14388,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8229, - 8301 + 8264, + 8336 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 11 } } @@ -14302,16 +14408,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8375, - 8458 + 8410, + 8493 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 11 } } @@ -14329,16 +14435,16 @@ "object": { "type": "ThisExpression", "range": [ - 8467, - 8471 + 8502, + 8506 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 12 } } @@ -14347,31 +14453,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 8472, - 8483 + 8507, + 8518 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 13 }, "end": { - "line": 316, + "line": 317, "column": 24 } } }, "range": [ - 8467, - 8483 + 8502, + 8518 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 24 } } @@ -14386,16 +14492,16 @@ "type": "Identifier", "name": "f", "range": [ - 8486, - 8487 + 8521, + 8522 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 27 }, "end": { - "line": 316, + "line": 317, "column": 28 } } @@ -14404,31 +14510,31 @@ "type": "Identifier", "name": "flt_css_class", "range": [ - 8488, - 8501 + 8523, + 8536 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 29 }, "end": { - "line": 316, + "line": 317, "column": 42 } } }, "range": [ - 8486, - 8501 + 8521, + 8536 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 27 }, "end": { - "line": 316, + "line": 317, "column": 42 } } @@ -14438,61 +14544,61 @@ "value": "flt", "raw": "'flt'", "range": [ - 8505, - 8510 + 8540, + 8545 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 46 }, "end": { - "line": 316, + "line": 317, "column": 51 } } }, "range": [ - 8486, - 8510 + 8521, + 8545 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 27 }, "end": { - "line": 316, + "line": 317, "column": 51 } } }, "range": [ - 8467, - 8510 + 8502, + 8545 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 51 } } }, "range": [ - 8467, - 8511 + 8502, + 8546 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 316, + "line": 317, "column": 52 } }, @@ -14501,16 +14607,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8375, - 8458 + 8410, + 8493 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 11 } } @@ -14521,16 +14627,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8521, - 8611 + 8556, + 8646 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 11 } } @@ -14548,16 +14654,16 @@ "object": { "type": "ThisExpression", "range": [ - 8620, - 8624 + 8655, + 8659 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 12 } } @@ -14566,31 +14672,31 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 8625, - 8641 + 8660, + 8676 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 13 }, "end": { - "line": 322, + "line": 323, "column": 29 } } }, "range": [ - 8620, - 8641 + 8655, + 8676 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 29 } } @@ -14605,16 +14711,16 @@ "type": "Identifier", "name": "f", "range": [ - 8644, - 8645 + 8679, + 8680 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 32 }, "end": { - "line": 322, + "line": 323, "column": 33 } } @@ -14623,31 +14729,31 @@ "type": "Identifier", "name": "flt_multi_css_class", "range": [ - 8646, - 8665 + 8681, + 8700 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 34 }, "end": { - "line": 322, + "line": 323, "column": 53 } } }, "range": [ - 8644, - 8665 + 8679, + 8700 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 32 }, "end": { - "line": 322, + "line": 323, "column": 53 } } @@ -14657,61 +14763,61 @@ "value": "flt_multi", "raw": "'flt_multi'", "range": [ - 8669, - 8680 + 8704, + 8715 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 57 }, "end": { - "line": 322, + "line": 323, "column": 68 } } }, "range": [ - 8644, - 8680 + 8679, + 8715 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 32 }, "end": { - "line": 322, + "line": 323, "column": 68 } } }, "range": [ - 8620, - 8680 + 8655, + 8715 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 68 } } }, "range": [ - 8620, - 8681 + 8655, + 8716 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 322, + "line": 323, "column": 69 } }, @@ -14720,16 +14826,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8521, - 8611 + 8556, + 8646 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 11 } } @@ -14740,16 +14846,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8691, - 8801 + 8726, + 8836 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 11 } } @@ -14767,16 +14873,16 @@ "object": { "type": "ThisExpression", "range": [ - 8810, - 8814 + 8845, + 8849 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 12 } } @@ -14785,31 +14891,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 8815, - 8831 + 8850, + 8866 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 13 }, "end": { - "line": 328, + "line": 329, "column": 29 } } }, "range": [ - 8810, - 8831 + 8845, + 8866 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 29 } } @@ -14824,16 +14930,16 @@ "type": "Identifier", "name": "f", "range": [ - 8834, - 8835 + 8869, + 8870 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 32 }, "end": { - "line": 328, + "line": 329, "column": 33 } } @@ -14842,31 +14948,31 @@ "type": "Identifier", "name": "flt_small_css_class", "range": [ - 8836, - 8855 + 8871, + 8890 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 34 }, "end": { - "line": 328, + "line": 329, "column": 53 } } }, "range": [ - 8834, - 8855 + 8869, + 8890 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 32 }, "end": { - "line": 328, + "line": 329, "column": 53 } } @@ -14876,61 +14982,61 @@ "value": "flt_s", "raw": "'flt_s'", "range": [ - 8859, - 8866 + 8894, + 8901 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 57 }, "end": { - "line": 328, + "line": 329, "column": 64 } } }, "range": [ - 8834, - 8866 + 8869, + 8901 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 32 }, "end": { - "line": 328, + "line": 329, "column": 64 } } }, "range": [ - 8810, - 8866 + 8845, + 8901 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 64 } } }, "range": [ - 8810, - 8867 + 8845, + 8902 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 65 } }, @@ -14939,16 +15045,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8691, - 8801 + 8726, + 8836 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 11 } } @@ -14959,16 +15065,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 8877, - 8962 + 8912, + 8997 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 11 } } @@ -14986,16 +15092,16 @@ "object": { "type": "ThisExpression", "range": [ - 8971, - 8975 + 9006, + 9010 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 334, + "line": 335, "column": 12 } } @@ -15004,31 +15110,31 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 8976, - 8993 + 9011, + 9028 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 13 }, "end": { - "line": 334, + "line": 335, "column": 30 } } }, "range": [ - 8971, - 8993 + 9006, + 9028 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 334, + "line": 335, "column": 30 } } @@ -15043,16 +15149,16 @@ "type": "Identifier", "name": "f", "range": [ - 8996, - 8997 + 9031, + 9032 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 33 }, "end": { - "line": 334, + "line": 335, "column": 34 } } @@ -15061,31 +15167,31 @@ "type": "Identifier", "name": "single_flt_css_class", "range": [ - 8998, - 9018 + 9033, + 9053 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 35 }, "end": { - "line": 334, + "line": 335, "column": 55 } } }, "range": [ - 8996, - 9018 + 9031, + 9053 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 33 }, "end": { - "line": 334, + "line": 335, "column": 55 } } @@ -15095,61 +15201,61 @@ "value": "single_flt", "raw": "'single_flt'", "range": [ - 9022, - 9034 + 9057, + 9069 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 59 }, "end": { - "line": 334, + "line": 335, "column": 71 } } }, "range": [ - 8996, - 9034 + 9031, + 9069 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 33 }, "end": { - "line": 334, + "line": 335, "column": 71 } } }, "range": [ - 8971, - 9034 + 9006, + 9069 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 334, + "line": 335, "column": 71 } } }, "range": [ - 8971, - 9035 + 9006, + 9070 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 334, + "line": 335, "column": 72 } }, @@ -15158,16 +15264,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 8877, - 8962 + 8912, + 8997 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 11 } } @@ -15178,16 +15284,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9045, - 9079 + 9080, + 9114 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 42 } } @@ -15196,16 +15302,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9089, - 9190 + 9124, + 9225 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 341, + "line": 342, "column": 11 } } @@ -15223,16 +15329,16 @@ "object": { "type": "ThisExpression", "range": [ - 9199, - 9203 + 9234, + 9238 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 342, + "line": 343, "column": 12 } } @@ -15241,31 +15347,31 @@ "type": "Identifier", "name": "enterKey", "range": [ - 9204, - 9212 + 9239, + 9247 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 13 }, "end": { - "line": 342, + "line": 343, "column": 21 } } }, "range": [ - 9199, - 9212 + 9234, + 9247 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 342, + "line": 343, "column": 21 } } @@ -15282,16 +15388,16 @@ "type": "Identifier", "name": "f", "range": [ - 9215, - 9216 + 9250, + 9251 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 25 } } @@ -15300,31 +15406,31 @@ "type": "Identifier", "name": "enter_key", "range": [ - 9217, - 9226 + 9252, + 9261 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 26 }, "end": { - "line": 342, + "line": 343, "column": 35 } } }, "range": [ - 9215, - 9226 + 9250, + 9261 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 35 } } @@ -15334,31 +15440,31 @@ "value": false, "raw": "false", "range": [ - 9231, - 9236 + 9266, + 9271 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 40 }, "end": { - "line": 342, + "line": 343, "column": 45 } } }, "range": [ - 9215, - 9236 + 9250, + 9271 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 45 } } @@ -15368,16 +15474,16 @@ "value": false, "raw": "false", "range": [ - 9239, - 9244 + 9274, + 9279 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 48 }, "end": { - "line": 342, + "line": 343, "column": 53 } } @@ -15387,61 +15493,61 @@ "value": true, "raw": "true", "range": [ - 9247, - 9251 + 9282, + 9286 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 56 }, "end": { - "line": 342, + "line": 343, "column": 60 } } }, "range": [ - 9215, - 9251 + 9250, + 9286 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 24 }, "end": { - "line": 342, + "line": 343, "column": 60 } } }, "range": [ - 9199, - 9251 + 9234, + 9286 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 342, + "line": 343, "column": 60 } } }, "range": [ - 9199, - 9252 + 9234, + 9287 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 342, + "line": 343, "column": 61 } }, @@ -15450,16 +15556,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9045, - 9079 + 9080, + 9114 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 42 } } @@ -15468,16 +15574,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9089, - 9190 + 9124, + 9225 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 341, + "line": 342, "column": 11 } } @@ -15488,16 +15594,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9262, - 9363 + 9297, + 9398 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 11 } } @@ -15515,16 +15621,16 @@ "object": { "type": "ThisExpression", "range": [ - 9372, - 9376 + 9407, + 9411 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 348, + "line": 349, "column": 12 } } @@ -15533,31 +15639,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 9377, - 9391 + 9412, + 9426 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 13 }, "end": { - "line": 348, + "line": 349, "column": 27 } } }, "range": [ - 9372, - 9391 + 9407, + 9426 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 348, + "line": 349, "column": 27 } } @@ -15570,16 +15676,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9394, - 9398 + 9429, + 9433 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 30 }, "end": { - "line": 348, + "line": 349, "column": 34 } } @@ -15592,16 +15698,16 @@ "type": "Identifier", "name": "f", "range": [ - 9399, - 9400 + 9434, + 9435 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 35 }, "end": { - "line": 348, + "line": 349, "column": 36 } } @@ -15610,47 +15716,47 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 9401, - 9417 + 9436, + 9452 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 37 }, "end": { - "line": 348, + "line": 349, "column": 53 } } }, "range": [ - 9399, - 9417 + 9434, + 9452 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 35 }, "end": { - "line": 348, + "line": 349, "column": 53 } } } ], "range": [ - 9394, - 9418 + 9429, + 9453 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 30 }, "end": { - "line": 348, + "line": 349, "column": 54 } } @@ -15662,16 +15768,16 @@ "type": "Identifier", "name": "f", "range": [ - 9433, - 9434 + 9468, + 9469 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 12 }, "end": { - "line": 349, + "line": 350, "column": 13 } } @@ -15680,31 +15786,31 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 9435, - 9451 + 9470, + 9486 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 14 }, "end": { - "line": 349, + "line": 350, "column": 30 } } }, "range": [ - 9433, - 9451 + 9468, + 9486 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 12 }, "end": { - "line": 349, + "line": 350, "column": 30 } } @@ -15714,61 +15820,61 @@ "value": null, "raw": "null", "range": [ - 9454, - 9458 + 9489, + 9493 ], "loc": { "start": { - "line": 349, + "line": 350, "column": 33 }, "end": { - "line": 349, + "line": 350, "column": 37 } } }, "range": [ - 9394, - 9458 + 9429, + 9493 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 30 }, "end": { - "line": 349, + "line": 350, "column": 37 } } }, "range": [ - 9372, - 9458 + 9407, + 9493 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 349, + "line": 350, "column": 37 } } }, "range": [ - 9372, - 9459 + 9407, + 9494 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 349, + "line": 350, "column": 38 } }, @@ -15777,16 +15883,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9262, - 9363 + 9297, + 9398 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 11 } } @@ -15797,16 +15903,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9469, - 9575 + 9504, + 9610 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 8 }, "end": { - "line": 354, + "line": 355, "column": 11 } } @@ -15824,16 +15930,16 @@ "object": { "type": "ThisExpression", "range": [ - 9584, - 9588 + 9619, + 9623 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 12 } } @@ -15842,31 +15948,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 9589, - 9602 + 9624, + 9637 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 13 }, "end": { - "line": 355, + "line": 356, "column": 26 } } }, "range": [ - 9584, - 9602 + 9619, + 9637 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 26 } } @@ -15879,16 +15985,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9605, - 9609 + 9640, + 9644 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 29 }, "end": { - "line": 355, + "line": 356, "column": 33 } } @@ -15901,16 +16007,16 @@ "type": "Identifier", "name": "f", "range": [ - 9610, - 9611 + 9645, + 9646 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 34 }, "end": { - "line": 355, + "line": 356, "column": 35 } } @@ -15919,47 +16025,47 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 9612, - 9627 + 9647, + 9662 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 36 }, "end": { - "line": 355, + "line": 356, "column": 51 } } }, "range": [ - 9610, - 9627 + 9645, + 9662 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 34 }, "end": { - "line": 355, + "line": 356, "column": 51 } } } ], "range": [ - 9605, - 9628 + 9640, + 9663 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 29 }, "end": { - "line": 355, + "line": 356, "column": 52 } } @@ -15971,16 +16077,16 @@ "type": "Identifier", "name": "f", "range": [ - 9631, - 9632 + 9666, + 9667 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 55 }, "end": { - "line": 355, + "line": 356, "column": 56 } } @@ -15989,31 +16095,31 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 9633, - 9648 + 9668, + 9683 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 57 }, "end": { - "line": 355, + "line": 356, "column": 72 } } }, "range": [ - 9631, - 9648 + 9666, + 9683 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 55 }, "end": { - "line": 355, + "line": 356, "column": 72 } } @@ -16023,61 +16129,61 @@ "value": null, "raw": "null", "range": [ - 9651, - 9655 + 9686, + 9690 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 75 }, "end": { - "line": 355, + "line": 356, "column": 79 } } }, "range": [ - 9605, - 9655 + 9640, + 9690 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 29 }, "end": { - "line": 355, + "line": 356, "column": 79 } } }, "range": [ - 9584, - 9655 + 9619, + 9690 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 79 } } }, "range": [ - 9584, - 9656 + 9619, + 9691 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 80 } }, @@ -16086,16 +16192,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9469, - 9575 + 9504, + 9610 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 8 }, "end": { - "line": 354, + "line": 355, "column": 11 } } @@ -16106,16 +16212,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9666, - 9761 + 9701, + 9796 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 11 } } @@ -16133,16 +16239,16 @@ "object": { "type": "ThisExpression", "range": [ - 9770, - 9774 + 9805, + 9809 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 12 } } @@ -16151,31 +16257,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 9775, - 9788 + 9810, + 9823 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 13 }, "end": { - "line": 361, + "line": 362, "column": 26 } } }, "range": [ - 9770, - 9788 + 9805, + 9823 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 26 } } @@ -16186,16 +16292,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9791, - 9798 + 9826, + 9833 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 29 }, "end": { - "line": 361, + "line": 362, "column": 36 } } @@ -16208,16 +16314,16 @@ "type": "Identifier", "name": "f", "range": [ - 9799, - 9800 + 9834, + 9835 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 37 }, "end": { - "line": 361, + "line": 362, "column": 38 } } @@ -16226,77 +16332,77 @@ "type": "Identifier", "name": "case_sensitive", "range": [ - 9801, - 9815 + 9836, + 9850 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 39 }, "end": { - "line": 361, + "line": 362, "column": 53 } } }, "range": [ - 9799, - 9815 + 9834, + 9850 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 37 }, "end": { - "line": 361, + "line": 362, "column": 53 } } } ], "range": [ - 9791, - 9816 + 9826, + 9851 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 29 }, "end": { - "line": 361, + "line": 362, "column": 54 } } }, "range": [ - 9770, - 9816 + 9805, + 9851 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 54 } } }, "range": [ - 9770, - 9817 + 9805, + 9852 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 55 } }, @@ -16305,16 +16411,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9666, - 9761 + 9701, + 9796 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 11 } } @@ -16325,16 +16431,16 @@ "type": "Block", "value": "*\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n ", "range": [ - 9827, - 9983 + 9862, + 10018 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 8 }, "end": { - "line": 368, + "line": 369, "column": 11 } } @@ -16352,16 +16458,16 @@ "object": { "type": "ThisExpression", "range": [ - 9992, - 9996 + 10027, + 10031 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 8 }, "end": { - "line": 369, + "line": 370, "column": 12 } } @@ -16370,31 +16476,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 9997, - 10015 + 10032, + 10050 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 13 }, "end": { - "line": 369, + "line": 370, "column": 31 } } }, "range": [ - 9992, - 10015 + 10027, + 10050 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 8 }, "end": { - "line": 369, + "line": 370, "column": 31 } } @@ -16405,16 +16511,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 10018, - 10025 + 10053, + 10060 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 34 }, "end": { - "line": 369, + "line": 370, "column": 41 } } @@ -16427,16 +16533,16 @@ "type": "Identifier", "name": "f", "range": [ - 10026, - 10027 + 10061, + 10062 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 42 }, "end": { - "line": 369, + "line": 370, "column": 43 } } @@ -16445,77 +16551,77 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 10028, - 10047 + 10063, + 10082 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 44 }, "end": { - "line": 369, + "line": 370, "column": 63 } } }, "range": [ - 10026, - 10047 + 10061, + 10082 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 42 }, "end": { - "line": 369, + "line": 370, "column": 63 } } } ], "range": [ - 10018, - 10048 + 10053, + 10083 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 34 }, "end": { - "line": 369, + "line": 370, "column": 64 } } }, "range": [ - 9992, - 10048 + 10027, + 10083 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 8 }, "end": { - "line": 369, + "line": 370, "column": 64 } } }, "range": [ - 9992, - 10049 + 10027, + 10084 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 8 }, "end": { - "line": 369, + "line": 370, "column": 65 } }, @@ -16524,16 +16630,16 @@ "type": "Block", "value": "*\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n ", "range": [ - 9827, - 9983 + 9862, + 10018 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 8 }, "end": { - "line": 368, + "line": 369, "column": 11 } } @@ -16544,16 +16650,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10059, - 10149 + 10094, + 10184 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 11 } } @@ -16571,16 +16677,16 @@ "object": { "type": "ThisExpression", "range": [ - 10158, - 10162 + 10193, + 10197 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 8 }, "end": { - "line": 375, + "line": 376, "column": 12 } } @@ -16589,31 +16695,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 10163, - 10178 + 10198, + 10213 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 13 }, "end": { - "line": 375, + "line": 376, "column": 28 } } }, "range": [ - 10158, - 10178 + 10193, + 10213 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 8 }, "end": { - "line": 375, + "line": 376, "column": 28 } } @@ -16626,16 +16732,16 @@ "object": { "type": "ThisExpression", "range": [ - 10181, - 10185 + 10216, + 10220 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 31 }, "end": { - "line": 375, + "line": 376, "column": 35 } } @@ -16644,31 +16750,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 10186, - 10204 + 10221, + 10239 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 36 }, "end": { - "line": 375, + "line": 376, "column": 54 } } }, "range": [ - 10181, - 10204 + 10216, + 10239 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 31 }, "end": { - "line": 375, + "line": 376, "column": 54 } } @@ -16680,16 +16786,16 @@ "type": "Identifier", "name": "f", "range": [ - 10219, - 10220 + 10254, + 10255 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 12 }, "end": { - "line": 376, + "line": 377, "column": 13 } } @@ -16698,31 +16804,31 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 10221, - 10240 + 10256, + 10275 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 14 }, "end": { - "line": 376, + "line": 377, "column": 33 } } }, "range": [ - 10219, - 10240 + 10254, + 10275 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 12 }, "end": { - "line": 376, + "line": 377, "column": 33 } } @@ -16731,61 +16837,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10243, - 10245 + 10278, + 10280 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 36 }, "end": { - "line": 376, + "line": 377, "column": 38 } } }, "range": [ - 10181, - 10245 + 10216, + 10280 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 31 }, "end": { - "line": 376, + "line": 377, "column": 38 } } }, "range": [ - 10158, - 10245 + 10193, + 10280 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 8 }, "end": { - "line": 376, + "line": 377, "column": 38 } } }, "range": [ - 10158, - 10246 + 10193, + 10281 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 8 }, "end": { - "line": 376, + "line": 377, "column": 39 } }, @@ -16794,16 +16900,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10059, - 10149 + 10094, + 10184 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 11 } } @@ -16814,16 +16920,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10256, - 10355 + 10291, + 10390 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 8 }, "end": { - "line": 381, + "line": 382, "column": 11 } } @@ -16841,16 +16947,16 @@ "object": { "type": "ThisExpression", "range": [ - 10364, - 10368 + 10399, + 10403 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 8 }, "end": { - "line": 382, + "line": 383, "column": 12 } } @@ -16859,31 +16965,31 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 10369, - 10379 + 10404, + 10414 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 13 }, "end": { - "line": 382, + "line": 383, "column": 23 } } }, "range": [ - 10364, - 10379 + 10399, + 10414 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 8 }, "end": { - "line": 382, + "line": 383, "column": 23 } } @@ -16894,16 +17000,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10382, - 10389 + 10417, + 10424 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 26 }, "end": { - "line": 382, + "line": 383, "column": 33 } } @@ -16916,16 +17022,16 @@ "type": "Identifier", "name": "f", "range": [ - 10390, - 10391 + 10425, + 10426 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 34 }, "end": { - "line": 382, + "line": 383, "column": 35 } } @@ -16934,77 +17040,77 @@ "type": "Identifier", "name": "exact_match", "range": [ - 10392, - 10403 + 10427, + 10438 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 36 }, "end": { - "line": 382, + "line": 383, "column": 47 } } }, "range": [ - 10390, - 10403 + 10425, + 10438 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 34 }, "end": { - "line": 382, + "line": 383, "column": 47 } } } ], "range": [ - 10382, - 10404 + 10417, + 10439 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 26 }, "end": { - "line": 382, + "line": 383, "column": 48 } } }, "range": [ - 10364, - 10404 + 10399, + 10439 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 8 }, "end": { - "line": 382, + "line": 383, "column": 48 } } }, "range": [ - 10364, - 10405 + 10399, + 10440 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 8 }, "end": { - "line": 382, + "line": 383, "column": 49 } }, @@ -17013,16 +17119,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10256, - 10355 + 10291, + 10390 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 8 }, "end": { - "line": 381, + "line": 382, "column": 11 } } @@ -17033,16 +17139,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10415, - 10513 + 10450, + 10548 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 11 } } @@ -17060,16 +17166,16 @@ "object": { "type": "ThisExpression", "range": [ - 10522, - 10526 + 10557, + 10561 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 8 }, "end": { - "line": 388, + "line": 389, "column": 12 } } @@ -17078,31 +17184,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 10527, - 10540 + 10562, + 10575 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 13 }, "end": { - "line": 388, + "line": 389, "column": 26 } } }, "range": [ - 10522, - 10540 + 10557, + 10575 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 8 }, "end": { - "line": 388, + "line": 389, "column": 26 } } @@ -17113,16 +17219,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10543, - 10550 + 10578, + 10585 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 29 }, "end": { - "line": 388, + "line": 389, "column": 36 } } @@ -17135,16 +17241,16 @@ "type": "Identifier", "name": "f", "range": [ - 10551, - 10552 + 10586, + 10587 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 37 }, "end": { - "line": 388, + "line": 389, "column": 38 } } @@ -17153,77 +17259,77 @@ "type": "Identifier", "name": "linked_filters", "range": [ - 10553, - 10567 + 10588, + 10602 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 39 }, "end": { - "line": 388, + "line": 389, "column": 53 } } }, "range": [ - 10551, - 10567 + 10586, + 10602 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 37 }, "end": { - "line": 388, + "line": 389, "column": 53 } } } ], "range": [ - 10543, - 10568 + 10578, + 10603 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 29 }, "end": { - "line": 388, + "line": 389, "column": 54 } } }, "range": [ - 10522, - 10568 + 10557, + 10603 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 8 }, "end": { - "line": 388, + "line": 389, "column": 54 } } }, "range": [ - 10522, - 10569 + 10557, + 10604 ], "loc": { "start": { - "line": 388, + "line": 389, "column": 8 }, "end": { - "line": 388, + "line": 389, "column": 55 } }, @@ -17232,16 +17338,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10415, - 10513 + 10450, + 10548 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 11 } } @@ -17252,16 +17358,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10579, - 10735 + 10614, + 10770 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 8 }, "end": { - "line": 394, + "line": 395, "column": 11 } } @@ -17279,16 +17385,16 @@ "object": { "type": "ThisExpression", "range": [ - 10744, - 10748 + 10779, + 10783 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 12 } } @@ -17297,31 +17403,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 10749, - 10771 + 10784, + 10806 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 13 }, "end": { - "line": 395, + "line": 396, "column": 35 } } }, "range": [ - 10744, - 10771 + 10779, + 10806 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 35 } } @@ -17332,16 +17438,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10774, - 10781 + 10809, + 10816 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 38 }, "end": { - "line": 395, + "line": 396, "column": 45 } } @@ -17354,16 +17460,16 @@ "type": "Identifier", "name": "f", "range": [ - 10782, - 10783 + 10817, + 10818 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 46 }, "end": { - "line": 395, + "line": 396, "column": 47 } } @@ -17372,77 +17478,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 10784, - 10808 + 10819, + 10843 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 48 }, "end": { - "line": 395, + "line": 396, "column": 72 } } }, "range": [ - 10782, - 10808 + 10817, + 10843 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 46 }, "end": { - "line": 395, + "line": 396, "column": 72 } } } ], "range": [ - 10774, - 10809 + 10809, + 10844 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 38 }, "end": { - "line": 395, + "line": 396, "column": 73 } } }, "range": [ - 10744, - 10809 + 10779, + 10844 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 73 } } }, "range": [ - 10744, - 10810 + 10779, + 10845 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 74 } }, @@ -17451,16 +17557,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10579, - 10735 + 10614, + 10770 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 8 }, "end": { - "line": 394, + "line": 395, "column": 11 } } @@ -17471,16 +17577,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 10820, - 10909 + 10855, + 10944 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 8 }, "end": { - "line": 401, + "line": 402, "column": 11 } } @@ -17498,16 +17604,16 @@ "object": { "type": "ThisExpression", "range": [ - 10918, - 10922 + 10953, + 10957 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 8 }, "end": { - "line": 402, + "line": 403, "column": 12 } } @@ -17516,31 +17622,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 10923, - 10937 + 10958, + 10972 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 13 }, "end": { - "line": 402, + "line": 403, "column": 27 } } }, "range": [ - 10918, - 10937 + 10953, + 10972 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 8 }, "end": { - "line": 402, + "line": 403, "column": 27 } } @@ -17550,46 +17656,46 @@ "value": null, "raw": "null", "range": [ - 10940, - 10944 + 10975, + 10979 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 30 }, "end": { - "line": 402, + "line": 403, "column": 34 } } }, "range": [ - 10918, - 10944 + 10953, + 10979 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 8 }, "end": { - "line": 402, + "line": 403, "column": 34 } } }, "range": [ - 10918, - 10945 + 10953, + 10980 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 8 }, "end": { - "line": 402, + "line": 403, "column": 35 } }, @@ -17598,16 +17704,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 10820, - 10909 + 10855, + 10944 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 8 }, "end": { - "line": 401, + "line": 402, "column": 11 } } @@ -17618,16 +17724,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 10955, - 11068 + 10990, + 11103 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 407, + "line": 408, "column": 11 } } @@ -17645,16 +17751,16 @@ "object": { "type": "ThisExpression", "range": [ - 11077, - 11081 + 11112, + 11116 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 408, + "line": 409, "column": 12 } } @@ -17663,31 +17769,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11082, - 11096 + 11117, + 11131 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 13 }, "end": { - "line": 408, + "line": 409, "column": 27 } } }, "range": [ - 11077, - 11096 + 11112, + 11131 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 408, + "line": 409, "column": 27 } } @@ -17698,16 +17804,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11099, - 11106 + 11134, + 11141 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 30 }, "end": { - "line": 408, + "line": 409, "column": 37 } } @@ -17720,16 +17826,16 @@ "type": "Identifier", "name": "f", "range": [ - 11107, - 11108 + 11142, + 11143 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 38 }, "end": { - "line": 408, + "line": 409, "column": 39 } } @@ -17738,77 +17844,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11109, - 11128 + 11144, + 11163 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 40 }, "end": { - "line": 408, + "line": 409, "column": 59 } } }, "range": [ - 11107, - 11128 + 11142, + 11163 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 38 }, "end": { - "line": 408, + "line": 409, "column": 59 } } } ], "range": [ - 11099, - 11129 + 11134, + 11164 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 30 }, "end": { - "line": 408, + "line": 409, "column": 60 } } }, "range": [ - 11077, - 11129 + 11112, + 11164 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 408, + "line": 409, "column": 60 } } }, "range": [ - 11077, - 11130 + 11112, + 11165 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 408, + "line": 409, "column": 61 } }, @@ -17817,16 +17923,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 10955, - 11068 + 10990, + 11103 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 407, + "line": 408, "column": 11 } } @@ -17837,16 +17943,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11140, - 11241 + 11175, + 11276 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 11 } } @@ -17864,16 +17970,16 @@ "object": { "type": "ThisExpression", "range": [ - 11250, - 11254 + 11285, + 11289 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 414, + "line": 415, "column": 12 } } @@ -17882,31 +17988,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 11255, - 11266 + 11290, + 11301 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 13 }, "end": { - "line": 414, + "line": 415, "column": 24 } } }, "range": [ - 11250, - 11266 + 11285, + 11301 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 414, + "line": 415, "column": 24 } } @@ -17919,16 +18025,16 @@ "object": { "type": "ThisExpression", "range": [ - 11269, - 11273 + 11304, + 11308 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 27 }, "end": { - "line": 414, + "line": 415, "column": 31 } } @@ -17937,31 +18043,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11274, - 11288 + 11309, + 11323 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 32 }, "end": { - "line": 414, + "line": 415, "column": 46 } } }, "range": [ - 11269, - 11288 + 11304, + 11323 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 27 }, "end": { - "line": 414, + "line": 415, "column": 46 } } @@ -17973,16 +18079,16 @@ "type": "Identifier", "name": "f", "range": [ - 11291, - 11292 + 11326, + 11327 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 49 }, "end": { - "line": 414, + "line": 415, "column": 50 } } @@ -17991,31 +18097,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11293, - 11312 + 11328, + 11347 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 51 }, "end": { - "line": 414, + "line": 415, "column": 70 } } }, "range": [ - 11291, - 11312 + 11326, + 11347 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 49 }, "end": { - "line": 414, + "line": 415, "column": 70 } } @@ -18024,61 +18130,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11315, - 11317 + 11350, + 11352 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 73 }, "end": { - "line": 414, + "line": 415, "column": 75 } } }, "range": [ - 11269, - 11317 + 11304, + 11352 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 27 }, "end": { - "line": 414, + "line": 415, "column": 75 } } }, "range": [ - 11250, - 11317 + 11285, + 11352 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 414, + "line": 415, "column": 75 } } }, "range": [ - 11250, - 11318 + 11285, + 11353 ], "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 414, + "line": 415, "column": 76 } }, @@ -18087,16 +18193,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11140, - 11241 + 11175, + 11276 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 11 } } @@ -18107,16 +18213,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11328, - 11424 + 11363, + 11459 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 11 } } @@ -18134,16 +18240,16 @@ "object": { "type": "ThisExpression", "range": [ - 11433, - 11437 + 11468, + 11472 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 12 } } @@ -18152,31 +18258,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 11438, - 11451 + 11473, + 11486 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 13 }, "end": { - "line": 420, + "line": 421, "column": 26 } } }, "range": [ - 11433, - 11451 + 11468, + 11486 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 26 } } @@ -18187,16 +18293,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11454, - 11461 + 11489, + 11496 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 29 }, "end": { - "line": 420, + "line": 421, "column": 36 } } @@ -18209,16 +18315,16 @@ "type": "Identifier", "name": "f", "range": [ - 11462, - 11463 + 11497, + 11498 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 37 }, "end": { - "line": 420, + "line": 421, "column": 38 } } @@ -18227,77 +18333,77 @@ "type": "Identifier", "name": "external_flt_grid", "range": [ - 11464, - 11481 + 11499, + 11516 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 39 }, "end": { - "line": 420, + "line": 421, "column": 56 } } }, "range": [ - 11462, - 11481 + 11497, + 11516 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 37 }, "end": { - "line": 420, + "line": 421, "column": 56 } } } ], "range": [ - 11454, - 11482 + 11489, + 11517 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 29 }, "end": { - "line": 420, + "line": 421, "column": 57 } } }, "range": [ - 11433, - 11482 + 11468, + 11517 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 57 } } }, "range": [ - 11433, - 11483 + 11468, + 11518 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 58 } }, @@ -18306,16 +18412,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11328, - 11424 + 11363, + 11459 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 11 } } @@ -18326,16 +18432,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11493, - 11608 + 11528, + 11643 ], "loc": { "start": { - "line": 422, + "line": 423, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 11 } } @@ -18353,16 +18459,16 @@ "object": { "type": "ThisExpression", "range": [ - 11617, - 11621 + 11652, + 11656 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 8 }, "end": { - "line": 426, + "line": 427, "column": 12 } } @@ -18371,31 +18477,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 11622, - 11639 + 11657, + 11674 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 13 }, "end": { - "line": 426, + "line": 427, "column": 30 } } }, "range": [ - 11617, - 11639 + 11652, + 11674 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 8 }, "end": { - "line": 426, + "line": 427, "column": 30 } } @@ -18410,16 +18516,16 @@ "type": "Identifier", "name": "f", "range": [ - 11642, - 11643 + 11677, + 11678 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 33 }, "end": { - "line": 426, + "line": 427, "column": 34 } } @@ -18428,31 +18534,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 11644, - 11665 + 11679, + 11700 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 35 }, "end": { - "line": 426, + "line": 427, "column": 56 } } }, "range": [ - 11642, - 11665 + 11677, + 11700 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 33 }, "end": { - "line": 426, + "line": 427, "column": 56 } } @@ -18461,61 +18567,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11669, - 11671 + 11704, + 11706 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 60 }, "end": { - "line": 426, + "line": 427, "column": 62 } } }, "range": [ - 11642, - 11671 + 11677, + 11706 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 33 }, "end": { - "line": 426, + "line": 427, "column": 62 } } }, "range": [ - 11617, - 11671 + 11652, + 11706 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 8 }, "end": { - "line": 426, + "line": 427, "column": 62 } } }, "range": [ - 11617, - 11672 + 11652, + 11707 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 8 }, "end": { - "line": 426, + "line": 427, "column": 63 } }, @@ -18524,16 +18630,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11493, - 11608 + 11528, + 11643 ], "loc": { "start": { - "line": 422, + "line": 423, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 11 } } @@ -18544,16 +18650,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11682, - 11779 + 11717, + 11814 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 11 } } @@ -18571,16 +18677,16 @@ "object": { "type": "ThisExpression", "range": [ - 11788, - 11792 + 11823, + 11827 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 8 }, "end": { - "line": 432, + "line": 433, "column": 12 } } @@ -18589,31 +18695,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 11793, - 11808 + 11828, + 11843 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 13 }, "end": { - "line": 432, + "line": 433, "column": 28 } } }, "range": [ - 11788, - 11808 + 11823, + 11843 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 8 }, "end": { - "line": 432, + "line": 433, "column": 28 } } @@ -18626,16 +18732,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 11811, - 11815 + 11846, + 11850 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 31 }, "end": { - "line": 432, + "line": 433, "column": 35 } } @@ -18648,16 +18754,16 @@ "type": "Identifier", "name": "f", "range": [ - 11816, - 11817 + 11851, + 11852 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 36 }, "end": { - "line": 432, + "line": 433, "column": 37 } } @@ -18666,47 +18772,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 11818, - 11835 + 11853, + 11870 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 38 }, "end": { - "line": 432, + "line": 433, "column": 55 } } }, "range": [ - 11816, - 11835 + 11851, + 11870 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 36 }, "end": { - "line": 432, + "line": 433, "column": 55 } } } ], "range": [ - 11811, - 11836 + 11846, + 11871 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 31 }, "end": { - "line": 432, + "line": 433, "column": 56 } } @@ -18718,16 +18824,16 @@ "type": "Identifier", "name": "f", "range": [ - 11851, - 11852 + 11886, + 11887 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 12 }, "end": { - "line": 433, + "line": 434, "column": 13 } } @@ -18736,31 +18842,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 11853, - 11870 + 11888, + 11905 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 14 }, "end": { - "line": 433, + "line": 434, "column": 31 } } }, "range": [ - 11851, - 11870 + 11886, + 11905 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 12 }, "end": { - "line": 433, + "line": 434, "column": 31 } } @@ -18770,61 +18876,61 @@ "value": null, "raw": "null", "range": [ - 11873, - 11877 + 11908, + 11912 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 34 }, "end": { - "line": 433, + "line": 434, "column": 38 } } }, "range": [ - 11811, - 11877 + 11846, + 11912 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 31 }, "end": { - "line": 433, + "line": 434, "column": 38 } } }, "range": [ - 11788, - 11877 + 11823, + 11912 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 8 }, "end": { - "line": 433, + "line": 434, "column": 38 } } }, "range": [ - 11788, - 11878 + 11823, + 11913 ], "loc": { "start": { - "line": 432, + "line": 433, "column": 8 }, "end": { - "line": 433, + "line": 434, "column": 39 } }, @@ -18833,16 +18939,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11682, - 11779 + 11717, + 11814 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 11 } } @@ -18853,16 +18959,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 11888, - 11992 + 11923, + 12027 ], "loc": { "start": { - "line": 435, + "line": 436, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 11 } } @@ -18880,16 +18986,16 @@ "object": { "type": "ThisExpression", "range": [ - 12001, - 12005 + 12036, + 12040 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 439, + "line": 440, "column": 12 } } @@ -18898,31 +19004,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 12006, - 12021 + 12041, + 12056 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 13 }, "end": { - "line": 439, + "line": 440, "column": 28 } } }, "range": [ - 12001, - 12021 + 12036, + 12056 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 439, + "line": 440, "column": 28 } } @@ -18933,16 +19039,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12024, - 12031 + 12059, + 12066 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 31 }, "end": { - "line": 439, + "line": 440, "column": 38 } } @@ -18955,16 +19061,16 @@ "type": "Identifier", "name": "f", "range": [ - 12032, - 12033 + 12067, + 12068 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 39 }, "end": { - "line": 439, + "line": 440, "column": 40 } } @@ -18973,77 +19079,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 12034, - 12047 + 12069, + 12082 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 41 }, "end": { - "line": 439, + "line": 440, "column": 54 } } }, "range": [ - 12032, - 12047 + 12067, + 12082 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 39 }, "end": { - "line": 439, + "line": 440, "column": 54 } } } ], "range": [ - 12024, - 12048 + 12059, + 12083 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 31 }, "end": { - "line": 439, + "line": 440, "column": 55 } } }, "range": [ - 12001, - 12048 + 12036, + 12083 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 439, + "line": 440, "column": 55 } } }, "range": [ - 12001, - 12049 + 12036, + 12084 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 439, + "line": 440, "column": 56 } }, @@ -19052,16 +19158,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 11888, - 11992 + 11923, + 12027 ], "loc": { "start": { - "line": 435, + "line": 436, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 11 } } @@ -19072,16 +19178,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12059, - 12170 + 12094, + 12205 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 11 } } @@ -19099,16 +19205,16 @@ "object": { "type": "ThisExpression", "range": [ - 12179, - 12183 + 12214, + 12218 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 445, + "line": 446, "column": 12 } } @@ -19117,31 +19223,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 12184, - 12198 + 12219, + 12233 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 13 }, "end": { - "line": 445, + "line": 446, "column": 27 } } }, "range": [ - 12179, - 12198 + 12214, + 12233 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 445, + "line": 446, "column": 27 } } @@ -19154,16 +19260,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12201, - 12205 + 12236, + 12240 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 30 }, "end": { - "line": 445, + "line": 446, "column": 34 } } @@ -19176,16 +19282,16 @@ "type": "Identifier", "name": "f", "range": [ - 12206, - 12207 + 12241, + 12242 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 35 }, "end": { - "line": 445, + "line": 446, "column": 36 } } @@ -19194,47 +19300,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12208, - 12224 + 12243, + 12259 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 37 }, "end": { - "line": 445, + "line": 446, "column": 53 } } }, "range": [ - 12206, - 12224 + 12241, + 12259 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 35 }, "end": { - "line": 445, + "line": 446, "column": 53 } } } ], "range": [ - 12201, - 12225 + 12236, + 12260 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 30 }, "end": { - "line": 445, + "line": 446, "column": 54 } } @@ -19246,16 +19352,16 @@ "type": "Identifier", "name": "f", "range": [ - 12240, - 12241 + 12275, + 12276 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 12 }, "end": { - "line": 446, + "line": 447, "column": 13 } } @@ -19264,31 +19370,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12242, - 12258 + 12277, + 12293 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 14 }, "end": { - "line": 446, + "line": 447, "column": 30 } } }, "range": [ - 12240, - 12258 + 12275, + 12293 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 12 }, "end": { - "line": 446, + "line": 447, "column": 30 } } @@ -19298,61 +19404,61 @@ "value": null, "raw": "null", "range": [ - 12261, - 12265 + 12296, + 12300 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 33 }, "end": { - "line": 446, + "line": 447, "column": 37 } } }, "range": [ - 12201, - 12265 + 12236, + 12300 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 30 }, "end": { - "line": 446, + "line": 447, "column": 37 } } }, "range": [ - 12179, - 12265 + 12214, + 12300 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 446, + "line": 447, "column": 37 } } }, "range": [ - 12179, - 12266 + 12214, + 12301 ], "loc": { "start": { - "line": 445, + "line": 446, "column": 8 }, "end": { - "line": 446, + "line": 447, "column": 38 } }, @@ -19361,16 +19467,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12059, - 12170 + 12094, + 12205 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 11 } } @@ -19381,16 +19487,16 @@ "type": "Block", "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", "range": [ - 12276, - 12373 + 12311, + 12408 ], "loc": { "start": { - "line": 448, + "line": 449, "column": 8 }, "end": { - "line": 451, + "line": 452, "column": 11 } } @@ -19408,16 +19514,16 @@ "object": { "type": "ThisExpression", "range": [ - 12382, - 12386 + 12417, + 12421 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 452, + "line": 453, "column": 12 } } @@ -19426,31 +19532,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 12387, - 12405 + 12422, + 12440 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 13 }, "end": { - "line": 452, + "line": 453, "column": 31 } } }, "range": [ - 12382, - 12405 + 12417, + 12440 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 452, + "line": 453, "column": 31 } } @@ -19464,16 +19570,16 @@ "type": "Identifier", "name": "f", "range": [ - 12408, - 12409 + 12443, + 12444 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 34 }, "end": { - "line": 452, + "line": 453, "column": 35 } } @@ -19482,31 +19588,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 12410, - 12431 + 12445, + 12466 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 36 }, "end": { - "line": 452, + "line": 453, "column": 57 } } }, "range": [ - 12408, - 12431 + 12443, + 12466 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 34 }, "end": { - "line": 452, + "line": 453, "column": 57 } } @@ -19518,16 +19624,16 @@ "type": "Identifier", "name": "f", "range": [ - 12446, - 12447 + 12481, + 12482 ], "loc": { "start": { - "line": 453, + "line": 454, "column": 12 }, "end": { - "line": 453, + "line": 454, "column": 13 } } @@ -19536,31 +19642,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 12448, - 12469 + 12483, + 12504 ], "loc": { "start": { - "line": 453, + "line": 454, "column": 14 }, "end": { - "line": 453, + "line": 454, "column": 35 } } }, "range": [ - 12446, - 12469 + 12481, + 12504 ], "loc": { "start": { - "line": 453, + "line": 454, "column": 12 }, "end": { - "line": 453, + "line": 454, "column": 35 } } @@ -19569,61 +19675,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12472, - 12474 + 12507, + 12509 ], "loc": { "start": { - "line": 453, + "line": 454, "column": 38 }, "end": { - "line": 453, + "line": 454, "column": 40 } } }, "range": [ - 12408, - 12474 + 12443, + 12509 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 34 }, "end": { - "line": 453, + "line": 454, "column": 40 } } }, "range": [ - 12382, - 12474 + 12417, + 12509 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 453, + "line": 454, "column": 40 } } }, "range": [ - 12382, - 12475 + 12417, + 12510 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 453, + "line": 454, "column": 41 } }, @@ -19632,16 +19738,16 @@ "type": "Block", "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", "range": [ - 12276, - 12373 + 12311, + 12408 ], "loc": { "start": { - "line": 448, + "line": 449, "column": 8 }, "end": { - "line": 451, + "line": 452, "column": 11 } } @@ -19652,16 +19758,16 @@ "type": "Block", "value": "*\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n ", "range": [ - 12485, - 12600 + 12520, + 12635 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 8 }, "end": { - "line": 458, + "line": 459, "column": 11 } } @@ -19679,16 +19785,16 @@ "object": { "type": "ThisExpression", "range": [ - 12609, - 12613 + 12644, + 12648 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 459, + "line": 460, "column": 12 } } @@ -19697,31 +19803,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 12614, - 12628 + 12649, + 12663 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 13 }, "end": { - "line": 459, + "line": 460, "column": 27 } } }, "range": [ - 12609, - 12628 + 12644, + 12663 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 459, + "line": 460, "column": 27 } } @@ -19734,16 +19840,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12631, - 12635 + 12666, + 12670 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 30 }, "end": { - "line": 459, + "line": 460, "column": 34 } } @@ -19756,16 +19862,16 @@ "type": "Identifier", "name": "f", "range": [ - 12636, - 12637 + 12671, + 12672 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 35 }, "end": { - "line": 459, + "line": 460, "column": 36 } } @@ -19774,47 +19880,47 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 12638, - 12654 + 12673, + 12689 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 37 }, "end": { - "line": 459, + "line": 460, "column": 53 } } }, "range": [ - 12636, - 12654 + 12671, + 12689 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 35 }, "end": { - "line": 459, + "line": 460, "column": 53 } } } ], "range": [ - 12631, - 12655 + 12666, + 12690 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 30 }, "end": { - "line": 459, + "line": 460, "column": 54 } } @@ -19826,16 +19932,16 @@ "type": "Identifier", "name": "f", "range": [ - 12670, - 12671 + 12705, + 12706 ], "loc": { "start": { - "line": 460, + "line": 461, "column": 12 }, "end": { - "line": 460, + "line": 461, "column": 13 } } @@ -19844,31 +19950,31 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 12672, - 12688 + 12707, + 12723 ], "loc": { "start": { - "line": 460, + "line": 461, "column": 14 }, "end": { - "line": 460, + "line": 461, "column": 30 } } }, "range": [ - 12670, - 12688 + 12705, + 12723 ], "loc": { "start": { - "line": 460, + "line": 461, "column": 12 }, "end": { - "line": 460, + "line": 461, "column": 30 } } @@ -19878,61 +19984,61 @@ "value": null, "raw": "null", "range": [ - 12691, - 12695 + 12726, + 12730 ], "loc": { "start": { - "line": 460, + "line": 461, "column": 33 }, "end": { - "line": 460, + "line": 461, "column": 37 } } }, "range": [ - 12631, - 12695 + 12666, + 12730 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 30 }, "end": { - "line": 460, + "line": 461, "column": 37 } } }, "range": [ - 12609, - 12695 + 12644, + 12730 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 460, + "line": 461, "column": 37 } } }, "range": [ - 12609, - 12696 + 12644, + 12731 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 460, + "line": 461, "column": 38 } }, @@ -19941,16 +20047,16 @@ "type": "Block", "value": "*\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n ", "range": [ - 12485, - 12600 + 12520, + 12635 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 8 }, "end": { - "line": 458, + "line": 459, "column": 11 } } @@ -19961,16 +20067,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 12706, - 12872 + 12741, + 12907 ], "loc": { "start": { - "line": 462, + "line": 463, "column": 8 }, "end": { - "line": 466, + "line": 467, "column": 11 } } @@ -19988,16 +20094,16 @@ "object": { "type": "ThisExpression", "range": [ - 12881, - 12885 + 12916, + 12920 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 8 }, "end": { - "line": 467, + "line": 468, "column": 12 } } @@ -20006,31 +20112,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 12886, - 12895 + 12921, + 12930 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 13 }, "end": { - "line": 467, + "line": 468, "column": 22 } } }, "range": [ - 12881, - 12895 + 12916, + 12930 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 8 }, "end": { - "line": 467, + "line": 468, "column": 22 } } @@ -20045,16 +20151,16 @@ "type": "Identifier", "name": "f", "range": [ - 12898, - 12899 + 12933, + 12934 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 25 }, "end": { - "line": 467, + "line": 468, "column": 26 } } @@ -20063,31 +20169,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 12900, - 12909 + 12935, + 12944 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 27 }, "end": { - "line": 467, + "line": 468, "column": 36 } } }, "range": [ - 12898, - 12909 + 12933, + 12944 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 25 }, "end": { - "line": 467, + "line": 468, "column": 36 } } @@ -20097,61 +20203,61 @@ "value": "", "raw": "''", "range": [ - 12913, - 12915 + 12948, + 12950 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 40 }, "end": { - "line": 467, + "line": 468, "column": 42 } } }, "range": [ - 12898, - 12915 + 12933, + 12950 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 25 }, "end": { - "line": 467, + "line": 468, "column": 42 } } }, "range": [ - 12881, - 12915 + 12916, + 12950 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 8 }, "end": { - "line": 467, + "line": 468, "column": 42 } } }, "range": [ - 12881, - 12916 + 12916, + 12951 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 8 }, "end": { - "line": 467, + "line": 468, "column": 43 } }, @@ -20160,16 +20266,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 12706, - 12872 + 12741, + 12907 ], "loc": { "start": { - "line": 462, + "line": 463, "column": 8 }, "end": { - "line": 466, + "line": 467, "column": 11 } } @@ -20180,16 +20286,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 12926, - 13051 + 12961, + 13086 ], "loc": { "start": { - "line": 469, + "line": 470, "column": 8 }, "end": { - "line": 473, + "line": 474, "column": 11 } } @@ -20207,16 +20313,16 @@ "object": { "type": "ThisExpression", "range": [ - 13060, - 13064 + 13095, + 13099 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 8 }, "end": { - "line": 474, + "line": 475, "column": 12 } } @@ -20225,31 +20331,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 13065, - 13081 + 13100, + 13116 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 13 }, "end": { - "line": 474, + "line": 475, "column": 29 } } }, "range": [ - 13060, - 13081 + 13095, + 13116 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 8 }, "end": { - "line": 474, + "line": 475, "column": 29 } } @@ -20260,16 +20366,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 13084, - 13091 + 13119, + 13126 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 32 }, "end": { - "line": 474, + "line": 475, "column": 39 } } @@ -20281,16 +20387,16 @@ "object": { "type": "ThisExpression", "range": [ - 13092, - 13096 + 13127, + 13131 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 40 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -20299,77 +20405,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 13097, - 13106 + 13132, + 13141 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 45 }, "end": { - "line": 474, + "line": 475, "column": 54 } } }, "range": [ - 13092, - 13106 + 13127, + 13141 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 40 }, "end": { - "line": 474, + "line": 475, "column": 54 } } } ], "range": [ - 13084, - 13107 + 13119, + 13142 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 32 }, "end": { - "line": 474, + "line": 475, "column": 55 } } }, "range": [ - 13060, - 13107 + 13095, + 13142 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 8 }, "end": { - "line": 474, + "line": 475, "column": 55 } } }, "range": [ - 13060, - 13108 + 13095, + 13143 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 8 }, "end": { - "line": 474, + "line": 475, "column": 56 } }, @@ -20378,16 +20484,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 12926, - 13051 + 12961, + 13086 ], "loc": { "start": { - "line": 469, + "line": 470, "column": 8 }, "end": { - "line": 473, + "line": 474, "column": 11 } } @@ -20398,16 +20504,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13118, - 13200 + 13153, + 13235 ], "loc": { "start": { - "line": 476, + "line": 477, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 11 } } @@ -20425,16 +20531,16 @@ "object": { "type": "ThisExpression", "range": [ - 13209, - 13213 + 13244, + 13248 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 12 } } @@ -20443,31 +20549,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 13214, - 13226 + 13249, + 13261 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 13 }, "end": { - "line": 480, + "line": 481, "column": 25 } } }, "range": [ - 13209, - 13226 + 13244, + 13261 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 25 } } @@ -20482,16 +20588,16 @@ "type": "Identifier", "name": "f", "range": [ - 13229, - 13230 + 13264, + 13265 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 29 } } @@ -20500,31 +20606,31 @@ "type": "Identifier", "name": "toolbar_target_id", "range": [ - 13231, - 13248 + 13266, + 13283 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 30 }, "end": { - "line": 480, + "line": 481, "column": 47 } } }, "range": [ - 13229, - 13248 + 13264, + 13283 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 47 } } @@ -20534,61 +20640,61 @@ "value": null, "raw": "null", "range": [ - 13252, - 13256 + 13287, + 13291 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 51 }, "end": { - "line": 480, + "line": 481, "column": 55 } } }, "range": [ - 13229, - 13256 + 13264, + 13291 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 55 } } }, "range": [ - 13209, - 13256 + 13244, + 13291 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 55 } } }, "range": [ - 13209, - 13257 + 13244, + 13292 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 56 } }, @@ -20597,16 +20703,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13118, - 13200 + 13153, + 13235 ], "loc": { "start": { - "line": 476, + "line": 477, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 11 } } @@ -20617,16 +20723,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13267, - 13367 + 13302, + 13402 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 8 }, "end": { - "line": 485, + "line": 486, "column": 11 } } @@ -20644,16 +20750,16 @@ "object": { "type": "ThisExpression", "range": [ - 13376, - 13380 + 13411, + 13415 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 8 }, "end": { - "line": 486, + "line": 487, "column": 12 } } @@ -20662,31 +20768,31 @@ "type": "Identifier", "name": "help", "range": [ - 13381, - 13385 + 13416, + 13420 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 13 }, "end": { - "line": 486, + "line": 487, "column": 17 } } }, "range": [ - 13376, - 13385 + 13411, + 13420 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 8 }, "end": { - "line": 486, + "line": 487, "column": 17 } } @@ -20699,16 +20805,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 13388, - 13395 + 13423, + 13430 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 27 } } @@ -20721,16 +20827,16 @@ "type": "Identifier", "name": "f", "range": [ - 13396, - 13397 + 13431, + 13432 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 28 }, "end": { - "line": 486, + "line": 487, "column": 29 } } @@ -20739,47 +20845,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13398, - 13415 + 13433, + 13450 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 30 }, "end": { - "line": 486, + "line": 487, "column": 47 } } }, "range": [ - 13396, - 13415 + 13431, + 13450 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 28 }, "end": { - "line": 486, + "line": 487, "column": 47 } } } ], "range": [ - 13388, - 13416 + 13423, + 13451 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 48 } } @@ -20788,16 +20894,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 13431, - 13440 + 13466, + 13475 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 12 }, "end": { - "line": 487, + "line": 488, "column": 21 } } @@ -20808,16 +20914,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13443, - 13450 + 13478, + 13485 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 24 }, "end": { - "line": 487, + "line": 488, "column": 31 } } @@ -20830,16 +20936,16 @@ "type": "Identifier", "name": "f", "range": [ - 13451, - 13452 + 13486, + 13487 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 32 }, "end": { - "line": 487, + "line": 488, "column": 33 } } @@ -20848,92 +20954,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13453, - 13470 + 13488, + 13505 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 34 }, "end": { - "line": 487, + "line": 488, "column": 51 } } }, "range": [ - 13451, - 13470 + 13486, + 13505 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 32 }, "end": { - "line": 487, + "line": 488, "column": 51 } } } ], "range": [ - 13443, - 13471 + 13478, + 13506 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 24 }, "end": { - "line": 487, + "line": 488, "column": 52 } } }, "range": [ - 13388, - 13471 + 13423, + 13506 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 20 }, "end": { - "line": 487, + "line": 488, "column": 52 } } }, "range": [ - 13376, - 13471 + 13411, + 13506 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 8 }, "end": { - "line": 487, + "line": 488, "column": 52 } } }, "range": [ - 13376, - 13472 + 13411, + 13507 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 8 }, "end": { - "line": 487, + "line": 488, "column": 53 } }, @@ -20942,16 +21048,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13267, - 13367 + 13302, + 13402 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 8 }, "end": { - "line": 485, + "line": 486, "column": 11 } } @@ -20962,16 +21068,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13482, - 13581 + 13517, + 13616 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 492, + "line": 493, "column": 11 } } @@ -20989,16 +21095,16 @@ "object": { "type": "ThisExpression", "range": [ - 13590, - 13594 + 13625, + 13629 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 12 } } @@ -21007,31 +21113,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 13595, - 13607 + 13630, + 13642 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 13 }, "end": { - "line": 493, + "line": 494, "column": 25 } } }, "range": [ - 13590, - 13607 + 13625, + 13642 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 25 } } @@ -21042,16 +21148,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13610, - 13617 + 13645, + 13652 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 28 }, "end": { - "line": 493, + "line": 494, "column": 35 } } @@ -21064,16 +21170,16 @@ "type": "Identifier", "name": "f", "range": [ - 13618, - 13619 + 13653, + 13654 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 36 }, "end": { - "line": 493, + "line": 494, "column": 37 } } @@ -21082,77 +21188,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 13620, - 13633 + 13655, + 13668 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 38 }, "end": { - "line": 493, + "line": 494, "column": 51 } } }, "range": [ - 13618, - 13633 + 13653, + 13668 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 36 }, "end": { - "line": 493, + "line": 494, "column": 51 } } } ], "range": [ - 13610, - 13634 + 13645, + 13669 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 28 }, "end": { - "line": 493, + "line": 494, "column": 52 } } }, "range": [ - 13590, - 13634 + 13625, + 13669 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 52 } } }, "range": [ - 13590, - 13635 + 13625, + 13670 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 53 } }, @@ -21161,16 +21267,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13482, - 13581 + 13517, + 13616 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 492, + "line": 493, "column": 11 } } @@ -21181,16 +21287,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 13645, - 13762 + 13680, + 13797 ], "loc": { "start": { - "line": 495, + "line": 496, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 11 } } @@ -21208,16 +21314,16 @@ "object": { "type": "ThisExpression", "range": [ - 13771, - 13775 + 13806, + 13810 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 499, + "line": 500, "column": 12 } } @@ -21226,31 +21332,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 13776, - 13793 + 13811, + 13828 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 13 }, "end": { - "line": 499, + "line": 500, "column": 30 } } }, "range": [ - 13771, - 13793 + 13806, + 13828 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 499, + "line": 500, "column": 30 } } @@ -21261,16 +21367,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13796, - 13803 + 13831, + 13838 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 33 }, "end": { - "line": 499, + "line": 500, "column": 40 } } @@ -21283,16 +21389,16 @@ "type": "Identifier", "name": "f", "range": [ - 13804, - 13805 + 13839, + 13840 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 41 }, "end": { - "line": 499, + "line": 500, "column": 42 } } @@ -21301,77 +21407,77 @@ "type": "Identifier", "name": "mark_active_columns", "range": [ - 13806, - 13825 + 13841, + 13860 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 43 }, "end": { - "line": 499, + "line": 500, "column": 62 } } }, "range": [ - 13804, - 13825 + 13839, + 13860 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 41 }, "end": { - "line": 499, + "line": 500, "column": 62 } } } ], "range": [ - 13796, - 13826 + 13831, + 13861 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 33 }, "end": { - "line": 499, + "line": 500, "column": 63 } } }, "range": [ - 13771, - 13826 + 13806, + 13861 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 499, + "line": 500, "column": 63 } } }, "range": [ - 13771, - 13827 + 13806, + 13862 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 499, + "line": 500, "column": 64 } }, @@ -21380,16 +21486,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 13645, - 13762 + 13680, + 13797 ], "loc": { "start": { - "line": 495, + "line": 496, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 11 } } @@ -21400,16 +21506,16 @@ "type": "Block", "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", "range": [ - 13837, - 13929 + 13872, + 13964 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 8 }, "end": { - "line": 504, + "line": 505, "column": 11 } } @@ -21427,16 +21533,16 @@ "object": { "type": "ThisExpression", "range": [ - 13938, - 13942 + 13973, + 13977 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 8 }, "end": { - "line": 505, + "line": 506, "column": 12 } } @@ -21445,31 +21551,31 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 13943, - 13964 + 13978, + 13999 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 13 }, "end": { - "line": 505, + "line": 506, "column": 34 } } }, "range": [ - 13938, - 13964 + 13973, + 13999 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 8 }, "end": { - "line": 505, + "line": 506, "column": 34 } } @@ -21484,16 +21590,16 @@ "type": "Identifier", "name": "f", "range": [ - 13967, - 13968 + 14002, + 14003 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 37 }, "end": { - "line": 505, + "line": 506, "column": 38 } } @@ -21502,31 +21608,31 @@ "type": "Identifier", "name": "active_columns_css_class", "range": [ - 13969, - 13993 + 14004, + 14028 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 39 }, "end": { - "line": 505, + "line": 506, "column": 63 } } }, "range": [ - 13967, - 13993 + 14002, + 14028 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 37 }, "end": { - "line": 505, + "line": 506, "column": 63 } } @@ -21536,61 +21642,61 @@ "value": "activeHeader", "raw": "'activeHeader'", "range": [ - 14009, - 14023 + 14044, + 14058 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 12 }, "end": { - "line": 506, + "line": 507, "column": 26 } } }, "range": [ - 13967, - 14023 + 14002, + 14058 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 37 }, "end": { - "line": 506, + "line": 507, "column": 26 } } }, "range": [ - 13938, - 14023 + 13973, + 14058 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 8 }, "end": { - "line": 506, + "line": 507, "column": 26 } } }, "range": [ - 13938, - 14024 + 13973, + 14059 ], "loc": { "start": { - "line": 505, + "line": 506, "column": 8 }, "end": { - "line": 506, + "line": 507, "column": 27 } }, @@ -21599,16 +21705,16 @@ "type": "Block", "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", "range": [ - 13837, - 13929 + 13872, + 13964 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 8 }, "end": { - "line": 504, + "line": 505, "column": 11 } } @@ -21619,16 +21725,16 @@ "type": "Block", "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14034, - 14141 + 14069, + 14176 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 8 }, "end": { - "line": 511, + "line": 512, "column": 11 } } @@ -21646,16 +21752,16 @@ "object": { "type": "ThisExpression", "range": [ - 14150, - 14154 + 14185, + 14189 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 8 }, "end": { - "line": 512, + "line": 513, "column": 12 } } @@ -21664,31 +21770,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 14155, - 14175 + 14190, + 14210 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 13 }, "end": { - "line": 512, + "line": 513, "column": 33 } } }, "range": [ - 14150, - 14175 + 14185, + 14210 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 8 }, "end": { - "line": 512, + "line": 513, "column": 33 } } @@ -21701,16 +21807,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 14178, - 14182 + 14213, + 14217 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 36 }, "end": { - "line": 512, + "line": 513, "column": 40 } } @@ -21723,16 +21829,16 @@ "type": "Identifier", "name": "f", "range": [ - 14183, - 14184 + 14218, + 14219 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 41 }, "end": { - "line": 512, + "line": 513, "column": 42 } } @@ -21741,47 +21847,47 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 14185, - 14208 + 14220, + 14243 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 43 }, "end": { - "line": 512, + "line": 513, "column": 66 } } }, "range": [ - 14183, - 14208 + 14218, + 14243 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 41 }, "end": { - "line": 512, + "line": 513, "column": 66 } } } ], "range": [ - 14178, - 14209 + 14213, + 14244 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 36 }, "end": { - "line": 512, + "line": 513, "column": 67 } } @@ -21793,16 +21899,16 @@ "type": "Identifier", "name": "f", "range": [ - 14224, - 14225 + 14259, + 14260 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 12 }, "end": { - "line": 513, + "line": 514, "column": 13 } } @@ -21811,31 +21917,31 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 14226, - 14249 + 14261, + 14284 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 14 }, "end": { - "line": 513, + "line": 514, "column": 37 } } }, "range": [ - 14224, - 14249 + 14259, + 14284 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 12 }, "end": { - "line": 513, + "line": 514, "column": 37 } } @@ -21845,61 +21951,61 @@ "value": null, "raw": "null", "range": [ - 14252, - 14256 + 14287, + 14291 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 40 }, "end": { - "line": 513, + "line": 514, "column": 44 } } }, "range": [ - 14178, - 14256 + 14213, + 14291 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 36 }, "end": { - "line": 513, + "line": 514, "column": 44 } } }, "range": [ - 14150, - 14256 + 14185, + 14291 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 8 }, "end": { - "line": 513, + "line": 514, "column": 44 } } }, "range": [ - 14150, - 14257 + 14185, + 14292 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 8 }, "end": { - "line": 513, + "line": 514, "column": 45 } }, @@ -21908,16 +22014,16 @@ "type": "Block", "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14034, - 14141 + 14069, + 14176 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 8 }, "end": { - "line": 511, + "line": 512, "column": 11 } } @@ -21928,16 +22034,16 @@ "type": "Block", "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14267, - 14373 + 14302, + 14408 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 8 }, "end": { - "line": 518, + "line": 519, "column": 11 } } @@ -21955,16 +22061,16 @@ "object": { "type": "ThisExpression", "range": [ - 14382, - 14386 + 14417, + 14421 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 8 }, "end": { - "line": 519, + "line": 520, "column": 12 } } @@ -21973,31 +22079,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 14387, - 14406 + 14422, + 14441 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 13 }, "end": { - "line": 519, + "line": 520, "column": 32 } } }, "range": [ - 14382, - 14406 + 14417, + 14441 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 8 }, "end": { - "line": 519, + "line": 520, "column": 32 } } @@ -22010,16 +22116,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 14409, - 14413 + 14444, + 14448 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 35 }, "end": { - "line": 519, + "line": 520, "column": 39 } } @@ -22032,16 +22138,16 @@ "type": "Identifier", "name": "f", "range": [ - 14414, - 14415 + 14449, + 14450 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 40 }, "end": { - "line": 519, + "line": 520, "column": 41 } } @@ -22050,47 +22156,47 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 14416, - 14438 + 14451, + 14473 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 42 }, "end": { - "line": 519, + "line": 520, "column": 64 } } }, "range": [ - 14414, - 14438 + 14449, + 14473 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 40 }, "end": { - "line": 519, + "line": 520, "column": 64 } } } ], "range": [ - 14409, - 14439 + 14444, + 14474 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 35 }, "end": { - "line": 519, + "line": 520, "column": 65 } } @@ -22102,16 +22208,16 @@ "type": "Identifier", "name": "f", "range": [ - 14454, - 14455 + 14489, + 14490 ], "loc": { "start": { - "line": 520, + "line": 521, "column": 12 }, "end": { - "line": 520, + "line": 521, "column": 13 } } @@ -22120,31 +22226,31 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 14456, - 14478 + 14491, + 14513 ], "loc": { "start": { - "line": 520, + "line": 521, "column": 14 }, "end": { - "line": 520, + "line": 521, "column": 36 } } }, "range": [ - 14454, - 14478 + 14489, + 14513 ], "loc": { "start": { - "line": 520, + "line": 521, "column": 12 }, "end": { - "line": 520, + "line": 521, "column": 36 } } @@ -22154,61 +22260,61 @@ "value": null, "raw": "null", "range": [ - 14481, - 14485 + 14516, + 14520 ], "loc": { "start": { - "line": 520, + "line": 521, "column": 39 }, "end": { - "line": 520, + "line": 521, "column": 43 } } }, "range": [ - 14409, - 14485 + 14444, + 14520 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 35 }, "end": { - "line": 520, + "line": 521, "column": 43 } } }, "range": [ - 14382, - 14485 + 14417, + 14520 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 8 }, "end": { - "line": 520, + "line": 521, "column": 43 } } }, "range": [ - 14382, - 14486 + 14417, + 14521 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 8 }, "end": { - "line": 520, + "line": 521, "column": 44 } }, @@ -22217,16 +22323,16 @@ "type": "Block", "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14267, - 14373 + 14302, + 14408 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 8 }, "end": { - "line": 518, + "line": 519, "column": 11 } } @@ -22237,16 +22343,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14496, - 14550 + 14531, + 14585 ], "loc": { "start": { - "line": 522, + "line": 523, "column": 8 }, "end": { - "line": 522, + "line": 523, "column": 62 } } @@ -22255,16 +22361,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n ", "range": [ - 14559, - 14672 + 14594, + 14707 ], "loc": { "start": { - "line": 523, + "line": 524, "column": 8 }, "end": { - "line": 526, + "line": 527, "column": 11 } } @@ -22282,16 +22388,16 @@ "object": { "type": "ThisExpression", "range": [ - 14681, - 14685 + 14716, + 14720 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 8 }, "end": { - "line": 527, + "line": 528, "column": 12 } } @@ -22300,31 +22406,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 14686, - 14700 + 14721, + 14735 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 13 }, "end": { - "line": 527, + "line": 528, "column": 27 } } }, "range": [ - 14681, - 14700 + 14716, + 14735 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 8 }, "end": { - "line": 527, + "line": 528, "column": 27 } } @@ -22339,16 +22445,16 @@ "type": "Identifier", "name": "f", "range": [ - 14703, - 14704 + 14738, + 14739 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 30 }, "end": { - "line": 527, + "line": 528, "column": 31 } } @@ -22357,31 +22463,31 @@ "type": "Identifier", "name": "display_all_text", "range": [ - 14705, - 14721 + 14740, + 14756 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 32 }, "end": { - "line": 527, + "line": 528, "column": 48 } } }, "range": [ - 14703, - 14721 + 14738, + 14756 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 30 }, "end": { - "line": 527, + "line": 528, "column": 48 } } @@ -22391,61 +22497,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 14725, - 14732 + 14760, + 14767 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 52 }, "end": { - "line": 527, + "line": 528, "column": 59 } } }, "range": [ - 14703, - 14732 + 14738, + 14767 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 30 }, "end": { - "line": 527, + "line": 528, "column": 59 } } }, "range": [ - 14681, - 14732 + 14716, + 14767 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 8 }, "end": { - "line": 527, + "line": 528, "column": 59 } } }, "range": [ - 14681, - 14733 + 14716, + 14768 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 8 }, "end": { - "line": 527, + "line": 528, "column": 60 } }, @@ -22454,16 +22560,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14496, - 14550 + 14531, + 14585 ], "loc": { "start": { - "line": 522, + "line": 523, "column": 8 }, "end": { - "line": 522, + "line": 523, "column": 62 } } @@ -22472,16 +22578,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n ", "range": [ - 14559, - 14672 + 14594, + 14707 ], "loc": { "start": { - "line": 523, + "line": 524, "column": 8 }, "end": { - "line": 526, + "line": 527, "column": 11 } } @@ -22492,16 +22598,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14743, - 14863 + 14778, + 14898 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 8 }, "end": { - "line": 532, + "line": 533, "column": 11 } } @@ -22519,16 +22625,16 @@ "object": { "type": "ThisExpression", "range": [ - 14872, - 14876 + 14907, + 14911 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 8 }, "end": { - "line": 533, + "line": 534, "column": 12 } } @@ -22537,31 +22643,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 14877, - 14894 + 14912, + 14929 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 13 }, "end": { - "line": 533, + "line": 534, "column": 30 } } }, "range": [ - 14872, - 14894 + 14907, + 14929 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 8 }, "end": { - "line": 533, + "line": 534, "column": 30 } } @@ -22572,16 +22678,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14897, - 14904 + 14932, + 14939 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 33 }, "end": { - "line": 533, + "line": 534, "column": 40 } } @@ -22594,16 +22700,16 @@ "type": "Identifier", "name": "f", "range": [ - 14905, - 14906 + 14940, + 14941 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 41 }, "end": { - "line": 533, + "line": 534, "column": 42 } } @@ -22612,77 +22718,77 @@ "type": "Identifier", "name": "enable_empty_option", "range": [ - 14907, - 14926 + 14942, + 14961 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 43 }, "end": { - "line": 533, + "line": 534, "column": 62 } } }, "range": [ - 14905, - 14926 + 14940, + 14961 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 41 }, "end": { - "line": 533, + "line": 534, "column": 62 } } } ], "range": [ - 14897, - 14927 + 14932, + 14962 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 33 }, "end": { - "line": 533, + "line": 534, "column": 63 } } }, "range": [ - 14872, - 14927 + 14907, + 14962 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 8 }, "end": { - "line": 533, + "line": 534, "column": 63 } } }, "range": [ - 14872, - 14928 + 14907, + 14963 ], "loc": { "start": { - "line": 533, + "line": 534, "column": 8 }, "end": { - "line": 533, + "line": 534, "column": 64 } }, @@ -22691,16 +22797,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14743, - 14863 + 14778, + 14898 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 8 }, "end": { - "line": 532, + "line": 533, "column": 11 } } @@ -22711,16 +22817,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14938, - 15038 + 14973, + 15073 ], "loc": { "start": { - "line": 535, + "line": 536, "column": 8 }, "end": { - "line": 538, + "line": 539, "column": 11 } } @@ -22738,16 +22844,16 @@ "object": { "type": "ThisExpression", "range": [ - 15047, - 15051 + 15082, + 15086 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 8 }, "end": { - "line": 539, + "line": 540, "column": 12 } } @@ -22756,31 +22862,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 15052, - 15061 + 15087, + 15096 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 13 }, "end": { - "line": 539, + "line": 540, "column": 22 } } }, "range": [ - 15047, - 15061 + 15082, + 15096 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 8 }, "end": { - "line": 539, + "line": 540, "column": 22 } } @@ -22795,16 +22901,16 @@ "type": "Identifier", "name": "f", "range": [ - 15064, - 15065 + 15099, + 15100 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 25 }, "end": { - "line": 539, + "line": 540, "column": 26 } } @@ -22813,31 +22919,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 15066, - 15076 + 15101, + 15111 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 27 }, "end": { - "line": 539, + "line": 540, "column": 37 } } }, "range": [ - 15064, - 15076 + 15099, + 15111 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 25 }, "end": { - "line": 539, + "line": 540, "column": 37 } } @@ -22847,61 +22953,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 15080, - 15089 + 15115, + 15124 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 41 }, "end": { - "line": 539, + "line": 540, "column": 50 } } }, "range": [ - 15064, - 15089 + 15099, + 15124 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 25 }, "end": { - "line": 539, + "line": 540, "column": 50 } } }, "range": [ - 15047, - 15089 + 15082, + 15124 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 8 }, "end": { - "line": 539, + "line": 540, "column": 50 } } }, "range": [ - 15047, - 15090 + 15082, + 15125 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 8 }, "end": { - "line": 539, + "line": 540, "column": 51 } }, @@ -22910,16 +23016,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14938, - 15038 + 14973, + 15073 ], "loc": { "start": { - "line": 535, + "line": 536, "column": 8 }, "end": { - "line": 538, + "line": 539, "column": 11 } } @@ -22930,16 +23036,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15100, - 15235 + 15135, + 15270 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 545, + "line": 546, "column": 11 } } @@ -22957,16 +23063,16 @@ "object": { "type": "ThisExpression", "range": [ - 15244, - 15248 + 15279, + 15283 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 8 }, "end": { - "line": 546, + "line": 547, "column": 12 } } @@ -22975,31 +23081,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 15249, - 15269 + 15284, + 15304 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 13 }, "end": { - "line": 546, + "line": 547, "column": 33 } } }, "range": [ - 15244, - 15269 + 15279, + 15304 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 8 }, "end": { - "line": 546, + "line": 547, "column": 33 } } @@ -23010,16 +23116,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 15272, - 15279 + 15307, + 15314 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 36 }, "end": { - "line": 546, + "line": 547, "column": 43 } } @@ -23032,16 +23138,16 @@ "type": "Identifier", "name": "f", "range": [ - 15280, - 15281 + 15315, + 15316 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 44 }, "end": { - "line": 546, + "line": 547, "column": 45 } } @@ -23050,77 +23156,77 @@ "type": "Identifier", "name": "enable_non_empty_option", "range": [ - 15282, - 15305 + 15317, + 15340 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 46 }, "end": { - "line": 546, + "line": 547, "column": 69 } } }, "range": [ - 15280, - 15305 + 15315, + 15340 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 44 }, "end": { - "line": 546, + "line": 547, "column": 69 } } } ], "range": [ - 15272, - 15306 + 15307, + 15341 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 36 }, "end": { - "line": 546, + "line": 547, "column": 70 } } }, "range": [ - 15244, - 15306 + 15279, + 15341 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 8 }, "end": { - "line": 546, + "line": 547, "column": 70 } } }, "range": [ - 15244, - 15307 + 15279, + 15342 ], "loc": { "start": { - "line": 546, + "line": 547, "column": 8 }, "end": { - "line": 546, + "line": 547, "column": 71 } }, @@ -23129,16 +23235,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15100, - 15235 + 15135, + 15270 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 545, + "line": 546, "column": 11 } } @@ -23149,16 +23255,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15317, - 15421 + 15352, + 15456 ], "loc": { "start": { - "line": 548, + "line": 549, "column": 8 }, "end": { - "line": 551, + "line": 552, "column": 11 } } @@ -23176,16 +23282,16 @@ "object": { "type": "ThisExpression", "range": [ - 15430, - 15434 + 15465, + 15469 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 8 }, "end": { - "line": 552, + "line": 553, "column": 12 } } @@ -23194,31 +23300,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 15435, - 15447 + 15470, + 15482 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 13 }, "end": { - "line": 552, + "line": 553, "column": 25 } } }, "range": [ - 15430, - 15447 + 15465, + 15482 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 8 }, "end": { - "line": 552, + "line": 553, "column": 25 } } @@ -23233,16 +23339,16 @@ "type": "Identifier", "name": "f", "range": [ - 15450, - 15451 + 15485, + 15486 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 28 }, "end": { - "line": 552, + "line": 553, "column": 29 } } @@ -23251,31 +23357,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 15452, - 15466 + 15487, + 15501 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 30 }, "end": { - "line": 552, + "line": 553, "column": 44 } } }, "range": [ - 15450, - 15466 + 15485, + 15501 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 28 }, "end": { - "line": 552, + "line": 553, "column": 44 } } @@ -23285,61 +23391,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 15470, - 15483 + 15505, + 15518 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 48 }, "end": { - "line": 552, + "line": 553, "column": 61 } } }, "range": [ - 15450, - 15483 + 15485, + 15518 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 28 }, "end": { - "line": 552, + "line": 553, "column": 61 } } }, "range": [ - 15430, - 15483 + 15465, + 15518 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 8 }, "end": { - "line": 552, + "line": 553, "column": 61 } } }, "range": [ - 15430, - 15484 + 15465, + 15519 ], "loc": { "start": { - "line": 552, + "line": 553, "column": 8 }, "end": { - "line": 552, + "line": 553, "column": 62 } }, @@ -23348,16 +23454,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15317, - 15421 + 15352, + 15456 ], "loc": { "start": { - "line": 548, + "line": 549, "column": 8 }, "end": { - "line": 551, + "line": 552, "column": 11 } } @@ -23368,16 +23474,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15494, - 15642 + 15529, + 15677 ], "loc": { "start": { - "line": 554, + "line": 555, "column": 8 }, "end": { - "line": 558, + "line": 559, "column": 11 } } @@ -23395,16 +23501,16 @@ "object": { "type": "ThisExpression", "range": [ - 15651, - 15655 + 15686, + 15690 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 8 }, "end": { - "line": 559, + "line": 560, "column": 12 } } @@ -23413,31 +23519,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 15656, - 15667 + 15691, + 15702 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 13 }, "end": { - "line": 559, + "line": 560, "column": 24 } } }, "range": [ - 15651, - 15667 + 15686, + 15702 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 8 }, "end": { - "line": 559, + "line": 560, "column": 24 } } @@ -23454,16 +23560,16 @@ "type": "Identifier", "name": "f", "range": [ - 15670, - 15671 + 15705, + 15706 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 27 }, "end": { - "line": 559, + "line": 560, "column": 28 } } @@ -23472,31 +23578,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 15672, - 15681 + 15707, + 15716 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 29 }, "end": { - "line": 559, + "line": 560, "column": 38 } } }, "range": [ - 15670, - 15681 + 15705, + 15716 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 27 }, "end": { - "line": 559, + "line": 560, "column": 38 } } @@ -23506,31 +23612,31 @@ "value": false, "raw": "false", "range": [ - 15686, - 15691 + 15721, + 15726 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 43 }, "end": { - "line": 559, + "line": 560, "column": 48 } } }, "range": [ - 15670, - 15691 + 15705, + 15726 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 27 }, "end": { - "line": 559, + "line": 560, "column": 48 } } @@ -23540,16 +23646,16 @@ "value": false, "raw": "false", "range": [ - 15694, - 15699 + 15729, + 15734 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 51 }, "end": { - "line": 559, + "line": 560, "column": 56 } } @@ -23559,61 +23665,61 @@ "value": true, "raw": "true", "range": [ - 15702, - 15706 + 15737, + 15741 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 59 }, "end": { - "line": 559, + "line": 560, "column": 63 } } }, "range": [ - 15670, - 15706 + 15705, + 15741 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 27 }, "end": { - "line": 559, + "line": 560, "column": 63 } } }, "range": [ - 15651, - 15706 + 15686, + 15741 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 8 }, "end": { - "line": 559, + "line": 560, "column": 63 } } }, "range": [ - 15651, - 15707 + 15686, + 15742 ], "loc": { "start": { - "line": 559, + "line": 560, "column": 8 }, "end": { - "line": 559, + "line": 560, "column": 64 } }, @@ -23622,16 +23728,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15494, - 15642 + 15529, + 15677 ], "loc": { "start": { - "line": 554, + "line": 555, "column": 8 }, "end": { - "line": 558, + "line": 559, "column": 11 } } @@ -23642,16 +23748,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15717, - 15880 + 15752, + 15915 ], "loc": { "start": { - "line": 561, + "line": 562, "column": 8 }, "end": { - "line": 565, + "line": 566, "column": 11 } } @@ -23669,16 +23775,16 @@ "object": { "type": "ThisExpression", "range": [ - 15889, - 15893 + 15924, + 15928 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 8 }, "end": { - "line": 566, + "line": 567, "column": 12 } } @@ -23687,31 +23793,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 15894, - 15901 + 15929, + 15936 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 13 }, "end": { - "line": 566, + "line": 567, "column": 20 } } }, "range": [ - 15889, - 15901 + 15924, + 15936 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 8 }, "end": { - "line": 566, + "line": 567, "column": 20 } } @@ -23728,16 +23834,16 @@ "type": "Identifier", "name": "f", "range": [ - 15904, - 15905 + 15939, + 15940 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 23 }, "end": { - "line": 566, + "line": 567, "column": 24 } } @@ -23746,31 +23852,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 15906, - 15917 + 15941, + 15952 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 25 }, "end": { - "line": 566, + "line": 567, "column": 36 } } }, "range": [ - 15904, - 15917 + 15939, + 15952 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 23 }, "end": { - "line": 566, + "line": 567, "column": 36 } } @@ -23780,31 +23886,31 @@ "value": false, "raw": "false", "range": [ - 15922, - 15927 + 15957, + 15962 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 41 }, "end": { - "line": 566, + "line": 567, "column": 46 } } }, "range": [ - 15904, - 15927 + 15939, + 15962 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 23 }, "end": { - "line": 566, + "line": 567, "column": 46 } } @@ -23814,16 +23920,16 @@ "value": false, "raw": "false", "range": [ - 15930, - 15935 + 15965, + 15970 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 49 }, "end": { - "line": 566, + "line": 567, "column": 54 } } @@ -23833,61 +23939,61 @@ "value": true, "raw": "true", "range": [ - 15938, - 15942 + 15973, + 15977 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 57 }, "end": { - "line": 566, + "line": 567, "column": 61 } } }, "range": [ - 15904, - 15942 + 15939, + 15977 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 23 }, "end": { - "line": 566, + "line": 567, "column": 61 } } }, "range": [ - 15889, - 15942 + 15924, + 15977 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 8 }, "end": { - "line": 566, + "line": 567, "column": 61 } } }, "range": [ - 15889, - 15943 + 15924, + 15978 ], "loc": { "start": { - "line": 566, + "line": 567, "column": 8 }, "end": { - "line": 566, + "line": 567, "column": 62 } }, @@ -23896,16 +24002,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15717, - 15880 + 15752, + 15915 ], "loc": { "start": { - "line": 561, + "line": 562, "column": 8 }, "end": { - "line": 565, + "line": 566, "column": 11 } } @@ -23916,16 +24022,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15953, - 16129 + 15988, + 16164 ], "loc": { "start": { - "line": 568, + "line": 569, "column": 8 }, "end": { - "line": 573, + "line": 574, "column": 11 } } @@ -23943,16 +24049,16 @@ "object": { "type": "ThisExpression", "range": [ - 16138, - 16142 + 16173, + 16177 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 575, "column": 12 } } @@ -23961,31 +24067,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16143, - 16155 + 16178, + 16190 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 13 }, "end": { - "line": 574, + "line": 575, "column": 25 } } }, "range": [ - 16138, - 16155 + 16173, + 16190 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 575, "column": 25 } } @@ -23996,16 +24102,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16158, - 16165 + 16193, + 16200 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 28 }, "end": { - "line": 574, + "line": 575, "column": 35 } } @@ -24018,16 +24124,16 @@ "type": "Identifier", "name": "f", "range": [ - 16166, - 16167 + 16201, + 16202 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 36 }, "end": { - "line": 574, + "line": 575, "column": 37 } } @@ -24036,77 +24142,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16168, - 16180 + 16203, + 16215 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 38 }, "end": { - "line": 574, + "line": 575, "column": 50 } } }, "range": [ - 16166, - 16180 + 16201, + 16215 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 36 }, "end": { - "line": 574, + "line": 575, "column": 50 } } } ], "range": [ - 16158, - 16181 + 16193, + 16216 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 28 }, "end": { - "line": 574, + "line": 575, "column": 51 } } }, "range": [ - 16138, - 16181 + 16173, + 16216 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 575, "column": 51 } } }, "range": [ - 16138, - 16182 + 16173, + 16217 ], "loc": { "start": { - "line": 574, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 575, "column": 52 } }, @@ -24115,16 +24221,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15953, - 16129 + 15988, + 16164 ], "loc": { "start": { - "line": 568, + "line": 569, "column": 8 }, "end": { - "line": 573, + "line": 574, "column": 11 } } @@ -24135,16 +24241,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16192, - 16329 + 16227, + 16364 ], "loc": { "start": { - "line": 576, + "line": 577, "column": 8 }, "end": { - "line": 580, + "line": 581, "column": 11 } } @@ -24162,16 +24268,16 @@ "object": { "type": "ThisExpression", "range": [ - 16338, - 16342 + 16373, + 16377 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 8 }, "end": { - "line": 581, + "line": 582, "column": 12 } } @@ -24180,31 +24286,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 16343, - 16353 + 16378, + 16388 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 13 }, "end": { - "line": 581, + "line": 582, "column": 23 } } }, "range": [ - 16338, - 16353 + 16373, + 16388 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 8 }, "end": { - "line": 581, + "line": 582, "column": 23 } } @@ -24217,16 +24323,16 @@ "object": { "type": "ThisExpression", "range": [ - 16356, - 16360 + 16391, + 16395 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 26 }, "end": { - "line": 581, + "line": 582, "column": 30 } } @@ -24235,31 +24341,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16361, - 16373 + 16396, + 16408 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 31 }, "end": { - "line": 581, + "line": 582, "column": 43 } } }, "range": [ - 16356, - 16373 + 16391, + 16408 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 26 }, "end": { - "line": 581, + "line": 582, "column": 43 } } @@ -24271,16 +24377,16 @@ "type": "Identifier", "name": "f", "range": [ - 16376, - 16377 + 16411, + 16412 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 46 }, "end": { - "line": 581, + "line": 582, "column": 47 } } @@ -24289,31 +24395,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16378, - 16390 + 16413, + 16425 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 48 }, "end": { - "line": 581, + "line": 582, "column": 60 } } }, "range": [ - 16376, - 16390 + 16411, + 16425 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 46 }, "end": { - "line": 581, + "line": 582, "column": 60 } } @@ -24322,61 +24428,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16393, - 16395 + 16428, + 16430 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 63 }, "end": { - "line": 581, + "line": 582, "column": 65 } } }, "range": [ - 16356, - 16395 + 16391, + 16430 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 26 }, "end": { - "line": 581, + "line": 582, "column": 65 } } }, "range": [ - 16338, - 16395 + 16373, + 16430 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 8 }, "end": { - "line": 581, + "line": 582, "column": 65 } } }, "range": [ - 16338, - 16396 + 16373, + 16431 ], "loc": { "start": { - "line": 581, + "line": 582, "column": 8 }, "end": { - "line": 581, + "line": 582, "column": 66 } }, @@ -24385,16 +24491,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16192, - 16329 + 16227, + 16364 ], "loc": { "start": { - "line": 576, + "line": 577, "column": 8 }, "end": { - "line": 580, + "line": 581, "column": 11 } } @@ -24405,16 +24511,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16406, - 16583 + 16441, + 16618 ], "loc": { "start": { - "line": 583, + "line": 584, "column": 8 }, "end": { - "line": 588, + "line": 589, "column": 11 } } @@ -24432,16 +24538,16 @@ "object": { "type": "ThisExpression", "range": [ - 16592, - 16596 + 16627, + 16631 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 590, "column": 12 } } @@ -24450,31 +24556,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 16597, - 16610 + 16632, + 16645 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 13 }, "end": { - "line": 589, + "line": 590, "column": 26 } } }, "range": [ - 16592, - 16610 + 16627, + 16645 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 590, "column": 26 } } @@ -24485,16 +24591,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16613, - 16620 + 16648, + 16655 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 29 }, "end": { - "line": 589, + "line": 590, "column": 36 } } @@ -24507,16 +24613,16 @@ "type": "Identifier", "name": "f", "range": [ - 16621, - 16622 + 16656, + 16657 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 37 }, "end": { - "line": 589, + "line": 590, "column": 38 } } @@ -24525,77 +24631,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 16623, - 16636 + 16658, + 16671 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 39 }, "end": { - "line": 589, + "line": 590, "column": 52 } } }, "range": [ - 16621, - 16636 + 16656, + 16671 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 37 }, "end": { - "line": 589, + "line": 590, "column": 52 } } } ], "range": [ - 16613, - 16637 + 16648, + 16672 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 29 }, "end": { - "line": 589, + "line": 590, "column": 53 } } }, "range": [ - 16592, - 16637 + 16627, + 16672 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 590, "column": 53 } } }, "range": [ - 16592, - 16638 + 16627, + 16673 ], "loc": { "start": { - "line": 589, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 590, "column": 54 } }, @@ -24604,16 +24710,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16406, - 16583 + 16441, + 16618 ], "loc": { "start": { - "line": 583, + "line": 584, "column": 8 }, "end": { - "line": 588, + "line": 589, "column": 11 } } @@ -24624,16 +24730,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16648, - 16786 + 16683, + 16821 ], "loc": { "start": { - "line": 591, + "line": 592, "column": 8 }, "end": { - "line": 595, + "line": 596, "column": 11 } } @@ -24651,16 +24757,16 @@ "object": { "type": "ThisExpression", "range": [ - 16795, - 16799 + 16830, + 16834 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 8 }, "end": { - "line": 596, + "line": 597, "column": 12 } } @@ -24669,31 +24775,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 16800, - 16811 + 16835, + 16846 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 13 }, "end": { - "line": 596, + "line": 597, "column": 24 } } }, "range": [ - 16795, - 16811 + 16830, + 16846 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 8 }, "end": { - "line": 596, + "line": 597, "column": 24 } } @@ -24706,16 +24812,16 @@ "object": { "type": "ThisExpression", "range": [ - 16814, - 16818 + 16849, + 16853 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 27 }, "end": { - "line": 596, + "line": 597, "column": 31 } } @@ -24724,31 +24830,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 16819, - 16832 + 16854, + 16867 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 32 }, "end": { - "line": 596, + "line": 597, "column": 45 } } }, "range": [ - 16814, - 16832 + 16849, + 16867 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 27 }, "end": { - "line": 596, + "line": 597, "column": 45 } } @@ -24760,16 +24866,16 @@ "type": "Identifier", "name": "f", "range": [ - 16835, - 16836 + 16870, + 16871 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 48 }, "end": { - "line": 596, + "line": 597, "column": 49 } } @@ -24778,31 +24884,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 16837, - 16850 + 16872, + 16885 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 50 }, "end": { - "line": 596, + "line": 597, "column": 63 } } }, "range": [ - 16835, - 16850 + 16870, + 16885 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 48 }, "end": { - "line": 596, + "line": 597, "column": 63 } } @@ -24811,61 +24917,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16853, - 16855 + 16888, + 16890 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 66 }, "end": { - "line": 596, + "line": 597, "column": 68 } } }, "range": [ - 16814, - 16855 + 16849, + 16890 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 27 }, "end": { - "line": 596, + "line": 597, "column": 68 } } }, "range": [ - 16795, - 16855 + 16830, + 16890 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 8 }, "end": { - "line": 596, + "line": 597, "column": 68 } } }, "range": [ - 16795, - 16856 + 16830, + 16891 ], "loc": { "start": { - "line": 596, + "line": 597, "column": 8 }, "end": { - "line": 596, + "line": 597, "column": 69 } }, @@ -24874,16 +24980,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16648, - 16786 + 16683, + 16821 ], "loc": { "start": { - "line": 591, + "line": 592, "column": 8 }, "end": { - "line": 595, + "line": 596, "column": 11 } } @@ -24894,16 +25000,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16866, - 17009 + 16901, + 17044 ], "loc": { "start": { - "line": 598, + "line": 599, "column": 8 }, "end": { - "line": 602, + "line": 603, "column": 11 } } @@ -24921,16 +25027,16 @@ "object": { "type": "ThisExpression", "range": [ - 17018, - 17022 + 17053, + 17057 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 8 }, "end": { - "line": 603, + "line": 604, "column": 12 } } @@ -24939,31 +25045,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 17023, - 17038 + 17058, + 17073 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 13 }, "end": { - "line": 603, + "line": 604, "column": 28 } } }, "range": [ - 17018, - 17038 + 17053, + 17073 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 8 }, "end": { - "line": 603, + "line": 604, "column": 28 } } @@ -24974,16 +25080,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 17041, - 17048 + 17076, + 17083 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 31 }, "end": { - "line": 603, + "line": 604, "column": 38 } } @@ -24996,16 +25102,16 @@ "type": "Identifier", "name": "f", "range": [ - 17049, - 17050 + 17084, + 17085 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 39 }, "end": { - "line": 603, + "line": 604, "column": 40 } } @@ -25014,77 +25120,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 17051, - 17073 + 17086, + 17108 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 41 }, "end": { - "line": 603, + "line": 604, "column": 63 } } }, "range": [ - 17049, - 17073 + 17084, + 17108 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 39 }, "end": { - "line": 603, + "line": 604, "column": 63 } } } ], "range": [ - 17041, - 17074 + 17076, + 17109 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 31 }, "end": { - "line": 603, + "line": 604, "column": 64 } } }, "range": [ - 17018, - 17074 + 17053, + 17109 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 8 }, "end": { - "line": 603, + "line": 604, "column": 64 } } }, "range": [ - 17018, - 17075 + 17053, + 17110 ], "loc": { "start": { - "line": 603, + "line": 604, "column": 8 }, "end": { - "line": 603, + "line": 604, "column": 65 } }, @@ -25093,16 +25199,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16866, - 17009 + 16901, + 17044 ], "loc": { "start": { - "line": 598, + "line": 599, "column": 8 }, "end": { - "line": 602, + "line": 603, "column": 11 } } @@ -25113,16 +25219,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17085, - 17203 + 17120, + 17238 ], "loc": { "start": { - "line": 605, + "line": 606, "column": 8 }, "end": { - "line": 608, + "line": 609, "column": 11 } } @@ -25140,16 +25246,16 @@ "object": { "type": "ThisExpression", "range": [ - 17212, - 17216 + 17247, + 17251 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 8 }, "end": { - "line": 609, + "line": 610, "column": 12 } } @@ -25158,31 +25264,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 17217, - 17233 + 17252, + 17268 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 13 }, "end": { - "line": 609, + "line": 610, "column": 29 } } }, "range": [ - 17212, - 17233 + 17247, + 17268 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 8 }, "end": { - "line": 609, + "line": 610, "column": 29 } } @@ -25193,16 +25299,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 17236, - 17241 + 17271, + 17276 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 32 }, "end": { - "line": 609, + "line": 610, "column": 37 } } @@ -25215,16 +25321,16 @@ "type": "Identifier", "name": "f", "range": [ - 17242, - 17243 + 17277, + 17278 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 38 }, "end": { - "line": 609, + "line": 610, "column": 39 } } @@ -25233,77 +25339,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17244, - 17258 + 17279, + 17293 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 40 }, "end": { - "line": 609, + "line": 610, "column": 54 } } }, "range": [ - 17242, - 17258 + 17277, + 17293 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 38 }, "end": { - "line": 609, + "line": 610, "column": 54 } } } ], "range": [ - 17236, - 17259 + 17271, + 17294 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 32 }, "end": { - "line": 609, + "line": 610, "column": 55 } } }, "range": [ - 17212, - 17259 + 17247, + 17294 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 8 }, "end": { - "line": 609, + "line": 610, "column": 55 } } }, "range": [ - 17212, - 17260 + 17247, + 17295 ], "loc": { "start": { - "line": 609, + "line": 610, "column": 8 }, "end": { - "line": 609, + "line": 610, "column": 56 } }, @@ -25312,16 +25418,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17085, - 17203 + 17120, + 17238 ], "loc": { "start": { - "line": 605, + "line": 606, "column": 8 }, "end": { - "line": 608, + "line": 609, "column": 11 } } @@ -25332,16 +25438,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17270, - 17742 + 17305, + 17777 ], "loc": { "start": { - "line": 611, + "line": 612, "column": 8 }, "end": { - "line": 627, + "line": 628, "column": 11 } } @@ -25359,16 +25465,16 @@ "object": { "type": "ThisExpression", "range": [ - 17751, - 17755 + 17786, + 17790 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 8 }, "end": { - "line": 628, + "line": 629, "column": 12 } } @@ -25377,31 +25483,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 17756, - 17769 + 17791, + 17804 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 13 }, "end": { - "line": 628, + "line": 629, "column": 26 } } }, "range": [ - 17751, - 17769 + 17786, + 17804 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 8 }, "end": { - "line": 628, + "line": 629, "column": 26 } } @@ -25413,16 +25519,16 @@ "type": "Identifier", "name": "f", "range": [ - 17772, - 17773 + 17807, + 17808 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 29 }, "end": { - "line": 628, + "line": 629, "column": 30 } } @@ -25431,61 +25537,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17774, - 17788 + 17809, + 17823 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 31 }, "end": { - "line": 628, + "line": 629, "column": 45 } } }, "range": [ - 17772, - 17788 + 17807, + 17823 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 29 }, "end": { - "line": 628, + "line": 629, "column": 45 } } }, "range": [ - 17751, - 17788 + 17786, + 17823 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 8 }, "end": { - "line": 628, + "line": 629, "column": 45 } } }, "range": [ - 17751, - 17789 + 17786, + 17824 ], "loc": { "start": { - "line": 628, + "line": 629, "column": 8 }, "end": { - "line": 628, + "line": 629, "column": 46 } }, @@ -25494,16 +25600,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17270, - 17742 + 17305, + 17777 ], "loc": { "start": { - "line": 611, + "line": 612, "column": 8 }, "end": { - "line": 627, + "line": 628, "column": 11 } } @@ -25514,16 +25620,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17799, - 17825 + 17834, + 17860 ], "loc": { "start": { - "line": 630, + "line": 631, "column": 8 }, "end": { - "line": 630, + "line": 631, "column": 34 } } @@ -25532,16 +25638,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17834, - 17951 + 17869, + 17986 ], "loc": { "start": { - "line": 631, + "line": 632, "column": 8 }, "end": { - "line": 634, + "line": 635, "column": 11 } } @@ -25559,16 +25665,16 @@ "object": { "type": "ThisExpression", "range": [ - 17960, - 17964 + 17995, + 17999 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 8 }, "end": { - "line": 635, + "line": 636, "column": 12 } } @@ -25577,31 +25683,31 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 17965, - 17976 + 18000, + 18011 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 13 }, "end": { - "line": 635, + "line": 636, "column": 24 } } }, "range": [ - 17960, - 17976 + 17995, + 18011 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 8 }, "end": { - "line": 635, + "line": 636, "column": 24 } } @@ -25616,16 +25722,16 @@ "type": "Identifier", "name": "f", "range": [ - 17979, - 17980 + 18014, + 18015 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 27 }, "end": { - "line": 635, + "line": 636, "column": 28 } } @@ -25634,31 +25740,31 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 17981, - 17996 + 18016, + 18031 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 29 }, "end": { - "line": 635, + "line": 636, "column": 44 } } }, "range": [ - 17979, - 17996 + 18014, + 18031 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 27 }, "end": { - "line": 635, + "line": 636, "column": 44 } } @@ -25668,61 +25774,61 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 18000, - 18006 + 18035, + 18041 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 48 }, "end": { - "line": 635, + "line": 636, "column": 54 } } }, "range": [ - 17979, - 18006 + 18014, + 18041 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 27 }, "end": { - "line": 635, + "line": 636, "column": 54 } } }, "range": [ - 17960, - 18006 + 17995, + 18041 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 8 }, "end": { - "line": 635, + "line": 636, "column": 54 } } }, "range": [ - 17960, - 18007 + 17995, + 18042 ], "loc": { "start": { - "line": 635, + "line": 636, "column": 8 }, "end": { - "line": 635, + "line": 636, "column": 55 } }, @@ -25731,16 +25837,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17799, - 17825 + 17834, + 17860 ], "loc": { "start": { - "line": 630, + "line": 631, "column": 8 }, "end": { - "line": 630, + "line": 631, "column": 34 } } @@ -25749,16 +25855,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17834, - 17951 + 17869, + 17986 ], "loc": { "start": { - "line": 631, + "line": 632, "column": 8 }, "end": { - "line": 634, + "line": 635, "column": 11 } } @@ -25769,16 +25875,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 18017, - 18130 + 18052, + 18165 ], "loc": { "start": { - "line": 637, + "line": 638, "column": 8 }, "end": { - "line": 640, + "line": 641, "column": 11 } } @@ -25796,16 +25902,16 @@ "object": { "type": "ThisExpression", "range": [ - 18139, - 18143 + 18174, + 18178 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 8 }, "end": { - "line": 641, + "line": 642, "column": 12 } } @@ -25814,31 +25920,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 18144, - 18154 + 18179, + 18189 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 13 }, "end": { - "line": 641, + "line": 642, "column": 23 } } }, "range": [ - 18139, - 18154 + 18174, + 18189 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 8 }, "end": { - "line": 641, + "line": 642, "column": 23 } } @@ -25853,16 +25959,16 @@ "type": "Identifier", "name": "f", "range": [ - 18157, - 18158 + 18192, + 18193 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 26 }, "end": { - "line": 641, + "line": 642, "column": 27 } } @@ -25871,31 +25977,31 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 18159, - 18173 + 18194, + 18208 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 28 }, "end": { - "line": 641, + "line": 642, "column": 42 } } }, "range": [ - 18157, - 18173 + 18192, + 18208 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 26 }, "end": { - "line": 641, + "line": 642, "column": 42 } } @@ -25905,61 +26011,61 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 18177, - 18186 + 18212, + 18221 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 46 }, "end": { - "line": 641, + "line": 642, "column": 55 } } }, "range": [ - 18157, - 18186 + 18192, + 18221 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 26 }, "end": { - "line": 641, + "line": 642, "column": 55 } } }, "range": [ - 18139, - 18186 + 18174, + 18221 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 8 }, "end": { - "line": 641, + "line": 642, "column": 55 } } }, "range": [ - 18139, - 18187 + 18174, + 18222 ], "loc": { "start": { - "line": 641, + "line": 642, "column": 8 }, "end": { - "line": 641, + "line": 642, "column": 56 } }, @@ -25968,16 +26074,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 18017, - 18130 + 18052, + 18165 ], "loc": { "start": { - "line": 637, + "line": 638, "column": 8 }, "end": { - "line": 640, + "line": 641, "column": 11 } } @@ -25988,16 +26094,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18197, - 18317 + 18232, + 18352 ], "loc": { "start": { - "line": 643, + "line": 644, "column": 8 }, "end": { - "line": 646, + "line": 647, "column": 11 } } @@ -26015,16 +26121,16 @@ "object": { "type": "ThisExpression", "range": [ - 18326, - 18330 + 18361, + 18365 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 8 }, "end": { - "line": 647, + "line": 648, "column": 12 } } @@ -26033,31 +26139,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 18331, - 18341 + 18366, + 18376 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 13 }, "end": { - "line": 647, + "line": 648, "column": 23 } } }, "range": [ - 18326, - 18341 + 18361, + 18376 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 8 }, "end": { - "line": 647, + "line": 648, "column": 23 } } @@ -26072,16 +26178,16 @@ "type": "Identifier", "name": "f", "range": [ - 18344, - 18345 + 18379, + 18380 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 26 }, "end": { - "line": 647, + "line": 648, "column": 27 } } @@ -26090,31 +26196,31 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 18346, - 18363 + 18381, + 18398 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 28 }, "end": { - "line": 647, + "line": 648, "column": 45 } } }, "range": [ - 18344, - 18363 + 18379, + 18398 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 26 }, "end": { - "line": 647, + "line": 648, "column": 45 } } @@ -26124,61 +26230,61 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 18367, - 18379 + 18402, + 18414 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 49 }, "end": { - "line": 647, + "line": 648, "column": 61 } } }, "range": [ - 18344, - 18379 + 18379, + 18414 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 26 }, "end": { - "line": 647, + "line": 648, "column": 61 } } }, "range": [ - 18326, - 18379 + 18361, + 18414 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 8 }, "end": { - "line": 647, + "line": 648, "column": 61 } } }, "range": [ - 18326, - 18380 + 18361, + 18415 ], "loc": { "start": { - "line": 647, + "line": 648, "column": 8 }, "end": { - "line": 647, + "line": 648, "column": 62 } }, @@ -26187,16 +26293,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18197, - 18317 + 18232, + 18352 ], "loc": { "start": { - "line": 643, + "line": 644, "column": 8 }, "end": { - "line": 646, + "line": 647, "column": 11 } } @@ -26207,16 +26313,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18390, - 18497 + 18425, + 18532 ], "loc": { "start": { - "line": 649, + "line": 650, "column": 8 }, "end": { - "line": 652, + "line": 653, "column": 11 } } @@ -26234,16 +26340,16 @@ "object": { "type": "ThisExpression", "range": [ - 18506, - 18510 + 18541, + 18545 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 8 }, "end": { - "line": 653, + "line": 654, "column": 12 } } @@ -26252,31 +26358,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 18511, - 18521 + 18546, + 18556 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 13 }, "end": { - "line": 653, + "line": 654, "column": 23 } } }, "range": [ - 18506, - 18521 + 18541, + 18556 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 8 }, "end": { - "line": 653, + "line": 654, "column": 23 } } @@ -26291,16 +26397,16 @@ "type": "Identifier", "name": "f", "range": [ - 18524, - 18525 + 18559, + 18560 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 26 }, "end": { - "line": 653, + "line": 654, "column": 27 } } @@ -26309,31 +26415,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 18526, - 18537 + 18561, + 18572 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 28 }, "end": { - "line": 653, + "line": 654, "column": 39 } } }, "range": [ - 18524, - 18537 + 18559, + 18572 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 26 }, "end": { - "line": 653, + "line": 654, "column": 39 } } @@ -26343,61 +26449,61 @@ "value": "||", "raw": "'||'", "range": [ - 18541, - 18545 + 18576, + 18580 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 43 }, "end": { - "line": 653, + "line": 654, "column": 47 } } }, "range": [ - 18524, - 18545 + 18559, + 18580 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 26 }, "end": { - "line": 653, + "line": 654, "column": 47 } } }, "range": [ - 18506, - 18545 + 18541, + 18580 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 8 }, "end": { - "line": 653, + "line": 654, "column": 47 } } }, "range": [ - 18506, - 18546 + 18541, + 18581 ], "loc": { "start": { - "line": 653, + "line": 654, "column": 8 }, "end": { - "line": 653, + "line": 654, "column": 48 } }, @@ -26406,16 +26512,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18390, - 18497 + 18425, + 18532 ], "loc": { "start": { - "line": 649, + "line": 650, "column": 8 }, "end": { - "line": 652, + "line": 653, "column": 11 } } @@ -26426,16 +26532,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18556, - 18664 + 18591, + 18699 ], "loc": { "start": { - "line": 655, + "line": 656, "column": 8 }, "end": { - "line": 658, + "line": 659, "column": 11 } } @@ -26453,16 +26559,16 @@ "object": { "type": "ThisExpression", "range": [ - 18673, - 18677 + 18708, + 18712 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 8 }, "end": { - "line": 659, + "line": 660, "column": 12 } } @@ -26471,31 +26577,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 18678, - 18688 + 18713, + 18723 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 13 }, "end": { - "line": 659, + "line": 660, "column": 23 } } }, "range": [ - 18673, - 18688 + 18708, + 18723 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 8 }, "end": { - "line": 659, + "line": 660, "column": 23 } } @@ -26510,16 +26616,16 @@ "type": "Identifier", "name": "f", "range": [ - 18691, - 18692 + 18726, + 18727 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 26 }, "end": { - "line": 659, + "line": 660, "column": 27 } } @@ -26528,31 +26634,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 18693, - 18705 + 18728, + 18740 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 28 }, "end": { - "line": 659, + "line": 660, "column": 40 } } }, "range": [ - 18691, - 18705 + 18726, + 18740 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 26 }, "end": { - "line": 659, + "line": 660, "column": 40 } } @@ -26562,61 +26668,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 18709, - 18713 + 18744, + 18748 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 44 }, "end": { - "line": 659, + "line": 660, "column": 48 } } }, "range": [ - 18691, - 18713 + 18726, + 18748 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 26 }, "end": { - "line": 659, + "line": 660, "column": 48 } } }, "range": [ - 18673, - 18713 + 18708, + 18748 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 8 }, "end": { - "line": 659, + "line": 660, "column": 48 } } }, "range": [ - 18673, - 18714 + 18708, + 18749 ], "loc": { "start": { - "line": 659, + "line": 660, "column": 8 }, "end": { - "line": 659, + "line": 660, "column": 49 } }, @@ -26625,16 +26731,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18556, - 18664 + 18591, + 18699 ], "loc": { "start": { - "line": 655, + "line": 656, "column": 8 }, "end": { - "line": 658, + "line": 659, "column": 11 } } @@ -26645,16 +26751,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18724, - 18832 + 18759, + 18867 ], "loc": { "start": { - "line": 661, + "line": 662, "column": 8 }, "end": { - "line": 664, + "line": 665, "column": 11 } } @@ -26672,16 +26778,16 @@ "object": { "type": "ThisExpression", "range": [ - 18841, - 18845 + 18876, + 18880 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 8 }, "end": { - "line": 665, + "line": 666, "column": 12 } } @@ -26690,31 +26796,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 18846, - 18856 + 18881, + 18891 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 13 }, "end": { - "line": 665, + "line": 666, "column": 23 } } }, "range": [ - 18841, - 18856 + 18876, + 18891 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 8 }, "end": { - "line": 665, + "line": 666, "column": 23 } } @@ -26729,16 +26835,16 @@ "type": "Identifier", "name": "f", "range": [ - 18859, - 18860 + 18894, + 18895 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 26 }, "end": { - "line": 665, + "line": 666, "column": 27 } } @@ -26747,31 +26853,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 18861, - 18877 + 18896, + 18912 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 28 }, "end": { - "line": 665, + "line": 666, "column": 44 } } }, "range": [ - 18859, - 18877 + 18894, + 18912 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 26 }, "end": { - "line": 665, + "line": 666, "column": 44 } } @@ -26781,61 +26887,61 @@ "value": ">", "raw": "'>'", "range": [ - 18881, - 18884 + 18916, + 18919 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 48 }, "end": { - "line": 665, + "line": 666, "column": 51 } } }, "range": [ - 18859, - 18884 + 18894, + 18919 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 26 }, "end": { - "line": 665, + "line": 666, "column": 51 } } }, "range": [ - 18841, - 18884 + 18876, + 18919 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 8 }, "end": { - "line": 665, + "line": 666, "column": 51 } } }, "range": [ - 18841, - 18885 + 18876, + 18920 ], "loc": { "start": { - "line": 665, + "line": 666, "column": 8 }, "end": { - "line": 665, + "line": 666, "column": 52 } }, @@ -26844,16 +26950,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18724, - 18832 + 18759, + 18867 ], "loc": { "start": { - "line": 661, + "line": 662, "column": 8 }, "end": { - "line": 664, + "line": 665, "column": 11 } } @@ -26864,16 +26970,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18895, - 19001 + 18930, + 19036 ], "loc": { "start": { - "line": 667, + "line": 668, "column": 8 }, "end": { - "line": 670, + "line": 671, "column": 11 } } @@ -26891,16 +26997,16 @@ "object": { "type": "ThisExpression", "range": [ - 19010, - 19014 + 19045, + 19049 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 8 }, "end": { - "line": 671, + "line": 672, "column": 12 } } @@ -26909,31 +27015,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 19015, - 19025 + 19050, + 19060 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 13 }, "end": { - "line": 671, + "line": 672, "column": 23 } } }, "range": [ - 19010, - 19025 + 19045, + 19060 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 8 }, "end": { - "line": 671, + "line": 672, "column": 23 } } @@ -26948,16 +27054,16 @@ "type": "Identifier", "name": "f", "range": [ - 19028, - 19029 + 19063, + 19064 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 26 }, "end": { - "line": 671, + "line": 672, "column": 27 } } @@ -26966,31 +27072,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 19030, - 19044 + 19065, + 19079 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 28 }, "end": { - "line": 671, + "line": 672, "column": 42 } } }, "range": [ - 19028, - 19044 + 19063, + 19079 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 26 }, "end": { - "line": 671, + "line": 672, "column": 42 } } @@ -27000,61 +27106,61 @@ "value": "<", "raw": "'<'", "range": [ - 19048, - 19051 + 19083, + 19086 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 46 }, "end": { - "line": 671, + "line": 672, "column": 49 } } }, "range": [ - 19028, - 19051 + 19063, + 19086 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 26 }, "end": { - "line": 671, + "line": 672, "column": 49 } } }, "range": [ - 19010, - 19051 + 19045, + 19086 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 8 }, "end": { - "line": 671, + "line": 672, "column": 49 } } }, "range": [ - 19010, - 19052 + 19045, + 19087 ], "loc": { "start": { - "line": 671, + "line": 672, "column": 8 }, "end": { - "line": 671, + "line": 672, "column": 50 } }, @@ -27063,16 +27169,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18895, - 19001 + 18930, + 19036 ], "loc": { "start": { - "line": 667, + "line": 668, "column": 8 }, "end": { - "line": 670, + "line": 671, "column": 11 } } @@ -27083,16 +27189,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19062, - 19178 + 19097, + 19213 ], "loc": { "start": { - "line": 673, + "line": 674, "column": 8 }, "end": { - "line": 676, + "line": 677, "column": 11 } } @@ -27110,16 +27216,16 @@ "object": { "type": "ThisExpression", "range": [ - 19187, - 19191 + 19222, + 19226 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 8 }, "end": { - "line": 677, + "line": 678, "column": 12 } } @@ -27128,31 +27234,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 19192, - 19202 + 19227, + 19237 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 13 }, "end": { - "line": 677, + "line": 678, "column": 23 } } }, "range": [ - 19187, - 19202 + 19222, + 19237 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 8 }, "end": { - "line": 677, + "line": 678, "column": 23 } } @@ -27167,16 +27273,16 @@ "type": "Identifier", "name": "f", "range": [ - 19205, - 19206 + 19240, + 19241 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 26 }, "end": { - "line": 677, + "line": 678, "column": 27 } } @@ -27185,31 +27291,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 19207, - 19227 + 19242, + 19262 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 28 }, "end": { - "line": 677, + "line": 678, "column": 48 } } }, "range": [ - 19205, - 19227 + 19240, + 19262 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 26 }, "end": { - "line": 677, + "line": 678, "column": 48 } } @@ -27219,61 +27325,61 @@ "value": "<=", "raw": "'<='", "range": [ - 19231, - 19235 + 19266, + 19270 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 52 }, "end": { - "line": 677, + "line": 678, "column": 56 } } }, "range": [ - 19205, - 19235 + 19240, + 19270 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 26 }, "end": { - "line": 677, + "line": 678, "column": 56 } } }, "range": [ - 19187, - 19235 + 19222, + 19270 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 8 }, "end": { - "line": 677, + "line": 678, "column": 56 } } }, "range": [ - 19187, - 19236 + 19222, + 19271 ], "loc": { "start": { - "line": 677, + "line": 678, "column": 8 }, "end": { - "line": 677, + "line": 678, "column": 57 } }, @@ -27282,16 +27388,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19062, - 19178 + 19097, + 19213 ], "loc": { "start": { - "line": 673, + "line": 674, "column": 8 }, "end": { - "line": 676, + "line": 677, "column": 11 } } @@ -27302,16 +27408,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19246, - 19364 + 19281, + 19399 ], "loc": { "start": { - "line": 679, + "line": 680, "column": 8 }, "end": { - "line": 682, + "line": 683, "column": 11 } } @@ -27329,16 +27435,16 @@ "object": { "type": "ThisExpression", "range": [ - 19373, - 19377 + 19408, + 19412 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 8 }, "end": { - "line": 683, + "line": 684, "column": 12 } } @@ -27347,31 +27453,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 19378, - 19388 + 19413, + 19423 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 13 }, "end": { - "line": 683, + "line": 684, "column": 23 } } }, "range": [ - 19373, - 19388 + 19408, + 19423 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 8 }, "end": { - "line": 683, + "line": 684, "column": 23 } } @@ -27386,16 +27492,16 @@ "type": "Identifier", "name": "f", "range": [ - 19391, - 19392 + 19426, + 19427 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 26 }, "end": { - "line": 683, + "line": 684, "column": 27 } } @@ -27404,31 +27510,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 19393, - 19415 + 19428, + 19450 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 28 }, "end": { - "line": 683, + "line": 684, "column": 50 } } }, "range": [ - 19391, - 19415 + 19426, + 19450 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 26 }, "end": { - "line": 683, + "line": 684, "column": 50 } } @@ -27438,61 +27544,61 @@ "value": ">=", "raw": "'>='", "range": [ - 19419, - 19423 + 19454, + 19458 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 54 }, "end": { - "line": 683, + "line": 684, "column": 58 } } }, "range": [ - 19391, - 19423 + 19426, + 19458 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 26 }, "end": { - "line": 683, + "line": 684, "column": 58 } } }, "range": [ - 19373, - 19423 + 19408, + 19458 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 8 }, "end": { - "line": 683, + "line": 684, "column": 58 } } }, "range": [ - 19373, - 19424 + 19408, + 19459 ], "loc": { "start": { - "line": 683, + "line": 684, "column": 8 }, "end": { - "line": 683, + "line": 684, "column": 59 } }, @@ -27501,16 +27607,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19246, - 19364 + 19281, + 19399 ], "loc": { "start": { - "line": 679, + "line": 680, "column": 8 }, "end": { - "line": 682, + "line": 683, "column": 11 } } @@ -27521,16 +27627,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19434, - 19540 + 19469, + 19575 ], "loc": { "start": { - "line": 685, + "line": 686, "column": 8 }, "end": { - "line": 688, + "line": 689, "column": 11 } } @@ -27548,16 +27654,16 @@ "object": { "type": "ThisExpression", "range": [ - 19549, - 19553 + 19584, + 19588 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 8 }, "end": { - "line": 689, + "line": 690, "column": 12 } } @@ -27566,31 +27672,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 19554, - 19564 + 19589, + 19599 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 13 }, "end": { - "line": 689, + "line": 690, "column": 23 } } }, "range": [ - 19549, - 19564 + 19584, + 19599 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 8 }, "end": { - "line": 689, + "line": 690, "column": 23 } } @@ -27605,16 +27711,16 @@ "type": "Identifier", "name": "f", "range": [ - 19567, - 19568 + 19602, + 19603 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 26 }, "end": { - "line": 689, + "line": 690, "column": 27 } } @@ -27623,31 +27729,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 19569, - 19587 + 19604, + 19622 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 28 }, "end": { - "line": 689, + "line": 690, "column": 46 } } }, "range": [ - 19567, - 19587 + 19602, + 19622 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 26 }, "end": { - "line": 689, + "line": 690, "column": 46 } } @@ -27657,61 +27763,61 @@ "value": "!", "raw": "'!'", "range": [ - 19591, - 19594 + 19626, + 19629 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 50 }, "end": { - "line": 689, + "line": 690, "column": 53 } } }, "range": [ - 19567, - 19594 + 19602, + 19629 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 26 }, "end": { - "line": 689, + "line": 690, "column": 53 } } }, "range": [ - 19549, - 19594 + 19584, + 19629 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 8 }, "end": { - "line": 689, + "line": 690, "column": 53 } } }, "range": [ - 19549, - 19595 + 19584, + 19630 ], "loc": { "start": { - "line": 689, + "line": 690, "column": 8 }, "end": { - "line": 689, + "line": 690, "column": 54 } }, @@ -27720,16 +27826,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19434, - 19540 + 19469, + 19575 ], "loc": { "start": { - "line": 685, + "line": 686, "column": 8 }, "end": { - "line": 688, + "line": 689, "column": 11 } } @@ -27740,16 +27846,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19605, - 19705 + 19640, + 19740 ], "loc": { "start": { - "line": 691, + "line": 692, "column": 8 }, "end": { - "line": 694, + "line": 695, "column": 11 } } @@ -27767,16 +27873,16 @@ "object": { "type": "ThisExpression", "range": [ - 19714, - 19718 + 19749, + 19753 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 8 }, "end": { - "line": 695, + "line": 696, "column": 12 } } @@ -27785,31 +27891,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 19719, - 19729 + 19754, + 19764 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 13 }, "end": { - "line": 695, + "line": 696, "column": 23 } } }, "range": [ - 19714, - 19729 + 19749, + 19764 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 8 }, "end": { - "line": 695, + "line": 696, "column": 23 } } @@ -27824,16 +27930,16 @@ "type": "Identifier", "name": "f", "range": [ - 19732, - 19733 + 19767, + 19768 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 26 }, "end": { - "line": 695, + "line": 696, "column": 27 } } @@ -27842,31 +27948,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 19734, - 19747 + 19769, + 19782 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 28 }, "end": { - "line": 695, + "line": 696, "column": 41 } } }, "range": [ - 19732, - 19747 + 19767, + 19782 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 26 }, "end": { - "line": 695, + "line": 696, "column": 41 } } @@ -27876,61 +27982,61 @@ "value": "*", "raw": "'*'", "range": [ - 19751, - 19754 + 19786, + 19789 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 45 }, "end": { - "line": 695, + "line": 696, "column": 48 } } }, "range": [ - 19732, - 19754 + 19767, + 19789 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 26 }, "end": { - "line": 695, + "line": 696, "column": 48 } } }, "range": [ - 19714, - 19754 + 19749, + 19789 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 8 }, "end": { - "line": 695, + "line": 696, "column": 48 } } }, "range": [ - 19714, - 19755 + 19749, + 19790 ], "loc": { "start": { - "line": 695, + "line": 696, "column": 8 }, "end": { - "line": 695, + "line": 696, "column": 49 } }, @@ -27939,16 +28045,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19605, - 19705 + 19640, + 19740 ], "loc": { "start": { - "line": 691, + "line": 692, "column": 8 }, "end": { - "line": 694, + "line": 695, "column": 11 } } @@ -27959,16 +28065,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19765, - 19876 + 19800, + 19911 ], "loc": { "start": { - "line": 697, + "line": 698, "column": 8 }, "end": { - "line": 700, + "line": 701, "column": 11 } } @@ -27986,16 +28092,16 @@ "object": { "type": "ThisExpression", "range": [ - 19885, - 19889 + 19920, + 19924 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 8 }, "end": { - "line": 701, + "line": 702, "column": 12 } } @@ -28004,31 +28110,31 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 19890, - 19900 + 19925, + 19935 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 13 }, "end": { - "line": 701, + "line": 702, "column": 23 } } }, "range": [ - 19885, - 19900 + 19920, + 19935 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 8 }, "end": { - "line": 701, + "line": 702, "column": 23 } } @@ -28043,16 +28149,16 @@ "type": "Identifier", "name": "f", "range": [ - 19903, - 19904 + 19938, + 19939 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 26 }, "end": { - "line": 701, + "line": 702, "column": 27 } } @@ -28061,31 +28167,31 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 19905, - 19919 + 19940, + 19954 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 28 }, "end": { - "line": 701, + "line": 702, "column": 42 } } }, "range": [ - 19903, - 19919 + 19938, + 19954 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 26 }, "end": { - "line": 701, + "line": 702, "column": 42 } } @@ -28095,61 +28201,61 @@ "value": "=", "raw": "'='", "range": [ - 19923, - 19926 + 19958, + 19961 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 46 }, "end": { - "line": 701, + "line": 702, "column": 49 } } }, "range": [ - 19903, - 19926 + 19938, + 19961 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 26 }, "end": { - "line": 701, + "line": 702, "column": 49 } } }, "range": [ - 19885, - 19926 + 19920, + 19961 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 8 }, "end": { - "line": 701, + "line": 702, "column": 49 } } }, "range": [ - 19885, - 19927 + 19920, + 19962 ], "loc": { "start": { - "line": 701, + "line": 702, "column": 8 }, "end": { - "line": 701, + "line": 702, "column": 50 } }, @@ -28158,16 +28264,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19765, - 19876 + 19800, + 19911 ], "loc": { "start": { - "line": 697, + "line": 698, "column": 8 }, "end": { - "line": 700, + "line": 701, "column": 11 } } @@ -28178,16 +28284,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19937, - 20044 + 19972, + 20079 ], "loc": { "start": { - "line": 703, + "line": 704, "column": 8 }, "end": { - "line": 706, + "line": 707, "column": 11 } } @@ -28205,16 +28311,16 @@ "object": { "type": "ThisExpression", "range": [ - 20053, - 20057 + 20088, + 20092 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 8 }, "end": { - "line": 707, + "line": 708, "column": 12 } } @@ -28223,31 +28329,31 @@ "type": "Identifier", "name": "stOperator", "range": [ - 20058, - 20068 + 20093, + 20103 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 13 }, "end": { - "line": 707, + "line": 708, "column": 23 } } }, "range": [ - 20053, - 20068 + 20088, + 20103 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 8 }, "end": { - "line": 707, + "line": 708, "column": 23 } } @@ -28262,16 +28368,16 @@ "type": "Identifier", "name": "f", "range": [ - 20071, - 20072 + 20106, + 20107 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 26 }, "end": { - "line": 707, + "line": 708, "column": 27 } } @@ -28280,31 +28386,31 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 20073, - 20092 + 20108, + 20127 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 28 }, "end": { - "line": 707, + "line": 708, "column": 47 } } }, "range": [ - 20071, - 20092 + 20106, + 20127 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 26 }, "end": { - "line": 707, + "line": 708, "column": 47 } } @@ -28314,61 +28420,61 @@ "value": "{", "raw": "'{'", "range": [ - 20096, - 20099 + 20131, + 20134 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 51 }, "end": { - "line": 707, + "line": 708, "column": 54 } } }, "range": [ - 20071, - 20099 + 20106, + 20134 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 26 }, "end": { - "line": 707, + "line": 708, "column": 54 } } }, "range": [ - 20053, - 20099 + 20088, + 20134 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 8 }, "end": { - "line": 707, + "line": 708, "column": 54 } } }, "range": [ - 20053, - 20100 + 20088, + 20135 ], "loc": { "start": { - "line": 707, + "line": 708, "column": 8 }, "end": { - "line": 707, + "line": 708, "column": 55 } }, @@ -28377,16 +28483,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19937, - 20044 + 19972, + 20079 ], "loc": { "start": { - "line": 703, + "line": 704, "column": 8 }, "end": { - "line": 706, + "line": 707, "column": 11 } } @@ -28397,16 +28503,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20110, - 20215 + 20145, + 20250 ], "loc": { "start": { - "line": 709, + "line": 710, "column": 8 }, "end": { - "line": 712, + "line": 713, "column": 11 } } @@ -28424,16 +28530,16 @@ "object": { "type": "ThisExpression", "range": [ - 20224, - 20228 + 20259, + 20263 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 8 }, "end": { - "line": 713, + "line": 714, "column": 12 } } @@ -28442,31 +28548,31 @@ "type": "Identifier", "name": "enOperator", "range": [ - 20229, - 20239 + 20264, + 20274 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 13 }, "end": { - "line": 713, + "line": 714, "column": 23 } } }, "range": [ - 20224, - 20239 + 20259, + 20274 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 8 }, "end": { - "line": 713, + "line": 714, "column": 23 } } @@ -28481,16 +28587,16 @@ "type": "Identifier", "name": "f", "range": [ - 20242, - 20243 + 20277, + 20278 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 26 }, "end": { - "line": 713, + "line": 714, "column": 27 } } @@ -28499,31 +28605,31 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 20244, - 20261 + 20279, + 20296 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 28 }, "end": { - "line": 713, + "line": 714, "column": 45 } } }, "range": [ - 20242, - 20261 + 20277, + 20296 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 26 }, "end": { - "line": 713, + "line": 714, "column": 45 } } @@ -28533,61 +28639,61 @@ "value": "}", "raw": "'}'", "range": [ - 20265, - 20268 + 20300, + 20303 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 49 }, "end": { - "line": 713, + "line": 714, "column": 52 } } }, "range": [ - 20242, - 20268 + 20277, + 20303 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 26 }, "end": { - "line": 713, + "line": 714, "column": 52 } } }, "range": [ - 20224, - 20268 + 20259, + 20303 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 8 }, "end": { - "line": 713, + "line": 714, "column": 52 } } }, "range": [ - 20224, - 20269 + 20259, + 20304 ], "loc": { "start": { - "line": 713, + "line": 714, "column": 8 }, "end": { - "line": 713, + "line": 714, "column": 53 } }, @@ -28596,16 +28702,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20110, - 20215 + 20145, + 20250 ], "loc": { "start": { - "line": 709, + "line": 710, "column": 8 }, "end": { - "line": 712, + "line": 713, "column": 11 } } @@ -28616,16 +28722,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20279, - 20319 + 20314, + 20354 ], "loc": { "start": { - "line": 715, + "line": 716, "column": 8 }, "end": { - "line": 715, + "line": 716, "column": 48 } } @@ -28634,16 +28740,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20329, - 20405 + 20364, + 20440 ], "loc": { "start": { - "line": 717, + "line": 718, "column": 8 }, "end": { - "line": 720, + "line": 721, "column": 11 } } @@ -28661,16 +28767,16 @@ "object": { "type": "ThisExpression", "range": [ - 20414, - 20418 + 20449, + 20453 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 8 }, "end": { - "line": 721, + "line": 722, "column": 12 } } @@ -28679,31 +28785,31 @@ "type": "Identifier", "name": "separator", "range": [ - 20419, - 20428 + 20454, + 20463 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 13 }, "end": { - "line": 721, + "line": 722, "column": 22 } } }, "range": [ - 20414, - 20428 + 20449, + 20463 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 8 }, "end": { - "line": 721, + "line": 722, "column": 22 } } @@ -28718,16 +28824,16 @@ "type": "Identifier", "name": "f", "range": [ - 20431, - 20432 + 20466, + 20467 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 25 }, "end": { - "line": 721, + "line": 722, "column": 26 } } @@ -28736,31 +28842,31 @@ "type": "Identifier", "name": "separator", "range": [ - 20433, - 20442 + 20468, + 20477 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 27 }, "end": { - "line": 721, + "line": 722, "column": 36 } } }, "range": [ - 20431, - 20442 + 20466, + 20477 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 25 }, "end": { - "line": 721, + "line": 722, "column": 36 } } @@ -28770,61 +28876,61 @@ "value": ",", "raw": "','", "range": [ - 20446, - 20449 + 20481, + 20484 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 40 }, "end": { - "line": 721, + "line": 722, "column": 43 } } }, "range": [ - 20431, - 20449 + 20466, + 20484 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 25 }, "end": { - "line": 721, + "line": 722, "column": 43 } } }, "range": [ - 20414, - 20449 + 20449, + 20484 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 8 }, "end": { - "line": 721, + "line": 722, "column": 43 } } }, "range": [ - 20414, - 20450 + 20449, + 20485 ], "loc": { "start": { - "line": 721, + "line": 722, "column": 8 }, "end": { - "line": 721, + "line": 722, "column": 44 } }, @@ -28833,16 +28939,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20279, - 20319 + 20314, + 20354 ], "loc": { "start": { - "line": 715, + "line": 716, "column": 8 }, "end": { - "line": 715, + "line": 716, "column": 48 } } @@ -28851,16 +28957,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20329, - 20405 + 20364, + 20440 ], "loc": { "start": { - "line": 717, + "line": 718, "column": 8 }, "end": { - "line": 720, + "line": 721, "column": 11 } } @@ -28871,16 +28977,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20460, - 20546 + 20495, + 20581 ], "loc": { "start": { - "line": 723, + "line": 724, "column": 8 }, "end": { - "line": 726, + "line": 727, "column": 11 } } @@ -28898,16 +29004,16 @@ "object": { "type": "ThisExpression", "range": [ - 20555, - 20559 + 20590, + 20594 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 8 }, "end": { - "line": 727, + "line": 728, "column": 12 } } @@ -28916,31 +29022,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 20560, - 20571 + 20595, + 20606 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 13 }, "end": { - "line": 727, + "line": 728, "column": 24 } } }, "range": [ - 20555, - 20571 + 20590, + 20606 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 8 }, "end": { - "line": 727, + "line": 728, "column": 24 } } @@ -28951,16 +29057,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20574, - 20581 + 20609, + 20616 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 27 }, "end": { - "line": 727, + "line": 728, "column": 34 } } @@ -28973,16 +29079,16 @@ "type": "Identifier", "name": "f", "range": [ - 20582, - 20583 + 20617, + 20618 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 35 }, "end": { - "line": 727, + "line": 728, "column": 36 } } @@ -28991,77 +29097,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 20584, - 20596 + 20619, + 20631 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 37 }, "end": { - "line": 727, + "line": 728, "column": 49 } } }, "range": [ - 20582, - 20596 + 20617, + 20631 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 35 }, "end": { - "line": 727, + "line": 728, "column": 49 } } } ], "range": [ - 20574, - 20597 + 20609, + 20632 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 27 }, "end": { - "line": 727, + "line": 728, "column": 50 } } }, "range": [ - 20555, - 20597 + 20590, + 20632 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 8 }, "end": { - "line": 727, + "line": 728, "column": 50 } } }, "range": [ - 20555, - 20598 + 20590, + 20633 ], "loc": { "start": { - "line": 727, + "line": 728, "column": 8 }, "end": { - "line": 727, + "line": 728, "column": 51 } }, @@ -29070,16 +29176,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20460, - 20546 + 20495, + 20581 ], "loc": { "start": { - "line": 723, + "line": 724, "column": 8 }, "end": { - "line": 726, + "line": 727, "column": 11 } } @@ -29090,16 +29196,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20608, - 20692 + 20643, + 20727 ], "loc": { "start": { - "line": 729, + "line": 730, "column": 8 }, "end": { - "line": 732, + "line": 733, "column": 11 } } @@ -29117,16 +29223,16 @@ "object": { "type": "ThisExpression", "range": [ - 20701, - 20705 + 20736, + 20740 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 8 }, "end": { - "line": 733, + "line": 734, "column": 12 } } @@ -29135,31 +29241,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 20706, - 20715 + 20741, + 20750 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 13 }, "end": { - "line": 733, + "line": 734, "column": 22 } } }, "range": [ - 20701, - 20715 + 20736, + 20750 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 8 }, "end": { - "line": 733, + "line": 734, "column": 22 } } @@ -29170,16 +29276,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20718, - 20725 + 20753, + 20760 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 25 }, "end": { - "line": 733, + "line": 734, "column": 32 } } @@ -29192,16 +29298,16 @@ "type": "Identifier", "name": "f", "range": [ - 20726, - 20727 + 20761, + 20762 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 33 }, "end": { - "line": 733, + "line": 734, "column": 34 } } @@ -29210,77 +29316,77 @@ "type": "Identifier", "name": "status_bar", "range": [ - 20728, - 20738 + 20763, + 20773 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 35 }, "end": { - "line": 733, + "line": 734, "column": 45 } } }, "range": [ - 20726, - 20738 + 20761, + 20773 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 33 }, "end": { - "line": 733, + "line": 734, "column": 45 } } } ], "range": [ - 20718, - 20739 + 20753, + 20774 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 25 }, "end": { - "line": 733, + "line": 734, "column": 46 } } }, "range": [ - 20701, - 20739 + 20736, + 20774 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 8 }, "end": { - "line": 733, + "line": 734, "column": 46 } } }, "range": [ - 20701, - 20740 + 20736, + 20775 ], "loc": { "start": { - "line": 733, + "line": 734, "column": 8 }, "end": { - "line": 733, + "line": 734, "column": 47 } }, @@ -29289,16 +29395,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20608, - 20692 + 20643, + 20727 ], "loc": { "start": { - "line": 729, + "line": 730, "column": 8 }, "end": { - "line": 732, + "line": 733, "column": 11 } } @@ -29309,16 +29415,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20750, - 20850 + 20785, + 20885 ], "loc": { "start": { - "line": 735, + "line": 736, "column": 8 }, "end": { - "line": 738, + "line": 739, "column": 11 } } @@ -29336,16 +29442,16 @@ "object": { "type": "ThisExpression", "range": [ - 20859, - 20863 + 20894, + 20898 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 8 }, "end": { - "line": 739, + "line": 740, "column": 12 } } @@ -29354,31 +29460,31 @@ "type": "Identifier", "name": "loader", "range": [ - 20864, - 20870 + 20899, + 20905 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 13 }, "end": { - "line": 739, + "line": 740, "column": 19 } } }, "range": [ - 20859, - 20870 + 20894, + 20905 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 8 }, "end": { - "line": 739, + "line": 740, "column": 19 } } @@ -29389,16 +29495,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20873, - 20880 + 20908, + 20915 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 22 }, "end": { - "line": 739, + "line": 740, "column": 29 } } @@ -29411,16 +29517,16 @@ "type": "Identifier", "name": "f", "range": [ - 20881, - 20882 + 20916, + 20917 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 30 }, "end": { - "line": 739, + "line": 740, "column": 31 } } @@ -29429,77 +29535,77 @@ "type": "Identifier", "name": "loader", "range": [ - 20883, - 20889 + 20918, + 20924 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 32 }, "end": { - "line": 739, + "line": 740, "column": 38 } } }, "range": [ - 20881, - 20889 + 20916, + 20924 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 30 }, "end": { - "line": 739, + "line": 740, "column": 38 } } } ], "range": [ - 20873, - 20890 + 20908, + 20925 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 22 }, "end": { - "line": 739, + "line": 740, "column": 39 } } }, "range": [ - 20859, - 20890 + 20894, + 20925 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 8 }, "end": { - "line": 739, + "line": 740, "column": 39 } } }, "range": [ - 20859, - 20891 + 20894, + 20926 ], "loc": { "start": { - "line": 739, + "line": 740, "column": 8 }, "end": { - "line": 739, + "line": 740, "column": 40 } }, @@ -29508,16 +29614,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20750, - 20850 + 20785, + 20885 ], "loc": { "start": { - "line": 735, + "line": 736, "column": 8 }, "end": { - "line": 738, + "line": 739, "column": 11 } } @@ -29528,16 +29634,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20901, - 20943 + 20936, + 20978 ], "loc": { "start": { - "line": 741, + "line": 742, "column": 8 }, "end": { - "line": 741, + "line": 742, "column": 50 } } @@ -29546,16 +29652,16 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20952, - 21038 + 20987, + 21073 ], "loc": { "start": { - "line": 742, + "line": 743, "column": 8 }, "end": { - "line": 745, + "line": 746, "column": 11 } } @@ -29573,16 +29679,16 @@ "object": { "type": "ThisExpression", "range": [ - 21047, - 21051 + 21082, + 21086 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 8 }, "end": { - "line": 746, + "line": 747, "column": 12 } } @@ -29591,31 +29697,31 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 21052, - 21062 + 21087, + 21097 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 13 }, "end": { - "line": 746, + "line": 747, "column": 23 } } }, "range": [ - 21047, - 21062 + 21082, + 21097 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 8 }, "end": { - "line": 746, + "line": 747, "column": 23 } } @@ -29626,16 +29732,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 21065, - 21072 + 21100, + 21107 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 26 }, "end": { - "line": 746, + "line": 747, "column": 33 } } @@ -29648,16 +29754,16 @@ "type": "Identifier", "name": "f", "range": [ - 21073, - 21074 + 21108, + 21109 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 34 }, "end": { - "line": 746, + "line": 747, "column": 35 } } @@ -29666,77 +29772,77 @@ "type": "Identifier", "name": "btn", "range": [ - 21075, - 21078 + 21110, + 21113 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 36 }, "end": { - "line": 746, + "line": 747, "column": 39 } } }, "range": [ - 21073, - 21078 + 21108, + 21113 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 34 }, "end": { - "line": 746, + "line": 747, "column": 39 } } } ], "range": [ - 21065, - 21079 + 21100, + 21114 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 26 }, "end": { - "line": 746, + "line": 747, "column": 40 } } }, "range": [ - 21047, - 21079 + 21082, + 21114 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 8 }, "end": { - "line": 746, + "line": 747, "column": 40 } } }, "range": [ - 21047, - 21080 + 21082, + 21115 ], "loc": { "start": { - "line": 746, + "line": 747, "column": 8 }, "end": { - "line": 746, + "line": 747, "column": 41 } }, @@ -29745,16 +29851,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20901, - 20943 + 20936, + 20978 ], "loc": { "start": { - "line": 741, + "line": 742, "column": 8 }, "end": { - "line": 741, + "line": 742, "column": 50 } } @@ -29763,16 +29869,16 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20952, - 21038 + 20987, + 21073 ], "loc": { "start": { - "line": 742, + "line": 743, "column": 8 }, "end": { - "line": 745, + "line": 746, "column": 11 } } @@ -29783,16 +29889,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21090, - 21180 + 21125, + 21215 ], "loc": { "start": { - "line": 748, + "line": 749, "column": 8 }, "end": { - "line": 751, + "line": 752, "column": 11 } } @@ -29810,16 +29916,16 @@ "object": { "type": "ThisExpression", "range": [ - 21189, - 21193 + 21224, + 21228 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 8 }, "end": { - "line": 752, + "line": 753, "column": 12 } } @@ -29828,31 +29934,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 21194, - 21201 + 21229, + 21236 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 13 }, "end": { - "line": 752, + "line": 753, "column": 20 } } }, "range": [ - 21189, - 21201 + 21224, + 21236 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 8 }, "end": { - "line": 752, + "line": 753, "column": 20 } } @@ -29867,16 +29973,16 @@ "type": "Identifier", "name": "f", "range": [ - 21204, - 21205 + 21239, + 21240 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 23 }, "end": { - "line": 752, + "line": 753, "column": 24 } } @@ -29885,31 +29991,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 21206, - 21214 + 21241, + 21249 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 25 }, "end": { - "line": 752, + "line": 753, "column": 33 } } }, "range": [ - 21204, - 21214 + 21239, + 21249 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 23 }, "end": { - "line": 752, + "line": 753, "column": 33 } } @@ -29925,16 +30031,16 @@ "object": { "type": "ThisExpression", "range": [ - 21220, - 21224 + 21255, + 21259 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 39 }, "end": { - "line": 752, + "line": 753, "column": 43 } } @@ -29943,47 +30049,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21225, - 21236 + 21260, + 21271 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 44 }, "end": { - "line": 752, + "line": 753, "column": 55 } } }, "range": [ - 21220, - 21236 + 21255, + 21271 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 39 }, "end": { - "line": 752, + "line": 753, "column": 55 } } }, "prefix": true, "range": [ - 21219, - 21236 + 21254, + 21271 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 38 }, "end": { - "line": 752, + "line": 753, "column": 55 } } @@ -29993,16 +30099,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 21239, - 21243 + 21274, + 21278 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 58 }, "end": { - "line": 752, + "line": 753, "column": 62 } } @@ -30012,76 +30118,76 @@ "value": "", "raw": "''", "range": [ - 21246, - 21248 + 21281, + 21283 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 65 }, "end": { - "line": 752, + "line": 753, "column": 67 } } }, "range": [ - 21219, - 21248 + 21254, + 21283 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 38 }, "end": { - "line": 752, + "line": 753, "column": 67 } } }, "range": [ - 21204, - 21249 + 21239, + 21284 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 23 }, "end": { - "line": 752, + "line": 753, "column": 68 } } }, "range": [ - 21189, - 21249 + 21224, + 21284 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 8 }, "end": { - "line": 752, + "line": 753, "column": 68 } } }, "range": [ - 21189, - 21250 + 21224, + 21285 ], "loc": { "start": { - "line": 752, + "line": 753, "column": 8 }, "end": { - "line": 752, + "line": 753, "column": 69 } }, @@ -30090,16 +30196,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21090, - 21180 + 21125, + 21215 ], "loc": { "start": { - "line": 748, + "line": 749, "column": 8 }, "end": { - "line": 751, + "line": 752, "column": 11 } } @@ -30110,16 +30216,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21260, - 21352 + 21295, + 21387 ], "loc": { "start": { - "line": 754, + "line": 755, "column": 8 }, "end": { - "line": 757, + "line": 758, "column": 11 } } @@ -30137,16 +30243,16 @@ "object": { "type": "ThisExpression", "range": [ - 21361, - 21365 + 21396, + 21400 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 8 }, "end": { - "line": 758, + "line": 759, "column": 12 } } @@ -30155,31 +30261,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 21366, - 21377 + 21401, + 21412 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 13 }, "end": { - "line": 758, + "line": 759, "column": 24 } } }, "range": [ - 21361, - 21377 + 21396, + 21412 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 8 }, "end": { - "line": 758, + "line": 759, "column": 24 } } @@ -30194,16 +30300,16 @@ "type": "Identifier", "name": "f", "range": [ - 21380, - 21381 + 21415, + 21416 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 27 }, "end": { - "line": 758, + "line": 759, "column": 28 } } @@ -30212,31 +30318,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 21382, - 21395 + 21417, + 21430 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 29 }, "end": { - "line": 758, + "line": 759, "column": 42 } } }, "range": [ - 21380, - 21395 + 21415, + 21430 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 27 }, "end": { - "line": 758, + "line": 759, "column": 42 } } @@ -30252,16 +30358,16 @@ "object": { "type": "ThisExpression", "range": [ - 21413, - 21417 + 21448, + 21452 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 14 }, "end": { - "line": 759, + "line": 760, "column": 18 } } @@ -30270,47 +30376,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21418, - 21429 + 21453, + 21464 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 19 }, "end": { - "line": 759, + "line": 760, "column": 30 } } }, "range": [ - 21413, - 21429 + 21448, + 21464 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 14 }, "end": { - "line": 759, + "line": 760, "column": 30 } } }, "prefix": true, "range": [ - 21412, - 21429 + 21447, + 21464 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 13 }, "end": { - "line": 759, + "line": 760, "column": 30 } } @@ -30320,16 +30426,16 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 21432, - 21440 + 21467, + 21475 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 33 }, "end": { - "line": 759, + "line": 760, "column": 41 } } @@ -30339,76 +30445,76 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 21443, - 21456 + 21478, + 21491 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 44 }, "end": { - "line": 759, + "line": 760, "column": 57 } } }, "range": [ - 21412, - 21456 + 21447, + 21491 ], "loc": { "start": { - "line": 759, + "line": 760, "column": 13 }, "end": { - "line": 759, + "line": 760, "column": 57 } } }, "range": [ - 21380, - 21457 + 21415, + 21492 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 27 }, "end": { - "line": 759, + "line": 760, "column": 58 } } }, "range": [ - 21361, - 21457 + 21396, + 21492 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 8 }, "end": { - "line": 759, + "line": 760, "column": 58 } } }, "range": [ - 21361, - 21458 + 21396, + 21493 ], "loc": { "start": { - "line": 758, + "line": 759, "column": 8 }, "end": { - "line": 759, + "line": 760, "column": 59 } }, @@ -30417,16 +30523,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21260, - 21352 + 21295, + 21387 ], "loc": { "start": { - "line": 754, + "line": 755, "column": 8 }, "end": { - "line": 757, + "line": 758, "column": 11 } } @@ -30437,16 +30543,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21468, - 21541 + 21503, + 21576 ], "loc": { "start": { - "line": 761, + "line": 762, "column": 8 }, "end": { - "line": 764, + "line": 765, "column": 11 } } @@ -30464,16 +30570,16 @@ "object": { "type": "ThisExpression", "range": [ - 21550, - 21554 + 21585, + 21589 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 8 }, "end": { - "line": 765, + "line": 766, "column": 12 } } @@ -30482,31 +30588,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 21555, - 21563 + 21590, + 21598 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 13 }, "end": { - "line": 765, + "line": 766, "column": 21 } } }, "range": [ - 21550, - 21563 + 21585, + 21598 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 8 }, "end": { - "line": 765, + "line": 766, "column": 21 } } @@ -30517,16 +30623,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 21566, - 21573 + 21601, + 21608 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 24 }, "end": { - "line": 765, + "line": 766, "column": 31 } } @@ -30539,16 +30645,16 @@ "type": "Identifier", "name": "f", "range": [ - 21574, - 21575 + 21609, + 21610 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 32 }, "end": { - "line": 765, + "line": 766, "column": 33 } } @@ -30557,77 +30663,77 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 21576, - 21585 + 21611, + 21620 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 34 }, "end": { - "line": 765, + "line": 766, "column": 43 } } }, "range": [ - 21574, - 21585 + 21609, + 21620 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 32 }, "end": { - "line": 765, + "line": 766, "column": 43 } } } ], "range": [ - 21566, - 21586 + 21601, + 21621 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 24 }, "end": { - "line": 765, + "line": 766, "column": 44 } } }, "range": [ - 21550, - 21586 + 21585, + 21621 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 8 }, "end": { - "line": 765, + "line": 766, "column": 44 } } }, "range": [ - 21550, - 21587 + 21585, + 21622 ], "loc": { "start": { - "line": 765, + "line": 766, "column": 8 }, "end": { - "line": 765, + "line": 766, "column": 45 } }, @@ -30636,16 +30742,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21468, - 21541 + 21503, + 21576 ], "loc": { "start": { - "line": 761, + "line": 762, "column": 8 }, "end": { - "line": 764, + "line": 765, "column": 11 } } @@ -30656,16 +30762,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21597, - 21693 + 21632, + 21728 ], "loc": { "start": { - "line": 767, + "line": 768, "column": 8 }, "end": { - "line": 770, + "line": 771, "column": 11 } } @@ -30683,16 +30789,16 @@ "object": { "type": "ThisExpression", "range": [ - 21702, - 21706 + 21737, + 21741 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 8 }, "end": { - "line": 771, + "line": 772, "column": 12 } } @@ -30701,31 +30807,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 21707, - 21720 + 21742, + 21755 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 13 }, "end": { - "line": 771, + "line": 772, "column": 26 } } }, "range": [ - 21702, - 21720 + 21737, + 21755 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 8 }, "end": { - "line": 771, + "line": 772, "column": 26 } } @@ -30738,16 +30844,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 21723, - 21727 + 21758, + 21762 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 29 }, "end": { - "line": 771, + "line": 772, "column": 33 } } @@ -30760,16 +30866,16 @@ "type": "Identifier", "name": "f", "range": [ - 21728, - 21729 + 21763, + 21764 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 34 }, "end": { - "line": 771, + "line": 772, "column": 35 } } @@ -30778,47 +30884,47 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 21730, - 21745 + 21765, + 21780 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 36 }, "end": { - "line": 771, + "line": 772, "column": 51 } } }, "range": [ - 21728, - 21745 + 21763, + 21780 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 34 }, "end": { - "line": 771, + "line": 772, "column": 51 } } } ], "range": [ - 21723, - 21746 + 21758, + 21781 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 29 }, "end": { - "line": 771, + "line": 772, "column": 52 } } @@ -30830,16 +30936,16 @@ "type": "Identifier", "name": "f", "range": [ - 21761, - 21762 + 21796, + 21797 ], "loc": { "start": { - "line": 772, + "line": 773, "column": 12 }, "end": { - "line": 772, + "line": 773, "column": 13 } } @@ -30848,31 +30954,31 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 21763, - 21778 + 21798, + 21813 ], "loc": { "start": { - "line": 772, + "line": 773, "column": 14 }, "end": { - "line": 772, + "line": 773, "column": 29 } } }, "range": [ - 21761, - 21778 + 21796, + 21813 ], "loc": { "start": { - "line": 772, + "line": 773, "column": 12 }, "end": { - "line": 772, + "line": 773, "column": 29 } } @@ -30882,61 +30988,61 @@ "value": null, "raw": "null", "range": [ - 21781, - 21785 + 21816, + 21820 ], "loc": { "start": { - "line": 772, + "line": 773, "column": 32 }, "end": { - "line": 772, + "line": 773, "column": 36 } } }, "range": [ - 21723, - 21785 + 21758, + 21820 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 29 }, "end": { - "line": 772, + "line": 773, "column": 36 } } }, "range": [ - 21702, - 21785 + 21737, + 21820 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 8 }, "end": { - "line": 772, + "line": 773, "column": 36 } } }, "range": [ - 21702, - 21786 + 21737, + 21821 ], "loc": { "start": { - "line": 771, + "line": 772, "column": 8 }, "end": { - "line": 772, + "line": 773, "column": 37 } }, @@ -30945,16 +31051,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21597, - 21693 + 21632, + 21728 ], "loc": { "start": { - "line": 767, + "line": 768, "column": 8 }, "end": { - "line": 770, + "line": 771, "column": 11 } } @@ -30965,16 +31071,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21796, - 21891 + 21831, + 21926 ], "loc": { "start": { - "line": 774, + "line": 775, "column": 8 }, "end": { - "line": 777, + "line": 778, "column": 11 } } @@ -30992,16 +31098,16 @@ "object": { "type": "ThisExpression", "range": [ - 21900, - 21904 + 21935, + 21939 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 8 }, "end": { - "line": 778, + "line": 779, "column": 12 } } @@ -31010,31 +31116,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 21905, - 21917 + 21940, + 21952 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 13 }, "end": { - "line": 778, + "line": 779, "column": 25 } } }, "range": [ - 21900, - 21917 + 21935, + 21952 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 8 }, "end": { - "line": 778, + "line": 779, "column": 25 } } @@ -31047,16 +31153,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 21920, - 21924 + 21955, + 21959 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 28 }, "end": { - "line": 778, + "line": 779, "column": 32 } } @@ -31069,16 +31175,16 @@ "type": "Identifier", "name": "f", "range": [ - 21925, - 21926 + 21960, + 21961 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 33 }, "end": { - "line": 778, + "line": 779, "column": 34 } } @@ -31087,47 +31193,47 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 21927, - 21941 + 21962, + 21976 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 35 }, "end": { - "line": 778, + "line": 779, "column": 49 } } }, "range": [ - 21925, - 21941 + 21960, + 21976 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 33 }, "end": { - "line": 778, + "line": 779, "column": 49 } } } ], "range": [ - 21920, - 21942 + 21955, + 21977 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 28 }, "end": { - "line": 778, + "line": 779, "column": 50 } } @@ -31139,16 +31245,16 @@ "type": "Identifier", "name": "f", "range": [ - 21945, - 21946 + 21980, + 21981 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 53 }, "end": { - "line": 778, + "line": 779, "column": 54 } } @@ -31157,31 +31263,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 21947, - 21961 + 21982, + 21996 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 55 }, "end": { - "line": 778, + "line": 779, "column": 69 } } }, "range": [ - 21945, - 21961 + 21980, + 21996 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 53 }, "end": { - "line": 778, + "line": 779, "column": 69 } } @@ -31191,61 +31297,61 @@ "value": null, "raw": "null", "range": [ - 21964, - 21968 + 21999, + 22003 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 72 }, "end": { - "line": 778, + "line": 779, "column": 76 } } }, "range": [ - 21920, - 21968 + 21955, + 22003 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 28 }, "end": { - "line": 778, + "line": 779, "column": 76 } } }, "range": [ - 21900, - 21968 + 21935, + 22003 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 8 }, "end": { - "line": 778, + "line": 779, "column": 76 } } }, "range": [ - 21900, - 21969 + 21935, + 22004 ], "loc": { "start": { - "line": 778, + "line": 779, "column": 8 }, "end": { - "line": 778, + "line": 779, "column": 77 } }, @@ -31254,16 +31360,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21796, - 21891 + 21831, + 21926 ], "loc": { "start": { - "line": 774, + "line": 775, "column": 8 }, "end": { - "line": 777, + "line": 778, "column": 11 } } @@ -31274,16 +31380,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 21979, - 22056 + 22014, + 22091 ], "loc": { "start": { - "line": 780, + "line": 781, "column": 8 }, "end": { - "line": 783, + "line": 784, "column": 11 } } @@ -31301,16 +31407,16 @@ "object": { "type": "ThisExpression", "range": [ - 22065, - 22069 + 22100, + 22104 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 8 }, "end": { - "line": 784, + "line": 785, "column": 12 } } @@ -31319,31 +31425,31 @@ "type": "Identifier", "name": "paging", "range": [ - 22070, - 22076 + 22105, + 22111 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 13 }, "end": { - "line": 784, + "line": 785, "column": 19 } } }, "range": [ - 22065, - 22076 + 22100, + 22111 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 8 }, "end": { - "line": 784, + "line": 785, "column": 19 } } @@ -31354,16 +31460,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22079, - 22086 + 22114, + 22121 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 22 }, "end": { - "line": 784, + "line": 785, "column": 29 } } @@ -31376,16 +31482,16 @@ "type": "Identifier", "name": "f", "range": [ - 22087, - 22088 + 22122, + 22123 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 30 }, "end": { - "line": 784, + "line": 785, "column": 31 } } @@ -31394,77 +31500,77 @@ "type": "Identifier", "name": "paging", "range": [ - 22089, - 22095 + 22124, + 22130 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 32 }, "end": { - "line": 784, + "line": 785, "column": 38 } } }, "range": [ - 22087, - 22095 + 22122, + 22130 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 30 }, "end": { - "line": 784, + "line": 785, "column": 38 } } } ], "range": [ - 22079, - 22096 + 22114, + 22131 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 22 }, "end": { - "line": 784, + "line": 785, "column": 39 } } }, "range": [ - 22065, - 22096 + 22100, + 22131 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 8 }, "end": { - "line": 784, + "line": 785, "column": 39 } } }, "range": [ - 22065, - 22097 + 22100, + 22132 ], "loc": { "start": { - "line": 784, + "line": 785, "column": 8 }, "end": { - "line": 784, + "line": 785, "column": 40 } }, @@ -31473,16 +31579,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 21979, - 22056 + 22014, + 22091 ], "loc": { "start": { - "line": 780, + "line": 781, "column": 8 }, "end": { - "line": 783, + "line": 784, "column": 11 } } @@ -31493,16 +31599,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22107, - 22201 + 22142, + 22236 ], "loc": { "start": { - "line": 786, + "line": 787, "column": 8 }, "end": { - "line": 790, + "line": 791, "column": 11 } } @@ -31520,16 +31626,16 @@ "object": { "type": "ThisExpression", "range": [ - 22210, - 22214 + 22245, + 22249 ], "loc": { "start": { - "line": 791, + "line": 792, "column": 8 }, "end": { - "line": 791, + "line": 792, "column": 12 } } @@ -31538,31 +31644,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 22215, - 22227 + 22250, + 22262 ], "loc": { "start": { - "line": 791, + "line": 792, "column": 13 }, "end": { - "line": 791, + "line": 792, "column": 25 } } }, "range": [ - 22210, - 22227 + 22245, + 22262 ], "loc": { "start": { - "line": 791, + "line": 792, "column": 8 }, "end": { - "line": 791, + "line": 792, "column": 25 } } @@ -31572,46 +31678,46 @@ "value": 0, "raw": "0", "range": [ - 22230, - 22231 + 22265, + 22266 ], "loc": { "start": { - "line": 791, + "line": 792, "column": 28 }, "end": { - "line": 791, + "line": 792, "column": 29 } } }, "range": [ - 22210, - 22231 + 22245, + 22266 ], "loc": { "start": { - "line": 791, + "line": 792, "column": 8 }, "end": { - "line": 791, + "line": 792, "column": 29 } } }, "range": [ - 22210, - 22232 + 22245, + 22267 ], "loc": { "start": { - "line": 791, + "line": 792, "column": 8 }, "end": { - "line": 791, + "line": 792, "column": 30 } }, @@ -31620,16 +31726,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22107, - 22201 + 22142, + 22236 ], "loc": { "start": { - "line": 786, + "line": 787, "column": 8 }, "end": { - "line": 790, + "line": 791, "column": 11 } } @@ -31640,16 +31746,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22242, - 22379 + 22277, + 22414 ], "loc": { "start": { - "line": 793, + "line": 794, "column": 8 }, "end": { - "line": 797, + "line": 798, "column": 11 } } @@ -31667,16 +31773,16 @@ "object": { "type": "ThisExpression", "range": [ - 22388, - 22392 + 22423, + 22427 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 8 }, "end": { - "line": 798, + "line": 799, "column": 12 } } @@ -31685,31 +31791,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 22393, - 22403 + 22428, + 22438 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 13 }, "end": { - "line": 798, + "line": 799, "column": 23 } } }, "range": [ - 22388, - 22403 + 22423, + 22438 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 8 }, "end": { - "line": 798, + "line": 799, "column": 23 } } @@ -31720,16 +31826,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22406, - 22413 + 22441, + 22448 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 26 }, "end": { - "line": 798, + "line": 799, "column": 33 } } @@ -31742,16 +31848,16 @@ "type": "Identifier", "name": "f", "range": [ - 22414, - 22415 + 22449, + 22450 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 34 }, "end": { - "line": 798, + "line": 799, "column": 35 } } @@ -31760,77 +31866,77 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 22416, - 22427 + 22451, + 22462 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 36 }, "end": { - "line": 798, + "line": 799, "column": 47 } } }, "range": [ - 22414, - 22427 + 22449, + 22462 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 34 }, "end": { - "line": 798, + "line": 799, "column": 47 } } } ], "range": [ - 22406, - 22428 + 22441, + 22463 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 26 }, "end": { - "line": 798, + "line": 799, "column": 48 } } }, "range": [ - 22388, - 22428 + 22423, + 22463 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 8 }, "end": { - "line": 798, + "line": 799, "column": 48 } } }, "range": [ - 22388, - 22429 + 22423, + 22464 ], "loc": { "start": { - "line": 798, + "line": 799, "column": 8 }, "end": { - "line": 798, + "line": 799, "column": 49 } }, @@ -31839,16 +31945,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22242, - 22379 + 22277, + 22414 ], "loc": { "start": { - "line": 793, + "line": 794, "column": 8 }, "end": { - "line": 797, + "line": 798, "column": 11 } } @@ -31859,16 +31965,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22439, - 22518 + 22474, + 22553 ], "loc": { "start": { - "line": 800, + "line": 801, "column": 8 }, "end": { - "line": 803, + "line": 804, "column": 11 } } @@ -31886,16 +31992,16 @@ "object": { "type": "ThisExpression", "range": [ - 22527, - 22531 + 22562, + 22566 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 8 }, "end": { - "line": 804, + "line": 805, "column": 12 } } @@ -31904,31 +32010,31 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 22532, - 22547 + 22567, + 22582 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 13 }, "end": { - "line": 804, + "line": 805, "column": 28 } } }, "range": [ - 22527, - 22547 + 22562, + 22582 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 8 }, "end": { - "line": 804, + "line": 805, "column": 28 } } @@ -31944,16 +32050,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 22551, - 22556 + 22586, + 22591 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 32 }, "end": { - "line": 804, + "line": 805, "column": 37 } } @@ -31966,16 +32072,16 @@ "type": "Identifier", "name": "f", "range": [ - 22557, - 22558 + 22592, + 22593 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 38 }, "end": { - "line": 804, + "line": 805, "column": 39 } } @@ -31984,63 +32090,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 22559, - 22576 + 22594, + 22611 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 40 }, "end": { - "line": 804, + "line": 805, "column": 57 } } }, "range": [ - 22557, - 22576 + 22592, + 22611 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 38 }, "end": { - "line": 804, + "line": 805, "column": 57 } } } ], "range": [ - 22551, - 22577 + 22586, + 22612 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 32 }, "end": { - "line": 804, + "line": 805, "column": 58 } } }, "prefix": true, "range": [ - 22550, - 22577 + 22585, + 22612 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 31 }, "end": { - "line": 804, + "line": 805, "column": 58 } } @@ -32052,16 +32158,16 @@ "type": "Identifier", "name": "f", "range": [ - 22592, - 22593 + 22627, + 22628 ], "loc": { "start": { - "line": 805, + "line": 806, "column": 12 }, "end": { - "line": 805, + "line": 806, "column": 13 } } @@ -32070,31 +32176,31 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 22594, - 22611 + 22629, + 22646 ], "loc": { "start": { - "line": 805, + "line": 806, "column": 14 }, "end": { - "line": 805, + "line": 806, "column": 31 } } }, "range": [ - 22592, - 22611 + 22627, + 22646 ], "loc": { "start": { - "line": 805, + "line": 806, "column": 12 }, "end": { - "line": 805, + "line": 806, "column": 31 } } @@ -32103,61 +32209,61 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 22614, - 22631 + 22649, + 22666 ], "loc": { "start": { - "line": 805, + "line": 806, "column": 34 }, "end": { - "line": 805, + "line": 806, "column": 51 } } }, "range": [ - 22550, - 22631 + 22585, + 22666 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 31 }, "end": { - "line": 805, + "line": 806, "column": 51 } } }, "range": [ - 22527, - 22631 + 22562, + 22666 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 8 }, "end": { - "line": 805, + "line": 806, "column": 51 } } }, "range": [ - 22527, - 22632 + 22562, + 22667 ], "loc": { "start": { - "line": 804, + "line": 805, "column": 8 }, "end": { - "line": 805, + "line": 806, "column": 52 } }, @@ -32166,16 +32272,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22439, - 22518 + 22474, + 22553 ], "loc": { "start": { - "line": 800, + "line": 801, "column": 8 }, "end": { - "line": 803, + "line": 804, "column": 11 } } @@ -32186,16 +32292,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22642, - 22747 + 22677, + 22782 ], "loc": { "start": { - "line": 807, + "line": 808, "column": 8 }, "end": { - "line": 811, + "line": 812, "column": 11 } } @@ -32213,16 +32319,16 @@ "object": { "type": "ThisExpression", "range": [ - 22756, - 22760 + 22791, + 22795 ], "loc": { "start": { - "line": 812, + "line": 813, "column": 8 }, "end": { - "line": 812, + "line": 813, "column": 12 } } @@ -32231,31 +32337,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22761, - 22773 + 22796, + 22808 ], "loc": { "start": { - "line": 812, + "line": 813, "column": 13 }, "end": { - "line": 812, + "line": 813, "column": 25 } } }, "range": [ - 22756, - 22773 + 22791, + 22808 ], "loc": { "start": { - "line": 812, + "line": 813, "column": 8 }, "end": { - "line": 812, + "line": 813, "column": 25 } } @@ -32265,46 +32371,46 @@ "value": null, "raw": "null", "range": [ - 22776, - 22780 + 22811, + 22815 ], "loc": { "start": { - "line": 812, + "line": 813, "column": 28 }, "end": { - "line": 812, + "line": 813, "column": 32 } } }, "range": [ - 22756, - 22780 + 22791, + 22815 ], "loc": { "start": { - "line": 812, + "line": 813, "column": 8 }, "end": { - "line": 812, + "line": 813, "column": 32 } } }, "range": [ - 22756, - 22781 + 22791, + 22816 ], "loc": { "start": { - "line": 812, + "line": 813, "column": 8 }, "end": { - "line": 812, + "line": 813, "column": 33 } }, @@ -32313,16 +32419,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22642, - 22747 + 22677, + 22782 ], "loc": { "start": { - "line": 807, + "line": 808, "column": 8 }, "end": { - "line": 811, + "line": 812, "column": 11 } } @@ -32333,16 +32439,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22791, - 22887 + 22826, + 22922 ], "loc": { "start": { - "line": 814, + "line": 815, "column": 8 }, "end": { - "line": 818, + "line": 819, "column": 11 } } @@ -32360,16 +32466,16 @@ "object": { "type": "ThisExpression", "range": [ - 22896, - 22900 + 22931, + 22935 ], "loc": { "start": { - "line": 819, + "line": 820, "column": 8 }, "end": { - "line": 819, + "line": 820, "column": 12 } } @@ -32378,31 +32484,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22901, - 22916 + 22936, + 22951 ], "loc": { "start": { - "line": 819, + "line": 820, "column": 13 }, "end": { - "line": 819, + "line": 820, "column": 28 } } }, "range": [ - 22896, - 22916 + 22931, + 22951 ], "loc": { "start": { - "line": 819, + "line": 820, "column": 8 }, "end": { - "line": 819, + "line": 820, "column": 28 } } @@ -32412,46 +32518,46 @@ "value": null, "raw": "null", "range": [ - 22919, - 22923 + 22954, + 22958 ], "loc": { "start": { - "line": 819, + "line": 820, "column": 31 }, "end": { - "line": 819, + "line": 820, "column": 35 } } }, "range": [ - 22896, - 22923 + 22931, + 22958 ], "loc": { "start": { - "line": 819, + "line": 820, "column": 8 }, "end": { - "line": 819, + "line": 820, "column": 35 } } }, "range": [ - 22896, - 22924 + 22931, + 22959 ], "loc": { "start": { - "line": 819, + "line": 820, "column": 8 }, "end": { - "line": 819, + "line": 820, "column": 36 } }, @@ -32460,16 +32566,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22791, - 22887 + 22826, + 22922 ], "loc": { "start": { - "line": 814, + "line": 815, "column": 8 }, "end": { - "line": 818, + "line": 819, "column": 11 } } @@ -32480,16 +32586,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 22934, - 23025 + 22969, + 23060 ], "loc": { "start": { - "line": 821, + "line": 822, "column": 8 }, "end": { - "line": 824, + "line": 825, "column": 11 } } @@ -32507,16 +32613,16 @@ "object": { "type": "ThisExpression", "range": [ - 23034, - 23038 + 23069, + 23073 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 8 }, "end": { - "line": 825, + "line": 826, "column": 12 } } @@ -32525,31 +32631,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 23039, - 23056 + 23074, + 23091 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 13 }, "end": { - "line": 825, + "line": 826, "column": 30 } } }, "range": [ - 23034, - 23056 + 23069, + 23091 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 8 }, "end": { - "line": 825, + "line": 826, "column": 30 } } @@ -32560,16 +32666,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23059, - 23066 + 23094, + 23101 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 33 }, "end": { - "line": 825, + "line": 826, "column": 40 } } @@ -32582,16 +32688,16 @@ "type": "Identifier", "name": "f", "range": [ - 23067, - 23068 + 23102, + 23103 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 41 }, "end": { - "line": 825, + "line": 826, "column": 42 } } @@ -32600,77 +32706,77 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 23069, - 23087 + 23104, + 23122 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 43 }, "end": { - "line": 825, + "line": 826, "column": 61 } } }, "range": [ - 23067, - 23087 + 23102, + 23122 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 41 }, "end": { - "line": 825, + "line": 826, "column": 61 } } } ], "range": [ - 23059, - 23088 + 23094, + 23123 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 33 }, "end": { - "line": 825, + "line": 826, "column": 62 } } }, "range": [ - 23034, - 23088 + 23069, + 23123 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 8 }, "end": { - "line": 825, + "line": 826, "column": 62 } } }, "range": [ - 23034, - 23089 + 23069, + 23124 ], "loc": { "start": { - "line": 825, + "line": 826, "column": 8 }, "end": { - "line": 825, + "line": 826, "column": 63 } }, @@ -32679,16 +32785,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 22934, - 23025 + 22969, + 23060 ], "loc": { "start": { - "line": 821, + "line": 822, "column": 8 }, "end": { - "line": 824, + "line": 825, "column": 11 } } @@ -32699,16 +32805,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23099, - 23191 + 23134, + 23226 ], "loc": { "start": { - "line": 827, + "line": 828, "column": 8 }, "end": { - "line": 830, + "line": 831, "column": 11 } } @@ -32726,16 +32832,16 @@ "object": { "type": "ThisExpression", "range": [ - 23200, - 23204 + 23235, + 23239 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 8 }, "end": { - "line": 831, + "line": 832, "column": 12 } } @@ -32744,31 +32850,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 23205, - 23214 + 23240, + 23249 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 13 }, "end": { - "line": 831, + "line": 832, "column": 22 } } }, "range": [ - 23200, - 23214 + 23235, + 23249 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 8 }, "end": { - "line": 831, + "line": 832, "column": 22 } } @@ -32782,16 +32888,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23217, - 23222 + 23252, + 23257 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 25 }, "end": { - "line": 831, + "line": 832, "column": 30 } } @@ -32804,16 +32910,16 @@ "type": "Identifier", "name": "f", "range": [ - 23223, - 23224 + 23258, + 23259 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 31 }, "end": { - "line": 831, + "line": 832, "column": 32 } } @@ -32822,47 +32928,47 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23225, - 23243 + 23260, + 23278 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 33 }, "end": { - "line": 831, + "line": 832, "column": 51 } } }, "range": [ - 23223, - 23243 + 23258, + 23278 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 31 }, "end": { - "line": 831, + "line": 832, "column": 51 } } } ], "range": [ - 23217, - 23244 + 23252, + 23279 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 25 }, "end": { - "line": 831, + "line": 832, "column": 52 } } @@ -32873,16 +32979,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23260, - 23267 + 23295, + 23302 ], "loc": { "start": { - "line": 832, + "line": 833, "column": 12 }, "end": { - "line": 832, + "line": 833, "column": 19 } } @@ -32895,16 +33001,16 @@ "type": "Identifier", "name": "f", "range": [ - 23268, - 23269 + 23303, + 23304 ], "loc": { "start": { - "line": 832, + "line": 833, "column": 20 }, "end": { - "line": 832, + "line": 833, "column": 21 } } @@ -32913,92 +33019,92 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23270, - 23288 + 23305, + 23323 ], "loc": { "start": { - "line": 832, + "line": 833, "column": 22 }, "end": { - "line": 832, + "line": 833, "column": 40 } } }, "range": [ - 23268, - 23288 + 23303, + 23323 ], "loc": { "start": { - "line": 832, + "line": 833, "column": 20 }, "end": { - "line": 832, + "line": 833, "column": 40 } } } ], "range": [ - 23260, - 23289 + 23295, + 23324 ], "loc": { "start": { - "line": 832, + "line": 833, "column": 12 }, "end": { - "line": 832, + "line": 833, "column": 41 } } }, "range": [ - 23217, - 23289 + 23252, + 23324 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 25 }, "end": { - "line": 832, + "line": 833, "column": 41 } } }, "range": [ - 23200, - 23289 + 23235, + 23324 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 8 }, "end": { - "line": 832, + "line": 833, "column": 41 } } }, "range": [ - 23200, - 23290 + 23235, + 23325 ], "loc": { "start": { - "line": 831, + "line": 832, "column": 8 }, "end": { - "line": 832, + "line": 833, "column": 42 } }, @@ -33007,16 +33113,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23099, - 23191 + 23134, + 23226 ], "loc": { "start": { - "line": 827, + "line": 828, "column": 8 }, "end": { - "line": 830, + "line": 831, "column": 11 } } @@ -33027,16 +33133,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23300, - 23378 + 23335, + 23413 ], "loc": { "start": { - "line": 834, + "line": 835, "column": 8 }, "end": { - "line": 837, + "line": 838, "column": 11 } } @@ -33054,16 +33160,16 @@ "object": { "type": "ThisExpression", "range": [ - 23387, - 23391 + 23422, + 23426 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 8 }, "end": { - "line": 838, + "line": 839, "column": 12 } } @@ -33072,31 +33178,31 @@ "type": "Identifier", "name": "state", "range": [ - 23392, - 23397 + 23427, + 23432 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 13 }, "end": { - "line": 838, + "line": 839, "column": 18 } } }, "range": [ - 23387, - 23397 + 23422, + 23432 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 8 }, "end": { - "line": 838, + "line": 839, "column": 18 } } @@ -33110,16 +33216,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23400, - 23405 + 23435, + 23440 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 21 }, "end": { - "line": 838, + "line": 839, "column": 26 } } @@ -33132,16 +33238,16 @@ "type": "Identifier", "name": "f", "range": [ - 23406, - 23407 + 23441, + 23442 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 27 }, "end": { - "line": 838, + "line": 839, "column": 28 } } @@ -33150,47 +33256,47 @@ "type": "Identifier", "name": "state", "range": [ - 23408, - 23413 + 23443, + 23448 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 29 }, "end": { - "line": 838, + "line": 839, "column": 34 } } }, "range": [ - 23406, - 23413 + 23441, + 23448 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 27 }, "end": { - "line": 838, + "line": 839, "column": 34 } } } ], "range": [ - 23400, - 23414 + 23435, + 23449 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 21 }, "end": { - "line": 838, + "line": 839, "column": 35 } } @@ -33201,16 +33307,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23418, - 23425 + 23453, + 23460 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 39 }, "end": { - "line": 838, + "line": 839, "column": 46 } } @@ -33223,16 +33329,16 @@ "type": "Identifier", "name": "f", "range": [ - 23426, - 23427 + 23461, + 23462 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 47 }, "end": { - "line": 838, + "line": 839, "column": 48 } } @@ -33241,92 +33347,92 @@ "type": "Identifier", "name": "state", "range": [ - 23428, - 23433 + 23463, + 23468 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 49 }, "end": { - "line": 838, + "line": 839, "column": 54 } } }, "range": [ - 23426, - 23433 + 23461, + 23468 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 47 }, "end": { - "line": 838, + "line": 839, "column": 54 } } } ], "range": [ - 23418, - 23434 + 23453, + 23469 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 39 }, "end": { - "line": 838, + "line": 839, "column": 55 } } }, "range": [ - 23400, - 23434 + 23435, + 23469 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 21 }, "end": { - "line": 838, + "line": 839, "column": 55 } } }, "range": [ - 23387, - 23434 + 23422, + 23469 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 8 }, "end": { - "line": 838, + "line": 839, "column": 55 } } }, "range": [ - 23387, - 23435 + 23422, + 23470 ], "loc": { "start": { - "line": 838, + "line": 839, "column": 8 }, "end": { - "line": 838, + "line": 839, "column": 56 } }, @@ -33335,16 +33441,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23300, - 23378 + 23335, + 23413 ], "loc": { "start": { - "line": 834, + "line": 835, "column": 8 }, "end": { - "line": 837, + "line": 838, "column": 11 } } @@ -33355,26 +33461,8 @@ "type": "Block", "value": "** data types **", "range": [ - 23445, - 23465 - ], - "loc": { - "start": { - "line": 840, - "column": 8 - }, - "end": { - "line": 840, - "column": 28 - } - } - }, - { - "type": "Block", - "value": "*\n * Define default date type (DMY)\n * @type {String}\n ", - "range": [ - 23474, - 23557 + 23480, + 23500 ], "loc": { "start": { @@ -33382,7 +33470,25 @@ "column": 8 }, "end": { - "line": 844, + "line": 841, + "column": 28 + } + } + }, + { + "type": "Block", + "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", + "range": [ + 23510, + 23677 + ], + "loc": { + "start": { + "line": 843, + "column": 8 + }, + "end": { + "line": 847, "column": 11 } } @@ -33400,50 +33506,50 @@ "object": { "type": "ThisExpression", "range": [ - 23566, - 23570 + 23686, + 23690 ], "loc": { "start": { - "line": 845, + "line": 848, "column": 8 }, "end": { - "line": 845, + "line": 848, "column": 12 } } }, "property": { "type": "Identifier", - "name": "defaultDateType", + "name": "locale", "range": [ - 23571, - 23586 + 23691, + 23697 ], "loc": { "start": { - "line": 845, + "line": 848, "column": 13 }, "end": { - "line": 845, - "column": 28 + "line": 848, + "column": 19 } } }, "range": [ - 23566, - 23586 + 23686, + 23697 ], "loc": { "start": { - "line": 845, + "line": 848, "column": 8 }, "end": { - "line": 845, - "column": 28 + "line": 848, + "column": 19 } } }, @@ -33457,114 +33563,114 @@ "type": "Identifier", "name": "f", "range": [ - 23589, - 23590 + 23700, + 23701 ], "loc": { "start": { - "line": 845, - "column": 31 + "line": 848, + "column": 22 }, "end": { - "line": 845, - "column": 32 + "line": 848, + "column": 23 } } }, "property": { "type": "Identifier", - "name": "default_date_type", + "name": "locale", "range": [ - 23591, - 23608 + 23702, + 23708 ], "loc": { "start": { - "line": 845, - "column": 33 + "line": 848, + "column": 24 }, "end": { - "line": 845, - "column": 50 + "line": 848, + "column": 30 } } }, "range": [ - 23589, - 23608 + 23700, + 23708 ], "loc": { "start": { - "line": 845, - "column": 31 + "line": 848, + "column": 22 }, "end": { - "line": 845, - "column": 50 + "line": 848, + "column": 30 } } }, "right": { "type": "Literal", - "value": "DMY", - "raw": "'DMY'", + "value": "en", + "raw": "'en'", "range": [ - 23612, - 23617 + 23712, + 23716 ], "loc": { "start": { - "line": 845, - "column": 54 + "line": 848, + "column": 34 }, "end": { - "line": 845, - "column": 59 + "line": 848, + "column": 38 } } }, "range": [ - 23589, - 23617 + 23700, + 23716 ], "loc": { "start": { - "line": 845, - "column": 31 + "line": 848, + "column": 22 }, "end": { - "line": 845, - "column": 59 + "line": 848, + "column": 38 } } }, "range": [ - 23566, - 23617 + 23686, + 23716 ], "loc": { "start": { - "line": 845, + "line": 848, "column": 8 }, "end": { - "line": 845, - "column": 59 + "line": 848, + "column": 38 } } }, "range": [ - 23566, - 23618 + 23686, + 23717 ], "loc": { "start": { - "line": 845, + "line": 848, "column": 8 }, "end": { - "line": 845, - "column": 60 + "line": 848, + "column": 39 } }, "leadingComments": [ @@ -33572,26 +33678,8 @@ "type": "Block", "value": "** data types **", "range": [ - 23445, - 23465 - ], - "loc": { - "start": { - "line": 840, - "column": 8 - }, - "end": { - "line": 840, - "column": 28 - } - } - }, - { - "type": "Block", - "value": "*\n * Define default date type (DMY)\n * @type {String}\n ", - "range": [ - 23474, - 23557 + 23480, + 23500 ], "loc": { "start": { @@ -33599,7 +33687,25 @@ "column": 8 }, "end": { - "line": 844, + "line": 841, + "column": 28 + } + } + }, + { + "type": "Block", + "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", + "range": [ + 23510, + 23677 + ], + "loc": { + "start": { + "line": 843, + "column": 8 + }, + "end": { + "line": 847, "column": 11 } } @@ -33610,16 +33716,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23628, - 23735 + 23727, + 23834 ], "loc": { "start": { - "line": 847, + "line": 850, "column": 8 }, "end": { - "line": 850, + "line": 853, "column": 11 } } @@ -33637,16 +33743,16 @@ "object": { "type": "ThisExpression", "range": [ - 23744, - 23748 + 23843, + 23847 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 8 }, "end": { - "line": 851, + "line": 854, "column": 12 } } @@ -33655,31 +33761,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 23749, - 23767 + 23848, + 23866 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 13 }, "end": { - "line": 851, + "line": 854, "column": 31 } } }, "range": [ - 23744, - 23767 + 23843, + 23866 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 8 }, "end": { - "line": 851, + "line": 854, "column": 31 } } @@ -33694,16 +33800,16 @@ "type": "Identifier", "name": "f", "range": [ - 23770, - 23771 + 23869, + 23870 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 34 }, "end": { - "line": 851, + "line": 854, "column": 35 } } @@ -33712,31 +33818,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 23772, - 23791 + 23871, + 23890 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 36 }, "end": { - "line": 851, + "line": 854, "column": 55 } } }, "range": [ - 23770, - 23791 + 23869, + 23890 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 34 }, "end": { - "line": 851, + "line": 854, "column": 55 } } @@ -33746,61 +33852,61 @@ "value": ",", "raw": "','", "range": [ - 23795, - 23798 + 23894, + 23897 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 59 }, "end": { - "line": 851, + "line": 854, "column": 62 } } }, "range": [ - 23770, - 23798 + 23869, + 23897 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 34 }, "end": { - "line": 851, + "line": 854, "column": 62 } } }, "range": [ - 23744, - 23798 + 23843, + 23897 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 8 }, "end": { - "line": 851, + "line": 854, "column": 62 } } }, "range": [ - 23744, - 23799 + 23843, + 23898 ], "loc": { "start": { - "line": 851, + "line": 854, "column": 8 }, "end": { - "line": 851, + "line": 854, "column": 63 } }, @@ -33809,16 +33915,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23628, - 23735 + 23727, + 23834 ], "loc": { "start": { - "line": 847, + "line": 850, "column": 8 }, "end": { - "line": 850, + "line": 853, "column": 11 } } @@ -33829,16 +33935,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23809, - 23914 + 23908, + 24013 ], "loc": { "start": { - "line": 853, + "line": 856, "column": 8 }, "end": { - "line": 856, + "line": 859, "column": 11 } } @@ -33856,16 +33962,16 @@ "object": { "type": "ThisExpression", "range": [ - 23923, - 23927 + 24022, + 24026 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 8 }, "end": { - "line": 857, + "line": 860, "column": 12 } } @@ -33874,31 +33980,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 23928, - 23944 + 24027, + 24043 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 13 }, "end": { - "line": 857, + "line": 860, "column": 29 } } }, "range": [ - 23923, - 23944 + 24022, + 24043 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 8 }, "end": { - "line": 857, + "line": 860, "column": 29 } } @@ -33913,16 +34019,16 @@ "type": "Identifier", "name": "f", "range": [ - 23947, - 23948 + 24046, + 24047 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 32 }, "end": { - "line": 857, + "line": 860, "column": 33 } } @@ -33931,31 +34037,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 23949, - 23966 + 24048, + 24065 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 34 }, "end": { - "line": 857, + "line": 860, "column": 51 } } }, "range": [ - 23947, - 23966 + 24046, + 24065 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 32 }, "end": { - "line": 857, + "line": 860, "column": 51 } } @@ -33965,61 +34071,61 @@ "value": ".", "raw": "'.'", "range": [ - 23970, - 23973 + 24069, + 24072 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 55 }, "end": { - "line": 857, + "line": 860, "column": 58 } } }, "range": [ - 23947, - 23973 + 24046, + 24072 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 32 }, "end": { - "line": 857, + "line": 860, "column": 58 } } }, "range": [ - 23923, - 23973 + 24022, + 24072 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 8 }, "end": { - "line": 857, + "line": 860, "column": 58 } } }, "range": [ - 23923, - 23974 + 24022, + 24073 ], "loc": { "start": { - "line": 857, + "line": 860, "column": 8 }, "end": { - "line": 857, + "line": 860, "column": 59 } }, @@ -34028,16 +34134,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23809, - 23914 + 23908, + 24013 ], "loc": { "start": { - "line": 853, + "line": 856, "column": 8 }, "end": { - "line": 856, + "line": 859, "column": 11 } } @@ -34046,18 +34152,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Determine whether table has columns with numeric formats\n * @type {Boolean}\n * @private\n ", + "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", "range": [ - 23984, - 24114 + 24083, + 24203 ], "loc": { "start": { - "line": 859, + "line": 862, "column": 8 }, "end": { - "line": 863, + "line": 866, "column": 11 } } @@ -34075,50 +34181,50 @@ "object": { "type": "ThisExpression", "range": [ - 24123, - 24127 + 24212, + 24216 ], "loc": { "start": { - "line": 864, + "line": 867, "column": 8 }, "end": { - "line": 864, + "line": 867, "column": 12 } } }, "property": { "type": "Identifier", - "name": "hasColNbFormat", + "name": "hasColTypes", "range": [ - 24128, - 24142 + 24217, + 24228 ], "loc": { "start": { - "line": 864, + "line": 867, "column": 13 }, "end": { - "line": 864, - "column": 27 + "line": 867, + "column": 24 } } }, "range": [ - 24123, - 24142 + 24212, + 24228 ], "loc": { "start": { - "line": 864, + "line": 867, "column": 8 }, "end": { - "line": 864, - "column": 27 + "line": 867, + "column": 24 } } }, @@ -34128,17 +34234,17 @@ "type": "Identifier", "name": "isArray", "range": [ - 24145, - 24152 + 24231, + 24238 ], "loc": { "start": { - "line": 864, - "column": 30 + "line": 867, + "column": 27 }, "end": { - "line": 864, - "column": 37 + "line": 867, + "column": 34 } } }, @@ -34150,113 +34256,113 @@ "type": "Identifier", "name": "f", "range": [ - 24153, - 24154 + 24239, + 24240 ], "loc": { "start": { - "line": 864, - "column": 38 + "line": 867, + "column": 35 }, "end": { - "line": 864, - "column": 39 + "line": 867, + "column": 36 } } }, "property": { "type": "Identifier", - "name": "col_number_format", + "name": "col_types", "range": [ - 24155, - 24172 + 24241, + 24250 ], "loc": { "start": { - "line": 864, - "column": 40 + "line": 867, + "column": 37 }, "end": { - "line": 864, - "column": 57 + "line": 867, + "column": 46 } } }, "range": [ - 24153, - 24172 + 24239, + 24250 ], "loc": { "start": { - "line": 864, - "column": 38 + "line": 867, + "column": 35 }, "end": { - "line": 864, - "column": 57 + "line": 867, + "column": 46 } } } ], "range": [ - 24145, - 24173 + 24231, + 24251 ], "loc": { "start": { - "line": 864, - "column": 30 + "line": 867, + "column": 27 }, "end": { - "line": 864, - "column": 58 + "line": 867, + "column": 47 } } }, "range": [ - 24123, - 24173 + 24212, + 24251 ], "loc": { "start": { - "line": 864, + "line": 867, "column": 8 }, "end": { - "line": 864, - "column": 58 + "line": 867, + "column": 47 } } }, "range": [ - 24123, - 24174 + 24212, + 24252 ], "loc": { "start": { - "line": 864, + "line": 867, "column": 8 }, "end": { - "line": 864, - "column": 59 + "line": 867, + "column": 48 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Determine whether table has columns with numeric formats\n * @type {Boolean}\n * @private\n ", + "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", "range": [ - 23984, - 24114 + 24083, + 24203 ], "loc": { "start": { - "line": 859, + "line": 862, "column": 8 }, "end": { - "line": 863, + "line": 866, "column": 11 } } @@ -34265,18 +34371,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Define numeric format on a column basis, two possible values 'EU' and\n * 'US', ie:\n * col_number_format : [null, 'US', 'EU', null]\n * @type {Array}\n ", + "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 24184, - 24382 + 24262, + 24860 ], "loc": { "start": { - "line": 866, + "line": 869, "column": 8 }, "end": { - "line": 871, + "line": 882, "column": 11 } } @@ -34294,50 +34400,50 @@ "object": { "type": "ThisExpression", "range": [ - 24391, - 24395 + 24869, + 24873 ], "loc": { "start": { - "line": 872, + "line": 883, "column": 8 }, "end": { - "line": 872, + "line": 883, "column": 12 } } }, "property": { "type": "Identifier", - "name": "colNbFormat", + "name": "colTypes", "range": [ - 24396, - 24407 + 24874, + 24882 ], "loc": { "start": { - "line": 872, + "line": 883, "column": 13 }, "end": { - "line": 872, - "column": 24 + "line": 883, + "column": 21 } } }, "range": [ - 24391, - 24407 + 24869, + 24882 ], "loc": { "start": { - "line": 872, + "line": 883, "column": 8 }, "end": { - "line": 872, - "column": 24 + "line": 883, + "column": 21 } } }, @@ -34349,540 +34455,50 @@ "object": { "type": "ThisExpression", "range": [ - 24410, - 24414 + 24885, + 24889 ], "loc": { "start": { - "line": 872, - "column": 27 + "line": 883, + "column": 24 }, "end": { - "line": 872, - "column": 31 + "line": 883, + "column": 28 } } }, "property": { "type": "Identifier", - "name": "hasColNbFormat", + "name": "hasColTypes", "range": [ - 24415, - 24429 + 24890, + 24901 ], "loc": { "start": { - "line": 872, - "column": 32 + "line": 883, + "column": 29 }, "end": { - "line": 872, - "column": 46 + "line": 883, + "column": 40 } } }, "range": [ - 24410, - 24429 - ], - "loc": { - "start": { - "line": 872, - "column": 27 - }, - "end": { - "line": 872, - "column": 46 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 24432, - 24433 - ], - "loc": { - "start": { - "line": 872, - "column": 49 - }, - "end": { - "line": 872, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "col_number_format", - "range": [ - 24434, - 24451 - ], - "loc": { - "start": { - "line": 872, - "column": 51 - }, - "end": { - "line": 872, - "column": 68 - } - } - }, - "range": [ - 24432, - 24451 - ], - "loc": { - "start": { - "line": 872, - "column": 49 - }, - "end": { - "line": 872, - "column": 68 - } - } - }, - "alternate": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 24454, - 24458 - ], - "loc": { - "start": { - "line": 872, - "column": 71 - }, - "end": { - "line": 872, - "column": 75 - } - } - }, - "range": [ - 24410, - 24458 - ], - "loc": { - "start": { - "line": 872, - "column": 27 - }, - "end": { - "line": 872, - "column": 75 - } - } - }, - "range": [ - 24391, - 24458 - ], - "loc": { - "start": { - "line": 872, - "column": 8 - }, - "end": { - "line": 872, - "column": 75 - } - } - }, - "range": [ - 24391, - 24459 - ], - "loc": { - "start": { - "line": 872, - "column": 8 - }, - "end": { - "line": 872, - "column": 76 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Define numeric format on a column basis, two possible values 'EU' and\n * 'US', ie:\n * col_number_format : [null, 'US', 'EU', null]\n * @type {Array}\n ", - "range": [ - 24184, - 24382 - ], - "loc": { - "start": { - "line": 866, - "column": 8 - }, - "end": { - "line": 871, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Determine whether table has columns with date types\n * @type {Boolean}\n * @private\n ", - "range": [ - 24469, - 24594 - ], - "loc": { - "start": { - "line": 874, - "column": 8 - }, - "end": { - "line": 878, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24603, - 24607 - ], - "loc": { - "start": { - "line": 879, - "column": 8 - }, - "end": { - "line": 879, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasColDateType", - "range": [ - 24608, - 24622 - ], - "loc": { - "start": { - "line": 879, - "column": 13 - }, - "end": { - "line": 879, - "column": 27 - } - } - }, - "range": [ - 24603, - 24622 - ], - "loc": { - "start": { - "line": 879, - "column": 8 - }, - "end": { - "line": 879, - "column": 27 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isArray", - "range": [ - 24625, - 24632 - ], - "loc": { - "start": { - "line": 879, - "column": 30 - }, - "end": { - "line": 879, - "column": 37 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 24633, - 24634 - ], - "loc": { - "start": { - "line": 879, - "column": 38 - }, - "end": { - "line": 879, - "column": 39 - } - } - }, - "property": { - "type": "Identifier", - "name": "col_date_type", - "range": [ - 24635, - 24648 - ], - "loc": { - "start": { - "line": 879, - "column": 40 - }, - "end": { - "line": 879, - "column": 53 - } - } - }, - "range": [ - 24633, - 24648 - ], - "loc": { - "start": { - "line": 879, - "column": 38 - }, - "end": { - "line": 879, - "column": 53 - } - } - } - ], - "range": [ - 24625, - 24649 - ], - "loc": { - "start": { - "line": 879, - "column": 30 - }, - "end": { - "line": 879, - "column": 54 - } - } - }, - "range": [ - 24603, - 24649 - ], - "loc": { - "start": { - "line": 879, - "column": 8 - }, - "end": { - "line": 879, - "column": 54 - } - } - }, - "range": [ - 24603, - 24650 - ], - "loc": { - "start": { - "line": 879, - "column": 8 - }, - "end": { - "line": 879, - "column": 55 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Determine whether table has columns with date types\n * @type {Boolean}\n * @private\n ", - "range": [ - 24469, - 24594 - ], - "loc": { - "start": { - "line": 874, - "column": 8 - }, - "end": { - "line": 878, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Define date format on a column basis, possible values 'DMY', 'MDY',\n * 'YMD', 'DDMMMYYYY', ie:\n * col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']\n * @type {Array}\n ", - "range": [ - 24660, - 24888 - ], - "loc": { - "start": { - "line": 881, - "column": 8 - }, - "end": { - "line": 886, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24897, + 24885, 24901 ], "loc": { "start": { - "line": 887, - "column": 8 - }, - "end": { - "line": 887, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "colDateType", - "range": [ - 24902, - 24913 - ], - "loc": { - "start": { - "line": 887, - "column": 13 - }, - "end": { - "line": 887, + "line": 883, "column": 24 - } - } - }, - "range": [ - 24897, - 24913 - ], - "loc": { - "start": { - "line": 887, - "column": 8 - }, - "end": { - "line": 887, - "column": 24 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 24916, - 24920 - ], - "loc": { - "start": { - "line": 887, - "column": 27 - }, - "end": { - "line": 887, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasColDateType", - "range": [ - 24921, - 24935 - ], - "loc": { - "start": { - "line": 887, - "column": 32 - }, - "end": { - "line": 887, - "column": 46 - } - } - }, - "range": [ - 24916, - 24935 - ], - "loc": { - "start": { - "line": 887, - "column": 27 }, "end": { - "line": 887, - "column": 46 + "line": 883, + "column": 40 } } }, @@ -34893,131 +34509,130 @@ "type": "Identifier", "name": "f", "range": [ - 24938, - 24939 + 24904, + 24905 ], "loc": { "start": { - "line": 887, - "column": 49 + "line": 883, + "column": 43 }, "end": { - "line": 887, - "column": 50 + "line": 883, + "column": 44 } } }, "property": { "type": "Identifier", - "name": "col_date_type", + "name": "col_types", "range": [ - 24940, - 24953 + 24906, + 24915 ], "loc": { "start": { - "line": 887, - "column": 51 + "line": 883, + "column": 45 }, "end": { - "line": 887, - "column": 64 + "line": 883, + "column": 54 } } }, "range": [ - 24938, - 24953 + 24904, + 24915 ], "loc": { "start": { - "line": 887, - "column": 49 + "line": 883, + "column": 43 }, "end": { - "line": 887, - "column": 64 + "line": 883, + "column": 54 } } }, "alternate": { - "type": "Literal", - "value": null, - "raw": "null", + "type": "ArrayExpression", + "elements": [], "range": [ - 24956, - 24960 + 24918, + 24920 ], "loc": { "start": { - "line": 887, - "column": 67 + "line": 883, + "column": 57 }, "end": { - "line": 887, - "column": 71 + "line": 883, + "column": 59 } } }, "range": [ - 24916, - 24960 + 24885, + 24920 ], "loc": { "start": { - "line": 887, - "column": 27 + "line": 883, + "column": 24 }, "end": { - "line": 887, - "column": 71 + "line": 883, + "column": 59 } } }, "range": [ - 24897, - 24960 + 24869, + 24920 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 8 }, "end": { - "line": 887, - "column": 71 + "line": 883, + "column": 59 } } }, "range": [ - 24897, - 24961 + 24869, + 24921 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 8 }, "end": { - "line": 887, - "column": 72 + "line": 883, + "column": 60 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Define date format on a column basis, possible values 'DMY', 'MDY',\n * 'YMD', 'DDMMMYYYY', ie:\n * col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']\n * @type {Array}\n ", + "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 24660, - 24888 + 24262, + 24860 ], "loc": { "start": { - "line": 881, + "line": 869, "column": 8 }, "end": { - "line": 886, + "line": 882, "column": 11 } } @@ -35028,16 +34643,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24971, - 24993 + 24931, + 24953 ], "loc": { "start": { - "line": 889, + "line": 885, "column": 8 }, "end": { - "line": 889, + "line": 885, "column": 30 } } @@ -35046,16 +34661,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 25002, - 25060 + 24962, + 25020 ], "loc": { "start": { - "line": 890, + "line": 886, "column": 8 }, "end": { - "line": 893, + "line": 889, "column": 11 } } @@ -35073,16 +34688,16 @@ "object": { "type": "ThisExpression", "range": [ - 25069, - 25073 + 25029, + 25033 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 8 }, "end": { - "line": 894, + "line": 890, "column": 12 } } @@ -35091,31 +34706,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 25074, - 25080 + 25034, + 25040 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 13 }, "end": { - "line": 894, + "line": 890, "column": 19 } } }, "range": [ - 25069, - 25080 + 25029, + 25040 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 8 }, "end": { - "line": 894, + "line": 890, "column": 19 } } @@ -35125,46 +34740,46 @@ "value": "TF", "raw": "'TF'", "range": [ - 25083, - 25087 + 25043, + 25047 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 22 }, "end": { - "line": 894, + "line": 890, "column": 26 } } }, "range": [ - 25069, - 25087 + 25029, + 25047 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 8 }, "end": { - "line": 894, + "line": 890, "column": 26 } } }, "range": [ - 25069, - 25088 + 25029, + 25048 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 8 }, "end": { - "line": 894, + "line": 890, "column": 27 } }, @@ -35173,16 +34788,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24971, - 24993 + 24931, + 24953 ], "loc": { "start": { - "line": 889, + "line": 885, "column": 8 }, "end": { - "line": 889, + "line": 885, "column": 30 } } @@ -35191,16 +34806,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 25002, - 25060 + 24962, + 25020 ], "loc": { "start": { - "line": 890, + "line": 886, "column": 8 }, "end": { - "line": 893, + "line": 889, "column": 11 } } @@ -35211,16 +34826,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 25098, - 25182 + 25058, + 25142 ], "loc": { "start": { - "line": 896, + "line": 892, "column": 8 }, "end": { - "line": 899, + "line": 895, "column": 11 } } @@ -35238,16 +34853,16 @@ "object": { "type": "ThisExpression", "range": [ - 25191, - 25195 + 25151, + 25155 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 12 } } @@ -35256,31 +34871,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 25196, - 25203 + 25156, + 25163 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 13 }, "end": { - "line": 900, + "line": 896, "column": 20 } } }, "range": [ - 25191, - 25203 + 25151, + 25163 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 20 } } @@ -35290,46 +34905,46 @@ "value": "flt", "raw": "'flt'", "range": [ - 25206, - 25211 + 25166, + 25171 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 23 }, "end": { - "line": 900, + "line": 896, "column": 28 } } }, "range": [ - 25191, - 25211 + 25151, + 25171 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 28 } } }, "range": [ - 25191, - 25212 + 25151, + 25172 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 29 } }, @@ -35338,16 +34953,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 25098, - 25182 + 25058, + 25142 ], "loc": { "start": { - "line": 896, + "line": 892, "column": 8 }, "end": { - "line": 899, + "line": 895, "column": 11 } } @@ -35358,16 +34973,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 25222, - 25287 + 25182, + 25247 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 11 } } @@ -35385,16 +35000,16 @@ "object": { "type": "ThisExpression", "range": [ - 25296, - 25300 + 25256, + 25260 ], "loc": { "start": { - "line": 906, + "line": 902, "column": 8 }, "end": { - "line": 906, + "line": 902, "column": 12 } } @@ -35403,31 +35018,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 25301, - 25314 + 25261, + 25274 ], "loc": { "start": { - "line": 906, + "line": 902, "column": 13 }, "end": { - "line": 906, + "line": 902, "column": 26 } } }, "range": [ - 25296, - 25314 + 25256, + 25274 ], "loc": { "start": { - "line": 906, + "line": 902, "column": 8 }, "end": { - "line": 906, + "line": 902, "column": 26 } } @@ -35437,46 +35052,46 @@ "value": "btn", "raw": "'btn'", "range": [ - 25317, - 25322 + 25277, + 25282 ], "loc": { "start": { - "line": 906, + "line": 902, "column": 29 }, "end": { - "line": 906, + "line": 902, "column": 34 } } }, "range": [ - 25296, - 25322 + 25256, + 25282 ], "loc": { "start": { - "line": 906, + "line": 902, "column": 8 }, "end": { - "line": 906, + "line": 902, "column": 34 } } }, "range": [ - 25296, - 25323 + 25256, + 25283 ], "loc": { "start": { - "line": 906, + "line": 902, "column": 8 }, "end": { - "line": 906, + "line": 902, "column": 35 } }, @@ -35485,16 +35100,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 25222, - 25287 + 25182, + 25247 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 11 } } @@ -35505,16 +35120,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25333, - 25407 + 25293, + 25367 ], "loc": { "start": { - "line": 908, + "line": 904, "column": 8 }, "end": { - "line": 911, + "line": 907, "column": 11 } } @@ -35532,16 +35147,16 @@ "object": { "type": "ThisExpression", "range": [ - 25416, - 25420 + 25376, + 25380 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 8 }, "end": { - "line": 912, + "line": 908, "column": 12 } } @@ -35550,31 +35165,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 25421, - 25431 + 25381, + 25391 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 13 }, "end": { - "line": 912, + "line": 908, "column": 23 } } }, "range": [ - 25416, - 25431 + 25376, + 25391 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 8 }, "end": { - "line": 912, + "line": 908, "column": 23 } } @@ -35584,46 +35199,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 25434, - 25440 + 25394, + 25400 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 26 }, "end": { - "line": 912, + "line": 908, "column": 32 } } }, "range": [ - 25416, - 25440 + 25376, + 25400 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 8 }, "end": { - "line": 912, + "line": 908, "column": 32 } } }, "range": [ - 25416, - 25441 + 25376, + 25401 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 8 }, "end": { - "line": 912, + "line": 908, "column": 33 } }, @@ -35632,16 +35247,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25333, - 25407 + 25293, + 25367 ], "loc": { "start": { - "line": 908, + "line": 904, "column": 8 }, "end": { - "line": 911, + "line": 907, "column": 11 } } @@ -35652,16 +35267,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25451, - 25528 + 25411, + 25488 ], "loc": { "start": { - "line": 914, + "line": 910, "column": 8 }, "end": { - "line": 917, + "line": 913, "column": 11 } } @@ -35679,16 +35294,16 @@ "object": { "type": "ThisExpression", "range": [ - 25537, - 25541 + 25497, + 25501 ], "loc": { "start": { - "line": 918, + "line": 914, "column": 8 }, "end": { - "line": 918, + "line": 914, "column": 12 } } @@ -35697,31 +35312,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 25542, - 25550 + 25502, + 25510 ], "loc": { "start": { - "line": 918, + "line": 914, "column": 13 }, "end": { - "line": 918, + "line": 914, "column": 21 } } }, "range": [ - 25537, - 25550 + 25497, + 25510 ], "loc": { "start": { - "line": 918, + "line": 914, "column": 8 }, "end": { - "line": 918, + "line": 914, "column": 21 } } @@ -35731,46 +35346,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 25553, - 25560 + 25513, + 25520 ], "loc": { "start": { - "line": 918, + "line": 914, "column": 24 }, "end": { - "line": 918, + "line": 914, "column": 31 } } }, "range": [ - 25537, - 25560 + 25497, + 25520 ], "loc": { "start": { - "line": 918, + "line": 914, "column": 8 }, "end": { - "line": 918, + "line": 914, "column": 31 } } }, "range": [ - 25537, - 25561 + 25497, + 25521 ], "loc": { "start": { - "line": 918, + "line": 914, "column": 8 }, "end": { - "line": 918, + "line": 914, "column": 32 } }, @@ -35779,16 +35394,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25451, - 25528 + 25411, + 25488 ], "loc": { "start": { - "line": 914, + "line": 910, "column": 8 }, "end": { - "line": 917, + "line": 913, "column": 11 } } @@ -35799,16 +35414,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25571, - 25649 + 25531, + 25609 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 8 }, "end": { - "line": 923, + "line": 919, "column": 11 } } @@ -35826,16 +35441,16 @@ "object": { "type": "ThisExpression", "range": [ - 25658, - 25662 + 25618, + 25622 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 8 }, "end": { - "line": 924, + "line": 920, "column": 12 } } @@ -35844,31 +35459,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 25663, - 25671 + 25623, + 25631 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 13 }, "end": { - "line": 924, + "line": 920, "column": 21 } } }, "range": [ - 25658, - 25671 + 25618, + 25631 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 8 }, "end": { - "line": 924, + "line": 920, "column": 21 } } @@ -35878,46 +35493,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 25674, - 25681 + 25634, + 25641 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 24 }, "end": { - "line": 924, + "line": 920, "column": 31 } } }, "range": [ - 25658, - 25681 + 25618, + 25641 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 8 }, "end": { - "line": 924, + "line": 920, "column": 31 } } }, "range": [ - 25658, - 25682 + 25618, + 25642 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 8 }, "end": { - "line": 924, + "line": 920, "column": 32 } }, @@ -35926,16 +35541,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25571, - 25649 + 25531, + 25609 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 8 }, "end": { - "line": 923, + "line": 919, "column": 11 } } @@ -35946,16 +35561,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25692, - 25771 + 25652, + 25731 ], "loc": { "start": { - "line": 926, + "line": 922, "column": 8 }, "end": { - "line": 929, + "line": 925, "column": 11 } } @@ -35973,16 +35588,16 @@ "object": { "type": "ThisExpression", "range": [ - 25780, - 25784 + 25740, + 25744 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 8 }, "end": { - "line": 930, + "line": 926, "column": 12 } } @@ -35991,31 +35606,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 25785, - 25793 + 25745, + 25753 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 13 }, "end": { - "line": 930, + "line": 926, "column": 21 } } }, "range": [ - 25780, - 25793 + 25740, + 25753 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 8 }, "end": { - "line": 930, + "line": 926, "column": 21 } } @@ -36025,46 +35640,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 25796, - 25803 + 25756, + 25763 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 24 }, "end": { - "line": 930, + "line": 926, "column": 31 } } }, "range": [ - 25780, - 25803 + 25740, + 25763 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 8 }, "end": { - "line": 930, + "line": 926, "column": 31 } } }, "range": [ - 25780, - 25804 + 25740, + 25764 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 8 }, "end": { - "line": 930, + "line": 926, "column": 32 } }, @@ -36073,16 +35688,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25692, - 25771 + 25652, + 25731 ], "loc": { "start": { - "line": 926, + "line": 922, "column": 8 }, "end": { - "line": 929, + "line": 925, "column": 11 } } @@ -36093,16 +35708,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25814, - 25881 + 25774, + 25841 ], "loc": { "start": { - "line": 932, + "line": 928, "column": 8 }, "end": { - "line": 935, + "line": 931, "column": 11 } } @@ -36120,16 +35735,16 @@ "object": { "type": "ThisExpression", "range": [ - 25890, - 25894 + 25850, + 25854 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 8 }, "end": { - "line": 936, + "line": 932, "column": 12 } } @@ -36138,31 +35753,31 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 25895, - 25909 + 25855, + 25869 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 13 }, "end": { - "line": 936, + "line": 932, "column": 27 } } }, "range": [ - 25890, - 25909 + 25850, + 25869 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 8 }, "end": { - "line": 936, + "line": 932, "column": 27 } } @@ -36172,46 +35787,46 @@ "value": "resp", "raw": "'resp'", "range": [ - 25912, - 25918 + 25872, + 25878 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 30 }, "end": { - "line": 936, + "line": 932, "column": 36 } } }, "range": [ - 25890, - 25918 + 25850, + 25878 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 8 }, "end": { - "line": 936, + "line": 932, "column": 36 } } }, "range": [ - 25890, - 25919 + 25850, + 25879 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 8 }, "end": { - "line": 936, + "line": 932, "column": 37 } }, @@ -36220,16 +35835,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25814, - 25881 + 25774, + 25841 ], "loc": { "start": { - "line": 932, + "line": 928, "column": 8 }, "end": { - "line": 935, + "line": 931, "column": 11 } } @@ -36240,16 +35855,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25929, - 25949 + 25889, + 25909 ], "loc": { "start": { - "line": 938, + "line": 934, "column": 8 }, "end": { - "line": 938, + "line": 934, "column": 28 } } @@ -36258,16 +35873,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25958, - 26055 + 25918, + 26015 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 11 } } @@ -36285,16 +35900,16 @@ "object": { "type": "ThisExpression", "range": [ - 26064, - 26068 + 26024, + 26028 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 8 }, "end": { - "line": 944, + "line": 940, "column": 12 } } @@ -36303,31 +35918,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 26069, - 26079 + 26029, + 26039 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 13 }, "end": { - "line": 944, + "line": 940, "column": 23 } } }, "range": [ - 26064, - 26079 + 26024, + 26039 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 8 }, "end": { - "line": 944, + "line": 940, "column": 23 } } @@ -36339,16 +35954,16 @@ "type": "Identifier", "name": "f", "range": [ - 26082, - 26083 + 26042, + 26043 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 26 }, "end": { - "line": 944, + "line": 940, "column": 27 } } @@ -36357,61 +35972,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 26084, - 26094 + 26044, + 26054 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 28 }, "end": { - "line": 944, + "line": 940, "column": 38 } } }, "range": [ - 26082, - 26094 + 26042, + 26054 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 26 }, "end": { - "line": 944, + "line": 940, "column": 38 } } }, "range": [ - 26064, - 26094 + 26024, + 26054 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 8 }, "end": { - "line": 944, + "line": 940, "column": 38 } } }, "range": [ - 26064, - 26095 + 26024, + 26055 ], "loc": { "start": { - "line": 944, + "line": 940, "column": 8 }, "end": { - "line": 944, + "line": 940, "column": 39 } }, @@ -36420,16 +36035,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25929, - 25949 + 25889, + 25909 ], "loc": { "start": { - "line": 938, + "line": 934, "column": 8 }, "end": { - "line": 938, + "line": 934, "column": 28 } } @@ -36438,16 +36053,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25958, - 26055 + 25918, + 26015 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 11 } } @@ -36458,16 +36073,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26105, - 26218 + 26065, + 26178 ], "loc": { "start": { - "line": 946, + "line": 942, "column": 8 }, "end": { - "line": 950, + "line": 946, "column": 11 } } @@ -36485,16 +36100,16 @@ "object": { "type": "ThisExpression", "range": [ - 26227, - 26231 + 26187, + 26191 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 8 }, "end": { - "line": 951, + "line": 947, "column": 12 } } @@ -36503,31 +36118,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 26232, - 26245 + 26192, + 26205 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 13 }, "end": { - "line": 951, + "line": 947, "column": 26 } } }, "range": [ - 26227, - 26245 + 26187, + 26205 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 8 }, "end": { - "line": 951, + "line": 947, "column": 26 } } @@ -36538,16 +36153,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26248, - 26255 + 26208, + 26215 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 29 }, "end": { - "line": 951, + "line": 947, "column": 36 } } @@ -36559,16 +36174,16 @@ "object": { "type": "ThisExpression", "range": [ - 26256, - 26260 + 26216, + 26220 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 37 }, "end": { - "line": 951, + "line": 947, "column": 41 } } @@ -36577,77 +36192,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 26261, - 26271 + 26221, + 26231 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 42 }, "end": { - "line": 951, + "line": 947, "column": 52 } } }, "range": [ - 26256, - 26271 + 26216, + 26231 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 37 }, "end": { - "line": 951, + "line": 947, "column": 52 } } } ], "range": [ - 26248, - 26272 + 26208, + 26232 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 29 }, "end": { - "line": 951, + "line": 947, "column": 53 } } }, "range": [ - 26227, - 26272 + 26187, + 26232 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 8 }, "end": { - "line": 951, + "line": 947, "column": 53 } } }, "range": [ - 26227, - 26273 + 26187, + 26233 ], "loc": { "start": { - "line": 951, + "line": 947, "column": 8 }, "end": { - "line": 951, + "line": 947, "column": 54 } }, @@ -36656,16 +36271,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26105, - 26218 + 26065, + 26178 ], "loc": { "start": { - "line": 946, + "line": 942, "column": 8 }, "end": { - "line": 950, + "line": 946, "column": 11 } } @@ -36676,16 +36291,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26283, - 26299 + 26243, + 26259 ], "loc": { "start": { - "line": 953, + "line": 949, "column": 8 }, "end": { - "line": 953, + "line": 949, "column": 24 } } @@ -36694,16 +36309,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26308, - 26382 + 26268, + 26342 ], "loc": { "start": { - "line": 954, + "line": 950, "column": 8 }, "end": { - "line": 957, + "line": 953, "column": 11 } } @@ -36721,16 +36336,16 @@ "object": { "type": "ThisExpression", "range": [ - 26391, - 26395 + 26351, + 26355 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 8 }, "end": { - "line": 958, + "line": 954, "column": 12 } } @@ -36739,31 +36354,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26396, - 26414 + 26356, + 26374 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 13 }, "end": { - "line": 958, + "line": 954, "column": 31 } } }, "range": [ - 26391, - 26414 + 26351, + 26374 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 8 }, "end": { - "line": 958, + "line": 954, "column": 31 } } @@ -36774,16 +36389,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 26417, - 26424 + 26377, + 26384 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 34 }, "end": { - "line": 958, + "line": 954, "column": 41 } } @@ -36796,16 +36411,16 @@ "type": "Identifier", "name": "f", "range": [ - 26425, - 26426 + 26385, + 26386 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 42 }, "end": { - "line": 958, + "line": 954, "column": 43 } } @@ -36814,77 +36429,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 26427, - 26447 + 26387, + 26407 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 44 }, "end": { - "line": 958, + "line": 954, "column": 64 } } }, "range": [ - 26425, - 26447 + 26385, + 26407 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 42 }, "end": { - "line": 958, + "line": 954, "column": 64 } } } ], "range": [ - 26417, - 26448 + 26377, + 26408 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 34 }, "end": { - "line": 958, + "line": 954, "column": 65 } } }, "range": [ - 26391, - 26448 + 26351, + 26408 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 8 }, "end": { - "line": 958, + "line": 954, "column": 65 } } }, "range": [ - 26391, - 26449 + 26351, + 26409 ], "loc": { "start": { - "line": 958, + "line": 954, "column": 8 }, "end": { - "line": 958, + "line": 954, "column": 66 } }, @@ -36893,16 +36508,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26283, - 26299 + 26243, + 26259 ], "loc": { "start": { - "line": 953, + "line": 949, "column": 8 }, "end": { - "line": 953, + "line": 949, "column": 24 } } @@ -36911,16 +36526,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26308, - 26382 + 26268, + 26342 ], "loc": { "start": { - "line": 954, + "line": 950, "column": 8 }, "end": { - "line": 957, + "line": 953, "column": 11 } } @@ -36931,16 +36546,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26459, - 26569 + 26419, + 26529 ], "loc": { "start": { - "line": 960, + "line": 956, "column": 8 }, "end": { - "line": 964, + "line": 960, "column": 11 } } @@ -36958,16 +36573,16 @@ "object": { "type": "ThisExpression", "range": [ - 26578, - 26582 + 26538, + 26542 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 8 }, "end": { - "line": 965, + "line": 961, "column": 12 } } @@ -36976,31 +36591,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 26583, - 26592 + 26543, + 26552 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 13 }, "end": { - "line": 965, + "line": 961, "column": 22 } } }, "range": [ - 26578, - 26592 + 26538, + 26552 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 8 }, "end": { - "line": 965, + "line": 961, "column": 22 } } @@ -37014,16 +36629,16 @@ "object": { "type": "ThisExpression", "range": [ - 26596, - 26600 + 26556, + 26560 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 26 }, "end": { - "line": 965, + "line": 961, "column": 30 } } @@ -37032,31 +36647,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26601, - 26619 + 26561, + 26579 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 31 }, "end": { - "line": 965, + "line": 961, "column": 49 } } }, "range": [ - 26596, - 26619 + 26556, + 26579 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 26 }, "end": { - "line": 965, + "line": 961, "column": 49 } } @@ -37067,16 +36682,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26623, - 26630 + 26583, + 26590 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 53 }, "end": { - "line": 965, + "line": 961, "column": 60 } } @@ -37089,16 +36704,16 @@ "type": "Identifier", "name": "f", "range": [ - 26631, - 26632 + 26591, + 26592 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 61 }, "end": { - "line": 965, + "line": 961, "column": 62 } } @@ -37107,92 +36722,92 @@ "type": "Identifier", "name": "themes", "range": [ - 26633, - 26639 + 26593, + 26599 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 63 }, "end": { - "line": 965, + "line": 961, "column": 69 } } }, "range": [ - 26631, - 26639 + 26591, + 26599 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 61 }, "end": { - "line": 965, + "line": 961, "column": 69 } } } ], "range": [ - 26623, - 26640 + 26583, + 26600 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 53 }, "end": { - "line": 965, + "line": 961, "column": 70 } } }, "range": [ - 26596, - 26640 + 26556, + 26600 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 26 }, "end": { - "line": 965, + "line": 961, "column": 70 } } }, "range": [ - 26578, - 26641 + 26538, + 26601 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 8 }, "end": { - "line": 965, + "line": 961, "column": 71 } } }, "range": [ - 26578, - 26642 + 26538, + 26602 ], "loc": { "start": { - "line": 965, + "line": 961, "column": 8 }, "end": { - "line": 965, + "line": 961, "column": 72 } }, @@ -37201,16 +36816,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26459, - 26569 + 26419, + 26529 ], "loc": { "start": { - "line": 960, + "line": 956, "column": 8 }, "end": { - "line": 964, + "line": 960, "column": 11 } } @@ -37221,16 +36836,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26652, - 26764 + 26612, + 26724 ], "loc": { "start": { - "line": 967, + "line": 963, "column": 8 }, "end": { - "line": 971, + "line": 967, "column": 11 } } @@ -37248,16 +36863,16 @@ "object": { "type": "ThisExpression", "range": [ - 26773, - 26777 + 26733, + 26737 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 8 }, "end": { - "line": 972, + "line": 968, "column": 12 } } @@ -37266,31 +36881,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26778, - 26784 + 26738, + 26744 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 13 }, "end": { - "line": 972, + "line": 968, "column": 19 } } }, "range": [ - 26773, - 26784 + 26733, + 26744 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 8 }, "end": { - "line": 972, + "line": 968, "column": 19 } } @@ -37305,16 +36920,16 @@ "type": "Identifier", "name": "f", "range": [ - 26787, - 26788 + 26747, + 26748 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 22 }, "end": { - "line": 972, + "line": 968, "column": 23 } } @@ -37323,31 +36938,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26789, - 26795 + 26749, + 26755 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 24 }, "end": { - "line": 972, + "line": 968, "column": 30 } } }, "range": [ - 26787, - 26795 + 26747, + 26755 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 22 }, "end": { - "line": 972, + "line": 968, "column": 30 } } @@ -37356,61 +36971,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 26799, - 26801 + 26759, + 26761 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 34 }, "end": { - "line": 972, + "line": 968, "column": 36 } } }, "range": [ - 26787, - 26801 + 26747, + 26761 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 22 }, "end": { - "line": 972, + "line": 968, "column": 36 } } }, "range": [ - 26773, - 26801 + 26733, + 26761 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 8 }, "end": { - "line": 972, + "line": 968, "column": 36 } } }, "range": [ - 26773, - 26802 + 26733, + 26762 ], "loc": { "start": { - "line": 972, + "line": 968, "column": 8 }, "end": { - "line": 972, + "line": 968, "column": 37 } }, @@ -37419,16 +37034,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26652, - 26764 + 26612, + 26724 ], "loc": { "start": { - "line": 967, + "line": 963, "column": 8 }, "end": { - "line": 971, + "line": 967, "column": 11 } } @@ -37439,16 +37054,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26812, - 26993 + 26772, + 26953 ], "loc": { "start": { - "line": 974, + "line": 970, "column": 8 }, "end": { - "line": 979, + "line": 975, "column": 11 } } @@ -37466,16 +37081,16 @@ "object": { "type": "ThisExpression", "range": [ - 27002, - 27006 + 26962, + 26966 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 8 }, "end": { - "line": 980, + "line": 976, "column": 12 } } @@ -37484,31 +37099,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 27007, - 27017 + 26967, + 26977 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 13 }, "end": { - "line": 980, + "line": 976, "column": 23 } } }, "range": [ - 27002, - 27017 + 26962, + 26977 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 8 }, "end": { - "line": 980, + "line": 976, "column": 23 } } @@ -37523,16 +37138,16 @@ "type": "Identifier", "name": "f", "range": [ - 27020, - 27021 + 26980, + 26981 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 26 }, "end": { - "line": 980, + "line": 976, "column": 27 } } @@ -37541,31 +37156,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 27022, - 27033 + 26982, + 26993 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 28 }, "end": { - "line": 980, + "line": 976, "column": 39 } } }, "range": [ - 27020, - 27033 + 26980, + 26993 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 26 }, "end": { - "line": 980, + "line": 976, "column": 39 } } @@ -37579,16 +37194,16 @@ "object": { "type": "ThisExpression", "range": [ - 27037, - 27041 + 26997, + 27001 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 43 }, "end": { - "line": 980, + "line": 976, "column": 47 } } @@ -37597,31 +37212,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 27042, - 27051 + 27002, + 27011 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 48 }, "end": { - "line": 980, + "line": 976, "column": 57 } } }, "range": [ - 27037, - 27051 + 26997, + 27011 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 43 }, "end": { - "line": 980, + "line": 976, "column": 57 } } @@ -37631,76 +37246,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 27054, - 27063 + 27014, + 27023 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 60 }, "end": { - "line": 980, + "line": 976, "column": 69 } } }, "range": [ - 27037, - 27063 + 26997, + 27023 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 43 }, "end": { - "line": 980, + "line": 976, "column": 69 } } }, "range": [ - 27020, - 27063 + 26980, + 27023 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 26 }, "end": { - "line": 980, + "line": 976, "column": 69 } } }, "range": [ - 27002, - 27063 + 26962, + 27023 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 8 }, "end": { - "line": 980, + "line": 976, "column": 69 } } }, "range": [ - 27002, - 27064 + 26962, + 27024 ], "loc": { "start": { - "line": 980, + "line": 976, "column": 8 }, "end": { - "line": 980, + "line": 976, "column": 70 } }, @@ -37709,16 +37324,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26812, - 26993 + 26772, + 26953 ], "loc": { "start": { - "line": 974, + "line": 970, "column": 8 }, "end": { - "line": 979, + "line": 975, "column": 11 } } @@ -37729,16 +37344,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27074, - 27152 + 27034, + 27112 ], "loc": { "start": { - "line": 982, + "line": 978, "column": 8 }, "end": { - "line": 985, + "line": 981, "column": 11 } } @@ -37756,16 +37371,16 @@ "object": { "type": "ThisExpression", "range": [ - 27161, - 27165 + 27121, + 27125 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 8 }, "end": { - "line": 986, + "line": 982, "column": 12 } } @@ -37774,31 +37389,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 27166, - 27176 + 27126, + 27136 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 13 }, "end": { - "line": 986, + "line": 982, "column": 23 } } }, "range": [ - 27161, - 27176 + 27121, + 27136 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 8 }, "end": { - "line": 986, + "line": 982, "column": 23 } } @@ -37809,16 +37424,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 27179, - 27186 + 27139, + 27146 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 26 }, "end": { - "line": 986, + "line": 982, "column": 33 } } @@ -37831,16 +37446,16 @@ "type": "Identifier", "name": "f", "range": [ - 27187, - 27188 + 27147, + 27148 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 34 }, "end": { - "line": 986, + "line": 982, "column": 35 } } @@ -37849,77 +37464,77 @@ "type": "Identifier", "name": "responsive", "range": [ - 27189, - 27199 + 27149, + 27159 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 36 }, "end": { - "line": 986, + "line": 982, "column": 46 } } }, "range": [ - 27187, - 27199 + 27147, + 27159 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 34 }, "end": { - "line": 986, + "line": 982, "column": 46 } } } ], "range": [ - 27179, - 27200 + 27139, + 27160 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 26 }, "end": { - "line": 986, + "line": 982, "column": 47 } } }, "range": [ - 27161, - 27200 + 27121, + 27160 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 8 }, "end": { - "line": 986, + "line": 982, "column": 47 } } }, "range": [ - 27161, - 27201 + 27121, + 27161 ], "loc": { "start": { - "line": 986, + "line": 982, "column": 8 }, "end": { - "line": 986, + "line": 982, "column": 48 } }, @@ -37928,16 +37543,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27074, - 27152 + 27034, + 27112 ], "loc": { "start": { - "line": 982, + "line": 978, "column": 8 }, "end": { - "line": 985, + "line": 981, "column": 11 } } @@ -37948,16 +37563,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27211, - 27275 + 27171, + 27235 ], "loc": { "start": { - "line": 988, + "line": 984, "column": 8 }, "end": { - "line": 991, + "line": 987, "column": 11 } } @@ -37975,16 +37590,16 @@ "object": { "type": "ThisExpression", "range": [ - 27284, - 27288 + 27244, + 27248 ], "loc": { "start": { - "line": 992, + "line": 988, "column": 8 }, "end": { - "line": 992, + "line": 988, "column": 12 } } @@ -37993,31 +37608,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 27289, - 27292 + 27249, + 27252 ], "loc": { "start": { - "line": 992, + "line": 988, "column": 13 }, "end": { - "line": 992, + "line": 988, "column": 16 } } }, "range": [ - 27284, - 27292 + 27244, + 27252 ], "loc": { "start": { - "line": 992, + "line": 988, "column": 8 }, "end": { - "line": 992, + "line": 988, "column": 16 } } @@ -38026,46 +37641,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27295, - 27297 + 27255, + 27257 ], "loc": { "start": { - "line": 992, + "line": 988, "column": 19 }, "end": { - "line": 992, + "line": 988, "column": 21 } } }, "range": [ - 27284, - 27297 + 27244, + 27257 ], "loc": { "start": { - "line": 992, + "line": 988, "column": 8 }, "end": { - "line": 992, + "line": 988, "column": 21 } } }, "range": [ - 27284, - 27298 + 27244, + 27258 ], "loc": { "start": { - "line": 992, + "line": 988, "column": 8 }, "end": { - "line": 992, + "line": 988, "column": 22 } }, @@ -38074,16 +37689,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27211, - 27275 + 27171, + 27235 ], "loc": { "start": { - "line": 988, + "line": 984, "column": 8 }, "end": { - "line": 991, + "line": 987, "column": 11 } } @@ -38094,16 +37709,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27308, - 27374 + 27268, + 27334 ], "loc": { "start": { - "line": 994, + "line": 990, "column": 8 }, "end": { - "line": 997, + "line": 993, "column": 11 } } @@ -38121,16 +37736,16 @@ "object": { "type": "ThisExpression", "range": [ - 27383, - 27387 + 27343, + 27347 ], "loc": { "start": { - "line": 998, + "line": 994, "column": 8 }, "end": { - "line": 998, + "line": 994, "column": 12 } } @@ -38139,31 +37754,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 27388, - 27399 + 27348, + 27359 ], "loc": { "start": { - "line": 998, + "line": 994, "column": 13 }, "end": { - "line": 998, + "line": 994, "column": 24 } } }, "range": [ - 27383, - 27399 + 27343, + 27359 ], "loc": { "start": { - "line": 998, + "line": 994, "column": 8 }, "end": { - "line": 998, + "line": 994, "column": 24 } } @@ -38172,46 +37787,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27402, - 27404 + 27362, + 27364 ], "loc": { "start": { - "line": 998, + "line": 994, "column": 27 }, "end": { - "line": 998, + "line": 994, "column": 29 } } }, "range": [ - 27383, - 27404 + 27343, + 27364 ], "loc": { "start": { - "line": 998, + "line": 994, "column": 8 }, "end": { - "line": 998, + "line": 994, "column": 29 } } }, "range": [ - 27383, - 27405 + 27343, + 27365 ], "loc": { "start": { - "line": 998, + "line": 994, "column": 8 }, "end": { - "line": 998, + "line": 994, "column": 30 } }, @@ -38220,16 +37835,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27308, - 27374 + 27268, + 27334 ], "loc": { "start": { - "line": 994, + "line": 990, "column": 8 }, "end": { - "line": 997, + "line": 993, "column": 11 } } @@ -38238,16 +37853,16 @@ } ], "range": [ - 1885, - 27411 + 1920, + 27371 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 25 }, "end": { - "line": 999, + "line": 995, "column": 5 } } @@ -38255,16 +37870,16 @@ "generator": false, "expression": false, "range": [ - 1875, - 27411 + 1910, + 27371 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 15 }, "end": { - "line": 999, + "line": 995, "column": 5 } } @@ -38272,16 +37887,16 @@ "kind": "constructor", "computed": false, "range": [ - 1864, - 27411 + 1899, + 27371 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 4 }, "end": { - "line": 999, + "line": 995, "column": 5 } }, @@ -38290,16 +37905,16 @@ "type": "Block", "value": "*\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n ", "range": [ - 1542, - 1859 + 1577, + 1894 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 4 }, "end": { - "line": 53, + "line": 54, "column": 7 } } @@ -38310,16 +37925,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27417, - 27466 + 27377, + 27426 ], "loc": { "start": { - "line": 1001, + "line": 997, "column": 4 }, "end": { - "line": 1003, + "line": 999, "column": 7 } } @@ -38333,16 +37948,16 @@ "type": "Identifier", "name": "init", "range": [ - 27471, - 27475 + 27431, + 27435 ], "loc": { "start": { - "line": 1004, + "line": 1000, "column": 4 }, "end": { - "line": 1004, + "line": 1000, "column": 8 } } @@ -38362,16 +37977,16 @@ "object": { "type": "ThisExpression", "range": [ - 27492, - 27496 + 27452, + 27456 ], "loc": { "start": { - "line": 1005, + "line": 1001, "column": 12 }, "end": { - "line": 1005, + "line": 1001, "column": 16 } } @@ -38380,31 +37995,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 27497, - 27508 + 27457, + 27468 ], "loc": { "start": { - "line": 1005, + "line": 1001, "column": 17 }, "end": { - "line": 1005, + "line": 1001, "column": 28 } } }, "range": [ - 27492, - 27508 + 27452, + 27468 ], "loc": { "start": { - "line": 1005, + "line": 1001, "column": 12 }, "end": { - "line": 1005, + "line": 1001, "column": 28 } } @@ -38416,48 +38031,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 27524, - 27531 + 27484, + 27491 ], "loc": { "start": { - "line": 1006, + "line": 1002, "column": 12 }, "end": { - "line": 1006, + "line": 1002, "column": 19 } } } ], "range": [ - 27510, - 27541 + 27470, + 27501 ], "loc": { "start": { - "line": 1005, + "line": 1001, "column": 30 }, "end": { - "line": 1007, + "line": 1003, "column": 9 } } }, "alternate": null, "range": [ - 27488, - 27541 + 27448, + 27501 ], "loc": { "start": { - "line": 1005, + "line": 1001, "column": 8 }, "end": { - "line": 1007, + "line": 1003, "column": 9 } } @@ -38471,16 +38086,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27555, - 27558 + 27515, + 27518 ], "loc": { "start": { - "line": 1009, + "line": 1005, "column": 12 }, "end": { - "line": 1009, + "line": 1005, "column": 15 } } @@ -38491,16 +38106,16 @@ "object": { "type": "ThisExpression", "range": [ - 27561, - 27565 + 27521, + 27525 ], "loc": { "start": { - "line": 1009, + "line": 1005, "column": 18 }, "end": { - "line": 1009, + "line": 1005, "column": 22 } } @@ -38509,46 +38124,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 27566, - 27569 + 27526, + 27529 ], "loc": { "start": { - "line": 1009, + "line": 1005, "column": 23 }, "end": { - "line": 1009, + "line": 1005, "column": 26 } } }, "range": [ - 27561, - 27569 + 27521, + 27529 ], "loc": { "start": { - "line": 1009, + "line": 1005, "column": 18 }, "end": { - "line": 1009, + "line": 1005, "column": 26 } } }, "range": [ - 27555, - 27569 + 27515, + 27529 ], "loc": { "start": { - "line": 1009, + "line": 1005, "column": 12 }, "end": { - "line": 1009, + "line": 1005, "column": 26 } } @@ -38556,16 +38171,16 @@ ], "kind": "let", "range": [ - 27551, - 27570 + 27511, + 27530 ], "loc": { "start": { - "line": 1009, + "line": 1005, "column": 8 }, "end": { - "line": 1009, + "line": 1005, "column": 27 } } @@ -38579,16 +38194,16 @@ "type": "Identifier", "name": "n", "range": [ - 27583, - 27584 + 27543, + 27544 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 12 }, "end": { - "line": 1010, + "line": 1006, "column": 13 } } @@ -38601,16 +38216,16 @@ "object": { "type": "ThisExpression", "range": [ - 27587, - 27591 + 27547, + 27551 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 16 }, "end": { - "line": 1010, + "line": 1006, "column": 20 } } @@ -38619,31 +38234,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 27592, - 27607 + 27552, + 27567 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 21 }, "end": { - "line": 1010, + "line": 1006, "column": 36 } } }, "range": [ - 27587, - 27607 + 27547, + 27567 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 16 }, "end": { - "line": 1010, + "line": 1006, "column": 36 } } @@ -38653,16 +38268,16 @@ "value": 1, "raw": "1", "range": [ - 27610, - 27611 + 27570, + 27571 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 39 }, "end": { - "line": 1010, + "line": 1006, "column": 40 } } @@ -38673,16 +38288,16 @@ "object": { "type": "ThisExpression", "range": [ - 27614, - 27618 + 27574, + 27578 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 43 }, "end": { - "line": 1010, + "line": 1006, "column": 47 } } @@ -38691,61 +38306,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 27619, - 27626 + 27579, + 27586 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 48 }, "end": { - "line": 1010, + "line": 1006, "column": 55 } } }, "range": [ - 27614, - 27626 + 27574, + 27586 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 43 }, "end": { - "line": 1010, + "line": 1006, "column": 55 } } }, "range": [ - 27587, - 27626 + 27547, + 27586 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 16 }, "end": { - "line": 1010, + "line": 1006, "column": 55 } } }, "range": [ - 27583, - 27626 + 27543, + 27586 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 12 }, "end": { - "line": 1010, + "line": 1006, "column": 55 } } @@ -38753,16 +38368,16 @@ ], "kind": "let", "range": [ - 27579, - 27627 + 27539, + 27587 ], "loc": { "start": { - "line": 1010, + "line": 1006, "column": 8 }, "end": { - "line": 1010, + "line": 1006, "column": 56 } } @@ -38776,32 +38391,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 27640, - 27648 + 27600, + 27608 ], "loc": { "start": { - "line": 1011, + "line": 1007, "column": 12 }, "end": { - "line": 1011, + "line": 1007, "column": 20 } } }, "init": null, "range": [ - 27640, - 27648 + 27600, + 27608 ], "loc": { "start": { - "line": 1011, + "line": 1007, "column": 12 }, "end": { - "line": 1011, + "line": 1007, "column": 20 } } @@ -38809,16 +38424,16 @@ ], "kind": "let", "range": [ - 27636, - 27649 + 27596, + 27609 ], "loc": { "start": { - "line": 1011, + "line": 1007, "column": 8 }, "end": { - "line": 1011, + "line": 1007, "column": 21 } }, @@ -38827,16 +38442,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 27659, - 27693 + 27619, + 27653 ], "loc": { "start": { - "line": 1013, + "line": 1009, "column": 8 }, "end": { - "line": 1013, + "line": 1009, "column": 42 } } @@ -38853,16 +38468,16 @@ "object": { "type": "ThisExpression", "range": [ - 27702, - 27706 + 27662, + 27666 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 8 }, "end": { - "line": 1014, + "line": 1010, "column": 12 } } @@ -38871,31 +38486,31 @@ "type": "Identifier", "name": "import", "range": [ - 27707, - 27713 + 27667, + 27673 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 13 }, "end": { - "line": 1014, + "line": 1010, "column": 19 } } }, "range": [ - 27702, - 27713 + 27662, + 27673 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 8 }, "end": { - "line": 1014, + "line": 1010, "column": 19 } } @@ -38907,16 +38522,16 @@ "object": { "type": "ThisExpression", "range": [ - 27714, - 27718 + 27674, + 27678 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 20 }, "end": { - "line": 1014, + "line": 1010, "column": 24 } } @@ -38925,31 +38540,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 27719, - 27731 + 27679, + 27691 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 25 }, "end": { - "line": 1014, + "line": 1010, "column": 37 } } }, "range": [ - 27714, - 27731 + 27674, + 27691 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 20 }, "end": { - "line": 1014, + "line": 1010, "column": 37 } } @@ -38960,16 +38575,16 @@ "object": { "type": "ThisExpression", "range": [ - 27733, - 27737 + 27693, + 27697 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 39 }, "end": { - "line": 1014, + "line": 1010, "column": 43 } } @@ -38978,31 +38593,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 27738, - 27748 + 27698, + 27708 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 44 }, "end": { - "line": 1014, + "line": 1010, "column": 54 } } }, "range": [ - 27733, - 27748 + 27693, + 27708 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 39 }, "end": { - "line": 1014, + "line": 1010, "column": 54 } } @@ -39012,16 +38627,16 @@ "value": null, "raw": "null", "range": [ - 27750, - 27754 + 27710, + 27714 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 56 }, "end": { - "line": 1014, + "line": 1010, "column": 60 } } @@ -39031,47 +38646,47 @@ "value": "link", "raw": "'link'", "range": [ - 27756, - 27762 + 27716, + 27722 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 62 }, "end": { - "line": 1014, + "line": 1010, "column": 68 } } } ], "range": [ - 27702, - 27763 + 27662, + 27723 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 8 }, "end": { - "line": 1014, + "line": 1010, "column": 69 } } }, "range": [ - 27702, - 27764 + 27662, + 27724 ], "loc": { "start": { - "line": 1014, + "line": 1010, "column": 8 }, "end": { - "line": 1014, + "line": 1010, "column": 70 } }, @@ -39080,16 +38695,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 27659, - 27693 + 27619, + 27653 ], "loc": { "start": { - "line": 1013, + "line": 1009, "column": 8 }, "end": { - "line": 1013, + "line": 1009, "column": 42 } } @@ -39100,16 +38715,16 @@ "type": "Line", "value": "loads theme", "range": [ - 27774, - 27787 + 27734, + 27747 ], "loc": { "start": { - "line": 1016, + "line": 1012, "column": 8 }, "end": { - "line": 1016, + "line": 1012, "column": 21 } } @@ -39124,16 +38739,16 @@ "object": { "type": "ThisExpression", "range": [ - 27800, - 27804 + 27760, + 27764 ], "loc": { "start": { - "line": 1017, + "line": 1013, "column": 12 }, "end": { - "line": 1017, + "line": 1013, "column": 16 } } @@ -39142,31 +38757,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 27805, - 27814 + 27765, + 27774 ], "loc": { "start": { - "line": 1017, + "line": 1013, "column": 17 }, "end": { - "line": 1017, + "line": 1013, "column": 26 } } }, "range": [ - 27800, - 27814 + 27760, + 27774 ], "loc": { "start": { - "line": 1017, + "line": 1013, "column": 12 }, "end": { - "line": 1017, + "line": 1013, "column": 26 } } @@ -39184,16 +38799,16 @@ "object": { "type": "ThisExpression", "range": [ - 27830, - 27834 + 27790, + 27794 ], "loc": { "start": { - "line": 1018, + "line": 1014, "column": 12 }, "end": { - "line": 1018, + "line": 1014, "column": 16 } } @@ -39202,94 +38817,94 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 27835, - 27845 + 27795, + 27805 ], "loc": { "start": { - "line": 1018, + "line": 1014, "column": 17 }, "end": { - "line": 1018, + "line": 1014, "column": 27 } } }, "range": [ - 27830, - 27845 + 27790, + 27805 ], "loc": { "start": { - "line": 1018, + "line": 1014, "column": 12 }, "end": { - "line": 1018, + "line": 1014, "column": 27 } } }, "arguments": [], "range": [ - 27830, - 27847 + 27790, + 27807 ], "loc": { "start": { - "line": 1018, + "line": 1014, "column": 12 }, "end": { - "line": 1018, + "line": 1014, "column": 29 } } }, "range": [ - 27830, - 27848 + 27790, + 27808 ], "loc": { "start": { - "line": 1018, + "line": 1014, "column": 12 }, "end": { - "line": 1018, + "line": 1014, "column": 30 } } } ], "range": [ - 27816, - 27858 + 27776, + 27818 ], "loc": { "start": { - "line": 1017, + "line": 1013, "column": 28 }, "end": { - "line": 1019, + "line": 1015, "column": 9 } } }, "alternate": null, "range": [ - 27796, - 27858 + 27756, + 27818 ], "loc": { "start": { - "line": 1017, + "line": 1013, "column": 8 }, "end": { - "line": 1019, + "line": 1015, "column": 9 } }, @@ -39298,36 +38913,454 @@ "type": "Line", "value": "loads theme", "range": [ - 27774, - 27787 + 27734, + 27747 ], "loc": { "start": { - "line": 1016, + "line": 1012, "column": 8 }, "end": { - "line": 1016, + "line": 1012, "column": 21 } } } ], + "trailingComments": [ + { + "type": "Line", + "value": " Instanciate sugar date wrapper", + "range": [ + 27828, + 27861 + ], + "loc": { + "start": { + "line": 1017, + "column": 8 + }, + "end": { + "line": 1017, + "column": 41 + } + } + } + ] + }, + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 27875, + 27878 + ], + "loc": { + "start": { + "line": 1018, + "column": 13 + }, + "end": { + "line": 1018, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "dateType", + "range": [ + 27879, + 27887 + ], + "loc": { + "start": { + "line": 1018, + "column": 17 + }, + "end": { + "line": 1018, + "column": 25 + } + } + }, + "range": [ + 27875, + 27887 + ], + "loc": { + "start": { + "line": 1018, + "column": 13 + }, + "end": { + "line": 1018, + "column": 25 + } + } + }, + "prefix": true, + "range": [ + 27874, + 27887 + ], + "loc": { + "start": { + "line": 1018, + "column": 12 + }, + "end": { + "line": 1018, + "column": 25 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 27903, + 27906 + ], + "loc": { + "start": { + "line": 1019, + "column": 12 + }, + "end": { + "line": 1019, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "dateType", + "range": [ + 27907, + 27915 + ], + "loc": { + "start": { + "line": 1019, + "column": 16 + }, + "end": { + "line": 1019, + "column": 24 + } + } + }, + "range": [ + 27903, + 27915 + ], + "loc": { + "start": { + "line": 1019, + "column": 12 + }, + "end": { + "line": 1019, + "column": 24 + } + } + }, + "right": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "DateType", + "range": [ + 27922, + 27930 + ], + "loc": { + "start": { + "line": 1019, + "column": 31 + }, + "end": { + "line": 1019, + "column": 39 + } + } + }, + "arguments": [ + { + "type": "ThisExpression", + "range": [ + 27931, + 27935 + ], + "loc": { + "start": { + "line": 1019, + "column": 40 + }, + "end": { + "line": 1019, + "column": 44 + } + } + } + ], + "range": [ + 27918, + 27936 + ], + "loc": { + "start": { + "line": 1019, + "column": 27 + }, + "end": { + "line": 1019, + "column": 45 + } + } + }, + "range": [ + 27903, + 27936 + ], + "loc": { + "start": { + "line": 1019, + "column": 12 + }, + "end": { + "line": 1019, + "column": 45 + } + } + }, + "range": [ + 27903, + 27937 + ], + "loc": { + "start": { + "line": 1019, + "column": 12 + }, + "end": { + "line": 1019, + "column": 46 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 27950, + 27953 + ], + "loc": { + "start": { + "line": 1020, + "column": 12 + }, + "end": { + "line": 1020, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "dateType", + "range": [ + 27954, + 27962 + ], + "loc": { + "start": { + "line": 1020, + "column": 16 + }, + "end": { + "line": 1020, + "column": 24 + } + } + }, + "range": [ + 27950, + 27962 + ], + "loc": { + "start": { + "line": 1020, + "column": 12 + }, + "end": { + "line": 1020, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "init", + "range": [ + 27963, + 27967 + ], + "loc": { + "start": { + "line": 1020, + "column": 25 + }, + "end": { + "line": 1020, + "column": 29 + } + } + }, + "range": [ + 27950, + 27967 + ], + "loc": { + "start": { + "line": 1020, + "column": 12 + }, + "end": { + "line": 1020, + "column": 29 + } + } + }, + "arguments": [], + "range": [ + 27950, + 27969 + ], + "loc": { + "start": { + "line": 1020, + "column": 12 + }, + "end": { + "line": 1020, + "column": 31 + } + } + }, + "range": [ + 27950, + 27970 + ], + "loc": { + "start": { + "line": 1020, + "column": 12 + }, + "end": { + "line": 1020, + "column": 32 + } + } + } + ], + "range": [ + 27889, + 27980 + ], + "loc": { + "start": { + "line": 1018, + "column": 27 + }, + "end": { + "line": 1021, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 27870, + 27980 + ], + "loc": { + "start": { + "line": 1018, + "column": 8 + }, + "end": { + "line": 1021, + "column": 9 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Instanciate sugar date wrapper", + "range": [ + 27828, + 27861 + ], + "loc": { + "start": { + "line": 1017, + "column": 8 + }, + "end": { + "line": 1017, + "column": 41 + } + } + } + ], "trailingComments": [ { "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27868, - 27927 + 27990, + 28049 ], "loc": { "start": { - "line": 1021, + "line": 1023, "column": 8 }, "end": { - "line": 1021, + "line": 1023, "column": 67 } } @@ -39346,16 +39379,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27941, - 27944 + 28063, + 28066 ], "loc": { "start": { - "line": 1022, + "line": 1024, "column": 13 }, "end": { - "line": 1022, + "line": 1024, "column": 16 } } @@ -39364,47 +39397,47 @@ "type": "Identifier", "name": "help", "range": [ - 27945, - 27949 + 28067, + 28071 ], "loc": { "start": { - "line": 1022, + "line": 1024, "column": 17 }, "end": { - "line": 1022, + "line": 1024, "column": 21 } } }, "range": [ - 27941, - 27949 + 28063, + 28071 ], "loc": { "start": { - "line": 1022, + "line": 1024, "column": 13 }, "end": { - "line": 1022, + "line": 1024, "column": 21 } } }, "prefix": true, "range": [ - 27940, - 27949 + 28062, + 28071 ], "loc": { "start": { - "line": 1022, + "line": 1024, "column": 12 }, "end": { - "line": 1022, + "line": 1024, "column": 21 } } @@ -39424,16 +39457,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27965, - 27968 + 28087, + 28090 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 12 }, "end": { - "line": 1023, + "line": 1025, "column": 15 } } @@ -39442,31 +39475,31 @@ "type": "Identifier", "name": "help", "range": [ - 27969, - 27973 + 28091, + 28095 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 16 }, "end": { - "line": 1023, + "line": 1025, "column": 20 } } }, "range": [ - 27965, - 27973 + 28087, + 28095 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 12 }, "end": { - "line": 1023, + "line": 1025, "column": 20 } } @@ -39477,16 +39510,16 @@ "type": "Identifier", "name": "Help", "range": [ - 27980, - 27984 + 28102, + 28106 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 27 }, "end": { - "line": 1023, + "line": 1025, "column": 31 } } @@ -39495,94 +39528,94 @@ { "type": "ThisExpression", "range": [ - 27985, - 27989 + 28107, + 28111 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 32 }, "end": { - "line": 1023, + "line": 1025, "column": 36 } } } ], "range": [ - 27976, - 27990 + 28098, + 28112 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 23 }, "end": { - "line": 1023, + "line": 1025, "column": 37 } } }, "range": [ - 27965, - 27990 + 28087, + 28112 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 12 }, "end": { - "line": 1023, + "line": 1025, "column": 37 } } }, "range": [ - 27965, - 27991 + 28087, + 28113 ], "loc": { "start": { - "line": 1023, + "line": 1025, "column": 12 }, "end": { - "line": 1023, + "line": 1025, "column": 38 } } } ], "range": [ - 27951, - 28001 + 28073, + 28123 ], "loc": { "start": { - "line": 1022, + "line": 1024, "column": 23 }, "end": { - "line": 1024, + "line": 1026, "column": 9 } } }, "alternate": null, "range": [ - 27936, - 28001 + 28058, + 28123 ], "loc": { "start": { - "line": 1022, + "line": 1024, "column": 8 }, "end": { - "line": 1024, + "line": 1026, "column": 9 } }, @@ -39591,16 +39624,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27868, - 27927 + 27990, + 28049 ], "loc": { "start": { - "line": 1021, + "line": 1023, "column": 8 }, "end": { - "line": 1021, + "line": 1023, "column": 67 } } @@ -39615,16 +39648,16 @@ "object": { "type": "ThisExpression", "range": [ - 28014, - 28018 + 28136, + 28140 ], "loc": { "start": { - "line": 1025, + "line": 1027, "column": 12 }, "end": { - "line": 1025, + "line": 1027, "column": 16 } } @@ -39633,31 +39666,31 @@ "type": "Identifier", "name": "help", "range": [ - 28019, - 28023 + 28141, + 28145 ], "loc": { "start": { - "line": 1025, + "line": 1027, "column": 17 }, "end": { - "line": 1025, + "line": 1027, "column": 21 } } }, "range": [ - 28014, - 28023 + 28136, + 28145 ], "loc": { "start": { - "line": 1025, + "line": 1027, "column": 12 }, "end": { - "line": 1025, + "line": 1027, "column": 21 } } @@ -39679,16 +39712,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28039, - 28042 + 28161, + 28164 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 12 }, "end": { - "line": 1026, + "line": 1028, "column": 15 } } @@ -39697,31 +39730,31 @@ "type": "Identifier", "name": "help", "range": [ - 28043, - 28047 + 28165, + 28169 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 16 }, "end": { - "line": 1026, + "line": 1028, "column": 20 } } }, "range": [ - 28039, - 28047 + 28161, + 28169 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 12 }, "end": { - "line": 1026, + "line": 1028, "column": 20 } } @@ -39730,94 +39763,94 @@ "type": "Identifier", "name": "init", "range": [ - 28048, - 28052 + 28170, + 28174 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 21 }, "end": { - "line": 1026, + "line": 1028, "column": 25 } } }, "range": [ - 28039, - 28052 + 28161, + 28174 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 12 }, "end": { - "line": 1026, + "line": 1028, "column": 25 } } }, "arguments": [], "range": [ - 28039, - 28054 + 28161, + 28176 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 12 }, "end": { - "line": 1026, + "line": 1028, "column": 27 } } }, "range": [ - 28039, - 28055 + 28161, + 28177 ], "loc": { "start": { - "line": 1026, + "line": 1028, "column": 12 }, "end": { - "line": 1026, + "line": 1028, "column": 28 } } } ], "range": [ - 28025, - 28065 + 28147, + 28187 ], "loc": { "start": { - "line": 1025, + "line": 1027, "column": 23 }, "end": { - "line": 1027, + "line": 1029, "column": 9 } } }, "alternate": null, "range": [ - 28010, - 28065 + 28132, + 28187 ], "loc": { "start": { - "line": 1025, + "line": 1027, "column": 8 }, "end": { - "line": 1027, + "line": 1029, "column": 9 } } @@ -39830,16 +39863,16 @@ "object": { "type": "ThisExpression", "range": [ - 28079, - 28083 + 28201, + 28205 ], "loc": { "start": { - "line": 1029, + "line": 1031, "column": 12 }, "end": { - "line": 1029, + "line": 1031, "column": 16 } } @@ -39848,31 +39881,31 @@ "type": "Identifier", "name": "state", "range": [ - 28084, - 28089 + 28206, + 28211 ], "loc": { "start": { - "line": 1029, + "line": 1031, "column": 17 }, "end": { - "line": 1029, + "line": 1031, "column": 22 } } }, "range": [ - 28079, - 28089 + 28201, + 28211 ], "loc": { "start": { - "line": 1029, + "line": 1031, "column": 12 }, "end": { - "line": 1029, + "line": 1031, "column": 22 } } @@ -39892,16 +39925,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28110, - 28113 + 28232, + 28235 ], "loc": { "start": { - "line": 1030, + "line": 1032, "column": 17 }, "end": { - "line": 1030, + "line": 1032, "column": 20 } } @@ -39910,47 +39943,47 @@ "type": "Identifier", "name": "state", "range": [ - 28114, - 28119 + 28236, + 28241 ], "loc": { "start": { - "line": 1030, + "line": 1032, "column": 21 }, "end": { - "line": 1030, + "line": 1032, "column": 26 } } }, "range": [ - 28110, - 28119 + 28232, + 28241 ], "loc": { "start": { - "line": 1030, + "line": 1032, "column": 17 }, "end": { - "line": 1030, + "line": 1032, "column": 26 } } }, "prefix": true, "range": [ - 28109, - 28119 + 28231, + 28241 ], "loc": { "start": { - "line": 1030, + "line": 1032, "column": 16 }, "end": { - "line": 1030, + "line": 1032, "column": 26 } } @@ -39970,16 +40003,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28139, - 28142 + 28261, + 28264 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 16 }, "end": { - "line": 1031, + "line": 1033, "column": 19 } } @@ -39988,31 +40021,31 @@ "type": "Identifier", "name": "state", "range": [ - 28143, - 28148 + 28265, + 28270 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 20 }, "end": { - "line": 1031, + "line": 1033, "column": 25 } } }, "range": [ - 28139, - 28148 + 28261, + 28270 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 16 }, "end": { - "line": 1031, + "line": 1033, "column": 25 } } @@ -40023,16 +40056,16 @@ "type": "Identifier", "name": "State", "range": [ - 28155, - 28160 + 28277, + 28282 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 32 }, "end": { - "line": 1031, + "line": 1033, "column": 37 } } @@ -40041,94 +40074,94 @@ { "type": "ThisExpression", "range": [ - 28161, - 28165 + 28283, + 28287 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 38 }, "end": { - "line": 1031, + "line": 1033, "column": 42 } } } ], "range": [ - 28151, - 28166 + 28273, + 28288 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 28 }, "end": { - "line": 1031, + "line": 1033, "column": 43 } } }, "range": [ - 28139, - 28166 + 28261, + 28288 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 16 }, "end": { - "line": 1031, + "line": 1033, "column": 43 } } }, "range": [ - 28139, - 28167 + 28261, + 28289 ], "loc": { "start": { - "line": 1031, + "line": 1033, "column": 16 }, "end": { - "line": 1031, + "line": 1033, "column": 44 } } } ], "range": [ - 28121, - 28181 + 28243, + 28303 ], "loc": { "start": { - "line": 1030, + "line": 1032, "column": 28 }, "end": { - "line": 1032, + "line": 1034, "column": 13 } } }, "alternate": null, "range": [ - 28105, - 28181 + 28227, + 28303 ], "loc": { "start": { - "line": 1030, + "line": 1032, "column": 12 }, "end": { - "line": 1032, + "line": 1034, "column": 13 } } @@ -40147,16 +40180,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28194, - 28197 + 28316, + 28319 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 12 }, "end": { - "line": 1033, + "line": 1035, "column": 15 } } @@ -40165,31 +40198,31 @@ "type": "Identifier", "name": "state", "range": [ - 28198, - 28203 + 28320, + 28325 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 16 }, "end": { - "line": 1033, + "line": 1035, "column": 21 } } }, "range": [ - 28194, - 28203 + 28316, + 28325 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 12 }, "end": { - "line": 1033, + "line": 1035, "column": 21 } } @@ -40198,94 +40231,94 @@ "type": "Identifier", "name": "init", "range": [ - 28204, - 28208 + 28326, + 28330 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 22 }, "end": { - "line": 1033, + "line": 1035, "column": 26 } } }, "range": [ - 28194, - 28208 + 28316, + 28330 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 12 }, "end": { - "line": 1033, + "line": 1035, "column": 26 } } }, "arguments": [], "range": [ - 28194, - 28210 + 28316, + 28332 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 12 }, "end": { - "line": 1033, + "line": 1035, "column": 28 } } }, "range": [ - 28194, - 28211 + 28316, + 28333 ], "loc": { "start": { - "line": 1033, + "line": 1035, "column": 12 }, "end": { - "line": 1033, + "line": 1035, "column": 29 } } } ], "range": [ - 28091, - 28221 + 28213, + 28343 ], "loc": { "start": { - "line": 1029, + "line": 1031, "column": 24 }, "end": { - "line": 1034, + "line": 1036, "column": 9 } } }, "alternate": null, "range": [ - 28075, - 28221 + 28197, + 28343 ], "loc": { "start": { - "line": 1029, + "line": 1031, "column": 8 }, "end": { - "line": 1034, + "line": 1036, "column": 9 } } @@ -40298,16 +40331,16 @@ "object": { "type": "ThisExpression", "range": [ - 28235, - 28239 + 28357, + 28361 ], "loc": { "start": { - "line": 1036, + "line": 1038, "column": 12 }, "end": { - "line": 1036, + "line": 1038, "column": 16 } } @@ -40316,31 +40349,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28240, - 28250 + 28362, + 28372 ], "loc": { "start": { - "line": 1036, + "line": 1038, "column": 17 }, "end": { - "line": 1036, + "line": 1038, "column": 27 } } }, "range": [ - 28235, - 28250 + 28357, + 28372 ], "loc": { "start": { - "line": 1036, + "line": 1038, "column": 12 }, "end": { - "line": 1036, + "line": 1038, "column": 27 } } @@ -40360,16 +40393,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28271, - 28274 + 28393, + 28396 ], "loc": { "start": { - "line": 1037, + "line": 1039, "column": 17 }, "end": { - "line": 1037, + "line": 1039, "column": 20 } } @@ -40378,47 +40411,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28275, - 28285 + 28397, + 28407 ], "loc": { "start": { - "line": 1037, + "line": 1039, "column": 21 }, "end": { - "line": 1037, + "line": 1039, "column": 31 } } }, "range": [ - 28271, - 28285 + 28393, + 28407 ], "loc": { "start": { - "line": 1037, + "line": 1039, "column": 17 }, "end": { - "line": 1037, + "line": 1039, "column": 31 } } }, "prefix": true, "range": [ - 28270, - 28285 + 28392, + 28407 ], "loc": { "start": { - "line": 1037, + "line": 1039, "column": 16 }, "end": { - "line": 1037, + "line": 1039, "column": 31 } } @@ -40438,16 +40471,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28305, - 28308 + 28427, + 28430 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 16 }, "end": { - "line": 1038, + "line": 1040, "column": 19 } } @@ -40456,31 +40489,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28309, - 28319 + 28431, + 28441 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 20 }, "end": { - "line": 1038, + "line": 1040, "column": 30 } } }, "range": [ - 28305, - 28319 + 28427, + 28441 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 16 }, "end": { - "line": 1038, + "line": 1040, "column": 30 } } @@ -40491,16 +40524,16 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 28326, - 28336 + 28448, + 28458 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 37 }, "end": { - "line": 1038, + "line": 1040, "column": 47 } } @@ -40509,94 +40542,94 @@ { "type": "ThisExpression", "range": [ - 28337, - 28341 + 28459, + 28463 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 48 }, "end": { - "line": 1038, + "line": 1040, "column": 52 } } } ], "range": [ - 28322, - 28342 + 28444, + 28464 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 33 }, "end": { - "line": 1038, + "line": 1040, "column": 53 } } }, "range": [ - 28305, - 28342 + 28427, + 28464 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 16 }, "end": { - "line": 1038, + "line": 1040, "column": 53 } } }, "range": [ - 28305, - 28343 + 28427, + 28465 ], "loc": { "start": { - "line": 1038, + "line": 1040, "column": 16 }, "end": { - "line": 1038, + "line": 1040, "column": 54 } } } ], "range": [ - 28287, - 28357 + 28409, + 28479 ], "loc": { "start": { - "line": 1037, + "line": 1039, "column": 33 }, "end": { - "line": 1039, + "line": 1041, "column": 13 } } }, "alternate": null, "range": [ - 28266, - 28357 + 28388, + 28479 ], "loc": { "start": { - "line": 1037, + "line": 1039, "column": 12 }, "end": { - "line": 1039, + "line": 1041, "column": 13 } } @@ -40615,16 +40648,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28370, - 28373 + 28492, + 28495 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 12 }, "end": { - "line": 1040, + "line": 1042, "column": 15 } } @@ -40633,31 +40666,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28374, - 28384 + 28496, + 28506 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 16 }, "end": { - "line": 1040, + "line": 1042, "column": 26 } } }, "range": [ - 28370, - 28384 + 28492, + 28506 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 12 }, "end": { - "line": 1040, + "line": 1042, "column": 26 } } @@ -40666,94 +40699,94 @@ "type": "Identifier", "name": "init", "range": [ - 28385, - 28389 + 28507, + 28511 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 27 }, "end": { - "line": 1040, + "line": 1042, "column": 31 } } }, "range": [ - 28370, - 28389 + 28492, + 28511 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 12 }, "end": { - "line": 1040, + "line": 1042, "column": 31 } } }, "arguments": [], "range": [ - 28370, - 28391 + 28492, + 28513 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 12 }, "end": { - "line": 1040, + "line": 1042, "column": 33 } } }, "range": [ - 28370, - 28392 + 28492, + 28514 ], "loc": { "start": { - "line": 1040, + "line": 1042, "column": 12 }, "end": { - "line": 1040, + "line": 1042, "column": 34 } } } ], "range": [ - 28252, - 28402 + 28374, + 28524 ], "loc": { "start": { - "line": 1036, + "line": 1038, "column": 29 }, "end": { - "line": 1041, + "line": 1043, "column": 9 } } }, "alternate": null, "range": [ - 28231, - 28402 + 28353, + 28524 ], "loc": { "start": { - "line": 1036, + "line": 1038, "column": 8 }, "end": { - "line": 1041, + "line": 1043, "column": 9 } } @@ -40766,16 +40799,16 @@ "object": { "type": "ThisExpression", "range": [ - 28416, - 28420 + 28538, + 28542 ], "loc": { "start": { - "line": 1043, + "line": 1045, "column": 12 }, "end": { - "line": 1043, + "line": 1045, "column": 16 } } @@ -40784,31 +40817,31 @@ "type": "Identifier", "name": "loader", "range": [ - 28421, - 28427 + 28543, + 28549 ], "loc": { "start": { - "line": 1043, + "line": 1045, "column": 17 }, "end": { - "line": 1043, + "line": 1045, "column": 23 } } }, "range": [ - 28416, - 28427 + 28538, + 28549 ], "loc": { "start": { - "line": 1043, + "line": 1045, "column": 12 }, "end": { - "line": 1043, + "line": 1045, "column": 23 } } @@ -40828,16 +40861,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28448, - 28451 + 28570, + 28573 ], "loc": { "start": { - "line": 1044, + "line": 1046, "column": 17 }, "end": { - "line": 1044, + "line": 1046, "column": 20 } } @@ -40846,47 +40879,47 @@ "type": "Identifier", "name": "loader", "range": [ - 28452, - 28458 + 28574, + 28580 ], "loc": { "start": { - "line": 1044, + "line": 1046, "column": 21 }, "end": { - "line": 1044, + "line": 1046, "column": 27 } } }, "range": [ - 28448, - 28458 + 28570, + 28580 ], "loc": { "start": { - "line": 1044, + "line": 1046, "column": 17 }, "end": { - "line": 1044, + "line": 1046, "column": 27 } } }, "prefix": true, "range": [ - 28447, - 28458 + 28569, + 28580 ], "loc": { "start": { - "line": 1044, + "line": 1046, "column": 16 }, "end": { - "line": 1044, + "line": 1046, "column": 27 } } @@ -40906,16 +40939,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28478, - 28481 + 28600, + 28603 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 16 }, "end": { - "line": 1045, + "line": 1047, "column": 19 } } @@ -40924,31 +40957,31 @@ "type": "Identifier", "name": "loader", "range": [ - 28482, - 28488 + 28604, + 28610 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 20 }, "end": { - "line": 1045, + "line": 1047, "column": 26 } } }, "range": [ - 28478, - 28488 + 28600, + 28610 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 16 }, "end": { - "line": 1045, + "line": 1047, "column": 26 } } @@ -40959,16 +40992,16 @@ "type": "Identifier", "name": "Loader", "range": [ - 28495, - 28501 + 28617, + 28623 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 33 }, "end": { - "line": 1045, + "line": 1047, "column": 39 } } @@ -40977,94 +41010,94 @@ { "type": "ThisExpression", "range": [ - 28502, - 28506 + 28624, + 28628 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 40 }, "end": { - "line": 1045, + "line": 1047, "column": 44 } } } ], "range": [ - 28491, - 28507 + 28613, + 28629 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 29 }, "end": { - "line": 1045, + "line": 1047, "column": 45 } } }, "range": [ - 28478, - 28507 + 28600, + 28629 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 16 }, "end": { - "line": 1045, + "line": 1047, "column": 45 } } }, "range": [ - 28478, - 28508 + 28600, + 28630 ], "loc": { "start": { - "line": 1045, + "line": 1047, "column": 16 }, "end": { - "line": 1045, + "line": 1047, "column": 46 } } } ], "range": [ - 28460, - 28522 + 28582, + 28644 ], "loc": { "start": { - "line": 1044, + "line": 1046, "column": 29 }, "end": { - "line": 1046, + "line": 1048, "column": 13 } } }, "alternate": null, "range": [ - 28443, - 28522 + 28565, + 28644 ], "loc": { "start": { - "line": 1044, + "line": 1046, "column": 12 }, "end": { - "line": 1046, + "line": 1048, "column": 13 } } @@ -41083,16 +41116,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28535, - 28538 + 28657, + 28660 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 12 }, "end": { - "line": 1047, + "line": 1049, "column": 15 } } @@ -41101,31 +41134,31 @@ "type": "Identifier", "name": "loader", "range": [ - 28539, - 28545 + 28661, + 28667 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 16 }, "end": { - "line": 1047, + "line": 1049, "column": 22 } } }, "range": [ - 28535, - 28545 + 28657, + 28667 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 12 }, "end": { - "line": 1047, + "line": 1049, "column": 22 } } @@ -41134,94 +41167,94 @@ "type": "Identifier", "name": "init", "range": [ - 28546, - 28550 + 28668, + 28672 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 23 }, "end": { - "line": 1047, + "line": 1049, "column": 27 } } }, "range": [ - 28535, - 28550 + 28657, + 28672 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 12 }, "end": { - "line": 1047, + "line": 1049, "column": 27 } } }, "arguments": [], "range": [ - 28535, - 28552 + 28657, + 28674 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 12 }, "end": { - "line": 1047, + "line": 1049, "column": 29 } } }, "range": [ - 28535, - 28553 + 28657, + 28675 ], "loc": { "start": { - "line": 1047, + "line": 1049, "column": 12 }, "end": { - "line": 1047, + "line": 1049, "column": 30 } } } ], "range": [ - 28429, - 28563 + 28551, + 28685 ], "loc": { "start": { - "line": 1043, + "line": 1045, "column": 25 }, "end": { - "line": 1048, + "line": 1050, "column": 9 } } }, "alternate": null, "range": [ - 28412, - 28563 + 28534, + 28685 ], "loc": { "start": { - "line": 1043, + "line": 1045, "column": 8 }, "end": { - "line": 1048, + "line": 1050, "column": 9 } } @@ -41234,16 +41267,16 @@ "object": { "type": "ThisExpression", "range": [ - 28577, - 28581 + 28699, + 28703 ], "loc": { "start": { - "line": 1050, + "line": 1052, "column": 12 }, "end": { - "line": 1050, + "line": 1052, "column": 16 } } @@ -41252,31 +41285,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 28582, - 28599 + 28704, + 28721 ], "loc": { "start": { - "line": 1050, + "line": 1052, "column": 17 }, "end": { - "line": 1050, + "line": 1052, "column": 34 } } }, "range": [ - 28577, - 28599 + 28699, + 28721 ], "loc": { "start": { - "line": 1050, + "line": 1052, "column": 12 }, "end": { - "line": 1050, + "line": 1052, "column": 34 } } @@ -41296,16 +41329,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28615, - 28618 + 28737, + 28740 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 12 }, "end": { - "line": 1051, + "line": 1053, "column": 15 } } @@ -41314,31 +41347,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 28619, - 28635 + 28741, + 28757 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 16 }, "end": { - "line": 1051, + "line": 1053, "column": 32 } } }, "range": [ - 28615, - 28635 + 28737, + 28757 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 12 }, "end": { - "line": 1051, + "line": 1053, "column": 32 } } @@ -41349,16 +41382,16 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 28642, - 28658 + 28764, + 28780 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 39 }, "end": { - "line": 1051, + "line": 1053, "column": 55 } } @@ -41367,62 +41400,62 @@ { "type": "ThisExpression", "range": [ - 28659, - 28663 + 28781, + 28785 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 56 }, "end": { - "line": 1051, + "line": 1053, "column": 60 } } } ], "range": [ - 28638, - 28664 + 28760, + 28786 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 35 }, "end": { - "line": 1051, + "line": 1053, "column": 61 } } }, "range": [ - 28615, - 28664 + 28737, + 28786 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 12 }, "end": { - "line": 1051, + "line": 1053, "column": 61 } } }, "range": [ - 28615, - 28665 + 28737, + 28787 ], "loc": { "start": { - "line": 1051, + "line": 1053, "column": 12 }, "end": { - "line": 1051, + "line": 1053, "column": 62 } } @@ -41441,16 +41474,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28678, - 28681 + 28800, + 28803 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 12 }, "end": { - "line": 1052, + "line": 1054, "column": 15 } } @@ -41459,31 +41492,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 28682, - 28698 + 28804, + 28820 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 16 }, "end": { - "line": 1052, + "line": 1054, "column": 32 } } }, "range": [ - 28678, - 28698 + 28800, + 28820 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 12 }, "end": { - "line": 1052, + "line": 1054, "column": 32 } } @@ -41492,94 +41525,94 @@ "type": "Identifier", "name": "init", "range": [ - 28699, - 28703 + 28821, + 28825 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 33 }, "end": { - "line": 1052, + "line": 1054, "column": 37 } } }, "range": [ - 28678, - 28703 + 28800, + 28825 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 12 }, "end": { - "line": 1052, + "line": 1054, "column": 37 } } }, "arguments": [], "range": [ - 28678, - 28705 + 28800, + 28827 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 12 }, "end": { - "line": 1052, + "line": 1054, "column": 39 } } }, "range": [ - 28678, - 28706 + 28800, + 28828 ], "loc": { "start": { - "line": 1052, + "line": 1054, "column": 12 }, "end": { - "line": 1052, + "line": 1054, "column": 40 } } } ], "range": [ - 28601, - 28716 + 28723, + 28838 ], "loc": { "start": { - "line": 1050, + "line": 1052, "column": 36 }, "end": { - "line": 1053, + "line": 1055, "column": 9 } } }, "alternate": null, "range": [ - 28573, - 28716 + 28695, + 28838 ], "loc": { "start": { - "line": 1050, + "line": 1052, "column": 8 }, "end": { - "line": 1053, + "line": 1055, "column": 9 } } @@ -41592,16 +41625,16 @@ "object": { "type": "ThisExpression", "range": [ - 28730, - 28734 + 28852, + 28856 ], "loc": { "start": { - "line": 1055, + "line": 1057, "column": 12 }, "end": { - "line": 1055, + "line": 1057, "column": 16 } } @@ -41610,31 +41643,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 28735, - 28747 + 28857, + 28869 ], "loc": { "start": { - "line": 1055, + "line": 1057, "column": 17 }, "end": { - "line": 1055, + "line": 1057, "column": 29 } } }, "range": [ - 28730, - 28747 + 28852, + 28869 ], "loc": { "start": { - "line": 1055, + "line": 1057, "column": 12 }, "end": { - "line": 1055, + "line": 1057, "column": 29 } } @@ -41654,16 +41687,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28768, - 28771 + 28890, + 28893 ], "loc": { "start": { - "line": 1056, + "line": 1058, "column": 17 }, "end": { - "line": 1056, + "line": 1058, "column": 20 } } @@ -41672,47 +41705,47 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28772, - 28783 + 28894, + 28905 ], "loc": { "start": { - "line": 1056, + "line": 1058, "column": 21 }, "end": { - "line": 1056, + "line": 1058, "column": 32 } } }, "range": [ - 28768, - 28783 + 28890, + 28905 ], "loc": { "start": { - "line": 1056, + "line": 1058, "column": 17 }, "end": { - "line": 1056, + "line": 1058, "column": 32 } } }, "prefix": true, "range": [ - 28767, - 28783 + 28889, + 28905 ], "loc": { "start": { - "line": 1056, + "line": 1058, "column": 16 }, "end": { - "line": 1056, + "line": 1058, "column": 32 } } @@ -41732,16 +41765,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28803, - 28806 + 28925, + 28928 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 16 }, "end": { - "line": 1057, + "line": 1059, "column": 19 } } @@ -41750,31 +41783,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28807, - 28818 + 28929, + 28940 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 20 }, "end": { - "line": 1057, + "line": 1059, "column": 31 } } }, "range": [ - 28803, - 28818 + 28925, + 28940 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 16 }, "end": { - "line": 1057, + "line": 1059, "column": 31 } } @@ -41785,16 +41818,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 28825, - 28836 + 28947, + 28958 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 38 }, "end": { - "line": 1057, + "line": 1059, "column": 49 } } @@ -41803,94 +41836,94 @@ { "type": "ThisExpression", "range": [ - 28837, - 28841 + 28959, + 28963 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 50 }, "end": { - "line": 1057, + "line": 1059, "column": 54 } } } ], "range": [ - 28821, - 28842 + 28943, + 28964 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 34 }, "end": { - "line": 1057, + "line": 1059, "column": 55 } } }, "range": [ - 28803, - 28842 + 28925, + 28964 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 16 }, "end": { - "line": 1057, + "line": 1059, "column": 55 } } }, "range": [ - 28803, - 28843 + 28925, + 28965 ], "loc": { "start": { - "line": 1057, + "line": 1059, "column": 16 }, "end": { - "line": 1057, + "line": 1059, "column": 56 } } } ], "range": [ - 28785, - 28857 + 28907, + 28979 ], "loc": { "start": { - "line": 1056, + "line": 1058, "column": 34 }, "end": { - "line": 1058, + "line": 1060, "column": 13 } } }, "alternate": null, "range": [ - 28763, - 28857 + 28885, + 28979 ], "loc": { "start": { - "line": 1056, + "line": 1058, "column": 12 }, "end": { - "line": 1058, + "line": 1060, "column": 13 } } @@ -41909,16 +41942,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28870, - 28873 + 28992, + 28995 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 12 }, "end": { - "line": 1059, + "line": 1061, "column": 15 } } @@ -41927,31 +41960,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28874, - 28885 + 28996, + 29007 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 16 }, "end": { - "line": 1059, + "line": 1061, "column": 27 } } }, "range": [ - 28870, - 28885 + 28992, + 29007 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 12 }, "end": { - "line": 1059, + "line": 1061, "column": 27 } } @@ -41960,94 +41993,94 @@ "type": "Identifier", "name": "init", "range": [ - 28886, - 28890 + 29008, + 29012 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 28 }, "end": { - "line": 1059, + "line": 1061, "column": 32 } } }, "range": [ - 28870, - 28890 + 28992, + 29012 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 12 }, "end": { - "line": 1059, + "line": 1061, "column": 32 } } }, "arguments": [], "range": [ - 28870, - 28892 + 28992, + 29014 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 12 }, "end": { - "line": 1059, + "line": 1061, "column": 34 } } }, "range": [ - 28870, - 28893 + 28992, + 29015 ], "loc": { "start": { - "line": 1059, + "line": 1061, "column": 12 }, "end": { - "line": 1059, + "line": 1061, "column": 35 } } } ], "range": [ - 28749, - 28903 + 28871, + 29025 ], "loc": { "start": { - "line": 1055, + "line": 1057, "column": 31 }, "end": { - "line": 1060, + "line": 1062, "column": 9 } } }, "alternate": null, "range": [ - 28726, - 28903 + 28848, + 29025 ], "loc": { "start": { - "line": 1055, + "line": 1057, "column": 8 }, "end": { - "line": 1060, + "line": 1062, "column": 9 } }, @@ -42056,16 +42089,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 28913, - 28944 + 29035, + 29066 ], "loc": { "start": { - "line": 1062, + "line": 1064, "column": 8 }, "end": { - "line": 1062, + "line": 1064, "column": 39 } } @@ -42083,16 +42116,16 @@ "object": { "type": "ThisExpression", "range": [ - 28958, - 28962 + 29080, + 29084 ], "loc": { "start": { - "line": 1063, + "line": 1065, "column": 13 }, "end": { - "line": 1063, + "line": 1065, "column": 17 } } @@ -42101,47 +42134,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 28963, - 28970 + 29085, + 29092 ], "loc": { "start": { - "line": 1063, + "line": 1065, "column": 18 }, "end": { - "line": 1063, + "line": 1065, "column": 25 } } }, "range": [ - 28958, - 28970 + 29080, + 29092 ], "loc": { "start": { - "line": 1063, + "line": 1065, "column": 13 }, "end": { - "line": 1063, + "line": 1065, "column": 25 } } }, "prefix": true, "range": [ - 28957, - 28970 + 29079, + 29092 ], "loc": { "start": { - "line": 1063, + "line": 1065, "column": 12 }, "end": { - "line": 1063, + "line": 1065, "column": 25 } } @@ -42159,16 +42192,16 @@ "object": { "type": "ThisExpression", "range": [ - 28986, - 28990 + 29108, + 29112 ], "loc": { "start": { - "line": 1064, + "line": 1066, "column": 12 }, "end": { - "line": 1064, + "line": 1066, "column": 16 } } @@ -42177,78 +42210,78 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 28991, - 29005 + 29113, + 29127 ], "loc": { "start": { - "line": 1064, + "line": 1066, "column": 17 }, "end": { - "line": 1064, + "line": 1066, "column": 31 } } }, "range": [ - 28986, - 29005 + 29108, + 29127 ], "loc": { "start": { - "line": 1064, + "line": 1066, "column": 12 }, "end": { - "line": 1064, + "line": 1066, "column": 31 } } }, "arguments": [], "range": [ - 28986, - 29007 + 29108, + 29129 ], "loc": { "start": { - "line": 1064, + "line": 1066, "column": 12 }, "end": { - "line": 1064, + "line": 1066, "column": 33 } } }, "range": [ - 28986, - 29008 + 29108, + 29130 ], "loc": { "start": { - "line": 1064, + "line": 1066, "column": 12 }, "end": { - "line": 1064, + "line": 1066, "column": 34 } } } ], "range": [ - 28972, - 29018 + 29094, + 29140 ], "loc": { "start": { - "line": 1063, + "line": 1065, "column": 27 }, "end": { - "line": 1065, + "line": 1067, "column": 9 } } @@ -42265,16 +42298,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29042, - 29048 + 29164, + 29170 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 16 }, "end": { - "line": 1066, + "line": 1068, "column": 22 } } @@ -42287,16 +42320,16 @@ "object": { "type": "ThisExpression", "range": [ - 29051, - 29055 + 29173, + 29177 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 25 }, "end": { - "line": 1066, + "line": 1068, "column": 29 } } @@ -42305,62 +42338,62 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 29056, - 29073 + 29178, + 29195 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 30 }, "end": { - "line": 1066, + "line": 1068, "column": 47 } } }, "range": [ - 29051, - 29073 + 29173, + 29195 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 25 }, "end": { - "line": 1066, + "line": 1068, "column": 47 } } }, "arguments": [], "range": [ - 29051, - 29075 + 29173, + 29197 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 25 }, "end": { - "line": 1066, + "line": 1068, "column": 49 } } }, "range": [ - 29042, - 29075 + 29164, + 29197 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 16 }, "end": { - "line": 1066, + "line": 1068, "column": 49 } } @@ -42368,16 +42401,16 @@ ], "kind": "let", "range": [ - 29038, - 29076 + 29160, + 29198 ], "loc": { "start": { - "line": 1066, + "line": 1068, "column": 12 }, "end": { - "line": 1066, + "line": 1068, "column": 50 } } @@ -42393,16 +42426,16 @@ "object": { "type": "ThisExpression", "range": [ - 29090, - 29094 + 29212, + 29216 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 12 }, "end": { - "line": 1068, + "line": 1070, "column": 16 } } @@ -42411,31 +42444,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 29095, - 29111 + 29217, + 29233 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 17 }, "end": { - "line": 1068, + "line": 1070, "column": 33 } } }, "range": [ - 29090, - 29111 + 29212, + 29233 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 12 }, "end": { - "line": 1068, + "line": 1070, "column": 33 } } @@ -42448,16 +42481,16 @@ "object": { "type": "ThisExpression", "range": [ - 29114, - 29118 + 29236, + 29240 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 36 }, "end": { - "line": 1068, + "line": 1070, "column": 40 } } @@ -42466,77 +42499,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 29119, - 29128 + 29241, + 29250 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 41 }, "end": { - "line": 1068, + "line": 1070, "column": 50 } } }, "range": [ - 29114, - 29128 + 29236, + 29250 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 36 }, "end": { - "line": 1068, + "line": 1070, "column": 50 } } }, "arguments": [], "range": [ - 29114, - 29130 + 29236, + 29252 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 36 }, "end": { - "line": 1068, + "line": 1070, "column": 52 } } }, "range": [ - 29090, - 29130 + 29212, + 29252 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 12 }, "end": { - "line": 1068, + "line": 1070, "column": 52 } } }, "range": [ - 29090, - 29131 + 29212, + 29253 ], "loc": { "start": { - "line": 1068, + "line": 1070, "column": 12 }, "end": { - "line": 1068, + "line": 1070, "column": 53 } }, @@ -42545,16 +42578,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29145, - 29164 + 29267, + 29286 ], "loc": { "start": { - "line": 1070, + "line": 1072, "column": 12 }, "end": { - "line": 1070, + "line": 1072, "column": 31 } } @@ -42572,16 +42605,16 @@ "type": "Identifier", "name": "i", "range": [ - 29186, - 29187 + 29308, + 29309 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 21 }, "end": { - "line": 1071, + "line": 1073, "column": 22 } } @@ -42591,31 +42624,31 @@ "value": 0, "raw": "0", "range": [ - 29190, - 29191 + 29312, + 29313 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 25 }, "end": { - "line": 1071, + "line": 1073, "column": 26 } } }, "range": [ - 29186, - 29191 + 29308, + 29313 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 21 }, "end": { - "line": 1071, + "line": 1073, "column": 26 } } @@ -42623,16 +42656,16 @@ ], "kind": "let", "range": [ - 29182, - 29191 + 29304, + 29313 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 17 }, "end": { - "line": 1071, + "line": 1073, "column": 26 } } @@ -42644,16 +42677,16 @@ "type": "Identifier", "name": "i", "range": [ - 29193, - 29194 + 29315, + 29316 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 28 }, "end": { - "line": 1071, + "line": 1073, "column": 29 } } @@ -42662,31 +42695,31 @@ "type": "Identifier", "name": "n", "range": [ - 29197, - 29198 + 29319, + 29320 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 32 }, "end": { - "line": 1071, + "line": 1073, "column": 33 } } }, "range": [ - 29193, - 29198 + 29315, + 29320 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 28 }, "end": { - "line": 1071, + "line": 1073, "column": 33 } } @@ -42698,32 +42731,32 @@ "type": "Identifier", "name": "i", "range": [ - 29200, - 29201 + 29322, + 29323 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 35 }, "end": { - "line": 1071, + "line": 1073, "column": 36 } } }, "prefix": false, "range": [ - 29200, - 29203 + 29322, + 29325 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 35 }, "end": { - "line": 1071, + "line": 1073, "column": 38 } } @@ -42744,16 +42777,16 @@ "object": { "type": "ThisExpression", "range": [ - 29223, - 29227 + 29345, + 29349 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 16 }, "end": { - "line": 1072, + "line": 1074, "column": 20 } } @@ -42762,31 +42795,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 29228, - 29235 + 29350, + 29357 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 21 }, "end": { - "line": 1072, + "line": 1074, "column": 28 } } }, "range": [ - 29223, - 29235 + 29345, + 29357 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 16 }, "end": { - "line": 1072, + "line": 1074, "column": 28 } } @@ -42795,31 +42828,31 @@ "type": "Identifier", "name": "emit", "range": [ - 29236, - 29240 + 29358, + 29362 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 29 }, "end": { - "line": 1072, + "line": 1074, "column": 33 } } }, "range": [ - 29223, - 29240 + 29345, + 29362 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 16 }, "end": { - "line": 1072, + "line": 1074, "column": 33 } } @@ -42830,16 +42863,16 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 29241, - 29261 + 29363, + 29383 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 34 }, "end": { - "line": 1072, + "line": 1074, "column": 54 } } @@ -42847,16 +42880,16 @@ { "type": "ThisExpression", "range": [ - 29263, - 29267 + 29385, + 29389 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 56 }, "end": { - "line": 1072, + "line": 1074, "column": 60 } } @@ -42865,47 +42898,47 @@ "type": "Identifier", "name": "i", "range": [ - 29269, - 29270 + 29391, + 29392 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 62 }, "end": { - "line": 1072, + "line": 1074, "column": 63 } } } ], "range": [ - 29223, - 29271 + 29345, + 29393 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 16 }, "end": { - "line": 1072, + "line": 1074, "column": 64 } } }, "range": [ - 29223, - 29272 + 29345, + 29394 ], "loc": { "start": { - "line": 1072, + "line": 1074, "column": 16 }, "end": { - "line": 1072, + "line": 1074, "column": 65 } } @@ -42919,16 +42952,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29294, - 29301 + 29416, + 29423 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 20 }, "end": { - "line": 1074, + "line": 1076, "column": 27 } } @@ -42939,16 +42972,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 29304, - 29313 + 29426, + 29435 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 30 }, "end": { - "line": 1074, + "line": 1076, "column": 39 } } @@ -42960,16 +42993,16 @@ "object": { "type": "ThisExpression", "range": [ - 29314, - 29318 + 29436, + 29440 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 40 }, "end": { - "line": 1074, + "line": 1076, "column": 44 } } @@ -42978,62 +43011,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 29319, - 29329 + 29441, + 29451 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 45 }, "end": { - "line": 1074, + "line": 1076, "column": 55 } } }, "range": [ - 29314, - 29329 + 29436, + 29451 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 40 }, "end": { - "line": 1074, + "line": 1076, "column": 55 } } } ], "range": [ - 29304, - 29330 + 29426, + 29452 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 30 }, "end": { - "line": 1074, + "line": 1076, "column": 56 } } }, "range": [ - 29294, - 29330 + 29416, + 29452 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 20 }, "end": { - "line": 1074, + "line": 1076, "column": 56 } } @@ -43044,16 +43077,16 @@ "type": "Identifier", "name": "col", "range": [ - 29352, - 29355 + 29474, + 29477 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 20 }, "end": { - "line": 1075, + "line": 1077, "column": 23 } } @@ -43066,16 +43099,16 @@ "object": { "type": "ThisExpression", "range": [ - 29358, - 29362 + 29480, + 29484 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 26 }, "end": { - "line": 1075, + "line": 1077, "column": 30 } } @@ -43084,31 +43117,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 29363, - 29376 + 29485, + 29498 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 31 }, "end": { - "line": 1075, + "line": 1077, "column": 44 } } }, "range": [ - 29358, - 29376 + 29480, + 29498 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 26 }, "end": { - "line": 1075, + "line": 1077, "column": 44 } } @@ -43118,47 +43151,47 @@ "type": "Identifier", "name": "i", "range": [ - 29377, - 29378 + 29499, + 29500 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 45 }, "end": { - "line": 1075, + "line": 1077, "column": 46 } } } ], "range": [ - 29358, - 29379 + 29480, + 29501 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 26 }, "end": { - "line": 1075, + "line": 1077, "column": 47 } } }, "range": [ - 29352, - 29379 + 29474, + 29501 ], "loc": { "start": { - "line": 1075, + "line": 1077, "column": 20 }, "end": { - "line": 1075, + "line": 1077, "column": 47 } } @@ -43166,16 +43199,16 @@ ], "kind": "let", "range": [ - 29290, - 29380 + 29412, + 29502 ], "loc": { "start": { - "line": 1074, + "line": 1076, "column": 16 }, "end": { - "line": 1075, + "line": 1077, "column": 48 } } @@ -43188,16 +43221,16 @@ "object": { "type": "ThisExpression", "range": [ - 29402, - 29406 + 29524, + 29528 ], "loc": { "start": { - "line": 1077, + "line": 1079, "column": 20 }, "end": { - "line": 1077, + "line": 1079, "column": 24 } } @@ -43206,31 +43239,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29407, - 29422 + 29529, + 29544 ], "loc": { "start": { - "line": 1077, + "line": 1079, "column": 25 }, "end": { - "line": 1077, + "line": 1079, "column": 40 } } }, "range": [ - 29402, - 29422 + 29524, + 29544 ], "loc": { "start": { - "line": 1077, + "line": 1079, "column": 20 }, "end": { - "line": 1077, + "line": 1079, "column": 40 } } @@ -43250,16 +43283,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29446, - 29453 + 29568, + 29575 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 20 }, "end": { - "line": 1078, + "line": 1080, "column": 27 } } @@ -43268,31 +43301,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 29454, - 29461 + 29576, + 29583 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 28 }, "end": { - "line": 1078, + "line": 1080, "column": 35 } } }, "range": [ - 29446, - 29461 + 29568, + 29583 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 20 }, "end": { - "line": 1078, + "line": 1080, "column": 35 } } @@ -43303,16 +43336,16 @@ "object": { "type": "ThisExpression", "range": [ - 29464, - 29468 + 29586, + 29590 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 38 }, "end": { - "line": 1078, + "line": 1080, "column": 42 } } @@ -43321,93 +43354,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 29469, - 29476 + 29591, + 29598 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 43 }, "end": { - "line": 1078, + "line": 1080, "column": 50 } } }, "range": [ - 29464, - 29476 + 29586, + 29598 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 38 }, "end": { - "line": 1078, + "line": 1080, "column": 50 } } }, "range": [ - 29446, - 29476 + 29568, + 29598 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 20 }, "end": { - "line": 1078, + "line": 1080, "column": 50 } } }, "range": [ - 29446, - 29477 + 29568, + 29599 ], "loc": { "start": { - "line": 1078, + "line": 1080, "column": 20 }, "end": { - "line": 1078, + "line": 1080, "column": 51 } } } ], "range": [ - 29424, - 29495 + 29546, + 29617 ], "loc": { "start": { - "line": 1077, + "line": 1079, "column": 42 }, "end": { - "line": 1079, + "line": 1081, "column": 17 } } }, "alternate": null, "range": [ - 29398, - 29495 + 29520, + 29617 ], "loc": { "start": { - "line": 1077, + "line": 1079, "column": 16 }, "end": { - "line": 1079, + "line": 1081, "column": 17 } } @@ -43423,16 +43456,16 @@ "object": { "type": "ThisExpression", "range": [ - 29517, - 29521 + 29639, + 29643 ], "loc": { "start": { - "line": 1080, + "line": 1082, "column": 21 }, "end": { - "line": 1080, + "line": 1082, "column": 25 } } @@ -43441,47 +43474,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 29522, - 29532 + 29644, + 29654 ], "loc": { "start": { - "line": 1080, + "line": 1082, "column": 26 }, "end": { - "line": 1080, + "line": 1082, "column": 36 } } }, "range": [ - 29517, - 29532 + 29639, + 29654 ], "loc": { "start": { - "line": 1080, + "line": 1082, "column": 21 }, "end": { - "line": 1080, + "line": 1082, "column": 36 } } }, "prefix": true, "range": [ - 29516, - 29532 + 29638, + 29654 ], "loc": { "start": { - "line": 1080, + "line": 1082, "column": 20 }, "end": { - "line": 1080, + "line": 1082, "column": 36 } } @@ -43500,16 +43533,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29556, - 29562 + 29678, + 29684 ], "loc": { "start": { - "line": 1081, + "line": 1083, "column": 20 }, "end": { - "line": 1081, + "line": 1083, "column": 26 } } @@ -43518,31 +43551,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 29563, - 29574 + 29685, + 29696 ], "loc": { "start": { - "line": 1081, + "line": 1083, "column": 27 }, "end": { - "line": 1081, + "line": 1083, "column": 38 } } }, "range": [ - 29556, - 29574 + 29678, + 29696 ], "loc": { "start": { - "line": 1081, + "line": 1083, "column": 20 }, "end": { - "line": 1081, + "line": 1083, "column": 38 } } @@ -43552,79 +43585,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29575, - 29582 + 29697, + 29704 ], "loc": { "start": { - "line": 1081, + "line": 1083, "column": 39 }, "end": { - "line": 1081, + "line": 1083, "column": 46 } } } ], "range": [ - 29556, - 29583 + 29678, + 29705 ], "loc": { "start": { - "line": 1081, + "line": 1083, "column": 20 }, "end": { - "line": 1081, + "line": 1083, "column": 47 } } }, "range": [ - 29556, - 29584 + 29678, + 29706 ], "loc": { "start": { - "line": 1081, + "line": 1083, "column": 20 }, "end": { - "line": 1081, + "line": 1083, "column": 48 } } } ], "range": [ - 29534, - 29602 + 29656, + 29724 ], "loc": { "start": { - "line": 1080, + "line": 1082, "column": 38 }, "end": { - "line": 1082, + "line": 1084, "column": 17 } } }, "alternate": null, "range": [ - 29512, - 29602 + 29634, + 29724 ], "loc": { "start": { - "line": 1080, + "line": 1082, "column": 16 }, "end": { - "line": 1082, + "line": 1084, "column": 17 } } @@ -43638,16 +43671,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29619, - 29627 + 29741, + 29749 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 16 }, "end": { - "line": 1083, + "line": 1085, "column": 24 } } @@ -43664,16 +43697,16 @@ "type": "Identifier", "name": "i", "range": [ - 29631, - 29632 + 29753, + 29754 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 28 }, "end": { - "line": 1083, + "line": 1085, "column": 29 } } @@ -43685,16 +43718,16 @@ "type": "Identifier", "name": "n", "range": [ - 29637, - 29638 + 29759, + 29760 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 34 }, "end": { - "line": 1083, + "line": 1085, "column": 35 } } @@ -43704,46 +43737,46 @@ "value": 1, "raw": "1", "range": [ - 29641, - 29642 + 29763, + 29764 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 38 }, "end": { - "line": 1083, + "line": 1085, "column": 39 } } }, "range": [ - 29637, - 29642 + 29759, + 29764 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 34 }, "end": { - "line": 1083, + "line": 1085, "column": 39 } } }, "range": [ - 29631, - 29642 + 29753, + 29764 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 28 }, "end": { - "line": 1083, + "line": 1085, "column": 39 } } @@ -43754,16 +43787,16 @@ "object": { "type": "ThisExpression", "range": [ - 29646, - 29650 + 29768, + 29772 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 43 }, "end": { - "line": 1083, + "line": 1085, "column": 47 } } @@ -43772,46 +43805,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 29651, - 29661 + 29773, + 29783 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 48 }, "end": { - "line": 1083, + "line": 1085, "column": 58 } } }, "range": [ - 29646, - 29661 + 29768, + 29783 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 43 }, "end": { - "line": 1083, + "line": 1085, "column": 58 } } }, "range": [ - 29631, - 29661 + 29753, + 29783 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 28 }, "end": { - "line": 1083, + "line": 1085, "column": 58 } } @@ -43822,16 +43855,16 @@ "object": { "type": "ThisExpression", "range": [ - 29685, - 29689 + 29807, + 29811 ], "loc": { "start": { - "line": 1084, + "line": 1086, "column": 20 }, "end": { - "line": 1084, + "line": 1086, "column": 24 } } @@ -43840,31 +43873,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 29690, - 29706 + 29812, + 29828 ], "loc": { "start": { - "line": 1084, + "line": 1086, "column": 25 }, "end": { - "line": 1084, + "line": 1086, "column": 41 } } }, "range": [ - 29685, - 29706 + 29807, + 29828 ], "loc": { "start": { - "line": 1084, + "line": 1086, "column": 20 }, "end": { - "line": 1084, + "line": 1086, "column": 41 } } @@ -43875,16 +43908,16 @@ "object": { "type": "ThisExpression", "range": [ - 29709, - 29713 + 29831, + 29835 ], "loc": { "start": { - "line": 1084, + "line": 1086, "column": 44 }, "end": { - "line": 1084, + "line": 1086, "column": 48 } } @@ -43893,76 +43926,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 29714, - 29725 + 29836, + 29847 ], "loc": { "start": { - "line": 1084, + "line": 1086, "column": 49 }, "end": { - "line": 1084, + "line": 1086, "column": 60 } } }, "range": [ - 29709, - 29725 + 29831, + 29847 ], "loc": { "start": { - "line": 1084, + "line": 1086, "column": 44 }, "end": { - "line": 1084, + "line": 1086, "column": 60 } } }, "range": [ - 29630, - 29725 + 29752, + 29847 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 27 }, "end": { - "line": 1084, + "line": 1086, "column": 60 } } }, "range": [ - 29619, - 29725 + 29741, + 29847 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 16 }, "end": { - "line": 1084, + "line": 1086, "column": 60 } } }, "range": [ - 29619, - 29726 + 29741, + 29848 ], "loc": { "start": { - "line": 1083, + "line": 1085, "column": 16 }, "end": { - "line": 1084, + "line": 1086, "column": 61 } }, @@ -43971,16 +44004,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29744, - 29776 + 29866, + 29898 ], "loc": { "start": { - "line": 1086, + "line": 1088, "column": 16 }, "end": { - "line": 1086, + "line": 1088, "column": 48 } } @@ -43995,16 +44028,16 @@ "object": { "type": "ThisExpression", "range": [ - 29797, - 29801 + 29919, + 29923 ], "loc": { "start": { - "line": 1087, + "line": 1089, "column": 20 }, "end": { - "line": 1087, + "line": 1089, "column": 24 } } @@ -44013,31 +44046,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29802, - 29817 + 29924, + 29939 ], "loc": { "start": { - "line": 1087, + "line": 1089, "column": 25 }, "end": { - "line": 1087, + "line": 1089, "column": 40 } } }, "range": [ - 29797, - 29817 + 29919, + 29939 ], "loc": { "start": { - "line": 1087, + "line": 1089, "column": 20 }, "end": { - "line": 1087, + "line": 1089, "column": 40 } } @@ -44054,16 +44087,16 @@ "type": "Identifier", "name": "col", "range": [ - 29841, - 29844 + 29963, + 29966 ], "loc": { "start": { - "line": 1088, + "line": 1090, "column": 20 }, "end": { - "line": 1088, + "line": 1090, "column": 23 } } @@ -44072,46 +44105,46 @@ "type": "Identifier", "name": "INPUT", "range": [ - 29847, - 29852 + 29969, + 29974 ], "loc": { "start": { - "line": 1088, + "line": 1090, "column": 26 }, "end": { - "line": 1088, + "line": 1090, "column": 31 } } }, "range": [ - 29841, - 29852 + 29963, + 29974 ], "loc": { "start": { - "line": 1088, + "line": 1090, "column": 20 }, "end": { - "line": 1088, + "line": 1090, "column": 31 } } }, "range": [ - 29841, - 29853 + 29963, + 29975 ], "loc": { "start": { - "line": 1088, + "line": 1090, "column": 20 }, "end": { - "line": 1088, + "line": 1090, "column": 32 } } @@ -44125,16 +44158,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29874, - 29882 + 29996, + 30004 ], "loc": { "start": { - "line": 1089, + "line": 1091, "column": 20 }, "end": { - "line": 1089, + "line": 1091, "column": 28 } } @@ -44145,16 +44178,16 @@ "object": { "type": "ThisExpression", "range": [ - 29885, - 29889 + 30007, + 30011 ], "loc": { "start": { - "line": 1089, + "line": 1091, "column": 31 }, "end": { - "line": 1089, + "line": 1091, "column": 35 } } @@ -44163,93 +44196,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 29890, - 29907 + 30012, + 30029 ], "loc": { "start": { - "line": 1089, + "line": 1091, "column": 36 }, "end": { - "line": 1089, + "line": 1091, "column": 53 } } }, "range": [ - 29885, - 29907 + 30007, + 30029 ], "loc": { "start": { - "line": 1089, + "line": 1091, "column": 31 }, "end": { - "line": 1089, + "line": 1091, "column": 53 } } }, "range": [ - 29874, - 29907 + 29996, + 30029 ], "loc": { "start": { - "line": 1089, + "line": 1091, "column": 20 }, "end": { - "line": 1089, + "line": 1091, "column": 53 } } }, "range": [ - 29874, - 29908 + 29996, + 30030 ], "loc": { "start": { - "line": 1089, + "line": 1091, "column": 20 }, "end": { - "line": 1089, + "line": 1091, "column": 54 } } } ], "range": [ - 29819, - 29926 + 29941, + 30048 ], "loc": { "start": { - "line": 1087, + "line": 1089, "column": 42 }, "end": { - "line": 1090, + "line": 1092, "column": 17 } } }, "alternate": null, "range": [ - 29793, - 29926 + 29915, + 30048 ], "loc": { "start": { - "line": 1087, + "line": 1089, "column": 16 }, "end": { - "line": 1090, + "line": 1092, "column": 17 } }, @@ -44258,16 +44291,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29744, - 29776 + 29866, + 29898 ], "loc": { "start": { - "line": 1086, + "line": 1088, "column": 16 }, "end": { - "line": 1086, + "line": 1088, "column": 48 } } @@ -44278,16 +44311,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 29944, - 29963 + 30066, + 30085 ], "loc": { "start": { - "line": 1092, + "line": 1094, "column": 16 }, "end": { - "line": 1092, + "line": 1094, "column": 35 } } @@ -44306,16 +44339,16 @@ "type": "Identifier", "name": "col", "range": [ - 29984, - 29987 + 30106, + 30109 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 20 }, "end": { - "line": 1093, + "line": 1095, "column": 23 } } @@ -44324,31 +44357,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 29992, - 29998 + 30114, + 30120 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 28 }, "end": { - "line": 1093, + "line": 1095, "column": 34 } } }, "range": [ - 29984, - 29998 + 30106, + 30120 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 20 }, "end": { - "line": 1093, + "line": 1095, "column": 34 } } @@ -44360,16 +44393,16 @@ "type": "Identifier", "name": "col", "range": [ - 30002, - 30005 + 30124, + 30127 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 38 }, "end": { - "line": 1093, + "line": 1095, "column": 41 } } @@ -44378,46 +44411,46 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 30010, - 30018 + 30132, + 30140 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 46 }, "end": { - "line": 1093, + "line": 1095, "column": 54 } } }, "range": [ - 30002, - 30018 + 30124, + 30140 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 38 }, "end": { - "line": 1093, + "line": 1095, "column": 54 } } }, "range": [ - 29984, - 30018 + 30106, + 30140 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 20 }, "end": { - "line": 1093, + "line": 1095, "column": 54 } } @@ -44437,16 +44470,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30047, - 30050 + 30169, + 30172 ], "loc": { "start": { - "line": 1094, + "line": 1096, "column": 25 }, "end": { - "line": 1094, + "line": 1096, "column": 28 } } @@ -44455,47 +44488,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30051, - 30059 + 30173, + 30181 ], "loc": { "start": { - "line": 1094, + "line": 1096, "column": 29 }, "end": { - "line": 1094, + "line": 1096, "column": 37 } } }, "range": [ - 30047, - 30059 + 30169, + 30181 ], "loc": { "start": { - "line": 1094, + "line": 1096, "column": 25 }, "end": { - "line": 1094, + "line": 1096, "column": 37 } } }, "prefix": true, "range": [ - 30046, - 30059 + 30168, + 30181 ], "loc": { "start": { - "line": 1094, + "line": 1096, "column": 24 }, "end": { - "line": 1094, + "line": 1096, "column": 37 } } @@ -44515,16 +44548,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30087, - 30090 + 30209, + 30212 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 24 }, "end": { - "line": 1095, + "line": 1097, "column": 27 } } @@ -44533,31 +44566,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30091, - 30099 + 30213, + 30221 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 28 }, "end": { - "line": 1095, + "line": 1097, "column": 36 } } }, "range": [ - 30087, - 30099 + 30209, + 30221 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 24 }, "end": { - "line": 1095, + "line": 1097, "column": 36 } } @@ -44568,16 +44601,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 30106, - 30114 + 30228, + 30236 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 43 }, "end": { - "line": 1095, + "line": 1097, "column": 51 } } @@ -44586,94 +44619,94 @@ { "type": "ThisExpression", "range": [ - 30115, - 30119 + 30237, + 30241 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 52 }, "end": { - "line": 1095, + "line": 1097, "column": 56 } } } ], "range": [ - 30102, - 30120 + 30224, + 30242 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 39 }, "end": { - "line": 1095, + "line": 1097, "column": 57 } } }, "range": [ - 30087, - 30120 + 30209, + 30242 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 24 }, "end": { - "line": 1095, + "line": 1097, "column": 57 } } }, "range": [ - 30087, - 30121 + 30209, + 30243 ], "loc": { "start": { - "line": 1095, + "line": 1097, "column": 24 }, "end": { - "line": 1095, + "line": 1097, "column": 58 } } } ], "range": [ - 30061, - 30143 + 30183, + 30265 ], "loc": { "start": { - "line": 1094, + "line": 1096, "column": 39 }, "end": { - "line": 1096, + "line": 1098, "column": 21 } } }, "alternate": null, "range": [ - 30042, - 30143 + 30164, + 30265 ], "loc": { "start": { - "line": 1094, + "line": 1096, "column": 20 }, "end": { - "line": 1096, + "line": 1098, "column": 21 } } @@ -44692,16 +44725,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30164, - 30167 + 30286, + 30289 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 20 }, "end": { - "line": 1097, + "line": 1099, "column": 23 } } @@ -44710,31 +44743,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30168, - 30176 + 30290, + 30298 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 24 }, "end": { - "line": 1097, + "line": 1099, "column": 32 } } }, "range": [ - 30164, - 30176 + 30286, + 30298 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 20 }, "end": { - "line": 1097, + "line": 1099, "column": 32 } } @@ -44743,31 +44776,31 @@ "type": "Identifier", "name": "init", "range": [ - 30177, - 30181 + 30299, + 30303 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 33 }, "end": { - "line": 1097, + "line": 1099, "column": 37 } } }, "range": [ - 30164, - 30181 + 30286, + 30303 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 20 }, "end": { - "line": 1097, + "line": 1099, "column": 37 } } @@ -44777,16 +44810,16 @@ "type": "Identifier", "name": "i", "range": [ - 30182, - 30183 + 30304, + 30305 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 38 }, "end": { - "line": 1097, + "line": 1099, "column": 39 } } @@ -44797,16 +44830,16 @@ "object": { "type": "ThisExpression", "range": [ - 30185, - 30189 + 30307, + 30311 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 41 }, "end": { - "line": 1097, + "line": 1099, "column": 45 } } @@ -44815,31 +44848,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30190, - 30203 + 30312, + 30325 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 46 }, "end": { - "line": 1097, + "line": 1099, "column": 59 } } }, "range": [ - 30185, - 30203 + 30307, + 30325 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 41 }, "end": { - "line": 1097, + "line": 1099, "column": 59 } } @@ -44848,63 +44881,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30205, - 30212 + 30327, + 30334 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 61 }, "end": { - "line": 1097, + "line": 1099, "column": 68 } } } ], "range": [ - 30164, - 30213 + 30286, + 30335 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 20 }, "end": { - "line": 1097, + "line": 1099, "column": 69 } } }, "range": [ - 30164, - 30214 + 30286, + 30336 ], "loc": { "start": { - "line": 1097, + "line": 1099, "column": 20 }, "end": { - "line": 1097, + "line": 1099, "column": 70 } } } ], "range": [ - 30020, - 30232 + 30142, + 30354 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 56 }, "end": { - "line": 1098, + "line": 1100, "column": 17 } }, @@ -44913,16 +44946,16 @@ "type": "Line", "value": " checklist", "range": [ - 30249, - 30261 + 30371, + 30383 ], "loc": { "start": { - "line": 1099, + "line": 1101, "column": 16 }, "end": { - "line": 1099, + "line": 1101, "column": 28 } } @@ -44938,16 +44971,16 @@ "type": "Identifier", "name": "col", "range": [ - 30287, - 30290 + 30409, + 30412 ], "loc": { "start": { - "line": 1100, + "line": 1102, "column": 25 }, "end": { - "line": 1100, + "line": 1102, "column": 28 } } @@ -44956,31 +44989,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 30295, - 30304 + 30417, + 30426 ], "loc": { "start": { - "line": 1100, + "line": 1102, "column": 33 }, "end": { - "line": 1100, + "line": 1102, "column": 42 } } }, "range": [ - 30287, - 30304 + 30409, + 30426 ], "loc": { "start": { - "line": 1100, + "line": 1102, "column": 25 }, "end": { - "line": 1100, + "line": 1102, "column": 42 } } @@ -45000,16 +45033,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30333, - 30336 + 30455, + 30458 ], "loc": { "start": { - "line": 1101, + "line": 1103, "column": 25 }, "end": { - "line": 1101, + "line": 1103, "column": 28 } } @@ -45018,47 +45051,47 @@ "type": "Identifier", "name": "checkList", "range": [ - 30337, - 30346 + 30459, + 30468 ], "loc": { "start": { - "line": 1101, + "line": 1103, "column": 29 }, "end": { - "line": 1101, + "line": 1103, "column": 38 } } }, "range": [ - 30333, - 30346 + 30455, + 30468 ], "loc": { "start": { - "line": 1101, + "line": 1103, "column": 25 }, "end": { - "line": 1101, + "line": 1103, "column": 38 } } }, "prefix": true, "range": [ - 30332, - 30346 + 30454, + 30468 ], "loc": { "start": { - "line": 1101, + "line": 1103, "column": 24 }, "end": { - "line": 1101, + "line": 1103, "column": 38 } } @@ -45078,16 +45111,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30374, - 30377 + 30496, + 30499 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 24 }, "end": { - "line": 1102, + "line": 1104, "column": 27 } } @@ -45096,31 +45129,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30378, - 30387 + 30500, + 30509 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 28 }, "end": { - "line": 1102, + "line": 1104, "column": 37 } } }, "range": [ - 30374, - 30387 + 30496, + 30509 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 24 }, "end": { - "line": 1102, + "line": 1104, "column": 37 } } @@ -45131,16 +45164,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 30394, - 30403 + 30516, + 30525 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 44 }, "end": { - "line": 1102, + "line": 1104, "column": 53 } } @@ -45149,94 +45182,94 @@ { "type": "ThisExpression", "range": [ - 30404, - 30408 + 30526, + 30530 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 54 }, "end": { - "line": 1102, + "line": 1104, "column": 58 } } } ], "range": [ - 30390, - 30409 + 30512, + 30531 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 40 }, "end": { - "line": 1102, + "line": 1104, "column": 59 } } }, "range": [ - 30374, - 30409 + 30496, + 30531 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 24 }, "end": { - "line": 1102, + "line": 1104, "column": 59 } } }, "range": [ - 30374, - 30410 + 30496, + 30532 ], "loc": { "start": { - "line": 1102, + "line": 1104, "column": 24 }, "end": { - "line": 1102, + "line": 1104, "column": 60 } } } ], "range": [ - 30348, - 30432 + 30470, + 30554 ], "loc": { "start": { - "line": 1101, + "line": 1103, "column": 40 }, "end": { - "line": 1103, + "line": 1105, "column": 21 } } }, "alternate": null, "range": [ - 30328, - 30432 + 30450, + 30554 ], "loc": { "start": { - "line": 1101, + "line": 1103, "column": 20 }, "end": { - "line": 1103, + "line": 1105, "column": 21 } } @@ -45255,16 +45288,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30453, - 30456 + 30575, + 30578 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 20 }, "end": { - "line": 1104, + "line": 1106, "column": 23 } } @@ -45273,31 +45306,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30457, - 30466 + 30579, + 30588 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 24 }, "end": { - "line": 1104, + "line": 1106, "column": 33 } } }, "range": [ - 30453, - 30466 + 30575, + 30588 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 20 }, "end": { - "line": 1104, + "line": 1106, "column": 33 } } @@ -45306,31 +45339,31 @@ "type": "Identifier", "name": "init", "range": [ - 30467, - 30471 + 30589, + 30593 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 34 }, "end": { - "line": 1104, + "line": 1106, "column": 38 } } }, "range": [ - 30453, - 30471 + 30575, + 30593 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 20 }, "end": { - "line": 1104, + "line": 1106, "column": 38 } } @@ -45340,16 +45373,16 @@ "type": "Identifier", "name": "i", "range": [ - 30472, - 30473 + 30594, + 30595 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 39 }, "end": { - "line": 1104, + "line": 1106, "column": 40 } } @@ -45360,16 +45393,16 @@ "object": { "type": "ThisExpression", "range": [ - 30475, - 30479 + 30597, + 30601 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 42 }, "end": { - "line": 1104, + "line": 1106, "column": 46 } } @@ -45378,31 +45411,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30480, - 30493 + 30602, + 30615 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 47 }, "end": { - "line": 1104, + "line": 1106, "column": 60 } } }, "range": [ - 30475, - 30493 + 30597, + 30615 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 42 }, "end": { - "line": 1104, + "line": 1106, "column": 60 } } @@ -45411,63 +45444,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30495, - 30502 + 30617, + 30624 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 62 }, "end": { - "line": 1104, + "line": 1106, "column": 69 } } } ], "range": [ - 30453, - 30503 + 30575, + 30625 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 20 }, "end": { - "line": 1104, + "line": 1106, "column": 70 } } }, "range": [ - 30453, - 30504 + 30575, + 30626 ], "loc": { "start": { - "line": 1104, + "line": 1106, "column": 20 }, "end": { - "line": 1104, + "line": 1106, "column": 71 } } } ], "range": [ - 30306, - 30522 + 30428, + 30644 ], "loc": { "start": { - "line": 1100, + "line": 1102, "column": 44 }, "end": { - "line": 1105, + "line": 1107, "column": 17 } } @@ -45485,16 +45518,16 @@ "object": { "type": "ThisExpression", "range": [ - 30550, - 30554 + 30672, + 30676 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 20 }, "end": { - "line": 1106, + "line": 1108, "column": 24 } } @@ -45503,31 +45536,31 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 30555, - 30572 + 30677, + 30694 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 25 }, "end": { - "line": 1106, + "line": 1108, "column": 42 } } }, "range": [ - 30550, - 30572 + 30672, + 30694 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 20 }, "end": { - "line": 1106, + "line": 1108, "column": 42 } } @@ -45537,16 +45570,16 @@ "type": "Identifier", "name": "i", "range": [ - 30573, - 30574 + 30695, + 30696 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 43 }, "end": { - "line": 1106, + "line": 1108, "column": 44 } } @@ -45555,16 +45588,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 30576, - 30584 + 30698, + 30706 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 46 }, "end": { - "line": 1106, + "line": 1108, "column": 54 } } @@ -45573,78 +45606,78 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30586, - 30593 + 30708, + 30715 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 56 }, "end": { - "line": 1106, + "line": 1108, "column": 63 } } } ], "range": [ - 30550, - 30594 + 30672, + 30716 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 20 }, "end": { - "line": 1106, + "line": 1108, "column": 64 } } }, "range": [ - 30550, - 30595 + 30672, + 30717 ], "loc": { "start": { - "line": 1106, + "line": 1108, "column": 20 }, "end": { - "line": 1106, + "line": 1108, "column": 65 } } } ], "range": [ - 30528, - 30613 + 30650, + 30735 ], "loc": { "start": { - "line": 1105, + "line": 1107, "column": 23 }, "end": { - "line": 1107, + "line": 1109, "column": 17 } } }, "range": [ - 30283, - 30613 + 30405, + 30735 ], "loc": { "start": { - "line": 1100, + "line": 1102, "column": 21 }, "end": { - "line": 1107, + "line": 1109, "column": 17 } }, @@ -45653,16 +45686,16 @@ "type": "Line", "value": " checklist", "range": [ - 30249, - 30261 + 30371, + 30383 ], "loc": { "start": { - "line": 1099, + "line": 1101, "column": 16 }, "end": { - "line": 1099, + "line": 1101, "column": 28 } } @@ -45670,16 +45703,16 @@ ] }, "range": [ - 29980, - 30613 + 30102, + 30735 ], "loc": { "start": { - "line": 1093, + "line": 1095, "column": 16 }, "end": { - "line": 1107, + "line": 1109, "column": 17 } }, @@ -45688,16 +45721,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 29944, - 29963 + 30066, + 30085 ], "loc": { "start": { - "line": 1092, + "line": 1094, "column": 16 }, "end": { - "line": 1092, + "line": 1094, "column": 35 } } @@ -45708,16 +45741,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30631, - 30657 + 30753, + 30779 ], "loc": { "start": { - "line": 1109, + "line": 1111, "column": 16 }, "end": { - "line": 1109, + "line": 1111, "column": 42 } } @@ -45736,16 +45769,16 @@ "type": "Identifier", "name": "i", "range": [ - 30678, - 30679 + 30800, + 30801 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 20 }, "end": { - "line": 1110, + "line": 1112, "column": 21 } } @@ -45757,16 +45790,16 @@ "type": "Identifier", "name": "n", "range": [ - 30684, - 30685 + 30806, + 30807 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 26 }, "end": { - "line": 1110, + "line": 1112, "column": 27 } } @@ -45776,46 +45809,46 @@ "value": 1, "raw": "1", "range": [ - 30688, - 30689 + 30810, + 30811 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 30 }, "end": { - "line": 1110, + "line": 1112, "column": 31 } } }, "range": [ - 30684, - 30689 + 30806, + 30811 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 26 }, "end": { - "line": 1110, + "line": 1112, "column": 31 } } }, "range": [ - 30678, - 30689 + 30800, + 30811 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 20 }, "end": { - "line": 1110, + "line": 1112, "column": 31 } } @@ -45826,16 +45859,16 @@ "object": { "type": "ThisExpression", "range": [ - 30693, - 30697 + 30815, + 30819 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 35 }, "end": { - "line": 1110, + "line": 1112, "column": 39 } } @@ -45844,46 +45877,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 30698, - 30708 + 30820, + 30830 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 40 }, "end": { - "line": 1110, + "line": 1112, "column": 50 } } }, "range": [ - 30693, - 30708 + 30815, + 30830 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 35 }, "end": { - "line": 1110, + "line": 1112, "column": 50 } } }, "range": [ - 30678, - 30708 + 30800, + 30830 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 20 }, "end": { - "line": 1110, + "line": 1112, "column": 50 } } @@ -45901,16 +45934,16 @@ "object": { "type": "ThisExpression", "range": [ - 30732, - 30736 + 30854, + 30858 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 20 }, "end": { - "line": 1111, + "line": 1113, "column": 24 } } @@ -45919,31 +45952,31 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 30737, - 30755 + 30859, + 30877 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 25 }, "end": { - "line": 1111, + "line": 1113, "column": 43 } } }, "range": [ - 30732, - 30755 + 30854, + 30877 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 20 }, "end": { - "line": 1111, + "line": 1113, "column": 43 } } @@ -45953,16 +45986,16 @@ "type": "Identifier", "name": "i", "range": [ - 30756, - 30757 + 30878, + 30879 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 44 }, "end": { - "line": 1111, + "line": 1113, "column": 45 } } @@ -45971,79 +46004,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30759, - 30766 + 30881, + 30888 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 47 }, "end": { - "line": 1111, + "line": 1113, "column": 54 } } } ], "range": [ - 30732, - 30767 + 30854, + 30889 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 20 }, "end": { - "line": 1111, + "line": 1113, "column": 55 } } }, "range": [ - 30732, - 30768 + 30854, + 30890 ], "loc": { "start": { - "line": 1111, + "line": 1113, "column": 20 }, "end": { - "line": 1111, + "line": 1113, "column": 56 } } } ], "range": [ - 30710, - 30786 + 30832, + 30908 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 52 }, "end": { - "line": 1112, + "line": 1114, "column": 17 } } }, "alternate": null, "range": [ - 30674, - 30786 + 30796, + 30908 ], "loc": { "start": { - "line": 1110, + "line": 1112, "column": 16 }, "end": { - "line": 1112, + "line": 1114, "column": 17 } }, @@ -46052,16 +46085,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30631, - 30657 + 30753, + 30779 ], "loc": { "start": { - "line": 1109, + "line": 1111, "column": 16 }, "end": { - "line": 1109, + "line": 1111, "column": 42 } } @@ -46081,16 +46114,16 @@ "object": { "type": "ThisExpression", "range": [ - 30804, - 30808 + 30926, + 30930 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 16 }, "end": { - "line": 1114, + "line": 1116, "column": 20 } } @@ -46099,31 +46132,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30809, - 30816 + 30931, + 30938 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 21 }, "end": { - "line": 1114, + "line": 1116, "column": 28 } } }, "range": [ - 30804, - 30816 + 30926, + 30938 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 16 }, "end": { - "line": 1114, + "line": 1116, "column": 28 } } @@ -46132,31 +46165,31 @@ "type": "Identifier", "name": "emit", "range": [ - 30817, - 30821 + 30939, + 30943 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 29 }, "end": { - "line": 1114, + "line": 1116, "column": 33 } } }, "range": [ - 30804, - 30821 + 30926, + 30943 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 16 }, "end": { - "line": 1114, + "line": 1116, "column": 33 } } @@ -46167,16 +46200,16 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 30822, - 30841 + 30944, + 30963 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 34 }, "end": { - "line": 1114, + "line": 1116, "column": 53 } } @@ -46184,16 +46217,16 @@ { "type": "ThisExpression", "range": [ - 30843, - 30847 + 30965, + 30969 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 55 }, "end": { - "line": 1114, + "line": 1116, "column": 59 } } @@ -46202,78 +46235,78 @@ "type": "Identifier", "name": "i", "range": [ - 30849, - 30850 + 30971, + 30972 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 61 }, "end": { - "line": 1114, + "line": 1116, "column": 62 } } } ], "range": [ - 30804, - 30851 + 30926, + 30973 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 16 }, "end": { - "line": 1114, + "line": 1116, "column": 63 } } }, "range": [ - 30804, - 30852 + 30926, + 30974 ], "loc": { "start": { - "line": 1114, + "line": 1116, "column": 16 }, "end": { - "line": 1114, + "line": 1116, "column": 64 } } } ], "range": [ - 29205, - 30866 + 29327, + 30988 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 40 }, "end": { - "line": 1115, + "line": 1117, "column": 13 } } }, "range": [ - 29177, - 30866 + 29299, + 30988 ], "loc": { "start": { - "line": 1071, + "line": 1073, "column": 12 }, "end": { - "line": 1115, + "line": 1117, "column": 13 } }, @@ -46282,16 +46315,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29145, - 29164 + 29267, + 29286 ], "loc": { "start": { - "line": 1070, + "line": 1072, "column": 12 }, "end": { - "line": 1070, + "line": 1072, "column": 31 } } @@ -46311,16 +46344,16 @@ "object": { "type": "ThisExpression", "range": [ - 30880, - 30884 + 31002, + 31006 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 12 }, "end": { - "line": 1117, + "line": 1119, "column": 16 } } @@ -46329,31 +46362,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30885, - 30892 + 31007, + 31014 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 17 }, "end": { - "line": 1117, + "line": 1119, "column": 24 } } }, "range": [ - 30880, - 30892 + 31002, + 31014 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 12 }, "end": { - "line": 1117, + "line": 1119, "column": 24 } } @@ -46362,31 +46395,31 @@ "type": "Identifier", "name": "on", "range": [ - 30893, - 30895 + 31015, + 31017 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 25 }, "end": { - "line": 1117, + "line": 1119, "column": 27 } } }, "range": [ - 30880, - 30895 + 31002, + 31017 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 12 }, "end": { - "line": 1117, + "line": 1119, "column": 27 } } @@ -46400,32 +46433,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 30897, - 30911 + 31019, + 31033 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 29 }, "end": { - "line": 1117, + "line": 1119, "column": 43 } } } ], "range": [ - 30896, - 30912 + 31018, + 31034 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 28 }, "end": { - "line": 1117, + "line": 1119, "column": 44 } } @@ -46438,16 +46471,16 @@ "type": "Identifier", "name": "tf", "range": [ - 30931, - 30933 + 31053, + 31055 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 17 }, "end": { - "line": 1118, + "line": 1120, "column": 19 } } @@ -46456,16 +46489,16 @@ "type": "Identifier", "name": "filter", "range": [ - 30935, - 30941 + 31057, + 31063 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 21 }, "end": { - "line": 1118, + "line": 1120, "column": 27 } } @@ -46479,16 +46512,16 @@ "object": { "type": "ThisExpression", "range": [ - 30946, - 30950 + 31068, + 31072 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 32 }, "end": { - "line": 1118, + "line": 1120, "column": 36 } } @@ -46497,31 +46530,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 30951, - 30968 + 31073, + 31090 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 37 }, "end": { - "line": 1118, + "line": 1120, "column": 54 } } }, "range": [ - 30946, - 30968 + 31068, + 31090 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 32 }, "end": { - "line": 1118, + "line": 1120, "column": 54 } } @@ -46534,16 +46567,16 @@ "type": "Identifier", "name": "filter", "range": [ - 30969, - 30975 + 31091, + 31097 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 55 }, "end": { - "line": 1118, + "line": 1120, "column": 61 } } @@ -46552,47 +46585,47 @@ "type": "Identifier", "name": "id", "range": [ - 30976, - 30978 + 31098, + 31100 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 62 }, "end": { - "line": 1118, + "line": 1120, "column": 64 } } }, "range": [ - 30969, - 30978 + 31091, + 31100 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 55 }, "end": { - "line": 1118, + "line": 1120, "column": 64 } } } ], "range": [ - 30946, - 30979 + 31068, + 31101 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 32 }, "end": { - "line": 1118, + "line": 1120, "column": 65 } } @@ -46600,78 +46633,78 @@ "generator": false, "expression": true, "range": [ - 30930, - 30979 + 31052, + 31101 ], "loc": { "start": { - "line": 1118, + "line": 1120, "column": 16 }, "end": { - "line": 1118, + "line": 1120, "column": 65 } } } ], "range": [ - 30880, - 30980 + 31002, + 31102 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 12 }, "end": { - "line": 1118, + "line": 1120, "column": 66 } } }, "range": [ - 30880, - 30981 + 31002, + 31103 ], "loc": { "start": { - "line": 1117, + "line": 1119, "column": 12 }, "end": { - "line": 1118, + "line": 1120, "column": 67 } } } ], "range": [ - 29024, - 30992 + 29146, + 31114 ], "loc": { "start": { - "line": 1065, + "line": 1067, "column": 15 }, "end": { - "line": 1120, + "line": 1122, "column": 9 } } }, "range": [ - 28953, - 30992 + 29075, + 31114 ], "loc": { "start": { - "line": 1063, + "line": 1065, "column": 8 }, "end": { - "line": 1120, + "line": 1122, "column": 9 } }, @@ -46680,16 +46713,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 28913, - 28944 + 29035, + 29066 ], "loc": { "start": { - "line": 1062, + "line": 1064, "column": 8 }, "end": { - "line": 1062, + "line": 1064, "column": 39 } } @@ -46700,16 +46733,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 30992, - 31009 + 31114, + 31131 ], "loc": { "start": { - "line": 1120, + "line": 1122, "column": 9 }, "end": { - "line": 1120, + "line": 1122, "column": 26 } } @@ -46718,16 +46751,16 @@ "type": "Block", "value": " Features ", "range": [ - 31019, - 31033 + 31141, + 31155 ], "loc": { "start": { - "line": 1122, + "line": 1124, "column": 8 }, "end": { - "line": 1122, + "line": 1124, "column": 22 } } @@ -46742,16 +46775,16 @@ "object": { "type": "ThisExpression", "range": [ - 31046, - 31050 + 31168, + 31172 ], "loc": { "start": { - "line": 1123, + "line": 1125, "column": 12 }, "end": { - "line": 1123, + "line": 1125, "column": 16 } } @@ -46760,31 +46793,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 31051, - 31065 + 31173, + 31187 ], "loc": { "start": { - "line": 1123, + "line": 1125, "column": 17 }, "end": { - "line": 1123, + "line": 1125, "column": 31 } } }, "range": [ - 31046, - 31065 + 31168, + 31187 ], "loc": { "start": { - "line": 1123, + "line": 1125, "column": 12 }, "end": { - "line": 1123, + "line": 1125, "column": 31 } } @@ -46805,16 +46838,16 @@ "object": { "type": "ThisExpression", "range": [ - 31081, - 31085 + 31203, + 31207 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 12 }, "end": { - "line": 1124, + "line": 1126, "column": 16 } } @@ -46823,31 +46856,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 31086, - 31093 + 31208, + 31215 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 17 }, "end": { - "line": 1124, + "line": 1126, "column": 24 } } }, "range": [ - 31081, - 31093 + 31203, + 31215 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 12 }, "end": { - "line": 1124, + "line": 1126, "column": 24 } } @@ -46856,31 +46889,31 @@ "type": "Identifier", "name": "on", "range": [ - 31094, - 31096 + 31216, + 31218 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 25 }, "end": { - "line": 1124, + "line": 1126, "column": 27 } } }, "range": [ - 31081, - 31096 + 31203, + 31218 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 12 }, "end": { - "line": 1124, + "line": 1126, "column": 27 } } @@ -46894,32 +46927,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 31098, - 31115 + 31220, + 31237 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 29 }, "end": { - "line": 1124, + "line": 1126, "column": 46 } } } ], "range": [ - 31097, - 31116 + 31219, + 31238 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 28 }, "end": { - "line": 1124, + "line": 1126, "column": 47 } } @@ -46936,16 +46969,16 @@ "object": { "type": "ThisExpression", "range": [ - 31140, - 31144 + 31262, + 31266 ], "loc": { "start": { - "line": 1125, + "line": 1127, "column": 22 }, "end": { - "line": 1125, + "line": 1127, "column": 26 } } @@ -46954,47 +46987,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 31145, - 31162 + 31267, + 31284 ], "loc": { "start": { - "line": 1125, + "line": 1127, "column": 27 }, "end": { - "line": 1125, + "line": 1127, "column": 44 } } }, "range": [ - 31140, - 31162 + 31262, + 31284 ], "loc": { "start": { - "line": 1125, + "line": 1127, "column": 22 }, "end": { - "line": 1125, + "line": 1127, "column": 44 } } }, "arguments": [], "range": [ - 31140, - 31164 + 31262, + 31286 ], "loc": { "start": { - "line": 1125, + "line": 1127, "column": 22 }, "end": { - "line": 1125, + "line": 1127, "column": 46 } } @@ -47002,47 +47035,47 @@ "generator": false, "expression": true, "range": [ - 31134, - 31164 + 31256, + 31286 ], "loc": { "start": { - "line": 1125, + "line": 1127, "column": 16 }, "end": { - "line": 1125, + "line": 1127, "column": 46 } } } ], "range": [ - 31081, - 31165 + 31203, + 31287 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 12 }, "end": { - "line": 1125, + "line": 1127, "column": 47 } } }, "range": [ - 31081, - 31166 + 31203, + 31288 ], "loc": { "start": { - "line": 1124, + "line": 1126, "column": 12 }, "end": { - "line": 1125, + "line": 1127, "column": 48 } } @@ -47057,16 +47090,16 @@ "object": { "type": "ThisExpression", "range": [ - 31179, - 31183 + 31301, + 31305 ], "loc": { "start": { - "line": 1126, + "line": 1128, "column": 12 }, "end": { - "line": 1126, + "line": 1128, "column": 16 } } @@ -47075,94 +47108,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 31184, - 31201 + 31306, + 31323 ], "loc": { "start": { - "line": 1126, + "line": 1128, "column": 17 }, "end": { - "line": 1126, + "line": 1128, "column": 34 } } }, "range": [ - 31179, - 31201 + 31301, + 31323 ], "loc": { "start": { - "line": 1126, + "line": 1128, "column": 12 }, "end": { - "line": 1126, + "line": 1128, "column": 34 } } }, "arguments": [], "range": [ - 31179, - 31203 + 31301, + 31325 ], "loc": { "start": { - "line": 1126, + "line": 1128, "column": 12 }, "end": { - "line": 1126, + "line": 1128, "column": 36 } } }, "range": [ - 31179, - 31204 + 31301, + 31326 ], "loc": { "start": { - "line": 1126, + "line": 1128, "column": 12 }, "end": { - "line": 1126, + "line": 1128, "column": 37 } } } ], "range": [ - 31067, - 31214 + 31189, + 31336 ], "loc": { "start": { - "line": 1123, + "line": 1125, "column": 33 }, "end": { - "line": 1127, + "line": 1129, "column": 9 } } }, "alternate": null, "range": [ - 31042, - 31214 + 31164, + 31336 ], "loc": { "start": { - "line": 1123, + "line": 1125, "column": 8 }, "end": { - "line": 1127, + "line": 1129, "column": 9 } }, @@ -47171,16 +47204,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 30992, - 31009 + 31114, + 31131 ], "loc": { "start": { - "line": 1120, + "line": 1122, "column": 9 }, "end": { - "line": 1120, + "line": 1122, "column": 26 } } @@ -47189,16 +47222,16 @@ "type": "Block", "value": " Features ", "range": [ - 31019, - 31033 + 31141, + 31155 ], "loc": { "start": { - "line": 1122, + "line": 1124, "column": 8 }, "end": { - "line": 1122, + "line": 1124, "column": 22 } } @@ -47213,16 +47246,16 @@ "object": { "type": "ThisExpression", "range": [ - 31227, - 31231 + 31349, + 31353 ], "loc": { "start": { - "line": 1128, + "line": 1130, "column": 12 }, "end": { - "line": 1128, + "line": 1130, "column": 16 } } @@ -47231,31 +47264,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31232, - 31243 + 31354, + 31365 ], "loc": { "start": { - "line": 1128, + "line": 1130, "column": 17 }, "end": { - "line": 1128, + "line": 1130, "column": 28 } } }, "range": [ - 31227, - 31243 + 31349, + 31365 ], "loc": { "start": { - "line": 1128, + "line": 1130, "column": 12 }, "end": { - "line": 1128, + "line": 1130, "column": 28 } } @@ -47275,16 +47308,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31259, - 31262 + 31381, + 31384 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 12 }, "end": { - "line": 1129, + "line": 1131, "column": 15 } } @@ -47293,31 +47326,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31263, - 31274 + 31385, + 31396 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 16 }, "end": { - "line": 1129, + "line": 1131, "column": 27 } } }, "range": [ - 31259, - 31274 + 31381, + 31396 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 12 }, "end": { - "line": 1129, + "line": 1131, "column": 27 } } @@ -47328,16 +47361,16 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 31281, - 31292 + 31403, + 31414 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 34 }, "end": { - "line": 1129, + "line": 1131, "column": 45 } } @@ -47346,62 +47379,62 @@ { "type": "ThisExpression", "range": [ - 31293, - 31297 + 31415, + 31419 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 46 }, "end": { - "line": 1129, + "line": 1131, "column": 50 } } } ], "range": [ - 31277, - 31298 + 31399, + 31420 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 30 }, "end": { - "line": 1129, + "line": 1131, "column": 51 } } }, "range": [ - 31259, - 31298 + 31381, + 31420 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 12 }, "end": { - "line": 1129, + "line": 1131, "column": 51 } } }, "range": [ - 31259, - 31299 + 31381, + 31421 ], "loc": { "start": { - "line": 1129, + "line": 1131, "column": 12 }, "end": { - "line": 1129, + "line": 1131, "column": 52 } } @@ -47420,16 +47453,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31312, - 31315 + 31434, + 31437 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 12 }, "end": { - "line": 1130, + "line": 1132, "column": 15 } } @@ -47438,31 +47471,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31316, - 31327 + 31438, + 31449 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 16 }, "end": { - "line": 1130, + "line": 1132, "column": 27 } } }, "range": [ - 31312, - 31327 + 31434, + 31449 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 12 }, "end": { - "line": 1130, + "line": 1132, "column": 27 } } @@ -47471,94 +47504,94 @@ "type": "Identifier", "name": "init", "range": [ - 31328, - 31332 + 31450, + 31454 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 28 }, "end": { - "line": 1130, + "line": 1132, "column": 32 } } }, "range": [ - 31312, - 31332 + 31434, + 31454 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 12 }, "end": { - "line": 1130, + "line": 1132, "column": 32 } } }, "arguments": [], "range": [ - 31312, - 31334 + 31434, + 31456 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 12 }, "end": { - "line": 1130, + "line": 1132, "column": 34 } } }, "range": [ - 31312, - 31335 + 31434, + 31457 ], "loc": { "start": { - "line": 1130, + "line": 1132, "column": 12 }, "end": { - "line": 1130, + "line": 1132, "column": 35 } } } ], "range": [ - 31245, - 31345 + 31367, + 31467 ], "loc": { "start": { - "line": 1128, + "line": 1130, "column": 30 }, "end": { - "line": 1131, + "line": 1133, "column": 9 } } }, "alternate": null, "range": [ - 31223, - 31345 + 31345, + 31467 ], "loc": { "start": { - "line": 1128, + "line": 1130, "column": 8 }, "end": { - "line": 1131, + "line": 1133, "column": 9 } } @@ -47571,16 +47604,16 @@ "object": { "type": "ThisExpression", "range": [ - 31358, - 31362 + 31480, + 31484 ], "loc": { "start": { - "line": 1132, + "line": 1134, "column": 12 }, "end": { - "line": 1132, + "line": 1134, "column": 16 } } @@ -47589,31 +47622,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31363, - 31372 + 31485, + 31494 ], "loc": { "start": { - "line": 1132, + "line": 1134, "column": 17 }, "end": { - "line": 1132, + "line": 1134, "column": 26 } } }, "range": [ - 31358, - 31372 + 31480, + 31494 ], "loc": { "start": { - "line": 1132, + "line": 1134, "column": 12 }, "end": { - "line": 1132, + "line": 1134, "column": 26 } } @@ -47633,16 +47666,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31388, - 31391 + 31510, + 31513 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 12 }, "end": { - "line": 1133, + "line": 1135, "column": 15 } } @@ -47651,31 +47684,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31392, - 31401 + 31514, + 31523 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 16 }, "end": { - "line": 1133, + "line": 1135, "column": 25 } } }, "range": [ - 31388, - 31401 + 31510, + 31523 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 12 }, "end": { - "line": 1133, + "line": 1135, "column": 25 } } @@ -47686,16 +47719,16 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 31408, - 31417 + 31530, + 31539 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 32 }, "end": { - "line": 1133, + "line": 1135, "column": 41 } } @@ -47704,62 +47737,62 @@ { "type": "ThisExpression", "range": [ - 31418, - 31422 + 31540, + 31544 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 42 }, "end": { - "line": 1133, + "line": 1135, "column": 46 } } } ], "range": [ - 31404, - 31423 + 31526, + 31545 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 28 }, "end": { - "line": 1133, + "line": 1135, "column": 47 } } }, "range": [ - 31388, - 31423 + 31510, + 31545 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 12 }, "end": { - "line": 1133, + "line": 1135, "column": 47 } } }, "range": [ - 31388, - 31424 + 31510, + 31546 ], "loc": { "start": { - "line": 1133, + "line": 1135, "column": 12 }, "end": { - "line": 1133, + "line": 1135, "column": 48 } } @@ -47778,16 +47811,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31437, - 31440 + 31559, + 31562 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 12 }, "end": { - "line": 1134, + "line": 1136, "column": 15 } } @@ -47796,31 +47829,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31441, - 31450 + 31563, + 31572 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 16 }, "end": { - "line": 1134, + "line": 1136, "column": 25 } } }, "range": [ - 31437, - 31450 + 31559, + 31572 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 12 }, "end": { - "line": 1134, + "line": 1136, "column": 25 } } @@ -47829,94 +47862,94 @@ "type": "Identifier", "name": "init", "range": [ - 31451, - 31455 + 31573, + 31577 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 26 }, "end": { - "line": 1134, + "line": 1136, "column": 30 } } }, "range": [ - 31437, - 31455 + 31559, + 31577 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 12 }, "end": { - "line": 1134, + "line": 1136, "column": 30 } } }, "arguments": [], "range": [ - 31437, - 31457 + 31559, + 31579 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 12 }, "end": { - "line": 1134, + "line": 1136, "column": 32 } } }, "range": [ - 31437, - 31458 + 31559, + 31580 ], "loc": { "start": { - "line": 1134, + "line": 1136, "column": 12 }, "end": { - "line": 1134, + "line": 1136, "column": 33 } } } ], "range": [ - 31374, - 31468 + 31496, + 31590 ], "loc": { "start": { - "line": 1132, + "line": 1134, "column": 28 }, "end": { - "line": 1135, + "line": 1137, "column": 9 } } }, "alternate": null, "range": [ - 31354, - 31468 + 31476, + 31590 ], "loc": { "start": { - "line": 1132, + "line": 1134, "column": 8 }, "end": { - "line": 1135, + "line": 1137, "column": 9 } } @@ -47929,16 +47962,16 @@ "object": { "type": "ThisExpression", "range": [ - 31481, - 31485 + 31603, + 31607 ], "loc": { "start": { - "line": 1136, + "line": 1138, "column": 12 }, "end": { - "line": 1136, + "line": 1138, "column": 16 } } @@ -47947,31 +47980,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31486, - 31492 + 31608, + 31614 ], "loc": { "start": { - "line": 1136, + "line": 1138, "column": 17 }, "end": { - "line": 1136, + "line": 1138, "column": 23 } } }, "range": [ - 31481, - 31492 + 31603, + 31614 ], "loc": { "start": { - "line": 1136, + "line": 1138, "column": 12 }, "end": { - "line": 1136, + "line": 1138, "column": 23 } } @@ -47991,16 +48024,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31513, - 31516 + 31635, + 31638 ], "loc": { "start": { - "line": 1137, + "line": 1139, "column": 17 }, "end": { - "line": 1137, + "line": 1139, "column": 20 } } @@ -48009,47 +48042,47 @@ "type": "Identifier", "name": "paging", "range": [ - 31517, - 31523 + 31639, + 31645 ], "loc": { "start": { - "line": 1137, + "line": 1139, "column": 21 }, "end": { - "line": 1137, + "line": 1139, "column": 27 } } }, "range": [ - 31513, - 31523 + 31635, + 31645 ], "loc": { "start": { - "line": 1137, + "line": 1139, "column": 17 }, "end": { - "line": 1137, + "line": 1139, "column": 27 } } }, "prefix": true, "range": [ - 31512, - 31523 + 31634, + 31645 ], "loc": { "start": { - "line": 1137, + "line": 1139, "column": 16 }, "end": { - "line": 1137, + "line": 1139, "column": 27 } } @@ -48069,16 +48102,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31543, - 31546 + 31665, + 31668 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 16 }, "end": { - "line": 1138, + "line": 1140, "column": 19 } } @@ -48087,31 +48120,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31547, - 31553 + 31669, + 31675 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 20 }, "end": { - "line": 1138, + "line": 1140, "column": 26 } } }, "range": [ - 31543, - 31553 + 31665, + 31675 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 16 }, "end": { - "line": 1138, + "line": 1140, "column": 26 } } @@ -48122,16 +48155,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 31560, - 31566 + 31682, + 31688 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 33 }, "end": { - "line": 1138, + "line": 1140, "column": 39 } } @@ -48140,62 +48173,62 @@ { "type": "ThisExpression", "range": [ - 31567, - 31571 + 31689, + 31693 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 40 }, "end": { - "line": 1138, + "line": 1140, "column": 44 } } } ], "range": [ - 31556, - 31572 + 31678, + 31694 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 29 }, "end": { - "line": 1138, + "line": 1140, "column": 45 } } }, "range": [ - 31543, - 31572 + 31665, + 31694 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 16 }, "end": { - "line": 1138, + "line": 1140, "column": 45 } } }, "range": [ - 31543, - 31573 + 31665, + 31695 ], "loc": { "start": { - "line": 1138, + "line": 1140, "column": 16 }, "end": { - "line": 1138, + "line": 1140, "column": 46 } } @@ -48214,16 +48247,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31590, - 31593 + 31712, + 31715 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 16 }, "end": { - "line": 1139, + "line": 1141, "column": 19 } } @@ -48232,31 +48265,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31594, - 31600 + 31716, + 31722 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 20 }, "end": { - "line": 1139, + "line": 1141, "column": 26 } } }, "range": [ - 31590, - 31600 + 31712, + 31722 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 16 }, "end": { - "line": 1139, + "line": 1141, "column": 26 } } @@ -48265,78 +48298,78 @@ "type": "Identifier", "name": "init", "range": [ - 31601, - 31605 + 31723, + 31727 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 27 }, "end": { - "line": 1139, + "line": 1141, "column": 31 } } }, "range": [ - 31590, - 31605 + 31712, + 31727 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 16 }, "end": { - "line": 1139, + "line": 1141, "column": 31 } } }, "arguments": [], "range": [ - 31590, - 31607 + 31712, + 31729 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 16 }, "end": { - "line": 1139, + "line": 1141, "column": 33 } } }, "range": [ - 31590, - 31608 + 31712, + 31730 ], "loc": { "start": { - "line": 1139, + "line": 1141, "column": 16 }, "end": { - "line": 1139, + "line": 1141, "column": 34 } } } ], "range": [ - 31525, - 31622 + 31647, + 31744 ], "loc": { "start": { - "line": 1137, + "line": 1139, "column": 29 }, "end": { - "line": 1140, + "line": 1142, "column": 13 } } @@ -48358,16 +48391,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31646, - 31649 + 31768, + 31771 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 16 }, "end": { - "line": 1141, + "line": 1143, "column": 19 } } @@ -48376,31 +48409,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31650, - 31656 + 31772, + 31778 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 20 }, "end": { - "line": 1141, + "line": 1143, "column": 26 } } }, "range": [ - 31646, - 31656 + 31768, + 31778 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 16 }, "end": { - "line": 1141, + "line": 1143, "column": 26 } } @@ -48409,125 +48442,125 @@ "type": "Identifier", "name": "reset", "range": [ - 31657, - 31662 + 31779, + 31784 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 27 }, "end": { - "line": 1141, + "line": 1143, "column": 32 } } }, "range": [ - 31646, - 31662 + 31768, + 31784 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 16 }, "end": { - "line": 1141, + "line": 1143, "column": 32 } } }, "arguments": [], "range": [ - 31646, - 31664 + 31768, + 31786 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 16 }, "end": { - "line": 1141, + "line": 1143, "column": 34 } } }, "range": [ - 31646, - 31665 + 31768, + 31787 ], "loc": { "start": { - "line": 1141, + "line": 1143, "column": 16 }, "end": { - "line": 1141, + "line": 1143, "column": 35 } } } ], "range": [ - 31628, - 31679 + 31750, + 31801 ], "loc": { "start": { - "line": 1140, + "line": 1142, "column": 19 }, "end": { - "line": 1142, + "line": 1144, "column": 13 } } }, "range": [ - 31508, - 31679 + 31630, + 31801 ], "loc": { "start": { - "line": 1137, + "line": 1139, "column": 12 }, "end": { - "line": 1142, + "line": 1144, "column": 13 } } } ], "range": [ - 31494, - 31689 + 31616, + 31811 ], "loc": { "start": { - "line": 1136, + "line": 1138, "column": 25 }, "end": { - "line": 1143, + "line": 1145, "column": 9 } } }, "alternate": null, "range": [ - 31477, - 31689 + 31599, + 31811 ], "loc": { "start": { - "line": 1136, + "line": 1138, "column": 8 }, "end": { - "line": 1143, + "line": 1145, "column": 9 } } @@ -48540,16 +48573,16 @@ "object": { "type": "ThisExpression", "range": [ - 31702, - 31706 + 31824, + 31828 ], "loc": { "start": { - "line": 1144, + "line": 1146, "column": 12 }, "end": { - "line": 1144, + "line": 1146, "column": 16 } } @@ -48558,31 +48591,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 31707, - 31715 + 31829, + 31837 ], "loc": { "start": { - "line": 1144, + "line": 1146, "column": 17 }, "end": { - "line": 1144, + "line": 1146, "column": 25 } } }, "range": [ - 31702, - 31715 + 31824, + 31837 ], "loc": { "start": { - "line": 1144, + "line": 1146, "column": 12 }, "end": { - "line": 1144, + "line": 1146, "column": 25 } } @@ -48602,16 +48635,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31731, - 31734 + 31853, + 31856 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 12 }, "end": { - "line": 1145, + "line": 1147, "column": 15 } } @@ -48620,31 +48653,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 31735, - 31746 + 31857, + 31868 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 16 }, "end": { - "line": 1145, + "line": 1147, "column": 27 } } }, "range": [ - 31731, - 31746 + 31853, + 31868 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 12 }, "end": { - "line": 1145, + "line": 1147, "column": 27 } } @@ -48655,16 +48688,16 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 31753, - 31764 + 31875, + 31886 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 34 }, "end": { - "line": 1145, + "line": 1147, "column": 45 } } @@ -48673,62 +48706,62 @@ { "type": "ThisExpression", "range": [ - 31765, - 31769 + 31887, + 31891 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 46 }, "end": { - "line": 1145, + "line": 1147, "column": 50 } } } ], "range": [ - 31749, - 31770 + 31871, + 31892 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 30 }, "end": { - "line": 1145, + "line": 1147, "column": 51 } } }, "range": [ - 31731, - 31770 + 31853, + 31892 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 12 }, "end": { - "line": 1145, + "line": 1147, "column": 51 } } }, "range": [ - 31731, - 31771 + 31853, + 31893 ], "loc": { "start": { - "line": 1145, + "line": 1147, "column": 12 }, "end": { - "line": 1145, + "line": 1147, "column": 52 } } @@ -48747,16 +48780,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31784, - 31787 + 31906, + 31909 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 12 }, "end": { - "line": 1146, + "line": 1148, "column": 15 } } @@ -48765,31 +48798,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 31788, - 31799 + 31910, + 31921 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 16 }, "end": { - "line": 1146, + "line": 1148, "column": 27 } } }, "range": [ - 31784, - 31799 + 31906, + 31921 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 12 }, "end": { - "line": 1146, + "line": 1148, "column": 27 } } @@ -48798,94 +48831,94 @@ "type": "Identifier", "name": "init", "range": [ - 31800, - 31804 + 31922, + 31926 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 28 }, "end": { - "line": 1146, + "line": 1148, "column": 32 } } }, "range": [ - 31784, - 31804 + 31906, + 31926 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 12 }, "end": { - "line": 1146, + "line": 1148, "column": 32 } } }, "arguments": [], "range": [ - 31784, - 31806 + 31906, + 31928 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 12 }, "end": { - "line": 1146, + "line": 1148, "column": 34 } } }, "range": [ - 31784, - 31807 + 31906, + 31929 ], "loc": { "start": { - "line": 1146, + "line": 1148, "column": 12 }, "end": { - "line": 1146, + "line": 1148, "column": 35 } } } ], "range": [ - 31717, - 31817 + 31839, + 31939 ], "loc": { "start": { - "line": 1144, + "line": 1146, "column": 27 }, "end": { - "line": 1147, + "line": 1149, "column": 9 } } }, "alternate": null, "range": [ - 31698, - 31817 + 31820, + 31939 ], "loc": { "start": { - "line": 1144, + "line": 1146, "column": 8 }, "end": { - "line": 1147, + "line": 1149, "column": 9 } } @@ -48901,16 +48934,16 @@ "object": { "type": "ThisExpression", "range": [ - 31831, - 31835 + 31953, + 31957 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 12 }, "end": { - "line": 1149, + "line": 1151, "column": 16 } } @@ -48919,31 +48952,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 31836, - 31848 + 31958, + 31970 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 17 }, "end": { - "line": 1149, + "line": 1151, "column": 29 } } }, "range": [ - 31831, - 31848 + 31953, + 31970 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 12 }, "end": { - "line": 1149, + "line": 1151, "column": 29 } } @@ -48957,16 +48990,16 @@ "object": { "type": "ThisExpression", "range": [ - 31853, - 31857 + 31975, + 31979 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 34 }, "end": { - "line": 1149, + "line": 1151, "column": 38 } } @@ -48975,62 +49008,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 31858, - 31868 + 31980, + 31990 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 39 }, "end": { - "line": 1149, + "line": 1151, "column": 49 } } }, "range": [ - 31853, - 31868 + 31975, + 31990 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 34 }, "end": { - "line": 1149, + "line": 1151, "column": 49 } } }, "prefix": true, "range": [ - 31852, - 31868 + 31974, + 31990 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 33 }, "end": { - "line": 1149, + "line": 1151, "column": 49 } } }, "range": [ - 31831, - 31868 + 31953, + 31990 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 12 }, "end": { - "line": 1149, + "line": 1151, "column": 49 } } @@ -49048,16 +49081,16 @@ "object": { "type": "ThisExpression", "range": [ - 31884, - 31888 + 32006, + 32010 ], "loc": { "start": { - "line": 1150, + "line": 1152, "column": 12 }, "end": { - "line": 1150, + "line": 1152, "column": 16 } } @@ -49066,94 +49099,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 31889, - 31901 + 32011, + 32023 ], "loc": { "start": { - "line": 1150, + "line": 1152, "column": 17 }, "end": { - "line": 1150, + "line": 1152, "column": 29 } } }, "range": [ - 31884, - 31901 + 32006, + 32023 ], "loc": { "start": { - "line": 1150, + "line": 1152, "column": 12 }, "end": { - "line": 1150, + "line": 1152, "column": 29 } } }, "arguments": [], "range": [ - 31884, - 31903 + 32006, + 32025 ], "loc": { "start": { - "line": 1150, + "line": 1152, "column": 12 }, "end": { - "line": 1150, + "line": 1152, "column": 31 } } }, "range": [ - 31884, - 31904 + 32006, + 32026 ], "loc": { "start": { - "line": 1150, + "line": 1152, "column": 12 }, "end": { - "line": 1150, + "line": 1152, "column": 32 } } } ], "range": [ - 31870, - 31914 + 31992, + 32036 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 51 }, "end": { - "line": 1151, + "line": 1153, "column": 9 } } }, "alternate": null, "range": [ - 31827, - 31914 + 31949, + 32036 ], "loc": { "start": { - "line": 1149, + "line": 1151, "column": 8 }, "end": { - "line": 1151, + "line": 1153, "column": 9 } } @@ -49166,16 +49199,16 @@ "object": { "type": "ThisExpression", "range": [ - 31927, - 31931 + 32049, + 32053 ], "loc": { "start": { - "line": 1152, + "line": 1154, "column": 12 }, "end": { - "line": 1152, + "line": 1154, "column": 16 } } @@ -49184,31 +49217,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 31932, - 31945 + 32054, + 32067 ], "loc": { "start": { - "line": 1152, + "line": 1154, "column": 17 }, "end": { - "line": 1152, + "line": 1154, "column": 30 } } }, "range": [ - 31927, - 31945 + 32049, + 32067 ], "loc": { "start": { - "line": 1152, + "line": 1154, "column": 12 }, "end": { - "line": 1152, + "line": 1154, "column": 30 } } @@ -49228,16 +49261,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31961, - 31964 + 32083, + 32086 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 12 }, "end": { - "line": 1153, + "line": 1155, "column": 15 } } @@ -49246,31 +49279,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 31965, - 31978 + 32087, + 32100 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 16 }, "end": { - "line": 1153, + "line": 1155, "column": 29 } } }, "range": [ - 31961, - 31978 + 32083, + 32100 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 12 }, "end": { - "line": 1153, + "line": 1155, "column": 29 } } @@ -49281,16 +49314,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 31985, - 31998 + 32107, + 32120 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 36 }, "end": { - "line": 1153, + "line": 1155, "column": 49 } } @@ -49299,62 +49332,62 @@ { "type": "ThisExpression", "range": [ - 31999, - 32003 + 32121, + 32125 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 50 }, "end": { - "line": 1153, + "line": 1155, "column": 54 } } } ], "range": [ - 31981, - 32004 + 32103, + 32126 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 32 }, "end": { - "line": 1153, + "line": 1155, "column": 55 } } }, "range": [ - 31961, - 32004 + 32083, + 32126 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 12 }, "end": { - "line": 1153, + "line": 1155, "column": 55 } } }, "range": [ - 31961, - 32005 + 32083, + 32127 ], "loc": { "start": { - "line": 1153, + "line": 1155, "column": 12 }, "end": { - "line": 1153, + "line": 1155, "column": 56 } } @@ -49373,16 +49406,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32018, - 32021 + 32140, + 32143 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 12 }, "end": { - "line": 1154, + "line": 1156, "column": 15 } } @@ -49391,31 +49424,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32022, - 32035 + 32144, + 32157 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 16 }, "end": { - "line": 1154, + "line": 1156, "column": 29 } } }, "range": [ - 32018, - 32035 + 32140, + 32157 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 12 }, "end": { - "line": 1154, + "line": 1156, "column": 29 } } @@ -49424,94 +49457,94 @@ "type": "Identifier", "name": "init", "range": [ - 32036, - 32040 + 32158, + 32162 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 30 }, "end": { - "line": 1154, + "line": 1156, "column": 34 } } }, "range": [ - 32018, - 32040 + 32140, + 32162 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 12 }, "end": { - "line": 1154, + "line": 1156, "column": 34 } } }, "arguments": [], "range": [ - 32018, - 32042 + 32140, + 32164 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 12 }, "end": { - "line": 1154, + "line": 1156, "column": 36 } } }, "range": [ - 32018, - 32043 + 32140, + 32165 ], "loc": { "start": { - "line": 1154, + "line": 1156, "column": 12 }, "end": { - "line": 1154, + "line": 1156, "column": 37 } } } ], "range": [ - 31947, - 32053 + 32069, + 32175 ], "loc": { "start": { - "line": 1152, + "line": 1154, "column": 32 }, "end": { - "line": 1155, + "line": 1157, "column": 9 } } }, "alternate": null, "range": [ - 31923, - 32053 + 32045, + 32175 ], "loc": { "start": { - "line": 1152, + "line": 1154, "column": 8 }, "end": { - "line": 1155, + "line": 1157, "column": 9 } } @@ -49524,16 +49557,16 @@ "object": { "type": "ThisExpression", "range": [ - 32066, - 32070 + 32188, + 32192 ], "loc": { "start": { - "line": 1156, + "line": 1158, "column": 12 }, "end": { - "line": 1156, + "line": 1158, "column": 16 } } @@ -49542,31 +49575,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32071, - 32080 + 32193, + 32202 ], "loc": { "start": { - "line": 1156, + "line": 1158, "column": 17 }, "end": { - "line": 1156, + "line": 1158, "column": 26 } } }, "range": [ - 32066, - 32080 + 32188, + 32202 ], "loc": { "start": { - "line": 1156, + "line": 1158, "column": 12 }, "end": { - "line": 1156, + "line": 1158, "column": 26 } } @@ -49586,16 +49619,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32101, - 32104 + 32223, + 32226 ], "loc": { "start": { - "line": 1157, + "line": 1159, "column": 17 }, "end": { - "line": 1157, + "line": 1159, "column": 20 } } @@ -49604,47 +49637,47 @@ "type": "Identifier", "name": "noResults", "range": [ - 32105, - 32114 + 32227, + 32236 ], "loc": { "start": { - "line": 1157, + "line": 1159, "column": 21 }, "end": { - "line": 1157, + "line": 1159, "column": 30 } } }, "range": [ - 32101, - 32114 + 32223, + 32236 ], "loc": { "start": { - "line": 1157, + "line": 1159, "column": 17 }, "end": { - "line": 1157, + "line": 1159, "column": 30 } } }, "prefix": true, "range": [ - 32100, - 32114 + 32222, + 32236 ], "loc": { "start": { - "line": 1157, + "line": 1159, "column": 16 }, "end": { - "line": 1157, + "line": 1159, "column": 30 } } @@ -49664,16 +49697,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32134, - 32137 + 32256, + 32259 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 16 }, "end": { - "line": 1158, + "line": 1160, "column": 19 } } @@ -49682,31 +49715,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32138, - 32147 + 32260, + 32269 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 20 }, "end": { - "line": 1158, + "line": 1160, "column": 29 } } }, "range": [ - 32134, - 32147 + 32256, + 32269 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 16 }, "end": { - "line": 1158, + "line": 1160, "column": 29 } } @@ -49717,16 +49750,16 @@ "type": "Identifier", "name": "NoResults", "range": [ - 32154, - 32163 + 32276, + 32285 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 36 }, "end": { - "line": 1158, + "line": 1160, "column": 45 } } @@ -49735,94 +49768,94 @@ { "type": "ThisExpression", "range": [ - 32164, - 32168 + 32286, + 32290 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 46 }, "end": { - "line": 1158, + "line": 1160, "column": 50 } } } ], "range": [ - 32150, - 32169 + 32272, + 32291 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 32 }, "end": { - "line": 1158, + "line": 1160, "column": 51 } } }, "range": [ - 32134, - 32169 + 32256, + 32291 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 16 }, "end": { - "line": 1158, + "line": 1160, "column": 51 } } }, "range": [ - 32134, - 32170 + 32256, + 32292 ], "loc": { "start": { - "line": 1158, + "line": 1160, "column": 16 }, "end": { - "line": 1158, + "line": 1160, "column": 52 } } } ], "range": [ - 32116, - 32184 + 32238, + 32306 ], "loc": { "start": { - "line": 1157, + "line": 1159, "column": 32 }, "end": { - "line": 1159, + "line": 1161, "column": 13 } } }, "alternate": null, "range": [ - 32096, - 32184 + 32218, + 32306 ], "loc": { "start": { - "line": 1157, + "line": 1159, "column": 12 }, "end": { - "line": 1159, + "line": 1161, "column": 13 } } @@ -49841,16 +49874,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32197, - 32200 + 32319, + 32322 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 12 }, "end": { - "line": 1160, + "line": 1162, "column": 15 } } @@ -49859,31 +49892,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32201, - 32210 + 32323, + 32332 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 16 }, "end": { - "line": 1160, + "line": 1162, "column": 25 } } }, "range": [ - 32197, - 32210 + 32319, + 32332 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 12 }, "end": { - "line": 1160, + "line": 1162, "column": 25 } } @@ -49892,94 +49925,94 @@ "type": "Identifier", "name": "init", "range": [ - 32211, - 32215 + 32333, + 32337 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 26 }, "end": { - "line": 1160, + "line": 1162, "column": 30 } } }, "range": [ - 32197, - 32215 + 32319, + 32337 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 12 }, "end": { - "line": 1160, + "line": 1162, "column": 30 } } }, "arguments": [], "range": [ - 32197, - 32217 + 32319, + 32339 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 12 }, "end": { - "line": 1160, + "line": 1162, "column": 32 } } }, "range": [ - 32197, - 32218 + 32319, + 32340 ], "loc": { "start": { - "line": 1160, + "line": 1162, "column": 12 }, "end": { - "line": 1160, + "line": 1162, "column": 33 } } } ], "range": [ - 32082, - 32228 + 32204, + 32350 ], "loc": { "start": { - "line": 1156, + "line": 1158, "column": 28 }, "end": { - "line": 1161, + "line": 1163, "column": 9 } } }, "alternate": null, "range": [ - 32062, - 32228 + 32184, + 32350 ], "loc": { "start": { - "line": 1156, + "line": 1158, "column": 8 }, "end": { - "line": 1161, + "line": 1163, "column": 9 } }, @@ -49988,16 +50021,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32238, - 32270 + 32360, + 32392 ], "loc": { "start": { - "line": 1163, + "line": 1165, "column": 8 }, "end": { - "line": 1163, + "line": 1165, "column": 40 } } @@ -50015,16 +50048,16 @@ "object": { "type": "ThisExpression", "range": [ - 32284, - 32288 + 32406, + 32410 ], "loc": { "start": { - "line": 1164, + "line": 1166, "column": 13 }, "end": { - "line": 1164, + "line": 1166, "column": 17 } } @@ -50033,47 +50066,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 32289, - 32299 + 32411, + 32421 ], "loc": { "start": { - "line": 1164, + "line": 1166, "column": 18 }, "end": { - "line": 1164, + "line": 1166, "column": 28 } } }, "range": [ - 32284, - 32299 + 32406, + 32421 ], "loc": { "start": { - "line": 1164, + "line": 1166, "column": 13 }, "end": { - "line": 1164, + "line": 1166, "column": 28 } } }, "prefix": true, "range": [ - 32283, - 32299 + 32405, + 32421 ], "loc": { "start": { - "line": 1164, + "line": 1166, "column": 12 }, "end": { - "line": 1164, + "line": 1166, "column": 28 } } @@ -50089,16 +50122,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32315, - 32323 + 32437, + 32445 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 12 }, "end": { - "line": 1165, + "line": 1167, "column": 20 } } @@ -50110,16 +50143,16 @@ "object": { "type": "ThisExpression", "range": [ - 32324, - 32328 + 32446, + 32450 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 21 }, "end": { - "line": 1165, + "line": 1167, "column": 25 } } @@ -50128,31 +50161,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 32329, - 32332 + 32451, + 32454 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 26 }, "end": { - "line": 1165, + "line": 1167, "column": 29 } } }, "range": [ - 32324, - 32332 + 32446, + 32454 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 21 }, "end": { - "line": 1165, + "line": 1167, "column": 29 } } @@ -50163,16 +50196,16 @@ "object": { "type": "ThisExpression", "range": [ - 32334, - 32338 + 32456, + 32460 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 31 }, "end": { - "line": 1165, + "line": 1167, "column": 35 } } @@ -50181,62 +50214,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32339, - 32345 + 32461, + 32467 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 36 }, "end": { - "line": 1165, + "line": 1167, "column": 42 } } }, "range": [ - 32334, - 32345 + 32456, + 32467 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 31 }, "end": { - "line": 1165, + "line": 1167, "column": 42 } } } ], "range": [ - 32315, - 32346 + 32437, + 32468 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 12 }, "end": { - "line": 1165, + "line": 1167, "column": 43 } } }, "range": [ - 32315, - 32347 + 32437, + 32469 ], "loc": { "start": { - "line": 1165, + "line": 1167, "column": 12 }, "end": { - "line": 1165, + "line": 1167, "column": 44 } } @@ -50249,16 +50282,16 @@ "object": { "type": "ThisExpression", "range": [ - 32364, - 32368 + 32486, + 32490 ], "loc": { "start": { - "line": 1166, + "line": 1168, "column": 16 }, "end": { - "line": 1166, + "line": 1168, "column": 20 } } @@ -50267,31 +50300,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 32369, - 32379 + 32491, + 32501 ], "loc": { "start": { - "line": 1166, + "line": 1168, "column": 21 }, "end": { - "line": 1166, + "line": 1168, "column": 31 } } }, "range": [ - 32364, - 32379 + 32486, + 32501 ], "loc": { "start": { - "line": 1166, + "line": 1168, "column": 16 }, "end": { - "line": 1166, + "line": 1168, "column": 31 } } @@ -50307,16 +50340,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32399, - 32407 + 32521, + 32529 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 16 }, "end": { - "line": 1167, + "line": 1169, "column": 24 } } @@ -50328,16 +50361,16 @@ "object": { "type": "ThisExpression", "range": [ - 32408, - 32412 + 32530, + 32534 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 25 }, "end": { - "line": 1167, + "line": 1169, "column": 29 } } @@ -50346,31 +50379,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 32413, - 32416 + 32535, + 32538 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 30 }, "end": { - "line": 1167, + "line": 1169, "column": 33 } } }, "range": [ - 32408, - 32416 + 32530, + 32538 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 25 }, "end": { - "line": 1167, + "line": 1169, "column": 33 } } @@ -50381,16 +50414,16 @@ "object": { "type": "ThisExpression", "range": [ - 32418, - 32422 + 32540, + 32544 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 35 }, "end": { - "line": 1167, + "line": 1169, "column": 39 } } @@ -50399,126 +50432,126 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 32423, - 32437 + 32545, + 32559 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 40 }, "end": { - "line": 1167, + "line": 1169, "column": 54 } } }, "range": [ - 32418, - 32437 + 32540, + 32559 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 35 }, "end": { - "line": 1167, + "line": 1169, "column": 54 } } } ], "range": [ - 32399, - 32438 + 32521, + 32560 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 16 }, "end": { - "line": 1167, + "line": 1169, "column": 55 } } }, "range": [ - 32399, - 32439 + 32521, + 32561 ], "loc": { "start": { - "line": 1167, + "line": 1169, "column": 16 }, "end": { - "line": 1167, + "line": 1169, "column": 56 } } } ], "range": [ - 32381, - 32453 + 32503, + 32575 ], "loc": { "start": { - "line": 1166, + "line": 1168, "column": 33 }, "end": { - "line": 1168, + "line": 1170, "column": 13 } } }, "alternate": null, "range": [ - 32360, - 32453 + 32482, + 32575 ], "loc": { "start": { - "line": 1166, + "line": 1168, "column": 12 }, "end": { - "line": 1168, + "line": 1170, "column": 13 } } } ], "range": [ - 32301, - 32463 + 32423, + 32585 ], "loc": { "start": { - "line": 1164, + "line": 1166, "column": 30 }, "end": { - "line": 1169, + "line": 1171, "column": 9 } } }, "alternate": null, "range": [ - 32279, - 32463 + 32401, + 32585 ], "loc": { "start": { - "line": 1164, + "line": 1166, "column": 8 }, "end": { - "line": 1169, + "line": 1171, "column": 9 } }, @@ -50527,16 +50560,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32238, - 32270 + 32360, + 32392 ], "loc": { "start": { - "line": 1163, + "line": 1165, "column": 8 }, "end": { - "line": 1163, + "line": 1165, "column": 40 } } @@ -50547,16 +50580,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 32473, - 32495 + 32595, + 32617 ], "loc": { "start": { - "line": 1171, + "line": 1173, "column": 8 }, "end": { - "line": 1171, + "line": 1173, "column": 30 } } @@ -50571,16 +50604,16 @@ "object": { "type": "ThisExpression", "range": [ - 32508, - 32512 + 32630, + 32634 ], "loc": { "start": { - "line": 1172, + "line": 1174, "column": 12 }, "end": { - "line": 1172, + "line": 1174, "column": 16 } } @@ -50589,31 +50622,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 32513, - 32526 + 32635, + 32648 ], "loc": { "start": { - "line": 1172, + "line": 1174, "column": 17 }, "end": { - "line": 1172, + "line": 1174, "column": 30 } } }, "range": [ - 32508, - 32526 + 32630, + 32648 ], "loc": { "start": { - "line": 1172, + "line": 1174, "column": 12 }, "end": { - "line": 1172, + "line": 1174, "column": 30 } } @@ -50631,16 +50664,16 @@ "object": { "type": "ThisExpression", "range": [ - 32542, - 32546 + 32664, + 32668 ], "loc": { "start": { - "line": 1173, + "line": 1175, "column": 12 }, "end": { - "line": 1173, + "line": 1175, "column": 16 } } @@ -50649,94 +50682,94 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 32547, - 32561 + 32669, + 32683 ], "loc": { "start": { - "line": 1173, + "line": 1175, "column": 17 }, "end": { - "line": 1173, + "line": 1175, "column": 31 } } }, "range": [ - 32542, - 32561 + 32664, + 32683 ], "loc": { "start": { - "line": 1173, + "line": 1175, "column": 12 }, "end": { - "line": 1173, + "line": 1175, "column": 31 } } }, "arguments": [], "range": [ - 32542, - 32563 + 32664, + 32685 ], "loc": { "start": { - "line": 1173, + "line": 1175, "column": 12 }, "end": { - "line": 1173, + "line": 1175, "column": 33 } } }, "range": [ - 32542, - 32564 + 32664, + 32686 ], "loc": { "start": { - "line": 1173, + "line": 1175, "column": 12 }, "end": { - "line": 1173, + "line": 1175, "column": 34 } } } ], "range": [ - 32528, - 32574 + 32650, + 32696 ], "loc": { "start": { - "line": 1172, + "line": 1174, "column": 32 }, "end": { - "line": 1174, + "line": 1176, "column": 9 } } }, "alternate": null, "range": [ - 32504, - 32574 + 32626, + 32696 ], "loc": { "start": { - "line": 1172, + "line": 1174, "column": 8 }, "end": { - "line": 1174, + "line": 1176, "column": 9 } }, @@ -50745,16 +50778,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 32473, - 32495 + 32595, + 32617 ], "loc": { "start": { - "line": 1171, + "line": 1173, "column": 8 }, "end": { - "line": 1171, + "line": 1173, "column": 30 } } @@ -50765,16 +50798,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32584, - 32606 + 32706, + 32728 ], "loc": { "start": { - "line": 1176, + "line": 1178, "column": 8 }, "end": { - "line": 1176, + "line": 1178, "column": 30 } } @@ -50789,16 +50822,16 @@ "object": { "type": "ThisExpression", "range": [ - 32619, - 32623 + 32741, + 32745 ], "loc": { "start": { - "line": 1177, + "line": 1179, "column": 12 }, "end": { - "line": 1177, + "line": 1179, "column": 16 } } @@ -50807,31 +50840,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 32624, - 32641 + 32746, + 32763 ], "loc": { "start": { - "line": 1177, + "line": 1179, "column": 17 }, "end": { - "line": 1177, + "line": 1179, "column": 34 } } }, "range": [ - 32619, - 32641 + 32741, + 32763 ], "loc": { "start": { - "line": 1177, + "line": 1179, "column": 12 }, "end": { - "line": 1177, + "line": 1179, "column": 34 } } @@ -50852,16 +50885,16 @@ "object": { "type": "ThisExpression", "range": [ - 32657, - 32661 + 32779, + 32783 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 12 }, "end": { - "line": 1178, + "line": 1180, "column": 16 } } @@ -50870,31 +50903,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32662, - 32669 + 32784, + 32791 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 17 }, "end": { - "line": 1178, + "line": 1180, "column": 24 } } }, "range": [ - 32657, - 32669 + 32779, + 32791 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 12 }, "end": { - "line": 1178, + "line": 1180, "column": 24 } } @@ -50903,31 +50936,31 @@ "type": "Identifier", "name": "on", "range": [ - 32670, - 32672 + 32792, + 32794 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 25 }, "end": { - "line": 1178, + "line": 1180, "column": 27 } } }, "range": [ - 32657, - 32672 + 32779, + 32794 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 12 }, "end": { - "line": 1178, + "line": 1180, "column": 27 } } @@ -50941,32 +50974,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 32674, - 32692 + 32796, + 32814 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 29 }, "end": { - "line": 1178, + "line": 1180, "column": 47 } } } ], "range": [ - 32673, - 32693 + 32795, + 32815 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 28 }, "end": { - "line": 1178, + "line": 1180, "column": 48 } } @@ -50983,16 +51016,16 @@ "object": { "type": "ThisExpression", "range": [ - 32717, - 32721 + 32839, + 32843 ], "loc": { "start": { - "line": 1179, + "line": 1181, "column": 22 }, "end": { - "line": 1179, + "line": 1181, "column": 26 } } @@ -51001,47 +51034,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 32722, - 32740 + 32844, + 32862 ], "loc": { "start": { - "line": 1179, + "line": 1181, "column": 27 }, "end": { - "line": 1179, + "line": 1181, "column": 45 } } }, "range": [ - 32717, - 32740 + 32839, + 32862 ], "loc": { "start": { - "line": 1179, + "line": 1181, "column": 22 }, "end": { - "line": 1179, + "line": 1181, "column": 45 } } }, "arguments": [], "range": [ - 32717, - 32742 + 32839, + 32864 ], "loc": { "start": { - "line": 1179, + "line": 1181, "column": 22 }, "end": { - "line": 1179, + "line": 1181, "column": 47 } } @@ -51049,47 +51082,47 @@ "generator": false, "expression": true, "range": [ - 32711, - 32742 + 32833, + 32864 ], "loc": { "start": { - "line": 1179, + "line": 1181, "column": 16 }, "end": { - "line": 1179, + "line": 1181, "column": 47 } } } ], "range": [ - 32657, - 32743 + 32779, + 32865 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 12 }, "end": { - "line": 1179, + "line": 1181, "column": 48 } } }, "range": [ - 32657, - 32744 + 32779, + 32866 ], "loc": { "start": { - "line": 1178, + "line": 1180, "column": 12 }, "end": { - "line": 1179, + "line": 1181, "column": 49 } } @@ -51107,16 +51140,16 @@ "object": { "type": "ThisExpression", "range": [ - 32757, - 32761 + 32879, + 32883 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 12 }, "end": { - "line": 1180, + "line": 1182, "column": 16 } } @@ -51125,31 +51158,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32762, - 32769 + 32884, + 32891 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 17 }, "end": { - "line": 1180, + "line": 1182, "column": 24 } } }, "range": [ - 32757, - 32769 + 32879, + 32891 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 12 }, "end": { - "line": 1180, + "line": 1182, "column": 24 } } @@ -51158,31 +51191,31 @@ "type": "Identifier", "name": "on", "range": [ - 32770, - 32772 + 32892, + 32894 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 25 }, "end": { - "line": 1180, + "line": 1182, "column": 27 } } }, "range": [ - 32757, - 32772 + 32879, + 32894 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 12 }, "end": { - "line": 1180, + "line": 1182, "column": 27 } } @@ -51196,32 +51229,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 32774, - 32790 + 32896, + 32912 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 29 }, "end": { - "line": 1180, + "line": 1182, "column": 45 } } } ], "range": [ - 32773, - 32791 + 32895, + 32913 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 28 }, "end": { - "line": 1180, + "line": 1182, "column": 46 } } @@ -51234,16 +51267,16 @@ "type": "Identifier", "name": "tf", "range": [ - 32810, - 32812 + 32932, + 32934 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 17 }, "end": { - "line": 1181, + "line": 1183, "column": 19 } } @@ -51252,16 +51285,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 32814, - 32822 + 32936, + 32944 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 21 }, "end": { - "line": 1181, + "line": 1183, "column": 29 } } @@ -51275,16 +51308,16 @@ "object": { "type": "ThisExpression", "range": [ - 32827, - 32831 + 32949, + 32953 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 34 }, "end": { - "line": 1181, + "line": 1183, "column": 38 } } @@ -51293,31 +51326,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 32832, - 32848 + 32954, + 32970 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 39 }, "end": { - "line": 1181, + "line": 1183, "column": 55 } } }, "range": [ - 32827, - 32848 + 32949, + 32970 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 34 }, "end": { - "line": 1181, + "line": 1183, "column": 55 } } @@ -51327,32 +51360,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 32849, - 32857 + 32971, + 32979 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 56 }, "end": { - "line": 1181, + "line": 1183, "column": 64 } } } ], "range": [ - 32827, - 32858 + 32949, + 32980 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 34 }, "end": { - "line": 1181, + "line": 1183, "column": 65 } } @@ -51360,79 +51393,79 @@ "generator": false, "expression": true, "range": [ - 32809, - 32858 + 32931, + 32980 ], "loc": { "start": { - "line": 1181, + "line": 1183, "column": 16 }, "end": { - "line": 1181, + "line": 1183, "column": 65 } } } ], "range": [ - 32757, - 32859 + 32879, + 32981 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 12 }, "end": { - "line": 1181, + "line": 1183, "column": 66 } } }, "range": [ - 32757, - 32860 + 32879, + 32982 ], "loc": { "start": { - "line": 1180, + "line": 1182, "column": 12 }, "end": { - "line": 1181, + "line": 1183, "column": 67 } } } ], "range": [ - 32643, - 32870 + 32765, + 32992 ], "loc": { "start": { - "line": 1177, + "line": 1179, "column": 36 }, "end": { - "line": 1182, + "line": 1184, "column": 9 } } }, "alternate": null, "range": [ - 32615, - 32870 + 32737, + 32992 ], "loc": { "start": { - "line": 1177, + "line": 1179, "column": 8 }, "end": { - "line": 1182, + "line": 1184, "column": 9 } }, @@ -51441,16 +51474,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32584, - 32606 + 32706, + 32728 ], "loc": { "start": { - "line": 1176, + "line": 1178, "column": 8 }, "end": { - "line": 1176, + "line": 1178, "column": 30 } } @@ -51465,16 +51498,16 @@ "object": { "type": "ThisExpression", "range": [ - 32883, - 32887 + 33005, + 33009 ], "loc": { "start": { - "line": 1183, + "line": 1185, "column": 12 }, "end": { - "line": 1183, + "line": 1185, "column": 16 } } @@ -51483,31 +51516,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 32888, - 32901 + 33010, + 33023 ], "loc": { "start": { - "line": 1183, + "line": 1185, "column": 17 }, "end": { - "line": 1183, + "line": 1185, "column": 30 } } }, "range": [ - 32883, - 32901 + 33005, + 33023 ], "loc": { "start": { - "line": 1183, + "line": 1185, "column": 12 }, "end": { - "line": 1183, + "line": 1185, "column": 30 } } @@ -51528,16 +51561,16 @@ "object": { "type": "ThisExpression", "range": [ - 32917, - 32921 + 33039, + 33043 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 12 }, "end": { - "line": 1184, + "line": 1186, "column": 16 } } @@ -51546,31 +51579,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32922, - 32929 + 33044, + 33051 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 17 }, "end": { - "line": 1184, + "line": 1186, "column": 24 } } }, "range": [ - 32917, - 32929 + 33039, + 33051 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 12 }, "end": { - "line": 1184, + "line": 1186, "column": 24 } } @@ -51579,31 +51612,31 @@ "type": "Identifier", "name": "on", "range": [ - 32930, - 32932 + 33052, + 33054 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 25 }, "end": { - "line": 1184, + "line": 1186, "column": 27 } } }, "range": [ - 32917, - 32932 + 33039, + 33054 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 12 }, "end": { - "line": 1184, + "line": 1186, "column": 27 } } @@ -51617,32 +51650,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 32934, - 32951 + 33056, + 33073 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 29 }, "end": { - "line": 1184, + "line": 1186, "column": 46 } } } ], "range": [ - 32933, - 32952 + 33055, + 33074 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 28 }, "end": { - "line": 1184, + "line": 1186, "column": 47 } } @@ -51659,16 +51692,16 @@ "object": { "type": "ThisExpression", "range": [ - 32960, - 32964 + 33082, + 33086 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 55 }, "end": { - "line": 1184, + "line": 1186, "column": 59 } } @@ -51677,47 +51710,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 32965, - 32976 + 33087, + 33098 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 60 }, "end": { - "line": 1184, + "line": 1186, "column": 71 } } }, "range": [ - 32960, - 32976 + 33082, + 33098 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 55 }, "end": { - "line": 1184, + "line": 1186, "column": 71 } } }, "arguments": [], "range": [ - 32960, - 32978 + 33082, + 33100 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 55 }, "end": { - "line": 1184, + "line": 1186, "column": 73 } } @@ -51725,79 +51758,79 @@ "generator": false, "expression": true, "range": [ - 32954, - 32978 + 33076, + 33100 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 49 }, "end": { - "line": 1184, + "line": 1186, "column": 73 } } } ], "range": [ - 32917, - 32979 + 33039, + 33101 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 12 }, "end": { - "line": 1184, + "line": 1186, "column": 74 } } }, "range": [ - 32917, - 32980 + 33039, + 33102 ], "loc": { "start": { - "line": 1184, + "line": 1186, "column": 12 }, "end": { - "line": 1184, + "line": 1186, "column": 75 } } } ], "range": [ - 32903, - 32990 + 33025, + 33112 ], "loc": { "start": { - "line": 1183, + "line": 1185, "column": 32 }, "end": { - "line": 1185, + "line": 1187, "column": 9 } } }, "alternate": null, "range": [ - 32879, - 32990 + 33001, + 33112 ], "loc": { "start": { - "line": 1183, + "line": 1185, "column": 8 }, "end": { - "line": 1185, + "line": 1187, "column": 9 } }, @@ -51806,16 +51839,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 33000, - 33037 + 33122, + 33159 ], "loc": { "start": { - "line": 1187, + "line": 1189, "column": 8 }, "end": { - "line": 1189, + "line": 1191, "column": 11 } } @@ -51833,16 +51866,16 @@ "object": { "type": "ThisExpression", "range": [ - 33046, - 33050 + 33168, + 33172 ], "loc": { "start": { - "line": 1190, + "line": 1192, "column": 8 }, "end": { - "line": 1190, + "line": 1192, "column": 12 } } @@ -51851,31 +51884,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 33051, - 33062 + 33173, + 33184 ], "loc": { "start": { - "line": 1190, + "line": 1192, "column": 13 }, "end": { - "line": 1190, + "line": 1192, "column": 24 } } }, "range": [ - 33046, - 33062 + 33168, + 33184 ], "loc": { "start": { - "line": 1190, + "line": 1192, "column": 8 }, "end": { - "line": 1190, + "line": 1192, "column": 24 } } @@ -51885,46 +51918,46 @@ "value": true, "raw": "true", "range": [ - 33065, - 33069 + 33187, + 33191 ], "loc": { "start": { - "line": 1190, + "line": 1192, "column": 27 }, "end": { - "line": 1190, + "line": 1192, "column": 31 } } }, "range": [ - 33046, - 33069 + 33168, + 33191 ], "loc": { "start": { - "line": 1190, + "line": 1192, "column": 8 }, "end": { - "line": 1190, + "line": 1192, "column": 31 } } }, "range": [ - 33046, - 33070 + 33168, + 33192 ], "loc": { "start": { - "line": 1190, + "line": 1192, "column": 8 }, "end": { - "line": 1190, + "line": 1192, "column": 32 } }, @@ -51933,16 +51966,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 33000, - 33037 + 33122, + 33159 ], "loc": { "start": { - "line": 1187, + "line": 1189, "column": 8 }, "end": { - "line": 1189, + "line": 1191, "column": 11 } } @@ -51957,16 +51990,16 @@ "object": { "type": "ThisExpression", "range": [ - 33084, - 33088 + 33206, + 33210 ], "loc": { "start": { - "line": 1192, + "line": 1194, "column": 12 }, "end": { - "line": 1192, + "line": 1194, "column": 16 } } @@ -51975,31 +52008,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 33089, - 33104 + 33211, + 33226 ], "loc": { "start": { - "line": 1192, + "line": 1194, "column": 17 }, "end": { - "line": 1192, + "line": 1194, "column": 32 } } }, "range": [ - 33084, - 33104 + 33206, + 33226 ], "loc": { "start": { - "line": 1192, + "line": 1194, "column": 12 }, "end": { - "line": 1192, + "line": 1194, "column": 32 } } @@ -52020,16 +52053,16 @@ "object": { "type": "ThisExpression", "range": [ - 33120, - 33124 + 33242, + 33246 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 12 }, "end": { - "line": 1193, + "line": 1195, "column": 16 } } @@ -52038,31 +52071,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 33125, - 33140 + 33247, + 33262 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 17 }, "end": { - "line": 1193, + "line": 1195, "column": 32 } } }, "range": [ - 33120, - 33140 + 33242, + 33262 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 12 }, "end": { - "line": 1193, + "line": 1195, "column": 32 } } @@ -52071,31 +52104,31 @@ "type": "Identifier", "name": "call", "range": [ - 33141, - 33145 + 33263, + 33267 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 33 }, "end": { - "line": 1193, + "line": 1195, "column": 37 } } }, "range": [ - 33120, - 33145 + 33242, + 33267 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 12 }, "end": { - "line": 1193, + "line": 1195, "column": 37 } } @@ -52106,16 +52139,16 @@ "value": null, "raw": "null", "range": [ - 33146, - 33150 + 33268, + 33272 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 38 }, "end": { - "line": 1193, + "line": 1195, "column": 42 } } @@ -52123,79 +52156,79 @@ { "type": "ThisExpression", "range": [ - 33152, - 33156 + 33274, + 33278 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 44 }, "end": { - "line": 1193, + "line": 1195, "column": 48 } } } ], "range": [ - 33120, - 33157 + 33242, + 33279 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 12 }, "end": { - "line": 1193, + "line": 1195, "column": 49 } } }, "range": [ - 33120, - 33158 + 33242, + 33280 ], "loc": { "start": { - "line": 1193, + "line": 1195, "column": 12 }, "end": { - "line": 1193, + "line": 1195, "column": 50 } } } ], "range": [ - 33106, - 33168 + 33228, + 33290 ], "loc": { "start": { - "line": 1192, + "line": 1194, "column": 34 }, "end": { - "line": 1194, + "line": 1196, "column": 9 } } }, "alternate": null, "range": [ - 33080, - 33168 + 33202, + 33290 ], "loc": { "start": { - "line": 1192, + "line": 1194, "column": 8 }, "end": { - "line": 1194, + "line": 1196, "column": 9 } } @@ -52213,16 +52246,16 @@ "object": { "type": "ThisExpression", "range": [ - 33177, - 33181 + 33299, + 33303 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 8 }, "end": { - "line": 1195, + "line": 1197, "column": 12 } } @@ -52231,31 +52264,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 33182, - 33189 + 33304, + 33311 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 13 }, "end": { - "line": 1195, + "line": 1197, "column": 20 } } }, "range": [ - 33177, - 33189 + 33299, + 33311 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 8 }, "end": { - "line": 1195, + "line": 1197, "column": 20 } } @@ -52264,31 +52297,31 @@ "type": "Identifier", "name": "emit", "range": [ - 33190, - 33194 + 33312, + 33316 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 21 }, "end": { - "line": 1195, + "line": 1197, "column": 25 } } }, "range": [ - 33177, - 33194 + 33299, + 33316 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 8 }, "end": { - "line": 1195, + "line": 1197, "column": 25 } } @@ -52299,16 +52332,16 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 33195, - 33208 + 33317, + 33330 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 26 }, "end": { - "line": 1195, + "line": 1197, "column": 39 } } @@ -52316,63 +52349,63 @@ { "type": "ThisExpression", "range": [ - 33210, - 33214 + 33332, + 33336 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 41 }, "end": { - "line": 1195, + "line": 1197, "column": 45 } } } ], "range": [ - 33177, - 33215 + 33299, + 33337 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 8 }, "end": { - "line": 1195, + "line": 1197, "column": 46 } } }, "range": [ - 33177, - 33216 + 33299, + 33338 ], "loc": { "start": { - "line": 1195, + "line": 1197, "column": 8 }, "end": { - "line": 1195, + "line": 1197, "column": 47 } } } ], "range": [ - 27478, - 33222 + 27438, + 33344 ], "loc": { "start": { - "line": 1004, + "line": 1000, "column": 11 }, "end": { - "line": 1196, + "line": 1198, "column": 5 } } @@ -52380,16 +52413,16 @@ "generator": false, "expression": false, "range": [ - 27475, - 33222 + 27435, + 33344 ], "loc": { "start": { - "line": 1004, + "line": 1000, "column": 8 }, "end": { - "line": 1196, + "line": 1198, "column": 5 } } @@ -52397,16 +52430,16 @@ "kind": "method", "computed": false, "range": [ - 27471, - 33222 + 27431, + 33344 ], "loc": { "start": { - "line": 1004, + "line": 1000, "column": 4 }, "end": { - "line": 1196, + "line": 1198, "column": 5 } }, @@ -52415,16 +52448,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27417, - 27466 + 27377, + 27426 ], "loc": { "start": { - "line": 1001, + "line": 997, "column": 4 }, "end": { - "line": 1003, + "line": 999, "column": 7 } } @@ -52435,16 +52468,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33228, - 33291 + 33350, + 33413 ], "loc": { "start": { - "line": 1198, + "line": 1200, "column": 4 }, "end": { - "line": 1201, + "line": 1203, "column": 7 } } @@ -52458,16 +52491,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 33296, - 33305 + 33418, + 33427 ], "loc": { "start": { - "line": 1202, + "line": 1204, "column": 4 }, "end": { - "line": 1202, + "line": 1204, "column": 13 } } @@ -52480,16 +52513,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33306, - 33309 + 33428, + 33431 ], "loc": { "start": { - "line": 1202, + "line": 1204, "column": 14 }, "end": { - "line": 1202, + "line": 1204, "column": 17 } } @@ -52509,16 +52542,16 @@ "object": { "type": "ThisExpression", "range": [ - 33326, - 33330 + 33448, + 33452 ], "loc": { "start": { - "line": 1203, + "line": 1205, "column": 13 }, "end": { - "line": 1203, + "line": 1205, "column": 17 } } @@ -52527,47 +52560,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 33331, - 33339 + 33453, + 33461 ], "loc": { "start": { - "line": 1203, + "line": 1205, "column": 18 }, "end": { - "line": 1203, + "line": 1205, "column": 26 } } }, "range": [ - 33326, - 33339 + 33448, + 33461 ], "loc": { "start": { - "line": 1203, + "line": 1205, "column": 13 }, "end": { - "line": 1203, + "line": 1205, "column": 26 } } }, "prefix": true, "range": [ - 33325, - 33339 + 33447, + 33461 ], "loc": { "start": { - "line": 1203, + "line": 1205, "column": 12 }, "end": { - "line": 1203, + "line": 1205, "column": 26 } } @@ -52579,48 +52612,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33355, - 33362 + 33477, + 33484 ], "loc": { "start": { - "line": 1204, + "line": 1206, "column": 12 }, "end": { - "line": 1204, + "line": 1206, "column": 19 } } } ], "range": [ - 33341, - 33372 + 33463, + 33494 ], "loc": { "start": { - "line": 1203, + "line": 1205, "column": 28 }, "end": { - "line": 1205, + "line": 1207, "column": 9 } } }, "alternate": null, "range": [ - 33321, - 33372 + 33443, + 33494 ], "loc": { "start": { - "line": 1203, + "line": 1205, "column": 8 }, "end": { - "line": 1205, + "line": 1207, "column": 9 } } @@ -52631,16 +52664,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33385, - 33388 + 33507, + 33510 ], "loc": { "start": { - "line": 1206, + "line": 1208, "column": 12 }, "end": { - "line": 1206, + "line": 1208, "column": 15 } } @@ -52657,16 +52690,16 @@ "type": "Identifier", "name": "key", "range": [ - 33408, - 33411 + 33530, + 33533 ], "loc": { "start": { - "line": 1207, + "line": 1209, "column": 16 }, "end": { - "line": 1207, + "line": 1209, "column": 19 } } @@ -52677,16 +52710,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 33414, - 33421 + 33536, + 33543 ], "loc": { "start": { - "line": 1207, + "line": 1209, "column": 22 }, "end": { - "line": 1207, + "line": 1209, "column": 29 } } @@ -52696,47 +52729,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33422, - 33425 + 33544, + 33547 ], "loc": { "start": { - "line": 1207, + "line": 1209, "column": 30 }, "end": { - "line": 1207, + "line": 1209, "column": 33 } } } ], "range": [ - 33414, - 33426 + 33536, + 33548 ], "loc": { "start": { - "line": 1207, + "line": 1209, "column": 22 }, "end": { - "line": 1207, + "line": 1209, "column": 34 } } }, "range": [ - 33408, - 33426 + 33530, + 33548 ], "loc": { "start": { - "line": 1207, + "line": 1209, "column": 16 }, "end": { - "line": 1207, + "line": 1209, "column": 34 } } @@ -52744,16 +52777,16 @@ ], "kind": "let", "range": [ - 33404, - 33427 + 33526, + 33549 ], "loc": { "start": { - "line": 1207, + "line": 1209, "column": 12 }, "end": { - "line": 1207, + "line": 1209, "column": 35 } } @@ -52767,16 +52800,16 @@ "type": "Identifier", "name": "key", "range": [ - 33444, - 33447 + 33566, + 33569 ], "loc": { "start": { - "line": 1208, + "line": 1210, "column": 16 }, "end": { - "line": 1208, + "line": 1210, "column": 19 } } @@ -52785,31 +52818,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 33452, - 33461 + 33574, + 33583 ], "loc": { "start": { - "line": 1208, + "line": 1210, "column": 24 }, "end": { - "line": 1208, + "line": 1210, "column": 33 } } }, "range": [ - 33444, - 33461 + 33566, + 33583 ], "loc": { "start": { - "line": 1208, + "line": 1210, "column": 16 }, "end": { - "line": 1208, + "line": 1210, "column": 33 } } @@ -52827,16 +52860,16 @@ "object": { "type": "ThisExpression", "range": [ - 33481, - 33485 + 33603, + 33607 ], "loc": { "start": { - "line": 1209, + "line": 1211, "column": 16 }, "end": { - "line": 1209, + "line": 1211, "column": 20 } } @@ -52845,62 +52878,62 @@ "type": "Identifier", "name": "filter", "range": [ - 33486, - 33492 + 33608, + 33614 ], "loc": { "start": { - "line": 1209, + "line": 1211, "column": 21 }, "end": { - "line": 1209, + "line": 1211, "column": 27 } } }, "range": [ - 33481, - 33492 + 33603, + 33614 ], "loc": { "start": { - "line": 1209, + "line": 1211, "column": 16 }, "end": { - "line": 1209, + "line": 1211, "column": 27 } } }, "arguments": [], "range": [ - 33481, - 33494 + 33603, + 33616 ], "loc": { "start": { - "line": 1209, + "line": 1211, "column": 16 }, "end": { - "line": 1209, + "line": 1211, "column": 29 } } }, "range": [ - 33481, - 33495 + 33603, + 33617 ], "loc": { "start": { - "line": 1209, + "line": 1211, "column": 16 }, "end": { - "line": 1209, + "line": 1211, "column": 30 } } @@ -52913,16 +52946,16 @@ "type": "Identifier", "name": "cancelEvt", "range": [ - 33512, - 33521 + 33634, + 33643 ], "loc": { "start": { - "line": 1210, + "line": 1212, "column": 16 }, "end": { - "line": 1210, + "line": 1212, "column": 25 } } @@ -52932,47 +52965,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33522, - 33525 + 33644, + 33647 ], "loc": { "start": { - "line": 1210, + "line": 1212, "column": 26 }, "end": { - "line": 1210, + "line": 1212, "column": 29 } } } ], "range": [ - 33512, - 33526 + 33634, + 33648 ], "loc": { "start": { - "line": 1210, + "line": 1212, "column": 16 }, "end": { - "line": 1210, + "line": 1212, "column": 30 } } }, "range": [ - 33512, - 33527 + 33634, + 33649 ], "loc": { "start": { - "line": 1210, + "line": 1212, "column": 16 }, "end": { - "line": 1210, + "line": 1212, "column": 31 } } @@ -52985,16 +53018,16 @@ "type": "Identifier", "name": "stopEvt", "range": [ - 33544, - 33551 + 33666, + 33673 ], "loc": { "start": { - "line": 1211, + "line": 1213, "column": 16 }, "end": { - "line": 1211, + "line": 1213, "column": 23 } } @@ -53004,63 +53037,63 @@ "type": "Identifier", "name": "evt", "range": [ - 33552, - 33555 + 33674, + 33677 ], "loc": { "start": { - "line": 1211, + "line": 1213, "column": 24 }, "end": { - "line": 1211, + "line": 1213, "column": 27 } } } ], "range": [ - 33544, - 33556 + 33666, + 33678 ], "loc": { "start": { - "line": 1211, + "line": 1213, "column": 16 }, "end": { - "line": 1211, + "line": 1213, "column": 28 } } }, "range": [ - 33544, - 33557 + 33666, + 33679 ], "loc": { "start": { - "line": 1211, + "line": 1213, "column": 16 }, "end": { - "line": 1211, + "line": 1213, "column": 29 } } } ], "range": [ - 33463, - 33571 + 33585, + 33693 ], "loc": { "start": { - "line": 1208, + "line": 1210, "column": 35 }, "end": { - "line": 1212, + "line": 1214, "column": 13 } } @@ -53079,16 +53112,16 @@ "object": { "type": "ThisExpression", "range": [ - 33595, - 33599 + 33717, + 33721 ], "loc": { "start": { - "line": 1213, + "line": 1215, "column": 16 }, "end": { - "line": 1213, + "line": 1215, "column": 20 } } @@ -53097,31 +53130,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 33600, - 33612 + 33722, + 33734 ], "loc": { "start": { - "line": 1213, + "line": 1215, "column": 21 }, "end": { - "line": 1213, + "line": 1215, "column": 33 } } }, "range": [ - 33595, - 33612 + 33717, + 33734 ], "loc": { "start": { - "line": 1213, + "line": 1215, "column": 16 }, "end": { - "line": 1213, + "line": 1215, "column": 33 } } @@ -53131,46 +53164,46 @@ "value": true, "raw": "true", "range": [ - 33615, - 33619 + 33737, + 33741 ], "loc": { "start": { - "line": 1213, + "line": 1215, "column": 36 }, "end": { - "line": 1213, + "line": 1215, "column": 40 } } }, "range": [ - 33595, - 33619 + 33717, + 33741 ], "loc": { "start": { - "line": 1213, + "line": 1215, "column": 16 }, "end": { - "line": 1213, + "line": 1215, "column": 40 } } }, "range": [ - 33595, - 33620 + 33717, + 33742 ], "loc": { "start": { - "line": 1213, + "line": 1215, "column": 16 }, "end": { - "line": 1213, + "line": 1215, "column": 41 } } @@ -53186,16 +53219,16 @@ "type": "Identifier", "name": "root", "range": [ - 33637, - 33641 + 33759, + 33763 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 16 }, "end": { - "line": 1214, + "line": 1216, "column": 20 } } @@ -53204,31 +53237,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 33642, - 33655 + 33764, + 33777 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 21 }, "end": { - "line": 1214, + "line": 1216, "column": 34 } } }, "range": [ - 33637, - 33655 + 33759, + 33777 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 16 }, "end": { - "line": 1214, + "line": 1216, "column": 34 } } @@ -53240,16 +53273,16 @@ "object": { "type": "ThisExpression", "range": [ - 33656, - 33660 + 33778, + 33782 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 35 }, "end": { - "line": 1214, + "line": 1216, "column": 39 } } @@ -53258,62 +53291,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33661, - 33676 + 33783, + 33798 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 40 }, "end": { - "line": 1214, + "line": 1216, "column": 55 } } }, "range": [ - 33656, - 33676 + 33778, + 33798 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 35 }, "end": { - "line": 1214, + "line": 1216, "column": 55 } } } ], "range": [ - 33637, - 33677 + 33759, + 33799 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 16 }, "end": { - "line": 1214, + "line": 1216, "column": 56 } } }, "range": [ - 33637, - 33678 + 33759, + 33800 ], "loc": { "start": { - "line": 1214, + "line": 1216, "column": 16 }, "end": { - "line": 1214, + "line": 1216, "column": 57 } } @@ -53329,16 +53362,16 @@ "object": { "type": "ThisExpression", "range": [ - 33695, - 33699 + 33817, + 33821 ], "loc": { "start": { - "line": 1215, + "line": 1217, "column": 16 }, "end": { - "line": 1215, + "line": 1217, "column": 20 } } @@ -53347,31 +53380,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33700, - 33715 + 33822, + 33837 ], "loc": { "start": { - "line": 1215, + "line": 1217, "column": 21 }, "end": { - "line": 1215, + "line": 1217, "column": 36 } } }, "range": [ - 33695, - 33715 + 33817, + 33837 ], "loc": { "start": { - "line": 1215, + "line": 1217, "column": 16 }, "end": { - "line": 1215, + "line": 1217, "column": 36 } } @@ -53381,125 +53414,125 @@ "value": null, "raw": "null", "range": [ - 33718, - 33722 + 33840, + 33844 ], "loc": { "start": { - "line": 1215, + "line": 1217, "column": 39 }, "end": { - "line": 1215, + "line": 1217, "column": 43 } } }, "range": [ - 33695, - 33722 + 33817, + 33844 ], "loc": { "start": { - "line": 1215, + "line": 1217, "column": 16 }, "end": { - "line": 1215, + "line": 1217, "column": 43 } } }, "range": [ - 33695, - 33723 + 33817, + 33845 ], "loc": { "start": { - "line": 1215, + "line": 1217, "column": 16 }, "end": { - "line": 1215, + "line": 1217, "column": 44 } } } ], "range": [ - 33577, - 33737 + 33699, + 33859 ], "loc": { "start": { - "line": 1212, + "line": 1214, "column": 19 }, "end": { - "line": 1216, + "line": 1218, "column": 13 } } }, "range": [ - 33440, - 33737 + 33562, + 33859 ], "loc": { "start": { - "line": 1208, + "line": 1210, "column": 12 }, "end": { - "line": 1216, + "line": 1218, "column": 13 } } } ], "range": [ - 33390, - 33747 + 33512, + 33869 ], "loc": { "start": { - "line": 1206, + "line": 1208, "column": 17 }, "end": { - "line": 1217, + "line": 1219, "column": 9 } } }, "alternate": null, "range": [ - 33381, - 33747 + 33503, + 33869 ], "loc": { "start": { - "line": 1206, + "line": 1208, "column": 8 }, "end": { - "line": 1217, + "line": 1219, "column": 9 } } } ], "range": [ - 33311, - 33753 + 33433, + 33875 ], "loc": { "start": { - "line": 1202, + "line": 1204, "column": 19 }, "end": { - "line": 1218, + "line": 1220, "column": 5 } } @@ -53507,16 +53540,16 @@ "generator": false, "expression": false, "range": [ - 33305, - 33753 + 33427, + 33875 ], "loc": { "start": { - "line": 1202, + "line": 1204, "column": 13 }, "end": { - "line": 1218, + "line": 1220, "column": 5 } } @@ -53524,16 +53557,16 @@ "kind": "method", "computed": false, "range": [ - 33296, - 33753 + 33418, + 33875 ], "loc": { "start": { - "line": 1202, + "line": 1204, "column": 4 }, "end": { - "line": 1218, + "line": 1220, "column": 5 } }, @@ -53542,16 +53575,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33228, - 33291 + 33350, + 33413 ], "loc": { "start": { - "line": 1198, + "line": 1200, "column": 4 }, "end": { - "line": 1201, + "line": 1203, "column": 7 } } @@ -53562,16 +53595,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 33759, - 33892 + 33881, + 34014 ], "loc": { "start": { - "line": 1220, + "line": 1222, "column": 4 }, "end": { - "line": 1224, + "line": 1226, "column": 7 } } @@ -53585,16 +53618,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 33897, - 33904 + 34019, + 34026 ], "loc": { "start": { - "line": 1225, + "line": 1227, "column": 4 }, "end": { - "line": 1225, + "line": 1227, "column": 11 } } @@ -53607,16 +53640,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33905, - 33908 + 34027, + 34030 ], "loc": { "start": { - "line": 1225, + "line": 1227, "column": 12 }, "end": { - "line": 1225, + "line": 1227, "column": 15 } } @@ -53636,16 +53669,16 @@ "object": { "type": "ThisExpression", "range": [ - 33925, - 33929 + 34047, + 34051 ], "loc": { "start": { - "line": 1226, + "line": 1228, "column": 13 }, "end": { - "line": 1226, + "line": 1228, "column": 17 } } @@ -53654,47 +53687,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 33930, - 33940 + 34052, + 34062 ], "loc": { "start": { - "line": 1226, + "line": 1228, "column": 18 }, "end": { - "line": 1226, + "line": 1228, "column": 28 } } }, "range": [ - 33925, - 33940 + 34047, + 34062 ], "loc": { "start": { - "line": 1226, + "line": 1228, "column": 13 }, "end": { - "line": 1226, + "line": 1228, "column": 28 } } }, "prefix": true, "range": [ - 33924, - 33940 + 34046, + 34062 ], "loc": { "start": { - "line": 1226, + "line": 1228, "column": 12 }, "end": { - "line": 1226, + "line": 1228, "column": 28 } } @@ -53706,48 +53739,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33956, - 33963 + 34078, + 34085 ], "loc": { "start": { - "line": 1227, + "line": 1229, "column": 12 }, "end": { - "line": 1227, + "line": 1229, "column": 19 } } } ], "range": [ - 33942, - 33973 + 34064, + 34095 ], "loc": { "start": { - "line": 1226, + "line": 1228, "column": 30 }, "end": { - "line": 1228, + "line": 1230, "column": 9 } } }, "alternate": null, "range": [ - 33920, - 33973 + 34042, + 34095 ], "loc": { "start": { - "line": 1226, + "line": 1228, "column": 8 }, "end": { - "line": 1228, + "line": 1230, "column": 9 } } @@ -53761,16 +53794,16 @@ "type": "Identifier", "name": "key", "range": [ - 33986, - 33989 + 34108, + 34111 ], "loc": { "start": { - "line": 1229, + "line": 1231, "column": 12 }, "end": { - "line": 1229, + "line": 1231, "column": 15 } } @@ -53781,16 +53814,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 33992, - 33999 + 34114, + 34121 ], "loc": { "start": { - "line": 1229, + "line": 1231, "column": 18 }, "end": { - "line": 1229, + "line": 1231, "column": 25 } } @@ -53800,47 +53833,47 @@ "type": "Identifier", "name": "evt", "range": [ - 34000, - 34003 + 34122, + 34125 ], "loc": { "start": { - "line": 1229, + "line": 1231, "column": 26 }, "end": { - "line": 1229, + "line": 1231, "column": 29 } } } ], "range": [ - 33992, - 34004 + 34114, + 34126 ], "loc": { "start": { - "line": 1229, + "line": 1231, "column": 18 }, "end": { - "line": 1229, + "line": 1231, "column": 30 } } }, "range": [ - 33986, - 34004 + 34108, + 34126 ], "loc": { "start": { - "line": 1229, + "line": 1231, "column": 12 }, "end": { - "line": 1229, + "line": 1231, "column": 30 } } @@ -53848,16 +53881,16 @@ ], "kind": "let", "range": [ - 33982, - 34005 + 34104, + 34127 ], "loc": { "start": { - "line": 1229, + "line": 1231, "column": 8 }, "end": { - "line": 1229, + "line": 1231, "column": 31 } } @@ -53873,16 +53906,16 @@ "object": { "type": "ThisExpression", "range": [ - 34014, - 34018 + 34136, + 34140 ], "loc": { "start": { - "line": 1230, + "line": 1232, "column": 8 }, "end": { - "line": 1230, + "line": 1232, "column": 12 } } @@ -53891,31 +53924,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34019, - 34031 + 34141, + 34153 ], "loc": { "start": { - "line": 1230, + "line": 1232, "column": 13 }, "end": { - "line": 1230, + "line": 1232, "column": 25 } } }, "range": [ - 34014, - 34031 + 34136, + 34153 ], "loc": { "start": { - "line": 1230, + "line": 1232, "column": 8 }, "end": { - "line": 1230, + "line": 1232, "column": 25 } } @@ -53925,46 +53958,46 @@ "value": false, "raw": "false", "range": [ - 34034, - 34039 + 34156, + 34161 ], "loc": { "start": { - "line": 1230, + "line": 1232, "column": 28 }, "end": { - "line": 1230, + "line": 1232, "column": 33 } } }, "range": [ - 34014, - 34039 + 34136, + 34161 ], "loc": { "start": { - "line": 1230, + "line": 1232, "column": 8 }, "end": { - "line": 1230, + "line": 1232, "column": 33 } } }, "range": [ - 34014, - 34040 + 34136, + 34162 ], "loc": { "start": { - "line": 1230, + "line": 1232, "column": 8 }, "end": { - "line": 1230, + "line": 1232, "column": 34 } } @@ -53975,16 +54008,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34059, - 34065 + 34181, + 34187 ], "loc": { "start": { - "line": 1232, + "line": 1234, "column": 17 }, "end": { - "line": 1232, + "line": 1234, "column": 23 } } @@ -54004,16 +54037,16 @@ "type": "Identifier", "name": "root", "range": [ - 34082, - 34086 + 34204, + 34208 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 12 }, "end": { - "line": 1233, + "line": 1235, "column": 16 } } @@ -54022,31 +54055,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34087, - 34100 + 34209, + 34222 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 17 }, "end": { - "line": 1233, + "line": 1235, "column": 30 } } }, "range": [ - 34082, - 34100 + 34204, + 34222 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 12 }, "end": { - "line": 1233, + "line": 1235, "column": 30 } } @@ -54058,16 +54091,16 @@ "object": { "type": "ThisExpression", "range": [ - 34101, - 34105 + 34223, + 34227 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 31 }, "end": { - "line": 1233, + "line": 1235, "column": 35 } } @@ -54076,62 +54109,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34106, - 34121 + 34228, + 34243 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 36 }, "end": { - "line": 1233, + "line": 1235, "column": 51 } } }, "range": [ - 34101, - 34121 + 34223, + 34243 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 31 }, "end": { - "line": 1233, + "line": 1235, "column": 51 } } } ], "range": [ - 34082, - 34122 + 34204, + 34244 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 12 }, "end": { - "line": 1233, + "line": 1235, "column": 52 } } }, "range": [ - 34082, - 34123 + 34204, + 34245 ], "loc": { "start": { - "line": 1233, + "line": 1235, "column": 12 }, "end": { - "line": 1233, + "line": 1235, "column": 53 } } @@ -54147,16 +54180,16 @@ "object": { "type": "ThisExpression", "range": [ - 34136, - 34140 + 34258, + 34262 ], "loc": { "start": { - "line": 1234, + "line": 1236, "column": 12 }, "end": { - "line": 1234, + "line": 1236, "column": 16 } } @@ -54165,31 +54198,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34141, - 34156 + 34263, + 34278 ], "loc": { "start": { - "line": 1234, + "line": 1236, "column": 17 }, "end": { - "line": 1234, + "line": 1236, "column": 32 } } }, "range": [ - 34136, - 34156 + 34258, + 34278 ], "loc": { "start": { - "line": 1234, + "line": 1236, "column": 12 }, "end": { - "line": 1234, + "line": 1236, "column": 32 } } @@ -54199,46 +54232,46 @@ "value": null, "raw": "null", "range": [ - 34159, - 34163 + 34281, + 34285 ], "loc": { "start": { - "line": 1234, + "line": 1236, "column": 35 }, "end": { - "line": 1234, + "line": 1236, "column": 39 } } }, "range": [ - 34136, - 34163 + 34258, + 34285 ], "loc": { "start": { - "line": 1234, + "line": 1236, "column": 12 }, "end": { - "line": 1234, + "line": 1236, "column": 39 } } }, "range": [ - 34136, - 34164 + 34258, + 34286 ], "loc": { "start": { - "line": 1234, + "line": 1236, "column": 12 }, "end": { - "line": 1234, + "line": 1236, "column": 40 } } @@ -54254,16 +54287,16 @@ "object": { "type": "ThisExpression", "range": [ - 34182, - 34186 + 34304, + 34308 ], "loc": { "start": { - "line": 1235, + "line": 1237, "column": 17 }, "end": { - "line": 1235, + "line": 1237, "column": 21 } } @@ -54272,47 +54305,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34187, - 34199 + 34309, + 34321 ], "loc": { "start": { - "line": 1235, + "line": 1237, "column": 22 }, "end": { - "line": 1235, + "line": 1237, "column": 34 } } }, "range": [ - 34182, - 34199 + 34304, + 34321 ], "loc": { "start": { - "line": 1235, + "line": 1237, "column": 17 }, "end": { - "line": 1235, + "line": 1237, "column": 34 } } }, "prefix": true, "range": [ - 34181, - 34199 + 34303, + 34321 ], "loc": { "start": { - "line": 1235, + "line": 1237, "column": 16 }, "end": { - "line": 1235, + "line": 1237, "column": 34 } } @@ -54330,16 +54363,16 @@ "object": { "type": "ThisExpression", "range": [ - 34219, - 34223 + 34341, + 34345 ], "loc": { "start": { - "line": 1236, + "line": 1238, "column": 16 }, "end": { - "line": 1236, + "line": 1238, "column": 20 } } @@ -54348,62 +54381,62 @@ "type": "Identifier", "name": "filter", "range": [ - 34224, - 34230 + 34346, + 34352 ], "loc": { "start": { - "line": 1236, + "line": 1238, "column": 21 }, "end": { - "line": 1236, + "line": 1238, "column": 27 } } }, "range": [ - 34219, - 34230 + 34341, + 34352 ], "loc": { "start": { - "line": 1236, + "line": 1238, "column": 16 }, "end": { - "line": 1236, + "line": 1238, "column": 27 } } }, "arguments": [], "range": [ - 34219, - 34232 + 34341, + 34354 ], "loc": { "start": { - "line": 1236, + "line": 1238, "column": 16 }, "end": { - "line": 1236, + "line": 1238, "column": 29 } } }, "range": [ - 34219, - 34233 + 34341, + 34355 ], "loc": { "start": { - "line": 1236, + "line": 1238, "column": 16 }, "end": { - "line": 1236, + "line": 1238, "column": 30 } } @@ -54419,16 +54452,16 @@ "object": { "type": "ThisExpression", "range": [ - 34250, - 34254 + 34372, + 34376 ], "loc": { "start": { - "line": 1237, + "line": 1239, "column": 16 }, "end": { - "line": 1237, + "line": 1239, "column": 20 } } @@ -54437,31 +54470,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34255, - 34267 + 34377, + 34389 ], "loc": { "start": { - "line": 1237, + "line": 1239, "column": 21 }, "end": { - "line": 1237, + "line": 1239, "column": 33 } } }, "range": [ - 34250, - 34267 + 34372, + 34389 ], "loc": { "start": { - "line": 1237, + "line": 1239, "column": 16 }, "end": { - "line": 1237, + "line": 1239, "column": 33 } } @@ -54471,94 +54504,94 @@ "value": null, "raw": "null", "range": [ - 34270, - 34274 + 34392, + 34396 ], "loc": { "start": { - "line": 1237, + "line": 1239, "column": 36 }, "end": { - "line": 1237, + "line": 1239, "column": 40 } } }, "range": [ - 34250, - 34274 + 34372, + 34396 ], "loc": { "start": { - "line": 1237, + "line": 1239, "column": 16 }, "end": { - "line": 1237, + "line": 1239, "column": 40 } } }, "range": [ - 34250, - 34275 + 34372, + 34397 ], "loc": { "start": { - "line": 1237, + "line": 1239, "column": 16 }, "end": { - "line": 1237, + "line": 1239, "column": 41 } } } ], "range": [ - 34201, - 34289 + 34323, + 34411 ], "loc": { "start": { - "line": 1235, + "line": 1237, "column": 36 }, "end": { - "line": 1238, + "line": 1240, "column": 13 } } }, "alternate": null, "range": [ - 34177, - 34289 + 34299, + 34411 ], "loc": { "start": { - "line": 1235, + "line": 1237, "column": 12 }, "end": { - "line": 1238, + "line": 1240, "column": 13 } } } ], "range": [ - 34068, - 34299 + 34190, + 34421 ], "loc": { "start": { - "line": 1232, + "line": 1234, "column": 26 }, "end": { - "line": 1239, + "line": 1241, "column": 9 } } @@ -54566,16 +54599,16 @@ "generator": false, "expression": false, "range": [ - 34050, - 34299 + 34172, + 34421 ], "loc": { "start": { - "line": 1232, + "line": 1234, "column": 8 }, "end": { - "line": 1239, + "line": 1241, "column": 9 } } @@ -54601,16 +54634,16 @@ "type": "Identifier", "name": "key", "range": [ - 34313, - 34316 + 34435, + 34438 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 12 }, "end": { - "line": 1241, + "line": 1243, "column": 15 } } @@ -54619,31 +54652,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 34321, - 34330 + 34443, + 34452 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 20 }, "end": { - "line": 1241, + "line": 1243, "column": 29 } } }, "range": [ - 34313, - 34330 + 34435, + 34452 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 12 }, "end": { - "line": 1241, + "line": 1243, "column": 29 } } @@ -54655,16 +54688,16 @@ "type": "Identifier", "name": "key", "range": [ - 34334, - 34337 + 34456, + 34459 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 33 }, "end": { - "line": 1241, + "line": 1243, "column": 36 } } @@ -54673,46 +54706,46 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 34342, - 34349 + 34464, + 34471 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 41 }, "end": { - "line": 1241, + "line": 1243, "column": 48 } } }, "range": [ - 34334, - 34349 + 34456, + 34471 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 33 }, "end": { - "line": 1241, + "line": 1243, "column": 48 } } }, "range": [ - 34313, - 34349 + 34435, + 34471 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 12 }, "end": { - "line": 1241, + "line": 1243, "column": 48 } } @@ -54724,16 +54757,16 @@ "type": "Identifier", "name": "key", "range": [ - 34353, - 34356 + 34475, + 34478 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 52 }, "end": { - "line": 1241, + "line": 1243, "column": 55 } } @@ -54742,46 +54775,46 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 34361, - 34368 + 34483, + 34490 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 60 }, "end": { - "line": 1241, + "line": 1243, "column": 67 } } }, "range": [ - 34353, - 34368 + 34475, + 34490 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 52 }, "end": { - "line": 1241, + "line": 1243, "column": 67 } } }, "range": [ - 34313, - 34368 + 34435, + 34490 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 12 }, "end": { - "line": 1241, + "line": 1243, "column": 67 } } @@ -54793,16 +54826,16 @@ "type": "Identifier", "name": "key", "range": [ - 34384, - 34387 + 34506, + 34509 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 12 }, "end": { - "line": 1242, + "line": 1244, "column": 15 } } @@ -54811,46 +54844,46 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 34392, - 34404 + 34514, + 34526 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 20 }, "end": { - "line": 1242, + "line": 1244, "column": 32 } } }, "range": [ - 34384, - 34404 + 34506, + 34526 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 12 }, "end": { - "line": 1242, + "line": 1244, "column": 32 } } }, "range": [ - 34313, - 34404 + 34435, + 34526 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 12 }, "end": { - "line": 1242, + "line": 1244, "column": 32 } } @@ -54862,16 +54895,16 @@ "type": "Identifier", "name": "key", "range": [ - 34408, - 34411 + 34530, + 34533 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 36 }, "end": { - "line": 1242, + "line": 1244, "column": 39 } } @@ -54880,46 +54913,46 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 34416, - 34430 + 34538, + 34552 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 44 }, "end": { - "line": 1242, + "line": 1244, "column": 58 } } }, "range": [ - 34408, - 34430 + 34530, + 34552 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 36 }, "end": { - "line": 1242, + "line": 1244, "column": 58 } } }, "range": [ - 34313, - 34430 + 34435, + 34552 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 12 }, "end": { - "line": 1242, + "line": 1244, "column": 58 } } @@ -54938,16 +54971,16 @@ "object": { "type": "ThisExpression", "range": [ - 34450, - 34454 + 34572, + 34576 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 16 }, "end": { - "line": 1243, + "line": 1245, "column": 20 } } @@ -54956,31 +54989,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34455, - 34470 + 34577, + 34592 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 21 }, "end": { - "line": 1243, + "line": 1245, "column": 36 } } }, "range": [ - 34450, - 34470 + 34572, + 34592 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 16 }, "end": { - "line": 1243, + "line": 1245, "column": 36 } } @@ -54990,31 +55023,31 @@ "value": null, "raw": "null", "range": [ - 34475, - 34479 + 34597, + 34601 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 41 }, "end": { - "line": 1243, + "line": 1245, "column": 45 } } }, "range": [ - 34450, - 34479 + 34572, + 34601 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 16 }, "end": { - "line": 1243, + "line": 1245, "column": 45 } } @@ -55033,16 +55066,16 @@ "object": { "type": "ThisExpression", "range": [ - 34499, - 34503 + 34621, + 34625 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 16 }, "end": { - "line": 1244, + "line": 1246, "column": 20 } } @@ -55051,31 +55084,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34504, - 34519 + 34626, + 34641 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 21 }, "end": { - "line": 1244, + "line": 1246, "column": 36 } } }, "range": [ - 34499, - 34519 + 34621, + 34641 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 16 }, "end": { - "line": 1244, + "line": 1246, "column": 36 } } @@ -55089,16 +55122,16 @@ "type": "Identifier", "name": "root", "range": [ - 34522, - 34526 + 34644, + 34648 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 39 }, "end": { - "line": 1244, + "line": 1246, "column": 43 } } @@ -55107,31 +55140,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 34527, - 34538 + 34649, + 34660 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 44 }, "end": { - "line": 1244, + "line": 1246, "column": 55 } } }, "range": [ - 34522, - 34538 + 34644, + 34660 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 39 }, "end": { - "line": 1244, + "line": 1246, "column": 55 } } @@ -55146,16 +55179,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34539, - 34545 + 34661, + 34667 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 56 }, "end": { - "line": 1244, + "line": 1246, "column": 62 } } @@ -55164,31 +55197,31 @@ "type": "Identifier", "name": "bind", "range": [ - 34546, - 34550 + 34668, + 34672 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 63 }, "end": { - "line": 1244, + "line": 1246, "column": 67 } } }, "range": [ - 34539, - 34550 + 34661, + 34672 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 56 }, "end": { - "line": 1244, + "line": 1246, "column": 67 } } @@ -55197,32 +55230,32 @@ { "type": "ThisExpression", "range": [ - 34551, - 34555 + 34673, + 34677 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 68 }, "end": { - "line": 1244, + "line": 1246, "column": 72 } } } ], "range": [ - 34539, - 34556 + 34661, + 34678 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 56 }, "end": { - "line": 1244, + "line": 1246, "column": 73 } } @@ -55233,16 +55266,16 @@ "object": { "type": "ThisExpression", "range": [ - 34578, - 34582 + 34700, + 34704 ], "loc": { "start": { - "line": 1245, + "line": 1247, "column": 20 }, "end": { - "line": 1245, + "line": 1247, "column": 24 } } @@ -55251,125 +55284,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 34583, - 34598 + 34705, + 34720 ], "loc": { "start": { - "line": 1245, + "line": 1247, "column": 25 }, "end": { - "line": 1245, + "line": 1247, "column": 40 } } }, "range": [ - 34578, - 34598 + 34700, + 34720 ], "loc": { "start": { - "line": 1245, + "line": 1247, "column": 20 }, "end": { - "line": 1245, + "line": 1247, "column": 40 } } } ], "range": [ - 34522, - 34599 + 34644, + 34721 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 39 }, "end": { - "line": 1245, + "line": 1247, "column": 41 } } }, "range": [ - 34499, - 34599 + 34621, + 34721 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 16 }, "end": { - "line": 1245, + "line": 1247, "column": 41 } } }, "range": [ - 34499, - 34600 + 34621, + 34722 ], "loc": { "start": { - "line": 1244, + "line": 1246, "column": 16 }, "end": { - "line": 1245, + "line": 1247, "column": 42 } } } ], "range": [ - 34481, - 34614 + 34603, + 34736 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 47 }, "end": { - "line": 1246, + "line": 1248, "column": 13 } } }, "alternate": null, "range": [ - 34446, - 34614 + 34568, + 34736 ], "loc": { "start": { - "line": 1243, + "line": 1245, "column": 12 }, "end": { - "line": 1246, + "line": 1248, "column": 13 } } } ], "range": [ - 34432, - 34624 + 34554, + 34746 ], "loc": { "start": { - "line": 1242, + "line": 1244, "column": 60 }, "end": { - "line": 1247, + "line": 1249, "column": 9 } } @@ -55388,16 +55421,16 @@ "type": "Identifier", "name": "root", "range": [ - 34644, - 34648 + 34766, + 34770 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 12 }, "end": { - "line": 1248, + "line": 1250, "column": 16 } } @@ -55406,31 +55439,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34649, - 34662 + 34771, + 34784 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 17 }, "end": { - "line": 1248, + "line": 1250, "column": 30 } } }, "range": [ - 34644, - 34662 + 34766, + 34784 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 12 }, "end": { - "line": 1248, + "line": 1250, "column": 30 } } @@ -55442,16 +55475,16 @@ "object": { "type": "ThisExpression", "range": [ - 34663, - 34667 + 34785, + 34789 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 31 }, "end": { - "line": 1248, + "line": 1250, "column": 35 } } @@ -55460,62 +55493,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34668, - 34683 + 34790, + 34805 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 36 }, "end": { - "line": 1248, + "line": 1250, "column": 51 } } }, "range": [ - 34663, - 34683 + 34785, + 34805 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 31 }, "end": { - "line": 1248, + "line": 1250, "column": 51 } } } ], "range": [ - 34644, - 34684 + 34766, + 34806 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 12 }, "end": { - "line": 1248, + "line": 1250, "column": 52 } } }, "range": [ - 34644, - 34685 + 34766, + 34807 ], "loc": { "start": { - "line": 1248, + "line": 1250, "column": 12 }, "end": { - "line": 1248, + "line": 1250, "column": 53 } } @@ -55531,16 +55564,16 @@ "object": { "type": "ThisExpression", "range": [ - 34698, - 34702 + 34820, + 34824 ], "loc": { "start": { - "line": 1249, + "line": 1251, "column": 12 }, "end": { - "line": 1249, + "line": 1251, "column": 16 } } @@ -55549,31 +55582,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34703, - 34718 + 34825, + 34840 ], "loc": { "start": { - "line": 1249, + "line": 1251, "column": 17 }, "end": { - "line": 1249, + "line": 1251, "column": 32 } } }, "range": [ - 34698, - 34718 + 34820, + 34840 ], "loc": { "start": { - "line": 1249, + "line": 1251, "column": 12 }, "end": { - "line": 1249, + "line": 1251, "column": 32 } } @@ -55583,93 +55616,93 @@ "value": null, "raw": "null", "range": [ - 34721, - 34725 + 34843, + 34847 ], "loc": { "start": { - "line": 1249, + "line": 1251, "column": 35 }, "end": { - "line": 1249, + "line": 1251, "column": 39 } } }, "range": [ - 34698, - 34725 + 34820, + 34847 ], "loc": { "start": { - "line": 1249, + "line": 1251, "column": 12 }, "end": { - "line": 1249, + "line": 1251, "column": 39 } } }, "range": [ - 34698, - 34726 + 34820, + 34848 ], "loc": { "start": { - "line": 1249, + "line": 1251, "column": 12 }, "end": { - "line": 1249, + "line": 1251, "column": 40 } } } ], "range": [ - 34630, - 34736 + 34752, + 34858 ], "loc": { "start": { - "line": 1247, + "line": 1249, "column": 15 }, "end": { - "line": 1250, + "line": 1252, "column": 9 } } }, "range": [ - 34309, - 34736 + 34431, + 34858 ], "loc": { "start": { - "line": 1241, + "line": 1243, "column": 8 }, "end": { - "line": 1250, + "line": 1252, "column": 9 } } } ], "range": [ - 33910, - 34742 + 34032, + 34864 ], "loc": { "start": { - "line": 1225, + "line": 1227, "column": 17 }, "end": { - "line": 1251, + "line": 1253, "column": 5 } } @@ -55677,16 +55710,16 @@ "generator": false, "expression": false, "range": [ - 33904, - 34742 + 34026, + 34864 ], "loc": { "start": { - "line": 1225, + "line": 1227, "column": 11 }, "end": { - "line": 1251, + "line": 1253, "column": 5 } } @@ -55694,16 +55727,16 @@ "kind": "method", "computed": false, "range": [ - 33897, - 34742 + 34019, + 34864 ], "loc": { "start": { - "line": 1225, + "line": 1227, "column": 4 }, "end": { - "line": 1251, + "line": 1253, "column": 5 } }, @@ -55712,16 +55745,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 33759, - 33892 + 33881, + 34014 ], "loc": { "start": { - "line": 1220, + "line": 1222, "column": 4 }, "end": { - "line": 1224, + "line": 1226, "column": 7 } } @@ -55732,16 +55765,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34748, - 34831 + 34870, + 34953 ], "loc": { "start": { - "line": 1253, + "line": 1255, "column": 4 }, "end": { - "line": 1255, + "line": 1257, "column": 7 } } @@ -55755,16 +55788,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 34836, - 34845 + 34958, + 34967 ], "loc": { "start": { - "line": 1256, + "line": 1258, "column": 4 }, "end": { - "line": 1256, + "line": 1258, "column": 13 } } @@ -55784,16 +55817,16 @@ "object": { "type": "ThisExpression", "range": [ - 34862, - 34866 + 34984, + 34988 ], "loc": { "start": { - "line": 1257, + "line": 1259, "column": 12 }, "end": { - "line": 1257, + "line": 1259, "column": 16 } } @@ -55802,31 +55835,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 34867, - 34877 + 34989, + 34999 ], "loc": { "start": { - "line": 1257, + "line": 1259, "column": 17 }, "end": { - "line": 1257, + "line": 1259, "column": 27 } } }, "range": [ - 34862, - 34877 + 34984, + 34999 ], "loc": { "start": { - "line": 1257, + "line": 1259, "column": 12 }, "end": { - "line": 1257, + "line": 1259, "column": 27 } } @@ -55845,16 +55878,16 @@ "object": { "type": "ThisExpression", "range": [ - 34893, - 34897 + 35015, + 35019 ], "loc": { "start": { - "line": 1258, + "line": 1260, "column": 12 }, "end": { - "line": 1258, + "line": 1260, "column": 16 } } @@ -55863,31 +55896,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34898, - 34910 + 35020, + 35032 ], "loc": { "start": { - "line": 1258, + "line": 1260, "column": 17 }, "end": { - "line": 1258, + "line": 1260, "column": 29 } } }, "range": [ - 34893, - 34910 + 35015, + 35032 ], "loc": { "start": { - "line": 1258, + "line": 1260, "column": 12 }, "end": { - "line": 1258, + "line": 1260, "column": 29 } } @@ -55897,94 +55930,94 @@ "value": true, "raw": "true", "range": [ - 34913, - 34917 + 35035, + 35039 ], "loc": { "start": { - "line": 1258, + "line": 1260, "column": 32 }, "end": { - "line": 1258, + "line": 1260, "column": 36 } } }, "range": [ - 34893, - 34917 + 35015, + 35039 ], "loc": { "start": { - "line": 1258, + "line": 1260, "column": 12 }, "end": { - "line": 1258, + "line": 1260, "column": 36 } } }, "range": [ - 34893, - 34918 + 35015, + 35040 ], "loc": { "start": { - "line": 1258, + "line": 1260, "column": 12 }, "end": { - "line": 1258, + "line": 1260, "column": 37 } } } ], "range": [ - 34879, - 34928 + 35001, + 35050 ], "loc": { "start": { - "line": 1257, + "line": 1259, "column": 29 }, "end": { - "line": 1259, + "line": 1261, "column": 9 } } }, "alternate": null, "range": [ - 34858, - 34928 + 34980, + 35050 ], "loc": { "start": { - "line": 1257, + "line": 1259, "column": 8 }, "end": { - "line": 1259, + "line": 1261, "column": 9 } } } ], "range": [ - 34848, - 34934 + 34970, + 35056 ], "loc": { "start": { - "line": 1256, + "line": 1258, "column": 16 }, "end": { - "line": 1260, + "line": 1262, "column": 5 } } @@ -55992,16 +56025,16 @@ "generator": false, "expression": false, "range": [ - 34845, - 34934 + 34967, + 35056 ], "loc": { "start": { - "line": 1256, + "line": 1258, "column": 13 }, "end": { - "line": 1260, + "line": 1262, "column": 5 } } @@ -56009,16 +56042,16 @@ "kind": "method", "computed": false, "range": [ - 34836, - 34934 + 34958, + 35056 ], "loc": { "start": { - "line": 1256, + "line": 1258, "column": 4 }, "end": { - "line": 1260, + "line": 1262, "column": 5 } }, @@ -56027,16 +56060,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34748, - 34831 + 34870, + 34953 ], "loc": { "start": { - "line": 1253, + "line": 1255, "column": 4 }, "end": { - "line": 1255, + "line": 1257, "column": 7 } } @@ -56047,16 +56080,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34940, - 35005 + 35062, + 35127 ], "loc": { "start": { - "line": 1262, + "line": 1264, "column": 4 }, "end": { - "line": 1265, + "line": 1267, "column": 7 } } @@ -56070,16 +56103,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 35010, - 35020 + 35132, + 35142 ], "loc": { "start": { - "line": 1266, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1268, "column": 14 } } @@ -56092,16 +56125,16 @@ "type": "Identifier", "name": "evt", "range": [ - 35021, - 35024 + 35143, + 35146 ], "loc": { "start": { - "line": 1266, + "line": 1268, "column": 15 }, "end": { - "line": 1266, + "line": 1268, "column": 18 } } @@ -56119,16 +56152,16 @@ "type": "Identifier", "name": "elm", "range": [ - 35040, - 35043 + 35162, + 35165 ], "loc": { "start": { - "line": 1267, + "line": 1269, "column": 12 }, "end": { - "line": 1267, + "line": 1269, "column": 15 } } @@ -56139,16 +56172,16 @@ "type": "Identifier", "name": "targetEvt", "range": [ - 35046, - 35055 + 35168, + 35177 ], "loc": { "start": { - "line": 1267, + "line": 1269, "column": 18 }, "end": { - "line": 1267, + "line": 1269, "column": 27 } } @@ -56158,47 +56191,47 @@ "type": "Identifier", "name": "evt", "range": [ - 35056, - 35059 + 35178, + 35181 ], "loc": { "start": { - "line": 1267, + "line": 1269, "column": 28 }, "end": { - "line": 1267, + "line": 1269, "column": 31 } } } ], "range": [ - 35046, - 35060 + 35168, + 35182 ], "loc": { "start": { - "line": 1267, + "line": 1269, "column": 18 }, "end": { - "line": 1267, + "line": 1269, "column": 32 } } }, "range": [ - 35040, - 35060 + 35162, + 35182 ], "loc": { "start": { - "line": 1267, + "line": 1269, "column": 12 }, "end": { - "line": 1267, + "line": 1269, "column": 32 } } @@ -56206,16 +56239,16 @@ ], "kind": "let", "range": [ - 35036, - 35061 + 35158, + 35183 ], "loc": { "start": { - "line": 1267, + "line": 1269, "column": 8 }, "end": { - "line": 1267, + "line": 1269, "column": 33 } } @@ -56233,16 +56266,16 @@ "object": { "type": "ThisExpression", "range": [ - 35070, - 35074 + 35192, + 35196 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 8 }, "end": { - "line": 1268, + "line": 1270, "column": 12 } } @@ -56251,31 +56284,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35075, - 35082 + 35197, + 35204 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 13 }, "end": { - "line": 1268, + "line": 1270, "column": 20 } } }, "range": [ - 35070, - 35082 + 35192, + 35204 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 8 }, "end": { - "line": 1268, + "line": 1270, "column": 20 } } @@ -56284,31 +56317,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35083, - 35087 + 35205, + 35209 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 21 }, "end": { - "line": 1268, + "line": 1270, "column": 25 } } }, "range": [ - 35070, - 35087 + 35192, + 35209 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 8 }, "end": { - "line": 1268, + "line": 1270, "column": 25 } } @@ -56319,16 +56352,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 35088, - 35102 + 35210, + 35224 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 26 }, "end": { - "line": 1268, + "line": 1270, "column": 40 } } @@ -56336,16 +56369,16 @@ { "type": "ThisExpression", "range": [ - 35104, - 35108 + 35226, + 35230 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 42 }, "end": { - "line": 1268, + "line": 1270, "column": 46 } } @@ -56354,63 +56387,63 @@ "type": "Identifier", "name": "elm", "range": [ - 35110, - 35113 + 35232, + 35235 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 48 }, "end": { - "line": 1268, + "line": 1270, "column": 51 } } } ], "range": [ - 35070, - 35114 + 35192, + 35236 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 8 }, "end": { - "line": 1268, + "line": 1270, "column": 52 } } }, "range": [ - 35070, - 35115 + 35192, + 35237 ], "loc": { "start": { - "line": 1268, + "line": 1270, "column": 8 }, "end": { - "line": 1268, + "line": 1270, "column": 53 } } } ], "range": [ - 35026, - 35121 + 35148, + 35243 ], "loc": { "start": { - "line": 1266, + "line": 1268, "column": 20 }, "end": { - "line": 1269, + "line": 1271, "column": 5 } } @@ -56418,16 +56451,16 @@ "generator": false, "expression": false, "range": [ - 35020, - 35121 + 35142, + 35243 ], "loc": { "start": { - "line": 1266, + "line": 1268, "column": 14 }, "end": { - "line": 1269, + "line": 1271, "column": 5 } } @@ -56435,16 +56468,16 @@ "kind": "method", "computed": false, "range": [ - 35010, - 35121 + 35132, + 35243 ], "loc": { "start": { - "line": 1266, + "line": 1268, "column": 4 }, "end": { - "line": 1269, + "line": 1271, "column": 5 } }, @@ -56453,16 +56486,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34940, - 35005 + 35062, + 35127 ], "loc": { "start": { - "line": 1262, + "line": 1264, "column": 4 }, "end": { - "line": 1265, + "line": 1267, "column": 7 } } @@ -56473,16 +56506,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35127, - 35215 + 35249, + 35337 ], "loc": { "start": { - "line": 1271, + "line": 1273, "column": 4 }, "end": { - "line": 1273, + "line": 1275, "column": 7 } } @@ -56496,16 +56529,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 35220, - 35229 + 35342, + 35351 ], "loc": { "start": { - "line": 1274, + "line": 1276, "column": 4 }, "end": { - "line": 1274, + "line": 1276, "column": 13 } } @@ -56525,16 +56558,16 @@ "object": { "type": "ThisExpression", "range": [ - 35246, - 35250 + 35368, + 35372 ], "loc": { "start": { - "line": 1275, + "line": 1277, "column": 12 }, "end": { - "line": 1275, + "line": 1277, "column": 16 } } @@ -56543,31 +56576,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 35251, - 35261 + 35373, + 35383 ], "loc": { "start": { - "line": 1275, + "line": 1277, "column": 17 }, "end": { - "line": 1275, + "line": 1277, "column": 27 } } }, "range": [ - 35246, - 35261 + 35368, + 35383 ], "loc": { "start": { - "line": 1275, + "line": 1277, "column": 12 }, "end": { - "line": 1275, + "line": 1277, "column": 27 } } @@ -56586,16 +56619,16 @@ "object": { "type": "ThisExpression", "range": [ - 35277, - 35281 + 35399, + 35403 ], "loc": { "start": { - "line": 1276, + "line": 1278, "column": 12 }, "end": { - "line": 1276, + "line": 1278, "column": 16 } } @@ -56604,31 +56637,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 35282, - 35294 + 35404, + 35416 ], "loc": { "start": { - "line": 1276, + "line": 1278, "column": 17 }, "end": { - "line": 1276, + "line": 1278, "column": 29 } } }, "range": [ - 35277, - 35294 + 35399, + 35416 ], "loc": { "start": { - "line": 1276, + "line": 1278, "column": 12 }, "end": { - "line": 1276, + "line": 1278, "column": 29 } } @@ -56638,46 +56671,46 @@ "value": false, "raw": "false", "range": [ - 35297, - 35302 + 35419, + 35424 ], "loc": { "start": { - "line": 1276, + "line": 1278, "column": 32 }, "end": { - "line": 1276, + "line": 1278, "column": 37 } } }, "range": [ - 35277, - 35302 + 35399, + 35424 ], "loc": { "start": { - "line": 1276, + "line": 1278, "column": 12 }, "end": { - "line": 1276, + "line": 1278, "column": 37 } } }, "range": [ - 35277, - 35303 + 35399, + 35425 ], "loc": { "start": { - "line": 1276, + "line": 1278, "column": 12 }, "end": { - "line": 1276, + "line": 1278, "column": 38 } } @@ -56693,16 +56726,16 @@ "type": "Identifier", "name": "root", "range": [ - 35316, - 35320 + 35438, + 35442 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 12 }, "end": { - "line": 1277, + "line": 1279, "column": 16 } } @@ -56711,31 +56744,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 35321, - 35334 + 35443, + 35456 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 17 }, "end": { - "line": 1277, + "line": 1279, "column": 30 } } }, "range": [ - 35316, - 35334 + 35438, + 35456 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 12 }, "end": { - "line": 1277, + "line": 1279, "column": 30 } } @@ -56747,16 +56780,16 @@ "object": { "type": "ThisExpression", "range": [ - 35335, - 35339 + 35457, + 35461 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 31 }, "end": { - "line": 1277, + "line": 1279, "column": 35 } } @@ -56765,94 +56798,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 35340, - 35355 + 35462, + 35477 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 36 }, "end": { - "line": 1277, + "line": 1279, "column": 51 } } }, "range": [ - 35335, - 35355 + 35457, + 35477 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 31 }, "end": { - "line": 1277, + "line": 1279, "column": 51 } } } ], "range": [ - 35316, - 35356 + 35438, + 35478 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 12 }, "end": { - "line": 1277, + "line": 1279, "column": 52 } } }, "range": [ - 35316, - 35357 + 35438, + 35479 ], "loc": { "start": { - "line": 1277, + "line": 1279, "column": 12 }, "end": { - "line": 1277, + "line": 1279, "column": 53 } } } ], "range": [ - 35263, - 35367 + 35385, + 35489 ], "loc": { "start": { - "line": 1275, + "line": 1277, "column": 29 }, "end": { - "line": 1278, + "line": 1280, "column": 9 } } }, "alternate": null, "range": [ - 35242, - 35367 + 35364, + 35489 ], "loc": { "start": { - "line": 1275, + "line": 1277, "column": 8 }, "end": { - "line": 1278, + "line": 1280, "column": 9 } } @@ -56870,16 +56903,16 @@ "object": { "type": "ThisExpression", "range": [ - 35376, - 35380 + 35498, + 35502 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 8 }, "end": { - "line": 1279, + "line": 1281, "column": 12 } } @@ -56888,31 +56921,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35381, - 35388 + 35503, + 35510 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 13 }, "end": { - "line": 1279, + "line": 1281, "column": 20 } } }, "range": [ - 35376, - 35388 + 35498, + 35510 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 8 }, "end": { - "line": 1279, + "line": 1281, "column": 20 } } @@ -56921,31 +56954,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35389, - 35393 + 35511, + 35515 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 21 }, "end": { - "line": 1279, + "line": 1281, "column": 25 } } }, "range": [ - 35376, - 35393 + 35498, + 35515 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 8 }, "end": { - "line": 1279, + "line": 1281, "column": 25 } } @@ -56956,16 +56989,16 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 35394, - 35407 + 35516, + 35529 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 26 }, "end": { - "line": 1279, + "line": 1281, "column": 39 } } @@ -56973,63 +57006,63 @@ { "type": "ThisExpression", "range": [ - 35409, - 35413 + 35531, + 35535 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 41 }, "end": { - "line": 1279, + "line": 1281, "column": 45 } } } ], "range": [ - 35376, - 35414 + 35498, + 35536 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 8 }, "end": { - "line": 1279, + "line": 1281, "column": 46 } } }, "range": [ - 35376, - 35415 + 35498, + 35537 ], "loc": { "start": { - "line": 1279, + "line": 1281, "column": 8 }, "end": { - "line": 1279, + "line": 1281, "column": 47 } } } ], "range": [ - 35232, - 35421 + 35354, + 35543 ], "loc": { "start": { - "line": 1274, + "line": 1276, "column": 16 }, "end": { - "line": 1280, + "line": 1282, "column": 5 } } @@ -57037,16 +57070,16 @@ "generator": false, "expression": false, "range": [ - 35229, - 35421 + 35351, + 35543 ], "loc": { "start": { - "line": 1274, + "line": 1276, "column": 13 }, "end": { - "line": 1280, + "line": 1282, "column": 5 } } @@ -57054,16 +57087,16 @@ "kind": "method", "computed": false, "range": [ - 35220, - 35421 + 35342, + 35543 ], "loc": { "start": { - "line": 1274, + "line": 1276, "column": 4 }, "end": { - "line": 1280, + "line": 1282, "column": 5 } }, @@ -57072,16 +57105,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35127, - 35215 + 35249, + 35337 ], "loc": { "start": { - "line": 1271, + "line": 1273, "column": 4 }, "end": { - "line": 1273, + "line": 1275, "column": 7 } } @@ -57092,16 +57125,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35427, - 35482 + 35549, + 35604 ], "loc": { "start": { - "line": 1282, + "line": 1284, "column": 4 }, "end": { - "line": 1284, + "line": 1286, "column": 7 } } @@ -57115,16 +57148,16 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 35487, - 35504 + 35609, + 35626 ], "loc": { "start": { - "line": 1285, + "line": 1287, "column": 4 }, "end": { - "line": 1285, + "line": 1287, "column": 21 } } @@ -57144,16 +57177,16 @@ "object": { "type": "ThisExpression", "range": [ - 35521, - 35525 + 35836, + 35840 ], "loc": { "start": { - "line": 1286, + "line": 1291, "column": 12 }, "end": { - "line": 1286, + "line": 1291, "column": 16 } } @@ -57162,31 +57195,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35526, - 35536 + 35841, + 35851 ], "loc": { "start": { - "line": 1286, + "line": 1291, "column": 17 }, "end": { - "line": 1286, + "line": 1291, "column": 27 } } }, "range": [ - 35521, - 35536 + 35836, + 35851 ], "loc": { "start": { - "line": 1286, + "line": 1291, "column": 12 }, "end": { - "line": 1286, + "line": 1291, "column": 27 } } @@ -57198,51 +57231,107 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35552, - 35559 + 35867, + 35874 ], "loc": { "start": { - "line": 1287, + "line": 1292, "column": 12 }, "end": { - "line": 1287, + "line": 1292, "column": 19 } } } ], "range": [ - 35538, - 35569 + 35853, + 35884 ], "loc": { "start": { - "line": 1286, + "line": 1291, "column": 29 }, "end": { - "line": 1288, + "line": 1293, "column": 9 } } }, "alternate": null, "range": [ - 35517, - 35569 + 35832, + 35884 ], "loc": { "start": { - "line": 1286, + "line": 1291, "column": 8 }, "end": { - "line": 1288, + "line": 1293, "column": 9 } - } + }, + "leadingComments": [ + { + "type": "Line", + "value": " TODO: prevent filters row generation for popup filters too,", + "range": [ + 35639, + 35701 + ], + "loc": { + "start": { + "line": 1288, + "column": 8 + }, + "end": { + "line": 1288, + "column": 70 + } + } + }, + { + "type": "Line", + "value": " to reduce and simplify headers row index adjusting across lib modules", + "range": [ + 35710, + 35782 + ], + "loc": { + "start": { + "line": 1289, + "column": 8 + }, + "end": { + "line": 1289, + "column": 80 + } + } + }, + { + "type": "Line", + "value": " (GridLayout, PopupFilter etc)", + "range": [ + 35791, + 35823 + ], + "loc": { + "start": { + "line": 1290, + "column": 8 + }, + "end": { + "line": 1290, + "column": 40 + } + } + } + ] }, { "type": "VariableDeclaration", @@ -57253,32 +57342,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35582, - 35588 + 35897, + 35903 ], "loc": { "start": { - "line": 1289, + "line": 1294, "column": 12 }, "end": { - "line": 1289, + "line": 1294, "column": 18 } } }, "init": null, "range": [ - 35582, - 35588 + 35897, + 35903 ], "loc": { "start": { - "line": 1289, + "line": 1294, "column": 12 }, "end": { - "line": 1289, + "line": 1294, "column": 18 } } @@ -57286,16 +57375,16 @@ ], "kind": "let", "range": [ - 35578, - 35589 + 35893, + 35904 ], "loc": { "start": { - "line": 1289, + "line": 1294, "column": 8 }, "end": { - "line": 1289, + "line": 1294, "column": 19 } } @@ -57309,16 +57398,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35603, - 35608 + 35918, + 35923 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 12 }, "end": { - "line": 1291, + "line": 1296, "column": 17 } } @@ -57329,16 +57418,16 @@ "type": "Identifier", "name": "tag", "range": [ - 35611, - 35614 + 35926, + 35929 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 20 }, "end": { - "line": 1291, + "line": 1296, "column": 23 } } @@ -57350,16 +57439,16 @@ "object": { "type": "ThisExpression", "range": [ - 35615, - 35619 + 35930, + 35934 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 24 }, "end": { - "line": 1291, + "line": 1296, "column": 28 } } @@ -57368,31 +57457,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 35620, - 35623 + 35935, + 35938 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 29 }, "end": { - "line": 1291, + "line": 1296, "column": 32 } } }, "range": [ - 35615, - 35623 + 35930, + 35938 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 24 }, "end": { - "line": 1291, + "line": 1296, "column": 32 } } @@ -57402,47 +57491,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 35625, - 35632 + 35940, + 35947 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 34 }, "end": { - "line": 1291, + "line": 1296, "column": 41 } } } ], "range": [ - 35611, - 35633 + 35926, + 35948 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 20 }, "end": { - "line": 1291, + "line": 1296, "column": 42 } } }, "range": [ - 35603, - 35633 + 35918, + 35948 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 12 }, "end": { - "line": 1291, + "line": 1296, "column": 42 } } @@ -57450,16 +57539,16 @@ ], "kind": "let", "range": [ - 35599, - 35634 + 35914, + 35949 ], "loc": { "start": { - "line": 1291, + "line": 1296, "column": 8 }, "end": { - "line": 1291, + "line": 1296, "column": 43 } } @@ -57476,16 +57565,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35647, - 35652 + 35962, + 35967 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 12 }, "end": { - "line": 1292, + "line": 1297, "column": 17 } } @@ -57494,31 +57583,31 @@ "type": "Identifier", "name": "length", "range": [ - 35653, - 35659 + 35968, + 35974 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 18 }, "end": { - "line": 1292, + "line": 1297, "column": 24 } } }, "range": [ - 35647, - 35659 + 35962, + 35974 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 12 }, "end": { - "line": 1292, + "line": 1297, "column": 24 } } @@ -57528,31 +57617,31 @@ "value": 0, "raw": "0", "range": [ - 35662, - 35663 + 35977, + 35978 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 27 }, "end": { - "line": 1292, + "line": 1297, "column": 28 } } }, "range": [ - 35647, - 35663 + 35962, + 35978 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 12 }, "end": { - "line": 1292, + "line": 1297, "column": 28 } } @@ -57569,16 +57658,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35679, - 35685 + 35994, + 36000 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 12 }, "end": { - "line": 1293, + "line": 1298, "column": 18 } } @@ -57595,16 +57684,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35688, - 35693 + 36003, + 36008 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 21 }, "end": { - "line": 1293, + "line": 1298, "column": 26 } } @@ -57614,31 +57703,31 @@ "value": 0, "raw": "0", "range": [ - 35694, - 35695 + 36009, + 36010 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 27 }, "end": { - "line": 1293, + "line": 1298, "column": 28 } } }, "range": [ - 35688, - 35696 + 36003, + 36011 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 21 }, "end": { - "line": 1293, + "line": 1298, "column": 29 } } @@ -57647,31 +57736,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 35697, - 35706 + 36012, + 36021 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 30 }, "end": { - "line": 1293, + "line": 1298, "column": 39 } } }, "range": [ - 35688, - 35706 + 36003, + 36021 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 21 }, "end": { - "line": 1293, + "line": 1298, "column": 39 } } @@ -57683,16 +57772,16 @@ "object": { "type": "ThisExpression", "range": [ - 35707, - 35711 + 36022, + 36026 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 40 }, "end": { - "line": 1293, + "line": 1298, "column": 44 } } @@ -57701,93 +57790,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 35712, - 35727 + 36027, + 36042 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 45 }, "end": { - "line": 1293, + "line": 1298, "column": 60 } } }, "range": [ - 35707, - 35727 + 36022, + 36042 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 40 }, "end": { - "line": 1293, + "line": 1298, "column": 60 } } } ], "range": [ - 35688, - 35728 + 36003, + 36043 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 21 }, "end": { - "line": 1293, + "line": 1298, "column": 61 } } }, "range": [ - 35679, - 35728 + 35994, + 36043 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 12 }, "end": { - "line": 1293, + "line": 1298, "column": 61 } } }, "range": [ - 35679, - 35729 + 35994, + 36044 ], "loc": { "start": { - "line": 1293, + "line": 1298, "column": 12 }, "end": { - "line": 1293, + "line": 1298, "column": 62 } } } ], "range": [ - 35665, - 35739 + 35980, + 36054 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 30 }, "end": { - "line": 1294, + "line": 1299, "column": 9 } } @@ -57804,16 +57893,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35759, - 35765 + 36074, + 36080 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 12 }, "end": { - "line": 1295, + "line": 1300, "column": 18 } } @@ -57829,16 +57918,16 @@ "object": { "type": "ThisExpression", "range": [ - 35768, - 35772 + 36083, + 36087 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 21 }, "end": { - "line": 1295, + "line": 1300, "column": 25 } } @@ -57847,31 +57936,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 35773, - 35776 + 36088, + 36091 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 26 }, "end": { - "line": 1295, + "line": 1300, "column": 29 } } }, "range": [ - 35768, - 35776 + 36083, + 36091 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 21 }, "end": { - "line": 1295, + "line": 1300, "column": 29 } } @@ -57880,31 +57969,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 35777, - 35786 + 36092, + 36101 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 30 }, "end": { - "line": 1295, + "line": 1300, "column": 39 } } }, "range": [ - 35768, - 35786 + 36083, + 36101 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 21 }, "end": { - "line": 1295, + "line": 1300, "column": 39 } } @@ -57916,16 +58005,16 @@ "object": { "type": "ThisExpression", "range": [ - 35787, - 35791 + 36102, + 36106 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 40 }, "end": { - "line": 1295, + "line": 1300, "column": 44 } } @@ -57934,108 +58023,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 35792, - 35807 + 36107, + 36122 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 45 }, "end": { - "line": 1295, + "line": 1300, "column": 60 } } }, "range": [ - 35787, - 35807 + 36102, + 36122 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 40 }, "end": { - "line": 1295, + "line": 1300, "column": 60 } } } ], "range": [ - 35768, - 35808 + 36083, + 36123 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 21 }, "end": { - "line": 1295, + "line": 1300, "column": 61 } } }, "range": [ - 35759, - 35808 + 36074, + 36123 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 12 }, "end": { - "line": 1295, + "line": 1300, "column": 61 } } }, "range": [ - 35759, - 35809 + 36074, + 36124 ], "loc": { "start": { - "line": 1295, + "line": 1300, "column": 12 }, "end": { - "line": 1295, + "line": 1300, "column": 62 } } } ], "range": [ - 35745, - 35819 + 36060, + 36134 ], "loc": { "start": { - "line": 1294, + "line": 1299, "column": 15 }, "end": { - "line": 1296, + "line": 1301, "column": 9 } } }, "range": [ - 35643, - 35819 + 35958, + 36134 ], "loc": { "start": { - "line": 1292, + "line": 1297, "column": 8 }, "end": { - "line": 1296, + "line": 1301, "column": 9 } } @@ -58052,16 +58141,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35829, - 35835 + 36144, + 36150 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 8 }, "end": { - "line": 1298, + "line": 1303, "column": 14 } } @@ -58070,31 +58159,31 @@ "type": "Identifier", "name": "className", "range": [ - 35836, - 35845 + 36151, + 36160 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 15 }, "end": { - "line": 1298, + "line": 1303, "column": 24 } } }, "range": [ - 35829, - 35845 + 36144, + 36160 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 8 }, "end": { - "line": 1298, + "line": 1303, "column": 24 } } @@ -58105,16 +58194,16 @@ "object": { "type": "ThisExpression", "range": [ - 35848, - 35852 + 36163, + 36167 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 27 }, "end": { - "line": 1298, + "line": 1303, "column": 31 } } @@ -58123,61 +58212,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 35853, - 35868 + 36168, + 36183 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 32 }, "end": { - "line": 1298, + "line": 1303, "column": 47 } } }, "range": [ - 35848, - 35868 + 36163, + 36183 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 27 }, "end": { - "line": 1298, + "line": 1303, "column": 47 } } }, "range": [ - 35829, - 35868 + 36144, + 36183 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 8 }, "end": { - "line": 1298, + "line": 1303, "column": 47 } } }, "range": [ - 35829, - 35869 + 36144, + 36184 ], "loc": { "start": { - "line": 1298, + "line": 1303, "column": 8 }, "end": { - "line": 1298, + "line": 1303, "column": 48 } } @@ -58190,16 +58279,16 @@ "object": { "type": "ThisExpression", "range": [ - 35883, - 35887 + 36198, + 36202 ], "loc": { "start": { - "line": 1300, + "line": 1305, "column": 12 }, "end": { - "line": 1300, + "line": 1305, "column": 16 } } @@ -58208,31 +58297,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 35888, - 35901 + 36203, + 36216 ], "loc": { "start": { - "line": 1300, + "line": 1305, "column": 17 }, "end": { - "line": 1300, + "line": 1305, "column": 30 } } }, "range": [ - 35883, - 35901 + 36198, + 36216 ], "loc": { "start": { - "line": 1300, + "line": 1305, "column": 12 }, "end": { - "line": 1300, + "line": 1305, "column": 30 } } @@ -58255,16 +58344,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35917, - 35923 + 36232, + 36238 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 18 } } @@ -58273,31 +58362,31 @@ "type": "Identifier", "name": "style", "range": [ - 35924, - 35929 + 36239, + 36244 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 19 }, "end": { - "line": 1301, + "line": 1306, "column": 24 } } }, "range": [ - 35917, - 35929 + 36232, + 36244 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 24 } } @@ -58306,31 +58395,31 @@ "type": "Identifier", "name": "display", "range": [ - 35930, - 35937 + 36245, + 36252 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 25 }, "end": { - "line": 1301, + "line": 1306, "column": 32 } } }, "range": [ - 35917, - 35937 + 36232, + 36252 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 32 } } @@ -58339,78 +58428,78 @@ "type": "Identifier", "name": "NONE", "range": [ - 35940, - 35944 + 36255, + 36259 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 35 }, "end": { - "line": 1301, + "line": 1306, "column": 39 } } }, "range": [ - 35917, - 35944 + 36232, + 36259 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 39 } } }, "range": [ - 35917, - 35945 + 36232, + 36260 ], "loc": { "start": { - "line": 1301, + "line": 1306, "column": 12 }, "end": { - "line": 1301, + "line": 1306, "column": 40 } } } ], "range": [ - 35903, - 35955 + 36218, + 36270 ], "loc": { "start": { - "line": 1300, + "line": 1305, "column": 32 }, "end": { - "line": 1302, + "line": 1307, "column": 9 } } }, "alternate": null, "range": [ - 35879, - 35955 + 36194, + 36270 ], "loc": { "start": { - "line": 1300, + "line": 1305, "column": 8 }, "end": { - "line": 1302, + "line": 1307, "column": 9 } } @@ -58428,16 +58517,16 @@ "object": { "type": "ThisExpression", "range": [ - 35965, - 35969 + 36280, + 36284 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 8 }, "end": { - "line": 1304, + "line": 1309, "column": 12 } } @@ -58446,31 +58535,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35970, - 35977 + 36285, + 36292 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 13 }, "end": { - "line": 1304, + "line": 1309, "column": 20 } } }, "range": [ - 35965, - 35977 + 36280, + 36292 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 8 }, "end": { - "line": 1304, + "line": 1309, "column": 20 } } @@ -58479,31 +58568,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35978, - 35982 + 36293, + 36297 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 21 }, "end": { - "line": 1304, + "line": 1309, "column": 25 } } }, "range": [ - 35965, - 35982 + 36280, + 36297 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 8 }, "end": { - "line": 1304, + "line": 1309, "column": 25 } } @@ -58514,16 +58603,16 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 35983, - 36005 + 36298, + 36320 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 26 }, "end": { - "line": 1304, + "line": 1309, "column": 48 } } @@ -58531,16 +58620,16 @@ { "type": "ThisExpression", "range": [ - 36007, - 36011 + 36322, + 36326 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 50 }, "end": { - "line": 1304, + "line": 1309, "column": 54 } } @@ -58549,47 +58638,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36013, - 36019 + 36328, + 36334 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 56 }, "end": { - "line": 1304, + "line": 1309, "column": 62 } } } ], "range": [ - 35965, - 36020 + 36280, + 36335 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 8 }, "end": { - "line": 1304, + "line": 1309, "column": 63 } } }, "range": [ - 35965, - 36021 + 36280, + 36336 ], "loc": { "start": { - "line": 1304, + "line": 1309, "column": 8 }, "end": { - "line": 1304, + "line": 1309, "column": 64 } } @@ -58600,47 +58689,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36037, - 36043 + 36352, + 36358 ], "loc": { "start": { - "line": 1305, + "line": 1310, "column": 15 }, "end": { - "line": 1305, + "line": 1310, "column": 21 } } }, "range": [ - 36030, - 36044 + 36345, + 36359 ], "loc": { "start": { - "line": 1305, + "line": 1310, "column": 8 }, "end": { - "line": 1305, + "line": 1310, "column": 22 } } } ], "range": [ - 35507, - 36050 + 35629, + 36365 ], "loc": { "start": { - "line": 1285, + "line": 1287, "column": 24 }, "end": { - "line": 1306, + "line": 1311, "column": 5 } } @@ -58648,16 +58737,16 @@ "generator": false, "expression": false, "range": [ - 35504, - 36050 + 35626, + 36365 ], "loc": { "start": { - "line": 1285, + "line": 1287, "column": 21 }, "end": { - "line": 1306, + "line": 1311, "column": 5 } } @@ -58665,16 +58754,16 @@ "kind": "method", "computed": false, "range": [ - 35487, - 36050 + 35609, + 36365 ], "loc": { "start": { - "line": 1285, + "line": 1287, "column": 4 }, "end": { - "line": 1306, + "line": 1311, "column": 5 } }, @@ -58683,16 +58772,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35427, - 35482 + 35549, + 35604 ], "loc": { "start": { - "line": 1282, + "line": 1284, "column": 4 }, "end": { - "line": 1284, + "line": 1286, "column": 7 } } @@ -58703,16 +58792,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36056, - 36103 + 36371, + 36418 ], "loc": { "start": { - "line": 1308, + "line": 1313, "column": 4 }, "end": { - "line": 1310, + "line": 1315, "column": 7 } } @@ -58726,16 +58815,16 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 36108, - 36122 + 36423, + 36437 ], "loc": { "start": { - "line": 1311, + "line": 1316, "column": 4 }, "end": { - "line": 1311, + "line": 1316, "column": 18 } } @@ -58755,16 +58844,16 @@ "object": { "type": "ThisExpression", "range": [ - 36139, - 36143 + 36454, + 36458 ], "loc": { "start": { - "line": 1312, + "line": 1317, "column": 12 }, "end": { - "line": 1312, + "line": 1317, "column": 16 } } @@ -58773,31 +58862,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 36144, - 36151 + 36459, + 36466 ], "loc": { "start": { - "line": 1312, + "line": 1317, "column": 17 }, "end": { - "line": 1312, + "line": 1317, "column": 24 } } }, "range": [ - 36139, - 36151 + 36454, + 36466 ], "loc": { "start": { - "line": 1312, + "line": 1317, "column": 12 }, "end": { - "line": 1312, + "line": 1317, "column": 24 } } @@ -58809,48 +58898,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 36167, - 36174 + 36482, + 36489 ], "loc": { "start": { - "line": 1313, + "line": 1318, "column": 12 }, "end": { - "line": 1313, + "line": 1318, "column": 19 } } } ], "range": [ - 36153, - 36184 + 36468, + 36499 ], "loc": { "start": { - "line": 1312, + "line": 1317, "column": 26 }, "end": { - "line": 1314, + "line": 1319, "column": 9 } } }, "alternate": null, "range": [ - 36135, - 36184 + 36450, + 36499 ], "loc": { "start": { - "line": 1312, + "line": 1317, "column": 8 }, "end": { - "line": 1314, + "line": 1319, "column": 9 } } @@ -58866,16 +58955,16 @@ "object": { "type": "ThisExpression", "range": [ - 36193, - 36197 + 36508, + 36512 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 8 }, "end": { - "line": 1315, + "line": 1320, "column": 12 } } @@ -58884,31 +58973,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36198, - 36204 + 36513, + 36519 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 13 }, "end": { - "line": 1315, + "line": 1320, "column": 19 } } }, "range": [ - 36193, - 36204 + 36508, + 36519 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 8 }, "end": { - "line": 1315, + "line": 1320, "column": 19 } } @@ -58924,16 +59013,16 @@ "object": { "type": "ThisExpression", "range": [ - 36207, - 36211 + 36522, + 36526 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 22 }, "end": { - "line": 1315, + "line": 1320, "column": 26 } } @@ -58942,31 +59031,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36212, - 36218 + 36527, + 36533 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 27 }, "end": { - "line": 1315, + "line": 1320, "column": 33 } } }, "range": [ - 36207, - 36218 + 36522, + 36533 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 22 }, "end": { - "line": 1315, + "line": 1320, "column": 33 } } @@ -58976,31 +59065,31 @@ "value": 0, "raw": "0", "range": [ - 36221, - 36222 + 36536, + 36537 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 36 }, "end": { - "line": 1315, + "line": 1320, "column": 37 } } }, "range": [ - 36207, - 36222 + 36522, + 36537 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 22 }, "end": { - "line": 1315, + "line": 1320, "column": 37 } } @@ -59014,16 +59103,16 @@ "object": { "type": "ThisExpression", "range": [ - 36225, - 36229 + 36540, + 36544 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 40 }, "end": { - "line": 1315, + "line": 1320, "column": 44 } } @@ -59032,31 +59121,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36230, - 36236 + 36545, + 36551 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 45 }, "end": { - "line": 1315, + "line": 1320, "column": 51 } } }, "range": [ - 36225, - 36236 + 36540, + 36551 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 40 }, "end": { - "line": 1315, + "line": 1320, "column": 51 } } @@ -59066,31 +59155,31 @@ "value": 1, "raw": "1", "range": [ - 36239, - 36240 + 36554, + 36555 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 54 }, "end": { - "line": 1315, + "line": 1320, "column": 55 } } }, "range": [ - 36225, - 36240 + 36540, + 36555 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 40 }, "end": { - "line": 1315, + "line": 1320, "column": 55 } } @@ -59100,61 +59189,61 @@ "value": 0, "raw": "0", "range": [ - 36243, - 36244 + 36558, + 36559 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 58 }, "end": { - "line": 1315, + "line": 1320, "column": 59 } } }, "range": [ - 36207, - 36244 + 36522, + 36559 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 22 }, "end": { - "line": 1315, + "line": 1320, "column": 59 } } }, "range": [ - 36193, - 36244 + 36508, + 36559 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 8 }, "end": { - "line": 1315, + "line": 1320, "column": 59 } } }, "range": [ - 36193, - 36245 + 36508, + 36560 ], "loc": { "start": { - "line": 1315, + "line": 1320, "column": 8 }, "end": { - "line": 1315, + "line": 1320, "column": 60 } } @@ -59170,16 +59259,16 @@ "object": { "type": "ThisExpression", "range": [ - 36254, - 36258 + 36569, + 36573 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 12 } } @@ -59188,31 +59277,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 36259, - 36275 + 36574, + 36590 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 13 }, "end": { - "line": 1316, + "line": 1321, "column": 29 } } }, "range": [ - 36254, - 36275 + 36569, + 36590 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 29 } } @@ -59225,16 +59314,16 @@ "object": { "type": "ThisExpression", "range": [ - 36278, - 36282 + 36593, + 36597 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 32 }, "end": { - "line": 1316, + "line": 1321, "column": 36 } } @@ -59243,93 +59332,93 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 36283, - 36292 + 36598, + 36607 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 37 }, "end": { - "line": 1316, + "line": 1321, "column": 46 } } }, "range": [ - 36278, - 36292 + 36593, + 36607 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 32 }, "end": { - "line": 1316, + "line": 1321, "column": 46 } } }, "arguments": [], "range": [ - 36278, - 36294 + 36593, + 36609 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 32 }, "end": { - "line": 1316, + "line": 1321, "column": 48 } } }, "range": [ - 36254, - 36294 + 36569, + 36609 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 48 } } }, "range": [ - 36254, - 36295 + 36569, + 36610 ], "loc": { "start": { - "line": 1316, + "line": 1321, "column": 8 }, "end": { - "line": 1316, + "line": 1321, "column": 49 } } } ], "range": [ - 36125, - 36301 + 36440, + 36616 ], "loc": { "start": { - "line": 1311, + "line": 1316, "column": 21 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } } @@ -59337,16 +59426,16 @@ "generator": false, "expression": false, "range": [ - 36122, - 36301 + 36437, + 36616 ], "loc": { "start": { - "line": 1311, + "line": 1316, "column": 18 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } } @@ -59354,16 +59443,16 @@ "kind": "method", "computed": false, "range": [ - 36108, - 36301 + 36423, + 36616 ], "loc": { "start": { - "line": 1311, + "line": 1316, "column": 4 }, "end": { - "line": 1317, + "line": 1322, "column": 5 } }, @@ -59372,16 +59461,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36056, - 36103 + 36371, + 36418 ], "loc": { "start": { - "line": 1308, + "line": 1313, "column": 4 }, "end": { - "line": 1310, + "line": 1315, "column": 7 } } @@ -59392,16 +59481,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 36307, - 36526 + 36622, + 36841 ], "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1324, + "line": 1329, "column": 7 } } @@ -59415,16 +59504,16 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 36531, - 36548 + 36846, + 36863 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 4 }, "end": { - "line": 1325, + "line": 1330, "column": 21 } } @@ -59437,16 +59526,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36549, - 36557 + 36864, + 36872 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 22 }, "end": { - "line": 1325, + "line": 1330, "column": 30 } } @@ -59455,16 +59544,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 36559, - 36567 + 36874, + 36882 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 32 }, "end": { - "line": 1325, + "line": 1330, "column": 40 } } @@ -59473,16 +59562,16 @@ "type": "Identifier", "name": "container", "range": [ - 36569, - 36578 + 36884, + 36893 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 42 }, "end": { - "line": 1325, + "line": 1330, "column": 51 } } @@ -59500,16 +59589,16 @@ "type": "Identifier", "name": "col", "range": [ - 36594, - 36597 + 36909, + 36912 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 12 }, "end": { - "line": 1326, + "line": 1331, "column": 15 } } @@ -59522,16 +59611,16 @@ "object": { "type": "ThisExpression", "range": [ - 36600, - 36604 + 36915, + 36919 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 18 }, "end": { - "line": 1326, + "line": 1331, "column": 22 } } @@ -59540,31 +59629,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 36605, - 36618 + 36920, + 36933 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 23 }, "end": { - "line": 1326, + "line": 1331, "column": 36 } } }, "range": [ - 36600, - 36618 + 36915, + 36933 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 18 }, "end": { - "line": 1326, + "line": 1331, "column": 36 } } @@ -59574,47 +59663,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36619, - 36627 + 36934, + 36942 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 37 }, "end": { - "line": 1326, + "line": 1331, "column": 45 } } } ], "range": [ - 36600, - 36628 + 36915, + 36943 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 18 }, "end": { - "line": 1326, + "line": 1331, "column": 46 } } }, "range": [ - 36594, - 36628 + 36909, + 36943 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 12 }, "end": { - "line": 1326, + "line": 1331, "column": 46 } } @@ -59622,16 +59711,16 @@ ], "kind": "let", "range": [ - 36590, - 36629 + 36905, + 36944 ], "loc": { "start": { - "line": 1326, + "line": 1331, "column": 8 }, "end": { - "line": 1326, + "line": 1331, "column": 47 } } @@ -59645,16 +59734,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36642, - 36658 + 36957, + 36973 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 12 }, "end": { - "line": 1327, + "line": 1332, "column": 28 } } @@ -59667,16 +59756,16 @@ "object": { "type": "ThisExpression", "range": [ - 36661, - 36665 + 36976, + 36980 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 31 }, "end": { - "line": 1327, + "line": 1332, "column": 35 } } @@ -59685,31 +59774,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36666, - 36679 + 36981, + 36994 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 36 }, "end": { - "line": 1327, + "line": 1332, "column": 49 } } }, "range": [ - 36661, - 36679 + 36976, + 36994 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 31 }, "end": { - "line": 1327, + "line": 1332, "column": 49 } } @@ -59723,16 +59812,16 @@ "object": { "type": "ThisExpression", "range": [ - 36694, - 36698 + 37009, + 37013 ], "loc": { "start": { - "line": 1328, + "line": 1333, "column": 12 }, "end": { - "line": 1328, + "line": 1333, "column": 16 } } @@ -59741,31 +59830,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 36699, - 36716 + 37014, + 37031 ], "loc": { "start": { - "line": 1328, + "line": 1333, "column": 17 }, "end": { - "line": 1328, + "line": 1333, "column": 34 } } }, "range": [ - 36694, - 36716 + 37009, + 37031 ], "loc": { "start": { - "line": 1328, + "line": 1333, "column": 12 }, "end": { - "line": 1328, + "line": 1333, "column": 34 } } @@ -59774,31 +59863,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36717, - 36725 + 37032, + 37040 ], "loc": { "start": { - "line": 1328, + "line": 1333, "column": 35 }, "end": { - "line": 1328, + "line": 1333, "column": 43 } } }, "range": [ - 36694, - 36726 + 37009, + 37041 ], "loc": { "start": { - "line": 1328, + "line": 1333, "column": 12 }, "end": { - "line": 1328, + "line": 1333, "column": 44 } } @@ -59808,46 +59897,46 @@ "value": null, "raw": "null", "range": [ - 36729, - 36733 + 37044, + 37048 ], "loc": { "start": { - "line": 1328, + "line": 1333, "column": 47 }, "end": { - "line": 1328, + "line": 1333, "column": 51 } } }, "range": [ - 36661, - 36733 + 36976, + 37048 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 31 }, "end": { - "line": 1328, + "line": 1333, "column": 51 } } }, "range": [ - 36642, - 36733 + 36957, + 37048 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 12 }, "end": { - "line": 1328, + "line": 1333, "column": 51 } } @@ -59855,16 +59944,16 @@ ], "kind": "let", "range": [ - 36638, - 36734 + 36953, + 37049 ], "loc": { "start": { - "line": 1327, + "line": 1332, "column": 8 }, "end": { - "line": 1328, + "line": 1333, "column": 52 } } @@ -59878,16 +59967,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 36747, - 36754 + 37062, + 37069 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 12 }, "end": { - "line": 1329, + "line": 1334, "column": 19 } } @@ -59901,16 +59990,16 @@ "type": "Identifier", "name": "col", "range": [ - 36757, - 36760 + 37072, + 37075 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 22 }, "end": { - "line": 1329, + "line": 1334, "column": 25 } } @@ -59919,31 +60008,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 36765, - 36770 + 37080, + 37085 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 30 }, "end": { - "line": 1329, + "line": 1334, "column": 35 } } }, "range": [ - 36757, - 36770 + 37072, + 37085 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 22 }, "end": { - "line": 1329, + "line": 1334, "column": 35 } } @@ -59953,16 +60042,16 @@ "value": "text", "raw": "'text'", "range": [ - 36773, - 36779 + 37088, + 37094 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 38 }, "end": { - "line": 1329, + "line": 1334, "column": 44 } } @@ -59972,46 +60061,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 36782, - 36790 + 37097, + 37105 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 47 }, "end": { - "line": 1329, + "line": 1334, "column": 55 } } }, "range": [ - 36757, - 36790 + 37072, + 37105 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 22 }, "end": { - "line": 1329, + "line": 1334, "column": 55 } } }, "range": [ - 36747, - 36790 + 37062, + 37105 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 12 }, "end": { - "line": 1329, + "line": 1334, "column": 55 } } @@ -60019,16 +60108,16 @@ ], "kind": "let", "range": [ - 36743, - 36791 + 37058, + 37106 ], "loc": { "start": { - "line": 1329, + "line": 1334, "column": 8 }, "end": { - "line": 1329, + "line": 1334, "column": 56 } } @@ -60042,16 +60131,16 @@ "type": "Identifier", "name": "inp", "range": [ - 36804, - 36807 + 37119, + 37122 ], "loc": { "start": { - "line": 1330, + "line": 1335, "column": 12 }, "end": { - "line": 1330, + "line": 1335, "column": 15 } } @@ -60062,16 +60151,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 36810, - 36819 + 37125, + 37134 ], "loc": { "start": { - "line": 1330, + "line": 1335, "column": 18 }, "end": { - "line": 1330, + "line": 1335, "column": 27 } } @@ -60081,16 +60170,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 36820, - 36825 + 37135, + 37140 ], "loc": { "start": { - "line": 1330, + "line": 1335, "column": 28 }, "end": { - "line": 1330, + "line": 1335, "column": 33 } } @@ -60103,16 +60192,16 @@ "value": "id", "raw": "'id'", "range": [ - 36840, - 36844 + 37155, + 37159 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 13 }, "end": { - "line": 1331, + "line": 1336, "column": 17 } } @@ -60132,16 +60221,16 @@ "object": { "type": "ThisExpression", "range": [ - 36846, - 36850 + 37161, + 37165 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 19 }, "end": { - "line": 1331, + "line": 1336, "column": 23 } } @@ -60150,31 +60239,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 36851, - 36858 + 37166, + 37173 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 24 }, "end": { - "line": 1331, + "line": 1336, "column": 31 } } }, "range": [ - 36846, - 36858 + 37161, + 37173 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 19 }, "end": { - "line": 1331, + "line": 1336, "column": 31 } } @@ -60183,31 +60272,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36861, - 36869 + 37176, + 37184 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 34 }, "end": { - "line": 1331, + "line": 1336, "column": 42 } } }, "range": [ - 36846, - 36869 + 37161, + 37184 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 19 }, "end": { - "line": 1331, + "line": 1336, "column": 42 } } @@ -60217,31 +60306,31 @@ "value": "_", "raw": "'_'", "range": [ - 36872, - 36875 + 37187, + 37190 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 45 }, "end": { - "line": 1331, + "line": 1336, "column": 48 } } }, "range": [ - 36846, - 36875 + 37161, + 37190 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 19 }, "end": { - "line": 1331, + "line": 1336, "column": 48 } } @@ -60252,16 +60341,16 @@ "object": { "type": "ThisExpression", "range": [ - 36878, - 36882 + 37193, + 37197 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 51 }, "end": { - "line": 1331, + "line": 1336, "column": 55 } } @@ -60270,62 +60359,62 @@ "type": "Identifier", "name": "id", "range": [ - 36883, - 36885 + 37198, + 37200 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 56 }, "end": { - "line": 1331, + "line": 1336, "column": 58 } } }, "range": [ - 36878, - 36885 + 37193, + 37200 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 51 }, "end": { - "line": 1331, + "line": 1336, "column": 58 } } }, "range": [ - 36846, - 36885 + 37161, + 37200 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 19 }, "end": { - "line": 1331, + "line": 1336, "column": 58 } } } ], "range": [ - 36839, - 36886 + 37154, + 37201 ], "loc": { "start": { - "line": 1331, + "line": 1336, "column": 12 }, "end": { - "line": 1331, + "line": 1336, "column": 59 } } @@ -60338,16 +60427,16 @@ "value": "type", "raw": "'type'", "range": [ - 36901, - 36907 + 37216, + 37222 ], "loc": { "start": { - "line": 1332, + "line": 1337, "column": 13 }, "end": { - "line": 1332, + "line": 1337, "column": 19 } } @@ -60356,32 +60445,32 @@ "type": "Identifier", "name": "inptype", "range": [ - 36909, - 36916 + 37224, + 37231 ], "loc": { "start": { - "line": 1332, + "line": 1337, "column": 21 }, "end": { - "line": 1332, + "line": 1337, "column": 28 } } } ], "range": [ - 36900, - 36917 + 37215, + 37232 ], "loc": { "start": { - "line": 1332, + "line": 1337, "column": 12 }, "end": { - "line": 1332, + "line": 1337, "column": 29 } } @@ -60394,16 +60483,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 36920, - 36924 + 37235, + 37239 ], "loc": { "start": { - "line": 1332, + "line": 1337, "column": 32 }, "end": { - "line": 1332, + "line": 1337, "column": 36 } } @@ -60412,63 +60501,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36926, - 36934 + 37241, + 37249 ], "loc": { "start": { - "line": 1332, + "line": 1337, "column": 38 }, "end": { - "line": 1332, + "line": 1337, "column": 46 } } } ], "range": [ - 36919, - 36935 + 37234, + 37250 ], "loc": { "start": { - "line": 1332, + "line": 1337, "column": 31 }, "end": { - "line": 1332, + "line": 1337, "column": 47 } } } ], "range": [ - 36810, - 36936 + 37125, + 37251 ], "loc": { "start": { - "line": 1330, + "line": 1335, "column": 18 }, "end": { - "line": 1332, + "line": 1337, "column": 48 } } }, "range": [ - 36804, - 36936 + 37119, + 37251 ], "loc": { "start": { - "line": 1330, + "line": 1335, "column": 12 }, "end": { - "line": 1332, + "line": 1337, "column": 48 } } @@ -60476,16 +60565,16 @@ ], "kind": "let", "range": [ - 36800, - 36937 + 37115, + 37252 ], "loc": { "start": { - "line": 1330, + "line": 1335, "column": 8 }, "end": { - "line": 1332, + "line": 1337, "column": 49 } } @@ -60502,16 +60591,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 36951, - 36958 + 37266, + 37273 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 12 }, "end": { - "line": 1334, + "line": 1339, "column": 19 } } @@ -60521,31 +60610,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 36963, - 36971 + 37278, + 37286 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 24 }, "end": { - "line": 1334, + "line": 1339, "column": 32 } } }, "range": [ - 36951, - 36971 + 37266, + 37286 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 12 }, "end": { - "line": 1334, + "line": 1339, "column": 32 } } @@ -60556,16 +60645,16 @@ "object": { "type": "ThisExpression", "range": [ - 36975, - 36979 + 37290, + 37294 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 36 }, "end": { - "line": 1334, + "line": 1339, "column": 40 } } @@ -60574,46 +60663,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 36980, - 36989 + 37295, + 37304 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 41 }, "end": { - "line": 1334, + "line": 1339, "column": 50 } } }, "range": [ - 36975, - 36989 + 37290, + 37304 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 36 }, "end": { - "line": 1334, + "line": 1339, "column": 50 } } }, "range": [ - 36951, - 36989 + 37266, + 37304 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 12 }, "end": { - "line": 1334, + "line": 1339, "column": 50 } } @@ -60632,16 +60721,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37005, - 37008 + 37320, + 37323 ], "loc": { "start": { - "line": 1335, + "line": 1340, "column": 12 }, "end": { - "line": 1335, + "line": 1340, "column": 15 } } @@ -60650,31 +60739,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 37009, - 37021 + 37324, + 37336 ], "loc": { "start": { - "line": 1335, + "line": 1340, "column": 16 }, "end": { - "line": 1335, + "line": 1340, "column": 28 } } }, "range": [ - 37005, - 37021 + 37320, + 37336 ], "loc": { "start": { - "line": 1335, + "line": 1340, "column": 12 }, "end": { - "line": 1335, + "line": 1340, "column": 28 } } @@ -60685,16 +60774,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 37022, - 37035 + 37337, + 37350 ], "loc": { "start": { - "line": 1335, + "line": 1340, "column": 29 }, "end": { - "line": 1335, + "line": 1340, "column": 42 } } @@ -60707,16 +60796,16 @@ "object": { "type": "ThisExpression", "range": [ - 37053, - 37057 + 37368, + 37372 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 16 }, "end": { - "line": 1336, + "line": 1341, "column": 20 } } @@ -60725,31 +60814,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 37058, - 37074 + 37373, + 37389 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 21 }, "end": { - "line": 1336, + "line": 1341, "column": 37 } } }, "range": [ - 37053, - 37074 + 37368, + 37389 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 16 }, "end": { - "line": 1336, + "line": 1341, "column": 37 } } @@ -60766,16 +60855,16 @@ "object": { "type": "ThisExpression", "range": [ - 37078, - 37082 + 37393, + 37397 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 41 }, "end": { - "line": 1336, + "line": 1341, "column": 45 } } @@ -60784,31 +60873,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 37083, - 37092 + 37398, + 37407 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 46 }, "end": { - "line": 1336, + "line": 1341, "column": 55 } } }, "range": [ - 37078, - 37092 + 37393, + 37407 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 41 }, "end": { - "line": 1336, + "line": 1341, "column": 55 } } @@ -60817,31 +60906,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37093, - 37101 + 37408, + 37416 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 56 }, "end": { - "line": 1336, + "line": 1341, "column": 64 } } }, "range": [ - 37078, - 37102 + 37393, + 37417 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 41 }, "end": { - "line": 1336, + "line": 1341, "column": 65 } } @@ -60851,31 +60940,31 @@ "value": "", "raw": "''", "range": [ - 37106, - 37108 + 37421, + 37423 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 69 }, "end": { - "line": 1336, + "line": 1341, "column": 71 } } }, "range": [ - 37078, - 37108 + 37393, + 37423 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 41 }, "end": { - "line": 1336, + "line": 1341, "column": 71 } } @@ -60886,16 +60975,16 @@ "object": { "type": "ThisExpression", "range": [ - 37132, - 37136 + 37447, + 37451 ], "loc": { "start": { - "line": 1337, + "line": 1342, "column": 20 }, "end": { - "line": 1337, + "line": 1342, "column": 24 } } @@ -60904,109 +60993,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 37137, - 37146 + 37452, + 37461 ], "loc": { "start": { - "line": 1337, + "line": 1342, "column": 25 }, "end": { - "line": 1337, + "line": 1342, "column": 34 } } }, "range": [ - 37132, - 37146 + 37447, + 37461 ], "loc": { "start": { - "line": 1337, + "line": 1342, "column": 20 }, "end": { - "line": 1337, + "line": 1342, "column": 34 } } }, "range": [ - 37053, - 37146 + 37368, + 37461 ], "loc": { "start": { - "line": 1336, + "line": 1341, "column": 16 }, "end": { - "line": 1337, + "line": 1342, "column": 34 } } } ], "range": [ - 37005, - 37160 + 37320, + 37475 ], "loc": { "start": { - "line": 1335, + "line": 1340, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 13 } } }, "range": [ - 37005, - 37161 + 37320, + 37476 ], "loc": { "start": { - "line": 1335, + "line": 1340, "column": 12 }, "end": { - "line": 1338, + "line": 1343, "column": 14 } } } ], "range": [ - 36991, - 37171 + 37306, + 37486 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 52 }, "end": { - "line": 1339, + "line": 1344, "column": 9 } } }, "alternate": null, "range": [ - 36947, - 37171 + 37262, + 37486 ], "loc": { "start": { - "line": 1334, + "line": 1339, "column": 8 }, "end": { - "line": 1339, + "line": 1344, "column": 9 } } @@ -61023,16 +61112,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37180, - 37183 + 37495, + 37498 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 8 }, "end": { - "line": 1340, + "line": 1345, "column": 11 } } @@ -61041,31 +61130,31 @@ "type": "Identifier", "name": "className", "range": [ - 37184, - 37193 + 37499, + 37508 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 12 }, "end": { - "line": 1340, + "line": 1345, "column": 21 } } }, "range": [ - 37180, - 37193 + 37495, + 37508 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 8 }, "end": { - "line": 1340, + "line": 1345, "column": 21 } } @@ -61077,16 +61166,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 37196, - 37204 + 37511, + 37519 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 24 }, "end": { - "line": 1340, + "line": 1345, "column": 32 } } @@ -61097,16 +61186,16 @@ "object": { "type": "ThisExpression", "range": [ - 37208, - 37212 + 37523, + 37527 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 36 }, "end": { - "line": 1340, + "line": 1345, "column": 40 } } @@ -61115,76 +61204,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 37213, - 37224 + 37528, + 37539 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 41 }, "end": { - "line": 1340, + "line": 1345, "column": 52 } } }, "range": [ - 37208, - 37224 + 37523, + 37539 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 36 }, "end": { - "line": 1340, + "line": 1345, "column": 52 } } }, "range": [ - 37196, - 37224 + 37511, + 37539 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 24 }, "end": { - "line": 1340, + "line": 1345, "column": 52 } } }, "range": [ - 37180, - 37224 + 37495, + 37539 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 8 }, "end": { - "line": 1340, + "line": 1345, "column": 52 } } }, "range": [ - 37180, - 37225 + 37495, + 37540 ], "loc": { "start": { - "line": 1340, + "line": 1345, "column": 8 }, "end": { - "line": 1340, + "line": 1345, "column": 53 } } @@ -61197,16 +61286,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37234, - 37240 + 37549, + 37555 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 8 }, "end": { - "line": 1341, + "line": 1346, "column": 14 } } @@ -61216,16 +61305,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37241, - 37244 + 37556, + 37559 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 15 }, "end": { - "line": 1341, + "line": 1346, "column": 18 } } @@ -61235,16 +61324,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 37246, - 37253 + 37561, + 37568 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 20 }, "end": { - "line": 1341, + "line": 1346, "column": 27 } } @@ -61257,16 +61346,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37256, - 37259 + 37571, + 37574 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 30 }, "end": { - "line": 1341, + "line": 1346, "column": 33 } } @@ -61280,16 +61369,16 @@ "object": { "type": "ThisExpression", "range": [ - 37264, - 37268 + 37579, + 37583 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 38 }, "end": { - "line": 1341, + "line": 1346, "column": 42 } } @@ -61298,31 +61387,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 37269, - 37279 + 37584, + 37594 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 43 }, "end": { - "line": 1341, + "line": 1346, "column": 53 } } }, "range": [ - 37264, - 37279 + 37579, + 37594 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 38 }, "end": { - "line": 1341, + "line": 1346, "column": 53 } } @@ -61332,32 +61421,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37280, - 37283 + 37595, + 37598 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 54 }, "end": { - "line": 1341, + "line": 1346, "column": 57 } } } ], "range": [ - 37264, - 37284 + 37579, + 37599 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 38 }, "end": { - "line": 1341, + "line": 1346, "column": 58 } } @@ -61365,47 +61454,47 @@ "generator": false, "expression": true, "range": [ - 37255, - 37284 + 37570, + 37599 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 29 }, "end": { - "line": 1341, + "line": 1346, "column": 58 } } } ], "range": [ - 37234, - 37285 + 37549, + 37600 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 8 }, "end": { - "line": 1341, + "line": 1346, "column": 59 } } }, "range": [ - 37234, - 37286 + 37549, + 37601 ], "loc": { "start": { - "line": 1341, + "line": 1346, "column": 8 }, "end": { - "line": 1341, + "line": 1346, "column": 60 } }, @@ -61414,16 +61503,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37296, - 37334 + 37611, + 37649 ], "loc": { "start": { - "line": 1343, + "line": 1348, "column": 8 }, "end": { - "line": 1343, + "line": 1348, "column": 46 } } @@ -61436,16 +61525,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37347, - 37363 + 37662, + 37678 ], "loc": { "start": { - "line": 1344, + "line": 1349, "column": 12 }, "end": { - "line": 1344, + "line": 1349, "column": 28 } } @@ -61466,16 +61555,16 @@ "type": "Identifier", "name": "elm", "range": [ - 37379, - 37382 + 37694, + 37697 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 15 } } @@ -61485,32 +61574,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37383, - 37399 + 37698, + 37714 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 16 }, "end": { - "line": 1345, + "line": 1350, "column": 32 } } } ], "range": [ - 37379, - 37400 + 37694, + 37715 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 33 } } @@ -61519,31 +61608,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37401, - 37412 + 37716, + 37727 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 34 }, "end": { - "line": 1345, + "line": 1350, "column": 45 } } }, "range": [ - 37379, - 37412 + 37694, + 37727 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 45 } } @@ -61553,63 +61642,63 @@ "type": "Identifier", "name": "inp", "range": [ - 37413, - 37416 + 37728, + 37731 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 46 }, "end": { - "line": 1345, + "line": 1350, "column": 49 } } } ], "range": [ - 37379, - 37417 + 37694, + 37732 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 50 } } }, "range": [ - 37379, - 37418 + 37694, + 37733 ], "loc": { "start": { - "line": 1345, + "line": 1350, "column": 12 }, "end": { - "line": 1345, + "line": 1350, "column": 51 } } } ], "range": [ - 37365, - 37428 + 37680, + 37743 ], "loc": { "start": { - "line": 1344, + "line": 1349, "column": 30 }, "end": { - "line": 1346, + "line": 1351, "column": 9 } } @@ -61628,16 +61717,16 @@ "type": "Identifier", "name": "container", "range": [ - 37448, - 37457 + 37763, + 37772 ], "loc": { "start": { - "line": 1347, + "line": 1352, "column": 12 }, "end": { - "line": 1347, + "line": 1352, "column": 21 } } @@ -61646,31 +61735,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37458, - 37469 + 37773, + 37784 ], "loc": { "start": { - "line": 1347, + "line": 1352, "column": 22 }, "end": { - "line": 1347, + "line": 1352, "column": 33 } } }, "range": [ - 37448, - 37469 + 37763, + 37784 ], "loc": { "start": { - "line": 1347, + "line": 1352, "column": 12 }, "end": { - "line": 1347, + "line": 1352, "column": 33 } } @@ -61680,78 +61769,78 @@ "type": "Identifier", "name": "inp", "range": [ - 37470, - 37473 + 37785, + 37788 ], "loc": { "start": { - "line": 1347, + "line": 1352, "column": 34 }, "end": { - "line": 1347, + "line": 1352, "column": 37 } } } ], "range": [ - 37448, - 37474 + 37763, + 37789 ], "loc": { "start": { - "line": 1347, + "line": 1352, "column": 12 }, "end": { - "line": 1347, + "line": 1352, "column": 38 } } }, "range": [ - 37448, - 37475 + 37763, + 37790 ], "loc": { "start": { - "line": 1347, + "line": 1352, "column": 12 }, "end": { - "line": 1347, + "line": 1352, "column": 39 } } } ], "range": [ - 37434, - 37485 + 37749, + 37800 ], "loc": { "start": { - "line": 1346, + "line": 1351, "column": 15 }, "end": { - "line": 1348, + "line": 1353, "column": 9 } } }, "range": [ - 37343, - 37485 + 37658, + 37800 ], "loc": { "start": { - "line": 1344, + "line": 1349, "column": 8 }, "end": { - "line": 1348, + "line": 1353, "column": 9 } }, @@ -61760,16 +61849,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37296, - 37334 + 37611, + 37649 ], "loc": { "start": { - "line": 1343, + "line": 1348, "column": 8 }, "end": { - "line": 1343, + "line": 1348, "column": 46 } } @@ -61789,16 +61878,16 @@ "object": { "type": "ThisExpression", "range": [ - 37495, - 37499 + 37810, + 37814 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 8 }, "end": { - "line": 1350, + "line": 1355, "column": 12 } } @@ -61807,31 +61896,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 37500, - 37506 + 37815, + 37821 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 13 }, "end": { - "line": 1350, + "line": 1355, "column": 19 } } }, "range": [ - 37495, - 37506 + 37810, + 37821 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 8 }, "end": { - "line": 1350, + "line": 1355, "column": 19 } } @@ -61840,31 +61929,31 @@ "type": "Identifier", "name": "push", "range": [ - 37507, - 37511 + 37822, + 37826 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 20 }, "end": { - "line": 1350, + "line": 1355, "column": 24 } } }, "range": [ - 37495, - 37511 + 37810, + 37826 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 8 }, "end": { - "line": 1350, + "line": 1355, "column": 24 } } @@ -61877,16 +61966,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37512, - 37515 + 37827, + 37830 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 25 }, "end": { - "line": 1350, + "line": 1355, "column": 28 } } @@ -61895,62 +61984,62 @@ "type": "Identifier", "name": "id", "range": [ - 37516, - 37518 + 37831, + 37833 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 29 }, "end": { - "line": 1350, + "line": 1355, "column": 31 } } }, "range": [ - 37512, - 37518 + 37827, + 37833 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 25 }, "end": { - "line": 1350, + "line": 1355, "column": 31 } } } ], "range": [ - 37495, - 37519 + 37810, + 37834 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 8 }, "end": { - "line": 1350, + "line": 1355, "column": 32 } } }, "range": [ - 37495, - 37520 + 37810, + 37835 ], "loc": { "start": { - "line": 1350, + "line": 1355, "column": 8 }, "end": { - "line": 1350, + "line": 1355, "column": 33 } } @@ -61963,16 +62052,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37530, - 37536 + 37845, + 37851 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 8 }, "end": { - "line": 1352, + "line": 1357, "column": 14 } } @@ -61982,16 +62071,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37537, - 37540 + 37852, + 37855 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 15 }, "end": { - "line": 1352, + "line": 1357, "column": 18 } } @@ -62001,16 +62090,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 37542, - 37552 + 37857, + 37867 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 20 }, "end": { - "line": 1352, + "line": 1357, "column": 30 } } @@ -62023,16 +62112,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37555, - 37558 + 37870, + 37873 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 33 }, "end": { - "line": 1352, + "line": 1357, "column": 36 } } @@ -62046,16 +62135,16 @@ "object": { "type": "ThisExpression", "range": [ - 37563, - 37567 + 37878, + 37882 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 41 }, "end": { - "line": 1352, + "line": 1357, "column": 45 } } @@ -62064,31 +62153,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 37568, - 37577 + 37883, + 37892 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 46 }, "end": { - "line": 1352, + "line": 1357, "column": 55 } } }, "range": [ - 37563, - 37577 + 37878, + 37892 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 41 }, "end": { - "line": 1352, + "line": 1357, "column": 55 } } @@ -62098,32 +62187,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37578, - 37581 + 37893, + 37896 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 56 }, "end": { - "line": 1352, + "line": 1357, "column": 59 } } } ], "range": [ - 37563, - 37582 + 37878, + 37897 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 41 }, "end": { - "line": 1352, + "line": 1357, "column": 60 } } @@ -62131,47 +62220,47 @@ "generator": false, "expression": true, "range": [ - 37554, - 37582 + 37869, + 37897 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 32 }, "end": { - "line": 1352, + "line": 1357, "column": 60 } } } ], "range": [ - 37530, - 37583 + 37845, + 37898 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 8 }, "end": { - "line": 1352, + "line": 1357, "column": 61 } } }, "range": [ - 37530, - 37584 + 37845, + 37899 ], "loc": { "start": { - "line": 1352, + "line": 1357, "column": 8 }, "end": { - "line": 1352, + "line": 1357, "column": 62 } } @@ -62184,16 +62273,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37593, - 37599 + 37908, + 37914 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 8 }, "end": { - "line": 1353, + "line": 1358, "column": 14 } } @@ -62203,16 +62292,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37600, - 37603 + 37915, + 37918 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 15 }, "end": { - "line": 1353, + "line": 1358, "column": 18 } } @@ -62222,16 +62311,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 37605, - 37614 + 37920, + 37929 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 20 }, "end": { - "line": 1353, + "line": 1358, "column": 29 } } @@ -62248,16 +62337,16 @@ "object": { "type": "ThisExpression", "range": [ - 37622, - 37626 + 37937, + 37941 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 37 }, "end": { - "line": 1353, + "line": 1358, "column": 41 } } @@ -62266,47 +62355,47 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 37627, - 37636 + 37942, + 37951 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 42 }, "end": { - "line": 1353, + "line": 1358, "column": 51 } } }, "range": [ - 37622, - 37636 + 37937, + 37951 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 37 }, "end": { - "line": 1353, + "line": 1358, "column": 51 } } }, "arguments": [], "range": [ - 37622, - 37638 + 37937, + 37953 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 37 }, "end": { - "line": 1353, + "line": 1358, "column": 53 } } @@ -62314,47 +62403,47 @@ "generator": false, "expression": true, "range": [ - 37616, - 37638 + 37931, + 37953 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 31 }, "end": { - "line": 1353, + "line": 1358, "column": 53 } } } ], "range": [ - 37593, - 37639 + 37908, + 37954 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 8 }, "end": { - "line": 1353, + "line": 1358, "column": 54 } } }, "range": [ - 37593, - 37640 + 37908, + 37955 ], "loc": { "start": { - "line": 1353, + "line": 1358, "column": 8 }, "end": { - "line": 1353, + "line": 1358, "column": 55 } } @@ -62367,16 +62456,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37649, - 37655 + 37964, + 37970 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 8 }, "end": { - "line": 1354, + "line": 1359, "column": 14 } } @@ -62386,16 +62475,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37656, - 37659 + 37971, + 37974 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 15 }, "end": { - "line": 1354, + "line": 1359, "column": 18 } } @@ -62405,16 +62494,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 37661, - 37668 + 37976, + 37983 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 20 }, "end": { - "line": 1354, + "line": 1359, "column": 27 } } @@ -62427,16 +62516,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37671, - 37674 + 37986, + 37989 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 30 }, "end": { - "line": 1354, + "line": 1359, "column": 33 } } @@ -62450,16 +62539,16 @@ "object": { "type": "ThisExpression", "range": [ - 37679, - 37683 + 37994, + 37998 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 38 }, "end": { - "line": 1354, + "line": 1359, "column": 42 } } @@ -62468,31 +62557,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 37684, - 37691 + 37999, + 38006 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 43 }, "end": { - "line": 1354, + "line": 1359, "column": 50 } } }, "range": [ - 37679, - 37691 + 37994, + 38006 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 38 }, "end": { - "line": 1354, + "line": 1359, "column": 50 } } @@ -62502,32 +62591,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37692, - 37695 + 38007, + 38010 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 51 }, "end": { - "line": 1354, + "line": 1359, "column": 54 } } } ], "range": [ - 37679, - 37696 + 37994, + 38011 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 38 }, "end": { - "line": 1354, + "line": 1359, "column": 55 } } @@ -62535,47 +62624,47 @@ "generator": false, "expression": true, "range": [ - 37670, - 37696 + 37985, + 38011 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 29 }, "end": { - "line": 1354, + "line": 1359, "column": 55 } } } ], "range": [ - 37649, - 37697 + 37964, + 38012 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 8 }, "end": { - "line": 1354, + "line": 1359, "column": 56 } } }, "range": [ - 37649, - 37698 + 37964, + 38013 ], "loc": { "start": { - "line": 1354, + "line": 1359, "column": 8 }, "end": { - "line": 1354, + "line": 1359, "column": 57 } } @@ -62588,16 +62677,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37707, - 37713 + 38022, + 38028 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 8 }, "end": { - "line": 1355, + "line": 1360, "column": 14 } } @@ -62607,16 +62696,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37714, - 37717 + 38029, + 38032 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 15 }, "end": { - "line": 1355, + "line": 1360, "column": 18 } } @@ -62626,16 +62715,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 37719, - 37725 + 38034, + 38040 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 20 }, "end": { - "line": 1355, + "line": 1360, "column": 26 } } @@ -62652,16 +62741,16 @@ "object": { "type": "ThisExpression", "range": [ - 37733, - 37737 + 38048, + 38052 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 34 }, "end": { - "line": 1355, + "line": 1360, "column": 38 } } @@ -62670,47 +62759,47 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 37738, - 37747 + 38053, + 38062 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 39 }, "end": { - "line": 1355, + "line": 1360, "column": 48 } } }, "range": [ - 37733, - 37747 + 38048, + 38062 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 34 }, "end": { - "line": 1355, + "line": 1360, "column": 48 } } }, "arguments": [], "range": [ - 37733, - 37749 + 38048, + 38064 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 34 }, "end": { - "line": 1355, + "line": 1360, "column": 50 } } @@ -62718,63 +62807,63 @@ "generator": false, "expression": true, "range": [ - 37727, - 37749 + 38042, + 38064 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 28 }, "end": { - "line": 1355, + "line": 1360, "column": 50 } } } ], "range": [ - 37707, - 37750 + 38022, + 38065 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 8 }, "end": { - "line": 1355, + "line": 1360, "column": 51 } } }, "range": [ - 37707, - 37751 + 38022, + 38066 ], "loc": { "start": { - "line": 1355, + "line": 1360, "column": 8 }, "end": { - "line": 1355, + "line": 1360, "column": 52 } } } ], "range": [ - 36580, - 37757 + 36895, + 38072 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 53 }, "end": { - "line": 1356, + "line": 1361, "column": 5 } } @@ -62782,16 +62871,16 @@ "generator": false, "expression": false, "range": [ - 36548, - 37757 + 36863, + 38072 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 21 }, "end": { - "line": 1356, + "line": 1361, "column": 5 } } @@ -62799,16 +62888,16 @@ "kind": "method", "computed": false, "range": [ - 36531, - 37757 + 36846, + 38072 ], "loc": { "start": { - "line": 1325, + "line": 1330, "column": 4 }, "end": { - "line": 1356, + "line": 1361, "column": 5 } }, @@ -62817,16 +62906,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 36307, - 36526 + 36622, + 36841 ], "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1324, + "line": 1329, "column": 7 } } @@ -62837,16 +62926,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37763, - 37912 + 38078, + 38227 ], "loc": { "start": { - "line": 1358, + "line": 1363, "column": 4 }, "end": { - "line": 1362, + "line": 1367, "column": 7 } } @@ -62860,16 +62949,16 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 37917, - 37935 + 38232, + 38250 ], "loc": { "start": { - "line": 1363, + "line": 1368, "column": 4 }, "end": { - "line": 1363, + "line": 1368, "column": 22 } } @@ -62882,16 +62971,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37936, - 37944 + 38251, + 38259 ], "loc": { "start": { - "line": 1363, + "line": 1368, "column": 23 }, "end": { - "line": 1363, + "line": 1368, "column": 31 } } @@ -62900,16 +62989,16 @@ "type": "Identifier", "name": "container", "range": [ - 37946, - 37955 + 38261, + 38270 ], "loc": { "start": { - "line": 1363, + "line": 1368, "column": 33 }, "end": { - "line": 1363, + "line": 1368, "column": 42 } } @@ -62927,16 +63016,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37971, - 37987 + 38286, + 38302 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1364, + "line": 1369, "column": 28 } } @@ -62949,16 +63038,16 @@ "object": { "type": "ThisExpression", "range": [ - 37990, - 37994 + 38305, + 38309 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 31 }, "end": { - "line": 1364, + "line": 1369, "column": 35 } } @@ -62967,31 +63056,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 37995, - 38008 + 38310, + 38323 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 36 }, "end": { - "line": 1364, + "line": 1369, "column": 49 } } }, "range": [ - 37990, - 38008 + 38305, + 38323 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 31 }, "end": { - "line": 1364, + "line": 1369, "column": 49 } } @@ -63005,16 +63094,16 @@ "object": { "type": "ThisExpression", "range": [ - 38023, - 38027 + 38338, + 38342 ], "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 16 } } @@ -63023,31 +63112,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 38028, - 38045 + 38343, + 38360 ], "loc": { "start": { - "line": 1365, + "line": 1370, "column": 17 }, "end": { - "line": 1365, + "line": 1370, "column": 34 } } }, "range": [ - 38023, - 38045 + 38338, + 38360 ], "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 34 } } @@ -63056,31 +63145,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38046, - 38054 + 38361, + 38369 ], "loc": { "start": { - "line": 1365, + "line": 1370, "column": 35 }, "end": { - "line": 1365, + "line": 1370, "column": 43 } } }, "range": [ - 38023, - 38055 + 38338, + 38370 ], "loc": { "start": { - "line": 1365, + "line": 1370, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 44 } } @@ -63090,46 +63179,46 @@ "value": null, "raw": "null", "range": [ - 38058, - 38062 + 38373, + 38377 ], "loc": { "start": { - "line": 1365, + "line": 1370, "column": 47 }, "end": { - "line": 1365, + "line": 1370, "column": 51 } } }, "range": [ - 37990, - 38062 + 38305, + 38377 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 31 }, "end": { - "line": 1365, + "line": 1370, "column": 51 } } }, "range": [ - 37971, - 38062 + 38286, + 38377 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 12 }, "end": { - "line": 1365, + "line": 1370, "column": 51 } } @@ -63137,16 +63226,16 @@ ], "kind": "let", "range": [ - 37967, - 38063 + 38282, + 38378 ], "loc": { "start": { - "line": 1364, + "line": 1369, "column": 8 }, "end": { - "line": 1365, + "line": 1370, "column": 52 } } @@ -63160,16 +63249,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38076, - 38079 + 38391, + 38394 ], "loc": { "start": { - "line": 1366, + "line": 1371, "column": 12 }, "end": { - "line": 1366, + "line": 1371, "column": 15 } } @@ -63180,16 +63269,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 38082, - 38091 + 38397, + 38406 ], "loc": { "start": { - "line": 1366, + "line": 1371, "column": 18 }, "end": { - "line": 1366, + "line": 1371, "column": 27 } } @@ -63199,16 +63288,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 38092, - 38097 + 38407, + 38412 ], "loc": { "start": { - "line": 1366, + "line": 1371, "column": 28 }, "end": { - "line": 1366, + "line": 1371, "column": 33 } } @@ -63221,16 +63310,16 @@ "value": "id", "raw": "'id'", "range": [ - 38112, - 38116 + 38427, + 38431 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 13 }, "end": { - "line": 1367, + "line": 1372, "column": 17 } } @@ -63250,16 +63339,16 @@ "object": { "type": "ThisExpression", "range": [ - 38118, - 38122 + 38433, + 38437 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 19 }, "end": { - "line": 1367, + "line": 1372, "column": 23 } } @@ -63268,31 +63357,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 38123, - 38136 + 38438, + 38451 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 24 }, "end": { - "line": 1367, + "line": 1372, "column": 37 } } }, "range": [ - 38118, - 38136 + 38433, + 38451 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 19 }, "end": { - "line": 1367, + "line": 1372, "column": 37 } } @@ -63301,31 +63390,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38139, - 38147 + 38454, + 38462 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 40 }, "end": { - "line": 1367, + "line": 1372, "column": 48 } } }, "range": [ - 38118, - 38147 + 38433, + 38462 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 19 }, "end": { - "line": 1367, + "line": 1372, "column": 48 } } @@ -63335,31 +63424,31 @@ "value": "_", "raw": "'_'", "range": [ - 38150, - 38153 + 38465, + 38468 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 51 }, "end": { - "line": 1367, + "line": 1372, "column": 54 } } }, "range": [ - 38118, - 38153 + 38433, + 38468 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 19 }, "end": { - "line": 1367, + "line": 1372, "column": 54 } } @@ -63370,16 +63459,16 @@ "object": { "type": "ThisExpression", "range": [ - 38156, - 38160 + 38471, + 38475 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 57 }, "end": { - "line": 1367, + "line": 1372, "column": 61 } } @@ -63388,62 +63477,62 @@ "type": "Identifier", "name": "id", "range": [ - 38161, - 38163 + 38476, + 38478 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 62 }, "end": { - "line": 1367, + "line": 1372, "column": 64 } } }, "range": [ - 38156, - 38163 + 38471, + 38478 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 57 }, "end": { - "line": 1367, + "line": 1372, "column": 64 } } }, "range": [ - 38118, - 38163 + 38433, + 38478 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 19 }, "end": { - "line": 1367, + "line": 1372, "column": 64 } } } ], "range": [ - 38111, - 38164 + 38426, + 38479 ], "loc": { "start": { - "line": 1367, + "line": 1372, "column": 12 }, "end": { - "line": 1367, + "line": 1372, "column": 65 } } @@ -63456,16 +63545,16 @@ "value": "type", "raw": "'type'", "range": [ - 38179, - 38185 + 38494, + 38500 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 13 }, "end": { - "line": 1368, + "line": 1373, "column": 19 } } @@ -63475,32 +63564,32 @@ "value": "button", "raw": "'button'", "range": [ - 38187, - 38195 + 38502, + 38510 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 21 }, "end": { - "line": 1368, + "line": 1373, "column": 29 } } } ], "range": [ - 38178, - 38196 + 38493, + 38511 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 12 }, "end": { - "line": 1368, + "line": 1373, "column": 30 } } @@ -63513,16 +63602,16 @@ "value": "value", "raw": "'value'", "range": [ - 38199, - 38206 + 38514, + 38521 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 33 }, "end": { - "line": 1368, + "line": 1373, "column": 40 } } @@ -63533,16 +63622,16 @@ "object": { "type": "ThisExpression", "range": [ - 38208, - 38212 + 38523, + 38527 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 42 }, "end": { - "line": 1368, + "line": 1373, "column": 46 } } @@ -63551,78 +63640,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 38213, - 38220 + 38528, + 38535 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 47 }, "end": { - "line": 1368, + "line": 1373, "column": 54 } } }, "range": [ - 38208, - 38220 + 38523, + 38535 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 42 }, "end": { - "line": 1368, + "line": 1373, "column": 54 } } } ], "range": [ - 38198, - 38221 + 38513, + 38536 ], "loc": { "start": { - "line": 1368, + "line": 1373, "column": 32 }, "end": { - "line": 1368, + "line": 1373, "column": 55 } } } ], "range": [ - 38082, - 38222 + 38397, + 38537 ], "loc": { "start": { - "line": 1366, + "line": 1371, "column": 18 }, "end": { - "line": 1368, + "line": 1373, "column": 56 } } }, "range": [ - 38076, - 38222 + 38391, + 38537 ], "loc": { "start": { - "line": 1366, + "line": 1371, "column": 12 }, "end": { - "line": 1368, + "line": 1373, "column": 56 } } @@ -63630,16 +63719,16 @@ ], "kind": "let", "range": [ - 38072, - 38223 + 38387, + 38538 ], "loc": { "start": { - "line": 1366, + "line": 1371, "column": 8 }, "end": { - "line": 1368, + "line": 1373, "column": 57 } } @@ -63656,16 +63745,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38232, - 38235 + 38547, + 38550 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 11 } } @@ -63674,31 +63763,31 @@ "type": "Identifier", "name": "className", "range": [ - 38236, - 38245 + 38551, + 38560 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 12 }, "end": { - "line": 1369, + "line": 1374, "column": 21 } } }, "range": [ - 38232, - 38245 + 38547, + 38560 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 21 } } @@ -63709,16 +63798,16 @@ "object": { "type": "ThisExpression", "range": [ - 38248, - 38252 + 38563, + 38567 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 24 }, "end": { - "line": 1369, + "line": 1374, "column": 28 } } @@ -63727,61 +63816,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 38253, - 38264 + 38568, + 38579 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 29 }, "end": { - "line": 1369, + "line": 1374, "column": 40 } } }, "range": [ - 38248, - 38264 + 38563, + 38579 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 24 }, "end": { - "line": 1369, + "line": 1374, "column": 40 } } }, "range": [ - 38232, - 38264 + 38547, + 38579 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 40 } } }, "range": [ - 38232, - 38265 + 38547, + 38580 ], "loc": { "start": { - "line": 1369, + "line": 1374, "column": 8 }, "end": { - "line": 1369, + "line": 1374, "column": 41 } }, @@ -63790,16 +63879,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38275, - 38313 + 38590, + 38628 ], "loc": { "start": { - "line": 1371, + "line": 1376, "column": 8 }, "end": { - "line": 1371, + "line": 1376, "column": 46 } } @@ -63812,16 +63901,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38326, - 38342 + 38641, + 38657 ], "loc": { "start": { - "line": 1372, + "line": 1377, "column": 12 }, "end": { - "line": 1372, + "line": 1377, "column": 28 } } @@ -63842,16 +63931,16 @@ "type": "Identifier", "name": "elm", "range": [ - 38358, - 38361 + 38673, + 38676 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 12 }, "end": { - "line": 1373, + "line": 1378, "column": 15 } } @@ -63861,32 +63950,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38362, - 38378 + 38677, + 38693 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 16 }, "end": { - "line": 1373, + "line": 1378, "column": 32 } } } ], "range": [ - 38358, - 38379 + 38673, + 38694 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 12 }, "end": { - "line": 1373, + "line": 1378, "column": 33 } } @@ -63895,31 +63984,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 38380, - 38391 + 38695, + 38706 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 34 }, "end": { - "line": 1373, + "line": 1378, "column": 45 } } }, "range": [ - 38358, - 38391 + 38673, + 38706 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 12 }, "end": { - "line": 1373, + "line": 1378, "column": 45 } } @@ -63929,63 +64018,63 @@ "type": "Identifier", "name": "btn", "range": [ - 38392, - 38395 + 38707, + 38710 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 46 }, "end": { - "line": 1373, + "line": 1378, "column": 49 } } } ], "range": [ - 38358, - 38396 + 38673, + 38711 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 12 }, "end": { - "line": 1373, + "line": 1378, "column": 50 } } }, "range": [ - 38358, - 38397 + 38673, + 38712 ], "loc": { "start": { - "line": 1373, + "line": 1378, "column": 12 }, "end": { - "line": 1373, + "line": 1378, "column": 51 } } } ], "range": [ - 38344, - 38407 + 38659, + 38722 ], "loc": { "start": { - "line": 1372, + "line": 1377, "column": 30 }, "end": { - "line": 1374, + "line": 1379, "column": 9 } } @@ -64004,16 +64093,16 @@ "type": "Identifier", "name": "container", "range": [ - 38427, - 38436 + 38742, + 38751 ], "loc": { "start": { - "line": 1375, + "line": 1380, "column": 12 }, "end": { - "line": 1375, + "line": 1380, "column": 21 } } @@ -64022,31 +64111,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 38437, - 38448 + 38752, + 38763 ], "loc": { "start": { - "line": 1375, + "line": 1380, "column": 22 }, "end": { - "line": 1375, + "line": 1380, "column": 33 } } }, "range": [ - 38427, - 38448 + 38742, + 38763 ], "loc": { "start": { - "line": 1375, + "line": 1380, "column": 12 }, "end": { - "line": 1375, + "line": 1380, "column": 33 } } @@ -64056,78 +64145,78 @@ "type": "Identifier", "name": "btn", "range": [ - 38449, - 38452 + 38764, + 38767 ], "loc": { "start": { - "line": 1375, + "line": 1380, "column": 34 }, "end": { - "line": 1375, + "line": 1380, "column": 37 } } } ], "range": [ - 38427, - 38453 + 38742, + 38768 ], "loc": { "start": { - "line": 1375, + "line": 1380, "column": 12 }, "end": { - "line": 1375, + "line": 1380, "column": 38 } } }, "range": [ - 38427, - 38454 + 38742, + 38769 ], "loc": { "start": { - "line": 1375, + "line": 1380, "column": 12 }, "end": { - "line": 1375, + "line": 1380, "column": 39 } } } ], "range": [ - 38413, - 38464 + 38728, + 38779 ], "loc": { "start": { - "line": 1374, + "line": 1379, "column": 15 }, "end": { - "line": 1376, + "line": 1381, "column": 9 } } }, "range": [ - 38322, - 38464 + 38637, + 38779 ], "loc": { "start": { - "line": 1372, + "line": 1377, "column": 8 }, "end": { - "line": 1376, + "line": 1381, "column": 9 } }, @@ -64136,16 +64225,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38275, - 38313 + 38590, + 38628 ], "loc": { "start": { - "line": 1371, + "line": 1376, "column": 8 }, "end": { - "line": 1371, + "line": 1376, "column": 46 } } @@ -64160,16 +64249,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 38474, - 38480 + 38789, + 38795 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 14 } } @@ -64179,16 +64268,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38481, - 38484 + 38796, + 38799 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 15 }, "end": { - "line": 1378, + "line": 1383, "column": 18 } } @@ -64198,16 +64287,16 @@ "value": "click", "raw": "'click'", "range": [ - 38486, - 38493 + 38801, + 38808 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 20 }, "end": { - "line": 1378, + "line": 1383, "column": 27 } } @@ -64224,16 +64313,16 @@ "object": { "type": "ThisExpression", "range": [ - 38501, - 38505 + 38816, + 38820 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 35 }, "end": { - "line": 1378, + "line": 1383, "column": 39 } } @@ -64242,47 +64331,47 @@ "type": "Identifier", "name": "filter", "range": [ - 38506, - 38512 + 38821, + 38827 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 40 }, "end": { - "line": 1378, + "line": 1383, "column": 46 } } }, "range": [ - 38501, - 38512 + 38816, + 38827 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 35 }, "end": { - "line": 1378, + "line": 1383, "column": 46 } } }, "arguments": [], "range": [ - 38501, - 38514 + 38816, + 38829 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 35 }, "end": { - "line": 1378, + "line": 1383, "column": 48 } } @@ -64290,63 +64379,63 @@ "generator": false, "expression": true, "range": [ - 38495, - 38514 + 38810, + 38829 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 29 }, "end": { - "line": 1378, + "line": 1383, "column": 48 } } } ], "range": [ - 38474, - 38515 + 38789, + 38830 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 49 } } }, "range": [ - 38474, - 38516 + 38789, + 38831 ], "loc": { "start": { - "line": 1378, + "line": 1383, "column": 8 }, "end": { - "line": 1378, + "line": 1383, "column": 50 } } } ], "range": [ - 37957, - 38522 + 38272, + 38837 ], "loc": { "start": { - "line": 1363, + "line": 1368, "column": 44 }, "end": { - "line": 1379, + "line": 1384, "column": 5 } } @@ -64354,16 +64443,16 @@ "generator": false, "expression": false, "range": [ - 37935, - 38522 + 38250, + 38837 ], "loc": { "start": { - "line": 1363, + "line": 1368, "column": 22 }, "end": { - "line": 1379, + "line": 1384, "column": 5 } } @@ -64371,16 +64460,16 @@ "kind": "method", "computed": false, "range": [ - 37917, - 38522 + 38232, + 38837 ], "loc": { "start": { - "line": 1363, + "line": 1368, "column": 4 }, "end": { - "line": 1379, + "line": 1384, "column": 5 } }, @@ -64389,16 +64478,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37763, - 37912 + 38078, + 38227 ], "loc": { "start": { - "line": 1358, + "line": 1363, "column": 4 }, "end": { - "line": 1362, + "line": 1367, "column": 7 } } @@ -64409,16 +64498,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 38528, - 38662 + 38843, + 38977 ], "loc": { "start": { - "line": 1381, + "line": 1386, "column": 4 }, "end": { - "line": 1385, + "line": 1390, "column": 7 } } @@ -64432,16 +64521,16 @@ "type": "Identifier", "name": "feature", "range": [ - 38667, - 38674 + 38982, + 38989 ], "loc": { "start": { - "line": 1386, + "line": 1391, "column": 4 }, "end": { - "line": 1386, + "line": 1391, "column": 11 } } @@ -64454,16 +64543,16 @@ "type": "Identifier", "name": "name", "range": [ - 38675, - 38679 + 38990, + 38994 ], "loc": { "start": { - "line": 1386, + "line": 1391, "column": 12 }, "end": { - "line": 1386, + "line": 1391, "column": 16 } } @@ -64483,16 +64572,16 @@ "object": { "type": "ThisExpression", "range": [ - 38698, - 38702 + 39013, + 39017 ], "loc": { "start": { - "line": 1387, + "line": 1392, "column": 15 }, "end": { - "line": 1387, + "line": 1392, "column": 19 } } @@ -64501,31 +64590,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 38703, - 38706 + 39018, + 39021 ], "loc": { "start": { - "line": 1387, + "line": 1392, "column": 20 }, "end": { - "line": 1387, + "line": 1392, "column": 23 } } }, "range": [ - 38698, - 38706 + 39013, + 39021 ], "loc": { "start": { - "line": 1387, + "line": 1392, "column": 15 }, "end": { - "line": 1387, + "line": 1392, "column": 23 } } @@ -64534,62 +64623,62 @@ "type": "Identifier", "name": "name", "range": [ - 38707, - 38711 + 39022, + 39026 ], "loc": { "start": { - "line": 1387, + "line": 1392, "column": 24 }, "end": { - "line": 1387, + "line": 1392, "column": 28 } } }, "range": [ - 38698, - 38712 + 39013, + 39027 ], "loc": { "start": { - "line": 1387, + "line": 1392, "column": 15 }, "end": { - "line": 1387, + "line": 1392, "column": 29 } } }, "range": [ - 38691, - 38713 + 39006, + 39028 ], "loc": { "start": { - "line": 1387, + "line": 1392, "column": 8 }, "end": { - "line": 1387, + "line": 1392, "column": 30 } } } ], "range": [ - 38681, - 38719 + 38996, + 39034 ], "loc": { "start": { - "line": 1386, + "line": 1391, "column": 18 }, "end": { - "line": 1388, + "line": 1393, "column": 5 } } @@ -64597,16 +64686,16 @@ "generator": false, "expression": false, "range": [ - 38674, - 38719 + 38989, + 39034 ], "loc": { "start": { - "line": 1386, + "line": 1391, "column": 11 }, "end": { - "line": 1388, + "line": 1393, "column": 5 } } @@ -64614,16 +64703,16 @@ "kind": "method", "computed": false, "range": [ - 38667, - 38719 + 38982, + 39034 ], "loc": { "start": { - "line": 1386, + "line": 1391, "column": 4 }, "end": { - "line": 1388, + "line": 1393, "column": 5 } }, @@ -64632,16 +64721,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 38528, - 38662 + 38843, + 38977 ], "loc": { "start": { - "line": 1381, + "line": 1386, "column": 4 }, "end": { - "line": 1385, + "line": 1390, "column": 7 } } @@ -64652,16 +64741,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38725, - 38809 + 39040, + 39124 ], "loc": { "start": { - "line": 1390, + "line": 1395, "column": 4 }, "end": { - "line": 1392, + "line": 1397, "column": 7 } } @@ -64675,16 +64764,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 38814, - 38828 + 39129, + 39143 ], "loc": { "start": { - "line": 1393, + "line": 1398, "column": 4 }, "end": { - "line": 1393, + "line": 1398, "column": 18 } } @@ -64705,16 +64794,16 @@ "type": "Identifier", "name": "exts", "range": [ - 38845, - 38849 + 39160, + 39164 ], "loc": { "start": { - "line": 1394, + "line": 1399, "column": 12 }, "end": { - "line": 1394, + "line": 1399, "column": 16 } } @@ -64725,16 +64814,16 @@ "object": { "type": "ThisExpression", "range": [ - 38852, - 38856 + 39167, + 39171 ], "loc": { "start": { - "line": 1394, + "line": 1399, "column": 19 }, "end": { - "line": 1394, + "line": 1399, "column": 23 } } @@ -64743,46 +64832,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 38857, - 38867 + 39172, + 39182 ], "loc": { "start": { - "line": 1394, + "line": 1399, "column": 24 }, "end": { - "line": 1394, + "line": 1399, "column": 34 } } }, "range": [ - 38852, - 38867 + 39167, + 39182 ], "loc": { "start": { - "line": 1394, + "line": 1399, "column": 19 }, "end": { - "line": 1394, + "line": 1399, "column": 34 } } }, "range": [ - 38845, - 38867 + 39160, + 39182 ], "loc": { "start": { - "line": 1394, + "line": 1399, "column": 12 }, "end": { - "line": 1394, + "line": 1399, "column": 34 } } @@ -64790,16 +64879,16 @@ ], "kind": "let", "range": [ - 38841, - 38868 + 39156, + 39183 ], "loc": { "start": { - "line": 1394, + "line": 1399, "column": 8 }, "end": { - "line": 1394, + "line": 1399, "column": 35 } }, @@ -64808,16 +64897,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 38877, - 38930 + 39192, + 39245 ], "loc": { "start": { - "line": 1395, + "line": 1400, "column": 8 }, "end": { - "line": 1395, + "line": 1400, "column": 61 } } @@ -64833,16 +64922,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 38939, - 38962 + 39254, + 39277 ], "loc": { "start": { - "line": 1396, + "line": 1401, "column": 8 }, "end": { - "line": 1396, + "line": 1401, "column": 31 } } @@ -64853,16 +64942,16 @@ "object": { "type": "ThisExpression", "range": [ - 38965, - 38969 + 39280, + 39284 ], "loc": { "start": { - "line": 1396, + "line": 1401, "column": 34 }, "end": { - "line": 1396, + "line": 1401, "column": 38 } } @@ -64871,61 +64960,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 38970, - 38978 + 39285, + 39293 ], "loc": { "start": { - "line": 1396, + "line": 1401, "column": 39 }, "end": { - "line": 1396, + "line": 1401, "column": 47 } } }, "range": [ - 38965, - 38978 + 39280, + 39293 ], "loc": { "start": { - "line": 1396, + "line": 1401, "column": 34 }, "end": { - "line": 1396, + "line": 1401, "column": 47 } } }, "range": [ - 38939, - 38978 + 39254, + 39293 ], "loc": { "start": { - "line": 1396, + "line": 1401, "column": 8 }, "end": { - "line": 1396, + "line": 1401, "column": 47 } } }, "range": [ - 38939, - 38979 + 39254, + 39294 ], "loc": { "start": { - "line": 1396, + "line": 1401, "column": 8 }, "end": { - "line": 1396, + "line": 1401, "column": 48 } }, @@ -64934,16 +65023,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 38877, - 38930 + 39192, + 39245 ], "loc": { "start": { - "line": 1395, + "line": 1400, "column": 8 }, "end": { - "line": 1395, + "line": 1400, "column": 61 } } @@ -64963,16 +65052,16 @@ "object": { "type": "ThisExpression", "range": [ - 38989, - 38993 + 39304, + 39308 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 8 }, "end": { - "line": 1398, + "line": 1403, "column": 12 } } @@ -64981,31 +65070,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 38994, - 39001 + 39309, + 39316 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 13 }, "end": { - "line": 1398, + "line": 1403, "column": 20 } } }, "range": [ - 38989, - 39001 + 39304, + 39316 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 8 }, "end": { - "line": 1398, + "line": 1403, "column": 20 } } @@ -65014,31 +65103,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39002, - 39006 + 39317, + 39321 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 21 }, "end": { - "line": 1398, + "line": 1403, "column": 25 } } }, "range": [ - 38989, - 39006 + 39304, + 39321 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 8 }, "end": { - "line": 1398, + "line": 1403, "column": 25 } } @@ -65049,16 +65138,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 39007, - 39034 + 39322, + 39349 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 26 }, "end": { - "line": 1398, + "line": 1403, "column": 53 } } @@ -65066,47 +65155,47 @@ { "type": "ThisExpression", "range": [ - 39036, - 39040 + 39351, + 39355 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 55 }, "end": { - "line": 1398, + "line": 1403, "column": 59 } } } ], "range": [ - 38989, - 39041 + 39304, + 39356 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 8 }, "end": { - "line": 1398, + "line": 1403, "column": 60 } } }, "range": [ - 38989, - 39042 + 39304, + 39357 ], "loc": { "start": { - "line": 1398, + "line": 1403, "column": 8 }, "end": { - "line": 1398, + "line": 1403, "column": 61 } } @@ -65122,16 +65211,16 @@ "type": "Identifier", "name": "i", "range": [ - 39060, - 39061 + 39375, + 39376 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 17 }, "end": { - "line": 1399, + "line": 1404, "column": 18 } } @@ -65141,31 +65230,31 @@ "value": 0, "raw": "0", "range": [ - 39064, - 39065 + 39379, + 39380 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 21 }, "end": { - "line": 1399, + "line": 1404, "column": 22 } } }, "range": [ - 39060, - 39065 + 39375, + 39380 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 17 }, "end": { - "line": 1399, + "line": 1404, "column": 22 } } @@ -65176,16 +65265,16 @@ "type": "Identifier", "name": "len", "range": [ - 39067, - 39070 + 39382, + 39385 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 24 }, "end": { - "line": 1399, + "line": 1404, "column": 27 } } @@ -65197,16 +65286,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39073, - 39077 + 39388, + 39392 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 30 }, "end": { - "line": 1399, + "line": 1404, "column": 34 } } @@ -65215,46 +65304,46 @@ "type": "Identifier", "name": "length", "range": [ - 39078, - 39084 + 39393, + 39399 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 35 }, "end": { - "line": 1399, + "line": 1404, "column": 41 } } }, "range": [ - 39073, - 39084 + 39388, + 39399 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 30 }, "end": { - "line": 1399, + "line": 1404, "column": 41 } } }, "range": [ - 39067, - 39084 + 39382, + 39399 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 24 }, "end": { - "line": 1399, + "line": 1404, "column": 41 } } @@ -65262,16 +65351,16 @@ ], "kind": "let", "range": [ - 39056, - 39084 + 39371, + 39399 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 13 }, "end": { - "line": 1399, + "line": 1404, "column": 41 } } @@ -65283,16 +65372,16 @@ "type": "Identifier", "name": "i", "range": [ - 39086, - 39087 + 39401, + 39402 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 43 }, "end": { - "line": 1399, + "line": 1404, "column": 44 } } @@ -65301,31 +65390,31 @@ "type": "Identifier", "name": "len", "range": [ - 39090, - 39093 + 39405, + 39408 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 47 }, "end": { - "line": 1399, + "line": 1404, "column": 50 } } }, "range": [ - 39086, - 39093 + 39401, + 39408 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 43 }, "end": { - "line": 1399, + "line": 1404, "column": 50 } } @@ -65337,32 +65426,32 @@ "type": "Identifier", "name": "i", "range": [ - 39095, - 39096 + 39410, + 39411 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 52 }, "end": { - "line": 1399, + "line": 1404, "column": 53 } } }, "prefix": false, "range": [ - 39095, - 39098 + 39410, + 39413 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 52 }, "end": { - "line": 1399, + "line": 1404, "column": 55 } } @@ -65379,16 +65468,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39118, - 39121 + 39433, + 39436 ], "loc": { "start": { - "line": 1400, + "line": 1405, "column": 16 }, "end": { - "line": 1400, + "line": 1405, "column": 19 } } @@ -65400,16 +65489,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39124, - 39128 + 39439, + 39443 ], "loc": { "start": { - "line": 1400, + "line": 1405, "column": 22 }, "end": { - "line": 1400, + "line": 1405, "column": 26 } } @@ -65418,46 +65507,46 @@ "type": "Identifier", "name": "i", "range": [ - 39129, - 39130 + 39444, + 39445 ], "loc": { "start": { - "line": 1400, + "line": 1405, "column": 27 }, "end": { - "line": 1400, + "line": 1405, "column": 28 } } }, "range": [ - 39124, - 39131 + 39439, + 39446 ], "loc": { "start": { - "line": 1400, + "line": 1405, "column": 22 }, "end": { - "line": 1400, + "line": 1405, "column": 29 } } }, "range": [ - 39118, - 39131 + 39433, + 39446 ], "loc": { "start": { - "line": 1400, + "line": 1405, "column": 16 }, "end": { - "line": 1400, + "line": 1405, "column": 29 } } @@ -65465,16 +65554,16 @@ ], "kind": "let", "range": [ - 39114, - 39132 + 39429, + 39447 ], "loc": { "start": { - "line": 1400, + "line": 1405, "column": 12 }, "end": { - "line": 1400, + "line": 1405, "column": 30 } } @@ -65493,16 +65582,16 @@ "object": { "type": "ThisExpression", "range": [ - 39150, - 39154 + 39465, + 39469 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 17 }, "end": { - "line": 1401, + "line": 1406, "column": 21 } } @@ -65511,31 +65600,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 39155, - 39166 + 39470, + 39481 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 22 }, "end": { - "line": 1401, + "line": 1406, "column": 33 } } }, "range": [ - 39150, - 39166 + 39465, + 39481 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 17 }, "end": { - "line": 1401, + "line": 1406, "column": 33 } } @@ -65547,16 +65636,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39167, - 39170 + 39482, + 39485 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 34 }, "end": { - "line": 1401, + "line": 1406, "column": 37 } } @@ -65565,62 +65654,62 @@ "type": "Identifier", "name": "name", "range": [ - 39171, - 39175 + 39486, + 39490 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 38 }, "end": { - "line": 1401, + "line": 1406, "column": 42 } } }, "range": [ - 39167, - 39175 + 39482, + 39490 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 34 }, "end": { - "line": 1401, + "line": 1406, "column": 42 } } }, "range": [ - 39150, - 39176 + 39465, + 39491 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 17 }, "end": { - "line": 1401, + "line": 1406, "column": 43 } } }, "prefix": true, "range": [ - 39149, - 39176 + 39464, + 39491 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 16 }, "end": { - "line": 1401, + "line": 1406, "column": 43 } } @@ -65638,16 +65727,16 @@ "object": { "type": "ThisExpression", "range": [ - 39196, - 39200 + 39511, + 39515 ], "loc": { "start": { - "line": 1402, + "line": 1407, "column": 16 }, "end": { - "line": 1402, + "line": 1407, "column": 20 } } @@ -65656,31 +65745,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 39201, - 39214 + 39516, + 39529 ], "loc": { "start": { - "line": 1402, + "line": 1407, "column": 21 }, "end": { - "line": 1402, + "line": 1407, "column": 34 } } }, "range": [ - 39196, - 39214 + 39511, + 39529 ], "loc": { "start": { - "line": 1402, + "line": 1407, "column": 16 }, "end": { - "line": 1402, + "line": 1407, "column": 34 } } @@ -65690,110 +65779,110 @@ "type": "Identifier", "name": "ext", "range": [ - 39215, - 39218 + 39530, + 39533 ], "loc": { "start": { - "line": 1402, + "line": 1407, "column": 35 }, "end": { - "line": 1402, + "line": 1407, "column": 38 } } } ], "range": [ - 39196, - 39219 + 39511, + 39534 ], "loc": { "start": { - "line": 1402, + "line": 1407, "column": 16 }, "end": { - "line": 1402, + "line": 1407, "column": 39 } } }, "range": [ - 39196, - 39220 + 39511, + 39535 ], "loc": { "start": { - "line": 1402, + "line": 1407, "column": 16 }, "end": { - "line": 1402, + "line": 1407, "column": 40 } } } ], "range": [ - 39178, - 39234 + 39493, + 39549 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 45 }, "end": { - "line": 1403, + "line": 1408, "column": 13 } } }, "alternate": null, "range": [ - 39145, - 39234 + 39460, + 39549 ], "loc": { "start": { - "line": 1401, + "line": 1406, "column": 12 }, "end": { - "line": 1403, + "line": 1408, "column": 13 } } } ], "range": [ - 39100, - 39244 + 39415, + 39559 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 57 }, "end": { - "line": 1404, + "line": 1409, "column": 9 } } }, "range": [ - 39051, - 39244 + 39366, + 39559 ], "loc": { "start": { - "line": 1399, + "line": 1404, "column": 8 }, "end": { - "line": 1404, + "line": 1409, "column": 9 } } @@ -65811,16 +65900,16 @@ "object": { "type": "ThisExpression", "range": [ - 39253, - 39257 + 39568, + 39572 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 8 }, "end": { - "line": 1405, + "line": 1410, "column": 12 } } @@ -65829,31 +65918,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 39258, - 39265 + 39573, + 39580 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 13 }, "end": { - "line": 1405, + "line": 1410, "column": 20 } } }, "range": [ - 39253, - 39265 + 39568, + 39580 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 8 }, "end": { - "line": 1405, + "line": 1410, "column": 20 } } @@ -65862,31 +65951,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39266, - 39270 + 39581, + 39585 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 21 }, "end": { - "line": 1405, + "line": 1410, "column": 25 } } }, "range": [ - 39253, - 39270 + 39568, + 39585 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 8 }, "end": { - "line": 1405, + "line": 1410, "column": 25 } } @@ -65897,16 +65986,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 39271, - 39297 + 39586, + 39612 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 26 }, "end": { - "line": 1405, + "line": 1410, "column": 52 } } @@ -65914,63 +66003,63 @@ { "type": "ThisExpression", "range": [ - 39299, - 39303 + 39614, + 39618 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 54 }, "end": { - "line": 1405, + "line": 1410, "column": 58 } } } ], "range": [ - 39253, - 39304 + 39568, + 39619 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 8 }, "end": { - "line": 1405, + "line": 1410, "column": 59 } } }, "range": [ - 39253, - 39305 + 39568, + 39620 ], "loc": { "start": { - "line": 1405, + "line": 1410, "column": 8 }, "end": { - "line": 1405, + "line": 1410, "column": 60 } } } ], "range": [ - 38831, - 39311 + 39146, + 39626 ], "loc": { "start": { - "line": 1393, + "line": 1398, "column": 21 }, "end": { - "line": 1406, + "line": 1411, "column": 5 } } @@ -65978,16 +66067,16 @@ "generator": false, "expression": false, "range": [ - 38828, - 39311 + 39143, + 39626 ], "loc": { "start": { - "line": 1393, + "line": 1398, "column": 18 }, "end": { - "line": 1406, + "line": 1411, "column": 5 } } @@ -65995,16 +66084,16 @@ "kind": "method", "computed": false, "range": [ - 38814, - 39311 + 39129, + 39626 ], "loc": { "start": { - "line": 1393, + "line": 1398, "column": 4 }, "end": { - "line": 1406, + "line": 1411, "column": 5 } }, @@ -66013,16 +66102,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38725, - 38809 + 39040, + 39124 ], "loc": { "start": { - "line": 1390, + "line": 1395, "column": 4 }, "end": { - "line": 1392, + "line": 1397, "column": 7 } } @@ -66033,16 +66122,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39317, - 39412 + 39632, + 39727 ], "loc": { "start": { - "line": 1408, + "line": 1413, "column": 4 }, "end": { - "line": 1411, + "line": 1416, "column": 7 } } @@ -66056,16 +66145,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 39417, - 39430 + 39732, + 39745 ], "loc": { "start": { - "line": 1412, + "line": 1417, "column": 4 }, "end": { - "line": 1412, + "line": 1417, "column": 17 } } @@ -66078,16 +66167,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39431, - 39434 + 39746, + 39749 ], "loc": { "start": { - "line": 1412, + "line": 1417, "column": 18 }, "end": { - "line": 1412, + "line": 1417, "column": 21 } } @@ -66108,32 +66197,32 @@ "type": "Identifier", "name": "ext", "range": [ - 39451, - 39454 + 39766, + 39769 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 13 }, "end": { - "line": 1413, + "line": 1418, "column": 16 } } }, "prefix": true, "range": [ - 39450, - 39454 + 39765, + 39769 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 12 }, "end": { - "line": 1413, + "line": 1418, "column": 16 } } @@ -66148,16 +66237,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39459, - 39462 + 39774, + 39777 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 21 }, "end": { - "line": 1413, + "line": 1418, "column": 24 } } @@ -66166,62 +66255,62 @@ "type": "Identifier", "name": "name", "range": [ - 39463, - 39467 + 39778, + 39782 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 25 }, "end": { - "line": 1413, + "line": 1418, "column": 29 } } }, "range": [ - 39459, - 39467 + 39774, + 39782 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 21 }, "end": { - "line": 1413, + "line": 1418, "column": 29 } } }, "prefix": true, "range": [ - 39458, - 39467 + 39773, + 39782 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 20 }, "end": { - "line": 1413, + "line": 1418, "column": 29 } } }, "range": [ - 39450, - 39467 + 39765, + 39782 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 12 }, "end": { - "line": 1413, + "line": 1418, "column": 29 } } @@ -66233,48 +66322,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39483, - 39490 + 39798, + 39805 ], "loc": { "start": { - "line": 1414, + "line": 1419, "column": 12 }, "end": { - "line": 1414, + "line": 1419, "column": 19 } } } ], "range": [ - 39469, - 39500 + 39784, + 39815 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 31 }, "end": { - "line": 1415, + "line": 1420, "column": 9 } } }, "alternate": null, "range": [ - 39446, - 39500 + 39761, + 39815 ], "loc": { "start": { - "line": 1413, + "line": 1418, "column": 8 }, "end": { - "line": 1415, + "line": 1420, "column": 9 } } @@ -66288,16 +66377,16 @@ "type": "Identifier", "name": "name", "range": [ - 39514, - 39518 + 39829, + 39833 ], "loc": { "start": { - "line": 1417, + "line": 1422, "column": 12 }, "end": { - "line": 1417, + "line": 1422, "column": 16 } } @@ -66309,16 +66398,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39521, - 39524 + 39836, + 39839 ], "loc": { "start": { - "line": 1417, + "line": 1422, "column": 19 }, "end": { - "line": 1417, + "line": 1422, "column": 22 } } @@ -66327,46 +66416,46 @@ "type": "Identifier", "name": "name", "range": [ - 39525, - 39529 + 39840, + 39844 ], "loc": { "start": { - "line": 1417, + "line": 1422, "column": 23 }, "end": { - "line": 1417, + "line": 1422, "column": 27 } } }, "range": [ - 39521, - 39529 + 39836, + 39844 ], "loc": { "start": { - "line": 1417, + "line": 1422, "column": 19 }, "end": { - "line": 1417, + "line": 1422, "column": 27 } } }, "range": [ - 39514, - 39529 + 39829, + 39844 ], "loc": { "start": { - "line": 1417, + "line": 1422, "column": 12 }, "end": { - "line": 1417, + "line": 1422, "column": 27 } } @@ -66374,16 +66463,16 @@ ], "kind": "let", "range": [ - 39510, - 39530 + 39825, + 39845 ], "loc": { "start": { - "line": 1417, + "line": 1422, "column": 8 }, "end": { - "line": 1417, + "line": 1422, "column": 28 } } @@ -66397,16 +66486,16 @@ "type": "Identifier", "name": "path", "range": [ - 39543, - 39547 + 39858, + 39862 ], "loc": { "start": { - "line": 1418, + "line": 1423, "column": 12 }, "end": { - "line": 1418, + "line": 1423, "column": 16 } } @@ -66418,16 +66507,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39550, - 39553 + 39865, + 39868 ], "loc": { "start": { - "line": 1418, + "line": 1423, "column": 19 }, "end": { - "line": 1418, + "line": 1423, "column": 22 } } @@ -66436,46 +66525,46 @@ "type": "Identifier", "name": "path", "range": [ - 39554, - 39558 + 39869, + 39873 ], "loc": { "start": { - "line": 1418, + "line": 1423, "column": 23 }, "end": { - "line": 1418, + "line": 1423, "column": 27 } } }, "range": [ - 39550, - 39558 + 39865, + 39873 ], "loc": { "start": { - "line": 1418, + "line": 1423, "column": 19 }, "end": { - "line": 1418, + "line": 1423, "column": 27 } } }, "range": [ - 39543, - 39558 + 39858, + 39873 ], "loc": { "start": { - "line": 1418, + "line": 1423, "column": 12 }, "end": { - "line": 1418, + "line": 1423, "column": 27 } } @@ -66483,16 +66572,16 @@ ], "kind": "let", "range": [ - 39539, - 39559 + 39854, + 39874 ], "loc": { "start": { - "line": 1418, + "line": 1423, "column": 8 }, "end": { - "line": 1418, + "line": 1423, "column": 28 } } @@ -66506,32 +66595,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39572, - 39582 + 39887, + 39897 ], "loc": { "start": { - "line": 1419, + "line": 1424, "column": 12 }, "end": { - "line": 1419, + "line": 1424, "column": 22 } } }, "init": null, "range": [ - 39572, - 39582 + 39887, + 39897 ], "loc": { "start": { - "line": 1419, + "line": 1424, "column": 12 }, "end": { - "line": 1419, + "line": 1424, "column": 22 } } @@ -66539,16 +66628,16 @@ ], "kind": "let", "range": [ - 39568, - 39583 + 39883, + 39898 ], "loc": { "start": { - "line": 1419, + "line": 1424, "column": 8 }, "end": { - "line": 1419, + "line": 1424, "column": 23 } } @@ -66562,16 +66651,16 @@ "type": "Identifier", "name": "name", "range": [ - 39597, - 39601 + 39912, + 39916 ], "loc": { "start": { - "line": 1421, + "line": 1426, "column": 12 }, "end": { - "line": 1421, + "line": 1426, "column": 16 } } @@ -66580,31 +66669,31 @@ "type": "Identifier", "name": "path", "range": [ - 39605, - 39609 + 39920, + 39924 ], "loc": { "start": { - "line": 1421, + "line": 1426, "column": 20 }, "end": { - "line": 1421, + "line": 1426, "column": 24 } } }, "range": [ - 39597, - 39609 + 39912, + 39924 ], "loc": { "start": { - "line": 1421, + "line": 1426, "column": 12 }, "end": { - "line": 1421, + "line": 1426, "column": 24 } } @@ -66621,16 +66710,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39625, - 39635 + 39940, + 39950 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 12 }, "end": { - "line": 1422, + "line": 1427, "column": 22 } } @@ -66645,16 +66734,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39638, - 39641 + 39953, + 39956 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 25 }, "end": { - "line": 1422, + "line": 1427, "column": 28 } } @@ -66663,31 +66752,31 @@ "type": "Identifier", "name": "path", "range": [ - 39642, - 39646 + 39957, + 39961 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 29 }, "end": { - "line": 1422, + "line": 1427, "column": 33 } } }, "range": [ - 39638, - 39646 + 39953, + 39961 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 25 }, "end": { - "line": 1422, + "line": 1427, "column": 33 } } @@ -66696,77 +66785,77 @@ "type": "Identifier", "name": "name", "range": [ - 39649, - 39653 + 39964, + 39968 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 36 }, "end": { - "line": 1422, + "line": 1427, "column": 40 } } }, "range": [ - 39638, - 39653 + 39953, + 39968 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 25 }, "end": { - "line": 1422, + "line": 1427, "column": 40 } } }, "range": [ - 39625, - 39653 + 39940, + 39968 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 12 }, "end": { - "line": 1422, + "line": 1427, "column": 40 } } }, "range": [ - 39625, - 39654 + 39940, + 39969 ], "loc": { "start": { - "line": 1422, + "line": 1427, "column": 12 }, "end": { - "line": 1422, + "line": 1427, "column": 41 } } } ], "range": [ - 39611, - 39664 + 39926, + 39979 ], "loc": { "start": { - "line": 1421, + "line": 1426, "column": 26 }, "end": { - "line": 1423, + "line": 1428, "column": 9 } } @@ -66783,16 +66872,16 @@ "type": "Identifier", "name": "name", "range": [ - 39684, - 39688 + 39999, + 40003 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 12 }, "end": { - "line": 1424, + "line": 1429, "column": 16 } } @@ -66806,16 +66895,16 @@ "type": "Identifier", "name": "name", "range": [ - 39691, - 39695 + 40006, + 40010 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 19 }, "end": { - "line": 1424, + "line": 1429, "column": 23 } } @@ -66824,31 +66913,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39696, - 39703 + 40011, + 40018 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 24 }, "end": { - "line": 1424, + "line": 1429, "column": 31 } } }, "range": [ - 39691, - 39703 + 40006, + 40018 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 19 }, "end": { - "line": 1424, + "line": 1429, "column": 31 } } @@ -66859,16 +66948,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 39704, - 39709 + 40019, + 40024 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 32 }, "end": { - "line": 1424, + "line": 1429, "column": 37 } } @@ -66878,62 +66967,62 @@ "value": "", "raw": "''", "range": [ - 39711, - 39713 + 40026, + 40028 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 39 }, "end": { - "line": 1424, + "line": 1429, "column": 41 } } } ], "range": [ - 39691, - 39714 + 40006, + 40029 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 19 }, "end": { - "line": 1424, + "line": 1429, "column": 42 } } }, "range": [ - 39684, - 39714 + 39999, + 40029 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 12 }, "end": { - "line": 1424, + "line": 1429, "column": 42 } } }, "range": [ - 39684, - 39715 + 39999, + 40030 ], "loc": { "start": { - "line": 1424, + "line": 1429, "column": 12 }, "end": { - "line": 1424, + "line": 1429, "column": 43 } } @@ -66947,16 +67036,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39728, - 39738 + 40043, + 40053 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 12 }, "end": { - "line": 1425, + "line": 1430, "column": 22 } } @@ -66971,16 +67060,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 39741, - 39759 + 40056, + 40074 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 25 }, "end": { - "line": 1425, + "line": 1430, "column": 43 } } @@ -66989,31 +67078,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39760, - 39767 + 40075, + 40082 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 44 }, "end": { - "line": 1425, + "line": 1430, "column": 51 } } }, "range": [ - 39741, - 39767 + 40056, + 40082 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 25 }, "end": { - "line": 1425, + "line": 1430, "column": 51 } } @@ -67028,16 +67117,16 @@ "flags": "g" }, "range": [ - 39768, - 39773 + 40083, + 40088 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 52 }, "end": { - "line": 1425, + "line": 1430, "column": 57 } } @@ -67046,93 +67135,93 @@ "type": "Identifier", "name": "name", "range": [ - 39775, - 39779 + 40090, + 40094 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 59 }, "end": { - "line": 1425, + "line": 1430, "column": 63 } } } ], "range": [ - 39741, - 39780 + 40056, + 40095 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 25 }, "end": { - "line": 1425, + "line": 1430, "column": 64 } } }, "range": [ - 39728, - 39780 + 40043, + 40095 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 12 }, "end": { - "line": 1425, + "line": 1430, "column": 64 } } }, "range": [ - 39728, - 39781 + 40043, + 40096 ], "loc": { "start": { - "line": 1425, + "line": 1430, "column": 12 }, "end": { - "line": 1425, + "line": 1430, "column": 65 } } } ], "range": [ - 39670, - 39791 + 39985, + 40106 ], "loc": { "start": { - "line": 1423, + "line": 1428, "column": 15 }, "end": { - "line": 1426, + "line": 1431, "column": 9 } } }, "range": [ - 39593, - 39791 + 39908, + 40106 ], "loc": { "start": { - "line": 1421, + "line": 1426, "column": 8 }, "end": { - "line": 1426, + "line": 1431, "column": 9 } }, @@ -67141,16 +67230,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 39801, - 39831 + 40116, + 40146 ], "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 38 } } @@ -67165,16 +67254,16 @@ "type": "Identifier", "name": "require", "range": [ - 39840, - 39847 + 40155, + 40162 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 8 }, "end": { - "line": 1429, + "line": 1434, "column": 15 } } @@ -67191,16 +67280,16 @@ "value": "./", "raw": "'./'", "range": [ - 39849, - 39853 + 40164, + 40168 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 17 }, "end": { - "line": 1429, + "line": 1434, "column": 21 } } @@ -67209,47 +67298,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39856, - 39866 + 40171, + 40181 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 24 }, "end": { - "line": 1429, + "line": 1434, "column": 34 } } }, "range": [ - 39849, - 39866 + 40164, + 40181 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 17 }, "end": { - "line": 1429, + "line": 1434, "column": 34 } } } ], "range": [ - 39848, - 39867 + 40163, + 40182 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 16 }, "end": { - "line": 1429, + "line": 1434, "column": 35 } } @@ -67262,16 +67351,16 @@ "type": "Identifier", "name": "mod", "range": [ - 39870, - 39873 + 40185, + 40188 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 38 }, "end": { - "line": 1429, + "line": 1434, "column": 41 } } @@ -67289,16 +67378,16 @@ "type": "Identifier", "name": "inst", "range": [ - 39929, - 39933 + 40244, + 40248 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 16 }, "end": { - "line": 1431, + "line": 1436, "column": 20 } } @@ -67312,16 +67401,16 @@ "type": "Identifier", "name": "mod", "range": [ - 39940, - 39943 + 40255, + 40258 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 27 }, "end": { - "line": 1431, + "line": 1436, "column": 30 } } @@ -67330,31 +67419,31 @@ "type": "Identifier", "name": "default", "range": [ - 39944, - 39951 + 40259, + 40266 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 31 }, "end": { - "line": 1431, + "line": 1436, "column": 38 } } }, "range": [ - 39940, - 39951 + 40255, + 40266 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 27 }, "end": { - "line": 1431, + "line": 1436, "column": 38 } } @@ -67363,16 +67452,16 @@ { "type": "ThisExpression", "range": [ - 39952, - 39956 + 40267, + 40271 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 39 }, "end": { - "line": 1431, + "line": 1436, "column": 43 } } @@ -67381,47 +67470,47 @@ "type": "Identifier", "name": "ext", "range": [ - 39958, - 39961 + 40273, + 40276 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 45 }, "end": { - "line": 1431, + "line": 1436, "column": 48 } } } ], "range": [ - 39936, - 39962 + 40251, + 40277 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 23 }, "end": { - "line": 1431, + "line": 1436, "column": 49 } } }, "range": [ - 39929, - 39962 + 40244, + 40277 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 16 }, "end": { - "line": 1431, + "line": 1436, "column": 49 } } @@ -67429,16 +67518,16 @@ ], "kind": "let", "range": [ - 39925, - 39963 + 40240, + 40278 ], "loc": { "start": { - "line": 1431, + "line": 1436, "column": 12 }, "end": { - "line": 1431, + "line": 1436, "column": 50 } }, @@ -67447,16 +67536,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 39892, - 39912 + 40207, + 40227 ], "loc": { "start": { - "line": 1430, + "line": 1435, "column": 12 }, "end": { - "line": 1430, + "line": 1435, "column": 32 } } @@ -67467,16 +67556,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 39976, - 39995 + 40291, + 40310 ], "loc": { "start": { - "line": 1432, + "line": 1437, "column": 12 }, "end": { - "line": 1432, + "line": 1437, "column": 31 } } @@ -67494,16 +67583,16 @@ "type": "Identifier", "name": "inst", "range": [ - 40008, - 40012 + 40323, + 40327 ], "loc": { "start": { - "line": 1433, + "line": 1438, "column": 12 }, "end": { - "line": 1433, + "line": 1438, "column": 16 } } @@ -67512,62 +67601,62 @@ "type": "Identifier", "name": "init", "range": [ - 40013, - 40017 + 40328, + 40332 ], "loc": { "start": { - "line": 1433, + "line": 1438, "column": 17 }, "end": { - "line": 1433, + "line": 1438, "column": 21 } } }, "range": [ - 40008, - 40017 + 40323, + 40332 ], "loc": { "start": { - "line": 1433, + "line": 1438, "column": 12 }, "end": { - "line": 1433, + "line": 1438, "column": 21 } } }, "arguments": [], "range": [ - 40008, - 40019 + 40323, + 40334 ], "loc": { "start": { - "line": 1433, + "line": 1438, "column": 12 }, "end": { - "line": 1433, + "line": 1438, "column": 23 } } }, "range": [ - 40008, - 40020 + 40323, + 40335 ], "loc": { "start": { - "line": 1433, + "line": 1438, "column": 12 }, "end": { - "line": 1433, + "line": 1438, "column": 24 } }, @@ -67576,16 +67665,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 39976, - 39995 + 40291, + 40310 ], "loc": { "start": { - "line": 1432, + "line": 1437, "column": 12 }, "end": { - "line": 1432, + "line": 1437, "column": 31 } } @@ -67606,16 +67695,16 @@ "object": { "type": "ThisExpression", "range": [ - 40033, - 40037 + 40348, + 40352 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 12 }, "end": { - "line": 1434, + "line": 1439, "column": 16 } } @@ -67624,31 +67713,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40038, - 40049 + 40353, + 40364 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 17 }, "end": { - "line": 1434, + "line": 1439, "column": 28 } } }, "range": [ - 40033, - 40049 + 40348, + 40364 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 12 }, "end": { - "line": 1434, + "line": 1439, "column": 28 } } @@ -67657,31 +67746,31 @@ "type": "Identifier", "name": "name", "range": [ - 40050, - 40054 + 40365, + 40369 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 29 }, "end": { - "line": 1434, + "line": 1439, "column": 33 } } }, "range": [ - 40033, - 40055 + 40348, + 40370 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 12 }, "end": { - "line": 1434, + "line": 1439, "column": 34 } } @@ -67690,62 +67779,62 @@ "type": "Identifier", "name": "inst", "range": [ - 40058, - 40062 + 40373, + 40377 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 37 }, "end": { - "line": 1434, + "line": 1439, "column": 41 } } }, "range": [ - 40033, - 40062 + 40348, + 40377 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 12 }, "end": { - "line": 1434, + "line": 1439, "column": 41 } } }, "range": [ - 40033, - 40063 + 40348, + 40378 ], "loc": { "start": { - "line": 1434, + "line": 1439, "column": 12 }, "end": { - "line": 1434, + "line": 1439, "column": 42 } } } ], "range": [ - 39878, - 40073 + 40193, + 40388 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 46 }, "end": { - "line": 1435, + "line": 1440, "column": 9 } } @@ -67753,47 +67842,47 @@ "generator": false, "expression": false, "range": [ - 39869, - 40073 + 40184, + 40388 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 37 }, "end": { - "line": 1435, + "line": 1440, "column": 9 } } } ], "range": [ - 39840, - 40074 + 40155, + 40389 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 10 } } }, "range": [ - 39840, - 40075 + 40155, + 40390 ], "loc": { "start": { - "line": 1429, + "line": 1434, "column": 8 }, "end": { - "line": 1435, + "line": 1440, "column": 11 } }, @@ -67802,16 +67891,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 39801, - 39831 + 40116, + 40146 ], "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 38 } } @@ -67820,16 +67909,16 @@ } ], "range": [ - 39436, - 40081 + 39751, + 40396 ], "loc": { "start": { - "line": 1412, + "line": 1417, "column": 23 }, "end": { - "line": 1436, + "line": 1441, "column": 5 } } @@ -67837,16 +67926,16 @@ "generator": false, "expression": false, "range": [ - 39430, - 40081 + 39745, + 40396 ], "loc": { "start": { - "line": 1412, + "line": 1417, "column": 17 }, "end": { - "line": 1436, + "line": 1441, "column": 5 } } @@ -67854,16 +67943,16 @@ "kind": "method", "computed": false, "range": [ - 39417, - 40081 + 39732, + 40396 ], "loc": { "start": { - "line": 1412, + "line": 1417, "column": 4 }, "end": { - "line": 1436, + "line": 1441, "column": 5 } }, @@ -67872,16 +67961,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39317, - 39412 + 39632, + 39727 ], "loc": { "start": { - "line": 1408, + "line": 1413, "column": 4 }, "end": { - "line": 1411, + "line": 1416, "column": 7 } } @@ -67892,16 +67981,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40087, - 40230 + 40402, + 40545 ], "loc": { "start": { - "line": 1438, + "line": 1443, "column": 4 }, "end": { - "line": 1442, + "line": 1447, "column": 7 } } @@ -67915,16 +68004,16 @@ "type": "Identifier", "name": "extension", "range": [ - 40235, - 40244 + 40550, + 40559 ], "loc": { "start": { - "line": 1443, + "line": 1448, "column": 4 }, "end": { - "line": 1443, + "line": 1448, "column": 13 } } @@ -67937,16 +68026,16 @@ "type": "Identifier", "name": "name", "range": [ - 40245, - 40249 + 40560, + 40564 ], "loc": { "start": { - "line": 1443, + "line": 1448, "column": 14 }, "end": { - "line": 1443, + "line": 1448, "column": 18 } } @@ -67966,16 +68055,16 @@ "object": { "type": "ThisExpression", "range": [ - 40268, - 40272 + 40583, + 40587 ], "loc": { "start": { - "line": 1444, + "line": 1449, "column": 15 }, "end": { - "line": 1444, + "line": 1449, "column": 19 } } @@ -67984,31 +68073,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40273, - 40284 + 40588, + 40599 ], "loc": { "start": { - "line": 1444, + "line": 1449, "column": 20 }, "end": { - "line": 1444, + "line": 1449, "column": 31 } } }, "range": [ - 40268, - 40284 + 40583, + 40599 ], "loc": { "start": { - "line": 1444, + "line": 1449, "column": 15 }, "end": { - "line": 1444, + "line": 1449, "column": 31 } } @@ -68017,62 +68106,62 @@ "type": "Identifier", "name": "name", "range": [ - 40285, - 40289 + 40600, + 40604 ], "loc": { "start": { - "line": 1444, + "line": 1449, "column": 32 }, "end": { - "line": 1444, + "line": 1449, "column": 36 } } }, "range": [ - 40268, - 40290 + 40583, + 40605 ], "loc": { "start": { - "line": 1444, + "line": 1449, "column": 15 }, "end": { - "line": 1444, + "line": 1449, "column": 37 } } }, "range": [ - 40261, - 40291 + 40576, + 40606 ], "loc": { "start": { - "line": 1444, + "line": 1449, "column": 8 }, "end": { - "line": 1444, + "line": 1449, "column": 38 } } } ], "range": [ - 40251, - 40297 + 40566, + 40612 ], "loc": { "start": { - "line": 1443, + "line": 1448, "column": 20 }, "end": { - "line": 1445, + "line": 1450, "column": 5 } } @@ -68080,16 +68169,16 @@ "generator": false, "expression": false, "range": [ - 40244, - 40297 + 40559, + 40612 ], "loc": { "start": { - "line": 1443, + "line": 1448, "column": 13 }, "end": { - "line": 1445, + "line": 1450, "column": 5 } } @@ -68097,16 +68186,16 @@ "kind": "method", "computed": false, "range": [ - 40235, - 40297 + 40550, + 40612 ], "loc": { "start": { - "line": 1443, + "line": 1448, "column": 4 }, "end": { - "line": 1445, + "line": 1450, "column": 5 } }, @@ -68115,16 +68204,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40087, - 40230 + 40402, + 40545 ], "loc": { "start": { - "line": 1438, + "line": 1443, "column": 4 }, "end": { - "line": 1442, + "line": 1447, "column": 7 } } @@ -68135,16 +68224,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40303, - 40433 + 40618, + 40748 ], "loc": { "start": { - "line": 1447, + "line": 1452, "column": 4 }, "end": { - "line": 1451, + "line": 1456, "column": 7 } } @@ -68158,16 +68247,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 40438, - 40450 + 40753, + 40765 ], "loc": { "start": { - "line": 1452, + "line": 1457, "column": 4 }, "end": { - "line": 1452, + "line": 1457, "column": 16 } } @@ -68180,16 +68269,16 @@ "type": "Identifier", "name": "name", "range": [ - 40451, - 40455 + 40766, + 40770 ], "loc": { "start": { - "line": 1452, + "line": 1457, "column": 17 }, "end": { - "line": 1452, + "line": 1457, "column": 21 } } @@ -68209,16 +68298,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 40475, - 40482 + 40790, + 40797 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 16 }, "end": { - "line": 1453, + "line": 1458, "column": 23 } } @@ -68233,16 +68322,16 @@ "object": { "type": "ThisExpression", "range": [ - 40483, - 40487 + 40798, + 40802 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 24 }, "end": { - "line": 1453, + "line": 1458, "column": 28 } } @@ -68251,31 +68340,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40488, - 40499 + 40803, + 40814 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 29 }, "end": { - "line": 1453, + "line": 1458, "column": 40 } } }, "range": [ - 40483, - 40499 + 40798, + 40814 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 24 }, "end": { - "line": 1453, + "line": 1458, "column": 40 } } @@ -68284,94 +68373,94 @@ "type": "Identifier", "name": "name", "range": [ - 40500, - 40504 + 40815, + 40819 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 41 }, "end": { - "line": 1453, + "line": 1458, "column": 45 } } }, "range": [ - 40483, - 40505 + 40798, + 40820 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 24 }, "end": { - "line": 1453, + "line": 1458, "column": 46 } } } ], "range": [ - 40475, - 40506 + 40790, + 40821 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 16 }, "end": { - "line": 1453, + "line": 1458, "column": 47 } } }, "prefix": true, "range": [ - 40474, - 40506 + 40789, + 40821 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 15 }, "end": { - "line": 1453, + "line": 1458, "column": 47 } } }, "range": [ - 40467, - 40507 + 40782, + 40822 ], "loc": { "start": { - "line": 1453, + "line": 1458, "column": 8 }, "end": { - "line": 1453, + "line": 1458, "column": 48 } } } ], "range": [ - 40457, - 40513 + 40772, + 40828 ], "loc": { "start": { - "line": 1452, + "line": 1457, "column": 23 }, "end": { - "line": 1454, + "line": 1459, "column": 5 } } @@ -68379,16 +68468,16 @@ "generator": false, "expression": false, "range": [ - 40450, - 40513 + 40765, + 40828 ], "loc": { "start": { - "line": 1452, + "line": 1457, "column": 16 }, "end": { - "line": 1454, + "line": 1459, "column": 5 } } @@ -68396,16 +68485,16 @@ "kind": "method", "computed": false, "range": [ - 40438, - 40513 + 40753, + 40828 ], "loc": { "start": { - "line": 1452, + "line": 1457, "column": 4 }, "end": { - "line": 1454, + "line": 1459, "column": 5 } }, @@ -68414,16 +68503,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40303, - 40433 + 40618, + 40748 ], "loc": { "start": { - "line": 1447, + "line": 1452, "column": 4 }, "end": { - "line": 1451, + "line": 1456, "column": 7 } } @@ -68434,16 +68523,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 40519, - 40600 + 40834, + 40915 ], "loc": { "start": { - "line": 1456, + "line": 1461, "column": 4 }, "end": { - "line": 1458, + "line": 1463, "column": 7 } } @@ -68457,16 +68546,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 40605, - 40622 + 40920, + 40937 ], "loc": { "start": { - "line": 1459, + "line": 1464, "column": 4 }, "end": { - "line": 1459, + "line": 1464, "column": 21 } } @@ -68487,16 +68576,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40639, - 40643 + 40954, + 40958 ], "loc": { "start": { - "line": 1460, + "line": 1465, "column": 12 }, "end": { - "line": 1460, + "line": 1465, "column": 16 } } @@ -68507,16 +68596,16 @@ "object": { "type": "ThisExpression", "range": [ - 40646, - 40650 + 40961, + 40965 ], "loc": { "start": { - "line": 1460, + "line": 1465, "column": 19 }, "end": { - "line": 1460, + "line": 1465, "column": 23 } } @@ -68525,46 +68614,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 40651, - 40661 + 40966, + 40976 ], "loc": { "start": { - "line": 1460, + "line": 1465, "column": 24 }, "end": { - "line": 1460, + "line": 1465, "column": 34 } } }, "range": [ - 40646, - 40661 + 40961, + 40976 ], "loc": { "start": { - "line": 1460, + "line": 1465, "column": 19 }, "end": { - "line": 1460, + "line": 1465, "column": 34 } } }, "range": [ - 40639, - 40661 + 40954, + 40976 ], "loc": { "start": { - "line": 1460, + "line": 1465, "column": 12 }, "end": { - "line": 1460, + "line": 1465, "column": 34 } } @@ -68572,16 +68661,16 @@ ], "kind": "let", "range": [ - 40635, - 40662 + 40950, + 40977 ], "loc": { "start": { - "line": 1460, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1465, "column": 35 } } @@ -68597,16 +68686,16 @@ "type": "Identifier", "name": "i", "range": [ - 40681, - 40682 + 40996, + 40997 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 17 }, "end": { - "line": 1462, + "line": 1467, "column": 18 } } @@ -68616,31 +68705,31 @@ "value": 0, "raw": "0", "range": [ - 40685, - 40686 + 41000, + 41001 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 21 }, "end": { - "line": 1462, + "line": 1467, "column": 22 } } }, "range": [ - 40681, - 40686 + 40996, + 41001 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 17 }, "end": { - "line": 1462, + "line": 1467, "column": 22 } } @@ -68651,16 +68740,16 @@ "type": "Identifier", "name": "len", "range": [ - 40688, - 40691 + 41003, + 41006 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 24 }, "end": { - "line": 1462, + "line": 1467, "column": 27 } } @@ -68672,16 +68761,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40694, - 40698 + 41009, + 41013 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 30 }, "end": { - "line": 1462, + "line": 1467, "column": 34 } } @@ -68690,46 +68779,46 @@ "type": "Identifier", "name": "length", "range": [ - 40699, - 40705 + 41014, + 41020 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 35 }, "end": { - "line": 1462, + "line": 1467, "column": 41 } } }, "range": [ - 40694, - 40705 + 41009, + 41020 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 30 }, "end": { - "line": 1462, + "line": 1467, "column": 41 } } }, "range": [ - 40688, - 40705 + 41003, + 41020 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 24 }, "end": { - "line": 1462, + "line": 1467, "column": 41 } } @@ -68737,16 +68826,16 @@ ], "kind": "let", "range": [ - 40677, - 40705 + 40992, + 41020 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 13 }, "end": { - "line": 1462, + "line": 1467, "column": 41 } } @@ -68758,16 +68847,16 @@ "type": "Identifier", "name": "i", "range": [ - 40707, - 40708 + 41022, + 41023 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 43 }, "end": { - "line": 1462, + "line": 1467, "column": 44 } } @@ -68776,31 +68865,31 @@ "type": "Identifier", "name": "len", "range": [ - 40711, - 40714 + 41026, + 41029 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 47 }, "end": { - "line": 1462, + "line": 1467, "column": 50 } } }, "range": [ - 40707, - 40714 + 41022, + 41029 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 43 }, "end": { - "line": 1462, + "line": 1467, "column": 50 } } @@ -68812,32 +68901,32 @@ "type": "Identifier", "name": "i", "range": [ - 40716, - 40717 + 41031, + 41032 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 52 }, "end": { - "line": 1462, + "line": 1467, "column": 53 } } }, "prefix": false, "range": [ - 40716, - 40719 + 41031, + 41034 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 52 }, "end": { - "line": 1462, + "line": 1467, "column": 55 } } @@ -68854,16 +68943,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40739, - 40742 + 41054, + 41057 ], "loc": { "start": { - "line": 1463, + "line": 1468, "column": 16 }, "end": { - "line": 1463, + "line": 1468, "column": 19 } } @@ -68875,16 +68964,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40745, - 40749 + 41060, + 41064 ], "loc": { "start": { - "line": 1463, + "line": 1468, "column": 22 }, "end": { - "line": 1463, + "line": 1468, "column": 26 } } @@ -68893,46 +68982,46 @@ "type": "Identifier", "name": "i", "range": [ - 40750, - 40751 + 41065, + 41066 ], "loc": { "start": { - "line": 1463, + "line": 1468, "column": 27 }, "end": { - "line": 1463, + "line": 1468, "column": 28 } } }, "range": [ - 40745, - 40752 + 41060, + 41067 ], "loc": { "start": { - "line": 1463, + "line": 1468, "column": 22 }, "end": { - "line": 1463, + "line": 1468, "column": 29 } } }, "range": [ - 40739, - 40752 + 41054, + 41067 ], "loc": { "start": { - "line": 1463, + "line": 1468, "column": 16 }, "end": { - "line": 1463, + "line": 1468, "column": 29 } } @@ -68940,16 +69029,16 @@ ], "kind": "let", "range": [ - 40735, - 40753 + 41050, + 41068 ], "loc": { "start": { - "line": 1463, + "line": 1468, "column": 12 }, "end": { - "line": 1463, + "line": 1468, "column": 30 } } @@ -68963,16 +69052,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 40770, - 40781 + 41085, + 41096 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 16 }, "end": { - "line": 1464, + "line": 1469, "column": 27 } } @@ -68986,16 +69075,16 @@ "object": { "type": "ThisExpression", "range": [ - 40784, - 40788 + 41099, + 41103 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 30 }, "end": { - "line": 1464, + "line": 1469, "column": 34 } } @@ -69004,31 +69093,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40789, - 40800 + 41104, + 41115 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 35 }, "end": { - "line": 1464, + "line": 1469, "column": 46 } } }, "range": [ - 40784, - 40800 + 41099, + 41115 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 30 }, "end": { - "line": 1464, + "line": 1469, "column": 46 } } @@ -69040,16 +69129,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40801, - 40804 + 41116, + 41119 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 47 }, "end": { - "line": 1464, + "line": 1469, "column": 50 } } @@ -69058,61 +69147,61 @@ "type": "Identifier", "name": "name", "range": [ - 40805, - 40809 + 41120, + 41124 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 51 }, "end": { - "line": 1464, + "line": 1469, "column": 55 } } }, "range": [ - 40801, - 40809 + 41116, + 41124 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 47 }, "end": { - "line": 1464, + "line": 1469, "column": 55 } } }, "range": [ - 40784, - 40810 + 41099, + 41125 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 30 }, "end": { - "line": 1464, + "line": 1469, "column": 56 } } }, "range": [ - 40770, - 40810 + 41085, + 41125 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 16 }, "end": { - "line": 1464, + "line": 1469, "column": 56 } } @@ -69120,16 +69209,16 @@ ], "kind": "let", "range": [ - 40766, - 40811 + 41081, + 41126 ], "loc": { "start": { - "line": 1464, + "line": 1469, "column": 12 }, "end": { - "line": 1464, + "line": 1469, "column": 57 } } @@ -69140,16 +69229,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 40828, - 40839 + 41143, + 41154 ], "loc": { "start": { - "line": 1465, + "line": 1470, "column": 16 }, "end": { - "line": 1465, + "line": 1470, "column": 27 } } @@ -69168,16 +69257,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 40859, - 40870 + 41174, + 41185 ], "loc": { "start": { - "line": 1466, + "line": 1471, "column": 16 }, "end": { - "line": 1466, + "line": 1471, "column": 27 } } @@ -69186,62 +69275,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 40871, - 40878 + 41186, + 41193 ], "loc": { "start": { - "line": 1466, + "line": 1471, "column": 28 }, "end": { - "line": 1466, + "line": 1471, "column": 35 } } }, "range": [ - 40859, - 40878 + 41174, + 41193 ], "loc": { "start": { - "line": 1466, + "line": 1471, "column": 16 }, "end": { - "line": 1466, + "line": 1471, "column": 35 } } }, "arguments": [], "range": [ - 40859, - 40880 + 41174, + 41195 ], "loc": { "start": { - "line": 1466, + "line": 1471, "column": 16 }, "end": { - "line": 1466, + "line": 1471, "column": 37 } } }, "range": [ - 40859, - 40881 + 41174, + 41196 ], "loc": { "start": { - "line": 1466, + "line": 1471, "column": 16 }, "end": { - "line": 1466, + "line": 1471, "column": 38 } } @@ -69260,16 +69349,16 @@ "object": { "type": "ThisExpression", "range": [ - 40898, - 40902 + 41213, + 41217 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 16 }, "end": { - "line": 1467, + "line": 1472, "column": 20 } } @@ -69278,31 +69367,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40903, - 40914 + 41218, + 41229 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 21 }, "end": { - "line": 1467, + "line": 1472, "column": 32 } } }, "range": [ - 40898, - 40914 + 41213, + 41229 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 16 }, "end": { - "line": 1467, + "line": 1472, "column": 32 } } @@ -69314,16 +69403,16 @@ "type": "Identifier", "name": "ext", "range": [ - 40915, - 40918 + 41230, + 41233 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 33 }, "end": { - "line": 1467, + "line": 1472, "column": 36 } } @@ -69332,46 +69421,46 @@ "type": "Identifier", "name": "name", "range": [ - 40919, - 40923 + 41234, + 41238 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 37 }, "end": { - "line": 1467, + "line": 1472, "column": 41 } } }, "range": [ - 40915, - 40923 + 41230, + 41238 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 33 }, "end": { - "line": 1467, + "line": 1472, "column": 41 } } }, "range": [ - 40898, - 40924 + 41213, + 41239 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 16 }, "end": { - "line": 1467, + "line": 1472, "column": 42 } } @@ -69380,125 +69469,125 @@ "type": "Identifier", "name": "undefined", "range": [ - 40927, - 40936 + 41242, + 41251 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 45 }, "end": { - "line": 1467, + "line": 1472, "column": 54 } } }, "range": [ - 40898, - 40936 + 41213, + 41251 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 16 }, "end": { - "line": 1467, + "line": 1472, "column": 54 } } }, "range": [ - 40898, - 40937 + 41213, + 41252 ], "loc": { "start": { - "line": 1467, + "line": 1472, "column": 16 }, "end": { - "line": 1467, + "line": 1472, "column": 55 } } } ], "range": [ - 40841, - 40951 + 41156, + 41266 ], "loc": { "start": { - "line": 1465, + "line": 1470, "column": 29 }, "end": { - "line": 1468, + "line": 1473, "column": 13 } } }, "alternate": null, "range": [ - 40824, - 40951 + 41139, + 41266 ], "loc": { "start": { - "line": 1465, + "line": 1470, "column": 12 }, "end": { - "line": 1468, + "line": 1473, "column": 13 } } } ], "range": [ - 40721, - 40961 + 41036, + 41276 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 57 }, "end": { - "line": 1469, + "line": 1474, "column": 9 } } }, "range": [ - 40672, - 40961 + 40987, + 41276 ], "loc": { "start": { - "line": 1462, + "line": 1467, "column": 8 }, "end": { - "line": 1469, + "line": 1474, "column": 9 } } } ], "range": [ - 40625, - 40967 + 40940, + 41282 ], "loc": { "start": { - "line": 1459, + "line": 1464, "column": 24 }, "end": { - "line": 1470, + "line": 1475, "column": 5 } } @@ -69506,16 +69595,16 @@ "generator": false, "expression": false, "range": [ - 40622, - 40967 + 40937, + 41282 ], "loc": { "start": { - "line": 1459, + "line": 1464, "column": 21 }, "end": { - "line": 1470, + "line": 1475, "column": 5 } } @@ -69523,16 +69612,16 @@ "kind": "method", "computed": false, "range": [ - 40605, - 40967 + 40920, + 41282 ], "loc": { "start": { - "line": 1459, + "line": 1464, "column": 4 }, "end": { - "line": 1470, + "line": 1475, "column": 5 } }, @@ -69541,16 +69630,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 40519, - 40600 + 40834, + 40915 ], "loc": { "start": { - "line": 1456, + "line": 1461, "column": 4 }, "end": { - "line": 1458, + "line": 1463, "column": 7 } } @@ -69561,16 +69650,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40973, - 41039 + 41288, + 41354 ], "loc": { "start": { - "line": 1472, + "line": 1477, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -69584,16 +69673,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 41044, - 41054 + 41359, + 41369 ], "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1475, + "line": 1480, "column": 14 } } @@ -69614,16 +69703,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41071, - 41077 + 41386, + 41392 ], "loc": { "start": { - "line": 1476, + "line": 1481, "column": 12 }, "end": { - "line": 1476, + "line": 1481, "column": 18 } } @@ -69634,16 +69723,16 @@ "object": { "type": "ThisExpression", "range": [ - 41080, - 41084 + 41395, + 41399 ], "loc": { "start": { - "line": 1476, + "line": 1481, "column": 21 }, "end": { - "line": 1476, + "line": 1481, "column": 25 } } @@ -69652,46 +69741,46 @@ "type": "Identifier", "name": "themes", "range": [ - 41085, - 41091 + 41400, + 41406 ], "loc": { "start": { - "line": 1476, + "line": 1481, "column": 26 }, "end": { - "line": 1476, + "line": 1481, "column": 32 } } }, "range": [ - 41080, - 41091 + 41395, + 41406 ], "loc": { "start": { - "line": 1476, + "line": 1481, "column": 21 }, "end": { - "line": 1476, + "line": 1481, "column": 32 } } }, "range": [ - 41071, - 41091 + 41386, + 41406 ], "loc": { "start": { - "line": 1476, + "line": 1481, "column": 12 }, "end": { - "line": 1476, + "line": 1481, "column": 32 } } @@ -69699,16 +69788,16 @@ ], "kind": "let", "range": [ - 41067, - 41092 + 41382, + 41407 ], "loc": { "start": { - "line": 1476, + "line": 1481, "column": 8 }, "end": { - "line": 1476, + "line": 1481, "column": 33 } } @@ -69726,16 +69815,16 @@ "object": { "type": "ThisExpression", "range": [ - 41101, - 41105 + 41416, + 41420 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 12 } } @@ -69744,31 +69833,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 41106, - 41113 + 41421, + 41428 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 13 }, "end": { - "line": 1477, + "line": 1482, "column": 20 } } }, "range": [ - 41101, - 41113 + 41416, + 41428 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 20 } } @@ -69777,31 +69866,31 @@ "type": "Identifier", "name": "emit", "range": [ - 41114, - 41118 + 41429, + 41433 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 21 }, "end": { - "line": 1477, + "line": 1482, "column": 25 } } }, "range": [ - 41101, - 41118 + 41416, + 41433 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 25 } } @@ -69812,16 +69901,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 41119, - 41142 + 41434, + 41457 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 26 }, "end": { - "line": 1477, + "line": 1482, "column": 49 } } @@ -69829,47 +69918,47 @@ { "type": "ThisExpression", "range": [ - 41144, - 41148 + 41459, + 41463 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 51 }, "end": { - "line": 1477, + "line": 1482, "column": 55 } } } ], "range": [ - 41101, - 41149 + 41416, + 41464 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 56 } } }, "range": [ - 41101, - 41150 + 41416, + 41465 ], "loc": { "start": { - "line": 1477, + "line": 1482, "column": 8 }, "end": { - "line": 1477, + "line": 1482, "column": 57 } }, @@ -69878,16 +69967,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41160, - 41182 + 41475, + 41497 ], "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 30 } } @@ -69902,16 +69991,16 @@ "object": { "type": "ThisExpression", "range": [ - 41195, - 41199 + 41510, + 41514 ], "loc": { "start": { - "line": 1480, + "line": 1485, "column": 12 }, "end": { - "line": 1480, + "line": 1485, "column": 16 } } @@ -69920,31 +70009,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 41200, - 41218 + 41515, + 41533 ], "loc": { "start": { - "line": 1480, + "line": 1485, "column": 17 }, "end": { - "line": 1480, + "line": 1485, "column": 35 } } }, "range": [ - 41195, - 41218 + 41510, + 41533 ], "loc": { "start": { - "line": 1480, + "line": 1485, "column": 12 }, "end": { - "line": 1480, + "line": 1485, "column": 35 } } @@ -69961,16 +70050,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41238, - 41250 + 41553, + 41565 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 16 }, "end": { - "line": 1481, + "line": 1486, "column": 28 } } @@ -69984,16 +70073,16 @@ "type": "Identifier", "name": "name", "range": [ - 41255, - 41259 + 41570, + 41574 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 33 }, "end": { - "line": 1481, + "line": 1486, "column": 37 } } @@ -70003,16 +70092,16 @@ "value": "default", "raw": "'default'", "range": [ - 41261, - 41270 + 41576, + 41585 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 39 }, "end": { - "line": 1481, + "line": 1486, "column": 48 } } @@ -70022,47 +70111,47 @@ "shorthand": false, "computed": false, "range": [ - 41255, - 41270 + 41570, + 41585 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 33 }, "end": { - "line": 1481, + "line": 1486, "column": 48 } } } ], "range": [ - 41253, - 41272 + 41568, + 41587 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 31 }, "end": { - "line": 1481, + "line": 1486, "column": 50 } } }, "range": [ - 41238, - 41272 + 41553, + 41587 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 16 }, "end": { - "line": 1481, + "line": 1486, "column": 50 } } @@ -70070,16 +70159,16 @@ ], "kind": "let", "range": [ - 41234, - 41273 + 41549, + 41588 ], "loc": { "start": { - "line": 1481, + "line": 1486, "column": 12 }, "end": { - "line": 1481, + "line": 1486, "column": 51 } } @@ -70097,16 +70186,16 @@ "object": { "type": "ThisExpression", "range": [ - 41286, - 41290 + 41601, + 41605 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 12 }, "end": { - "line": 1482, + "line": 1487, "column": 16 } } @@ -70115,31 +70204,31 @@ "type": "Identifier", "name": "themes", "range": [ - 41291, - 41297 + 41606, + 41612 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 17 }, "end": { - "line": 1482, + "line": 1487, "column": 23 } } }, "range": [ - 41286, - 41297 + 41601, + 41612 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 12 }, "end": { - "line": 1482, + "line": 1487, "column": 23 } } @@ -70148,31 +70237,31 @@ "type": "Identifier", "name": "push", "range": [ - 41298, - 41302 + 41613, + 41617 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 24 }, "end": { - "line": 1482, + "line": 1487, "column": 28 } } }, "range": [ - 41286, - 41302 + 41601, + 41617 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 12 }, "end": { - "line": 1482, + "line": 1487, "column": 28 } } @@ -70182,79 +70271,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41303, - 41315 + 41618, + 41630 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 29 }, "end": { - "line": 1482, + "line": 1487, "column": 41 } } } ], "range": [ - 41286, - 41316 + 41601, + 41631 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 12 }, "end": { - "line": 1482, + "line": 1487, "column": 42 } } }, "range": [ - 41286, - 41317 + 41601, + 41632 ], "loc": { "start": { - "line": 1482, + "line": 1487, "column": 12 }, "end": { - "line": 1482, + "line": 1487, "column": 43 } } } ], "range": [ - 41220, - 41327 + 41535, + 41642 ], "loc": { "start": { - "line": 1480, + "line": 1485, "column": 37 }, "end": { - "line": 1483, + "line": 1488, "column": 9 } } }, "alternate": null, "range": [ - 41191, - 41327 + 41506, + 41642 ], "loc": { "start": { - "line": 1480, + "line": 1485, "column": 8 }, "end": { - "line": 1483, + "line": 1488, "column": 9 } }, @@ -70263,16 +70352,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41160, - 41182 + 41475, + 41497 ], "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 30 } } @@ -70287,16 +70376,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 41340, - 41347 + 41655, + 41662 ], "loc": { "start": { - "line": 1484, + "line": 1489, "column": 12 }, "end": { - "line": 1484, + "line": 1489, "column": 19 } } @@ -70306,32 +70395,32 @@ "type": "Identifier", "name": "themes", "range": [ - 41348, - 41354 + 41663, + 41669 ], "loc": { "start": { - "line": 1484, + "line": 1489, "column": 20 }, "end": { - "line": 1484, + "line": 1489, "column": 26 } } } ], "range": [ - 41340, - 41355 + 41655, + 41670 ], "loc": { "start": { - "line": 1484, + "line": 1489, "column": 12 }, "end": { - "line": 1484, + "line": 1489, "column": 27 } } @@ -70350,16 +70439,16 @@ "type": "Identifier", "name": "i", "range": [ - 41380, - 41381 + 41695, + 41696 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 21 }, "end": { - "line": 1485, + "line": 1490, "column": 22 } } @@ -70369,31 +70458,31 @@ "value": 0, "raw": "0", "range": [ - 41384, - 41385 + 41699, + 41700 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 25 }, "end": { - "line": 1485, + "line": 1490, "column": 26 } } }, "range": [ - 41380, - 41385 + 41695, + 41700 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 21 }, "end": { - "line": 1485, + "line": 1490, "column": 26 } } @@ -70404,16 +70493,16 @@ "type": "Identifier", "name": "len", "range": [ - 41387, - 41390 + 41702, + 41705 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 28 }, "end": { - "line": 1485, + "line": 1490, "column": 31 } } @@ -70425,16 +70514,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41393, - 41399 + 41708, + 41714 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 34 }, "end": { - "line": 1485, + "line": 1490, "column": 40 } } @@ -70443,46 +70532,46 @@ "type": "Identifier", "name": "length", "range": [ - 41400, - 41406 + 41715, + 41721 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 41 }, "end": { - "line": 1485, + "line": 1490, "column": 47 } } }, "range": [ - 41393, - 41406 + 41708, + 41721 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 34 }, "end": { - "line": 1485, + "line": 1490, "column": 47 } } }, "range": [ - 41387, - 41406 + 41702, + 41721 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 28 }, "end": { - "line": 1485, + "line": 1490, "column": 47 } } @@ -70490,16 +70579,16 @@ ], "kind": "let", "range": [ - 41376, - 41406 + 41691, + 41721 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 17 }, "end": { - "line": 1485, + "line": 1490, "column": 47 } } @@ -70511,16 +70600,16 @@ "type": "Identifier", "name": "i", "range": [ - 41408, - 41409 + 41723, + 41724 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 49 }, "end": { - "line": 1485, + "line": 1490, "column": 50 } } @@ -70529,31 +70618,31 @@ "type": "Identifier", "name": "len", "range": [ - 41412, - 41415 + 41727, + 41730 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 53 }, "end": { - "line": 1485, + "line": 1490, "column": 56 } } }, "range": [ - 41408, - 41415 + 41723, + 41730 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 49 }, "end": { - "line": 1485, + "line": 1490, "column": 56 } } @@ -70565,32 +70654,32 @@ "type": "Identifier", "name": "i", "range": [ - 41417, - 41418 + 41732, + 41733 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 58 }, "end": { - "line": 1485, + "line": 1490, "column": 59 } } }, "prefix": false, "range": [ - 41417, - 41420 + 41732, + 41735 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 58 }, "end": { - "line": 1485, + "line": 1490, "column": 61 } } @@ -70607,16 +70696,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41444, - 41449 + 41759, + 41764 ], "loc": { "start": { - "line": 1486, + "line": 1491, "column": 20 }, "end": { - "line": 1486, + "line": 1491, "column": 25 } } @@ -70628,16 +70717,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41452, - 41458 + 41767, + 41773 ], "loc": { "start": { - "line": 1486, + "line": 1491, "column": 28 }, "end": { - "line": 1486, + "line": 1491, "column": 34 } } @@ -70646,46 +70735,46 @@ "type": "Identifier", "name": "i", "range": [ - 41459, - 41460 + 41774, + 41775 ], "loc": { "start": { - "line": 1486, + "line": 1491, "column": 35 }, "end": { - "line": 1486, + "line": 1491, "column": 36 } } }, "range": [ - 41452, - 41461 + 41767, + 41776 ], "loc": { "start": { - "line": 1486, + "line": 1491, "column": 28 }, "end": { - "line": 1486, + "line": 1491, "column": 37 } } }, "range": [ - 41444, - 41461 + 41759, + 41776 ], "loc": { "start": { - "line": 1486, + "line": 1491, "column": 20 }, "end": { - "line": 1486, + "line": 1491, "column": 37 } } @@ -70693,16 +70782,16 @@ ], "kind": "let", "range": [ - 41440, - 41462 + 41755, + 41777 ], "loc": { "start": { - "line": 1486, + "line": 1491, "column": 16 }, "end": { - "line": 1486, + "line": 1491, "column": 38 } } @@ -70716,16 +70805,16 @@ "type": "Identifier", "name": "name", "range": [ - 41483, - 41487 + 41798, + 41802 ], "loc": { "start": { - "line": 1487, + "line": 1492, "column": 20 }, "end": { - "line": 1487, + "line": 1492, "column": 24 } } @@ -70737,16 +70826,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41490, - 41495 + 41805, + 41810 ], "loc": { "start": { - "line": 1487, + "line": 1492, "column": 27 }, "end": { - "line": 1487, + "line": 1492, "column": 32 } } @@ -70755,46 +70844,46 @@ "type": "Identifier", "name": "name", "range": [ - 41496, - 41500 + 41811, + 41815 ], "loc": { "start": { - "line": 1487, + "line": 1492, "column": 33 }, "end": { - "line": 1487, + "line": 1492, "column": 37 } } }, "range": [ - 41490, - 41500 + 41805, + 41815 ], "loc": { "start": { - "line": 1487, + "line": 1492, "column": 27 }, "end": { - "line": 1487, + "line": 1492, "column": 37 } } }, "range": [ - 41483, - 41500 + 41798, + 41815 ], "loc": { "start": { - "line": 1487, + "line": 1492, "column": 20 }, "end": { - "line": 1487, + "line": 1492, "column": 37 } } @@ -70802,16 +70891,16 @@ ], "kind": "let", "range": [ - 41479, - 41501 + 41794, + 41816 ], "loc": { "start": { - "line": 1487, + "line": 1492, "column": 16 }, "end": { - "line": 1487, + "line": 1492, "column": 38 } } @@ -70825,16 +70914,16 @@ "type": "Identifier", "name": "path", "range": [ - 41522, - 41526 + 41837, + 41841 ], "loc": { "start": { - "line": 1488, + "line": 1493, "column": 20 }, "end": { - "line": 1488, + "line": 1493, "column": 24 } } @@ -70846,16 +70935,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41529, - 41534 + 41844, + 41849 ], "loc": { "start": { - "line": 1488, + "line": 1493, "column": 27 }, "end": { - "line": 1488, + "line": 1493, "column": 32 } } @@ -70864,46 +70953,46 @@ "type": "Identifier", "name": "path", "range": [ - 41535, - 41539 + 41850, + 41854 ], "loc": { "start": { - "line": 1488, + "line": 1493, "column": 33 }, "end": { - "line": 1488, + "line": 1493, "column": 37 } } }, "range": [ - 41529, - 41539 + 41844, + 41854 ], "loc": { "start": { - "line": 1488, + "line": 1493, "column": 27 }, "end": { - "line": 1488, + "line": 1493, "column": 37 } } }, "range": [ - 41522, - 41539 + 41837, + 41854 ], "loc": { "start": { - "line": 1488, + "line": 1493, "column": 20 }, "end": { - "line": 1488, + "line": 1493, "column": 37 } } @@ -70911,16 +71000,16 @@ ], "kind": "let", "range": [ - 41518, - 41540 + 41833, + 41855 ], "loc": { "start": { - "line": 1488, + "line": 1493, "column": 16 }, "end": { - "line": 1488, + "line": 1493, "column": 38 } } @@ -70934,16 +71023,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41561, - 41568 + 41876, + 41883 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 20 }, "end": { - "line": 1489, + "line": 1494, "column": 27 } } @@ -70957,16 +71046,16 @@ "object": { "type": "ThisExpression", "range": [ - 41571, - 41575 + 41886, + 41890 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 30 }, "end": { - "line": 1489, + "line": 1494, "column": 34 } } @@ -70975,31 +71064,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 41576, - 41582 + 41891, + 41897 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 35 }, "end": { - "line": 1489, + "line": 1494, "column": 41 } } }, "range": [ - 41571, - 41582 + 41886, + 41897 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 30 }, "end": { - "line": 1489, + "line": 1494, "column": 41 } } @@ -71008,46 +71097,46 @@ "type": "Identifier", "name": "name", "range": [ - 41585, - 41589 + 41900, + 41904 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 44 }, "end": { - "line": 1489, + "line": 1494, "column": 48 } } }, "range": [ - 41571, - 41589 + 41886, + 41904 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 30 }, "end": { - "line": 1489, + "line": 1494, "column": 48 } } }, "range": [ - 41561, - 41589 + 41876, + 41904 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 20 }, "end": { - "line": 1489, + "line": 1494, "column": 48 } } @@ -71055,16 +71144,16 @@ ], "kind": "let", "range": [ - 41557, - 41590 + 41872, + 41905 ], "loc": { "start": { - "line": 1489, + "line": 1494, "column": 16 }, "end": { - "line": 1489, + "line": 1494, "column": 49 } } @@ -71078,16 +71167,16 @@ "type": "Identifier", "name": "name", "range": [ - 41611, - 41615 + 41926, + 41930 ], "loc": { "start": { - "line": 1490, + "line": 1495, "column": 20 }, "end": { - "line": 1490, + "line": 1495, "column": 24 } } @@ -71099,47 +71188,47 @@ "type": "Identifier", "name": "path", "range": [ - 41620, - 41624 + 41935, + 41939 ], "loc": { "start": { - "line": 1490, + "line": 1495, "column": 29 }, "end": { - "line": 1490, + "line": 1495, "column": 33 } } }, "prefix": true, "range": [ - 41619, - 41624 + 41934, + 41939 ], "loc": { "start": { - "line": 1490, + "line": 1495, "column": 28 }, "end": { - "line": 1490, + "line": 1495, "column": 33 } } }, "range": [ - 41611, - 41624 + 41926, + 41939 ], "loc": { "start": { - "line": 1490, + "line": 1495, "column": 20 }, "end": { - "line": 1490, + "line": 1495, "column": 33 } } @@ -71156,16 +71245,16 @@ "type": "Identifier", "name": "path", "range": [ - 41648, - 41652 + 41963, + 41967 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 20 }, "end": { - "line": 1491, + "line": 1496, "column": 24 } } @@ -71188,16 +71277,16 @@ "object": { "type": "ThisExpression", "range": [ - 41655, - 41659 + 41970, + 41974 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 27 }, "end": { - "line": 1491, + "line": 1496, "column": 31 } } @@ -71206,31 +71295,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 41660, - 41670 + 41975, + 41985 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 32 }, "end": { - "line": 1491, + "line": 1496, "column": 42 } } }, "range": [ - 41655, - 41670 + 41970, + 41985 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 27 }, "end": { - "line": 1491, + "line": 1496, "column": 42 } } @@ -71239,31 +71328,31 @@ "type": "Identifier", "name": "name", "range": [ - 41673, - 41677 + 41988, + 41992 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 45 }, "end": { - "line": 1491, + "line": 1496, "column": 49 } } }, "range": [ - 41655, - 41677 + 41970, + 41992 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 27 }, "end": { - "line": 1491, + "line": 1496, "column": 49 } } @@ -71273,31 +71362,31 @@ "value": "/", "raw": "'/'", "range": [ - 41680, - 41683 + 41995, + 41998 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 52 }, "end": { - "line": 1491, + "line": 1496, "column": 55 } } }, "range": [ - 41655, - 41683 + 41970, + 41998 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 27 }, "end": { - "line": 1491, + "line": 1496, "column": 55 } } @@ -71306,31 +71395,31 @@ "type": "Identifier", "name": "name", "range": [ - 41686, - 41690 + 42001, + 42005 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 58 }, "end": { - "line": 1491, + "line": 1496, "column": 62 } } }, "range": [ - 41655, - 41690 + 41970, + 42005 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 27 }, "end": { - "line": 1491, + "line": 1496, "column": 62 } } @@ -71340,77 +71429,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 41693, - 41699 + 42008, + 42014 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 65 }, "end": { - "line": 1491, + "line": 1496, "column": 71 } } }, "range": [ - 41655, - 41699 + 41970, + 42014 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 27 }, "end": { - "line": 1491, + "line": 1496, "column": 71 } } }, "range": [ - 41648, - 41699 + 41963, + 42014 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 20 }, "end": { - "line": 1491, + "line": 1496, "column": 71 } } }, "range": [ - 41648, - 41700 + 41963, + 42015 ], "loc": { "start": { - "line": 1491, + "line": 1496, "column": 20 }, "end": { - "line": 1491, + "line": 1496, "column": 72 } } } ], "range": [ - 41626, - 41718 + 41941, + 42033 ], "loc": { "start": { - "line": 1490, + "line": 1495, "column": 35 }, "end": { - "line": 1492, + "line": 1497, "column": 17 } } @@ -71427,32 +71516,32 @@ "type": "Identifier", "name": "name", "range": [ - 41745, - 41749 + 42060, + 42064 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 26 }, "end": { - "line": 1493, + "line": 1498, "column": 30 } } }, "prefix": true, "range": [ - 41744, - 41749 + 42059, + 42064 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 25 }, "end": { - "line": 1493, + "line": 1498, "column": 30 } } @@ -71464,16 +71553,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41753, - 41758 + 42068, + 42073 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 34 }, "end": { - "line": 1493, + "line": 1498, "column": 39 } } @@ -71482,46 +71571,46 @@ "type": "Identifier", "name": "path", "range": [ - 41759, - 41763 + 42074, + 42078 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 40 }, "end": { - "line": 1493, + "line": 1498, "column": 44 } } }, "range": [ - 41753, - 41763 + 42068, + 42078 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 34 }, "end": { - "line": 1493, + "line": 1498, "column": 44 } } }, "range": [ - 41744, - 41763 + 42059, + 42078 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 25 }, "end": { - "line": 1493, + "line": 1498, "column": 44 } } @@ -71538,16 +71627,16 @@ "type": "Identifier", "name": "name", "range": [ - 41787, - 41791 + 42102, + 42106 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 20 }, "end": { - "line": 1494, + "line": 1499, "column": 24 } } @@ -71562,16 +71651,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 41794, - 41804 + 42109, + 42119 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 27 }, "end": { - "line": 1494, + "line": 1499, "column": 37 } } @@ -71580,31 +71669,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41805, - 41812 + 42120, + 42127 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 38 }, "end": { - "line": 1494, + "line": 1499, "column": 45 } } }, "range": [ - 41794, - 41812 + 42109, + 42127 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 27 }, "end": { - "line": 1494, + "line": 1499, "column": 45 } } @@ -71615,16 +71704,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 41813, - 41818 + 42128, + 42133 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 46 }, "end": { - "line": 1494, + "line": 1499, "column": 51 } } @@ -71633,109 +71722,109 @@ "type": "Identifier", "name": "i", "range": [ - 41820, - 41821 + 42135, + 42136 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 53 }, "end": { - "line": 1494, + "line": 1499, "column": 54 } } } ], "range": [ - 41794, - 41822 + 42109, + 42137 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 27 }, "end": { - "line": 1494, + "line": 1499, "column": 55 } } }, "range": [ - 41787, - 41822 + 42102, + 42137 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 20 }, "end": { - "line": 1494, + "line": 1499, "column": 55 } } }, "range": [ - 41787, - 41823 + 42102, + 42138 ], "loc": { "start": { - "line": 1494, + "line": 1499, "column": 20 }, "end": { - "line": 1494, + "line": 1499, "column": 56 } } } ], "range": [ - 41765, - 41841 + 42080, + 42156 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 46 }, "end": { - "line": 1495, + "line": 1500, "column": 17 } } }, "alternate": null, "range": [ - 41740, - 41841 + 42055, + 42156 ], "loc": { "start": { - "line": 1493, + "line": 1498, "column": 21 }, "end": { - "line": 1495, + "line": 1500, "column": 17 } } }, "range": [ - 41607, - 41841 + 41922, + 42156 ], "loc": { "start": { - "line": 1490, + "line": 1495, "column": 16 }, "end": { - "line": 1495, + "line": 1500, "column": 17 } } @@ -71753,16 +71842,16 @@ "object": { "type": "ThisExpression", "range": [ - 41864, - 41868 + 42179, + 42183 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 21 }, "end": { - "line": 1497, + "line": 1502, "column": 25 } } @@ -71771,31 +71860,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 41869, - 41879 + 42184, + 42194 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 26 }, "end": { - "line": 1497, + "line": 1502, "column": 36 } } }, "range": [ - 41864, - 41879 + 42179, + 42194 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 21 }, "end": { - "line": 1497, + "line": 1502, "column": 36 } } @@ -71805,16 +71894,16 @@ "type": "Identifier", "name": "path", "range": [ - 41880, - 41884 + 42195, + 42199 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 37 }, "end": { - "line": 1497, + "line": 1502, "column": 41 } } @@ -71824,48 +71913,48 @@ "value": "link", "raw": "'link'", "range": [ - 41886, - 41892 + 42201, + 42207 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 43 }, "end": { - "line": 1497, + "line": 1502, "column": 49 } } } ], "range": [ - 41864, - 41893 + 42179, + 42208 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 21 }, "end": { - "line": 1497, + "line": 1502, "column": 50 } } }, "prefix": true, "range": [ - 41863, - 41893 + 42178, + 42208 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 20 }, "end": { - "line": 1497, + "line": 1502, "column": 50 } } @@ -71883,16 +71972,16 @@ "object": { "type": "ThisExpression", "range": [ - 41917, - 41921 + 42232, + 42236 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 20 }, "end": { - "line": 1498, + "line": 1503, "column": 24 } } @@ -71901,31 +71990,31 @@ "type": "Identifier", "name": "import", "range": [ - 41922, - 41928 + 42237, + 42243 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 25 }, "end": { - "line": 1498, + "line": 1503, "column": 31 } } }, "range": [ - 41917, - 41928 + 42232, + 42243 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 20 }, "end": { - "line": 1498, + "line": 1503, "column": 31 } } @@ -71935,16 +72024,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41929, - 41936 + 42244, + 42251 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 32 }, "end": { - "line": 1498, + "line": 1503, "column": 39 } } @@ -71953,16 +72042,16 @@ "type": "Identifier", "name": "path", "range": [ - 41938, - 41942 + 42253, + 42257 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 41 }, "end": { - "line": 1498, + "line": 1503, "column": 45 } } @@ -71972,16 +72061,16 @@ "value": null, "raw": "null", "range": [ - 41944, - 41948 + 42259, + 42263 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 47 }, "end": { - "line": 1498, + "line": 1503, "column": 51 } } @@ -71991,142 +72080,142 @@ "value": "link", "raw": "'link'", "range": [ - 41950, - 41956 + 42265, + 42271 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 53 }, "end": { - "line": 1498, + "line": 1503, "column": 59 } } } ], "range": [ - 41917, - 41957 + 42232, + 42272 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 20 }, "end": { - "line": 1498, + "line": 1503, "column": 60 } } }, "range": [ - 41917, - 41958 + 42232, + 42273 ], "loc": { "start": { - "line": 1498, + "line": 1503, "column": 20 }, "end": { - "line": 1498, + "line": 1503, "column": 61 } } } ], "range": [ - 41895, - 41976 + 42210, + 42291 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 52 }, "end": { - "line": 1499, + "line": 1504, "column": 17 } } }, "alternate": null, "range": [ - 41859, - 41976 + 42174, + 42291 ], "loc": { "start": { - "line": 1497, + "line": 1502, "column": 16 }, "end": { - "line": 1499, + "line": 1504, "column": 17 } } } ], "range": [ - 41422, - 41990 + 41737, + 42305 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 63 }, "end": { - "line": 1500, + "line": 1505, "column": 13 } } }, "range": [ - 41371, - 41990 + 41686, + 42305 ], "loc": { "start": { - "line": 1485, + "line": 1490, "column": 12 }, "end": { - "line": 1500, + "line": 1505, "column": 13 } } } ], "range": [ - 41357, - 42000 + 41672, + 42315 ], "loc": { "start": { - "line": 1484, + "line": 1489, "column": 29 }, "end": { - "line": 1501, + "line": 1506, "column": 9 } } }, "alternate": null, "range": [ - 41336, - 42000 + 41651, + 42315 ], "loc": { "start": { - "line": 1484, + "line": 1489, "column": 8 }, "end": { - "line": 1501, + "line": 1506, "column": 9 } }, @@ -72135,16 +72224,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42010, - 42036 + 42325, + 42351 ], "loc": { "start": { - "line": 1503, + "line": 1508, "column": 8 }, "end": { - "line": 1503, + "line": 1508, "column": 34 } } @@ -72162,16 +72251,16 @@ "object": { "type": "ThisExpression", "range": [ - 42045, - 42049 + 42360, + 42364 ], "loc": { "start": { - "line": 1504, + "line": 1509, "column": 8 }, "end": { - "line": 1504, + "line": 1509, "column": 12 } } @@ -72180,31 +72269,31 @@ "type": "Identifier", "name": "loader", "range": [ - 42050, - 42056 + 42365, + 42371 ], "loc": { "start": { - "line": 1504, + "line": 1509, "column": 13 }, "end": { - "line": 1504, + "line": 1509, "column": 19 } } }, "range": [ - 42045, - 42056 + 42360, + 42371 ], "loc": { "start": { - "line": 1504, + "line": 1509, "column": 8 }, "end": { - "line": 1504, + "line": 1509, "column": 19 } } @@ -72214,46 +72303,46 @@ "value": true, "raw": "true", "range": [ - 42059, - 42063 + 42374, + 42378 ], "loc": { "start": { - "line": 1504, + "line": 1509, "column": 22 }, "end": { - "line": 1504, + "line": 1509, "column": 26 } } }, "range": [ - 42045, - 42063 + 42360, + 42378 ], "loc": { "start": { - "line": 1504, + "line": 1509, "column": 8 }, "end": { - "line": 1504, + "line": 1509, "column": 26 } } }, "range": [ - 42045, - 42064 + 42360, + 42379 ], "loc": { "start": { - "line": 1504, + "line": 1509, "column": 8 }, "end": { - "line": 1504, + "line": 1509, "column": 27 } }, @@ -72262,16 +72351,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42010, - 42036 + 42325, + 42351 ], "loc": { "start": { - "line": 1503, + "line": 1508, "column": 8 }, "end": { - "line": 1503, + "line": 1508, "column": 34 } } @@ -72291,16 +72380,16 @@ "object": { "type": "ThisExpression", "range": [ - 42074, - 42078 + 42389, + 42393 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 8 }, "end": { - "line": 1506, + "line": 1511, "column": 12 } } @@ -72309,31 +72398,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 42079, - 42086 + 42394, + 42401 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 13 }, "end": { - "line": 1506, + "line": 1511, "column": 20 } } }, "range": [ - 42074, - 42086 + 42389, + 42401 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 8 }, "end": { - "line": 1506, + "line": 1511, "column": 20 } } @@ -72342,31 +72431,31 @@ "type": "Identifier", "name": "emit", "range": [ - 42087, - 42091 + 42402, + 42406 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 21 }, "end": { - "line": 1506, + "line": 1511, "column": 25 } } }, "range": [ - 42074, - 42091 + 42389, + 42406 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 8 }, "end": { - "line": 1506, + "line": 1511, "column": 25 } } @@ -72377,16 +72466,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 42092, - 42114 + 42407, + 42429 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 26 }, "end": { - "line": 1506, + "line": 1511, "column": 48 } } @@ -72394,63 +72483,63 @@ { "type": "ThisExpression", "range": [ - 42116, - 42120 + 42431, + 42435 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 50 }, "end": { - "line": 1506, + "line": 1511, "column": 54 } } } ], "range": [ - 42074, - 42121 + 42389, + 42436 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 8 }, "end": { - "line": 1506, + "line": 1511, "column": 55 } } }, "range": [ - 42074, - 42122 + 42389, + 42437 ], "loc": { "start": { - "line": 1506, + "line": 1511, "column": 8 }, "end": { - "line": 1506, + "line": 1511, "column": 56 } } } ], "range": [ - 41057, - 42128 + 41372, + 42443 ], "loc": { "start": { - "line": 1475, + "line": 1480, "column": 17 }, "end": { - "line": 1507, + "line": 1512, "column": 5 } } @@ -72458,16 +72547,16 @@ "generator": false, "expression": false, "range": [ - 41054, - 42128 + 41369, + 42443 ], "loc": { "start": { - "line": 1475, + "line": 1480, "column": 14 }, "end": { - "line": 1507, + "line": 1512, "column": 5 } } @@ -72475,16 +72564,16 @@ "kind": "method", "computed": false, "range": [ - 41044, - 42128 + 41359, + 42443 ], "loc": { "start": { - "line": 1475, + "line": 1480, "column": 4 }, "end": { - "line": 1507, + "line": 1512, "column": 5 } }, @@ -72493,16 +72582,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40973, - 41039 + 41288, + 41354 ], "loc": { "start": { - "line": 1472, + "line": 1477, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -72513,16 +72602,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42134, - 42252 + 42449, + 42567 ], "loc": { "start": { - "line": 1509, + "line": 1514, "column": 4 }, "end": { - "line": 1512, + "line": 1517, "column": 7 } } @@ -72536,16 +72625,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 42257, - 42270 + 42572, + 42585 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 4 }, "end": { - "line": 1513, + "line": 1518, "column": 17 } } @@ -72560,16 +72649,16 @@ "type": "Identifier", "name": "name", "range": [ - 42271, - 42275 + 42586, + 42590 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 18 }, "end": { - "line": 1513, + "line": 1518, "column": 22 } } @@ -72579,31 +72668,31 @@ "value": "default", "raw": "'default'", "range": [ - 42278, - 42287 + 42593, + 42602 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 25 }, "end": { - "line": 1513, + "line": 1518, "column": 34 } } }, "range": [ - 42271, - 42287 + 42586, + 42602 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 18 }, "end": { - "line": 1513, + "line": 1518, "column": 34 } } @@ -72620,16 +72709,16 @@ "type": "Identifier", "name": "elm", "range": [ - 42306, - 42309 + 42621, + 42624 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 15 }, "end": { - "line": 1514, + "line": 1519, "column": 18 } } @@ -72644,16 +72733,16 @@ "object": { "type": "ThisExpression", "range": [ - 42310, - 42314 + 42625, + 42629 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 19 }, "end": { - "line": 1514, + "line": 1519, "column": 23 } } @@ -72662,31 +72751,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 42315, - 42321 + 42630, + 42636 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 24 }, "end": { - "line": 1514, + "line": 1519, "column": 30 } } }, "range": [ - 42310, - 42321 + 42625, + 42636 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 19 }, "end": { - "line": 1514, + "line": 1519, "column": 30 } } @@ -72695,78 +72784,78 @@ "type": "Identifier", "name": "name", "range": [ - 42324, - 42328 + 42639, + 42643 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 33 }, "end": { - "line": 1514, + "line": 1519, "column": 37 } } }, "range": [ - 42310, - 42328 + 42625, + 42643 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 19 }, "end": { - "line": 1514, + "line": 1519, "column": 37 } } } ], "range": [ - 42306, - 42329 + 42621, + 42644 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 15 }, "end": { - "line": 1514, + "line": 1519, "column": 38 } } }, "range": [ - 42299, - 42330 + 42614, + 42645 ], "loc": { "start": { - "line": 1514, + "line": 1519, "column": 8 }, "end": { - "line": 1514, + "line": 1519, "column": 39 } } } ], "range": [ - 42289, - 42336 + 42604, + 42651 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 36 }, "end": { - "line": 1515, + "line": 1520, "column": 5 } } @@ -72774,16 +72863,16 @@ "generator": false, "expression": false, "range": [ - 42270, - 42336 + 42585, + 42651 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 17 }, "end": { - "line": 1515, + "line": 1520, "column": 5 } } @@ -72791,16 +72880,16 @@ "kind": "method", "computed": false, "range": [ - 42257, - 42336 + 42572, + 42651 ], "loc": { "start": { - "line": 1513, + "line": 1518, "column": 4 }, "end": { - "line": 1515, + "line": 1520, "column": 5 } }, @@ -72809,16 +72898,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42134, - 42252 + 42449, + 42567 ], "loc": { "start": { - "line": 1509, + "line": 1514, "column": 4 }, "end": { - "line": 1512, + "line": 1517, "column": 7 } } @@ -72829,16 +72918,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42342, - 42380 + 42657, + 42695 ], "loc": { "start": { - "line": 1517, + "line": 1522, "column": 4 }, "end": { - "line": 1519, + "line": 1524, "column": 7 } } @@ -72852,16 +72941,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 42385, - 42392 + 42700, + 42707 ], "loc": { "start": { - "line": 1520, + "line": 1525, "column": 4 }, "end": { - "line": 1520, + "line": 1525, "column": 11 } } @@ -72884,16 +72973,16 @@ "object": { "type": "ThisExpression", "range": [ - 42410, - 42414 + 42725, + 42729 ], "loc": { "start": { - "line": 1521, + "line": 1526, "column": 13 }, "end": { - "line": 1521, + "line": 1526, "column": 17 } } @@ -72902,47 +72991,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 42415, - 42426 + 42730, + 42741 ], "loc": { "start": { - "line": 1521, + "line": 1526, "column": 18 }, "end": { - "line": 1521, + "line": 1526, "column": 29 } } }, "range": [ - 42410, - 42426 + 42725, + 42741 ], "loc": { "start": { - "line": 1521, + "line": 1526, "column": 13 }, "end": { - "line": 1521, + "line": 1526, "column": 29 } } }, "prefix": true, "range": [ - 42409, - 42426 + 42724, + 42741 ], "loc": { "start": { - "line": 1521, + "line": 1526, "column": 12 }, "end": { - "line": 1521, + "line": 1526, "column": 29 } } @@ -72954,48 +73043,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 42442, - 42449 + 42757, + 42764 ], "loc": { "start": { - "line": 1522, + "line": 1527, "column": 12 }, "end": { - "line": 1522, + "line": 1527, "column": 19 } } } ], "range": [ - 42428, - 42459 + 42743, + 42774 ], "loc": { "start": { - "line": 1521, + "line": 1526, "column": 31 }, "end": { - "line": 1523, + "line": 1528, "column": 9 } } }, "alternate": null, "range": [ - 42405, - 42459 + 42720, + 42774 ], "loc": { "start": { - "line": 1521, + "line": 1526, "column": 8 }, "end": { - "line": 1523, + "line": 1528, "column": 9 } } @@ -73009,16 +73098,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 42473, - 42476 + 42788, + 42791 ], "loc": { "start": { - "line": 1525, + "line": 1530, "column": 12 }, "end": { - "line": 1525, + "line": 1530, "column": 15 } } @@ -73029,16 +73118,16 @@ "object": { "type": "ThisExpression", "range": [ - 42479, - 42483 + 42794, + 42798 ], "loc": { "start": { - "line": 1525, + "line": 1530, "column": 18 }, "end": { - "line": 1525, + "line": 1530, "column": 22 } } @@ -73047,46 +73136,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 42484, - 42487 + 42799, + 42802 ], "loc": { "start": { - "line": 1525, + "line": 1530, "column": 23 }, "end": { - "line": 1525, + "line": 1530, "column": 26 } } }, "range": [ - 42479, - 42487 + 42794, + 42802 ], "loc": { "start": { - "line": 1525, + "line": 1530, "column": 18 }, "end": { - "line": 1525, + "line": 1530, "column": 26 } } }, "range": [ - 42473, - 42487 + 42788, + 42802 ], "loc": { "start": { - "line": 1525, + "line": 1530, "column": 12 }, "end": { - "line": 1525, + "line": 1530, "column": 26 } } @@ -73094,16 +73183,16 @@ ], "kind": "let", "range": [ - 42469, - 42488 + 42784, + 42803 ], "loc": { "start": { - "line": 1525, + "line": 1530, "column": 8 }, "end": { - "line": 1525, + "line": 1530, "column": 27 } } @@ -73117,16 +73206,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42501, - 42508 + 42816, + 42823 ], "loc": { "start": { - "line": 1526, + "line": 1531, "column": 12 }, "end": { - "line": 1526, + "line": 1531, "column": 19 } } @@ -73137,16 +73226,16 @@ "object": { "type": "ThisExpression", "range": [ - 42511, - 42515 + 42826, + 42830 ], "loc": { "start": { - "line": 1526, + "line": 1531, "column": 22 }, "end": { - "line": 1526, + "line": 1531, "column": 26 } } @@ -73155,46 +73244,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 42516, - 42523 + 42831, + 42838 ], "loc": { "start": { - "line": 1526, + "line": 1531, "column": 27 }, "end": { - "line": 1526, + "line": 1531, "column": 34 } } }, "range": [ - 42511, - 42523 + 42826, + 42838 ], "loc": { "start": { - "line": 1526, + "line": 1531, "column": 22 }, "end": { - "line": 1526, + "line": 1531, "column": 34 } } }, "range": [ - 42501, - 42523 + 42816, + 42838 ], "loc": { "start": { - "line": 1526, + "line": 1531, "column": 12 }, "end": { - "line": 1526, + "line": 1531, "column": 34 } } @@ -73202,16 +73291,16 @@ ], "kind": "let", "range": [ - 42497, - 42524 + 42812, + 42839 ], "loc": { "start": { - "line": 1526, + "line": 1531, "column": 8 }, "end": { - "line": 1526, + "line": 1531, "column": 35 } } @@ -73227,16 +73316,16 @@ "object": { "type": "ThisExpression", "range": [ - 42538, - 42542 + 42853, + 42857 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 16 } } @@ -73245,31 +73334,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 42543, - 42556 + 42858, + 42871 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 17 }, "end": { - "line": 1528, + "line": 1533, "column": 30 } } }, "range": [ - 42538, - 42556 + 42853, + 42871 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 30 } } @@ -73283,16 +73372,16 @@ "object": { "type": "ThisExpression", "range": [ - 42561, - 42565 + 42876, + 42880 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 35 }, "end": { - "line": 1528, + "line": 1533, "column": 39 } } @@ -73301,62 +73390,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 42566, - 42578 + 42881, + 42893 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 40 }, "end": { - "line": 1528, + "line": 1533, "column": 52 } } }, "range": [ - 42561, - 42578 + 42876, + 42893 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 35 }, "end": { - "line": 1528, + "line": 1533, "column": 52 } } }, "prefix": true, "range": [ - 42560, - 42578 + 42875, + 42893 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 34 }, "end": { - "line": 1528, + "line": 1533, "column": 52 } } }, "range": [ - 42538, - 42578 + 42853, + 42893 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 12 }, "end": { - "line": 1528, + "line": 1533, "column": 52 } } @@ -73374,16 +73463,16 @@ "object": { "type": "ThisExpression", "range": [ - 42594, - 42598 + 42909, + 42913 ], "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 16 } } @@ -73392,94 +73481,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 42599, - 42617 + 42914, + 42932 ], "loc": { "start": { - "line": 1529, + "line": 1534, "column": 17 }, "end": { - "line": 1529, + "line": 1534, "column": 35 } } }, "range": [ - 42594, - 42617 + 42909, + 42932 ], "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 35 } } }, "arguments": [], "range": [ - 42594, - 42619 + 42909, + 42934 ], "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 37 } } }, "range": [ - 42594, - 42620 + 42909, + 42935 ], "loc": { "start": { - "line": 1529, + "line": 1534, "column": 12 }, "end": { - "line": 1529, + "line": 1534, "column": 38 } } } ], "range": [ - 42580, - 42630 + 42895, + 42945 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 54 }, "end": { - "line": 1530, + "line": 1535, "column": 9 } } }, "alternate": null, "range": [ - 42534, - 42630 + 42849, + 42945 ], "loc": { "start": { - "line": 1528, + "line": 1533, "column": 8 }, "end": { - "line": 1530, + "line": 1535, "column": 9 } } @@ -73492,16 +73581,16 @@ "object": { "type": "ThisExpression", "range": [ - 42643, - 42647 + 42958, + 42962 ], "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 16 } } @@ -73510,31 +73599,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 42648, - 42654 + 42963, + 42969 ], "loc": { "start": { - "line": 1531, + "line": 1536, "column": 17 }, "end": { - "line": 1531, + "line": 1536, "column": 23 } } }, "range": [ - 42643, - 42654 + 42958, + 42969 ], "loc": { "start": { - "line": 1531, + "line": 1536, "column": 12 }, "end": { - "line": 1531, + "line": 1536, "column": 23 } } @@ -73552,16 +73641,16 @@ "object": { "type": "ThisExpression", "range": [ - 42670, - 42674 + 42985, + 42989 ], "loc": { "start": { - "line": 1532, + "line": 1537, "column": 12 }, "end": { - "line": 1532, + "line": 1537, "column": 16 } } @@ -73570,94 +73659,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 42675, - 42688 + 42990, + 43003 ], "loc": { "start": { - "line": 1532, + "line": 1537, "column": 17 }, "end": { - "line": 1532, + "line": 1537, "column": 30 } } }, "range": [ - 42670, - 42688 + 42985, + 43003 ], "loc": { "start": { - "line": 1532, + "line": 1537, "column": 12 }, "end": { - "line": 1532, + "line": 1537, "column": 30 } } }, "arguments": [], "range": [ - 42670, - 42690 + 42985, + 43005 ], "loc": { "start": { - "line": 1532, + "line": 1537, "column": 12 }, "end": { - "line": 1532, + "line": 1537, "column": 32 } } }, "range": [ - 42670, - 42691 + 42985, + 43006 ], "loc": { "start": { - "line": 1532, + "line": 1537, "column": 12 }, "end": { - "line": 1532, + "line": 1537, "column": 33 } } } ], "range": [ - 42656, - 42701 + 42971, + 43016 ], "loc": { "start": { - "line": 1531, + "line": 1536, "column": 25 }, "end": { - "line": 1533, + "line": 1538, "column": 9 } } }, "alternate": null, "range": [ - 42639, - 42701 + 42954, + 43016 ], "loc": { "start": { - "line": 1531, + "line": 1536, "column": 8 }, "end": { - "line": 1533, + "line": 1538, "column": 9 } } @@ -73670,16 +73759,16 @@ "object": { "type": "ThisExpression", "range": [ - 42714, - 42718 + 43029, + 43033 ], "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 16 } } @@ -73688,31 +73777,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 42719, - 42736 + 43034, + 43051 ], "loc": { "start": { - "line": 1534, + "line": 1539, "column": 17 }, "end": { - "line": 1534, + "line": 1539, "column": 34 } } }, "range": [ - 42714, - 42736 + 43029, + 43051 ], "loc": { "start": { - "line": 1534, + "line": 1539, "column": 12 }, "end": { - "line": 1534, + "line": 1539, "column": 34 } } @@ -73730,16 +73819,16 @@ "object": { "type": "ThisExpression", "range": [ - 42752, - 42756 + 43067, + 43071 ], "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 16 } } @@ -73748,62 +73837,62 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 42757, - 42775 + 43072, + 43090 ], "loc": { "start": { - "line": 1535, + "line": 1540, "column": 17 }, "end": { - "line": 1535, + "line": 1540, "column": 35 } } }, "range": [ - 42752, - 42775 + 43067, + 43090 ], "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 35 } } }, "arguments": [], "range": [ - 42752, - 42777 + 43067, + 43092 ], "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 37 } } }, "range": [ - 42752, - 42778 + 43067, + 43093 ], "loc": { "start": { - "line": 1535, + "line": 1540, "column": 12 }, "end": { - "line": 1535, + "line": 1540, "column": 38 } } @@ -73819,16 +73908,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42791, - 42798 + 43106, + 43113 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 19 } } @@ -73837,31 +73926,31 @@ "type": "Identifier", "name": "off", "range": [ - 42799, - 42802 + 43114, + 43117 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 20 }, "end": { - "line": 1536, + "line": 1541, "column": 23 } } }, "range": [ - 42791, - 42802 + 43106, + 43117 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 23 } } @@ -73875,32 +73964,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 42804, - 42822 + 43119, + 43137 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 25 }, "end": { - "line": 1536, + "line": 1541, "column": 43 } } } ], "range": [ - 42803, - 42823 + 43118, + 43138 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 24 }, "end": { - "line": 1536, + "line": 1541, "column": 44 } } @@ -73917,16 +74006,16 @@ "object": { "type": "ThisExpression", "range": [ - 42831, - 42835 + 43146, + 43150 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 52 }, "end": { - "line": 1536, + "line": 1541, "column": 56 } } @@ -73935,47 +74024,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 42836, - 42854 + 43151, + 43169 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 57 }, "end": { - "line": 1536, + "line": 1541, "column": 75 } } }, "range": [ - 42831, - 42854 + 43146, + 43169 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 52 }, "end": { - "line": 1536, + "line": 1541, "column": 75 } } }, "arguments": [], "range": [ - 42831, - 42856 + 43146, + 43171 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 52 }, "end": { - "line": 1536, + "line": 1541, "column": 77 } } @@ -73983,47 +74072,47 @@ "generator": false, "expression": true, "range": [ - 42825, - 42856 + 43140, + 43171 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 46 }, "end": { - "line": 1536, + "line": 1541, "column": 77 } } } ], "range": [ - 42791, - 42857 + 43106, + 43172 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 78 } } }, "range": [ - 42791, - 42858 + 43106, + 43173 ], "loc": { "start": { - "line": 1536, + "line": 1541, "column": 12 }, "end": { - "line": 1536, + "line": 1541, "column": 79 } } @@ -74039,16 +74128,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42871, - 42878 + 43186, + 43193 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 12 }, "end": { - "line": 1537, + "line": 1542, "column": 19 } } @@ -74057,31 +74146,31 @@ "type": "Identifier", "name": "off", "range": [ - 42879, - 42882 + 43194, + 43197 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 20 }, "end": { - "line": 1537, + "line": 1542, "column": 23 } } }, "range": [ - 42871, - 42882 + 43186, + 43197 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 12 }, "end": { - "line": 1537, + "line": 1542, "column": 23 } } @@ -74095,32 +74184,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 42884, - 42900 + 43199, + 43215 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 25 }, "end": { - "line": 1537, + "line": 1542, "column": 41 } } } ], "range": [ - 42883, - 42901 + 43198, + 43216 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 24 }, "end": { - "line": 1537, + "line": 1542, "column": 42 } } @@ -74133,16 +74222,16 @@ "type": "Identifier", "name": "tf", "range": [ - 42920, - 42922 + 43235, + 43237 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 17 }, "end": { - "line": 1538, + "line": 1543, "column": 19 } } @@ -74151,16 +74240,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 42924, - 42932 + 43239, + 43247 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 21 }, "end": { - "line": 1538, + "line": 1543, "column": 29 } } @@ -74174,16 +74263,16 @@ "object": { "type": "ThisExpression", "range": [ - 42937, - 42941 + 43252, + 43256 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 34 }, "end": { - "line": 1538, + "line": 1543, "column": 38 } } @@ -74192,31 +74281,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 42942, - 42958 + 43257, + 43273 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 39 }, "end": { - "line": 1538, + "line": 1543, "column": 55 } } }, "range": [ - 42937, - 42958 + 43252, + 43273 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 34 }, "end": { - "line": 1538, + "line": 1543, "column": 55 } } @@ -74226,32 +74315,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 42959, - 42967 + 43274, + 43282 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 56 }, "end": { - "line": 1538, + "line": 1543, "column": 64 } } } ], "range": [ - 42937, - 42968 + 43252, + 43283 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 34 }, "end": { - "line": 1538, + "line": 1543, "column": 65 } } @@ -74259,79 +74348,79 @@ "generator": false, "expression": true, "range": [ - 42919, - 42968 + 43234, + 43283 ], "loc": { "start": { - "line": 1538, + "line": 1543, "column": 16 }, "end": { - "line": 1538, + "line": 1543, "column": 65 } } } ], "range": [ - 42871, - 42969 + 43186, + 43284 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 12 }, "end": { - "line": 1538, + "line": 1543, "column": 66 } } }, "range": [ - 42871, - 42970 + 43186, + 43285 ], "loc": { "start": { - "line": 1537, + "line": 1542, "column": 12 }, "end": { - "line": 1538, + "line": 1543, "column": 67 } } } ], "range": [ - 42738, - 42980 + 43053, + 43295 ], "loc": { "start": { - "line": 1534, + "line": 1539, "column": 36 }, "end": { - "line": 1539, + "line": 1544, "column": 9 } } }, "alternate": null, "range": [ - 42710, - 42980 + 43025, + 43295 ], "loc": { "start": { - "line": 1534, + "line": 1539, "column": 8 }, "end": { - "line": 1539, + "line": 1544, "column": 9 } } @@ -74344,16 +74433,16 @@ "object": { "type": "ThisExpression", "range": [ - 42993, - 42997 + 43308, + 43312 ], "loc": { "start": { - "line": 1540, + "line": 1545, "column": 12 }, "end": { - "line": 1540, + "line": 1545, "column": 16 } } @@ -74362,31 +74451,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 42998, - 43011 + 43313, + 43326 ], "loc": { "start": { - "line": 1540, + "line": 1545, "column": 17 }, "end": { - "line": 1540, + "line": 1545, "column": 30 } } }, "range": [ - 42993, - 43011 + 43308, + 43326 ], "loc": { "start": { - "line": 1540, + "line": 1545, "column": 12 }, "end": { - "line": 1540, + "line": 1545, "column": 30 } } @@ -74404,16 +74493,16 @@ "object": { "type": "ThisExpression", "range": [ - 43027, - 43031 + 43342, + 43346 ], "loc": { "start": { - "line": 1541, + "line": 1546, "column": 12 }, "end": { - "line": 1541, + "line": 1546, "column": 16 } } @@ -74422,94 +74511,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 43032, - 43049 + 43347, + 43364 ], "loc": { "start": { - "line": 1541, + "line": 1546, "column": 17 }, "end": { - "line": 1541, + "line": 1546, "column": 34 } } }, "range": [ - 43027, - 43049 + 43342, + 43364 ], "loc": { "start": { - "line": 1541, + "line": 1546, "column": 12 }, "end": { - "line": 1541, + "line": 1546, "column": 34 } } }, "arguments": [], "range": [ - 43027, - 43051 + 43342, + 43366 ], "loc": { "start": { - "line": 1541, + "line": 1546, "column": 12 }, "end": { - "line": 1541, + "line": 1546, "column": 36 } } }, "range": [ - 43027, - 43052 + 43342, + 43367 ], "loc": { "start": { - "line": 1541, + "line": 1546, "column": 12 }, "end": { - "line": 1541, + "line": 1546, "column": 37 } } } ], "range": [ - 43013, - 43062 + 43328, + 43377 ], "loc": { "start": { - "line": 1540, + "line": 1545, "column": 32 }, "end": { - "line": 1542, + "line": 1547, "column": 9 } } }, "alternate": null, "range": [ - 42989, - 43062 + 43304, + 43377 ], "loc": { "start": { - "line": 1540, + "line": 1545, "column": 8 }, "end": { - "line": 1542, + "line": 1547, "column": 9 } } @@ -74524,16 +74613,16 @@ "object": { "type": "ThisExpression", "range": [ - 43072, - 43076 + 43387, + 43391 ], "loc": { "start": { - "line": 1544, + "line": 1549, "column": 8 }, "end": { - "line": 1544, + "line": 1549, "column": 12 } } @@ -74542,62 +74631,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 43077, - 43092 + 43392, + 43407 ], "loc": { "start": { - "line": 1544, + "line": 1549, "column": 13 }, "end": { - "line": 1544, + "line": 1549, "column": 28 } } }, "range": [ - 43072, - 43092 + 43387, + 43407 ], "loc": { "start": { - "line": 1544, + "line": 1549, "column": 8 }, "end": { - "line": 1544, + "line": 1549, "column": 28 } } }, "arguments": [], "range": [ - 43072, - 43094 + 43387, + 43409 ], "loc": { "start": { - "line": 1544, + "line": 1549, "column": 8 }, "end": { - "line": 1544, + "line": 1549, "column": 30 } } }, "range": [ - 43072, - 43095 + 43387, + 43410 ], "loc": { "start": { - "line": 1544, + "line": 1549, "column": 8 }, "end": { - "line": 1544, + "line": 1549, "column": 31 } } @@ -74613,16 +74702,16 @@ "object": { "type": "ThisExpression", "range": [ - 43109, - 43113 + 43424, + 43428 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 12 }, "end": { - "line": 1546, + "line": 1551, "column": 16 } } @@ -74631,31 +74720,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 43114, - 43121 + 43429, + 43436 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 17 }, "end": { - "line": 1546, + "line": 1551, "column": 24 } } }, "range": [ - 43109, - 43121 + 43424, + 43436 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 12 }, "end": { - "line": 1546, + "line": 1551, "column": 24 } } @@ -74669,16 +74758,16 @@ "object": { "type": "ThisExpression", "range": [ - 43126, - 43130 + 43441, + 43445 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 29 }, "end": { - "line": 1546, + "line": 1551, "column": 33 } } @@ -74687,62 +74776,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43131, - 43141 + 43446, + 43456 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 34 }, "end": { - "line": 1546, + "line": 1551, "column": 44 } } }, "range": [ - 43126, - 43141 + 43441, + 43456 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 29 }, "end": { - "line": 1546, + "line": 1551, "column": 44 } } }, "prefix": true, "range": [ - 43125, - 43141 + 43440, + 43456 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 28 }, "end": { - "line": 1546, + "line": 1551, "column": 44 } } }, "range": [ - 43109, - 43141 + 43424, + 43456 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 12 }, "end": { - "line": 1546, + "line": 1551, "column": 44 } } @@ -74763,16 +74852,16 @@ "object": { "type": "ThisExpression", "range": [ - 43157, - 43161 + 43472, + 43476 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 12 }, "end": { - "line": 1547, + "line": 1552, "column": 16 } } @@ -74781,31 +74870,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 43162, - 43165 + 43477, + 43480 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 17 }, "end": { - "line": 1547, + "line": 1552, "column": 20 } } }, "range": [ - 43157, - 43165 + 43472, + 43480 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 12 }, "end": { - "line": 1547, + "line": 1552, "column": 20 } } @@ -74814,31 +74903,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 43166, - 43175 + 43481, + 43490 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 21 }, "end": { - "line": 1547, + "line": 1552, "column": 30 } } }, "range": [ - 43157, - 43175 + 43472, + 43490 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 12 }, "end": { - "line": 1547, + "line": 1552, "column": 30 } } @@ -74850,16 +74939,16 @@ "object": { "type": "ThisExpression", "range": [ - 43176, - 43180 + 43491, + 43495 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 31 }, "end": { - "line": 1547, + "line": 1552, "column": 35 } } @@ -74868,94 +74957,94 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 43181, - 43196 + 43496, + 43511 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 36 }, "end": { - "line": 1547, + "line": 1552, "column": 51 } } }, "range": [ - 43176, - 43196 + 43491, + 43511 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 31 }, "end": { - "line": 1547, + "line": 1552, "column": 51 } } } ], "range": [ - 43157, - 43197 + 43472, + 43512 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 12 }, "end": { - "line": 1547, + "line": 1552, "column": 52 } } }, "range": [ - 43157, - 43198 + 43472, + 43513 ], "loc": { "start": { - "line": 1547, + "line": 1552, "column": 12 }, "end": { - "line": 1547, + "line": 1552, "column": 53 } } } ], "range": [ - 43143, - 43208 + 43458, + 43523 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 46 }, "end": { - "line": 1548, + "line": 1553, "column": 9 } } }, "alternate": null, "range": [ - 43105, - 43208 + 43420, + 43523 ], "loc": { "start": { - "line": 1546, + "line": 1551, "column": 8 }, "end": { - "line": 1548, + "line": 1553, "column": 9 } }, @@ -74964,16 +75053,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 43218, - 43244 + 43533, + 43559 ], "loc": { "start": { - "line": 1550, + "line": 1555, "column": 8 }, "end": { - "line": 1550, + "line": 1555, "column": 34 } } @@ -74991,16 +75080,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43253, - 43260 + 43568, + 43575 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 8 }, "end": { - "line": 1551, + "line": 1556, "column": 15 } } @@ -75009,31 +75098,31 @@ "type": "Identifier", "name": "emit", "range": [ - 43261, - 43265 + 43576, + 43580 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 16 }, "end": { - "line": 1551, + "line": 1556, "column": 20 } } }, "range": [ - 43253, - 43265 + 43568, + 43580 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 8 }, "end": { - "line": 1551, + "line": 1556, "column": 20 } } @@ -75044,16 +75133,16 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 43266, - 43275 + 43581, + 43590 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 21 }, "end": { - "line": 1551, + "line": 1556, "column": 30 } } @@ -75061,47 +75150,47 @@ { "type": "ThisExpression", "range": [ - 43277, - 43281 + 43592, + 43596 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 32 }, "end": { - "line": 1551, + "line": 1556, "column": 36 } } } ], "range": [ - 43253, - 43282 + 43568, + 43597 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 8 }, "end": { - "line": 1551, + "line": 1556, "column": 37 } } }, "range": [ - 43253, - 43283 + 43568, + 43598 ], "loc": { "start": { - "line": 1551, + "line": 1556, "column": 8 }, "end": { - "line": 1551, + "line": 1556, "column": 38 } }, @@ -75110,16 +75199,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 43218, - 43244 + 43533, + 43559 ], "loc": { "start": { - "line": 1550, + "line": 1555, "column": 8 }, "end": { - "line": 1550, + "line": 1555, "column": 34 } } @@ -75130,16 +75219,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 43293, - 43311 + 43608, + 43626 ], "loc": { "start": { - "line": 1553, + "line": 1558, "column": 8 }, "end": { - "line": 1553, + "line": 1558, "column": 26 } } @@ -75148,16 +75237,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 43320, - 43370 + 43635, + 43685 ], "loc": { "start": { - "line": 1554, + "line": 1559, "column": 8 }, "end": { - "line": 1554, + "line": 1559, "column": 58 } } @@ -75180,16 +75269,16 @@ "type": "Identifier", "name": "Object", "range": [ - 43379, - 43385 + 43694, + 43700 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 8 }, "end": { - "line": 1555, + "line": 1560, "column": 14 } } @@ -75198,31 +75287,31 @@ "type": "Identifier", "name": "keys", "range": [ - 43386, - 43390 + 43701, + 43705 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 15 }, "end": { - "line": 1555, + "line": 1560, "column": 19 } } }, "range": [ - 43379, - 43390 + 43694, + 43705 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 8 }, "end": { - "line": 1555, + "line": 1560, "column": 19 } } @@ -75232,32 +75321,32 @@ "type": "Identifier", "name": "Mod", "range": [ - 43391, - 43394 + 43706, + 43709 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 20 }, "end": { - "line": 1555, + "line": 1560, "column": 23 } } } ], "range": [ - 43379, - 43395 + 43694, + 43710 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 8 }, "end": { - "line": 1555, + "line": 1560, "column": 24 } } @@ -75266,31 +75355,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 43396, - 43403 + 43711, + 43718 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 25 }, "end": { - "line": 1555, + "line": 1560, "column": 32 } } }, "range": [ - 43379, - 43403 + 43694, + 43718 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 8 }, "end": { - "line": 1555, + "line": 1560, "column": 32 } } @@ -75304,16 +75393,16 @@ "type": "Identifier", "name": "key", "range": [ - 43414, - 43417 + 43729, + 43732 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 43 }, "end": { - "line": 1555, + "line": 1560, "column": 46 } } @@ -75331,16 +75420,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43437, - 43444 + 43752, + 43759 ], "loc": { "start": { - "line": 1556, + "line": 1561, "column": 16 }, "end": { - "line": 1556, + "line": 1561, "column": 23 } } @@ -75352,16 +75441,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 43447, - 43450 + 43762, + 43765 ], "loc": { "start": { - "line": 1556, + "line": 1561, "column": 26 }, "end": { - "line": 1556, + "line": 1561, "column": 29 } } @@ -75370,46 +75459,46 @@ "type": "Identifier", "name": "key", "range": [ - 43451, - 43454 + 43766, + 43769 ], "loc": { "start": { - "line": 1556, + "line": 1561, "column": 30 }, "end": { - "line": 1556, + "line": 1561, "column": 33 } } }, "range": [ - 43447, - 43455 + 43762, + 43770 ], "loc": { "start": { - "line": 1556, + "line": 1561, "column": 26 }, "end": { - "line": 1556, + "line": 1561, "column": 34 } } }, "range": [ - 43437, - 43455 + 43752, + 43770 ], "loc": { "start": { - "line": 1556, + "line": 1561, "column": 16 }, "end": { - "line": 1556, + "line": 1561, "column": 34 } } @@ -75417,16 +75506,16 @@ ], "kind": "let", "range": [ - 43433, - 43456 + 43748, + 43771 ], "loc": { "start": { - "line": 1556, + "line": 1561, "column": 12 }, "end": { - "line": 1556, + "line": 1561, "column": 35 } } @@ -75440,16 +75529,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43473, - 43480 + 43788, + 43795 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 16 }, "end": { - "line": 1557, + "line": 1562, "column": 23 } } @@ -75460,16 +75549,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 43484, - 43488 + 43799, + 43803 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 27 }, "end": { - "line": 1557, + "line": 1562, "column": 31 } } @@ -75482,16 +75571,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43489, - 43496 + 43804, + 43811 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 32 }, "end": { - "line": 1557, + "line": 1562, "column": 39 } } @@ -75500,62 +75589,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 43497, - 43504 + 43812, + 43819 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 40 }, "end": { - "line": 1557, + "line": 1562, "column": 47 } } }, "range": [ - 43489, - 43504 + 43804, + 43819 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 32 }, "end": { - "line": 1557, + "line": 1562, "column": 47 } } } ], "range": [ - 43484, - 43505 + 43799, + 43820 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 27 }, "end": { - "line": 1557, + "line": 1562, "column": 48 } } }, "range": [ - 43473, - 43505 + 43788, + 43820 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 16 }, "end": { - "line": 1557, + "line": 1562, "column": 48 } } @@ -75574,16 +75663,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43525, - 43532 + 43840, + 43847 ], "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 23 } } @@ -75592,110 +75681,110 @@ "type": "Identifier", "name": "destroy", "range": [ - 43533, - 43540 + 43848, + 43855 ], "loc": { "start": { - "line": 1558, + "line": 1563, "column": 24 }, "end": { - "line": 1558, + "line": 1563, "column": 31 } } }, "range": [ - 43525, - 43540 + 43840, + 43855 ], "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 31 } } }, "arguments": [], "range": [ - 43525, - 43542 + 43840, + 43857 ], "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 33 } } }, "range": [ - 43525, - 43543 + 43840, + 43858 ], "loc": { "start": { - "line": 1558, + "line": 1563, "column": 16 }, "end": { - "line": 1558, + "line": 1563, "column": 34 } } } ], "range": [ - 43507, - 43557 + 43822, + 43872 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 50 }, "end": { - "line": 1559, + "line": 1564, "column": 13 } } }, "alternate": null, "range": [ - 43469, - 43557 + 43784, + 43872 ], "loc": { "start": { - "line": 1557, + "line": 1562, "column": 12 }, "end": { - "line": 1559, + "line": 1564, "column": 13 } } } ], "range": [ - 43419, - 43567 + 43734, + 43882 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 48 }, "end": { - "line": 1560, + "line": 1565, "column": 9 } } @@ -75703,47 +75792,47 @@ "generator": false, "expression": false, "range": [ - 43404, - 43567 + 43719, + 43882 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 33 }, "end": { - "line": 1560, + "line": 1565, "column": 9 } } } ], "range": [ - 43379, - 43568 + 43694, + 43883 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 8 }, "end": { - "line": 1560, + "line": 1565, "column": 10 } } }, "range": [ - 43379, - 43569 + 43694, + 43884 ], "loc": { "start": { - "line": 1555, + "line": 1560, "column": 8 }, "end": { - "line": 1560, + "line": 1565, "column": 11 } }, @@ -75752,16 +75841,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 43293, - 43311 + 43608, + 43626 ], "loc": { "start": { - "line": 1553, + "line": 1558, "column": 8 }, "end": { - "line": 1553, + "line": 1558, "column": 26 } } @@ -75770,16 +75859,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 43320, - 43370 + 43635, + 43685 ], "loc": { "start": { - "line": 1554, + "line": 1559, "column": 8 }, "end": { - "line": 1554, + "line": 1559, "column": 58 } } @@ -75790,16 +75879,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43579, - 43603 + 43894, + 43918 ], "loc": { "start": { - "line": 1562, + "line": 1567, "column": 8 }, "end": { - "line": 1562, + "line": 1567, "column": 32 } } @@ -75814,16 +75903,16 @@ "object": { "type": "ThisExpression", "range": [ - 43616, - 43620 + 43931, + 43935 ], "loc": { "start": { - "line": 1563, + "line": 1568, "column": 12 }, "end": { - "line": 1563, + "line": 1568, "column": 16 } } @@ -75832,31 +75921,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 43621, - 43635 + 43936, + 43950 ], "loc": { "start": { - "line": 1563, + "line": 1568, "column": 17 }, "end": { - "line": 1563, + "line": 1568, "column": 31 } } }, "range": [ - 43616, - 43635 + 43931, + 43950 ], "loc": { "start": { - "line": 1563, + "line": 1568, "column": 12 }, "end": { - "line": 1563, + "line": 1568, "column": 31 } } @@ -75875,16 +75964,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43651, - 43658 + 43966, + 43973 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 12 }, "end": { - "line": 1564, + "line": 1569, "column": 19 } } @@ -75893,31 +75982,31 @@ "type": "Identifier", "name": "off", "range": [ - 43659, - 43662 + 43974, + 43977 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 20 }, "end": { - "line": 1564, + "line": 1569, "column": 23 } } }, "range": [ - 43651, - 43662 + 43966, + 43977 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 12 }, "end": { - "line": 1564, + "line": 1569, "column": 23 } } @@ -75931,32 +76020,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43664, - 43681 + 43979, + 43996 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 25 }, "end": { - "line": 1564, + "line": 1569, "column": 42 } } } ], "range": [ - 43663, - 43682 + 43978, + 43997 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 24 }, "end": { - "line": 1564, + "line": 1569, "column": 43 } } @@ -75973,16 +76062,16 @@ "object": { "type": "ThisExpression", "range": [ - 43690, - 43694 + 44005, + 44009 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 51 }, "end": { - "line": 1564, + "line": 1569, "column": 55 } } @@ -75991,47 +76080,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 43695, - 43712 + 44010, + 44027 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 56 }, "end": { - "line": 1564, + "line": 1569, "column": 73 } } }, "range": [ - 43690, - 43712 + 44005, + 44027 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 51 }, "end": { - "line": 1564, + "line": 1569, "column": 73 } } }, "arguments": [], "range": [ - 43690, - 43714 + 44005, + 44029 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 51 }, "end": { - "line": 1564, + "line": 1569, "column": 75 } } @@ -76039,79 +76128,79 @@ "generator": false, "expression": true, "range": [ - 43684, - 43714 + 43999, + 44029 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 45 }, "end": { - "line": 1564, + "line": 1569, "column": 75 } } } ], "range": [ - 43651, - 43715 + 43966, + 44030 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 12 }, "end": { - "line": 1564, + "line": 1569, "column": 76 } } }, "range": [ - 43651, - 43716 + 43966, + 44031 ], "loc": { "start": { - "line": 1564, + "line": 1569, "column": 12 }, "end": { - "line": 1564, + "line": 1569, "column": 77 } } } ], "range": [ - 43637, - 43726 + 43952, + 44041 ], "loc": { "start": { - "line": 1563, + "line": 1568, "column": 33 }, "end": { - "line": 1565, + "line": 1570, "column": 9 } } }, "alternate": null, "range": [ - 43612, - 43726 + 43927, + 44041 ], "loc": { "start": { - "line": 1563, + "line": 1568, "column": 8 }, "end": { - "line": 1565, + "line": 1570, "column": 9 } }, @@ -76120,16 +76209,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43579, - 43603 + 43894, + 43918 ], "loc": { "start": { - "line": 1562, + "line": 1567, "column": 8 }, "end": { - "line": 1562, + "line": 1567, "column": 32 } } @@ -76144,16 +76233,16 @@ "object": { "type": "ThisExpression", "range": [ - 43739, - 43743 + 44054, + 44058 ], "loc": { "start": { - "line": 1566, + "line": 1571, "column": 12 }, "end": { - "line": 1566, + "line": 1571, "column": 16 } } @@ -76162,31 +76251,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 43744, - 43757 + 44059, + 44072 ], "loc": { "start": { - "line": 1566, + "line": 1571, "column": 17 }, "end": { - "line": 1566, + "line": 1571, "column": 30 } } }, "range": [ - 43739, - 43757 + 44054, + 44072 ], "loc": { "start": { - "line": 1566, + "line": 1571, "column": 12 }, "end": { - "line": 1566, + "line": 1571, "column": 30 } } @@ -76205,16 +76294,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43773, - 43780 + 44088, + 44095 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 12 }, "end": { - "line": 1567, + "line": 1572, "column": 19 } } @@ -76223,31 +76312,31 @@ "type": "Identifier", "name": "off", "range": [ - 43781, - 43784 + 44096, + 44099 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 20 }, "end": { - "line": 1567, + "line": 1572, "column": 23 } } }, "range": [ - 43773, - 43784 + 44088, + 44099 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 12 }, "end": { - "line": 1567, + "line": 1572, "column": 23 } } @@ -76261,32 +76350,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43786, - 43803 + 44101, + 44118 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 25 }, "end": { - "line": 1567, + "line": 1572, "column": 42 } } } ], "range": [ - 43785, - 43804 + 44100, + 44119 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 24 }, "end": { - "line": 1567, + "line": 1572, "column": 43 } } @@ -76303,16 +76392,16 @@ "object": { "type": "ThisExpression", "range": [ - 43812, - 43816 + 44127, + 44131 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 51 }, "end": { - "line": 1567, + "line": 1572, "column": 55 } } @@ -76321,47 +76410,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 43817, - 43828 + 44132, + 44143 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 56 }, "end": { - "line": 1567, + "line": 1572, "column": 67 } } }, "range": [ - 43812, - 43828 + 44127, + 44143 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 51 }, "end": { - "line": 1567, + "line": 1572, "column": 67 } } }, "arguments": [], "range": [ - 43812, - 43830 + 44127, + 44145 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 51 }, "end": { - "line": 1567, + "line": 1572, "column": 69 } } @@ -76369,79 +76458,79 @@ "generator": false, "expression": true, "range": [ - 43806, - 43830 + 44121, + 44145 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 45 }, "end": { - "line": 1567, + "line": 1572, "column": 69 } } } ], "range": [ - 43773, - 43831 + 44088, + 44146 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 12 }, "end": { - "line": 1567, + "line": 1572, "column": 70 } } }, "range": [ - 43773, - 43832 + 44088, + 44147 ], "loc": { "start": { - "line": 1567, + "line": 1572, "column": 12 }, "end": { - "line": 1567, + "line": 1572, "column": 71 } } } ], "range": [ - 43759, - 43842 + 44074, + 44157 ], "loc": { "start": { - "line": 1566, + "line": 1571, "column": 32 }, "end": { - "line": 1568, + "line": 1573, "column": 9 } } }, "alternate": null, "range": [ - 43735, - 43842 + 44050, + 44157 ], "loc": { "start": { - "line": 1566, + "line": 1571, "column": 8 }, "end": { - "line": 1568, + "line": 1573, "column": 9 } } @@ -76459,16 +76548,16 @@ "object": { "type": "ThisExpression", "range": [ - 43851, - 43855 + 44166, + 44170 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 8 }, "end": { - "line": 1569, + "line": 1574, "column": 12 } } @@ -76477,31 +76566,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 43856, - 43863 + 44171, + 44178 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 13 }, "end": { - "line": 1569, + "line": 1574, "column": 20 } } }, "range": [ - 43851, - 43863 + 44166, + 44178 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 8 }, "end": { - "line": 1569, + "line": 1574, "column": 20 } } @@ -76510,31 +76599,31 @@ "type": "Identifier", "name": "off", "range": [ - 43864, - 43867 + 44179, + 44182 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 21 }, "end": { - "line": 1569, + "line": 1574, "column": 24 } } }, "range": [ - 43851, - 43867 + 44166, + 44182 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 8 }, "end": { - "line": 1569, + "line": 1574, "column": 24 } } @@ -76548,32 +76637,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 43869, - 43883 + 44184, + 44198 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 26 }, "end": { - "line": 1569, + "line": 1574, "column": 40 } } } ], "range": [ - 43868, - 43884 + 44183, + 44199 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 25 }, "end": { - "line": 1569, + "line": 1574, "column": 41 } } @@ -76586,16 +76675,16 @@ "type": "Identifier", "name": "tf", "range": [ - 43899, - 43901 + 44214, + 44216 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 13 }, "end": { - "line": 1570, + "line": 1575, "column": 15 } } @@ -76604,16 +76693,16 @@ "type": "Identifier", "name": "filter", "range": [ - 43903, - 43909 + 44218, + 44224 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 17 }, "end": { - "line": 1570, + "line": 1575, "column": 23 } } @@ -76627,16 +76716,16 @@ "object": { "type": "ThisExpression", "range": [ - 43914, - 43918 + 44229, + 44233 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 28 }, "end": { - "line": 1570, + "line": 1575, "column": 32 } } @@ -76645,31 +76734,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 43919, - 43936 + 44234, + 44251 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 33 }, "end": { - "line": 1570, + "line": 1575, "column": 50 } } }, "range": [ - 43914, - 43936 + 44229, + 44251 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 28 }, "end": { - "line": 1570, + "line": 1575, "column": 50 } } @@ -76682,16 +76771,16 @@ "type": "Identifier", "name": "filter", "range": [ - 43937, - 43943 + 44252, + 44258 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 51 }, "end": { - "line": 1570, + "line": 1575, "column": 57 } } @@ -76700,47 +76789,47 @@ "type": "Identifier", "name": "id", "range": [ - 43944, - 43946 + 44259, + 44261 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 58 }, "end": { - "line": 1570, + "line": 1575, "column": 60 } } }, "range": [ - 43937, - 43946 + 44252, + 44261 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 51 }, "end": { - "line": 1570, + "line": 1575, "column": 60 } } } ], "range": [ - 43914, - 43947 + 44229, + 44262 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 28 }, "end": { - "line": 1570, + "line": 1575, "column": 61 } } @@ -76748,47 +76837,47 @@ "generator": false, "expression": true, "range": [ - 43898, - 43947 + 44213, + 44262 ], "loc": { "start": { - "line": 1570, + "line": 1575, "column": 12 }, "end": { - "line": 1570, + "line": 1575, "column": 61 } } } ], "range": [ - 43851, - 43948 + 44166, + 44263 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 8 }, "end": { - "line": 1570, + "line": 1575, "column": 62 } } }, "range": [ - 43851, - 43949 + 44166, + 44264 ], "loc": { "start": { - "line": 1569, + "line": 1574, "column": 8 }, "end": { - "line": 1570, + "line": 1575, "column": 63 } } @@ -76801,16 +76890,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 43959, - 43970 + 44274, + 44285 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 8 }, "end": { - "line": 1572, + "line": 1577, "column": 19 } } @@ -76822,16 +76911,16 @@ "object": { "type": "ThisExpression", "range": [ - 43971, - 43975 + 44286, + 44290 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 20 }, "end": { - "line": 1572, + "line": 1577, "column": 24 } } @@ -76840,31 +76929,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 43976, - 43979 + 44291, + 44294 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 25 }, "end": { - "line": 1572, + "line": 1577, "column": 28 } } }, "range": [ - 43971, - 43979 + 44286, + 44294 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 20 }, "end": { - "line": 1572, + "line": 1577, "column": 28 } } @@ -76875,16 +76964,16 @@ "object": { "type": "ThisExpression", "range": [ - 43981, - 43985 + 44296, + 44300 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 30 }, "end": { - "line": 1572, + "line": 1577, "column": 34 } } @@ -76893,62 +76982,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 43986, - 43992 + 44301, + 44307 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 35 }, "end": { - "line": 1572, + "line": 1577, "column": 41 } } }, "range": [ - 43981, - 43992 + 44296, + 44307 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 30 }, "end": { - "line": 1572, + "line": 1577, "column": 41 } } } ], "range": [ - 43959, - 43993 + 44274, + 44308 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 8 }, "end": { - "line": 1572, + "line": 1577, "column": 42 } } }, "range": [ - 43959, - 43994 + 44274, + 44309 ], "loc": { "start": { - "line": 1572, + "line": 1577, "column": 8 }, "end": { - "line": 1572, + "line": 1577, "column": 43 } } @@ -76961,16 +77050,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 44003, - 44014 + 44318, + 44329 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 8 }, "end": { - "line": 1573, + "line": 1578, "column": 19 } } @@ -76982,16 +77071,16 @@ "object": { "type": "ThisExpression", "range": [ - 44015, - 44019 + 44330, + 44334 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 20 }, "end": { - "line": 1573, + "line": 1578, "column": 24 } } @@ -77000,31 +77089,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 44020, - 44023 + 44335, + 44338 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 25 }, "end": { - "line": 1573, + "line": 1578, "column": 28 } } }, "range": [ - 44015, - 44023 + 44330, + 44338 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 20 }, "end": { - "line": 1573, + "line": 1578, "column": 28 } } @@ -77035,16 +77124,16 @@ "object": { "type": "ThisExpression", "range": [ - 44025, - 44029 + 44340, + 44344 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 30 }, "end": { - "line": 1573, + "line": 1578, "column": 34 } } @@ -77053,62 +77142,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 44030, - 44044 + 44345, + 44359 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 35 }, "end": { - "line": 1573, + "line": 1578, "column": 49 } } }, "range": [ - 44025, - 44044 + 44340, + 44359 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 30 }, "end": { - "line": 1573, + "line": 1578, "column": 49 } } } ], "range": [ - 44003, - 44045 + 44318, + 44360 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 8 }, "end": { - "line": 1573, + "line": 1578, "column": 50 } } }, "range": [ - 44003, - 44046 + 44318, + 44361 ], "loc": { "start": { - "line": 1573, + "line": 1578, "column": 8 }, "end": { - "line": 1573, + "line": 1578, "column": 51 } } @@ -77124,16 +77213,16 @@ "object": { "type": "ThisExpression", "range": [ - 44056, - 44060 + 44371, + 44375 ], "loc": { "start": { - "line": 1575, + "line": 1580, "column": 8 }, "end": { - "line": 1575, + "line": 1580, "column": 12 } } @@ -77142,31 +77231,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 44061, - 44073 + 44376, + 44388 ], "loc": { "start": { - "line": 1575, + "line": 1580, "column": 13 }, "end": { - "line": 1575, + "line": 1580, "column": 25 } } }, "range": [ - 44056, - 44073 + 44371, + 44388 ], "loc": { "start": { - "line": 1575, + "line": 1580, "column": 8 }, "end": { - "line": 1575, + "line": 1580, "column": 25 } } @@ -77176,46 +77265,46 @@ "value": 0, "raw": "0", "range": [ - 44076, - 44077 + 44391, + 44392 ], "loc": { "start": { - "line": 1575, + "line": 1580, "column": 28 }, "end": { - "line": 1575, + "line": 1580, "column": 29 } } }, "range": [ - 44056, - 44077 + 44371, + 44392 ], "loc": { "start": { - "line": 1575, + "line": 1580, "column": 8 }, "end": { - "line": 1575, + "line": 1580, "column": 29 } } }, "range": [ - 44056, - 44078 + 44371, + 44393 ], "loc": { "start": { - "line": 1575, + "line": 1580, "column": 8 }, "end": { - "line": 1575, + "line": 1580, "column": 30 } } @@ -77231,16 +77320,16 @@ "object": { "type": "ThisExpression", "range": [ - 44087, - 44091 + 44402, + 44406 ], "loc": { "start": { - "line": 1576, + "line": 1581, "column": 8 }, "end": { - "line": 1576, + "line": 1581, "column": 12 } } @@ -77249,31 +77338,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 44092, - 44106 + 44407, + 44421 ], "loc": { "start": { - "line": 1576, + "line": 1581, "column": 13 }, "end": { - "line": 1576, + "line": 1581, "column": 27 } } }, "range": [ - 44087, - 44106 + 44402, + 44421 ], "loc": { "start": { - "line": 1576, + "line": 1581, "column": 8 }, "end": { - "line": 1576, + "line": 1581, "column": 27 } } @@ -77282,46 +77371,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 44109, - 44111 + 44424, + 44426 ], "loc": { "start": { - "line": 1576, + "line": 1581, "column": 30 }, "end": { - "line": 1576, + "line": 1581, "column": 32 } } }, "range": [ - 44087, - 44111 + 44402, + 44426 ], "loc": { "start": { - "line": 1576, + "line": 1581, "column": 8 }, "end": { - "line": 1576, + "line": 1581, "column": 32 } } }, "range": [ - 44087, - 44112 + 44402, + 44427 ], "loc": { "start": { - "line": 1576, + "line": 1581, "column": 8 }, "end": { - "line": 1576, + "line": 1581, "column": 33 } } @@ -77337,16 +77426,16 @@ "object": { "type": "ThisExpression", "range": [ - 44121, - 44125 + 44436, + 44440 ], "loc": { "start": { - "line": 1577, + "line": 1582, "column": 8 }, "end": { - "line": 1577, + "line": 1582, "column": 12 } } @@ -77355,31 +77444,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 44126, - 44132 + 44441, + 44447 ], "loc": { "start": { - "line": 1577, + "line": 1582, "column": 13 }, "end": { - "line": 1577, + "line": 1582, "column": 19 } } }, "range": [ - 44121, - 44132 + 44436, + 44447 ], "loc": { "start": { - "line": 1577, + "line": 1582, "column": 8 }, "end": { - "line": 1577, + "line": 1582, "column": 19 } } @@ -77388,46 +77477,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 44135, - 44137 + 44450, + 44452 ], "loc": { "start": { - "line": 1577, + "line": 1582, "column": 22 }, "end": { - "line": 1577, + "line": 1582, "column": 24 } } }, "range": [ - 44121, - 44137 + 44436, + 44452 ], "loc": { "start": { - "line": 1577, + "line": 1582, "column": 8 }, "end": { - "line": 1577, + "line": 1582, "column": 24 } } }, "range": [ - 44121, - 44138 + 44436, + 44453 ], "loc": { "start": { - "line": 1577, + "line": 1582, "column": 8 }, "end": { - "line": 1577, + "line": 1582, "column": 25 } } @@ -77443,16 +77532,16 @@ "object": { "type": "ThisExpression", "range": [ - 44147, - 44151 + 44462, + 44466 ], "loc": { "start": { - "line": 1578, + "line": 1583, "column": 8 }, "end": { - "line": 1578, + "line": 1583, "column": 12 } } @@ -77461,31 +77550,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 44152, - 44163 + 44467, + 44478 ], "loc": { "start": { - "line": 1578, + "line": 1583, "column": 13 }, "end": { - "line": 1578, + "line": 1583, "column": 24 } } }, "range": [ - 44147, - 44163 + 44462, + 44478 ], "loc": { "start": { - "line": 1578, + "line": 1583, "column": 8 }, "end": { - "line": 1578, + "line": 1583, "column": 24 } } @@ -77495,62 +77584,62 @@ "value": false, "raw": "false", "range": [ - 44166, - 44171 + 44481, + 44486 ], "loc": { "start": { - "line": 1578, + "line": 1583, "column": 27 }, "end": { - "line": 1578, + "line": 1583, "column": 32 } } }, "range": [ - 44147, - 44171 + 44462, + 44486 ], "loc": { "start": { - "line": 1578, + "line": 1583, "column": 8 }, "end": { - "line": 1578, + "line": 1583, "column": 32 } } }, "range": [ - 44147, - 44172 + 44462, + 44487 ], "loc": { "start": { - "line": 1578, + "line": 1583, "column": 8 }, "end": { - "line": 1578, + "line": 1583, "column": 33 } } } ], "range": [ - 42395, - 44178 + 42710, + 44493 ], "loc": { "start": { - "line": 1520, + "line": 1525, "column": 14 }, "end": { - "line": 1579, + "line": 1584, "column": 5 } } @@ -77558,16 +77647,16 @@ "generator": false, "expression": false, "range": [ - 42392, - 44178 + 42707, + 44493 ], "loc": { "start": { - "line": 1520, + "line": 1525, "column": 11 }, "end": { - "line": 1579, + "line": 1584, "column": 5 } } @@ -77575,16 +77664,16 @@ "kind": "method", "computed": false, "range": [ - 42385, - 44178 + 42700, + 44493 ], "loc": { "start": { - "line": 1520, + "line": 1525, "column": 4 }, "end": { - "line": 1579, + "line": 1584, "column": 5 } }, @@ -77593,16 +77682,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42342, - 42380 + 42657, + 42695 ], "loc": { "start": { - "line": 1517, + "line": 1522, "column": 4 }, "end": { - "line": 1519, + "line": 1524, "column": 7 } } @@ -77613,16 +77702,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44184, - 44273 + 44499, + 44588 ], "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1583, + "line": 1588, "column": 7 } } @@ -77636,16 +77725,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 44278, - 44288 + 44593, + 44603 ], "loc": { "start": { - "line": 1584, + "line": 1589, "column": 4 }, "end": { - "line": 1584, + "line": 1589, "column": 14 } } @@ -77665,16 +77754,16 @@ "object": { "type": "ThisExpression", "range": [ - 44305, - 44309 + 44620, + 44624 ], "loc": { "start": { - "line": 1585, + "line": 1590, "column": 12 }, "end": { - "line": 1585, + "line": 1590, "column": 16 } } @@ -77683,31 +77772,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44310, - 44316 + 44625, + 44631 ], "loc": { "start": { - "line": 1585, + "line": 1590, "column": 17 }, "end": { - "line": 1585, + "line": 1590, "column": 23 } } }, "range": [ - 44305, - 44316 + 44620, + 44631 ], "loc": { "start": { - "line": 1585, + "line": 1590, "column": 12 }, "end": { - "line": 1585, + "line": 1590, "column": 23 } } @@ -77719,48 +77808,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 44332, - 44339 + 44647, + 44654 ], "loc": { "start": { - "line": 1586, + "line": 1591, "column": 12 }, "end": { - "line": 1586, + "line": 1591, "column": 19 } } } ], "range": [ - 44318, - 44349 + 44633, + 44664 ], "loc": { "start": { - "line": 1585, + "line": 1590, "column": 25 }, "end": { - "line": 1587, + "line": 1592, "column": 9 } } }, "alternate": null, "range": [ - 44301, - 44349 + 44616, + 44664 ], "loc": { "start": { - "line": 1585, + "line": 1590, "column": 8 }, "end": { - "line": 1587, + "line": 1592, "column": 9 } }, @@ -77769,16 +77858,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44359, - 44382 + 44674, + 44697 ], "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 31 } } @@ -77794,16 +77883,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44395, - 44401 + 44710, + 44716 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 12 }, "end": { - "line": 1590, + "line": 1595, "column": 18 } } @@ -77814,16 +77903,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44404, - 44413 + 44719, + 44728 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 21 }, "end": { - "line": 1590, + "line": 1595, "column": 30 } } @@ -77834,16 +77923,16 @@ "value": "div", "raw": "'div'", "range": [ - 44414, - 44419 + 44729, + 44734 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 31 }, "end": { - "line": 1590, + "line": 1595, "column": 36 } } @@ -77856,16 +77945,16 @@ "value": "id", "raw": "'id'", "range": [ - 44422, - 44426 + 44737, + 44741 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 39 }, "end": { - "line": 1590, + "line": 1595, "column": 43 } } @@ -77879,16 +77968,16 @@ "object": { "type": "ThisExpression", "range": [ - 44428, - 44432 + 44743, + 44747 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 45 }, "end": { - "line": 1590, + "line": 1595, "column": 49 } } @@ -77897,31 +77986,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 44433, - 44443 + 44748, + 44758 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 50 }, "end": { - "line": 1590, + "line": 1595, "column": 60 } } }, "range": [ - 44428, - 44443 + 44743, + 44758 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 45 }, "end": { - "line": 1590, + "line": 1595, "column": 60 } } @@ -77932,16 +78021,16 @@ "object": { "type": "ThisExpression", "range": [ - 44446, - 44450 + 44761, + 44765 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 63 }, "end": { - "line": 1590, + "line": 1595, "column": 67 } } @@ -77950,93 +78039,93 @@ "type": "Identifier", "name": "id", "range": [ - 44451, - 44453 + 44766, + 44768 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 68 }, "end": { - "line": 1590, + "line": 1595, "column": 70 } } }, "range": [ - 44446, - 44453 + 44761, + 44768 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 63 }, "end": { - "line": 1590, + "line": 1595, "column": 70 } } }, "range": [ - 44428, - 44453 + 44743, + 44768 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 45 }, "end": { - "line": 1590, + "line": 1595, "column": 70 } } } ], "range": [ - 44421, - 44454 + 44736, + 44769 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 38 }, "end": { - "line": 1590, + "line": 1595, "column": 71 } } } ], "range": [ - 44404, - 44455 + 44719, + 44770 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 21 }, "end": { - "line": 1590, + "line": 1595, "column": 72 } } }, "range": [ - 44395, - 44455 + 44710, + 44770 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 12 }, "end": { - "line": 1590, + "line": 1595, "column": 72 } } @@ -78044,16 +78133,16 @@ ], "kind": "let", "range": [ - 44391, - 44456 + 44706, + 44771 ], "loc": { "start": { - "line": 1590, + "line": 1595, "column": 8 }, "end": { - "line": 1590, + "line": 1595, "column": 73 } }, @@ -78062,16 +78151,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44359, - 44382 + 44674, + 44697 ], "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 31 } } @@ -78090,16 +78179,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44465, - 44471 + 44780, + 44786 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 8 }, "end": { - "line": 1591, + "line": 1596, "column": 14 } } @@ -78108,31 +78197,31 @@ "type": "Identifier", "name": "className", "range": [ - 44472, - 44481 + 44787, + 44796 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 15 }, "end": { - "line": 1591, + "line": 1596, "column": 24 } } }, "range": [ - 44465, - 44481 + 44780, + 44796 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 8 }, "end": { - "line": 1591, + "line": 1596, "column": 24 } } @@ -78143,16 +78232,16 @@ "object": { "type": "ThisExpression", "range": [ - 44484, - 44488 + 44799, + 44803 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 27 }, "end": { - "line": 1591, + "line": 1596, "column": 31 } } @@ -78161,61 +78250,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44489, - 44503 + 44804, + 44818 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 32 }, "end": { - "line": 1591, + "line": 1596, "column": 46 } } }, "range": [ - 44484, - 44503 + 44799, + 44818 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 27 }, "end": { - "line": 1591, + "line": 1596, "column": 46 } } }, "range": [ - 44465, - 44503 + 44780, + 44818 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 8 }, "end": { - "line": 1591, + "line": 1596, "column": 46 } } }, "range": [ - 44465, - 44504 + 44780, + 44819 ], "loc": { "start": { - "line": 1591, + "line": 1596, "column": 8 }, "end": { - "line": 1591, + "line": 1596, "column": 47 } }, @@ -78224,16 +78313,16 @@ "type": "Line", "value": "custom container", "range": [ - 44514, - 44532 + 44829, + 44847 ], "loc": { "start": { - "line": 1593, + "line": 1598, "column": 8 }, "end": { - "line": 1593, + "line": 1598, "column": 26 } } @@ -78248,16 +78337,16 @@ "object": { "type": "ThisExpression", "range": [ - 44545, - 44549 + 44860, + 44864 ], "loc": { "start": { - "line": 1594, + "line": 1599, "column": 12 }, "end": { - "line": 1594, + "line": 1599, "column": 16 } } @@ -78266,31 +78355,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44550, - 44562 + 44865, + 44877 ], "loc": { "start": { - "line": 1594, + "line": 1599, "column": 17 }, "end": { - "line": 1594, + "line": 1599, "column": 29 } } }, "range": [ - 44545, - 44562 + 44860, + 44877 ], "loc": { "start": { - "line": 1594, + "line": 1599, "column": 12 }, "end": { - "line": 1594, + "line": 1599, "column": 29 } } @@ -78311,16 +78400,16 @@ "type": "Identifier", "name": "elm", "range": [ - 44578, - 44581 + 44893, + 44896 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 12 }, "end": { - "line": 1595, + "line": 1600, "column": 15 } } @@ -78332,16 +78421,16 @@ "object": { "type": "ThisExpression", "range": [ - 44582, - 44586 + 44897, + 44901 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 16 }, "end": { - "line": 1595, + "line": 1600, "column": 20 } } @@ -78350,47 +78439,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44587, - 44599 + 44902, + 44914 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 21 }, "end": { - "line": 1595, + "line": 1600, "column": 33 } } }, "range": [ - 44582, - 44599 + 44897, + 44914 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 16 }, "end": { - "line": 1595, + "line": 1600, "column": 33 } } } ], "range": [ - 44578, - 44600 + 44893, + 44915 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 12 }, "end": { - "line": 1595, + "line": 1600, "column": 34 } } @@ -78399,31 +78488,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44601, - 44612 + 44916, + 44927 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 35 }, "end": { - "line": 1595, + "line": 1600, "column": 46 } } }, "range": [ - 44578, - 44612 + 44893, + 44927 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 12 }, "end": { - "line": 1595, + "line": 1600, "column": 46 } } @@ -78433,63 +78522,63 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44613, - 44619 + 44928, + 44934 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 47 }, "end": { - "line": 1595, + "line": 1600, "column": 53 } } } ], "range": [ - 44578, - 44620 + 44893, + 44935 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 12 }, "end": { - "line": 1595, + "line": 1600, "column": 54 } } }, "range": [ - 44578, - 44621 + 44893, + 44936 ], "loc": { "start": { - "line": 1595, + "line": 1600, "column": 12 }, "end": { - "line": 1595, + "line": 1600, "column": 55 } } } ], "range": [ - 44564, - 44631 + 44879, + 44946 ], "loc": { "start": { - "line": 1594, + "line": 1599, "column": 31 }, "end": { - "line": 1596, + "line": 1601, "column": 9 } }, @@ -78498,16 +78587,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44640, - 44653 + 44955, + 44968 ], "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 21 } } @@ -78522,16 +78611,16 @@ "object": { "type": "ThisExpression", "range": [ - 44671, - 44675 + 44986, + 44990 ], "loc": { "start": { - "line": 1598, + "line": 1603, "column": 17 }, "end": { - "line": 1598, + "line": 1603, "column": 21 } } @@ -78540,31 +78629,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44676, - 44686 + 44991, + 45001 ], "loc": { "start": { - "line": 1598, + "line": 1603, "column": 22 }, "end": { - "line": 1598, + "line": 1603, "column": 32 } } }, "range": [ - 44671, - 44686 + 44986, + 45001 ], "loc": { "start": { - "line": 1598, + "line": 1603, "column": 17 }, "end": { - "line": 1598, + "line": 1603, "column": 32 } } @@ -78581,16 +78670,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44706, - 44716 + 45021, + 45031 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 16 }, "end": { - "line": 1599, + "line": 1604, "column": 26 } } @@ -78604,16 +78693,16 @@ "object": { "type": "ThisExpression", "range": [ - 44719, - 44723 + 45034, + 45038 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 29 }, "end": { - "line": 1599, + "line": 1604, "column": 33 } } @@ -78622,31 +78711,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 44724, - 44727 + 45039, + 45042 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 34 }, "end": { - "line": 1599, + "line": 1604, "column": 37 } } }, "range": [ - 44719, - 44727 + 45034, + 45042 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 29 }, "end": { - "line": 1599, + "line": 1604, "column": 37 } } @@ -78655,46 +78744,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44728, - 44738 + 45043, + 45053 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 38 }, "end": { - "line": 1599, + "line": 1604, "column": 48 } } }, "range": [ - 44719, - 44738 + 45034, + 45053 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 29 }, "end": { - "line": 1599, + "line": 1604, "column": 48 } } }, "range": [ - 44706, - 44738 + 45021, + 45053 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 16 }, "end": { - "line": 1599, + "line": 1604, "column": 48 } } @@ -78702,16 +78791,16 @@ ], "kind": "let", "range": [ - 44702, - 44739 + 45017, + 45054 ], "loc": { "start": { - "line": 1599, + "line": 1604, "column": 12 }, "end": { - "line": 1599, + "line": 1604, "column": 49 } } @@ -78730,16 +78819,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44752, - 44762 + 45067, + 45077 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 12 }, "end": { - "line": 1600, + "line": 1605, "column": 22 } } @@ -78748,31 +78837,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 44763, - 44774 + 45078, + 45089 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 23 }, "end": { - "line": 1600, + "line": 1605, "column": 34 } } }, "range": [ - 44752, - 44774 + 45067, + 45089 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 12 }, "end": { - "line": 1600, + "line": 1605, "column": 34 } } @@ -78781,31 +78870,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44775, - 44786 + 45090, + 45101 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 35 }, "end": { - "line": 1600, + "line": 1605, "column": 46 } } }, "range": [ - 44752, - 44786 + 45067, + 45101 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 12 }, "end": { - "line": 1600, + "line": 1605, "column": 46 } } @@ -78815,47 +78904,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44787, - 44793 + 45102, + 45108 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 47 }, "end": { - "line": 1600, + "line": 1605, "column": 53 } } } ], "range": [ - 44752, - 44794 + 45067, + 45109 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 12 }, "end": { - "line": 1600, + "line": 1605, "column": 54 } } }, "range": [ - 44752, - 44795 + 45067, + 45110 ], "loc": { "start": { - "line": 1600, + "line": 1605, "column": 12 }, "end": { - "line": 1600, + "line": 1605, "column": 55 } } @@ -78872,16 +78961,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44808, - 44814 + 45123, + 45129 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 12 }, "end": { - "line": 1601, + "line": 1606, "column": 18 } } @@ -78890,31 +78979,31 @@ "type": "Identifier", "name": "className", "range": [ - 44815, - 44824 + 45130, + 45139 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 19 }, "end": { - "line": 1601, + "line": 1606, "column": 28 } } }, "range": [ - 44808, - 44824 + 45123, + 45139 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 12 }, "end": { - "line": 1601, + "line": 1606, "column": 28 } } @@ -78926,16 +79015,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44827, - 44837 + 45142, + 45152 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 31 }, "end": { - "line": 1601, + "line": 1606, "column": 41 } } @@ -78944,77 +79033,77 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44838, - 44852 + 45153, + 45167 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 42 }, "end": { - "line": 1601, + "line": 1606, "column": 56 } } }, "range": [ - 44827, - 44852 + 45142, + 45167 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 31 }, "end": { - "line": 1601, + "line": 1606, "column": 56 } } }, "range": [ - 44808, - 44852 + 45123, + 45167 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 12 }, "end": { - "line": 1601, + "line": 1606, "column": 56 } } }, "range": [ - 44808, - 44853 + 45123, + 45168 ], "loc": { "start": { - "line": 1601, + "line": 1606, "column": 12 }, "end": { - "line": 1601, + "line": 1606, "column": 57 } } } ], "range": [ - 44688, - 44863 + 45003, + 45178 ], "loc": { "start": { - "line": 1598, + "line": 1603, "column": 34 }, "end": { - "line": 1602, + "line": 1607, "column": 9 } }, @@ -79023,16 +79112,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44872, - 44912 + 45187, + 45227 ], "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 48 } } @@ -79051,16 +79140,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44944, - 44948 + 45259, + 45263 ], "loc": { "start": { - "line": 1605, + "line": 1610, "column": 16 }, "end": { - "line": 1605, + "line": 1610, "column": 20 } } @@ -79071,16 +79160,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44951, - 44960 + 45266, + 45275 ], "loc": { "start": { - "line": 1605, + "line": 1610, "column": 23 }, "end": { - "line": 1605, + "line": 1610, "column": 32 } } @@ -79091,47 +79180,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 44961, - 44970 + 45276, + 45285 ], "loc": { "start": { - "line": 1605, + "line": 1610, "column": 33 }, "end": { - "line": 1605, + "line": 1610, "column": 42 } } } ], "range": [ - 44951, - 44971 + 45266, + 45286 ], "loc": { "start": { - "line": 1605, + "line": 1610, "column": 23 }, "end": { - "line": 1605, + "line": 1610, "column": 43 } } }, "range": [ - 44944, - 44971 + 45259, + 45286 ], "loc": { "start": { - "line": 1605, + "line": 1610, "column": 16 }, "end": { - "line": 1605, + "line": 1610, "column": 43 } } @@ -79139,16 +79228,16 @@ ], "kind": "let", "range": [ - 44940, - 44972 + 45255, + 45287 ], "loc": { "start": { - "line": 1605, + "line": 1610, "column": 12 }, "end": { - "line": 1605, + "line": 1610, "column": 44 } } @@ -79164,16 +79253,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44985, - 44989 + 45300, + 45304 ], "loc": { "start": { - "line": 1606, + "line": 1611, "column": 12 }, "end": { - "line": 1606, + "line": 1611, "column": 16 } } @@ -79182,31 +79271,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44990, - 45001 + 45305, + 45316 ], "loc": { "start": { - "line": 1606, + "line": 1611, "column": 17 }, "end": { - "line": 1606, + "line": 1611, "column": 28 } } }, "range": [ - 44985, - 45001 + 45300, + 45316 ], "loc": { "start": { - "line": 1606, + "line": 1611, "column": 12 }, "end": { - "line": 1606, + "line": 1611, "column": 28 } } @@ -79216,47 +79305,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45002, - 45008 + 45317, + 45323 ], "loc": { "start": { - "line": 1606, + "line": 1611, "column": 29 }, "end": { - "line": 1606, + "line": 1611, "column": 35 } } } ], "range": [ - 44985, - 45009 + 45300, + 45324 ], "loc": { "start": { - "line": 1606, + "line": 1611, "column": 12 }, "end": { - "line": 1606, + "line": 1611, "column": 36 } } }, "range": [ - 44985, - 45010 + 45300, + 45325 ], "loc": { "start": { - "line": 1606, + "line": 1611, "column": 12 }, "end": { - "line": 1606, + "line": 1611, "column": 37 } } @@ -79274,16 +79363,16 @@ "object": { "type": "ThisExpression", "range": [ - 45023, - 45027 + 45338, + 45342 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 12 }, "end": { - "line": 1607, + "line": 1612, "column": 16 } } @@ -79292,31 +79381,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45028, - 45031 + 45343, + 45346 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 17 }, "end": { - "line": 1607, + "line": 1612, "column": 20 } } }, "range": [ - 45023, - 45031 + 45338, + 45346 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 12 }, "end": { - "line": 1607, + "line": 1612, "column": 20 } } @@ -79325,31 +79414,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 45032, - 45044 + 45347, + 45359 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 21 }, "end": { - "line": 1607, + "line": 1612, "column": 33 } } }, "range": [ - 45023, - 45044 + 45338, + 45359 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 12 }, "end": { - "line": 1607, + "line": 1612, "column": 33 } } @@ -79359,16 +79448,16 @@ "type": "Identifier", "name": "cont", "range": [ - 45045, - 45049 + 45360, + 45364 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 34 }, "end": { - "line": 1607, + "line": 1612, "column": 38 } } @@ -79382,16 +79471,16 @@ "object": { "type": "ThisExpression", "range": [ - 45051, - 45055 + 45366, + 45370 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 40 }, "end": { - "line": 1607, + "line": 1612, "column": 44 } } @@ -79400,31 +79489,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45056, - 45059 + 45371, + 45374 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 45 }, "end": { - "line": 1607, + "line": 1612, "column": 48 } } }, "range": [ - 45051, - 45059 + 45366, + 45374 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 40 }, "end": { - "line": 1607, + "line": 1612, "column": 48 } } @@ -79433,78 +79522,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 45060, - 45070 + 45375, + 45385 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 49 }, "end": { - "line": 1607, + "line": 1612, "column": 59 } } }, "range": [ - 45051, - 45070 + 45366, + 45385 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 40 }, "end": { - "line": 1607, + "line": 1612, "column": 59 } } } ], "range": [ - 45023, - 45071 + 45338, + 45386 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 12 }, "end": { - "line": 1607, + "line": 1612, "column": 60 } } }, "range": [ - 45023, - 45072 + 45338, + 45387 ], "loc": { "start": { - "line": 1607, + "line": 1612, "column": 12 }, "end": { - "line": 1607, + "line": 1612, "column": 61 } } } ], "range": [ - 44926, - 45082 + 45241, + 45397 ], "loc": { "start": { - "line": 1604, + "line": 1609, "column": 13 }, "end": { - "line": 1608, + "line": 1613, "column": 9 } }, @@ -79513,16 +79602,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44872, - 44912 + 45187, + 45227 ], "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 48 } } @@ -79530,16 +79619,16 @@ ] }, "range": [ - 44667, - 45082 + 44982, + 45397 ], "loc": { "start": { - "line": 1598, + "line": 1603, "column": 13 }, "end": { - "line": 1608, + "line": 1613, "column": 9 } }, @@ -79548,16 +79637,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44640, - 44653 + 44955, + 44968 ], "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 21 } } @@ -79565,16 +79654,16 @@ ] }, "range": [ - 44541, - 45082 + 44856, + 45397 ], "loc": { "start": { - "line": 1594, + "line": 1599, "column": 8 }, "end": { - "line": 1608, + "line": 1613, "column": 9 } }, @@ -79583,16 +79672,16 @@ "type": "Line", "value": "custom container", "range": [ - 44514, - 44532 + 44829, + 44847 ], "loc": { "start": { - "line": 1593, + "line": 1598, "column": 8 }, "end": { - "line": 1593, + "line": 1598, "column": 26 } } @@ -79610,16 +79699,16 @@ "object": { "type": "ThisExpression", "range": [ - 45091, - 45095 + 45406, + 45410 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 8 }, "end": { - "line": 1609, + "line": 1614, "column": 12 } } @@ -79628,31 +79717,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45096, - 45102 + 45411, + 45417 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 13 }, "end": { - "line": 1609, + "line": 1614, "column": 19 } } }, "range": [ - 45091, - 45102 + 45406, + 45417 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 8 }, "end": { - "line": 1609, + "line": 1614, "column": 19 } } @@ -79663,16 +79752,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45105, - 45108 + 45420, + 45423 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 22 }, "end": { - "line": 1609, + "line": 1614, "column": 25 } } @@ -79687,16 +79776,16 @@ "object": { "type": "ThisExpression", "range": [ - 45109, - 45113 + 45424, + 45428 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 26 }, "end": { - "line": 1609, + "line": 1614, "column": 30 } } @@ -79705,31 +79794,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 45114, - 45124 + 45429, + 45439 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 31 }, "end": { - "line": 1609, + "line": 1614, "column": 41 } } }, "range": [ - 45109, - 45124 + 45424, + 45439 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 26 }, "end": { - "line": 1609, + "line": 1614, "column": 41 } } @@ -79740,16 +79829,16 @@ "object": { "type": "ThisExpression", "range": [ - 45127, - 45131 + 45442, + 45446 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 44 }, "end": { - "line": 1609, + "line": 1614, "column": 48 } } @@ -79758,92 +79847,92 @@ "type": "Identifier", "name": "id", "range": [ - 45132, - 45134 + 45447, + 45449 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 49 }, "end": { - "line": 1609, + "line": 1614, "column": 51 } } }, "range": [ - 45127, - 45134 + 45442, + 45449 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 44 }, "end": { - "line": 1609, + "line": 1614, "column": 51 } } }, "range": [ - 45109, - 45134 + 45424, + 45449 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 26 }, "end": { - "line": 1609, + "line": 1614, "column": 51 } } } ], "range": [ - 45105, - 45135 + 45420, + 45450 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 22 }, "end": { - "line": 1609, + "line": 1614, "column": 52 } } }, "range": [ - 45091, - 45135 + 45406, + 45450 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 8 }, "end": { - "line": 1609, + "line": 1614, "column": 52 } } }, "range": [ - 45091, - 45136 + 45406, + 45451 ], "loc": { "start": { - "line": 1609, + "line": 1614, "column": 8 }, "end": { - "line": 1609, + "line": 1614, "column": 53 } }, @@ -79852,16 +79941,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45146, - 45192 + 45461, + 45507 ], "loc": { "start": { - "line": 1611, + "line": 1616, "column": 8 }, "end": { - "line": 1611, + "line": 1616, "column": 54 } } @@ -79877,16 +79966,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 45205, - 45209 + 45520, + 45524 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 16 } } @@ -79897,16 +79986,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45212, - 45221 + 45527, + 45536 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 19 }, "end": { - "line": 1612, + "line": 1617, "column": 28 } } @@ -79917,16 +80006,16 @@ "value": "div", "raw": "'div'", "range": [ - 45222, - 45227 + 45537, + 45542 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 29 }, "end": { - "line": 1612, + "line": 1617, "column": 34 } } @@ -79939,16 +80028,16 @@ "value": "id", "raw": "'id'", "range": [ - 45230, - 45234 + 45545, + 45549 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 37 }, "end": { - "line": 1612, + "line": 1617, "column": 41 } } @@ -79962,16 +80051,16 @@ "object": { "type": "ThisExpression", "range": [ - 45236, - 45240 + 45551, + 45555 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 43 }, "end": { - "line": 1612, + "line": 1617, "column": 47 } } @@ -79980,31 +80069,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 45241, - 45249 + 45556, + 45564 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 48 }, "end": { - "line": 1612, + "line": 1617, "column": 56 } } }, "range": [ - 45236, - 45249 + 45551, + 45564 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 43 }, "end": { - "line": 1612, + "line": 1617, "column": 56 } } @@ -80015,16 +80104,16 @@ "object": { "type": "ThisExpression", "range": [ - 45252, - 45256 + 45567, + 45571 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 59 }, "end": { - "line": 1612, + "line": 1617, "column": 63 } } @@ -80033,93 +80122,93 @@ "type": "Identifier", "name": "id", "range": [ - 45257, - 45259 + 45572, + 45574 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 64 }, "end": { - "line": 1612, + "line": 1617, "column": 66 } } }, "range": [ - 45252, - 45259 + 45567, + 45574 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 59 }, "end": { - "line": 1612, + "line": 1617, "column": 66 } } }, "range": [ - 45236, - 45259 + 45551, + 45574 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 43 }, "end": { - "line": 1612, + "line": 1617, "column": 66 } } } ], "range": [ - 45229, - 45260 + 45544, + 45575 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 36 }, "end": { - "line": 1612, + "line": 1617, "column": 67 } } } ], "range": [ - 45212, - 45261 + 45527, + 45576 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 19 }, "end": { - "line": 1612, + "line": 1617, "column": 68 } } }, "range": [ - 45205, - 45261 + 45520, + 45576 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 12 }, "end": { - "line": 1612, + "line": 1617, "column": 68 } } @@ -80127,16 +80216,16 @@ ], "kind": "let", "range": [ - 45201, - 45262 + 45516, + 45577 ], "loc": { "start": { - "line": 1612, + "line": 1617, "column": 8 }, "end": { - "line": 1612, + "line": 1617, "column": 69 } }, @@ -80145,16 +80234,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45146, - 45192 + 45461, + 45507 ], "loc": { "start": { - "line": 1611, + "line": 1616, "column": 8 }, "end": { - "line": 1611, + "line": 1616, "column": 54 } } @@ -80173,16 +80262,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 45271, - 45275 + 45586, + 45590 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 12 } } @@ -80191,31 +80280,31 @@ "type": "Identifier", "name": "className", "range": [ - 45276, - 45285 + 45591, + 45600 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 13 }, "end": { - "line": 1613, + "line": 1618, "column": 22 } } }, "range": [ - 45271, - 45285 + 45586, + 45600 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 22 } } @@ -80226,16 +80315,16 @@ "object": { "type": "ThisExpression", "range": [ - 45288, - 45292 + 45603, + 45607 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 25 }, "end": { - "line": 1613, + "line": 1618, "column": 29 } } @@ -80244,61 +80333,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 45293, - 45305 + 45608, + 45620 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 30 }, "end": { - "line": 1613, + "line": 1618, "column": 42 } } }, "range": [ - 45288, - 45305 + 45603, + 45620 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 25 }, "end": { - "line": 1613, + "line": 1618, "column": 42 } } }, "range": [ - 45271, - 45305 + 45586, + 45620 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 42 } } }, "range": [ - 45271, - 45306 + 45586, + 45621 ], "loc": { "start": { - "line": 1613, + "line": 1618, "column": 8 }, "end": { - "line": 1613, + "line": 1618, "column": 43 } } @@ -80314,16 +80403,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45315, - 45321 + 45630, + 45636 ], "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 14 } } @@ -80332,31 +80421,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45322, - 45333 + 45637, + 45648 ], "loc": { "start": { - "line": 1614, + "line": 1619, "column": 15 }, "end": { - "line": 1614, + "line": 1619, "column": 26 } } }, "range": [ - 45315, - 45333 + 45630, + 45648 ], "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 26 } } @@ -80366,47 +80455,47 @@ "type": "Identifier", "name": "ldiv", "range": [ - 45334, - 45338 + 45649, + 45653 ], "loc": { "start": { - "line": 1614, + "line": 1619, "column": 27 }, "end": { - "line": 1614, + "line": 1619, "column": 31 } } } ], "range": [ - 45315, - 45339 + 45630, + 45654 ], "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 32 } } }, "range": [ - 45315, - 45340 + 45630, + 45655 ], "loc": { "start": { - "line": 1614, + "line": 1619, "column": 8 }, "end": { - "line": 1614, + "line": 1619, "column": 33 } } @@ -80422,16 +80511,16 @@ "object": { "type": "ThisExpression", "range": [ - 45349, - 45353 + 45664, + 45668 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 12 } } @@ -80440,31 +80529,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45354, - 45358 + 45669, + 45673 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 13 }, "end": { - "line": 1615, + "line": 1620, "column": 17 } } }, "range": [ - 45349, - 45358 + 45664, + 45673 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 17 } } @@ -80475,16 +80564,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45361, - 45364 + 45676, + 45679 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 20 }, "end": { - "line": 1615, + "line": 1620, "column": 23 } } @@ -80499,16 +80588,16 @@ "object": { "type": "ThisExpression", "range": [ - 45365, - 45369 + 45680, + 45684 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 24 }, "end": { - "line": 1615, + "line": 1620, "column": 28 } } @@ -80517,31 +80606,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 45370, - 45378 + 45685, + 45693 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 29 }, "end": { - "line": 1615, + "line": 1620, "column": 37 } } }, "range": [ - 45365, - 45378 + 45680, + 45693 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 24 }, "end": { - "line": 1615, + "line": 1620, "column": 37 } } @@ -80552,16 +80641,16 @@ "object": { "type": "ThisExpression", "range": [ - 45381, - 45385 + 45696, + 45700 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 40 }, "end": { - "line": 1615, + "line": 1620, "column": 44 } } @@ -80570,92 +80659,92 @@ "type": "Identifier", "name": "id", "range": [ - 45386, - 45388 + 45701, + 45703 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 45 }, "end": { - "line": 1615, + "line": 1620, "column": 47 } } }, "range": [ - 45381, - 45388 + 45696, + 45703 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 40 }, "end": { - "line": 1615, + "line": 1620, "column": 47 } } }, "range": [ - 45365, - 45388 + 45680, + 45703 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 24 }, "end": { - "line": 1615, + "line": 1620, "column": 47 } } } ], "range": [ - 45361, - 45389 + 45676, + 45704 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 20 }, "end": { - "line": 1615, + "line": 1620, "column": 48 } } }, "range": [ - 45349, - 45389 + 45664, + 45704 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 48 } } }, "range": [ - 45349, - 45390 + 45664, + 45705 ], "loc": { "start": { - "line": 1615, + "line": 1620, "column": 8 }, "end": { - "line": 1615, + "line": 1620, "column": 49 } }, @@ -80664,16 +80753,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45400, - 45494 + 45715, + 45809 ], "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 52 } } @@ -80689,16 +80778,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 45507, - 45511 + 45822, + 45826 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 12 }, "end": { - "line": 1619, + "line": 1624, "column": 16 } } @@ -80709,16 +80798,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45514, - 45523 + 45829, + 45838 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 19 }, "end": { - "line": 1619, + "line": 1624, "column": 28 } } @@ -80729,16 +80818,16 @@ "value": "div", "raw": "'div'", "range": [ - 45524, - 45529 + 45839, + 45844 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 29 }, "end": { - "line": 1619, + "line": 1624, "column": 34 } } @@ -80751,16 +80840,16 @@ "value": "id", "raw": "'id'", "range": [ - 45532, - 45536 + 45847, + 45851 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 37 }, "end": { - "line": 1619, + "line": 1624, "column": 41 } } @@ -80774,16 +80863,16 @@ "object": { "type": "ThisExpression", "range": [ - 45538, - 45542 + 45853, + 45857 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 43 }, "end": { - "line": 1619, + "line": 1624, "column": 47 } } @@ -80792,31 +80881,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 45543, - 45551 + 45858, + 45866 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 48 }, "end": { - "line": 1619, + "line": 1624, "column": 56 } } }, "range": [ - 45538, - 45551 + 45853, + 45866 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 43 }, "end": { - "line": 1619, + "line": 1624, "column": 56 } } @@ -80827,16 +80916,16 @@ "object": { "type": "ThisExpression", "range": [ - 45554, - 45558 + 45869, + 45873 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 59 }, "end": { - "line": 1619, + "line": 1624, "column": 63 } } @@ -80845,93 +80934,93 @@ "type": "Identifier", "name": "id", "range": [ - 45559, - 45561 + 45874, + 45876 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 64 }, "end": { - "line": 1619, + "line": 1624, "column": 66 } } }, "range": [ - 45554, - 45561 + 45869, + 45876 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 59 }, "end": { - "line": 1619, + "line": 1624, "column": 66 } } }, "range": [ - 45538, - 45561 + 45853, + 45876 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 43 }, "end": { - "line": 1619, + "line": 1624, "column": 66 } } } ], "range": [ - 45531, - 45562 + 45846, + 45877 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 36 }, "end": { - "line": 1619, + "line": 1624, "column": 67 } } } ], "range": [ - 45514, - 45563 + 45829, + 45878 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 19 }, "end": { - "line": 1619, + "line": 1624, "column": 68 } } }, "range": [ - 45507, - 45563 + 45822, + 45878 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 12 }, "end": { - "line": 1619, + "line": 1624, "column": 68 } } @@ -80939,16 +81028,16 @@ ], "kind": "let", "range": [ - 45503, - 45564 + 45818, + 45879 ], "loc": { "start": { - "line": 1619, + "line": 1624, "column": 8 }, "end": { - "line": 1619, + "line": 1624, "column": 69 } }, @@ -80957,16 +81046,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45400, - 45494 + 45715, + 45809 ], "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 52 } } @@ -80985,16 +81074,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 45573, - 45577 + 45888, + 45892 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 12 } } @@ -81003,31 +81092,31 @@ "type": "Identifier", "name": "className", "range": [ - 45578, - 45587 + 45893, + 45902 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 13 }, "end": { - "line": 1620, + "line": 1625, "column": 22 } } }, "range": [ - 45573, - 45587 + 45888, + 45902 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 22 } } @@ -81038,16 +81127,16 @@ "object": { "type": "ThisExpression", "range": [ - 45590, - 45594 + 45905, + 45909 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 25 }, "end": { - "line": 1620, + "line": 1625, "column": 29 } } @@ -81056,61 +81145,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 45595, - 45607 + 45910, + 45922 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 30 }, "end": { - "line": 1620, + "line": 1625, "column": 42 } } }, "range": [ - 45590, - 45607 + 45905, + 45922 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 25 }, "end": { - "line": 1620, + "line": 1625, "column": 42 } } }, "range": [ - 45573, - 45607 + 45888, + 45922 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 42 } } }, "range": [ - 45573, - 45608 + 45888, + 45923 ], "loc": { "start": { - "line": 1620, + "line": 1625, "column": 8 }, "end": { - "line": 1620, + "line": 1625, "column": 43 } } @@ -81126,16 +81215,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45617, - 45623 + 45932, + 45938 ], "loc": { "start": { - "line": 1621, + "line": 1626, "column": 8 }, "end": { - "line": 1621, + "line": 1626, "column": 14 } } @@ -81144,31 +81233,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45624, - 45635 + 45939, + 45950 ], "loc": { "start": { - "line": 1621, + "line": 1626, "column": 15 }, "end": { - "line": 1621, + "line": 1626, "column": 26 } } }, "range": [ - 45617, - 45635 + 45932, + 45950 ], "loc": { "start": { - "line": 1621, + "line": 1626, "column": 8 }, "end": { - "line": 1621, + "line": 1626, "column": 26 } } @@ -81178,47 +81267,47 @@ "type": "Identifier", "name": "rdiv", "range": [ - 45636, - 45640 + 45951, + 45955 ], "loc": { "start": { - "line": 1621, + "line": 1626, "column": 27 }, "end": { - "line": 1621, + "line": 1626, "column": 31 } } } ], "range": [ - 45617, - 45641 + 45932, + 45956 ], "loc": { "start": { - "line": 1621, + "line": 1626, "column": 8 }, "end": { - "line": 1621, + "line": 1626, "column": 32 } } }, "range": [ - 45617, - 45642 + 45932, + 45957 ], "loc": { "start": { - "line": 1621, + "line": 1626, "column": 8 }, "end": { - "line": 1621, + "line": 1626, "column": 33 } } @@ -81234,16 +81323,16 @@ "object": { "type": "ThisExpression", "range": [ - 45651, - 45655 + 45966, + 45970 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1622, + "line": 1627, "column": 12 } } @@ -81252,31 +81341,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45656, - 45660 + 45971, + 45975 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 13 }, "end": { - "line": 1622, + "line": 1627, "column": 17 } } }, "range": [ - 45651, - 45660 + 45966, + 45975 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1622, + "line": 1627, "column": 17 } } @@ -81287,16 +81376,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45663, - 45666 + 45978, + 45981 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 20 }, "end": { - "line": 1622, + "line": 1627, "column": 23 } } @@ -81311,16 +81400,16 @@ "object": { "type": "ThisExpression", "range": [ - 45667, - 45671 + 45982, + 45986 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 24 }, "end": { - "line": 1622, + "line": 1627, "column": 28 } } @@ -81329,31 +81418,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 45672, - 45680 + 45987, + 45995 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 29 }, "end": { - "line": 1622, + "line": 1627, "column": 37 } } }, "range": [ - 45667, - 45680 + 45982, + 45995 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 24 }, "end": { - "line": 1622, + "line": 1627, "column": 37 } } @@ -81364,16 +81453,16 @@ "object": { "type": "ThisExpression", "range": [ - 45683, - 45687 + 45998, + 46002 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 40 }, "end": { - "line": 1622, + "line": 1627, "column": 44 } } @@ -81382,92 +81471,92 @@ "type": "Identifier", "name": "id", "range": [ - 45688, - 45690 + 46003, + 46005 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 45 }, "end": { - "line": 1622, + "line": 1627, "column": 47 } } }, "range": [ - 45683, - 45690 + 45998, + 46005 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 40 }, "end": { - "line": 1622, + "line": 1627, "column": 47 } } }, "range": [ - 45667, - 45690 + 45982, + 46005 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 24 }, "end": { - "line": 1622, + "line": 1627, "column": 47 } } } ], "range": [ - 45663, - 45691 + 45978, + 46006 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 20 }, "end": { - "line": 1622, + "line": 1627, "column": 48 } } }, "range": [ - 45651, - 45691 + 45966, + 46006 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1622, + "line": 1627, "column": 48 } } }, "range": [ - 45651, - 45692 + 45966, + 46007 ], "loc": { "start": { - "line": 1622, + "line": 1627, "column": 8 }, "end": { - "line": 1622, + "line": 1627, "column": 49 } }, @@ -81476,16 +81565,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45702, - 45746 + 46017, + 46061 ], "loc": { "start": { - "line": 1624, + "line": 1629, "column": 8 }, "end": { - "line": 1624, + "line": 1629, "column": 52 } } @@ -81501,16 +81590,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 45759, - 45763 + 46074, + 46078 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 12 }, "end": { - "line": 1625, + "line": 1630, "column": 16 } } @@ -81521,16 +81610,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45766, - 45775 + 46081, + 46090 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 19 }, "end": { - "line": 1625, + "line": 1630, "column": 28 } } @@ -81541,16 +81630,16 @@ "value": "div", "raw": "'div'", "range": [ - 45776, - 45781 + 46091, + 46096 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 29 }, "end": { - "line": 1625, + "line": 1630, "column": 34 } } @@ -81563,16 +81652,16 @@ "value": "id", "raw": "'id'", "range": [ - 45784, - 45788 + 46099, + 46103 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 37 }, "end": { - "line": 1625, + "line": 1630, "column": 41 } } @@ -81586,16 +81675,16 @@ "object": { "type": "ThisExpression", "range": [ - 45790, - 45794 + 46105, + 46109 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 43 }, "end": { - "line": 1625, + "line": 1630, "column": 47 } } @@ -81604,31 +81693,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 45795, - 45803 + 46110, + 46118 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 48 }, "end": { - "line": 1625, + "line": 1630, "column": 56 } } }, "range": [ - 45790, - 45803 + 46105, + 46118 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 43 }, "end": { - "line": 1625, + "line": 1630, "column": 56 } } @@ -81639,16 +81728,16 @@ "object": { "type": "ThisExpression", "range": [ - 45806, - 45810 + 46121, + 46125 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 59 }, "end": { - "line": 1625, + "line": 1630, "column": 63 } } @@ -81657,93 +81746,93 @@ "type": "Identifier", "name": "id", "range": [ - 45811, - 45813 + 46126, + 46128 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 64 }, "end": { - "line": 1625, + "line": 1630, "column": 66 } } }, "range": [ - 45806, - 45813 + 46121, + 46128 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 59 }, "end": { - "line": 1625, + "line": 1630, "column": 66 } } }, "range": [ - 45790, - 45813 + 46105, + 46128 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 43 }, "end": { - "line": 1625, + "line": 1630, "column": 66 } } } ], "range": [ - 45783, - 45814 + 46098, + 46129 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 36 }, "end": { - "line": 1625, + "line": 1630, "column": 67 } } } ], "range": [ - 45766, - 45815 + 46081, + 46130 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 19 }, "end": { - "line": 1625, + "line": 1630, "column": 68 } } }, "range": [ - 45759, - 45815 + 46074, + 46130 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 12 }, "end": { - "line": 1625, + "line": 1630, "column": 68 } } @@ -81751,16 +81840,16 @@ ], "kind": "let", "range": [ - 45755, - 45816 + 46070, + 46131 ], "loc": { "start": { - "line": 1625, + "line": 1630, "column": 8 }, "end": { - "line": 1625, + "line": 1630, "column": 69 } }, @@ -81769,16 +81858,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45702, - 45746 + 46017, + 46061 ], "loc": { "start": { - "line": 1624, + "line": 1629, "column": 8 }, "end": { - "line": 1624, + "line": 1629, "column": 52 } } @@ -81797,16 +81886,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 45825, - 45829 + 46140, + 46144 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 8 }, "end": { - "line": 1626, + "line": 1631, "column": 12 } } @@ -81815,31 +81904,31 @@ "type": "Identifier", "name": "className", "range": [ - 45830, - 45839 + 46145, + 46154 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 13 }, "end": { - "line": 1626, + "line": 1631, "column": 22 } } }, "range": [ - 45825, - 45839 + 46140, + 46154 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 8 }, "end": { - "line": 1626, + "line": 1631, "column": 22 } } @@ -81850,16 +81939,16 @@ "object": { "type": "ThisExpression", "range": [ - 45842, - 45846 + 46157, + 46161 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 25 }, "end": { - "line": 1626, + "line": 1631, "column": 29 } } @@ -81868,61 +81957,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 45847, - 45859 + 46162, + 46174 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 30 }, "end": { - "line": 1626, + "line": 1631, "column": 42 } } }, "range": [ - 45842, - 45859 + 46157, + 46174 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 25 }, "end": { - "line": 1626, + "line": 1631, "column": 42 } } }, "range": [ - 45825, - 45859 + 46140, + 46174 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 8 }, "end": { - "line": 1626, + "line": 1631, "column": 42 } } }, "range": [ - 45825, - 45860 + 46140, + 46175 ], "loc": { "start": { - "line": 1626, + "line": 1631, "column": 8 }, "end": { - "line": 1626, + "line": 1631, "column": 43 } } @@ -81938,16 +82027,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45869, - 45875 + 46184, + 46190 ], "loc": { "start": { - "line": 1627, + "line": 1632, "column": 8 }, "end": { - "line": 1627, + "line": 1632, "column": 14 } } @@ -81956,31 +82045,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45876, - 45887 + 46191, + 46202 ], "loc": { "start": { - "line": 1627, + "line": 1632, "column": 15 }, "end": { - "line": 1627, + "line": 1632, "column": 26 } } }, "range": [ - 45869, - 45887 + 46184, + 46202 ], "loc": { "start": { - "line": 1627, + "line": 1632, "column": 8 }, "end": { - "line": 1627, + "line": 1632, "column": 26 } } @@ -81990,47 +82079,47 @@ "type": "Identifier", "name": "mdiv", "range": [ - 45888, - 45892 + 46203, + 46207 ], "loc": { "start": { - "line": 1627, + "line": 1632, "column": 27 }, "end": { - "line": 1627, + "line": 1632, "column": 31 } } } ], "range": [ - 45869, - 45893 + 46184, + 46208 ], "loc": { "start": { - "line": 1627, + "line": 1632, "column": 8 }, "end": { - "line": 1627, + "line": 1632, "column": 32 } } }, "range": [ - 45869, - 45894 + 46184, + 46209 ], "loc": { "start": { - "line": 1627, + "line": 1632, "column": 8 }, "end": { - "line": 1627, + "line": 1632, "column": 33 } } @@ -82046,16 +82135,16 @@ "object": { "type": "ThisExpression", "range": [ - 45903, - 45907 + 46218, + 46222 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 8 }, "end": { - "line": 1628, + "line": 1633, "column": 12 } } @@ -82064,31 +82153,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45908, - 45912 + 46223, + 46227 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 13 }, "end": { - "line": 1628, + "line": 1633, "column": 17 } } }, "range": [ - 45903, - 45912 + 46218, + 46227 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 8 }, "end": { - "line": 1628, + "line": 1633, "column": 17 } } @@ -82099,16 +82188,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45915, - 45918 + 46230, + 46233 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 20 }, "end": { - "line": 1628, + "line": 1633, "column": 23 } } @@ -82123,16 +82212,16 @@ "object": { "type": "ThisExpression", "range": [ - 45919, - 45923 + 46234, + 46238 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 24 }, "end": { - "line": 1628, + "line": 1633, "column": 28 } } @@ -82141,31 +82230,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 45924, - 45932 + 46239, + 46247 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 29 }, "end": { - "line": 1628, + "line": 1633, "column": 37 } } }, "range": [ - 45919, - 45932 + 46234, + 46247 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 24 }, "end": { - "line": 1628, + "line": 1633, "column": 37 } } @@ -82176,16 +82265,16 @@ "object": { "type": "ThisExpression", "range": [ - 45935, - 45939 + 46250, + 46254 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 40 }, "end": { - "line": 1628, + "line": 1633, "column": 44 } } @@ -82194,92 +82283,92 @@ "type": "Identifier", "name": "id", "range": [ - 45940, - 45942 + 46255, + 46257 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 45 }, "end": { - "line": 1628, + "line": 1633, "column": 47 } } }, "range": [ - 45935, - 45942 + 46250, + 46257 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 40 }, "end": { - "line": 1628, + "line": 1633, "column": 47 } } }, "range": [ - 45919, - 45942 + 46234, + 46257 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 24 }, "end": { - "line": 1628, + "line": 1633, "column": 47 } } } ], "range": [ - 45915, - 45943 + 46230, + 46258 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 20 }, "end": { - "line": 1628, + "line": 1633, "column": 48 } } }, "range": [ - 45903, - 45943 + 46218, + 46258 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 8 }, "end": { - "line": 1628, + "line": 1633, "column": 48 } } }, "range": [ - 45903, - 45944 + 46218, + 46259 ], "loc": { "start": { - "line": 1628, + "line": 1633, "column": 8 }, "end": { - "line": 1628, + "line": 1633, "column": 49 } }, @@ -82288,16 +82377,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45954, - 45999 + 46269, + 46314 ], "loc": { "start": { - "line": 1630, + "line": 1635, "column": 8 }, "end": { - "line": 1630, + "line": 1635, "column": 53 } } @@ -82312,16 +82401,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 46012, - 46019 + 46327, + 46334 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 19 } } @@ -82333,16 +82422,16 @@ "object": { "type": "ThisExpression", "range": [ - 46020, - 46024 + 46335, + 46339 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 20 }, "end": { - "line": 1631, + "line": 1636, "column": 24 } } @@ -82351,47 +82440,47 @@ "type": "Identifier", "name": "help", "range": [ - 46025, - 46029 + 46340, + 46344 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 25 }, "end": { - "line": 1631, + "line": 1636, "column": 29 } } }, "range": [ - 46020, - 46029 + 46335, + 46344 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 20 }, "end": { - "line": 1631, + "line": 1636, "column": 29 } } } ], "range": [ - 46012, - 46030 + 46327, + 46345 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 12 }, "end": { - "line": 1631, + "line": 1636, "column": 30 } } @@ -82416,16 +82505,16 @@ "object": { "type": "ThisExpression", "range": [ - 46174, - 46178 + 46489, + 46493 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 12 }, "end": { - "line": 1634, + "line": 1639, "column": 16 } } @@ -82434,31 +82523,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 46179, - 46182 + 46494, + 46497 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 17 }, "end": { - "line": 1634, + "line": 1639, "column": 20 } } }, "range": [ - 46174, - 46182 + 46489, + 46497 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 12 }, "end": { - "line": 1634, + "line": 1639, "column": 20 } } @@ -82467,31 +82556,31 @@ "type": "Identifier", "name": "help", "range": [ - 46183, - 46187 + 46498, + 46502 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 21 }, "end": { - "line": 1634, + "line": 1639, "column": 25 } } }, "range": [ - 46174, - 46187 + 46489, + 46502 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 12 }, "end": { - "line": 1634, + "line": 1639, "column": 25 } } @@ -82500,31 +82589,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 46188, - 46195 + 46503, + 46510 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 26 }, "end": { - "line": 1634, + "line": 1639, "column": 33 } } }, "range": [ - 46174, - 46195 + 46489, + 46510 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 12 }, "end": { - "line": 1634, + "line": 1639, "column": 33 } } @@ -82534,46 +82623,46 @@ "value": true, "raw": "true", "range": [ - 46198, - 46202 + 46513, + 46517 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 36 }, "end": { - "line": 1634, + "line": 1639, "column": 40 } } }, "range": [ - 46174, - 46202 + 46489, + 46517 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 12 }, "end": { - "line": 1634, + "line": 1639, "column": 40 } } }, "range": [ - 46174, - 46203 + 46489, + 46518 ], "loc": { "start": { - "line": 1634, + "line": 1639, "column": 12 }, "end": { - "line": 1634, + "line": 1639, "column": 41 } }, @@ -82582,16 +82671,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 46046, - 46108 + 46361, + 46423 ], "loc": { "start": { - "line": 1632, + "line": 1637, "column": 12 }, "end": { - "line": 1632, + "line": 1637, "column": 74 } } @@ -82600,16 +82689,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 46121, - 46161 + 46436, + 46476 ], "loc": { "start": { - "line": 1633, + "line": 1638, "column": 12 }, "end": { - "line": 1633, + "line": 1638, "column": 52 } } @@ -82629,16 +82718,16 @@ "object": { "type": "ThisExpression", "range": [ - 46216, - 46220 + 46531, + 46535 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 12 }, "end": { - "line": 1635, + "line": 1640, "column": 16 } } @@ -82647,31 +82736,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 46221, - 46228 + 46536, + 46543 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 17 }, "end": { - "line": 1635, + "line": 1640, "column": 24 } } }, "range": [ - 46216, - 46228 + 46531, + 46543 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 12 }, "end": { - "line": 1635, + "line": 1640, "column": 24 } } @@ -82680,31 +82769,31 @@ "type": "Identifier", "name": "emit", "range": [ - 46229, - 46233 + 46544, + 46548 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 25 }, "end": { - "line": 1635, + "line": 1640, "column": 29 } } }, "range": [ - 46216, - 46233 + 46531, + 46548 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 12 }, "end": { - "line": 1635, + "line": 1640, "column": 29 } } @@ -82715,16 +82804,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 46234, - 46245 + 46549, + 46560 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 30 }, "end": { - "line": 1635, + "line": 1640, "column": 41 } } @@ -82732,79 +82821,79 @@ { "type": "ThisExpression", "range": [ - 46247, - 46251 + 46562, + 46566 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 43 }, "end": { - "line": 1635, + "line": 1640, "column": 47 } } } ], "range": [ - 46216, - 46252 + 46531, + 46567 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 12 }, "end": { - "line": 1635, + "line": 1640, "column": 48 } } }, "range": [ - 46216, - 46253 + 46531, + 46568 ], "loc": { "start": { - "line": 1635, + "line": 1640, "column": 12 }, "end": { - "line": 1635, + "line": 1640, "column": 49 } } } ], "range": [ - 46032, - 46263 + 46347, + 46578 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 32 }, "end": { - "line": 1636, + "line": 1641, "column": 9 } } }, "alternate": null, "range": [ - 46008, - 46263 + 46323, + 46578 ], "loc": { "start": { - "line": 1631, + "line": 1636, "column": 8 }, "end": { - "line": 1636, + "line": 1641, "column": 9 } }, @@ -82813,16 +82902,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45954, - 45999 + 46269, + 46314 ], "loc": { "start": { - "line": 1630, + "line": 1635, "column": 8 }, "end": { - "line": 1630, + "line": 1635, "column": 53 } } @@ -82831,16 +82920,16 @@ } ], "range": [ - 44291, - 46269 + 44606, + 46584 ], "loc": { "start": { - "line": 1584, + "line": 1589, "column": 17 }, "end": { - "line": 1637, + "line": 1642, "column": 5 } } @@ -82848,16 +82937,16 @@ "generator": false, "expression": false, "range": [ - 44288, - 46269 + 44603, + 46584 ], "loc": { "start": { - "line": 1584, + "line": 1589, "column": 14 }, "end": { - "line": 1637, + "line": 1642, "column": 5 } } @@ -82865,16 +82954,16 @@ "kind": "method", "computed": false, "range": [ - 44278, - 46269 + 44593, + 46584 ], "loc": { "start": { - "line": 1584, + "line": 1589, "column": 4 }, "end": { - "line": 1637, + "line": 1642, "column": 5 } }, @@ -82883,16 +82972,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44184, - 44273 + 44499, + 44588 ], "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1583, + "line": 1588, "column": 7 } } @@ -82903,16 +82992,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 46275, - 46326 + 46590, + 46641 ], "loc": { "start": { - "line": 1639, + "line": 1644, "column": 4 }, "end": { - "line": 1641, + "line": 1646, "column": 7 } } @@ -82926,16 +83015,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 46331, - 46344 + 46646, + 46659 ], "loc": { "start": { - "line": 1642, + "line": 1647, "column": 4 }, "end": { - "line": 1642, + "line": 1647, "column": 17 } } @@ -82958,16 +83047,16 @@ "object": { "type": "ThisExpression", "range": [ - 46362, - 46366 + 46677, + 46681 ], "loc": { "start": { - "line": 1643, + "line": 1648, "column": 13 }, "end": { - "line": 1643, + "line": 1648, "column": 17 } } @@ -82976,47 +83065,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46367, - 46373 + 46682, + 46688 ], "loc": { "start": { - "line": 1643, + "line": 1648, "column": 18 }, "end": { - "line": 1643, + "line": 1648, "column": 24 } } }, "range": [ - 46362, - 46373 + 46677, + 46688 ], "loc": { "start": { - "line": 1643, + "line": 1648, "column": 13 }, "end": { - "line": 1643, + "line": 1648, "column": 24 } } }, "prefix": true, "range": [ - 46361, - 46373 + 46676, + 46688 ], "loc": { "start": { - "line": 1643, + "line": 1648, "column": 12 }, "end": { - "line": 1643, + "line": 1648, "column": 24 } } @@ -83028,48 +83117,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46389, - 46396 + 46704, + 46711 ], "loc": { "start": { - "line": 1644, + "line": 1649, "column": 12 }, "end": { - "line": 1644, + "line": 1649, "column": 19 } } } ], "range": [ - 46375, - 46406 + 46690, + 46721 ], "loc": { "start": { - "line": 1643, + "line": 1648, "column": 26 }, "end": { - "line": 1645, + "line": 1650, "column": 9 } } }, "alternate": null, "range": [ - 46357, - 46406 + 46672, + 46721 ], "loc": { "start": { - "line": 1643, + "line": 1648, "column": 8 }, "end": { - "line": 1645, + "line": 1650, "column": 9 } } @@ -83082,16 +83171,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 46415, - 46424 + 46730, + 46739 ], "loc": { "start": { - "line": 1646, + "line": 1651, "column": 8 }, "end": { - "line": 1646, + "line": 1651, "column": 17 } } @@ -83103,16 +83192,16 @@ "object": { "type": "ThisExpression", "range": [ - 46425, - 46429 + 46740, + 46744 ], "loc": { "start": { - "line": 1646, + "line": 1651, "column": 18 }, "end": { - "line": 1646, + "line": 1651, "column": 22 } } @@ -83121,62 +83210,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46430, - 46436 + 46745, + 46751 ], "loc": { "start": { - "line": 1646, + "line": 1651, "column": 23 }, "end": { - "line": 1646, + "line": 1651, "column": 29 } } }, "range": [ - 46425, - 46436 + 46740, + 46751 ], "loc": { "start": { - "line": 1646, + "line": 1651, "column": 18 }, "end": { - "line": 1646, + "line": 1651, "column": 29 } } } ], "range": [ - 46415, - 46437 + 46730, + 46752 ], "loc": { "start": { - "line": 1646, + "line": 1651, "column": 8 }, "end": { - "line": 1646, + "line": 1651, "column": 30 } } }, "range": [ - 46415, - 46438 + 46730, + 46753 ], "loc": { "start": { - "line": 1646, + "line": 1651, "column": 8 }, "end": { - "line": 1646, + "line": 1651, "column": 31 } } @@ -83192,16 +83281,16 @@ "object": { "type": "ThisExpression", "range": [ - 46447, - 46451 + 46762, + 46766 ], "loc": { "start": { - "line": 1647, + "line": 1652, "column": 8 }, "end": { - "line": 1647, + "line": 1652, "column": 12 } } @@ -83210,31 +83299,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46452, - 46458 + 46767, + 46773 ], "loc": { "start": { - "line": 1647, + "line": 1652, "column": 13 }, "end": { - "line": 1647, + "line": 1652, "column": 19 } } }, "range": [ - 46447, - 46458 + 46762, + 46773 ], "loc": { "start": { - "line": 1647, + "line": 1652, "column": 8 }, "end": { - "line": 1647, + "line": 1652, "column": 19 } } @@ -83244,46 +83333,46 @@ "value": null, "raw": "null", "range": [ - 46461, - 46465 + 46776, + 46780 ], "loc": { "start": { - "line": 1647, + "line": 1652, "column": 22 }, "end": { - "line": 1647, + "line": 1652, "column": 26 } } }, "range": [ - 46447, - 46465 + 46762, + 46780 ], "loc": { "start": { - "line": 1647, + "line": 1652, "column": 8 }, "end": { - "line": 1647, + "line": 1652, "column": 26 } } }, "range": [ - 46447, - 46466 + 46762, + 46781 ], "loc": { "start": { - "line": 1647, + "line": 1652, "column": 8 }, "end": { - "line": 1647, + "line": 1652, "column": 27 } } @@ -83297,16 +83386,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46480, - 46483 + 46795, + 46798 ], "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 15 } } @@ -83317,16 +83406,16 @@ "object": { "type": "ThisExpression", "range": [ - 46486, - 46490 + 46801, + 46805 ], "loc": { "start": { - "line": 1649, + "line": 1654, "column": 18 }, "end": { - "line": 1649, + "line": 1654, "column": 22 } } @@ -83335,46 +83424,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 46491, - 46494 + 46806, + 46809 ], "loc": { "start": { - "line": 1649, + "line": 1654, "column": 23 }, "end": { - "line": 1649, + "line": 1654, "column": 26 } } }, "range": [ - 46486, - 46494 + 46801, + 46809 ], "loc": { "start": { - "line": 1649, + "line": 1654, "column": 18 }, "end": { - "line": 1649, + "line": 1654, "column": 26 } } }, "range": [ - 46480, - 46494 + 46795, + 46809 ], "loc": { "start": { - "line": 1649, + "line": 1654, "column": 12 }, "end": { - "line": 1649, + "line": 1654, "column": 26 } } @@ -83382,16 +83471,16 @@ ], "kind": "let", "range": [ - 46476, - 46495 + 46791, + 46810 ], "loc": { "start": { - "line": 1649, + "line": 1654, "column": 8 }, "end": { - "line": 1649, + "line": 1654, "column": 27 } } @@ -83405,16 +83494,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46508, - 46516 + 46823, + 46831 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 20 } } @@ -83425,16 +83514,16 @@ "type": "Identifier", "name": "tag", "range": [ - 46519, - 46522 + 46834, + 46837 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 23 }, "end": { - "line": 1650, + "line": 1655, "column": 26 } } @@ -83444,16 +83533,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46523, - 46526 + 46838, + 46841 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 27 }, "end": { - "line": 1650, + "line": 1655, "column": 30 } } @@ -83463,47 +83552,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 46528, - 46537 + 46843, + 46852 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 32 }, "end": { - "line": 1650, + "line": 1655, "column": 41 } } } ], "range": [ - 46519, - 46538 + 46834, + 46853 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 23 }, "end": { - "line": 1650, + "line": 1655, "column": 42 } } }, "range": [ - 46508, - 46538 + 46823, + 46853 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 12 }, "end": { - "line": 1650, + "line": 1655, "column": 42 } } @@ -83511,16 +83600,16 @@ ], "kind": "let", "range": [ - 46504, - 46539 + 46819, + 46854 ], "loc": { "start": { - "line": 1650, + "line": 1655, "column": 8 }, "end": { - "line": 1650, + "line": 1655, "column": 43 } } @@ -83537,16 +83626,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46552, - 46560 + 46867, + 46875 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 20 } } @@ -83555,31 +83644,31 @@ "type": "Identifier", "name": "length", "range": [ - 46561, - 46567 + 46876, + 46882 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 21 }, "end": { - "line": 1651, + "line": 1656, "column": 27 } } }, "range": [ - 46552, - 46567 + 46867, + 46882 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 27 } } @@ -83589,31 +83678,31 @@ "value": 0, "raw": "0", "range": [ - 46570, - 46571 + 46885, + 46886 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 30 }, "end": { - "line": 1651, + "line": 1656, "column": 31 } } }, "range": [ - 46552, - 46571 + 46867, + 46886 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 12 }, "end": { - "line": 1651, + "line": 1656, "column": 31 } } @@ -83635,16 +83724,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 46587, - 46589 + 46902, + 46904 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1652, + "line": 1657, "column": 14 } } @@ -83653,31 +83742,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 46590, - 46597 + 46905, + 46912 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 15 }, "end": { - "line": 1652, + "line": 1657, "column": 22 } } }, "range": [ - 46587, - 46597 + 46902, + 46912 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1652, + "line": 1657, "column": 22 } } @@ -83686,31 +83775,31 @@ "type": "Identifier", "name": "call", "range": [ - 46598, - 46602 + 46913, + 46917 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 23 }, "end": { - "line": 1652, + "line": 1657, "column": 27 } } }, "range": [ - 46587, - 46602 + 46902, + 46917 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1652, + "line": 1657, "column": 27 } } @@ -83720,16 +83809,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46603, - 46611 + 46918, + 46926 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 28 }, "end": { - "line": 1652, + "line": 1657, "column": 36 } } @@ -83742,16 +83831,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46614, - 46617 + 46929, + 46932 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 39 }, "end": { - "line": 1652, + "line": 1657, "column": 42 } } @@ -83766,16 +83855,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46622, - 46625 + 46937, + 46940 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 47 }, "end": { - "line": 1652, + "line": 1657, "column": 50 } } @@ -83784,31 +83873,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 46626, - 46637 + 46941, + 46952 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 51 }, "end": { - "line": 1652, + "line": 1657, "column": 62 } } }, "range": [ - 46622, - 46637 + 46937, + 46952 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 47 }, "end": { - "line": 1652, + "line": 1657, "column": 62 } } @@ -83818,32 +83907,32 @@ "type": "Identifier", "name": "elm", "range": [ - 46638, - 46641 + 46953, + 46956 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 63 }, "end": { - "line": 1652, + "line": 1657, "column": 66 } } } ], "range": [ - 46622, - 46642 + 46937, + 46957 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 47 }, "end": { - "line": 1652, + "line": 1657, "column": 67 } } @@ -83851,95 +83940,95 @@ "generator": false, "expression": true, "range": [ - 46613, - 46642 + 46928, + 46957 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 38 }, "end": { - "line": 1652, + "line": 1657, "column": 67 } } } ], "range": [ - 46587, - 46643 + 46902, + 46958 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1652, + "line": 1657, "column": 68 } } }, "range": [ - 46587, - 46644 + 46902, + 46959 ], "loc": { "start": { - "line": 1652, + "line": 1657, "column": 12 }, "end": { - "line": 1652, + "line": 1657, "column": 69 } } } ], "range": [ - 46573, - 46654 + 46888, + 46969 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 33 }, "end": { - "line": 1653, + "line": 1658, "column": 9 } } }, "alternate": null, "range": [ - 46548, - 46654 + 46863, + 46969 ], "loc": { "start": { - "line": 1651, + "line": 1656, "column": 8 }, "end": { - "line": 1653, + "line": 1658, "column": 9 } } } ], "range": [ - 46347, - 46660 + 46662, + 46975 ], "loc": { "start": { - "line": 1642, + "line": 1647, "column": 20 }, "end": { - "line": 1654, + "line": 1659, "column": 5 } } @@ -83947,16 +84036,16 @@ "generator": false, "expression": false, "range": [ - 46344, - 46660 + 46659, + 46975 ], "loc": { "start": { - "line": 1642, + "line": 1647, "column": 17 }, "end": { - "line": 1654, + "line": 1659, "column": 5 } } @@ -83964,16 +84053,16 @@ "kind": "method", "computed": false, "range": [ - 46331, - 46660 + 46646, + 46975 ], "loc": { "start": { - "line": 1642, + "line": 1647, "column": 4 }, "end": { - "line": 1654, + "line": 1659, "column": 5 } }, @@ -83982,16 +84071,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 46275, - 46326 + 46590, + 46641 ], "loc": { "start": { - "line": 1639, + "line": 1644, "column": 4 }, "end": { - "line": 1641, + "line": 1646, "column": 7 } } @@ -84002,16 +84091,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46666, - 46723 + 46981, + 47038 ], "loc": { "start": { - "line": 1656, + "line": 1661, "column": 4 }, "end": { - "line": 1658, + "line": 1663, "column": 7 } } @@ -84025,16 +84114,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 46728, - 46746 + 47043, + 47061 ], "loc": { "start": { - "line": 1659, + "line": 1664, "column": 4 }, "end": { - "line": 1659, + "line": 1664, "column": 22 } } @@ -84057,16 +84146,16 @@ "object": { "type": "ThisExpression", "range": [ - 46764, - 46768 + 47079, + 47083 ], "loc": { "start": { - "line": 1660, + "line": 1665, "column": 13 }, "end": { - "line": 1660, + "line": 1665, "column": 17 } } @@ -84075,47 +84164,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 46769, - 46782 + 47084, + 47097 ], "loc": { "start": { - "line": 1660, + "line": 1665, "column": 18 }, "end": { - "line": 1660, + "line": 1665, "column": 31 } } }, "range": [ - 46764, - 46782 + 47079, + 47097 ], "loc": { "start": { - "line": 1660, + "line": 1665, "column": 13 }, "end": { - "line": 1660, + "line": 1665, "column": 31 } } }, "prefix": true, "range": [ - 46763, - 46782 + 47078, + 47097 ], "loc": { "start": { - "line": 1660, + "line": 1665, "column": 12 }, "end": { - "line": 1660, + "line": 1665, "column": 31 } } @@ -84127,48 +84216,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46798, - 46805 + 47113, + 47120 ], "loc": { "start": { - "line": 1661, + "line": 1666, "column": 12 }, "end": { - "line": 1661, + "line": 1666, "column": 19 } } } ], "range": [ - 46784, - 46815 + 47099, + 47130 ], "loc": { "start": { - "line": 1660, + "line": 1665, "column": 33 }, "end": { - "line": 1662, + "line": 1667, "column": 9 } } }, "alternate": null, "range": [ - 46759, - 46815 + 47074, + 47130 ], "loc": { "start": { - "line": 1660, + "line": 1665, "column": 8 }, "end": { - "line": 1662, + "line": 1667, "column": 9 } } @@ -84182,16 +84271,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46828, - 46831 + 47143, + 47146 ], "loc": { "start": { - "line": 1663, + "line": 1668, "column": 12 }, "end": { - "line": 1663, + "line": 1668, "column": 15 } } @@ -84202,16 +84291,16 @@ "object": { "type": "ThisExpression", "range": [ - 46834, - 46838 + 47149, + 47153 ], "loc": { "start": { - "line": 1663, + "line": 1668, "column": 18 }, "end": { - "line": 1663, + "line": 1668, "column": 22 } } @@ -84220,46 +84309,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 46839, - 46856 + 47154, + 47171 ], "loc": { "start": { - "line": 1663, + "line": 1668, "column": 23 }, "end": { - "line": 1663, + "line": 1668, "column": 40 } } }, "range": [ - 46834, - 46856 + 47149, + 47171 ], "loc": { "start": { - "line": 1663, + "line": 1668, "column": 18 }, "end": { - "line": 1663, + "line": 1668, "column": 40 } } }, "range": [ - 46828, - 46856 + 47143, + 47171 ], "loc": { "start": { - "line": 1663, + "line": 1668, "column": 12 }, "end": { - "line": 1663, + "line": 1668, "column": 40 } } @@ -84270,16 +84359,16 @@ "type": "Identifier", "name": "len", "range": [ - 46870, - 46873 + 47185, + 47188 ], "loc": { "start": { - "line": 1664, + "line": 1669, "column": 12 }, "end": { - "line": 1664, + "line": 1669, "column": 15 } } @@ -84291,16 +84380,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46876, - 46879 + 47191, + 47194 ], "loc": { "start": { - "line": 1664, + "line": 1669, "column": 18 }, "end": { - "line": 1664, + "line": 1669, "column": 21 } } @@ -84309,46 +84398,46 @@ "type": "Identifier", "name": "length", "range": [ - 46880, - 46886 + 47195, + 47201 ], "loc": { "start": { - "line": 1664, + "line": 1669, "column": 22 }, "end": { - "line": 1664, + "line": 1669, "column": 28 } } }, "range": [ - 46876, - 46886 + 47191, + 47201 ], "loc": { "start": { - "line": 1664, + "line": 1669, "column": 18 }, "end": { - "line": 1664, + "line": 1669, "column": 28 } } }, "range": [ - 46870, - 46886 + 47185, + 47201 ], "loc": { "start": { - "line": 1664, + "line": 1669, "column": 12 }, "end": { - "line": 1664, + "line": 1669, "column": 28 } } @@ -84356,16 +84445,16 @@ ], "kind": "let", "range": [ - 46824, - 46887 + 47139, + 47202 ], "loc": { "start": { - "line": 1663, + "line": 1668, "column": 8 }, "end": { - "line": 1664, + "line": 1669, "column": 29 } } @@ -84381,16 +84470,16 @@ "type": "Identifier", "name": "ct", "range": [ - 46905, - 46907 + 47220, + 47222 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 17 }, "end": { - "line": 1665, + "line": 1670, "column": 19 } } @@ -84400,31 +84489,31 @@ "value": 0, "raw": "0", "range": [ - 46910, - 46911 + 47225, + 47226 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 22 }, "end": { - "line": 1665, + "line": 1670, "column": 23 } } }, "range": [ - 46905, - 46911 + 47220, + 47226 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 17 }, "end": { - "line": 1665, + "line": 1670, "column": 23 } } @@ -84432,16 +84521,16 @@ ], "kind": "let", "range": [ - 46901, - 46911 + 47216, + 47226 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 13 }, "end": { - "line": 1665, + "line": 1670, "column": 23 } } @@ -84453,16 +84542,16 @@ "type": "Identifier", "name": "ct", "range": [ - 46913, - 46915 + 47228, + 47230 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 25 }, "end": { - "line": 1665, + "line": 1670, "column": 27 } } @@ -84471,31 +84560,31 @@ "type": "Identifier", "name": "len", "range": [ - 46918, - 46921 + 47233, + 47236 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 30 }, "end": { - "line": 1665, + "line": 1670, "column": 33 } } }, "range": [ - 46913, - 46921 + 47228, + 47236 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 25 }, "end": { - "line": 1665, + "line": 1670, "column": 33 } } @@ -84507,32 +84596,32 @@ "type": "Identifier", "name": "ct", "range": [ - 46923, - 46925 + 47238, + 47240 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 35 }, "end": { - "line": 1665, + "line": 1670, "column": 37 } } }, "prefix": false, "range": [ - 46923, - 46927 + 47238, + 47242 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 35 }, "end": { - "line": 1665, + "line": 1670, "column": 39 } } @@ -84549,16 +84638,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 46947, - 46963 + 47262, + 47278 ], "loc": { "start": { - "line": 1666, + "line": 1671, "column": 16 }, "end": { - "line": 1666, + "line": 1671, "column": 32 } } @@ -84570,16 +84659,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46966, - 46969 + 47281, + 47284 ], "loc": { "start": { - "line": 1666, + "line": 1671, "column": 35 }, "end": { - "line": 1666, + "line": 1671, "column": 38 } } @@ -84588,46 +84677,46 @@ "type": "Identifier", "name": "ct", "range": [ - 46970, - 46972 + 47285, + 47287 ], "loc": { "start": { - "line": 1666, + "line": 1671, "column": 39 }, "end": { - "line": 1666, + "line": 1671, "column": 41 } } }, "range": [ - 46966, - 46973 + 47281, + 47288 ], "loc": { "start": { - "line": 1666, + "line": 1671, "column": 35 }, "end": { - "line": 1666, + "line": 1671, "column": 42 } } }, "range": [ - 46947, - 46973 + 47262, + 47288 ], "loc": { "start": { - "line": 1666, + "line": 1671, "column": 16 }, "end": { - "line": 1666, + "line": 1671, "column": 42 } } @@ -84638,16 +84727,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46991, - 47002 + 47306, + 47317 ], "loc": { "start": { - "line": 1667, + "line": 1672, "column": 16 }, "end": { - "line": 1667, + "line": 1672, "column": 27 } } @@ -84658,16 +84747,16 @@ "type": "Identifier", "name": "elm", "range": [ - 47005, - 47008 + 47320, + 47323 ], "loc": { "start": { - "line": 1667, + "line": 1672, "column": 30 }, "end": { - "line": 1667, + "line": 1672, "column": 33 } } @@ -84677,47 +84766,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 47009, - 47025 + 47324, + 47340 ], "loc": { "start": { - "line": 1667, + "line": 1672, "column": 34 }, "end": { - "line": 1667, + "line": 1672, "column": 50 } } } ], "range": [ - 47005, - 47026 + 47320, + 47341 ], "loc": { "start": { - "line": 1667, + "line": 1672, "column": 30 }, "end": { - "line": 1667, + "line": 1672, "column": 51 } } }, "range": [ - 46991, - 47026 + 47306, + 47341 ], "loc": { "start": { - "line": 1667, + "line": 1672, "column": 16 }, "end": { - "line": 1667, + "line": 1672, "column": 51 } } @@ -84725,16 +84814,16 @@ ], "kind": "let", "range": [ - 46943, - 47027 + 47258, + 47342 ], "loc": { "start": { - "line": 1666, + "line": 1671, "column": 12 }, "end": { - "line": 1667, + "line": 1672, "column": 52 } } @@ -84745,16 +84834,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 47044, - 47055 + 47359, + 47370 ], "loc": { "start": { - "line": 1668, + "line": 1673, "column": 16 }, "end": { - "line": 1668, + "line": 1673, "column": 27 } } @@ -84774,16 +84863,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 47075, - 47086 + 47390, + 47401 ], "loc": { "start": { - "line": 1669, + "line": 1674, "column": 16 }, "end": { - "line": 1669, + "line": 1674, "column": 27 } } @@ -84792,31 +84881,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 47087, - 47096 + 47402, + 47411 ], "loc": { "start": { - "line": 1669, + "line": 1674, "column": 28 }, "end": { - "line": 1669, + "line": 1674, "column": 37 } } }, "range": [ - 47075, - 47096 + 47390, + 47411 ], "loc": { "start": { - "line": 1669, + "line": 1674, "column": 16 }, "end": { - "line": 1669, + "line": 1674, "column": 37 } } @@ -84826,125 +84915,125 @@ "value": "", "raw": "''", "range": [ - 47099, - 47101 + 47414, + 47416 ], "loc": { "start": { - "line": 1669, + "line": 1674, "column": 40 }, "end": { - "line": 1669, + "line": 1674, "column": 42 } } }, "range": [ - 47075, - 47101 + 47390, + 47416 ], "loc": { "start": { - "line": 1669, + "line": 1674, "column": 16 }, "end": { - "line": 1669, + "line": 1674, "column": 42 } } }, "range": [ - 47075, - 47102 + 47390, + 47417 ], "loc": { "start": { - "line": 1669, + "line": 1674, "column": 16 }, "end": { - "line": 1669, + "line": 1674, "column": 43 } } } ], "range": [ - 47057, - 47116 + 47372, + 47431 ], "loc": { "start": { - "line": 1668, + "line": 1673, "column": 29 }, "end": { - "line": 1670, + "line": 1675, "column": 13 } } }, "alternate": null, "range": [ - 47040, - 47116 + 47355, + 47431 ], "loc": { "start": { - "line": 1668, + "line": 1673, "column": 12 }, "end": { - "line": 1670, + "line": 1675, "column": 13 } } } ], "range": [ - 46929, - 47126 + 47244, + 47441 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 41 }, "end": { - "line": 1671, + "line": 1676, "column": 9 } } }, "range": [ - 46896, - 47126 + 47211, + 47441 ], "loc": { "start": { - "line": 1665, + "line": 1670, "column": 8 }, "end": { - "line": 1671, + "line": 1676, "column": 9 } } } ], "range": [ - 46749, - 47132 + 47064, + 47447 ], "loc": { "start": { - "line": 1659, + "line": 1664, "column": 25 }, "end": { - "line": 1672, + "line": 1677, "column": 5 } } @@ -84952,16 +85041,16 @@ "generator": false, "expression": false, "range": [ - 46746, - 47132 + 47061, + 47447 ], "loc": { "start": { - "line": 1659, + "line": 1664, "column": 22 }, "end": { - "line": 1672, + "line": 1677, "column": 5 } } @@ -84969,16 +85058,16 @@ "kind": "method", "computed": false, "range": [ - 46728, - 47132 + 47043, + 47447 ], "loc": { "start": { - "line": 1659, + "line": 1664, "column": 4 }, "end": { - "line": 1672, + "line": 1677, "column": 5 } }, @@ -84987,16 +85076,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46666, - 46723 + 46981, + 47038 ], "loc": { "start": { - "line": 1656, + "line": 1661, "column": 4 }, "end": { - "line": 1658, + "line": 1663, "column": 7 } } @@ -85007,16 +85096,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": [ - 47138, - 47292 + 47453, + 47607 ], "loc": { "start": { - "line": 1674, + "line": 1679, "column": 4 }, "end": { - "line": 1678, + "line": 1683, "column": 7 } } @@ -85030,16 +85119,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 47297, - 47312 + 47612, + 47627 ], "loc": { "start": { - "line": 1679, + "line": 1684, "column": 4 }, "end": { - "line": 1679, + "line": 1684, "column": 19 } } @@ -85052,16 +85141,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47313, - 47321 + 47628, + 47636 ], "loc": { "start": { - "line": 1679, + "line": 1684, "column": 20 }, "end": { - "line": 1679, + "line": 1684, "column": 28 } } @@ -85081,16 +85170,16 @@ "object": { "type": "ThisExpression", "range": [ - 47340, - 47344 + 47655, + 47659 ], "loc": { "start": { - "line": 1680, + "line": 1685, "column": 15 }, "end": { - "line": 1680, + "line": 1685, "column": 19 } } @@ -85099,31 +85188,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 47345, - 47361 + 47660, + 47676 ], "loc": { "start": { - "line": 1680, + "line": 1685, "column": 20 }, "end": { - "line": 1680, + "line": 1685, "column": 36 } } }, "range": [ - 47340, - 47361 + 47655, + 47676 ], "loc": { "start": { - "line": 1680, + "line": 1685, "column": 15 }, "end": { - "line": 1680, + "line": 1685, "column": 36 } } @@ -85145,16 +85234,16 @@ "object": { "type": "ThisExpression", "range": [ - 47377, - 47381 + 47692, + 47696 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 12 }, "end": { - "line": 1681, + "line": 1686, "column": 16 } } @@ -85163,31 +85252,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47382, - 47395 + 47697, + 47710 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 17 }, "end": { - "line": 1681, + "line": 1686, "column": 30 } } }, "range": [ - 47377, - 47395 + 47692, + 47710 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 12 }, "end": { - "line": 1681, + "line": 1686, "column": 30 } } @@ -85196,31 +85285,31 @@ "type": "Identifier", "name": "cols", "range": [ - 47396, - 47400 + 47711, + 47715 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 31 }, "end": { - "line": 1681, + "line": 1686, "column": 35 } } }, "range": [ - 47377, - 47400 + 47692, + 47715 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 12 }, "end": { - "line": 1681, + "line": 1686, "column": 35 } } @@ -85229,31 +85318,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47401, - 47408 + 47716, + 47723 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 36 }, "end": { - "line": 1681, + "line": 1686, "column": 43 } } }, "range": [ - 47377, - 47408 + 47692, + 47723 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 12 }, "end": { - "line": 1681, + "line": 1686, "column": 43 } } @@ -85263,32 +85352,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47409, - 47417 + 47724, + 47732 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 44 }, "end": { - "line": 1681, + "line": 1686, "column": 52 } } } ], "range": [ - 47377, - 47418 + 47692, + 47733 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 12 }, "end": { - "line": 1681, + "line": 1686, "column": 53 } } @@ -85301,93 +85390,93 @@ "value": 1, "raw": "1", "range": [ - 47424, - 47425 + 47739, + 47740 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 59 }, "end": { - "line": 1681, + "line": 1686, "column": 60 } } }, "prefix": true, "range": [ - 47423, - 47425 + 47738, + 47740 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 58 }, "end": { - "line": 1681, + "line": 1686, "column": 60 } } }, "range": [ - 47377, - 47425 + 47692, + 47740 ], "loc": { "start": { - "line": 1681, + "line": 1686, "column": 12 }, "end": { - "line": 1681, + "line": 1686, "column": 60 } } }, "range": [ - 47340, - 47425 + 47655, + 47740 ], "loc": { "start": { - "line": 1680, + "line": 1685, "column": 15 }, "end": { - "line": 1681, + "line": 1686, "column": 60 } } }, "range": [ - 47333, - 47426 + 47648, + 47741 ], "loc": { "start": { - "line": 1680, + "line": 1685, "column": 8 }, "end": { - "line": 1681, + "line": 1686, "column": 61 } } } ], "range": [ - 47323, - 47432 + 47638, + 47747 ], "loc": { "start": { - "line": 1679, + "line": 1684, "column": 30 }, "end": { - "line": 1682, + "line": 1687, "column": 5 } } @@ -85395,16 +85484,16 @@ "generator": false, "expression": false, "range": [ - 47312, - 47432 + 47627, + 47747 ], "loc": { "start": { - "line": 1679, + "line": 1684, "column": 19 }, "end": { - "line": 1682, + "line": 1687, "column": 5 } } @@ -85412,16 +85501,16 @@ "kind": "method", "computed": false, "range": [ - 47297, - 47432 + 47612, + 47747 ], "loc": { "start": { - "line": 1679, + "line": 1684, "column": 4 }, "end": { - "line": 1682, + "line": 1687, "column": 5 } }, @@ -85430,16 +85519,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": [ - 47138, - 47292 + 47453, + 47607 ], "loc": { "start": { - "line": 1674, + "line": 1679, "column": 4 }, "end": { - "line": 1678, + "line": 1683, "column": 7 } } @@ -85450,16 +85539,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": [ - 47438, - 47634 + 47753, + 47949 ], "loc": { "start": { - "line": 1684, + "line": 1689, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -85473,16 +85562,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 47639, - 47655 + 47954, + 47970 ], "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1690, + "line": 1695, "column": 20 } } @@ -85495,16 +85584,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47656, - 47664 + 47971, + 47979 ], "loc": { "start": { - "line": 1690, + "line": 1695, "column": 21 }, "end": { - "line": 1690, + "line": 1695, "column": 29 } } @@ -85524,16 +85613,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 47680, - 47687 + 47995, + 48002 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 19 } } @@ -85543,32 +85632,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47688, - 47696 + 48003, + 48011 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 20 }, "end": { - "line": 1691, + "line": 1696, "column": 28 } } } ], "range": [ - 47680, - 47697 + 47995, + 48012 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 29 } } @@ -85584,16 +85673,16 @@ "object": { "type": "ThisExpression", "range": [ - 47702, - 47706 + 48017, + 48021 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 34 }, "end": { - "line": 1691, + "line": 1696, "column": 38 } } @@ -85602,31 +85691,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 47707, - 47722 + 48022, + 48037 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 39 }, "end": { - "line": 1691, + "line": 1696, "column": 54 } } }, "range": [ - 47702, - 47722 + 48017, + 48037 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 34 }, "end": { - "line": 1691, + "line": 1696, "column": 54 } } @@ -85636,63 +85725,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47723, - 47731 + 48038, + 48046 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 55 }, "end": { - "line": 1691, + "line": 1696, "column": 63 } } } ], "range": [ - 47702, - 47732 + 48017, + 48047 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 34 }, "end": { - "line": 1691, + "line": 1696, "column": 64 } } }, "prefix": true, "range": [ - 47701, - 47732 + 48016, + 48047 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 33 }, "end": { - "line": 1691, + "line": 1696, "column": 64 } } }, "range": [ - 47680, - 47732 + 47995, + 48047 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 12 }, "end": { - "line": 1691, + "line": 1696, "column": 64 } } @@ -85704,48 +85793,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 47748, - 47755 + 48063, + 48070 ], "loc": { "start": { - "line": 1692, + "line": 1697, "column": 12 }, "end": { - "line": 1692, + "line": 1697, "column": 19 } } } ], "range": [ - 47734, - 47765 + 48049, + 48080 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 66 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } } }, "alternate": null, "range": [ - 47676, - 47765 + 47991, + 48080 ], "loc": { "start": { - "line": 1691, + "line": 1696, "column": 8 }, "end": { - "line": 1693, + "line": 1698, "column": 9 } } @@ -85759,16 +85848,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47779, - 47792 + 48094, + 48107 ], "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 25 } } @@ -85779,16 +85868,16 @@ "object": { "type": "ThisExpression", "range": [ - 47795, - 47799 + 48110, + 48114 ], "loc": { "start": { - "line": 1695, + "line": 1700, "column": 28 }, "end": { - "line": 1695, + "line": 1700, "column": 32 } } @@ -85797,46 +85886,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47800, - 47813 + 48115, + 48128 ], "loc": { "start": { - "line": 1695, + "line": 1700, "column": 33 }, "end": { - "line": 1695, + "line": 1700, "column": 46 } } }, "range": [ - 47795, - 47813 + 48110, + 48128 ], "loc": { "start": { - "line": 1695, + "line": 1700, "column": 28 }, "end": { - "line": 1695, + "line": 1700, "column": 46 } } }, "range": [ - 47779, - 47813 + 48094, + 48128 ], "loc": { "start": { - "line": 1695, + "line": 1700, "column": 12 }, "end": { - "line": 1695, + "line": 1700, "column": 46 } } @@ -85844,16 +85933,16 @@ ], "kind": "let", "range": [ - 47775, - 47814 + 48090, + 48129 ], "loc": { "start": { - "line": 1695, + "line": 1700, "column": 8 }, "end": { - "line": 1695, + "line": 1700, "column": 47 } } @@ -85867,16 +85956,16 @@ "type": "Identifier", "name": "cols", "range": [ - 47827, - 47831 + 48142, + 48146 ], "loc": { "start": { - "line": 1696, + "line": 1701, "column": 12 }, "end": { - "line": 1696, + "line": 1701, "column": 16 } } @@ -85888,16 +85977,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47834, - 47847 + 48149, + 48162 ], "loc": { "start": { - "line": 1696, + "line": 1701, "column": 19 }, "end": { - "line": 1696, + "line": 1701, "column": 32 } } @@ -85906,46 +85995,46 @@ "type": "Identifier", "name": "cols", "range": [ - 47848, - 47852 + 48163, + 48167 ], "loc": { "start": { - "line": 1696, + "line": 1701, "column": 33 }, "end": { - "line": 1696, + "line": 1701, "column": 37 } } }, "range": [ - 47834, - 47852 + 48149, + 48167 ], "loc": { "start": { - "line": 1696, + "line": 1701, "column": 19 }, "end": { - "line": 1696, + "line": 1701, "column": 37 } } }, "range": [ - 47827, - 47852 + 48142, + 48167 ], "loc": { "start": { - "line": 1696, + "line": 1701, "column": 12 }, "end": { - "line": 1696, + "line": 1701, "column": 37 } } @@ -85953,16 +86042,16 @@ ], "kind": "let", "range": [ - 47823, - 47853 + 48138, + 48168 ], "loc": { "start": { - "line": 1696, + "line": 1701, "column": 8 }, "end": { - "line": 1696, + "line": 1701, "column": 38 } } @@ -85976,16 +86065,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47866, - 47872 + 48181, + 48187 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 12 }, "end": { - "line": 1697, + "line": 1702, "column": 18 } } @@ -85994,31 +86083,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47875, - 47877 + 48190, + 48192 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 21 }, "end": { - "line": 1697, + "line": 1702, "column": 23 } } }, "range": [ - 47866, - 47877 + 48181, + 48192 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 12 }, "end": { - "line": 1697, + "line": 1702, "column": 23 } } @@ -86029,16 +86118,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47879, - 47887 + 48194, + 48202 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 25 }, "end": { - "line": 1697, + "line": 1702, "column": 33 } } @@ -86047,31 +86136,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47890, - 47892 + 48205, + 48207 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 36 }, "end": { - "line": 1697, + "line": 1702, "column": 38 } } }, "range": [ - 47879, - 47892 + 48194, + 48207 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 25 }, "end": { - "line": 1697, + "line": 1702, "column": 38 } } @@ -86079,16 +86168,16 @@ ], "kind": "let", "range": [ - 47862, - 47893 + 48177, + 48208 ], "loc": { "start": { - "line": 1697, + "line": 1702, "column": 8 }, "end": { - "line": 1697, + "line": 1702, "column": 39 } } @@ -86102,16 +86191,16 @@ "type": "Identifier", "name": "index", "range": [ - 47906, - 47911 + 48221, + 48226 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 12 }, "end": { - "line": 1698, + "line": 1703, "column": 17 } } @@ -86125,16 +86214,16 @@ "type": "Identifier", "name": "cols", "range": [ - 47914, - 47918 + 48229, + 48233 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 20 }, "end": { - "line": 1698, + "line": 1703, "column": 24 } } @@ -86143,31 +86232,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47919, - 47926 + 48234, + 48241 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 25 }, "end": { - "line": 1698, + "line": 1703, "column": 32 } } }, "range": [ - 47914, - 47926 + 48229, + 48241 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 20 }, "end": { - "line": 1698, + "line": 1703, "column": 32 } } @@ -86177,47 +86266,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47927, - 47935 + 48242, + 48250 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 33 }, "end": { - "line": 1698, + "line": 1703, "column": 41 } } } ], "range": [ - 47914, - 47936 + 48229, + 48251 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 20 }, "end": { - "line": 1698, + "line": 1703, "column": 42 } } }, "range": [ - 47906, - 47936 + 48221, + 48251 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 12 }, "end": { - "line": 1698, + "line": 1703, "column": 42 } } @@ -86225,16 +86314,16 @@ ], "kind": "let", "range": [ - 47902, - 47937 + 48217, + 48252 ], "loc": { "start": { - "line": 1698, + "line": 1703, "column": 8 }, "end": { - "line": 1698, + "line": 1703, "column": 43 } } @@ -86248,16 +86337,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47950, - 47959 + 48265, + 48274 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 12 }, "end": { - "line": 1699, + "line": 1704, "column": 21 } } @@ -86272,16 +86361,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47962, - 47975 + 48277, + 48290 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 24 }, "end": { - "line": 1699, + "line": 1704, "column": 37 } } @@ -86290,31 +86379,31 @@ "type": "Identifier", "name": "values", "range": [ - 47976, - 47982 + 48291, + 48297 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 38 }, "end": { - "line": 1699, + "line": 1704, "column": 44 } } }, "range": [ - 47962, - 47982 + 48277, + 48297 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 24 }, "end": { - "line": 1699, + "line": 1704, "column": 44 } } @@ -86323,46 +86412,46 @@ "type": "Identifier", "name": "index", "range": [ - 47983, - 47988 + 48298, + 48303 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 45 }, "end": { - "line": 1699, + "line": 1704, "column": 50 } } }, "range": [ - 47962, - 47989 + 48277, + 48304 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 24 }, "end": { - "line": 1699, + "line": 1704, "column": 51 } } }, "range": [ - 47950, - 47989 + 48265, + 48304 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 12 }, "end": { - "line": 1699, + "line": 1704, "column": 51 } } @@ -86370,16 +86459,16 @@ ], "kind": "let", "range": [ - 47946, - 47990 + 48261, + 48305 ], "loc": { "start": { - "line": 1699, + "line": 1704, "column": 8 }, "end": { - "line": 1699, + "line": 1704, "column": 52 } } @@ -86393,16 +86482,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 48003, - 48011 + 48318, + 48326 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 12 }, "end": { - "line": 1700, + "line": 1705, "column": 20 } } @@ -86417,16 +86506,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48014, - 48027 + 48329, + 48342 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 23 }, "end": { - "line": 1700, + "line": 1705, "column": 36 } } @@ -86435,31 +86524,31 @@ "type": "Identifier", "name": "texts", "range": [ - 48028, - 48033 + 48343, + 48348 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 37 }, "end": { - "line": 1700, + "line": 1705, "column": 42 } } }, "range": [ - 48014, - 48033 + 48329, + 48348 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 23 }, "end": { - "line": 1700, + "line": 1705, "column": 42 } } @@ -86468,46 +86557,46 @@ "type": "Identifier", "name": "index", "range": [ - 48034, - 48039 + 48349, + 48354 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 43 }, "end": { - "line": 1700, + "line": 1705, "column": 48 } } }, "range": [ - 48014, - 48040 + 48329, + 48355 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 23 }, "end": { - "line": 1700, + "line": 1705, "column": 49 } } }, "range": [ - 48003, - 48040 + 48318, + 48355 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 12 }, "end": { - "line": 1700, + "line": 1705, "column": 49 } } @@ -86515,16 +86604,16 @@ ], "kind": "let", "range": [ - 47999, - 48041 + 48314, + 48356 ], "loc": { "start": { - "line": 1700, + "line": 1705, "column": 8 }, "end": { - "line": 1700, + "line": 1705, "column": 50 } } @@ -86538,16 +86627,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 48054, - 48061 + 48369, + 48376 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 12 }, "end": { - "line": 1701, + "line": 1706, "column": 19 } } @@ -86562,16 +86651,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48064, - 48077 + 48379, + 48392 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 22 }, "end": { - "line": 1701, + "line": 1706, "column": 35 } } @@ -86580,31 +86669,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 48078, - 48083 + 48393, + 48398 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 36 }, "end": { - "line": 1701, + "line": 1706, "column": 41 } } }, "range": [ - 48064, - 48083 + 48379, + 48398 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 22 }, "end": { - "line": 1701, + "line": 1706, "column": 41 } } @@ -86613,46 +86702,46 @@ "type": "Identifier", "name": "index", "range": [ - 48084, - 48089 + 48399, + 48404 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 42 }, "end": { - "line": 1701, + "line": 1706, "column": 47 } } }, "range": [ - 48064, - 48090 + 48379, + 48405 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 22 }, "end": { - "line": 1701, + "line": 1706, "column": 48 } } }, "range": [ - 48054, - 48090 + 48369, + 48405 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 12 }, "end": { - "line": 1701, + "line": 1706, "column": 48 } } @@ -86660,16 +86749,16 @@ ], "kind": "let", "range": [ - 48050, - 48091 + 48365, + 48406 ], "loc": { "start": { - "line": 1701, + "line": 1706, "column": 8 }, "end": { - "line": 1701, + "line": 1706, "column": 49 } } @@ -86685,16 +86774,16 @@ "type": "Identifier", "name": "r", "range": [ - 48110, - 48111 + 48425, + 48426 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 17 }, "end": { - "line": 1703, + "line": 1708, "column": 18 } } @@ -86704,31 +86793,31 @@ "value": 0, "raw": "0", "range": [ - 48114, - 48115 + 48429, + 48430 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 21 }, "end": { - "line": 1703, + "line": 1708, "column": 22 } } }, "range": [ - 48110, - 48115 + 48425, + 48430 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 17 }, "end": { - "line": 1703, + "line": 1708, "column": 22 } } @@ -86739,16 +86828,16 @@ "type": "Identifier", "name": "len", "range": [ - 48117, - 48120 + 48432, + 48435 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 24 }, "end": { - "line": 1703, + "line": 1708, "column": 27 } } @@ -86760,16 +86849,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48123, - 48132 + 48438, + 48447 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 30 }, "end": { - "line": 1703, + "line": 1708, "column": 39 } } @@ -86778,46 +86867,46 @@ "type": "Identifier", "name": "length", "range": [ - 48133, - 48139 + 48448, + 48454 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 40 }, "end": { - "line": 1703, + "line": 1708, "column": 46 } } }, "range": [ - 48123, - 48139 + 48438, + 48454 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 30 }, "end": { - "line": 1703, + "line": 1708, "column": 46 } } }, "range": [ - 48117, - 48139 + 48432, + 48454 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 24 }, "end": { - "line": 1703, + "line": 1708, "column": 46 } } @@ -86825,16 +86914,16 @@ ], "kind": "let", "range": [ - 48106, - 48139 + 48421, + 48454 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 13 }, "end": { - "line": 1703, + "line": 1708, "column": 46 } } @@ -86846,16 +86935,16 @@ "type": "Identifier", "name": "r", "range": [ - 48141, - 48142 + 48456, + 48457 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 48 }, "end": { - "line": 1703, + "line": 1708, "column": 49 } } @@ -86864,31 +86953,31 @@ "type": "Identifier", "name": "len", "range": [ - 48145, - 48148 + 48460, + 48463 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 52 }, "end": { - "line": 1703, + "line": 1708, "column": 55 } } }, "range": [ - 48141, - 48148 + 48456, + 48463 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 48 }, "end": { - "line": 1703, + "line": 1708, "column": 55 } } @@ -86900,32 +86989,32 @@ "type": "Identifier", "name": "r", "range": [ - 48150, - 48151 + 48465, + 48466 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 57 }, "end": { - "line": 1703, + "line": 1708, "column": 58 } } }, "prefix": false, "range": [ - 48150, - 48153 + 48465, + 48468 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 57 }, "end": { - "line": 1703, + "line": 1708, "column": 60 } } @@ -86944,16 +87033,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48169, - 48177 + 48484, + 48492 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 12 }, "end": { - "line": 1704, + "line": 1709, "column": 20 } } @@ -86962,31 +87051,31 @@ "type": "Identifier", "name": "push", "range": [ - 48178, - 48182 + 48493, + 48497 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 21 }, "end": { - "line": 1704, + "line": 1709, "column": 25 } } }, "range": [ - 48169, - 48182 + 48484, + 48497 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 12 }, "end": { - "line": 1704, + "line": 1709, "column": 25 } } @@ -86999,16 +87088,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48183, - 48192 + 48498, + 48507 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 26 }, "end": { - "line": 1704, + "line": 1709, "column": 35 } } @@ -87017,62 +87106,62 @@ "type": "Identifier", "name": "r", "range": [ - 48193, - 48194 + 48508, + 48509 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 36 }, "end": { - "line": 1704, + "line": 1709, "column": 37 } } }, "range": [ - 48183, - 48195 + 48498, + 48510 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 26 }, "end": { - "line": 1704, + "line": 1709, "column": 38 } } } ], "range": [ - 48169, - 48196 + 48484, + 48511 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 12 }, "end": { - "line": 1704, + "line": 1709, "column": 39 } } }, "range": [ - 48169, - 48197 + 48484, + 48512 ], "loc": { "start": { - "line": 1704, + "line": 1709, "column": 12 }, "end": { - "line": 1704, + "line": 1709, "column": 40 } } @@ -87086,16 +87175,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 48214, - 48222 + 48529, + 48537 ], "loc": { "start": { - "line": 1705, + "line": 1710, "column": 16 }, "end": { - "line": 1705, + "line": 1710, "column": 24 } } @@ -87104,31 +87193,31 @@ "type": "Identifier", "name": "r", "range": [ - 48223, - 48224 + 48538, + 48539 ], "loc": { "start": { - "line": 1705, + "line": 1710, "column": 25 }, "end": { - "line": 1705, + "line": 1710, "column": 26 } } }, "range": [ - 48214, - 48225 + 48529, + 48540 ], "loc": { "start": { - "line": 1705, + "line": 1710, "column": 16 }, "end": { - "line": 1705, + "line": 1710, "column": 27 } } @@ -87147,16 +87236,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48245, - 48251 + 48560, + 48566 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 16 }, "end": { - "line": 1706, + "line": 1711, "column": 22 } } @@ -87165,31 +87254,31 @@ "type": "Identifier", "name": "push", "range": [ - 48252, - 48256 + 48567, + 48571 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 23 }, "end": { - "line": 1706, + "line": 1711, "column": 27 } } }, "range": [ - 48245, - 48256 + 48560, + 48571 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 16 }, "end": { - "line": 1706, + "line": 1711, "column": 27 } } @@ -87202,16 +87291,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 48257, - 48265 + 48572, + 48580 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 28 }, "end": { - "line": 1706, + "line": 1711, "column": 36 } } @@ -87220,78 +87309,78 @@ "type": "Identifier", "name": "r", "range": [ - 48266, - 48267 + 48581, + 48582 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 37 }, "end": { - "line": 1706, + "line": 1711, "column": 38 } } }, "range": [ - 48257, - 48268 + 48572, + 48583 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 28 }, "end": { - "line": 1706, + "line": 1711, "column": 39 } } } ], "range": [ - 48245, - 48269 + 48560, + 48584 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 16 }, "end": { - "line": 1706, + "line": 1711, "column": 40 } } }, "range": [ - 48245, - 48270 + 48560, + 48585 ], "loc": { "start": { - "line": 1706, + "line": 1711, "column": 16 }, "end": { - "line": 1706, + "line": 1711, "column": 41 } } } ], "range": [ - 48227, - 48284 + 48542, + 48599 ], "loc": { "start": { - "line": 1705, + "line": 1710, "column": 29 }, "end": { - "line": 1707, + "line": 1712, "column": 13 } } @@ -87310,16 +87399,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48308, - 48314 + 48623, + 48629 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 16 }, "end": { - "line": 1708, + "line": 1713, "column": 22 } } @@ -87328,31 +87417,31 @@ "type": "Identifier", "name": "push", "range": [ - 48315, - 48319 + 48630, + 48634 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 23 }, "end": { - "line": 1708, + "line": 1713, "column": 27 } } }, "range": [ - 48308, - 48319 + 48623, + 48634 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 16 }, "end": { - "line": 1708, + "line": 1713, "column": 27 } } @@ -87365,16 +87454,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48320, - 48329 + 48635, + 48644 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 28 }, "end": { - "line": 1708, + "line": 1713, "column": 37 } } @@ -87383,124 +87472,124 @@ "type": "Identifier", "name": "r", "range": [ - 48330, - 48331 + 48645, + 48646 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 38 }, "end": { - "line": 1708, + "line": 1713, "column": 39 } } }, "range": [ - 48320, - 48332 + 48635, + 48647 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 28 }, "end": { - "line": 1708, + "line": 1713, "column": 40 } } } ], "range": [ - 48308, - 48333 + 48623, + 48648 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 16 }, "end": { - "line": 1708, + "line": 1713, "column": 41 } } }, "range": [ - 48308, - 48334 + 48623, + 48649 ], "loc": { "start": { - "line": 1708, + "line": 1713, "column": 16 }, "end": { - "line": 1708, + "line": 1713, "column": 42 } } } ], "range": [ - 48290, - 48348 + 48605, + 48663 ], "loc": { "start": { - "line": 1707, + "line": 1712, "column": 19 }, "end": { - "line": 1709, + "line": 1714, "column": 13 } } }, "range": [ - 48210, - 48348 + 48525, + 48663 ], "loc": { "start": { - "line": 1705, + "line": 1710, "column": 12 }, "end": { - "line": 1709, + "line": 1714, "column": 13 } } } ], "range": [ - 48155, - 48358 + 48470, + 48673 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 62 }, "end": { - "line": 1710, + "line": 1715, "column": 9 } } }, "range": [ - 48101, - 48358 + 48416, + 48673 ], "loc": { "start": { - "line": 1703, + "line": 1708, "column": 8 }, "end": { - "line": 1710, + "line": 1715, "column": 9 } } @@ -87511,16 +87600,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 48371, - 48378 + 48686, + 48693 ], "loc": { "start": { - "line": 1711, + "line": 1716, "column": 12 }, "end": { - "line": 1711, + "line": 1716, "column": 19 } } @@ -87539,16 +87628,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48394, - 48402 + 48709, + 48717 ], "loc": { "start": { - "line": 1712, + "line": 1717, "column": 12 }, "end": { - "line": 1712, + "line": 1717, "column": 20 } } @@ -87557,62 +87646,62 @@ "type": "Identifier", "name": "sort", "range": [ - 48403, - 48407 + 48718, + 48722 ], "loc": { "start": { - "line": 1712, + "line": 1717, "column": 21 }, "end": { - "line": 1712, + "line": 1717, "column": 25 } } }, "range": [ - 48394, - 48407 + 48709, + 48722 ], "loc": { "start": { - "line": 1712, + "line": 1717, "column": 12 }, "end": { - "line": 1712, + "line": 1717, "column": 25 } } }, "arguments": [], "range": [ - 48394, - 48409 + 48709, + 48724 ], "loc": { "start": { - "line": 1712, + "line": 1717, "column": 12 }, "end": { - "line": 1712, + "line": 1717, "column": 27 } } }, "range": [ - 48394, - 48410 + 48709, + 48725 ], "loc": { "start": { - "line": 1712, + "line": 1717, "column": 12 }, "end": { - "line": 1712, + "line": 1717, "column": 28 } } @@ -87628,16 +87717,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48423, - 48429 + 48738, + 48744 ], "loc": { "start": { - "line": 1713, + "line": 1718, "column": 12 }, "end": { - "line": 1713, + "line": 1718, "column": 18 } } @@ -87646,94 +87735,94 @@ "type": "Identifier", "name": "sort", "range": [ - 48430, - 48434 + 48745, + 48749 ], "loc": { "start": { - "line": 1713, + "line": 1718, "column": 19 }, "end": { - "line": 1713, + "line": 1718, "column": 23 } } }, "range": [ - 48423, - 48434 + 48738, + 48749 ], "loc": { "start": { - "line": 1713, + "line": 1718, "column": 12 }, "end": { - "line": 1713, + "line": 1718, "column": 23 } } }, "arguments": [], "range": [ - 48423, - 48436 + 48738, + 48751 ], "loc": { "start": { - "line": 1713, + "line": 1718, "column": 12 }, "end": { - "line": 1713, + "line": 1718, "column": 25 } } }, "range": [ - 48423, - 48437 + 48738, + 48752 ], "loc": { "start": { - "line": 1713, + "line": 1718, "column": 12 }, "end": { - "line": 1713, + "line": 1718, "column": 26 } } } ], "range": [ - 48380, - 48447 + 48695, + 48762 ], "loc": { "start": { - "line": 1711, + "line": 1716, "column": 21 }, "end": { - "line": 1714, + "line": 1719, "column": 9 } } }, "alternate": null, "range": [ - 48367, - 48447 + 48682, + 48762 ], "loc": { "start": { - "line": 1711, + "line": 1716, "column": 8 }, "end": { - "line": 1714, + "line": 1719, "column": 9 } } @@ -87747,16 +87836,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48464, - 48472 + 48779, + 48787 ], "loc": { "start": { - "line": 1715, + "line": 1720, "column": 16 }, "end": { - "line": 1715, + "line": 1720, "column": 24 } } @@ -87765,63 +87854,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48474, - 48480 + 48789, + 48795 ], "loc": { "start": { - "line": 1715, + "line": 1720, "column": 26 }, "end": { - "line": 1715, + "line": 1720, "column": 32 } } } ], "range": [ - 48463, - 48481 + 48778, + 48796 ], "loc": { "start": { - "line": 1715, + "line": 1720, "column": 15 }, "end": { - "line": 1715, + "line": 1720, "column": 33 } } }, "range": [ - 48456, - 48482 + 48771, + 48797 ], "loc": { "start": { - "line": 1715, + "line": 1720, "column": 8 }, "end": { - "line": 1715, + "line": 1720, "column": 34 } } } ], "range": [ - 47666, - 48488 + 47981, + 48803 ], "loc": { "start": { - "line": 1690, + "line": 1695, "column": 31 }, "end": { - "line": 1716, + "line": 1721, "column": 5 } } @@ -87829,16 +87918,16 @@ "generator": false, "expression": false, "range": [ - 47655, - 48488 + 47970, + 48803 ], "loc": { "start": { - "line": 1690, + "line": 1695, "column": 20 }, "end": { - "line": 1716, + "line": 1721, "column": 5 } } @@ -87846,16 +87935,16 @@ "kind": "method", "computed": false, "range": [ - 47639, - 48488 + 47954, + 48803 ], "loc": { "start": { - "line": 1690, + "line": 1695, "column": 4 }, "end": { - "line": 1716, + "line": 1721, "column": 5 } }, @@ -87864,16 +87953,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": [ - 47438, - 47634 + 47753, + 47949 ], "loc": { "start": { - "line": 1684, + "line": 1689, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -87884,16 +87973,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": [ - 48494, - 48731 + 48809, + 49046 ], "loc": { "start": { - "line": 1718, + "line": 1723, "column": 4 }, "end": { - "line": 1722, + "line": 1727, "column": 7 } } @@ -87907,16 +87996,16 @@ "type": "Identifier", "name": "filter", "range": [ - 48736, - 48742 + 49051, + 49057 ], "loc": { "start": { - "line": 1723, + "line": 1728, "column": 4 }, "end": { - "line": 1723, + "line": 1728, "column": 10 } } @@ -87942,16 +88031,16 @@ "object": { "type": "ThisExpression", "range": [ - 48760, - 48764 + 49075, + 49079 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 13 }, "end": { - "line": 1724, + "line": 1729, "column": 17 } } @@ -87960,47 +88049,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 48765, - 48772 + 49080, + 49087 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 18 }, "end": { - "line": 1724, + "line": 1729, "column": 25 } } }, "range": [ - 48760, - 48772 + 49075, + 49087 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 13 }, "end": { - "line": 1724, + "line": 1729, "column": 25 } } }, "prefix": true, "range": [ - 48759, - 48772 + 49074, + 49087 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 12 }, "end": { - "line": 1724, + "line": 1729, "column": 25 } } @@ -88014,16 +88103,16 @@ "object": { "type": "ThisExpression", "range": [ - 48777, - 48781 + 49092, + 49096 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 30 }, "end": { - "line": 1724, + "line": 1729, "column": 34 } } @@ -88032,62 +88121,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 48782, - 48793 + 49097, + 49108 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 35 }, "end": { - "line": 1724, + "line": 1729, "column": 46 } } }, "range": [ - 48777, - 48793 + 49092, + 49108 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 30 }, "end": { - "line": 1724, + "line": 1729, "column": 46 } } }, "prefix": true, "range": [ - 48776, - 48793 + 49091, + 49108 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 29 }, "end": { - "line": 1724, + "line": 1729, "column": 46 } } }, "range": [ - 48759, - 48793 + 49074, + 49108 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 12 }, "end": { - "line": 1724, + "line": 1729, "column": 46 } } @@ -88099,48 +88188,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 48809, - 48816 + 49124, + 49131 ], "loc": { "start": { - "line": 1725, + "line": 1730, "column": 12 }, "end": { - "line": 1725, + "line": 1730, "column": 19 } } } ], "range": [ - 48795, - 48826 + 49110, + 49141 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 48 }, "end": { - "line": 1726, + "line": 1731, "column": 9 } } }, "alternate": null, "range": [ - 48755, - 48826 + 49070, + 49141 ], "loc": { "start": { - "line": 1724, + "line": 1729, "column": 8 }, "end": { - "line": 1726, + "line": 1731, "column": 9 } }, @@ -88149,16 +88238,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 48835, - 48861 + 49150, + 49176 ], "loc": { "start": { - "line": 1727, + "line": 1732, "column": 8 }, "end": { - "line": 1727, + "line": 1732, "column": 34 } } @@ -88173,16 +88262,16 @@ "object": { "type": "ThisExpression", "range": [ - 48874, - 48878 + 49189, + 49193 ], "loc": { "start": { - "line": 1728, + "line": 1733, "column": 12 }, "end": { - "line": 1728, + "line": 1733, "column": 16 } } @@ -88191,31 +88280,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 48879, - 48893 + 49194, + 49208 ], "loc": { "start": { - "line": 1728, + "line": 1733, "column": 17 }, "end": { - "line": 1728, + "line": 1733, "column": 31 } } }, "range": [ - 48874, - 48893 + 49189, + 49208 ], "loc": { "start": { - "line": 1728, + "line": 1733, "column": 12 }, "end": { - "line": 1728, + "line": 1733, "column": 31 } } @@ -88236,16 +88325,16 @@ "object": { "type": "ThisExpression", "range": [ - 48909, - 48913 + 49224, + 49228 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 12 }, "end": { - "line": 1729, + "line": 1734, "column": 16 } } @@ -88254,31 +88343,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 48914, - 48928 + 49229, + 49243 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 17 }, "end": { - "line": 1729, + "line": 1734, "column": 31 } } }, "range": [ - 48909, - 48928 + 49224, + 49243 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 12 }, "end": { - "line": 1729, + "line": 1734, "column": 31 } } @@ -88287,31 +88376,31 @@ "type": "Identifier", "name": "call", "range": [ - 48929, - 48933 + 49244, + 49248 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 32 }, "end": { - "line": 1729, + "line": 1734, "column": 36 } } }, "range": [ - 48909, - 48933 + 49224, + 49248 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 12 }, "end": { - "line": 1729, + "line": 1734, "column": 36 } } @@ -88322,16 +88411,16 @@ "value": null, "raw": "null", "range": [ - 48934, - 48938 + 49249, + 49253 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 37 }, "end": { - "line": 1729, + "line": 1734, "column": 41 } } @@ -88339,79 +88428,79 @@ { "type": "ThisExpression", "range": [ - 48940, - 48944 + 49255, + 49259 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 43 }, "end": { - "line": 1729, + "line": 1734, "column": 47 } } } ], "range": [ - 48909, - 48945 + 49224, + 49260 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 12 }, "end": { - "line": 1729, + "line": 1734, "column": 48 } } }, "range": [ - 48909, - 48946 + 49224, + 49261 ], "loc": { "start": { - "line": 1729, + "line": 1734, "column": 12 }, "end": { - "line": 1729, + "line": 1734, "column": 49 } } } ], "range": [ - 48895, - 48956 + 49210, + 49271 ], "loc": { "start": { - "line": 1728, + "line": 1733, "column": 33 }, "end": { - "line": 1730, + "line": 1735, "column": 9 } } }, "alternate": null, "range": [ - 48870, - 48956 + 49185, + 49271 ], "loc": { "start": { - "line": 1728, + "line": 1733, "column": 8 }, "end": { - "line": 1730, + "line": 1735, "column": 9 } }, @@ -88420,16 +88509,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 48835, - 48861 + 49150, + 49176 ], "loc": { "start": { - "line": 1727, + "line": 1732, "column": 8 }, "end": { - "line": 1727, + "line": 1732, "column": 34 } } @@ -88449,16 +88538,16 @@ "object": { "type": "ThisExpression", "range": [ - 48965, - 48969 + 49280, + 49284 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 8 }, "end": { - "line": 1731, + "line": 1736, "column": 12 } } @@ -88467,31 +88556,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 48970, - 48977 + 49285, + 49292 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 13 }, "end": { - "line": 1731, + "line": 1736, "column": 20 } } }, "range": [ - 48965, - 48977 + 49280, + 49292 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 8 }, "end": { - "line": 1731, + "line": 1736, "column": 20 } } @@ -88500,31 +88589,31 @@ "type": "Identifier", "name": "emit", "range": [ - 48978, - 48982 + 49293, + 49297 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 21 }, "end": { - "line": 1731, + "line": 1736, "column": 25 } } }, "range": [ - 48965, - 48982 + 49280, + 49297 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 8 }, "end": { - "line": 1731, + "line": 1736, "column": 25 } } @@ -88535,16 +88624,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 48983, - 49001 + 49298, + 49316 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 26 }, "end": { - "line": 1731, + "line": 1736, "column": 44 } } @@ -88552,47 +88641,47 @@ { "type": "ThisExpression", "range": [ - 49003, - 49007 + 49318, + 49322 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 46 }, "end": { - "line": 1731, + "line": 1736, "column": 50 } } } ], "range": [ - 48965, - 49008 + 49280, + 49323 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 8 }, "end": { - "line": 1731, + "line": 1736, "column": 51 } } }, "range": [ - 48965, - 49009 + 49280, + 49324 ], "loc": { "start": { - "line": 1731, + "line": 1736, "column": 8 }, "end": { - "line": 1731, + "line": 1736, "column": 52 } } @@ -88606,16 +88695,16 @@ "type": "Identifier", "name": "row", "range": [ - 49023, - 49026 + 49338, + 49341 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 12 }, "end": { - "line": 1733, + "line": 1738, "column": 15 } } @@ -88629,16 +88718,16 @@ "object": { "type": "ThisExpression", "range": [ - 49029, - 49033 + 49344, + 49348 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 18 }, "end": { - "line": 1733, + "line": 1738, "column": 22 } } @@ -88647,31 +88736,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 49034, - 49037 + 49349, + 49352 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 23 }, "end": { - "line": 1733, + "line": 1738, "column": 26 } } }, "range": [ - 49029, - 49037 + 49344, + 49352 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 18 }, "end": { - "line": 1733, + "line": 1738, "column": 26 } } @@ -88680,46 +88769,46 @@ "type": "Identifier", "name": "rows", "range": [ - 49038, - 49042 + 49353, + 49357 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 27 }, "end": { - "line": 1733, + "line": 1738, "column": 31 } } }, "range": [ - 49029, - 49042 + 49344, + 49357 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 18 }, "end": { - "line": 1733, + "line": 1738, "column": 31 } } }, "range": [ - 49023, - 49042 + 49338, + 49357 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 12 }, "end": { - "line": 1733, + "line": 1738, "column": 31 } } @@ -88730,16 +88819,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 49056, - 49062 + 49371, + 49377 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 12 }, "end": { - "line": 1734, + "line": 1739, "column": 18 } } @@ -88752,16 +88841,16 @@ "object": { "type": "ThisExpression", "range": [ - 49065, - 49069 + 49380, + 49384 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 21 }, "end": { - "line": 1734, + "line": 1739, "column": 25 } } @@ -88770,31 +88859,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 49070, - 49079 + 49385, + 49394 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 26 }, "end": { - "line": 1734, + "line": 1739, "column": 35 } } }, "range": [ - 49065, - 49079 + 49380, + 49394 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 21 }, "end": { - "line": 1734, + "line": 1739, "column": 35 } } @@ -88805,47 +88894,47 @@ "value": true, "raw": "true", "range": [ - 49080, - 49084 + 49395, + 49399 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 36 }, "end": { - "line": 1734, + "line": 1739, "column": 40 } } } ], "range": [ - 49065, - 49085 + 49380, + 49400 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 21 }, "end": { - "line": 1734, + "line": 1739, "column": 41 } } }, "range": [ - 49056, - 49085 + 49371, + 49400 ], "loc": { "start": { - "line": 1734, + "line": 1739, "column": 12 }, "end": { - "line": 1734, + "line": 1739, "column": 41 } } @@ -88856,16 +88945,16 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 49099, - 49109 + 49414, + 49424 ], "loc": { "start": { - "line": 1735, + "line": 1740, "column": 12 }, "end": { - "line": 1735, + "line": 1740, "column": 22 } } @@ -88875,31 +88964,31 @@ "value": 0, "raw": "0", "range": [ - 49112, - 49113 + 49427, + 49428 ], "loc": { "start": { - "line": 1735, + "line": 1740, "column": 25 }, "end": { - "line": 1735, + "line": 1740, "column": 26 } } }, "range": [ - 49099, - 49113 + 49414, + 49428 ], "loc": { "start": { - "line": 1735, + "line": 1740, "column": 12 }, "end": { - "line": 1735, + "line": 1740, "column": 26 } } @@ -88907,16 +88996,16 @@ ], "kind": "let", "range": [ - 49019, - 49114 + 49334, + 49429 ], "loc": { "start": { - "line": 1733, + "line": 1738, "column": 8 }, "end": { - "line": 1735, + "line": 1740, "column": 27 } } @@ -88932,16 +89021,16 @@ "object": { "type": "ThisExpression", "range": [ - 49124, - 49128 + 49439, + 49443 ], "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 12 } } @@ -88950,31 +89039,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 49129, - 49143 + 49444, + 49458 ], "loc": { "start": { - "line": 1737, + "line": 1742, "column": 13 }, "end": { - "line": 1737, + "line": 1742, "column": 27 } } }, "range": [ - 49124, - 49143 + 49439, + 49458 ], "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 27 } } @@ -88983,46 +89072,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49146, - 49148 + 49461, + 49463 ], "loc": { "start": { - "line": 1737, + "line": 1742, "column": 30 }, "end": { - "line": 1737, + "line": 1742, "column": 32 } } }, "range": [ - 49124, - 49148 + 49439, + 49463 ], "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 32 } } }, "range": [ - 49124, - 49149 + 49439, + 49464 ], "loc": { "start": { - "line": 1737, + "line": 1742, "column": 8 }, "end": { - "line": 1737, + "line": 1742, "column": 33 } }, @@ -89031,16 +89120,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 49158, - 49180 + 49473, + 49495 ], "loc": { "start": { - "line": 1738, + "line": 1743, "column": 8 }, "end": { - "line": 1738, + "line": 1743, "column": 30 } } @@ -89056,16 +89145,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 49193, - 49203 + 49508, + 49518 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 12 }, "end": { - "line": 1739, + "line": 1744, "column": 22 } } @@ -89078,16 +89167,16 @@ "object": { "type": "ThisExpression", "range": [ - 49206, - 49210 + 49521, + 49525 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 25 }, "end": { - "line": 1739, + "line": 1744, "column": 29 } } @@ -89096,62 +89185,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 49211, - 49226 + 49526, + 49541 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 30 }, "end": { - "line": 1739, + "line": 1744, "column": 45 } } }, "range": [ - 49206, - 49226 + 49521, + 49541 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 25 }, "end": { - "line": 1739, + "line": 1744, "column": 45 } } }, "arguments": [], "range": [ - 49206, - 49228 + 49521, + 49543 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 25 }, "end": { - "line": 1739, + "line": 1744, "column": 47 } } }, "range": [ - 49193, - 49228 + 49508, + 49543 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 12 }, "end": { - "line": 1739, + "line": 1744, "column": 47 } } @@ -89159,16 +89248,16 @@ ], "kind": "let", "range": [ - 49189, - 49229 + 49504, + 49544 ], "loc": { "start": { - "line": 1739, + "line": 1744, "column": 8 }, "end": { - "line": 1739, + "line": 1744, "column": 48 } }, @@ -89177,16 +89266,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 49158, - 49180 + 49473, + 49495 ], "loc": { "start": { - "line": 1738, + "line": 1743, "column": 8 }, "end": { - "line": 1738, + "line": 1743, "column": 30 } } @@ -89200,52 +89289,52 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 49243, - 49254 + 49558, + 49565 ], "loc": { "start": { - "line": 1741, + "line": 1746, "column": 12 }, "end": { - "line": 1741, - "column": 23 + "line": 1746, + "column": 19 } } }, "init": null, "range": [ - 49243, - 49254 + 49558, + 49565 ], "loc": { "start": { - "line": 1741, + "line": 1746, "column": 12 }, "end": { - "line": 1741, - "column": 23 + "line": 1746, + "column": 19 } } } ], "kind": "let", "range": [ - 49239, - 49255 + 49554, + 49566 ], "loc": { "start": { - "line": 1741, + "line": 1746, "column": 8 }, "end": { - "line": 1741, - "column": 24 + "line": 1746, + "column": 20 } } }, @@ -89256,52 +89345,104 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 49268, - 49276 + 49579, + 49586 ], "loc": { "start": { - "line": 1742, + "line": 1747, "column": 12 }, "end": { - "line": 1742, - "column": 20 + "line": 1747, + "column": 19 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 49589, + 49593 + ], + "loc": { + "start": { + "line": 1747, + "column": 22 + }, + "end": { + "line": 1747, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "decimalSeparator", + "range": [ + 49594, + 49610 + ], + "loc": { + "start": { + "line": 1747, + "column": 27 + }, + "end": { + "line": 1747, + "column": 43 + } + } + }, + "range": [ + 49589, + 49610 + ], + "loc": { + "start": { + "line": 1747, + "column": 22 + }, + "end": { + "line": 1747, + "column": 43 } } }, - "init": null, "range": [ - 49268, - 49276 + 49579, + 49610 ], "loc": { "start": { - "line": 1742, + "line": 1747, "column": 12 }, "end": { - "line": 1742, - "column": 20 + "line": 1747, + "column": 43 } } } ], "kind": "let", "range": [ - 49264, - 49277 + 49575, + 49611 ], "loc": { "start": { - "line": 1742, + "line": 1747, "column": 8 }, "end": { - "line": 1742, - "column": 21 + "line": 1747, + "column": 44 } } }, @@ -89314,16 +89455,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 49290, - 49295 + 49624, + 49629 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 12 }, "end": { - "line": 1743, + "line": 1748, "column": 17 } } @@ -89334,16 +89475,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49302, - 49308 + 49636, + 49642 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 24 }, "end": { - "line": 1743, + "line": 1748, "column": 30 } } @@ -89355,16 +89496,16 @@ "object": { "type": "ThisExpression", "range": [ - 49309, - 49313 + 49643, + 49647 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 31 }, "end": { - "line": 1743, + "line": 1748, "column": 35 } } @@ -89373,62 +89514,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 49314, - 49324 + 49648, + 49658 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 36 }, "end": { - "line": 1743, + "line": 1748, "column": 46 } } }, "range": [ - 49309, - 49324 + 49643, + 49658 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 31 }, "end": { - "line": 1743, + "line": 1748, "column": 46 } } } ], "range": [ - 49298, - 49325 + 49632, + 49659 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 20 }, "end": { - "line": 1743, + "line": 1748, "column": 47 } } }, "range": [ - 49290, - 49325 + 49624, + 49659 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 12 }, "end": { - "line": 1743, + "line": 1748, "column": 47 } } @@ -89439,16 +89580,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 49339, - 49344 + 49673, + 49678 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 12 }, "end": { - "line": 1744, + "line": 1749, "column": 17 } } @@ -89459,16 +89600,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49351, - 49357 + 49685, + 49691 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 24 }, "end": { - "line": 1744, + "line": 1749, "column": 30 } } @@ -89480,16 +89621,16 @@ "object": { "type": "ThisExpression", "range": [ - 49358, - 49362 + 49692, + 49696 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 31 }, "end": { - "line": 1744, + "line": 1749, "column": 35 } } @@ -89498,62 +89639,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 49363, - 49373 + 49697, + 49707 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 36 }, "end": { - "line": 1744, + "line": 1749, "column": 46 } } }, "range": [ - 49358, - 49373 + 49692, + 49707 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 31 }, "end": { - "line": 1744, + "line": 1749, "column": 46 } } } ], "range": [ - 49347, - 49374 + 49681, + 49708 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 20 }, "end": { - "line": 1744, + "line": 1749, "column": 47 } } }, "range": [ - 49339, - 49374 + 49673, + 49708 ], "loc": { "start": { - "line": 1744, + "line": 1749, "column": 12 }, "end": { - "line": 1744, + "line": 1749, "column": 47 } } @@ -89564,16 +89705,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 49388, - 49392 + 49722, + 49726 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 12 }, "end": { - "line": 1745, + "line": 1750, "column": 16 } } @@ -89584,16 +89725,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49399, - 49405 + 49733, + 49739 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 23 }, "end": { - "line": 1745, + "line": 1750, "column": 29 } } @@ -89605,16 +89746,16 @@ "object": { "type": "ThisExpression", "range": [ - 49406, - 49410 + 49740, + 49744 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 30 }, "end": { - "line": 1745, + "line": 1750, "column": 34 } } @@ -89623,62 +89764,62 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 49411, - 49421 + 49745, + 49755 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 35 }, "end": { - "line": 1745, + "line": 1750, "column": 45 } } }, "range": [ - 49406, - 49421 + 49740, + 49755 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 30 }, "end": { - "line": 1745, + "line": 1750, "column": 45 } } } ], "range": [ - 49395, - 49422 + 49729, + 49756 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 19 }, "end": { - "line": 1745, + "line": 1750, "column": 46 } } }, "range": [ - 49388, - 49422 + 49722, + 49756 ], "loc": { "start": { - "line": 1745, + "line": 1750, "column": 12 }, "end": { - "line": 1745, + "line": 1750, "column": 46 } } @@ -89689,16 +89830,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 49436, - 49440 + 49770, + 49774 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 12 }, "end": { - "line": 1746, + "line": 1751, "column": 16 } } @@ -89709,16 +89850,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49447, - 49453 + 49781, + 49787 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 23 }, "end": { - "line": 1746, + "line": 1751, "column": 29 } } @@ -89730,16 +89871,16 @@ "object": { "type": "ThisExpression", "range": [ - 49454, - 49458 + 49788, + 49792 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 30 }, "end": { - "line": 1746, + "line": 1751, "column": 34 } } @@ -89748,62 +89889,62 @@ "type": "Identifier", "name": "grOperator", "range": [ - 49459, - 49469 + 49793, + 49803 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 35 }, "end": { - "line": 1746, + "line": 1751, "column": 45 } } }, "range": [ - 49454, - 49469 + 49788, + 49803 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 30 }, "end": { - "line": 1746, + "line": 1751, "column": 45 } } } ], "range": [ - 49443, - 49470 + 49777, + 49804 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 19 }, "end": { - "line": 1746, + "line": 1751, "column": 46 } } }, "range": [ - 49436, - 49470 + 49770, + 49804 ], "loc": { "start": { - "line": 1746, + "line": 1751, "column": 12 }, "end": { - "line": 1746, + "line": 1751, "column": 46 } } @@ -89814,16 +89955,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 49484, - 49488 + 49818, + 49822 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 12 }, "end": { - "line": 1747, + "line": 1752, "column": 16 } } @@ -89834,16 +89975,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49495, - 49501 + 49829, + 49835 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 23 }, "end": { - "line": 1747, + "line": 1752, "column": 29 } } @@ -89855,16 +89996,16 @@ "object": { "type": "ThisExpression", "range": [ - 49502, - 49506 + 49836, + 49840 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 30 }, "end": { - "line": 1747, + "line": 1752, "column": 34 } } @@ -89873,62 +90014,62 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 49507, - 49517 + 49841, + 49851 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 35 }, "end": { - "line": 1747, + "line": 1752, "column": 45 } } }, "range": [ - 49502, - 49517 + 49836, + 49851 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 30 }, "end": { - "line": 1747, + "line": 1752, "column": 45 } } } ], "range": [ - 49491, - 49518 + 49825, + 49852 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 19 }, "end": { - "line": 1747, + "line": 1752, "column": 46 } } }, "range": [ - 49484, - 49518 + 49818, + 49852 ], "loc": { "start": { - "line": 1747, + "line": 1752, "column": 12 }, "end": { - "line": 1747, + "line": 1752, "column": 46 } } @@ -89939,16 +90080,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 49532, - 49537 + 49866, + 49871 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 12 }, "end": { - "line": 1748, + "line": 1753, "column": 17 } } @@ -89959,16 +90100,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49544, - 49550 + 49878, + 49884 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 24 }, "end": { - "line": 1748, + "line": 1753, "column": 30 } } @@ -89980,16 +90121,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 49551, - 49557 + 49885, + 49891 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 31 }, "end": { - "line": 1748, + "line": 1753, "column": 37 } } @@ -90001,16 +90142,16 @@ "object": { "type": "ThisExpression", "range": [ - 49558, - 49562 + 49892, + 49896 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 38 }, "end": { - "line": 1748, + "line": 1753, "column": 42 } } @@ -90019,78 +90160,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 49563, - 49573 + 49897, + 49907 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 43 }, "end": { - "line": 1748, + "line": 1753, "column": 53 } } }, "range": [ - 49558, - 49573 + 49892, + 49907 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 38 }, "end": { - "line": 1748, + "line": 1753, "column": 53 } } } ], "range": [ - 49551, - 49574 + 49885, + 49908 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 31 }, "end": { - "line": 1748, + "line": 1753, "column": 54 } } } ], "range": [ - 49540, - 49575 + 49874, + 49909 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 20 }, "end": { - "line": 1748, + "line": 1753, "column": 55 } } }, "range": [ - 49532, - 49575 + 49866, + 49909 ], "loc": { "start": { - "line": 1748, + "line": 1753, "column": 12 }, "end": { - "line": 1748, + "line": 1753, "column": 55 } } @@ -90101,16 +90242,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 49589, - 49594 + 49923, + 49928 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 12 }, "end": { - "line": 1749, + "line": 1754, "column": 17 } } @@ -90121,16 +90262,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49601, - 49607 + 49935, + 49941 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 24 }, "end": { - "line": 1749, + "line": 1754, "column": 30 } } @@ -90142,16 +90283,16 @@ "object": { "type": "ThisExpression", "range": [ - 49608, - 49612 + 49942, + 49946 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 31 }, "end": { - "line": 1749, + "line": 1754, "column": 35 } } @@ -90160,62 +90301,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 49613, - 49623 + 49947, + 49957 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 36 }, "end": { - "line": 1749, + "line": 1754, "column": 46 } } }, "range": [ - 49608, - 49623 + 49942, + 49957 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 31 }, "end": { - "line": 1749, + "line": 1754, "column": 46 } } } ], "range": [ - 49597, - 49624 + 49931, + 49958 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 20 }, "end": { - "line": 1749, + "line": 1754, "column": 47 } } }, "range": [ - 49589, - 49624 + 49923, + 49958 ], "loc": { "start": { - "line": 1749, + "line": 1754, "column": 12 }, "end": { - "line": 1749, + "line": 1754, "column": 47 } } @@ -90226,16 +90367,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 49638, - 49643 + 49972, + 49977 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 12 }, "end": { - "line": 1750, + "line": 1755, "column": 17 } } @@ -90246,16 +90387,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49650, - 49656 + 49984, + 49990 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 24 }, "end": { - "line": 1750, + "line": 1755, "column": 30 } } @@ -90267,16 +90408,16 @@ "object": { "type": "ThisExpression", "range": [ - 49657, - 49661 + 49991, + 49995 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 31 }, "end": { - "line": 1750, + "line": 1755, "column": 35 } } @@ -90285,62 +90426,62 @@ "type": "Identifier", "name": "stOperator", "range": [ - 49662, - 49672 + 49996, + 50006 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 36 }, "end": { - "line": 1750, + "line": 1755, "column": 46 } } }, "range": [ - 49657, - 49672 + 49991, + 50006 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 31 }, "end": { - "line": 1750, + "line": 1755, "column": 46 } } } ], "range": [ - 49646, - 49673 + 49980, + 50007 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 20 }, "end": { - "line": 1750, + "line": 1755, "column": 47 } } }, "range": [ - 49638, - 49673 + 49972, + 50007 ], "loc": { "start": { - "line": 1750, + "line": 1755, "column": 12 }, "end": { - "line": 1750, + "line": 1755, "column": 47 } } @@ -90351,16 +90492,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 49687, - 49692 + 50021, + 50026 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 12 }, "end": { - "line": 1751, + "line": 1756, "column": 17 } } @@ -90371,16 +90512,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49699, - 49705 + 50033, + 50039 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 24 }, "end": { - "line": 1751, + "line": 1756, "column": 30 } } @@ -90392,16 +90533,16 @@ "object": { "type": "ThisExpression", "range": [ - 49706, - 49710 + 50040, + 50044 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 31 }, "end": { - "line": 1751, + "line": 1756, "column": 35 } } @@ -90410,62 +90551,62 @@ "type": "Identifier", "name": "enOperator", "range": [ - 49711, - 49721 + 50045, + 50055 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 36 }, "end": { - "line": 1751, + "line": 1756, "column": 46 } } }, "range": [ - 49706, - 49721 + 50040, + 50055 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 31 }, "end": { - "line": 1751, + "line": 1756, "column": 46 } } } ], "range": [ - 49695, - 49722 + 50029, + 50056 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 20 }, "end": { - "line": 1751, + "line": 1756, "column": 47 } } }, "range": [ - 49687, - 49722 + 50021, + 50056 ], "loc": { "start": { - "line": 1751, + "line": 1756, "column": 12 }, "end": { - "line": 1751, + "line": 1756, "column": 47 } } @@ -90476,16 +90617,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 49836, - 49841 + 50170, + 50175 ], "loc": { "start": { - "line": 1754, + "line": 1759, "column": 12 }, "end": { - "line": 1754, + "line": 1759, "column": 17 } } @@ -90496,16 +90637,16 @@ "object": { "type": "ThisExpression", "range": [ - 49844, - 49848 + 50178, + 50182 ], "loc": { "start": { - "line": 1754, + "line": 1759, "column": 20 }, "end": { - "line": 1754, + "line": 1759, "column": 24 } } @@ -90514,46 +90655,46 @@ "type": "Identifier", "name": "emOperator", "range": [ - 49849, - 49859 + 50183, + 50193 ], "loc": { "start": { - "line": 1754, + "line": 1759, "column": 25 }, "end": { - "line": 1754, + "line": 1759, "column": 35 } } }, "range": [ - 49844, - 49859 + 50178, + 50193 ], "loc": { "start": { - "line": 1754, + "line": 1759, "column": 20 }, "end": { - "line": 1754, + "line": 1759, "column": 35 } } }, "range": [ - 49836, - 49859 + 50170, + 50193 ], "loc": { "start": { - "line": 1754, + "line": 1759, "column": 12 }, "end": { - "line": 1754, + "line": 1759, "column": 35 } }, @@ -90562,16 +90703,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 49736, - 49775 + 50070, + 50109 ], "loc": { "start": { - "line": 1752, + "line": 1757, "column": 12 }, "end": { - "line": 1752, + "line": 1757, "column": 51 } } @@ -90580,16 +90721,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 49788, - 49823 + 50122, + 50157 ], "loc": { "start": { - "line": 1753, + "line": 1758, "column": 12 }, "end": { - "line": 1753, + "line": 1758, "column": 47 } } @@ -90602,16 +90743,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 49873, - 49878 + 50207, + 50212 ], "loc": { "start": { - "line": 1755, + "line": 1760, "column": 12 }, "end": { - "line": 1755, + "line": 1760, "column": 17 } } @@ -90622,16 +90763,16 @@ "object": { "type": "ThisExpression", "range": [ - 49881, - 49885 + 50215, + 50219 ], "loc": { "start": { - "line": 1755, + "line": 1760, "column": 20 }, "end": { - "line": 1755, + "line": 1760, "column": 24 } } @@ -90640,46 +90781,46 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 49886, - 49896 + 50220, + 50230 ], "loc": { "start": { - "line": 1755, + "line": 1760, "column": 25 }, "end": { - "line": 1755, + "line": 1760, "column": 35 } } }, "range": [ - 49881, - 49896 + 50215, + 50230 ], "loc": { "start": { - "line": 1755, + "line": 1760, "column": 20 }, "end": { - "line": 1755, + "line": 1760, "column": 35 } } }, "range": [ - 49873, - 49896 + 50207, + 50230 ], "loc": { "start": { - "line": 1755, + "line": 1760, "column": 12 }, "end": { - "line": 1755, + "line": 1760, "column": 35 } } @@ -90690,16 +90831,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 49910, - 49915 + 50244, + 50249 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 12 }, "end": { - "line": 1756, + "line": 1761, "column": 17 } } @@ -90710,16 +90851,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49922, - 49928 + 50256, + 50262 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 24 }, "end": { - "line": 1756, + "line": 1761, "column": 30 } } @@ -90731,16 +90872,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 49929, - 49935 + 50263, + 50269 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 31 }, "end": { - "line": 1756, + "line": 1761, "column": 37 } } @@ -90752,16 +90893,16 @@ "object": { "type": "ThisExpression", "range": [ - 49936, - 49940 + 50270, + 50274 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 38 }, "end": { - "line": 1756, + "line": 1761, "column": 42 } } @@ -90770,78 +90911,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 49941, - 49952 + 50275, + 50286 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 43 }, "end": { - "line": 1756, + "line": 1761, "column": 54 } } }, "range": [ - 49936, - 49952 + 50270, + 50286 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 38 }, "end": { - "line": 1756, + "line": 1761, "column": 54 } } } ], "range": [ - 49929, - 49953 + 50263, + 50287 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 31 }, "end": { - "line": 1756, + "line": 1761, "column": 55 } } } ], "range": [ - 49918, - 49954 + 50252, + 50288 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 20 }, "end": { - "line": 1756, + "line": 1761, "column": 56 } } }, "range": [ - 49910, - 49954 + 50244, + 50288 ], "loc": { "start": { - "line": 1756, + "line": 1761, "column": 12 }, "end": { - "line": 1756, + "line": 1761, "column": 56 } } @@ -90849,16 +90990,16 @@ ], "kind": "let", "range": [ - 49286, - 49955 + 49620, + 50289 ], "loc": { "start": { - "line": 1743, + "line": 1748, "column": 8 }, "end": { - "line": 1756, + "line": 1761, "column": 57 } }, @@ -90867,16 +91008,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 49965, - 49987 + 50299, + 50321 ], "loc": { "start": { - "line": 1758, + "line": 1763, "column": 8 }, "end": { - "line": 1758, + "line": 1763, "column": 30 } } @@ -90889,16 +91030,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 50005, - 50014 + 50339, + 50348 ], "loc": { "start": { - "line": 1759, + "line": 1764, "column": 17 }, "end": { - "line": 1759, + "line": 1764, "column": 26 } } @@ -90908,16 +91049,16 @@ "type": "Identifier", "name": "str", "range": [ - 50015, - 50018 + 50349, + 50352 ], "loc": { "start": { - "line": 1759, + "line": 1764, "column": 27 }, "end": { - "line": 1759, + "line": 1764, "column": 30 } } @@ -90926,16 +91067,16 @@ "type": "Identifier", "name": "ok", "range": [ - 50020, - 50022 + 50354, + 50356 ], "loc": { "start": { - "line": 1759, + "line": 1764, "column": 32 }, "end": { - "line": 1759, + "line": 1764, "column": 34 } } @@ -90944,16 +91085,16 @@ "type": "Identifier", "name": "cell", "range": [ - 50024, - 50028 + 50358, + 50362 ], "loc": { "start": { - "line": 1759, + "line": 1764, "column": 36 }, "end": { - "line": 1759, + "line": 1764, "column": 40 } } @@ -90973,16 +91114,16 @@ "object": { "type": "ThisExpression", "range": [ - 50087, - 50091 + 50421, + 50425 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 16 }, "end": { - "line": 1761, + "line": 1766, "column": 20 } } @@ -90991,31 +91132,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 50092, - 50109 + 50426, + 50443 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 21 }, "end": { - "line": 1761, + "line": 1766, "column": 38 } } }, "range": [ - 50087, - 50109 + 50421, + 50443 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 16 }, "end": { - "line": 1761, + "line": 1766, "column": 38 } } @@ -91024,31 +91165,31 @@ "type": "Identifier", "name": "ok", "range": [ - 50113, - 50115 + 50447, + 50449 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 42 }, "end": { - "line": 1761, + "line": 1766, "column": 44 } } }, "range": [ - 50087, - 50115 + 50421, + 50449 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 16 }, "end": { - "line": 1761, + "line": 1766, "column": 44 } } @@ -91065,16 +91206,16 @@ "type": "Identifier", "name": "str", "range": [ - 50135, - 50138 + 50469, + 50472 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 16 }, "end": { - "line": 1762, + "line": 1767, "column": 19 } } @@ -91088,16 +91229,16 @@ "type": "Identifier", "name": "str", "range": [ - 50141, - 50144 + 50475, + 50478 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 22 }, "end": { - "line": 1762, + "line": 1767, "column": 25 } } @@ -91106,31 +91247,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50145, - 50152 + 50479, + 50486 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 26 }, "end": { - "line": 1762, + "line": 1767, "column": 33 } } }, "range": [ - 50141, - 50152 + 50475, + 50486 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 22 }, "end": { - "line": 1762, + "line": 1767, "column": 33 } } @@ -91140,16 +91281,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 50153, - 50158 + 50487, + 50492 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 34 }, "end": { - "line": 1762, + "line": 1767, "column": 39 } } @@ -91159,62 +91300,62 @@ "value": "", "raw": "''", "range": [ - 50160, - 50162 + 50494, + 50496 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 41 }, "end": { - "line": 1762, + "line": 1767, "column": 43 } } } ], "range": [ - 50141, - 50163 + 50475, + 50497 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 22 }, "end": { - "line": 1762, + "line": 1767, "column": 44 } } }, "range": [ - 50135, - 50163 + 50469, + 50497 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 16 }, "end": { - "line": 1762, + "line": 1767, "column": 44 } } }, "range": [ - 50135, - 50164 + 50469, + 50498 ], "loc": { "start": { - "line": 1762, + "line": 1767, "column": 16 }, "end": { - "line": 1762, + "line": 1767, "column": 45 } } @@ -91228,16 +91369,16 @@ "type": "Identifier", "name": "str", "range": [ - 50181, - 50184 + 50515, + 50518 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 16 }, "end": { - "line": 1763, + "line": 1768, "column": 19 } } @@ -91251,16 +91392,16 @@ "type": "Identifier", "name": "str", "range": [ - 50187, - 50190 + 50521, + 50524 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 22 }, "end": { - "line": 1763, + "line": 1768, "column": 25 } } @@ -91269,31 +91410,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50191, - 50198 + 50525, + 50532 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 26 }, "end": { - "line": 1763, + "line": 1768, "column": 33 } } }, "range": [ - 50187, - 50198 + 50521, + 50532 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 22 }, "end": { - "line": 1763, + "line": 1768, "column": 33 } } @@ -91303,16 +91444,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 50199, - 50204 + 50533, + 50538 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 34 }, "end": { - "line": 1763, + "line": 1768, "column": 39 } } @@ -91322,62 +91463,62 @@ "value": "", "raw": "''", "range": [ - 50206, - 50208 + 50540, + 50542 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 41 }, "end": { - "line": 1763, + "line": 1768, "column": 43 } } } ], "range": [ - 50187, - 50209 + 50521, + 50543 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 22 }, "end": { - "line": 1763, + "line": 1768, "column": 44 } } }, "range": [ - 50181, - 50209 + 50515, + 50543 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 16 }, "end": { - "line": 1763, + "line": 1768, "column": 44 } } }, "range": [ - 50181, - 50210 + 50515, + 50544 ], "loc": { "start": { - "line": 1763, + "line": 1768, "column": 16 }, "end": { - "line": 1763, + "line": 1768, "column": 45 } } @@ -91391,16 +91532,16 @@ "type": "Identifier", "name": "str", "range": [ - 50227, - 50230 + 50561, + 50564 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 16 }, "end": { - "line": 1764, + "line": 1769, "column": 19 } } @@ -91414,16 +91555,16 @@ "type": "Identifier", "name": "str", "range": [ - 50233, - 50236 + 50567, + 50570 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 22 }, "end": { - "line": 1764, + "line": 1769, "column": 25 } } @@ -91432,31 +91573,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50237, - 50244 + 50571, + 50578 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 26 }, "end": { - "line": 1764, + "line": 1769, "column": 33 } } }, "range": [ - 50233, - 50244 + 50567, + 50578 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 22 }, "end": { - "line": 1764, + "line": 1769, "column": 33 } } @@ -91466,16 +91607,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 50245, - 50250 + 50579, + 50584 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 34 }, "end": { - "line": 1764, + "line": 1769, "column": 39 } } @@ -91485,62 +91626,62 @@ "value": "", "raw": "''", "range": [ - 50252, - 50254 + 50586, + 50588 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 41 }, "end": { - "line": 1764, + "line": 1769, "column": 43 } } } ], "range": [ - 50233, - 50255 + 50567, + 50589 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 22 }, "end": { - "line": 1764, + "line": 1769, "column": 44 } } }, "range": [ - 50227, - 50255 + 50561, + 50589 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 16 }, "end": { - "line": 1764, + "line": 1769, "column": 44 } } }, "range": [ - 50227, - 50256 + 50561, + 50590 ], "loc": { "start": { - "line": 1764, + "line": 1769, "column": 16 }, "end": { - "line": 1764, + "line": 1769, "column": 45 } } @@ -91554,16 +91695,16 @@ "type": "Identifier", "name": "str", "range": [ - 50273, - 50276 + 50607, + 50610 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 16 }, "end": { - "line": 1765, + "line": 1770, "column": 19 } } @@ -91577,16 +91718,16 @@ "type": "Identifier", "name": "str", "range": [ - 50279, - 50282 + 50613, + 50616 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 22 }, "end": { - "line": 1765, + "line": 1770, "column": 25 } } @@ -91595,31 +91736,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50283, - 50290 + 50617, + 50624 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 26 }, "end": { - "line": 1765, + "line": 1770, "column": 33 } } }, "range": [ - 50279, - 50290 + 50613, + 50624 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 22 }, "end": { - "line": 1765, + "line": 1770, "column": 33 } } @@ -91629,16 +91770,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 50291, - 50296 + 50625, + 50630 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 34 }, "end": { - "line": 1765, + "line": 1770, "column": 39 } } @@ -91648,62 +91789,62 @@ "value": "", "raw": "''", "range": [ - 50298, - 50300 + 50632, + 50634 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 41 }, "end": { - "line": 1765, + "line": 1770, "column": 43 } } } ], "range": [ - 50279, - 50301 + 50613, + 50635 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 22 }, "end": { - "line": 1765, + "line": 1770, "column": 44 } } }, "range": [ - 50273, - 50301 + 50607, + 50635 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 16 }, "end": { - "line": 1765, + "line": 1770, "column": 44 } } }, "range": [ - 50273, - 50302 + 50607, + 50636 ], "loc": { "start": { - "line": 1765, + "line": 1770, "column": 16 }, "end": { - "line": 1765, + "line": 1770, "column": 45 } } @@ -91717,16 +91858,16 @@ "type": "Identifier", "name": "w", "range": [ - 50323, - 50324 + 50657, + 50658 ], "loc": { "start": { - "line": 1766, + "line": 1771, "column": 20 }, "end": { - "line": 1766, + "line": 1771, "column": 21 } } @@ -91735,31 +91876,31 @@ "type": "Identifier", "name": "str", "range": [ - 50327, - 50330 + 50661, + 50664 ], "loc": { "start": { - "line": 1766, + "line": 1771, "column": 24 }, "end": { - "line": 1766, + "line": 1771, "column": 27 } } }, "range": [ - 50323, - 50330 + 50657, + 50664 ], "loc": { "start": { - "line": 1766, + "line": 1771, "column": 20 }, "end": { - "line": 1766, + "line": 1771, "column": 27 } } @@ -91767,16 +91908,16 @@ ], "kind": "let", "range": [ - 50319, - 50331 + 50653, + 50665 ], "loc": { "start": { - "line": 1766, + "line": 1771, "column": 16 }, "end": { - "line": 1766, + "line": 1771, "column": 28 } } @@ -91804,16 +91945,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 50352, - 50357 + 50686, + 50691 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1767, + "line": 1772, "column": 25 } } @@ -91822,31 +91963,31 @@ "type": "Identifier", "name": "test", "range": [ - 50358, - 50362 + 50692, + 50696 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 26 }, "end": { - "line": 1767, + "line": 1772, "column": 30 } } }, "range": [ - 50352, - 50362 + 50686, + 50696 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1767, + "line": 1772, "column": 30 } } @@ -91856,32 +91997,32 @@ "type": "Identifier", "name": "str", "range": [ - 50363, - 50366 + 50697, + 50700 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 31 }, "end": { - "line": 1767, + "line": 1772, "column": 34 } } } ], "range": [ - 50352, - 50367 + 50686, + 50701 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1767, + "line": 1772, "column": 35 } } @@ -91895,16 +92036,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 50371, - 50376 + 50705, + 50710 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 39 }, "end": { - "line": 1767, + "line": 1772, "column": 44 } } @@ -91913,31 +92054,31 @@ "type": "Identifier", "name": "test", "range": [ - 50377, - 50381 + 50711, + 50715 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 45 }, "end": { - "line": 1767, + "line": 1772, "column": 49 } } }, "range": [ - 50371, - 50381 + 50705, + 50715 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 39 }, "end": { - "line": 1767, + "line": 1772, "column": 49 } } @@ -91947,47 +92088,47 @@ "type": "Identifier", "name": "str", "range": [ - 50382, - 50385 + 50716, + 50719 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 50 }, "end": { - "line": 1767, + "line": 1772, "column": 53 } } } ], "range": [ - 50371, - 50386 + 50705, + 50720 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 39 }, "end": { - "line": 1767, + "line": 1772, "column": 54 } } }, "range": [ - 50352, - 50386 + 50686, + 50720 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1767, + "line": 1772, "column": 54 } } @@ -92001,16 +92142,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 50390, - 50394 + 50724, + 50728 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 58 }, "end": { - "line": 1767, + "line": 1772, "column": 62 } } @@ -92019,31 +92160,31 @@ "type": "Identifier", "name": "test", "range": [ - 50395, - 50399 + 50729, + 50733 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 63 }, "end": { - "line": 1767, + "line": 1772, "column": 67 } } }, "range": [ - 50390, - 50399 + 50724, + 50733 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 58 }, "end": { - "line": 1767, + "line": 1772, "column": 67 } } @@ -92053,47 +92194,47 @@ "type": "Identifier", "name": "str", "range": [ - 50400, - 50403 + 50734, + 50737 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 68 }, "end": { - "line": 1767, + "line": 1772, "column": 71 } } } ], "range": [ - 50390, - 50404 + 50724, + 50738 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 58 }, "end": { - "line": 1767, + "line": 1772, "column": 72 } } }, "range": [ - 50352, - 50404 + 50686, + 50738 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1767, + "line": 1772, "column": 72 } } @@ -92107,16 +92248,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 50428, - 50432 + 50762, + 50766 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 20 }, "end": { - "line": 1768, + "line": 1773, "column": 24 } } @@ -92125,31 +92266,31 @@ "type": "Identifier", "name": "test", "range": [ - 50433, - 50437 + 50767, + 50771 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 25 }, "end": { - "line": 1768, + "line": 1773, "column": 29 } } }, "range": [ - 50428, - 50437 + 50762, + 50771 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 20 }, "end": { - "line": 1768, + "line": 1773, "column": 29 } } @@ -92159,47 +92300,47 @@ "type": "Identifier", "name": "str", "range": [ - 50438, - 50441 + 50772, + 50775 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 30 }, "end": { - "line": 1768, + "line": 1773, "column": 33 } } } ], "range": [ - 50428, - 50442 + 50762, + 50776 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 20 }, "end": { - "line": 1768, + "line": 1773, "column": 34 } } }, "range": [ - 50352, - 50442 + 50686, + 50776 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1768, + "line": 1773, "column": 34 } } @@ -92213,16 +92354,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 50446, - 50450 + 50780, + 50784 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 38 }, "end": { - "line": 1768, + "line": 1773, "column": 42 } } @@ -92231,31 +92372,31 @@ "type": "Identifier", "name": "test", "range": [ - 50451, - 50455 + 50785, + 50789 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 43 }, "end": { - "line": 1768, + "line": 1773, "column": 47 } } }, "range": [ - 50446, - 50455 + 50780, + 50789 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 38 }, "end": { - "line": 1768, + "line": 1773, "column": 47 } } @@ -92265,47 +92406,47 @@ "type": "Identifier", "name": "str", "range": [ - 50456, - 50459 + 50790, + 50793 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 48 }, "end": { - "line": 1768, + "line": 1773, "column": 51 } } } ], "range": [ - 50446, - 50460 + 50780, + 50794 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 38 }, "end": { - "line": 1768, + "line": 1773, "column": 52 } } }, "range": [ - 50352, - 50460 + 50686, + 50794 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 20 }, "end": { - "line": 1768, + "line": 1773, "column": 52 } } @@ -92322,16 +92463,16 @@ "type": "Identifier", "name": "w", "range": [ - 50484, - 50485 + 50818, + 50819 ], "loc": { "start": { - "line": 1769, + "line": 1774, "column": 20 }, "end": { - "line": 1769, + "line": 1774, "column": 21 } } @@ -92342,16 +92483,16 @@ "type": "Identifier", "name": "getText", "range": [ - 50488, - 50495 + 50822, + 50829 ], "loc": { "start": { - "line": 1769, + "line": 1774, "column": 24 }, "end": { - "line": 1769, + "line": 1774, "column": 31 } } @@ -92361,94 +92502,94 @@ "type": "Identifier", "name": "cell", "range": [ - 50496, - 50500 + 50830, + 50834 ], "loc": { "start": { - "line": 1769, + "line": 1774, "column": 32 }, "end": { - "line": 1769, + "line": 1774, "column": 36 } } } ], "range": [ - 50488, - 50501 + 50822, + 50835 ], "loc": { "start": { - "line": 1769, + "line": 1774, "column": 24 }, "end": { - "line": 1769, + "line": 1774, "column": 37 } } }, "range": [ - 50484, - 50501 + 50818, + 50835 ], "loc": { "start": { - "line": 1769, + "line": 1774, "column": 20 }, "end": { - "line": 1769, + "line": 1774, "column": 37 } } }, "range": [ - 50484, - 50502 + 50818, + 50836 ], "loc": { "start": { - "line": 1769, + "line": 1774, "column": 20 }, "end": { - "line": 1769, + "line": 1774, "column": 38 } } } ], "range": [ - 50462, - 50520 + 50796, + 50854 ], "loc": { "start": { - "line": 1768, + "line": 1773, "column": 54 }, "end": { - "line": 1770, + "line": 1775, "column": 17 } } }, "alternate": null, "range": [ - 50348, - 50520 + 50682, + 50854 ], "loc": { "start": { - "line": 1767, + "line": 1772, "column": 16 }, "end": { - "line": 1770, + "line": 1775, "column": 17 } } @@ -92462,16 +92603,16 @@ "type": "Identifier", "name": "w", "range": [ - 50541, - 50542 + 50875, + 50876 ], "loc": { "start": { - "line": 1771, + "line": 1776, "column": 20 }, "end": { - "line": 1771, + "line": 1776, "column": 21 } } @@ -92481,31 +92622,31 @@ "value": "", "raw": "''", "range": [ - 50547, - 50549 + 50881, + 50883 ], "loc": { "start": { - "line": 1771, + "line": 1776, "column": 26 }, "end": { - "line": 1771, + "line": 1776, "column": 28 } } }, "range": [ - 50541, - 50549 + 50875, + 50883 ], "loc": { "start": { - "line": 1771, + "line": 1776, "column": 20 }, "end": { - "line": 1771, + "line": 1776, "column": 28 } } @@ -92526,16 +92667,16 @@ "object": { "type": "ThisExpression", "range": [ - 50573, - 50577 + 50907, + 50911 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 20 }, "end": { - "line": 1772, + "line": 1777, "column": 24 } } @@ -92544,31 +92685,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 50578, - 50585 + 50912, + 50919 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 25 }, "end": { - "line": 1772, + "line": 1777, "column": 32 } } }, "range": [ - 50573, - 50585 + 50907, + 50919 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 20 }, "end": { - "line": 1772, + "line": 1777, "column": 32 } } @@ -92577,31 +92718,31 @@ "type": "Identifier", "name": "emit", "range": [ - 50586, - 50590 + 50920, + 50924 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 33 }, "end": { - "line": 1772, + "line": 1777, "column": 37 } } }, "range": [ - 50573, - 50590 + 50907, + 50924 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 20 }, "end": { - "line": 1772, + "line": 1777, "column": 37 } } @@ -92612,16 +92753,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 50591, - 50610 + 50925, + 50944 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 38 }, "end": { - "line": 1772, + "line": 1777, "column": 57 } } @@ -92629,16 +92770,16 @@ { "type": "ThisExpression", "range": [ - 50612, - 50616 + 50946, + 50950 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 59 }, "end": { - "line": 1772, + "line": 1777, "column": 63 } } @@ -92647,16 +92788,16 @@ "type": "Identifier", "name": "cell", "range": [ - 50618, - 50622 + 50952, + 50956 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 65 }, "end": { - "line": 1772, + "line": 1777, "column": 69 } } @@ -92665,111 +92806,111 @@ "type": "Identifier", "name": "w", "range": [ - 50624, - 50625 + 50958, + 50959 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 71 }, "end": { - "line": 1772, + "line": 1777, "column": 72 } } } ], "range": [ - 50573, - 50626 + 50907, + 50960 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 20 }, "end": { - "line": 1772, + "line": 1777, "column": 73 } } }, "range": [ - 50573, - 50627 + 50907, + 50961 ], "loc": { "start": { - "line": 1772, + "line": 1777, "column": 20 }, "end": { - "line": 1772, + "line": 1777, "column": 74 } } } ], "range": [ - 50551, - 50645 + 50885, + 50979 ], "loc": { "start": { - "line": 1771, + "line": 1776, "column": 30 }, "end": { - "line": 1773, + "line": 1778, "column": 17 } } }, "alternate": null, "range": [ - 50537, - 50645 + 50871, + 50979 ], "loc": { "start": { - "line": 1771, + "line": 1776, "column": 16 }, "end": { - "line": 1773, + "line": 1778, "column": 17 } } } ], "range": [ - 50117, - 50659 + 50451, + 50993 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 46 }, "end": { - "line": 1774, + "line": 1779, "column": 13 } } }, "alternate": null, "range": [ - 50083, - 50659 + 50417, + 50993 ], "loc": { "start": { - "line": 1761, + "line": 1766, "column": 12 }, "end": { - "line": 1774, + "line": 1779, "column": 13 } }, @@ -92778,16 +92919,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 50044, - 50070 + 50378, + 50404 ], "loc": { "start": { - "line": 1760, + "line": 1765, "column": 12 }, "end": { - "line": 1760, + "line": 1765, "column": 38 } } @@ -92796,16 +92937,16 @@ } ], "range": [ - 50030, - 50669 + 50364, + 51003 ], "loc": { "start": { - "line": 1759, + "line": 1764, "column": 42 }, "end": { - "line": 1775, + "line": 1780, "column": 9 } } @@ -92813,16 +92954,16 @@ "generator": false, "expression": false, "range": [ - 49996, - 50669 + 50330, + 51003 ], "loc": { "start": { - "line": 1759, + "line": 1764, "column": 8 }, "end": { - "line": 1775, + "line": 1780, "column": 9 } }, @@ -92831,16 +92972,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 49965, - 49987 + 50299, + 50321 ], "loc": { "start": { - "line": 1758, + "line": 1763, "column": 8 }, "end": { - "line": 1758, + "line": 1763, "column": 30 } } @@ -92851,16 +92992,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 50679, - 50721 + 51013, + 51055 ], "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 50 } } @@ -92873,16 +93014,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 50739, - 50745 + 51073, + 51079 ], "loc": { "start": { - "line": 1778, + "line": 1783, "column": 17 }, "end": { - "line": 1778, + "line": 1783, "column": 23 } } @@ -92892,16 +93033,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50746, - 50748 + 51080, + 51082 ], "loc": { "start": { - "line": 1778, + "line": 1783, "column": 24 }, "end": { - "line": 1778, + "line": 1783, "column": 26 } } @@ -92910,35 +93051,35 @@ "type": "Identifier", "name": "cellData", "range": [ - 50750, - 50758 + 51084, + 51092 ], "loc": { "start": { - "line": 1778, + "line": 1783, "column": 28 }, "end": { - "line": 1778, + "line": 1783, "column": 36 } } }, { "type": "Identifier", - "name": "j", + "name": "colIdx", "range": [ - 50760, - 50761 + 51094, + 51100 ], "loc": { "start": { - "line": 1778, + "line": 1783, "column": 38 }, "end": { - "line": 1778, - "column": 39 + "line": 1783, + "column": 44 } } } @@ -92955,16 +93096,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50777, - 50779 + 51116, + 51118 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 14 } } @@ -92975,16 +93116,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 50782, - 50791 + 51121, + 51130 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 17 }, "end": { - "line": 1779, + "line": 1784, "column": 26 } } @@ -92994,16 +93135,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50792, - 50794 + 51131, + 51133 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 27 }, "end": { - "line": 1779, + "line": 1784, "column": 29 } } @@ -93014,16 +93155,16 @@ "object": { "type": "ThisExpression", "range": [ - 50796, - 50800 + 51135, + 51139 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 31 }, "end": { - "line": 1779, + "line": 1784, "column": 35 } } @@ -93032,77 +93173,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 50801, - 50814 + 51140, + 51153 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 36 }, "end": { - "line": 1779, + "line": 1784, "column": 49 } } }, "range": [ - 50796, - 50814 + 51135, + 51153 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 31 }, "end": { - "line": 1779, + "line": 1784, "column": 49 } } } ], "range": [ - 50782, - 50815 + 51121, + 51154 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 17 }, "end": { - "line": 1779, + "line": 1784, "column": 50 } } }, "range": [ - 50777, - 50815 + 51116, + 51154 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 50 } } }, "range": [ - 50777, - 50816 + 51116, + 51155 ], "loc": { "start": { - "line": 1779, + "line": 1784, "column": 12 }, "end": { - "line": 1779, + "line": 1784, "column": 51 } } @@ -93116,317 +93257,68 @@ "type": "Identifier", "name": "occurence", "range": [ - 50834, - 50843 + 51173, + 51182 ], "loc": { "start": { - "line": 1781, + "line": 1786, "column": 16 }, "end": { - "line": 1781, + "line": 1786, "column": 25 } } }, - "init": null, - "range": [ - 50834, - 50843 - ], - "loc": { - "start": { - "line": 1781, - "column": 16 - }, - "end": { - "line": 1781, - "column": 25 - } - } - } - ], - "kind": "let", - "range": [ - 50830, - 50844 - ], - "loc": { - "start": { - "line": 1781, - "column": 12 - }, - "end": { - "line": 1781, - "column": 26 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "dtType", - "range": [ - 50861, - 50867 - ], - "loc": { - "start": { - "line": 1782, - "column": 16 - }, - "end": { - "line": 1782, - "column": 22 - } - } - }, "init": { - "type": "ConditionalExpression", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 50870, - 50874 - ], - "loc": { - "start": { - "line": 1782, - "column": 25 - }, - "end": { - "line": 1782, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasColDateType", - "range": [ - 50875, - 50889 - ], - "loc": { - "start": { - "line": 1782, - "column": 30 - }, - "end": { - "line": 1782, - "column": 44 - } - } - }, - "range": [ - 50870, - 50889 - ], - "loc": { - "start": { - "line": 1782, - "column": 25 - }, - "end": { - "line": 1782, - "column": 44 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 50908, - 50912 - ], - "loc": { - "start": { - "line": 1783, - "column": 16 - }, - "end": { - "line": 1783, - "column": 20 - } - } - }, - "property": { - "type": "Identifier", - "name": "colDateType", - "range": [ - 50913, - 50924 - ], - "loc": { - "start": { - "line": 1783, - "column": 21 - }, - "end": { - "line": 1783, - "column": 32 - } - } - }, - "range": [ - 50908, - 50924 - ], - "loc": { - "start": { - "line": 1783, - "column": 16 - }, - "end": { - "line": 1783, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "j", - "range": [ - 50925, - 50926 - ], - "loc": { - "start": { - "line": 1783, - "column": 33 - }, - "end": { - "line": 1783, - "column": 34 - } - } - }, - "range": [ - 50908, - 50927 - ], - "loc": { - "start": { - "line": 1783, - "column": 16 - }, - "end": { - "line": 1783, - "column": 35 - } - } - }, - "alternate": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 50930, - 50934 - ], - "loc": { - "start": { - "line": 1783, - "column": 38 - }, - "end": { - "line": 1783, - "column": 42 - } - } - }, - "property": { - "type": "Identifier", - "name": "defaultDateType", - "range": [ - 50935, - 50950 - ], - "loc": { - "start": { - "line": 1783, - "column": 43 - }, - "end": { - "line": 1783, - "column": 58 - } - } - }, - "range": [ - 50930, - 50950 - ], - "loc": { - "start": { - "line": 1783, - "column": 38 - }, - "end": { - "line": 1783, - "column": 58 - } - } - }, + "type": "Literal", + "value": false, + "raw": "false", "range": [ - 50870, - 50950 + 51185, + 51190 ], "loc": { "start": { - "line": 1782, - "column": 25 + "line": 1786, + "column": 28 }, "end": { - "line": 1783, - "column": 58 + "line": 1786, + "column": 33 } } }, "range": [ - 50861, - 50950 + 51173, + 51190 ], "loc": { "start": { - "line": 1782, + "line": 1786, "column": 16 }, "end": { - "line": 1783, - "column": 58 + "line": 1786, + "column": 33 } } } ], "kind": "let", "range": [ - 50857, - 50951 + 51169, + 51191 ], "loc": { "start": { - "line": 1782, + "line": 1786, "column": 12 }, "end": { - "line": 1783, - "column": 59 + "line": 1786, + "column": 34 } }, "trailingComments": [ @@ -93434,16 +93326,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 50965, - 50992 + 51205, + 51232 ], "loc": { "start": { - "line": 1785, + "line": 1788, "column": 12 }, "end": { - "line": 1785, + "line": 1788, "column": 39 } } @@ -93459,16 +93351,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 51009, - 51014 + 51249, + 51254 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 16 }, "end": { - "line": 1786, + "line": 1789, "column": 21 } } @@ -93482,16 +93374,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 51017, - 51021 + 51257, + 51261 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 24 }, "end": { - "line": 1786, + "line": 1789, "column": 28 } } @@ -93500,31 +93392,31 @@ "type": "Identifier", "name": "test", "range": [ - 51022, - 51026 + 51262, + 51266 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 29 }, "end": { - "line": 1786, + "line": 1789, "column": 33 } } }, "range": [ - 51017, - 51026 + 51257, + 51266 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 24 }, "end": { - "line": 1786, + "line": 1789, "column": 33 } } @@ -93534,47 +93426,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51027, - 51029 + 51267, + 51269 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 34 }, "end": { - "line": 1786, + "line": 1789, "column": 36 } } } ], "range": [ - 51017, - 51030 + 51257, + 51270 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 24 }, "end": { - "line": 1786, + "line": 1789, "column": 37 } } }, "range": [ - 51009, - 51030 + 51249, + 51270 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 16 }, "end": { - "line": 1786, + "line": 1789, "column": 37 } } @@ -93585,16 +93477,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 51048, - 51053 + 51288, + 51293 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 16 }, "end": { - "line": 1787, + "line": 1790, "column": 21 } } @@ -93608,16 +93500,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 51056, - 51061 + 51296, + 51301 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 24 }, "end": { - "line": 1787, + "line": 1790, "column": 29 } } @@ -93626,31 +93518,31 @@ "type": "Identifier", "name": "test", "range": [ - 51062, - 51066 + 51302, + 51306 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 30 }, "end": { - "line": 1787, + "line": 1790, "column": 34 } } }, "range": [ - 51056, - 51066 + 51296, + 51306 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 24 }, "end": { - "line": 1787, + "line": 1790, "column": 34 } } @@ -93660,47 +93552,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51067, - 51069 + 51307, + 51309 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 35 }, "end": { - "line": 1787, + "line": 1790, "column": 37 } } } ], "range": [ - 51056, - 51070 + 51296, + 51310 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 24 }, "end": { - "line": 1787, + "line": 1790, "column": 38 } } }, "range": [ - 51048, - 51070 + 51288, + 51310 ], "loc": { "start": { - "line": 1787, + "line": 1790, "column": 16 }, "end": { - "line": 1787, + "line": 1790, "column": 38 } } @@ -93711,16 +93603,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 51088, - 51093 + 51328, + 51333 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 16 }, "end": { - "line": 1788, + "line": 1791, "column": 21 } } @@ -93734,16 +93626,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 51096, - 51100 + 51336, + 51340 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 24 }, "end": { - "line": 1788, + "line": 1791, "column": 28 } } @@ -93752,31 +93644,31 @@ "type": "Identifier", "name": "test", "range": [ - 51101, - 51105 + 51341, + 51345 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 29 }, "end": { - "line": 1788, + "line": 1791, "column": 33 } } }, "range": [ - 51096, - 51105 + 51336, + 51345 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 24 }, "end": { - "line": 1788, + "line": 1791, "column": 33 } } @@ -93786,47 +93678,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51106, - 51108 + 51346, + 51348 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 34 }, "end": { - "line": 1788, + "line": 1791, "column": 36 } } } ], "range": [ - 51096, - 51109 + 51336, + 51349 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 24 }, "end": { - "line": 1788, + "line": 1791, "column": 37 } } }, "range": [ - 51088, - 51109 + 51328, + 51349 ], "loc": { "start": { - "line": 1788, + "line": 1791, "column": 16 }, "end": { - "line": 1788, + "line": 1791, "column": 37 } } @@ -93837,16 +93729,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 51127, - 51132 + 51367, + 51372 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 16 }, "end": { - "line": 1789, + "line": 1792, "column": 21 } } @@ -93860,16 +93752,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 51135, - 51140 + 51375, + 51380 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 24 }, "end": { - "line": 1789, + "line": 1792, "column": 29 } } @@ -93878,31 +93770,31 @@ "type": "Identifier", "name": "test", "range": [ - 51141, - 51145 + 51381, + 51385 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 30 }, "end": { - "line": 1789, + "line": 1792, "column": 34 } } }, "range": [ - 51135, - 51145 + 51375, + 51385 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 24 }, "end": { - "line": 1789, + "line": 1792, "column": 34 } } @@ -93912,47 +93804,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51146, - 51148 + 51386, + 51388 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 35 }, "end": { - "line": 1789, + "line": 1792, "column": 37 } } } ], "range": [ - 51135, - 51149 + 51375, + 51389 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 24 }, "end": { - "line": 1789, + "line": 1792, "column": 38 } } }, "range": [ - 51127, - 51149 + 51367, + 51389 ], "loc": { "start": { - "line": 1789, + "line": 1792, "column": 16 }, "end": { - "line": 1789, + "line": 1792, "column": 38 } } @@ -93963,16 +93855,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 51167, - 51172 + 51407, + 51412 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 16 }, "end": { - "line": 1790, + "line": 1793, "column": 21 } } @@ -93986,16 +93878,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 51175, - 51179 + 51415, + 51419 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 24 }, "end": { - "line": 1790, + "line": 1793, "column": 28 } } @@ -94004,31 +93896,31 @@ "type": "Identifier", "name": "test", "range": [ - 51180, - 51184 + 51420, + 51424 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 29 }, "end": { - "line": 1790, + "line": 1793, "column": 33 } } }, "range": [ - 51175, - 51184 + 51415, + 51424 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 24 }, "end": { - "line": 1790, + "line": 1793, "column": 33 } } @@ -94038,47 +93930,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51185, - 51187 + 51425, + 51427 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 34 }, "end": { - "line": 1790, + "line": 1793, "column": 36 } } } ], "range": [ - 51175, - 51188 + 51415, + 51428 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 24 }, "end": { - "line": 1790, + "line": 1793, "column": 37 } } }, "range": [ - 51167, - 51188 + 51407, + 51428 ], "loc": { "start": { - "line": 1790, + "line": 1793, "column": 16 }, "end": { - "line": 1790, + "line": 1793, "column": 37 } } @@ -94089,16 +93981,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 51206, - 51211 + 51446, + 51451 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 16 }, "end": { - "line": 1791, + "line": 1794, "column": 21 } } @@ -94112,16 +94004,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 51214, - 51219 + 51454, + 51459 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 24 }, "end": { - "line": 1791, + "line": 1794, "column": 29 } } @@ -94130,31 +94022,31 @@ "type": "Identifier", "name": "test", "range": [ - 51220, - 51224 + 51460, + 51464 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 30 }, "end": { - "line": 1791, + "line": 1794, "column": 34 } } }, "range": [ - 51214, - 51224 + 51454, + 51464 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 24 }, "end": { - "line": 1791, + "line": 1794, "column": 34 } } @@ -94164,47 +94056,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51225, - 51227 + 51465, + 51467 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 35 }, "end": { - "line": 1791, + "line": 1794, "column": 37 } } } ], "range": [ - 51214, - 51228 + 51454, + 51468 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 24 }, "end": { - "line": 1791, + "line": 1794, "column": 38 } } }, "range": [ - 51206, - 51228 + 51446, + 51468 ], "loc": { "start": { - "line": 1791, + "line": 1794, "column": 16 }, "end": { - "line": 1791, + "line": 1794, "column": 38 } } @@ -94215,16 +94107,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 51246, - 51251 + 51486, + 51491 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 16 }, "end": { - "line": 1792, + "line": 1795, "column": 21 } } @@ -94238,16 +94130,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 51254, - 51259 + 51494, + 51499 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 24 }, "end": { - "line": 1792, + "line": 1795, "column": 29 } } @@ -94256,31 +94148,31 @@ "type": "Identifier", "name": "test", "range": [ - 51260, - 51264 + 51500, + 51504 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 30 }, "end": { - "line": 1792, + "line": 1795, "column": 34 } } }, "range": [ - 51254, - 51264 + 51494, + 51504 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 24 }, "end": { - "line": 1792, + "line": 1795, "column": 34 } } @@ -94290,47 +94182,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51265, - 51267 + 51505, + 51507 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 35 }, "end": { - "line": 1792, + "line": 1795, "column": 37 } } } ], "range": [ - 51254, - 51268 + 51494, + 51508 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 24 }, "end": { - "line": 1792, + "line": 1795, "column": 38 } } }, "range": [ - 51246, - 51268 + 51486, + 51508 ], "loc": { "start": { - "line": 1792, + "line": 1795, "column": 16 }, "end": { - "line": 1792, + "line": 1795, "column": 38 } } @@ -94341,16 +94233,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 51329, - 51334 + 51569, + 51574 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 16 }, "end": { - "line": 1794, + "line": 1797, "column": 21 } } @@ -94364,16 +94256,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 51337, - 51342 + 51577, + 51582 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 24 }, "end": { - "line": 1794, + "line": 1797, "column": 29 } } @@ -94382,31 +94274,31 @@ "type": "Identifier", "name": "test", "range": [ - 51343, - 51347 + 51583, + 51587 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 30 }, "end": { - "line": 1794, + "line": 1797, "column": 34 } } }, "range": [ - 51337, - 51347 + 51577, + 51587 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 24 }, "end": { - "line": 1794, + "line": 1797, "column": 34 } } @@ -94416,47 +94308,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51348, - 51350 + 51588, + 51590 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 35 }, "end": { - "line": 1794, + "line": 1797, "column": 37 } } } ], "range": [ - 51337, - 51351 + 51577, + 51591 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 24 }, "end": { - "line": 1794, + "line": 1797, "column": 38 } } }, "range": [ - 51329, - 51351 + 51569, + 51591 ], "loc": { "start": { - "line": 1794, + "line": 1797, "column": 16 }, "end": { - "line": 1794, + "line": 1797, "column": 38 } }, @@ -94465,16 +94357,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 51286, - 51312 + 51526, + 51552 ], "loc": { "start": { - "line": 1793, + "line": 1796, "column": 16 }, "end": { - "line": 1793, + "line": 1796, "column": 42 } } @@ -94487,16 +94379,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 51369, - 51374 + 51609, + 51614 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 16 }, "end": { - "line": 1795, + "line": 1798, "column": 21 } } @@ -94510,16 +94402,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 51377, - 51382 + 51617, + 51622 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 24 }, "end": { - "line": 1795, + "line": 1798, "column": 29 } } @@ -94528,31 +94420,31 @@ "type": "Identifier", "name": "test", "range": [ - 51383, - 51387 + 51623, + 51627 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 30 }, "end": { - "line": 1795, + "line": 1798, "column": 34 } } }, "range": [ - 51377, - 51387 + 51617, + 51627 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 24 }, "end": { - "line": 1795, + "line": 1798, "column": 34 } } @@ -94562,47 +94454,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51388, - 51390 + 51628, + 51630 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 35 }, "end": { - "line": 1795, + "line": 1798, "column": 37 } } } ], "range": [ - 51377, - 51391 + 51617, + 51631 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 24 }, "end": { - "line": 1795, + "line": 1798, "column": 38 } } }, "range": [ - 51369, - 51391 + 51609, + 51631 ], "loc": { "start": { - "line": 1795, + "line": 1798, "column": 16 }, "end": { - "line": 1795, + "line": 1798, "column": 38 } } @@ -94613,16 +94505,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 51409, - 51414 + 51649, + 51654 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 16 }, "end": { - "line": 1796, + "line": 1799, "column": 21 } } @@ -94634,16 +94526,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 51418, - 51423 + 51658, + 51663 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 25 }, "end": { - "line": 1796, + "line": 1799, "column": 30 } } @@ -94652,46 +94544,46 @@ "type": "Identifier", "name": "sA", "range": [ - 51428, - 51430 + 51668, + 51670 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 35 }, "end": { - "line": 1796, + "line": 1799, "column": 37 } } }, "range": [ - 51418, - 51430 + 51658, + 51670 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 25 }, "end": { - "line": 1796, + "line": 1799, "column": 37 } } }, "range": [ - 51409, - 51431 + 51649, + 51671 ], "loc": { "start": { - "line": 1796, + "line": 1799, "column": 16 }, "end": { - "line": 1796, + "line": 1799, "column": 38 } } @@ -94702,16 +94594,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 51449, - 51454 + 51689, + 51694 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 16 }, "end": { - "line": 1797, + "line": 1800, "column": 21 } } @@ -94723,16 +94615,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 51458, - 51463 + 51698, + 51703 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 25 }, "end": { - "line": 1797, + "line": 1800, "column": 30 } } @@ -94741,46 +94633,46 @@ "type": "Identifier", "name": "sA", "range": [ - 51468, - 51470 + 51708, + 51710 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 35 }, "end": { - "line": 1797, + "line": 1800, "column": 37 } } }, "range": [ - 51458, - 51470 + 51698, + 51710 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 25 }, "end": { - "line": 1797, + "line": 1800, "column": 37 } } }, "range": [ - 51449, - 51471 + 51689, + 51711 ], "loc": { "start": { - "line": 1797, + "line": 1800, "column": 16 }, "end": { - "line": 1797, + "line": 1800, "column": 38 } } @@ -94791,16 +94683,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 51489, - 51494 + 51729, + 51734 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 16 }, "end": { - "line": 1798, + "line": 1801, "column": 21 } } @@ -94814,16 +94706,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 51497, - 51502 + 51737, + 51742 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 24 }, "end": { - "line": 1798, + "line": 1801, "column": 29 } } @@ -94832,31 +94724,31 @@ "type": "Identifier", "name": "test", "range": [ - 51503, - 51507 + 51743, + 51747 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 30 }, "end": { - "line": 1798, + "line": 1801, "column": 34 } } }, "range": [ - 51497, - 51507 + 51737, + 51747 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 24 }, "end": { - "line": 1798, + "line": 1801, "column": 34 } } @@ -94866,47 +94758,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51508, - 51510 + 51748, + 51750 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 35 }, "end": { - "line": 1798, + "line": 1801, "column": 37 } } } ], "range": [ - 51497, - 51511 + 51737, + 51751 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 24 }, "end": { - "line": 1798, + "line": 1801, "column": 38 } } }, "range": [ - 51489, - 51511 + 51729, + 51751 ], "loc": { "start": { - "line": 1798, + "line": 1801, "column": 16 }, "end": { - "line": 1798, + "line": 1801, "column": 38 } } @@ -94914,16 +94806,16 @@ ], "kind": "let", "range": [ - 51005, - 51512 + 51245, + 51752 ], "loc": { "start": { - "line": 1786, + "line": 1789, "column": 12 }, "end": { - "line": 1798, + "line": 1801, "column": 39 } }, @@ -94932,16 +94824,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 50965, - 50992 + 51205, + 51232 ], "loc": { "start": { - "line": 1785, + "line": 1788, "column": 12 }, "end": { - "line": 1785, + "line": 1788, "column": 39 } } @@ -94950,1687 +94842,19 @@ "trailingComments": [ { "type": "Line", - "value": "Search arg dates tests", + "value": " Check for dates or resolve date type", "range": [ - 51526, - 51550 - ], - "loc": { - "start": { - "line": 1800, - "column": 12 - }, - "end": { - "line": 1800, - "column": 36 - } - } - } - ] - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isLDate", - "range": [ - 51567, - 51574 - ], - "loc": { - "start": { - "line": 1801, - "column": 16 - }, - "end": { - "line": 1801, - "column": 23 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasLO", - "range": [ - 51577, - 51582 - ], - "loc": { - "start": { - "line": 1801, - "column": 26 - }, - "end": { - "line": 1801, - "column": 31 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 51586, - 51597 - ], - "loc": { - "start": { - "line": 1801, - "column": 35 - }, - "end": { - "line": 1801, - "column": 46 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 51598, - 51600 - ], - "loc": { - "start": { - "line": 1801, - "column": 47 - }, - "end": { - "line": 1801, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 51601, - 51608 - ], - "loc": { - "start": { - "line": 1801, - "column": 50 - }, - "end": { - "line": 1801, - "column": 57 - } - } - }, - "range": [ - 51598, - 51608 - ], - "loc": { - "start": { - "line": 1801, - "column": 47 - }, - "end": { - "line": 1801, - "column": 57 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_l", - "range": [ - 51609, - 51613 - ], - "loc": { - "start": { - "line": 1801, - "column": 58 - }, - "end": { - "line": 1801, - "column": 62 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 51615, - 51617 - ], - "loc": { - "start": { - "line": 1801, - "column": 64 - }, - "end": { - "line": 1801, - "column": 66 - } - } - } - ], - "range": [ - 51598, - 51618 - ], - "loc": { - "start": { - "line": 1801, - "column": 47 - }, - "end": { - "line": 1801, - "column": 67 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 51620, - 51626 - ], - "loc": { - "start": { - "line": 1801, - "column": 69 - }, - "end": { - "line": 1801, - "column": 75 - } - } - } - ], - "range": [ - 51586, - 51627 - ], - "loc": { - "start": { - "line": 1801, - "column": 35 - }, - "end": { - "line": 1801, - "column": 76 - } - } - }, - "range": [ - 51577, - 51627 - ], - "loc": { - "start": { - "line": 1801, - "column": 26 - }, - "end": { - "line": 1801, - "column": 76 - } - } - }, - "range": [ - 51567, - 51627 - ], - "loc": { - "start": { - "line": 1801, - "column": 16 - }, - "end": { - "line": 1801, - "column": 76 - } - } - } - ], - "kind": "let", - "range": [ - 51563, - 51628 - ], - "loc": { - "start": { - "line": 1801, - "column": 12 - }, - "end": { - "line": 1801, - "column": 77 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "Search arg dates tests", - "range": [ - 51526, - 51550 - ], - "loc": { - "start": { - "line": 1800, - "column": 12 - }, - "end": { - "line": 1800, - "column": 36 - } - } - } - ] - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isLEDate", - "range": [ - 51645, - 51653 - ], - "loc": { - "start": { - "line": 1802, - "column": 16 - }, - "end": { - "line": 1802, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasLE", - "range": [ - 51656, - 51661 - ], - "loc": { - "start": { - "line": 1802, - "column": 27 - }, - "end": { - "line": 1802, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 51665, - 51676 - ], - "loc": { - "start": { - "line": 1802, - "column": 36 - }, - "end": { - "line": 1802, - "column": 47 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 51677, - 51679 - ], - "loc": { - "start": { - "line": 1802, - "column": 48 - }, - "end": { - "line": 1802, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 51680, - 51687 - ], - "loc": { - "start": { - "line": 1802, - "column": 51 - }, - "end": { - "line": 1802, - "column": 58 - } - } - }, - "range": [ - 51677, - 51687 - ], - "loc": { - "start": { - "line": 1802, - "column": 48 - }, - "end": { - "line": 1802, - "column": 58 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_le", - "range": [ - 51688, - 51693 - ], - "loc": { - "start": { - "line": 1802, - "column": 59 - }, - "end": { - "line": 1802, - "column": 64 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 51695, - 51697 - ], - "loc": { - "start": { - "line": 1802, - "column": 66 - }, - "end": { - "line": 1802, - "column": 68 - } - } - } - ], - "range": [ - 51677, - 51698 - ], - "loc": { - "start": { - "line": 1802, - "column": 48 - }, - "end": { - "line": 1802, - "column": 69 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 51700, - 51706 - ], - "loc": { - "start": { - "line": 1802, - "column": 71 - }, - "end": { - "line": 1802, - "column": 77 - } - } - } - ], - "range": [ - 51665, - 51707 - ], - "loc": { - "start": { - "line": 1802, - "column": 36 - }, - "end": { - "line": 1802, - "column": 78 - } - } - }, - "range": [ - 51656, - 51707 - ], - "loc": { - "start": { - "line": 1802, - "column": 27 - }, - "end": { - "line": 1802, - "column": 78 - } - } - }, - "range": [ - 51645, - 51707 - ], - "loc": { - "start": { - "line": 1802, - "column": 16 - }, - "end": { - "line": 1802, - "column": 78 - } - } - } - ], - "kind": "let", - "range": [ - 51641, - 51708 - ], - "loc": { - "start": { - "line": 1802, - "column": 12 - }, - "end": { - "line": 1802, - "column": 79 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isGDate", - "range": [ - 51725, - 51732 - ], - "loc": { - "start": { - "line": 1803, - "column": 16 - }, - "end": { - "line": 1803, - "column": 23 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasGR", - "range": [ - 51735, - 51740 - ], - "loc": { - "start": { - "line": 1803, - "column": 26 - }, - "end": { - "line": 1803, - "column": 31 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 51744, - 51755 - ], - "loc": { - "start": { - "line": 1803, - "column": 35 - }, - "end": { - "line": 1803, - "column": 46 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 51756, - 51758 - ], - "loc": { - "start": { - "line": 1803, - "column": 47 - }, - "end": { - "line": 1803, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 51759, - 51766 - ], - "loc": { - "start": { - "line": 1803, - "column": 50 - }, - "end": { - "line": 1803, - "column": 57 - } - } - }, - "range": [ - 51756, - 51766 - ], - "loc": { - "start": { - "line": 1803, - "column": 47 - }, - "end": { - "line": 1803, - "column": 57 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_g", - "range": [ - 51767, - 51771 - ], - "loc": { - "start": { - "line": 1803, - "column": 58 - }, - "end": { - "line": 1803, - "column": 62 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 51773, - 51775 - ], - "loc": { - "start": { - "line": 1803, - "column": 64 - }, - "end": { - "line": 1803, - "column": 66 - } - } - } - ], - "range": [ - 51756, - 51776 - ], - "loc": { - "start": { - "line": 1803, - "column": 47 - }, - "end": { - "line": 1803, - "column": 67 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 51778, - 51784 - ], - "loc": { - "start": { - "line": 1803, - "column": 69 - }, - "end": { - "line": 1803, - "column": 75 - } - } - } - ], - "range": [ - 51744, - 51785 - ], - "loc": { - "start": { - "line": 1803, - "column": 35 - }, - "end": { - "line": 1803, - "column": 76 - } - } - }, - "range": [ - 51735, - 51785 - ], - "loc": { - "start": { - "line": 1803, - "column": 26 - }, - "end": { - "line": 1803, - "column": 76 - } - } - }, - "range": [ - 51725, - 51785 + 51766, + 51805 ], "loc": { "start": { "line": 1803, - "column": 16 - }, - "end": { - "line": 1803, - "column": 76 - } - } - } - ], - "kind": "let", - "range": [ - 51721, - 51786 - ], - "loc": { - "start": { - "line": 1803, - "column": 12 - }, - "end": { - "line": 1803, - "column": 77 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isGEDate", - "range": [ - 51803, - 51811 - ], - "loc": { - "start": { - "line": 1804, - "column": 16 - }, - "end": { - "line": 1804, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasGE", - "range": [ - 51814, - 51819 - ], - "loc": { - "start": { - "line": 1804, - "column": 27 - }, - "end": { - "line": 1804, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 51823, - 51834 - ], - "loc": { - "start": { - "line": 1804, - "column": 36 - }, - "end": { - "line": 1804, - "column": 47 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 51835, - 51837 - ], - "loc": { - "start": { - "line": 1804, - "column": 48 - }, - "end": { - "line": 1804, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 51838, - 51845 - ], - "loc": { - "start": { - "line": 1804, - "column": 51 - }, - "end": { - "line": 1804, - "column": 58 - } - } - }, - "range": [ - 51835, - 51845 - ], - "loc": { - "start": { - "line": 1804, - "column": 48 - }, - "end": { - "line": 1804, - "column": 58 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_ge", - "range": [ - 51846, - 51851 - ], - "loc": { - "start": { - "line": 1804, - "column": 59 - }, - "end": { - "line": 1804, - "column": 64 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 51853, - 51855 - ], - "loc": { - "start": { - "line": 1804, - "column": 66 - }, - "end": { - "line": 1804, - "column": 68 - } - } - } - ], - "range": [ - 51835, - 51856 - ], - "loc": { - "start": { - "line": 1804, - "column": 48 - }, - "end": { - "line": 1804, - "column": 69 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 51858, - 51864 - ], - "loc": { - "start": { - "line": 1804, - "column": 71 - }, - "end": { - "line": 1804, - "column": 77 - } - } - } - ], - "range": [ - 51823, - 51865 - ], - "loc": { - "start": { - "line": 1804, - "column": 36 - }, - "end": { - "line": 1804, - "column": 78 - } - } - }, - "range": [ - 51814, - 51865 - ], - "loc": { - "start": { - "line": 1804, - "column": 27 - }, - "end": { - "line": 1804, - "column": 78 - } - } - }, - "range": [ - 51803, - 51865 - ], - "loc": { - "start": { - "line": 1804, - "column": 16 - }, - "end": { - "line": 1804, - "column": 78 - } - } - } - ], - "kind": "let", - "range": [ - 51799, - 51866 - ], - "loc": { - "start": { - "line": 1804, - "column": 12 - }, - "end": { - "line": 1804, - "column": 79 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isDFDate", - "range": [ - 51883, - 51891 - ], - "loc": { - "start": { - "line": 1805, - "column": 16 - }, - "end": { - "line": 1805, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasDF", - "range": [ - 51894, - 51899 - ], - "loc": { - "start": { - "line": 1805, - "column": 27 - }, - "end": { - "line": 1805, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 51903, - 51914 - ], - "loc": { - "start": { - "line": 1805, - "column": 36 - }, - "end": { - "line": 1805, - "column": 47 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 51915, - 51917 - ], - "loc": { - "start": { - "line": 1805, - "column": 48 - }, - "end": { - "line": 1805, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 51918, - 51925 - ], - "loc": { - "start": { - "line": 1805, - "column": 51 - }, - "end": { - "line": 1805, - "column": 58 - } - } - }, - "range": [ - 51915, - 51925 - ], - "loc": { - "start": { - "line": 1805, - "column": 48 - }, - "end": { - "line": 1805, - "column": 58 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_d", - "range": [ - 51926, - 51930 - ], - "loc": { - "start": { - "line": 1805, - "column": 59 - }, - "end": { - "line": 1805, - "column": 63 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 51932, - 51934 - ], - "loc": { - "start": { - "line": 1805, - "column": 65 - }, - "end": { - "line": 1805, - "column": 67 - } - } - } - ], - "range": [ - 51915, - 51935 - ], - "loc": { - "start": { - "line": 1805, - "column": 48 - }, - "end": { - "line": 1805, - "column": 68 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 51937, - 51943 - ], - "loc": { - "start": { - "line": 1805, - "column": 70 - }, - "end": { - "line": 1805, - "column": 76 - } - } - } - ], - "range": [ - 51903, - 51944 - ], - "loc": { - "start": { - "line": 1805, - "column": 36 - }, - "end": { - "line": 1805, - "column": 77 - } - } - }, - "range": [ - 51894, - 51944 - ], - "loc": { - "start": { - "line": 1805, - "column": 27 - }, - "end": { - "line": 1805, - "column": 77 - } - } - }, - "range": [ - 51883, - 51944 - ], - "loc": { - "start": { - "line": 1805, - "column": 16 - }, - "end": { - "line": 1805, - "column": 77 - } - } - } - ], - "kind": "let", - "range": [ - 51879, - 51945 - ], - "loc": { - "start": { - "line": 1805, - "column": 12 - }, - "end": { - "line": 1805, - "column": 78 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "isEQDate", - "range": [ - 51962, - 51970 - ], - "loc": { - "start": { - "line": 1806, - "column": 16 - }, - "end": { - "line": 1806, - "column": 24 - } - } - }, - "init": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "hasEQ", - "range": [ - 51973, - 51978 - ], - "loc": { - "start": { - "line": 1806, - "column": 27 - }, - "end": { - "line": 1806, - "column": 32 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isValidDate", - "range": [ - 51982, - 51993 - ], - "loc": { - "start": { - "line": 1806, - "column": 36 - }, - "end": { - "line": 1806, - "column": 47 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "sA", - "range": [ - 51994, - 51996 - ], - "loc": { - "start": { - "line": 1806, - "column": 48 - }, - "end": { - "line": 1806, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "replace", - "range": [ - 51997, - 52004 - ], - "loc": { - "start": { - "line": 1806, - "column": 51 - }, - "end": { - "line": 1806, - "column": 58 - } - } - }, - "range": [ - 51994, - 52004 - ], - "loc": { - "start": { - "line": 1806, - "column": 48 - }, - "end": { - "line": 1806, - "column": 58 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "re_eq", - "range": [ - 52005, - 52010 - ], - "loc": { - "start": { - "line": 1806, - "column": 59 - }, - "end": { - "line": 1806, - "column": 64 - } - } - }, - { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 52012, - 52014 - ], - "loc": { - "start": { - "line": 1806, - "column": 66 - }, - "end": { - "line": 1806, - "column": 68 - } - } - } - ], - "range": [ - 51994, - 52015 - ], - "loc": { - "start": { - "line": 1806, - "column": 48 - }, - "end": { - "line": 1806, - "column": 69 - } - } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 52017, - 52023 - ], - "loc": { - "start": { - "line": 1806, - "column": 71 - }, - "end": { - "line": 1806, - "column": 77 - } - } - } - ], - "range": [ - 51982, - 52024 - ], - "loc": { - "start": { - "line": 1806, - "column": 36 - }, - "end": { - "line": 1806, - "column": 78 - } - } - }, - "range": [ - 51973, - 52024 - ], - "loc": { - "start": { - "line": 1806, - "column": 27 - }, - "end": { - "line": 1806, - "column": 78 - } - } - }, - "range": [ - 51962, - 52024 - ], - "loc": { - "start": { - "line": 1806, - "column": 16 - }, - "end": { - "line": 1806, - "column": 78 - } - } - } - ], - "kind": "let", - "range": [ - 51958, - 52025 - ], - "loc": { - "start": { - "line": 1806, - "column": 12 - }, - "end": { - "line": 1806, - "column": 79 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "dte1", - "range": [ - 52043, - 52047 - ], - "loc": { - "start": { - "line": 1808, - "column": 16 - }, - "end": { - "line": 1808, - "column": 20 - } - } - }, - "init": null, - "range": [ - 52043, - 52047 - ], - "loc": { - "start": { - "line": 1808, - "column": 16 - }, - "end": { - "line": 1808, - "column": 20 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "dte2", - "range": [ - 52049, - 52053 - ], - "loc": { - "start": { - "line": 1808, - "column": 22 - }, - "end": { - "line": 1808, - "column": 26 - } - } - }, - "init": null, - "range": [ - 52049, - 52053 - ], - "loc": { - "start": { - "line": 1808, - "column": 22 - }, - "end": { - "line": 1808, - "column": 26 - } - } - } - ], - "kind": "let", - "range": [ - 52039, - 52054 - ], - "loc": { - "start": { - "line": 1808, - "column": 12 - }, - "end": { - "line": 1808, - "column": 27 - } - }, - "trailingComments": [ - { - "type": "Line", - "value": "dates", - "range": [ - 52067, - 52074 - ], - "loc": { - "start": { - "line": 1809, "column": 12 }, "end": { - "line": 1809, - "column": 19 + "line": 1803, + "column": 51 } } } @@ -96641,79 +94865,2562 @@ "test": { "type": "CallExpression", "callee": { - "type": "Identifier", - "name": "isValidDate", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 51822, + 51826 + ], + "loc": { + "start": { + "line": 1804, + "column": 16 + }, + "end": { + "line": 1804, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasType", + "range": [ + 51827, + 51834 + ], + "loc": { + "start": { + "line": 1804, + "column": 21 + }, + "end": { + "line": 1804, + "column": 28 + } + } + }, "range": [ - 52091, - 52102 + 51822, + 51834 ], "loc": { "start": { - "line": 1810, + "line": 1804, "column": 16 }, "end": { - "line": 1810, - "column": 27 + "line": 1804, + "column": 28 } } }, "arguments": [ { "type": "Identifier", - "name": "cellData", + "name": "colIdx", "range": [ - 52103, - 52111 + 51835, + 51841 ], "loc": { "start": { - "line": 1810, - "column": 28 + "line": 1804, + "column": 29 }, "end": { - "line": 1810, - "column": 36 + "line": 1804, + "column": 35 } } }, { - "type": "Identifier", - "name": "dtType", + "type": "ArrayExpression", + "elements": [ + { + "type": "Identifier", + "name": "DATE", + "range": [ + 51844, + 51848 + ], + "loc": { + "start": { + "line": 1804, + "column": 38 + }, + "end": { + "line": 1804, + "column": 42 + } + } + } + ], "range": [ - 52113, - 52119 + 51843, + 51849 ], "loc": { "start": { - "line": 1810, - "column": 38 + "line": 1804, + "column": 37 }, "end": { - "line": 1810, - "column": 44 + "line": 1804, + "column": 43 } } } ], "range": [ - 52091, - 52120 + 51822, + 51850 ], "loc": { "start": { - "line": 1810, + "line": 1804, "column": 16 }, "end": { - "line": 1810, - "column": 45 + "line": 1804, + "column": 44 } } }, "consequent": { "type": "BlockStatement", "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "dte1", + "range": [ + 51874, + 51878 + ], + "loc": { + "start": { + "line": 1805, + "column": 20 + }, + "end": { + "line": 1805, + "column": 24 + } + } + }, + "init": null, + "range": [ + 51874, + 51878 + ], + "loc": { + "start": { + "line": 1805, + "column": 20 + }, + "end": { + "line": 1805, + "column": 24 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "dte2", + "range": [ + 51880, + 51884 + ], + "loc": { + "start": { + "line": 1805, + "column": 26 + }, + "end": { + "line": 1805, + "column": 30 + } + } + }, + "init": null, + "range": [ + 51880, + 51884 + ], + "loc": { + "start": { + "line": 1805, + "column": 26 + }, + "end": { + "line": 1805, + "column": 30 + } + } + } + ], + "kind": "let", + "range": [ + 51870, + 51885 + ], + "loc": { + "start": { + "line": 1805, + "column": 16 + }, + "end": { + "line": 1805, + "column": 31 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "dateType", + "range": [ + 51907, + 51915 + ], + "loc": { + "start": { + "line": 1807, + "column": 20 + }, + "end": { + "line": 1807, + "column": 28 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 51918, + 51922 + ], + "loc": { + "start": { + "line": 1807, + "column": 31 + }, + "end": { + "line": 1807, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "Mod", + "range": [ + 51923, + 51926 + ], + "loc": { + "start": { + "line": 1807, + "column": 36 + }, + "end": { + "line": 1807, + "column": 39 + } + } + }, + "range": [ + 51918, + 51926 + ], + "loc": { + "start": { + "line": 1807, + "column": 31 + }, + "end": { + "line": 1807, + "column": 39 + } + } + }, + "property": { + "type": "Identifier", + "name": "dateType", + "range": [ + 51927, + 51935 + ], + "loc": { + "start": { + "line": 1807, + "column": 40 + }, + "end": { + "line": 1807, + "column": 48 + } + } + }, + "range": [ + 51918, + 51935 + ], + "loc": { + "start": { + "line": 1807, + "column": 31 + }, + "end": { + "line": 1807, + "column": 48 + } + } + }, + "range": [ + 51907, + 51935 + ], + "loc": { + "start": { + "line": 1807, + "column": 20 + }, + "end": { + "line": 1807, + "column": 48 + } + } + } + ], + "kind": "let", + "range": [ + 51903, + 51936 + ], + "loc": { + "start": { + "line": 1807, + "column": 16 + }, + "end": { + "line": 1807, + "column": 49 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 51957, + 51968 + ], + "loc": { + "start": { + "line": 1808, + "column": 20 + }, + "end": { + "line": 1808, + "column": 31 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "dateType", + "range": [ + 51971, + 51979 + ], + "loc": { + "start": { + "line": 1808, + "column": 34 + }, + "end": { + "line": 1808, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "isValid", + "range": [ + 51980, + 51987 + ], + "loc": { + "start": { + "line": 1808, + "column": 43 + }, + "end": { + "line": 1808, + "column": 50 + } + } + }, + "range": [ + 51971, + 51987 + ], + "loc": { + "start": { + "line": 1808, + "column": 34 + }, + "end": { + "line": 1808, + "column": 50 + } + } + }, + "property": { + "type": "Identifier", + "name": "bind", + "range": [ + 51988, + 51992 + ], + "loc": { + "start": { + "line": 1808, + "column": 51 + }, + "end": { + "line": 1808, + "column": 55 + } + } + }, + "range": [ + 51971, + 51992 + ], + "loc": { + "start": { + "line": 1808, + "column": 34 + }, + "end": { + "line": 1808, + "column": 55 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "dateType", + "range": [ + 51993, + 52001 + ], + "loc": { + "start": { + "line": 1808, + "column": 56 + }, + "end": { + "line": 1808, + "column": 64 + } + } + } + ], + "range": [ + 51971, + 52002 + ], + "loc": { + "start": { + "line": 1808, + "column": 34 + }, + "end": { + "line": 1808, + "column": 65 + } + } + }, + "range": [ + 51957, + 52002 + ], + "loc": { + "start": { + "line": 1808, + "column": 20 + }, + "end": { + "line": 1808, + "column": 65 + } + } + } + ], + "kind": "let", + "range": [ + 51953, + 52003 + ], + "loc": { + "start": { + "line": 1808, + "column": 16 + }, + "end": { + "line": 1808, + "column": 66 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "parseDate", + "range": [ + 52024, + 52033 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 29 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "dateType", + "range": [ + 52036, + 52044 + ], + "loc": { + "start": { + "line": 1809, + "column": 32 + }, + "end": { + "line": 1809, + "column": 40 + } + } + }, + "property": { + "type": "Identifier", + "name": "parse", + "range": [ + 52045, + 52050 + ], + "loc": { + "start": { + "line": 1809, + "column": 41 + }, + "end": { + "line": 1809, + "column": 46 + } + } + }, + "range": [ + 52036, + 52050 + ], + "loc": { + "start": { + "line": 1809, + "column": 32 + }, + "end": { + "line": 1809, + "column": 46 + } + } + }, + "property": { + "type": "Identifier", + "name": "bind", + "range": [ + 52051, + 52055 + ], + "loc": { + "start": { + "line": 1809, + "column": 47 + }, + "end": { + "line": 1809, + "column": 51 + } + } + }, + "range": [ + 52036, + 52055 + ], + "loc": { + "start": { + "line": 1809, + "column": 32 + }, + "end": { + "line": 1809, + "column": 51 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "dateType", + "range": [ + 52056, + 52064 + ], + "loc": { + "start": { + "line": 1809, + "column": 52 + }, + "end": { + "line": 1809, + "column": 60 + } + } + } + ], + "range": [ + 52036, + 52065 + ], + "loc": { + "start": { + "line": 1809, + "column": 32 + }, + "end": { + "line": 1809, + "column": 61 + } + } + }, + "range": [ + 52024, + 52065 + ], + "loc": { + "start": { + "line": 1809, + "column": 20 + }, + "end": { + "line": 1809, + "column": 61 + } + } + } + ], + "kind": "let", + "range": [ + 52020, + 52066 + ], + "loc": { + "start": { + "line": 1809, + "column": 16 + }, + "end": { + "line": 1809, + "column": 62 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "locale", + "range": [ + 52087, + 52093 + ], + "loc": { + "start": { + "line": 1810, + "column": 20 + }, + "end": { + "line": 1810, + "column": 26 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "dateType", + "range": [ + 52096, + 52104 + ], + "loc": { + "start": { + "line": 1810, + "column": 29 + }, + "end": { + "line": 1810, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "getOptions", + "range": [ + 52105, + 52115 + ], + "loc": { + "start": { + "line": 1810, + "column": 38 + }, + "end": { + "line": 1810, + "column": 48 + } + } + }, + "range": [ + 52096, + 52115 + ], + "loc": { + "start": { + "line": 1810, + "column": 29 + }, + "end": { + "line": 1810, + "column": 48 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIdx", + "range": [ + 52116, + 52122 + ], + "loc": { + "start": { + "line": 1810, + "column": 49 + }, + "end": { + "line": 1810, + "column": 55 + } + } + } + ], + "range": [ + 52096, + 52123 + ], + "loc": { + "start": { + "line": 1810, + "column": 29 + }, + "end": { + "line": 1810, + "column": 56 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 52124, + 52130 + ], + "loc": { + "start": { + "line": 1810, + "column": 57 + }, + "end": { + "line": 1810, + "column": 63 + } + } + }, + "range": [ + 52096, + 52130 + ], + "loc": { + "start": { + "line": 1810, + "column": 29 + }, + "end": { + "line": 1810, + "column": 63 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 52134, + 52138 + ], + "loc": { + "start": { + "line": 1810, + "column": 67 + }, + "end": { + "line": 1810, + "column": 71 + } + } + }, + "property": { + "type": "Identifier", + "name": "locale", + "range": [ + 52139, + 52145 + ], + "loc": { + "start": { + "line": 1810, + "column": 72 + }, + "end": { + "line": 1810, + "column": 78 + } + } + }, + "range": [ + 52134, + 52145 + ], + "loc": { + "start": { + "line": 1810, + "column": 67 + }, + "end": { + "line": 1810, + "column": 78 + } + } + }, + "range": [ + 52096, + 52145 + ], + "loc": { + "start": { + "line": 1810, + "column": 29 + }, + "end": { + "line": 1810, + "column": 78 + } + } + }, + "range": [ + 52087, + 52145 + ], + "loc": { + "start": { + "line": 1810, + "column": 20 + }, + "end": { + "line": 1810, + "column": 78 + } + } + } + ], + "kind": "let", + "range": [ + 52083, + 52146 + ], + "loc": { + "start": { + "line": 1810, + "column": 16 + }, + "end": { + "line": 1810, + "column": 79 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " Search arg dates tests", + "range": [ + 52164, + 52189 + ], + "loc": { + "start": { + "line": 1812, + "column": 16 + }, + "end": { + "line": 1812, + "column": 41 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isLDate", + "range": [ + 52210, + 52217 + ], + "loc": { + "start": { + "line": 1813, + "column": 20 + }, + "end": { + "line": 1813, + "column": 27 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasLO", + "range": [ + 52220, + 52225 + ], + "loc": { + "start": { + "line": 1813, + "column": 30 + }, + "end": { + "line": 1813, + "column": 35 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 52249, + 52260 + ], + "loc": { + "start": { + "line": 1814, + "column": 20 + }, + "end": { + "line": 1814, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 52261, + 52263 + ], + "loc": { + "start": { + "line": 1814, + "column": 32 + }, + "end": { + "line": 1814, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 52264, + 52271 + ], + "loc": { + "start": { + "line": 1814, + "column": 35 + }, + "end": { + "line": 1814, + "column": 42 + } + } + }, + "range": [ + 52261, + 52271 + ], + "loc": { + "start": { + "line": 1814, + "column": 32 + }, + "end": { + "line": 1814, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_l", + "range": [ + 52272, + 52276 + ], + "loc": { + "start": { + "line": 1814, + "column": 43 + }, + "end": { + "line": 1814, + "column": 47 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 52278, + 52280 + ], + "loc": { + "start": { + "line": 1814, + "column": 49 + }, + "end": { + "line": 1814, + "column": 51 + } + } + } + ], + "range": [ + 52261, + 52281 + ], + "loc": { + "start": { + "line": 1814, + "column": 32 + }, + "end": { + "line": 1814, + "column": 52 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 52283, + 52289 + ], + "loc": { + "start": { + "line": 1814, + "column": 54 + }, + "end": { + "line": 1814, + "column": 60 + } + } + } + ], + "range": [ + 52249, + 52290 + ], + "loc": { + "start": { + "line": 1814, + "column": 20 + }, + "end": { + "line": 1814, + "column": 61 + } + } + }, + "range": [ + 52220, + 52290 + ], + "loc": { + "start": { + "line": 1813, + "column": 30 + }, + "end": { + "line": 1814, + "column": 61 + } + } + }, + "range": [ + 52210, + 52290 + ], + "loc": { + "start": { + "line": 1813, + "column": 20 + }, + "end": { + "line": 1814, + "column": 61 + } + } + } + ], + "kind": "let", + "range": [ + 52206, + 52291 + ], + "loc": { + "start": { + "line": 1813, + "column": 16 + }, + "end": { + "line": 1814, + "column": 62 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " Search arg dates tests", + "range": [ + 52164, + 52189 + ], + "loc": { + "start": { + "line": 1812, + "column": 16 + }, + "end": { + "line": 1812, + "column": 41 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isLEDate", + "range": [ + 52312, + 52320 + ], + "loc": { + "start": { + "line": 1815, + "column": 20 + }, + "end": { + "line": 1815, + "column": 28 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasLE", + "range": [ + 52323, + 52328 + ], + "loc": { + "start": { + "line": 1815, + "column": 31 + }, + "end": { + "line": 1815, + "column": 36 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 52352, + 52363 + ], + "loc": { + "start": { + "line": 1816, + "column": 20 + }, + "end": { + "line": 1816, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 52364, + 52366 + ], + "loc": { + "start": { + "line": 1816, + "column": 32 + }, + "end": { + "line": 1816, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 52367, + 52374 + ], + "loc": { + "start": { + "line": 1816, + "column": 35 + }, + "end": { + "line": 1816, + "column": 42 + } + } + }, + "range": [ + 52364, + 52374 + ], + "loc": { + "start": { + "line": 1816, + "column": 32 + }, + "end": { + "line": 1816, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_le", + "range": [ + 52375, + 52380 + ], + "loc": { + "start": { + "line": 1816, + "column": 43 + }, + "end": { + "line": 1816, + "column": 48 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 52382, + 52384 + ], + "loc": { + "start": { + "line": 1816, + "column": 50 + }, + "end": { + "line": 1816, + "column": 52 + } + } + } + ], + "range": [ + 52364, + 52385 + ], + "loc": { + "start": { + "line": 1816, + "column": 32 + }, + "end": { + "line": 1816, + "column": 53 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 52387, + 52393 + ], + "loc": { + "start": { + "line": 1816, + "column": 55 + }, + "end": { + "line": 1816, + "column": 61 + } + } + } + ], + "range": [ + 52352, + 52394 + ], + "loc": { + "start": { + "line": 1816, + "column": 20 + }, + "end": { + "line": 1816, + "column": 62 + } + } + }, + "range": [ + 52323, + 52394 + ], + "loc": { + "start": { + "line": 1815, + "column": 31 + }, + "end": { + "line": 1816, + "column": 62 + } + } + }, + "range": [ + 52312, + 52394 + ], + "loc": { + "start": { + "line": 1815, + "column": 20 + }, + "end": { + "line": 1816, + "column": 62 + } + } + } + ], + "kind": "let", + "range": [ + 52308, + 52395 + ], + "loc": { + "start": { + "line": 1815, + "column": 16 + }, + "end": { + "line": 1816, + "column": 63 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isGDate", + "range": [ + 52416, + 52423 + ], + "loc": { + "start": { + "line": 1817, + "column": 20 + }, + "end": { + "line": 1817, + "column": 27 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasGR", + "range": [ + 52426, + 52431 + ], + "loc": { + "start": { + "line": 1817, + "column": 30 + }, + "end": { + "line": 1817, + "column": 35 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 52455, + 52466 + ], + "loc": { + "start": { + "line": 1818, + "column": 20 + }, + "end": { + "line": 1818, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 52467, + 52469 + ], + "loc": { + "start": { + "line": 1818, + "column": 32 + }, + "end": { + "line": 1818, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 52470, + 52477 + ], + "loc": { + "start": { + "line": 1818, + "column": 35 + }, + "end": { + "line": 1818, + "column": 42 + } + } + }, + "range": [ + 52467, + 52477 + ], + "loc": { + "start": { + "line": 1818, + "column": 32 + }, + "end": { + "line": 1818, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_g", + "range": [ + 52478, + 52482 + ], + "loc": { + "start": { + "line": 1818, + "column": 43 + }, + "end": { + "line": 1818, + "column": 47 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 52484, + 52486 + ], + "loc": { + "start": { + "line": 1818, + "column": 49 + }, + "end": { + "line": 1818, + "column": 51 + } + } + } + ], + "range": [ + 52467, + 52487 + ], + "loc": { + "start": { + "line": 1818, + "column": 32 + }, + "end": { + "line": 1818, + "column": 52 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 52489, + 52495 + ], + "loc": { + "start": { + "line": 1818, + "column": 54 + }, + "end": { + "line": 1818, + "column": 60 + } + } + } + ], + "range": [ + 52455, + 52496 + ], + "loc": { + "start": { + "line": 1818, + "column": 20 + }, + "end": { + "line": 1818, + "column": 61 + } + } + }, + "range": [ + 52426, + 52496 + ], + "loc": { + "start": { + "line": 1817, + "column": 30 + }, + "end": { + "line": 1818, + "column": 61 + } + } + }, + "range": [ + 52416, + 52496 + ], + "loc": { + "start": { + "line": 1817, + "column": 20 + }, + "end": { + "line": 1818, + "column": 61 + } + } + } + ], + "kind": "let", + "range": [ + 52412, + 52497 + ], + "loc": { + "start": { + "line": 1817, + "column": 16 + }, + "end": { + "line": 1818, + "column": 62 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isGEDate", + "range": [ + 52518, + 52526 + ], + "loc": { + "start": { + "line": 1819, + "column": 20 + }, + "end": { + "line": 1819, + "column": 28 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasGE", + "range": [ + 52529, + 52534 + ], + "loc": { + "start": { + "line": 1819, + "column": 31 + }, + "end": { + "line": 1819, + "column": 36 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 52558, + 52569 + ], + "loc": { + "start": { + "line": 1820, + "column": 20 + }, + "end": { + "line": 1820, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 52570, + 52572 + ], + "loc": { + "start": { + "line": 1820, + "column": 32 + }, + "end": { + "line": 1820, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 52573, + 52580 + ], + "loc": { + "start": { + "line": 1820, + "column": 35 + }, + "end": { + "line": 1820, + "column": 42 + } + } + }, + "range": [ + 52570, + 52580 + ], + "loc": { + "start": { + "line": 1820, + "column": 32 + }, + "end": { + "line": 1820, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_ge", + "range": [ + 52581, + 52586 + ], + "loc": { + "start": { + "line": 1820, + "column": 43 + }, + "end": { + "line": 1820, + "column": 48 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 52588, + 52590 + ], + "loc": { + "start": { + "line": 1820, + "column": 50 + }, + "end": { + "line": 1820, + "column": 52 + } + } + } + ], + "range": [ + 52570, + 52591 + ], + "loc": { + "start": { + "line": 1820, + "column": 32 + }, + "end": { + "line": 1820, + "column": 53 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 52593, + 52599 + ], + "loc": { + "start": { + "line": 1820, + "column": 55 + }, + "end": { + "line": 1820, + "column": 61 + } + } + } + ], + "range": [ + 52558, + 52600 + ], + "loc": { + "start": { + "line": 1820, + "column": 20 + }, + "end": { + "line": 1820, + "column": 62 + } + } + }, + "range": [ + 52529, + 52600 + ], + "loc": { + "start": { + "line": 1819, + "column": 31 + }, + "end": { + "line": 1820, + "column": 62 + } + } + }, + "range": [ + 52518, + 52600 + ], + "loc": { + "start": { + "line": 1819, + "column": 20 + }, + "end": { + "line": 1820, + "column": 62 + } + } + } + ], + "kind": "let", + "range": [ + 52514, + 52601 + ], + "loc": { + "start": { + "line": 1819, + "column": 16 + }, + "end": { + "line": 1820, + "column": 63 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isDFDate", + "range": [ + 52622, + 52630 + ], + "loc": { + "start": { + "line": 1821, + "column": 20 + }, + "end": { + "line": 1821, + "column": 28 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasDF", + "range": [ + 52633, + 52638 + ], + "loc": { + "start": { + "line": 1821, + "column": 31 + }, + "end": { + "line": 1821, + "column": 36 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 52662, + 52673 + ], + "loc": { + "start": { + "line": 1822, + "column": 20 + }, + "end": { + "line": 1822, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 52674, + 52676 + ], + "loc": { + "start": { + "line": 1822, + "column": 32 + }, + "end": { + "line": 1822, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 52677, + 52684 + ], + "loc": { + "start": { + "line": 1822, + "column": 35 + }, + "end": { + "line": 1822, + "column": 42 + } + } + }, + "range": [ + 52674, + 52684 + ], + "loc": { + "start": { + "line": 1822, + "column": 32 + }, + "end": { + "line": 1822, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_d", + "range": [ + 52685, + 52689 + ], + "loc": { + "start": { + "line": 1822, + "column": 43 + }, + "end": { + "line": 1822, + "column": 47 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 52691, + 52693 + ], + "loc": { + "start": { + "line": 1822, + "column": 49 + }, + "end": { + "line": 1822, + "column": 51 + } + } + } + ], + "range": [ + 52674, + 52694 + ], + "loc": { + "start": { + "line": 1822, + "column": 32 + }, + "end": { + "line": 1822, + "column": 52 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 52696, + 52702 + ], + "loc": { + "start": { + "line": 1822, + "column": 54 + }, + "end": { + "line": 1822, + "column": 60 + } + } + } + ], + "range": [ + 52662, + 52703 + ], + "loc": { + "start": { + "line": 1822, + "column": 20 + }, + "end": { + "line": 1822, + "column": 61 + } + } + }, + "range": [ + 52633, + 52703 + ], + "loc": { + "start": { + "line": 1821, + "column": 31 + }, + "end": { + "line": 1822, + "column": 61 + } + } + }, + "range": [ + 52622, + 52703 + ], + "loc": { + "start": { + "line": 1821, + "column": 20 + }, + "end": { + "line": 1822, + "column": 61 + } + } + } + ], + "kind": "let", + "range": [ + 52618, + 52704 + ], + "loc": { + "start": { + "line": 1821, + "column": 16 + }, + "end": { + "line": 1822, + "column": 62 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "isEQDate", + "range": [ + 52725, + 52733 + ], + "loc": { + "start": { + "line": 1823, + "column": 20 + }, + "end": { + "line": 1823, + "column": 28 + } + } + }, + "init": { + "type": "LogicalExpression", + "operator": "&&", + "left": { + "type": "Identifier", + "name": "hasEQ", + "range": [ + 52736, + 52741 + ], + "loc": { + "start": { + "line": 1823, + "column": 31 + }, + "end": { + "line": 1823, + "column": 36 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isValidDate", + "range": [ + 52765, + 52776 + ], + "loc": { + "start": { + "line": 1824, + "column": 20 + }, + "end": { + "line": 1824, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "sA", + "range": [ + 52777, + 52779 + ], + "loc": { + "start": { + "line": 1824, + "column": 32 + }, + "end": { + "line": 1824, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "replace", + "range": [ + 52780, + 52787 + ], + "loc": { + "start": { + "line": 1824, + "column": 35 + }, + "end": { + "line": 1824, + "column": 42 + } + } + }, + "range": [ + 52777, + 52787 + ], + "loc": { + "start": { + "line": 1824, + "column": 32 + }, + "end": { + "line": 1824, + "column": 42 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "re_eq", + "range": [ + 52788, + 52793 + ], + "loc": { + "start": { + "line": 1824, + "column": 43 + }, + "end": { + "line": 1824, + "column": 48 + } + } + }, + { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 52795, + 52797 + ], + "loc": { + "start": { + "line": 1824, + "column": 50 + }, + "end": { + "line": 1824, + "column": 52 + } + } + } + ], + "range": [ + 52777, + 52798 + ], + "loc": { + "start": { + "line": 1824, + "column": 32 + }, + "end": { + "line": 1824, + "column": 53 + } + } + }, + { + "type": "Identifier", + "name": "locale", + "range": [ + 52800, + 52806 + ], + "loc": { + "start": { + "line": 1824, + "column": 55 + }, + "end": { + "line": 1824, + "column": 61 + } + } + } + ], + "range": [ + 52765, + 52807 + ], + "loc": { + "start": { + "line": 1824, + "column": 20 + }, + "end": { + "line": 1824, + "column": 62 + } + } + }, + "range": [ + 52736, + 52807 + ], + "loc": { + "start": { + "line": 1823, + "column": 31 + }, + "end": { + "line": 1824, + "column": 62 + } + } + }, + "range": [ + 52725, + 52807 + ], + "loc": { + "start": { + "line": 1823, + "column": 20 + }, + "end": { + "line": 1824, + "column": 62 + } + } + } + ], + "kind": "let", + "range": [ + 52721, + 52808 + ], + "loc": { + "start": { + "line": 1823, + "column": 16 + }, + "end": { + "line": 1824, + "column": 63 + } + } + }, { "type": "ExpressionStatement", "expression": { @@ -96723,16 +97430,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 52140, - 52144 + 52826, + 52830 ], "loc": { "start": { - "line": 1811, + "line": 1826, "column": 16 }, "end": { - "line": 1811, + "line": 1826, "column": 20 } } @@ -96741,19 +97448,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 52147, - 52157 + 52833, + 52842 ], "loc": { "start": { - "line": 1811, + "line": 1826, "column": 23 }, "end": { - "line": 1811, - "column": 33 + "line": 1826, + "column": 32 } } }, @@ -96762,81 +97469,81 @@ "type": "Identifier", "name": "cellData", "range": [ - 52158, - 52166 + 52843, + 52851 ], "loc": { "start": { - "line": 1811, - "column": 34 + "line": 1826, + "column": 33 }, "end": { - "line": 1811, - "column": 42 + "line": 1826, + "column": 41 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 52168, - 52174 + 52853, + 52859 ], "loc": { "start": { - "line": 1811, - "column": 44 + "line": 1826, + "column": 43 }, "end": { - "line": 1811, - "column": 50 + "line": 1826, + "column": 49 } } } ], "range": [ - 52147, - 52175 + 52833, + 52860 ], "loc": { "start": { - "line": 1811, + "line": 1826, "column": 23 }, "end": { - "line": 1811, - "column": 51 + "line": 1826, + "column": 50 } } }, "range": [ - 52140, - 52175 + 52826, + 52860 ], "loc": { "start": { - "line": 1811, + "line": 1826, "column": 16 }, "end": { - "line": 1811, - "column": 51 + "line": 1826, + "column": 50 } } }, "range": [ - 52140, - 52176 + 52826, + 52861 ], "loc": { "start": { - "line": 1811, + "line": 1826, "column": 16 }, "end": { - "line": 1811, - "column": 52 + "line": 1826, + "column": 51 } }, "trailingComments": [ @@ -96844,16 +97551,16 @@ "type": "Line", "value": " lower date", "range": [ - 52193, - 52206 + 52879, + 52892 ], "loc": { "start": { - "line": 1812, + "line": 1828, "column": 16 }, "end": { - "line": 1812, + "line": 1828, "column": 29 } } @@ -96866,16 +97573,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 52227, - 52234 + 52913, + 52920 ], "loc": { "start": { - "line": 1813, + "line": 1829, "column": 20 }, "end": { - "line": 1813, + "line": 1829, "column": 27 } } @@ -96892,16 +97599,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 52258, - 52262 + 52944, + 52948 ], "loc": { "start": { - "line": 1814, + "line": 1830, "column": 20 }, "end": { - "line": 1814, + "line": 1830, "column": 24 } } @@ -96910,19 +97617,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 52265, - 52275 + 52951, + 52960 ], "loc": { "start": { - "line": 1814, + "line": 1830, "column": 27 }, "end": { - "line": 1814, - "column": 37 + "line": 1830, + "column": 36 } } }, @@ -96936,17 +97643,17 @@ "type": "Identifier", "name": "sA", "range": [ - 52276, - 52278 + 52961, + 52963 ], "loc": { "start": { - "line": 1814, - "column": 38 + "line": 1830, + "column": 37 }, "end": { - "line": 1814, - "column": 40 + "line": 1830, + "column": 39 } } }, @@ -96954,32 +97661,32 @@ "type": "Identifier", "name": "replace", "range": [ - 52279, - 52286 + 52964, + 52971 ], "loc": { "start": { - "line": 1814, - "column": 41 + "line": 1830, + "column": 40 }, "end": { - "line": 1814, - "column": 48 + "line": 1830, + "column": 47 } } }, "range": [ - 52276, - 52286 + 52961, + 52971 ], "loc": { "start": { - "line": 1814, - "column": 38 + "line": 1830, + "column": 37 }, "end": { - "line": 1814, - "column": 48 + "line": 1830, + "column": 47 } } }, @@ -96988,17 +97695,17 @@ "type": "Identifier", "name": "re_l", "range": [ - 52287, - 52291 + 52972, + 52976 ], "loc": { "start": { - "line": 1814, - "column": 49 + "line": 1830, + "column": 48 }, "end": { - "line": 1814, - "column": 53 + "line": 1830, + "column": 52 } } }, @@ -97007,97 +97714,97 @@ "value": "", "raw": "''", "range": [ - 52293, - 52295 + 52978, + 52980 ], "loc": { "start": { - "line": 1814, - "column": 55 + "line": 1830, + "column": 54 }, "end": { - "line": 1814, - "column": 57 + "line": 1830, + "column": 56 } } } ], "range": [ - 52276, - 52296 + 52961, + 52981 ], "loc": { "start": { - "line": 1814, - "column": 38 + "line": 1830, + "column": 37 }, "end": { - "line": 1814, - "column": 58 + "line": 1830, + "column": 57 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 52298, - 52304 + 52983, + 52989 ], "loc": { "start": { - "line": 1814, - "column": 60 + "line": 1830, + "column": 59 }, "end": { - "line": 1814, - "column": 66 + "line": 1830, + "column": 65 } } } ], "range": [ - 52265, - 52305 + 52951, + 52990 ], "loc": { "start": { - "line": 1814, + "line": 1830, "column": 27 }, "end": { - "line": 1814, - "column": 67 + "line": 1830, + "column": 66 } } }, "range": [ - 52258, - 52305 + 52944, + 52990 ], "loc": { "start": { - "line": 1814, + "line": 1830, "column": 20 }, "end": { - "line": 1814, - "column": 67 + "line": 1830, + "column": 66 } } }, "range": [ - 52258, - 52306 + 52944, + 52991 ], "loc": { "start": { - "line": 1814, + "line": 1830, "column": 20 }, "end": { - "line": 1814, - "column": 68 + "line": 1830, + "column": 67 } } }, @@ -97110,16 +97817,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52327, - 52336 + 53012, + 53021 ], "loc": { "start": { - "line": 1815, + "line": 1831, "column": 20 }, "end": { - "line": 1815, + "line": 1831, "column": 29 } } @@ -97131,16 +97838,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 52339, - 52343 + 53024, + 53028 ], "loc": { "start": { - "line": 1815, + "line": 1831, "column": 32 }, "end": { - "line": 1815, + "line": 1831, "column": 36 } } @@ -97149,77 +97856,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 52346, - 52350 + 53031, + 53035 ], "loc": { "start": { - "line": 1815, + "line": 1831, "column": 39 }, "end": { - "line": 1815, + "line": 1831, "column": 43 } } }, "range": [ - 52339, - 52350 + 53024, + 53035 ], "loc": { "start": { - "line": 1815, + "line": 1831, "column": 32 }, "end": { - "line": 1815, + "line": 1831, "column": 43 } } }, "range": [ - 52327, - 52350 + 53012, + 53035 ], "loc": { "start": { - "line": 1815, + "line": 1831, "column": 20 }, "end": { - "line": 1815, + "line": 1831, "column": 43 } } }, "range": [ - 52327, - 52351 + 53012, + 53036 ], "loc": { "start": { - "line": 1815, + "line": 1831, "column": 20 }, "end": { - "line": 1815, + "line": 1831, "column": 44 } } } ], "range": [ - 52236, - 52369 + 52922, + 53054 ], "loc": { "start": { - "line": 1813, + "line": 1829, "column": 29 }, "end": { - "line": 1816, + "line": 1832, "column": 17 } }, @@ -97228,16 +97935,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 52386, - 52405 + 53071, + 53090 ], "loc": { "start": { - "line": 1817, + "line": 1833, "column": 16 }, "end": { - "line": 1817, + "line": 1833, "column": 35 } } @@ -97250,16 +97957,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 52431, - 52439 + 53116, + 53124 ], "loc": { "start": { - "line": 1818, + "line": 1834, "column": 25 }, "end": { - "line": 1818, + "line": 1834, "column": 33 } } @@ -97276,16 +97983,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 52463, - 52467 + 53148, + 53152 ], "loc": { "start": { - "line": 1819, + "line": 1835, "column": 20 }, "end": { - "line": 1819, + "line": 1835, "column": 24 } } @@ -97294,19 +98001,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 52470, - 52480 + 53155, + 53164 ], "loc": { "start": { - "line": 1819, + "line": 1835, "column": 27 }, "end": { - "line": 1819, - "column": 37 + "line": 1835, + "column": 36 } } }, @@ -97320,17 +98027,17 @@ "type": "Identifier", "name": "sA", "range": [ - 52481, - 52483 + 53165, + 53167 ], "loc": { "start": { - "line": 1819, - "column": 38 + "line": 1835, + "column": 37 }, "end": { - "line": 1819, - "column": 40 + "line": 1835, + "column": 39 } } }, @@ -97338,32 +98045,32 @@ "type": "Identifier", "name": "replace", "range": [ - 52484, - 52491 + 53168, + 53175 ], "loc": { "start": { - "line": 1819, - "column": 41 + "line": 1835, + "column": 40 }, "end": { - "line": 1819, - "column": 48 + "line": 1835, + "column": 47 } } }, "range": [ - 52481, - 52491 + 53165, + 53175 ], "loc": { "start": { - "line": 1819, - "column": 38 + "line": 1835, + "column": 37 }, "end": { - "line": 1819, - "column": 48 + "line": 1835, + "column": 47 } } }, @@ -97372,17 +98079,17 @@ "type": "Identifier", "name": "re_le", "range": [ - 52492, - 52497 + 53176, + 53181 ], "loc": { "start": { - "line": 1819, - "column": 49 + "line": 1835, + "column": 48 }, "end": { - "line": 1819, - "column": 54 + "line": 1835, + "column": 53 } } }, @@ -97391,97 +98098,97 @@ "value": "", "raw": "''", "range": [ - 52499, - 52501 + 53183, + 53185 ], "loc": { "start": { - "line": 1819, - "column": 56 + "line": 1835, + "column": 55 }, "end": { - "line": 1819, - "column": 58 + "line": 1835, + "column": 57 } } } ], "range": [ - 52481, - 52502 + 53165, + 53186 ], "loc": { "start": { - "line": 1819, - "column": 38 + "line": 1835, + "column": 37 }, "end": { - "line": 1819, - "column": 59 + "line": 1835, + "column": 58 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 52504, - 52510 + 53188, + 53194 ], "loc": { "start": { - "line": 1819, - "column": 61 + "line": 1835, + "column": 60 }, "end": { - "line": 1819, - "column": 67 + "line": 1835, + "column": 66 } } } ], "range": [ - 52470, - 52511 + 53155, + 53195 ], "loc": { "start": { - "line": 1819, + "line": 1835, "column": 27 }, "end": { - "line": 1819, - "column": 68 + "line": 1835, + "column": 67 } } }, "range": [ - 52463, - 52511 + 53148, + 53195 ], "loc": { "start": { - "line": 1819, + "line": 1835, "column": 20 }, "end": { - "line": 1819, - "column": 68 + "line": 1835, + "column": 67 } } }, "range": [ - 52463, - 52512 + 53148, + 53196 ], "loc": { "start": { - "line": 1819, + "line": 1835, "column": 20 }, "end": { - "line": 1819, - "column": 69 + "line": 1835, + "column": 68 } } }, @@ -97494,16 +98201,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52533, - 52542 + 53217, + 53226 ], "loc": { "start": { - "line": 1820, + "line": 1836, "column": 20 }, "end": { - "line": 1820, + "line": 1836, "column": 29 } } @@ -97515,16 +98222,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 52545, - 52549 + 53229, + 53233 ], "loc": { "start": { - "line": 1820, + "line": 1836, "column": 32 }, "end": { - "line": 1820, + "line": 1836, "column": 36 } } @@ -97533,77 +98240,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 52553, - 52557 + 53237, + 53241 ], "loc": { "start": { - "line": 1820, + "line": 1836, "column": 40 }, "end": { - "line": 1820, + "line": 1836, "column": 44 } } }, "range": [ - 52545, - 52557 + 53229, + 53241 ], "loc": { "start": { - "line": 1820, + "line": 1836, "column": 32 }, "end": { - "line": 1820, + "line": 1836, "column": 44 } } }, "range": [ - 52533, - 52557 + 53217, + 53241 ], "loc": { "start": { - "line": 1820, + "line": 1836, "column": 20 }, "end": { - "line": 1820, + "line": 1836, "column": 44 } } }, "range": [ - 52533, - 52558 + 53217, + 53242 ], "loc": { "start": { - "line": 1820, + "line": 1836, "column": 20 }, "end": { - "line": 1820, + "line": 1836, "column": 45 } } } ], "range": [ - 52441, - 52576 + 53126, + 53260 ], "loc": { "start": { - "line": 1818, + "line": 1834, "column": 35 }, "end": { - "line": 1821, + "line": 1837, "column": 17 } }, @@ -97612,16 +98319,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 52593, - 52614 + 53277, + 53298 ], "loc": { "start": { - "line": 1822, + "line": 1838, "column": 16 }, "end": { - "line": 1822, + "line": 1838, "column": 37 } } @@ -97634,16 +98341,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 52640, - 52648 + 53324, + 53332 ], "loc": { "start": { - "line": 1823, + "line": 1839, "column": 25 }, "end": { - "line": 1823, + "line": 1839, "column": 33 } } @@ -97660,16 +98367,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 52672, - 52676 + 53356, + 53360 ], "loc": { "start": { - "line": 1824, + "line": 1840, "column": 20 }, "end": { - "line": 1824, + "line": 1840, "column": 24 } } @@ -97678,19 +98385,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 52679, - 52689 + 53363, + 53372 ], "loc": { "start": { - "line": 1824, + "line": 1840, "column": 27 }, "end": { - "line": 1824, - "column": 37 + "line": 1840, + "column": 36 } } }, @@ -97704,17 +98411,17 @@ "type": "Identifier", "name": "sA", "range": [ - 52690, - 52692 + 53373, + 53375 ], "loc": { "start": { - "line": 1824, - "column": 38 + "line": 1840, + "column": 37 }, "end": { - "line": 1824, - "column": 40 + "line": 1840, + "column": 39 } } }, @@ -97722,32 +98429,32 @@ "type": "Identifier", "name": "replace", "range": [ - 52693, - 52700 + 53376, + 53383 ], "loc": { "start": { - "line": 1824, - "column": 41 + "line": 1840, + "column": 40 }, "end": { - "line": 1824, - "column": 48 + "line": 1840, + "column": 47 } } }, "range": [ - 52690, - 52700 + 53373, + 53383 ], "loc": { "start": { - "line": 1824, - "column": 38 + "line": 1840, + "column": 37 }, "end": { - "line": 1824, - "column": 48 + "line": 1840, + "column": 47 } } }, @@ -97756,17 +98463,17 @@ "type": "Identifier", "name": "re_ge", "range": [ - 52701, - 52706 + 53384, + 53389 ], "loc": { "start": { - "line": 1824, - "column": 49 + "line": 1840, + "column": 48 }, "end": { - "line": 1824, - "column": 54 + "line": 1840, + "column": 53 } } }, @@ -97775,97 +98482,97 @@ "value": "", "raw": "''", "range": [ - 52708, - 52710 + 53391, + 53393 ], "loc": { "start": { - "line": 1824, - "column": 56 + "line": 1840, + "column": 55 }, "end": { - "line": 1824, - "column": 58 + "line": 1840, + "column": 57 } } } ], "range": [ - 52690, - 52711 + 53373, + 53394 ], "loc": { "start": { - "line": 1824, - "column": 38 + "line": 1840, + "column": 37 }, "end": { - "line": 1824, - "column": 59 + "line": 1840, + "column": 58 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 52713, - 52719 + 53396, + 53402 ], "loc": { "start": { - "line": 1824, - "column": 61 + "line": 1840, + "column": 60 }, "end": { - "line": 1824, - "column": 67 + "line": 1840, + "column": 66 } } } ], "range": [ - 52679, - 52720 + 53363, + 53403 ], "loc": { "start": { - "line": 1824, + "line": 1840, "column": 27 }, "end": { - "line": 1824, - "column": 68 + "line": 1840, + "column": 67 } } }, "range": [ - 52672, - 52720 + 53356, + 53403 ], "loc": { "start": { - "line": 1824, + "line": 1840, "column": 20 }, "end": { - "line": 1824, - "column": 68 + "line": 1840, + "column": 67 } } }, "range": [ - 52672, - 52721 + 53356, + 53404 ], "loc": { "start": { - "line": 1824, + "line": 1840, "column": 20 }, "end": { - "line": 1824, - "column": 69 + "line": 1840, + "column": 68 } } }, @@ -97878,16 +98585,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52742, - 52751 + 53425, + 53434 ], "loc": { "start": { - "line": 1825, + "line": 1841, "column": 20 }, "end": { - "line": 1825, + "line": 1841, "column": 29 } } @@ -97899,16 +98606,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 52754, - 52758 + 53437, + 53441 ], "loc": { "start": { - "line": 1825, + "line": 1841, "column": 32 }, "end": { - "line": 1825, + "line": 1841, "column": 36 } } @@ -97917,77 +98624,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 52762, - 52766 + 53445, + 53449 ], "loc": { "start": { - "line": 1825, + "line": 1841, "column": 40 }, "end": { - "line": 1825, + "line": 1841, "column": 44 } } }, "range": [ - 52754, - 52766 + 53437, + 53449 ], "loc": { "start": { - "line": 1825, + "line": 1841, "column": 32 }, "end": { - "line": 1825, + "line": 1841, "column": 44 } } }, "range": [ - 52742, - 52766 + 53425, + 53449 ], "loc": { "start": { - "line": 1825, + "line": 1841, "column": 20 }, "end": { - "line": 1825, + "line": 1841, "column": 44 } } }, "range": [ - 52742, - 52767 + 53425, + 53450 ], "loc": { "start": { - "line": 1825, + "line": 1841, "column": 20 }, "end": { - "line": 1825, + "line": 1841, "column": 45 } } } ], "range": [ - 52650, - 52785 + 53334, + 53468 ], "loc": { "start": { - "line": 1823, + "line": 1839, "column": 35 }, "end": { - "line": 1826, + "line": 1842, "column": 17 } }, @@ -97996,16 +98703,16 @@ "type": "Line", "value": " greater date", "range": [ - 52802, - 52817 + 53485, + 53500 ], "loc": { "start": { - "line": 1827, + "line": 1843, "column": 16 }, "end": { - "line": 1827, + "line": 1843, "column": 31 } } @@ -98018,16 +98725,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 52843, - 52850 + 53526, + 53533 ], "loc": { "start": { - "line": 1828, + "line": 1844, "column": 25 }, "end": { - "line": 1828, + "line": 1844, "column": 32 } } @@ -98044,16 +98751,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 52874, - 52878 + 53557, + 53561 ], "loc": { "start": { - "line": 1829, + "line": 1845, "column": 20 }, "end": { - "line": 1829, + "line": 1845, "column": 24 } } @@ -98062,19 +98769,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 52881, - 52891 + 53564, + 53573 ], "loc": { "start": { - "line": 1829, + "line": 1845, "column": 27 }, "end": { - "line": 1829, - "column": 37 + "line": 1845, + "column": 36 } } }, @@ -98088,17 +98795,17 @@ "type": "Identifier", "name": "sA", "range": [ - 52892, - 52894 + 53574, + 53576 ], "loc": { "start": { - "line": 1829, - "column": 38 + "line": 1845, + "column": 37 }, "end": { - "line": 1829, - "column": 40 + "line": 1845, + "column": 39 } } }, @@ -98106,32 +98813,32 @@ "type": "Identifier", "name": "replace", "range": [ - 52895, - 52902 + 53577, + 53584 ], "loc": { "start": { - "line": 1829, - "column": 41 + "line": 1845, + "column": 40 }, "end": { - "line": 1829, - "column": 48 + "line": 1845, + "column": 47 } } }, "range": [ - 52892, - 52902 + 53574, + 53584 ], "loc": { "start": { - "line": 1829, - "column": 38 + "line": 1845, + "column": 37 }, "end": { - "line": 1829, - "column": 48 + "line": 1845, + "column": 47 } } }, @@ -98140,17 +98847,17 @@ "type": "Identifier", "name": "re_g", "range": [ - 52903, - 52907 + 53585, + 53589 ], "loc": { "start": { - "line": 1829, - "column": 49 + "line": 1845, + "column": 48 }, "end": { - "line": 1829, - "column": 53 + "line": 1845, + "column": 52 } } }, @@ -98159,97 +98866,97 @@ "value": "", "raw": "''", "range": [ - 52909, - 52911 + 53591, + 53593 ], "loc": { "start": { - "line": 1829, - "column": 55 + "line": 1845, + "column": 54 }, "end": { - "line": 1829, - "column": 57 + "line": 1845, + "column": 56 } } } ], "range": [ - 52892, - 52912 + 53574, + 53594 ], "loc": { "start": { - "line": 1829, - "column": 38 + "line": 1845, + "column": 37 }, "end": { - "line": 1829, - "column": 58 + "line": 1845, + "column": 57 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 52914, - 52920 + 53596, + 53602 ], "loc": { "start": { - "line": 1829, - "column": 60 + "line": 1845, + "column": 59 }, "end": { - "line": 1829, - "column": 66 + "line": 1845, + "column": 65 } } } ], "range": [ - 52881, - 52921 + 53564, + 53603 ], "loc": { "start": { - "line": 1829, + "line": 1845, "column": 27 }, "end": { - "line": 1829, - "column": 67 + "line": 1845, + "column": 66 } } }, "range": [ - 52874, - 52921 + 53557, + 53603 ], "loc": { "start": { - "line": 1829, + "line": 1845, "column": 20 }, "end": { - "line": 1829, - "column": 67 + "line": 1845, + "column": 66 } } }, "range": [ - 52874, - 52922 + 53557, + 53604 ], "loc": { "start": { - "line": 1829, + "line": 1845, "column": 20 }, "end": { - "line": 1829, - "column": 68 + "line": 1845, + "column": 67 } } }, @@ -98262,16 +98969,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52943, - 52952 + 53625, + 53634 ], "loc": { "start": { - "line": 1830, + "line": 1846, "column": 20 }, "end": { - "line": 1830, + "line": 1846, "column": 29 } } @@ -98283,16 +98990,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 52955, - 52959 + 53637, + 53641 ], "loc": { "start": { - "line": 1830, + "line": 1846, "column": 32 }, "end": { - "line": 1830, + "line": 1846, "column": 36 } } @@ -98301,77 +99008,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 52962, - 52966 + 53644, + 53648 ], "loc": { "start": { - "line": 1830, + "line": 1846, "column": 39 }, "end": { - "line": 1830, + "line": 1846, "column": 43 } } }, "range": [ - 52955, - 52966 + 53637, + 53648 ], "loc": { "start": { - "line": 1830, + "line": 1846, "column": 32 }, "end": { - "line": 1830, + "line": 1846, "column": 43 } } }, "range": [ - 52943, - 52966 + 53625, + 53648 ], "loc": { "start": { - "line": 1830, + "line": 1846, "column": 20 }, "end": { - "line": 1830, + "line": 1846, "column": 43 } } }, "range": [ - 52943, - 52967 + 53625, + 53649 ], "loc": { "start": { - "line": 1830, + "line": 1846, "column": 20 }, "end": { - "line": 1830, + "line": 1846, "column": 44 } } } ], "range": [ - 52852, - 52985 + 53535, + 53667 ], "loc": { "start": { - "line": 1828, + "line": 1844, "column": 34 }, "end": { - "line": 1831, + "line": 1847, "column": 17 } }, @@ -98380,16 +99087,16 @@ "type": "Line", "value": " different date", "range": [ - 53002, - 53019 + 53684, + 53701 ], "loc": { "start": { - "line": 1832, + "line": 1848, "column": 16 }, "end": { - "line": 1832, + "line": 1848, "column": 33 } } @@ -98402,16 +99109,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 53045, - 53053 + 53727, + 53735 ], "loc": { "start": { - "line": 1833, + "line": 1849, "column": 25 }, "end": { - "line": 1833, + "line": 1849, "column": 33 } } @@ -98428,16 +99135,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53077, - 53081 + 53759, + 53763 ], "loc": { "start": { - "line": 1834, + "line": 1850, "column": 20 }, "end": { - "line": 1834, + "line": 1850, "column": 24 } } @@ -98446,19 +99153,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 53084, - 53094 + 53766, + 53775 ], "loc": { "start": { - "line": 1834, + "line": 1850, "column": 27 }, "end": { - "line": 1834, - "column": 37 + "line": 1850, + "column": 36 } } }, @@ -98472,17 +99179,17 @@ "type": "Identifier", "name": "sA", "range": [ - 53095, - 53097 + 53776, + 53778 ], "loc": { "start": { - "line": 1834, - "column": 38 + "line": 1850, + "column": 37 }, "end": { - "line": 1834, - "column": 40 + "line": 1850, + "column": 39 } } }, @@ -98490,32 +99197,32 @@ "type": "Identifier", "name": "replace", "range": [ - 53098, - 53105 + 53779, + 53786 ], "loc": { "start": { - "line": 1834, - "column": 41 + "line": 1850, + "column": 40 }, "end": { - "line": 1834, - "column": 48 + "line": 1850, + "column": 47 } } }, "range": [ - 53095, - 53105 + 53776, + 53786 ], "loc": { "start": { - "line": 1834, - "column": 38 + "line": 1850, + "column": 37 }, "end": { - "line": 1834, - "column": 48 + "line": 1850, + "column": 47 } } }, @@ -98524,17 +99231,17 @@ "type": "Identifier", "name": "re_d", "range": [ - 53106, - 53110 + 53787, + 53791 ], "loc": { "start": { - "line": 1834, - "column": 49 + "line": 1850, + "column": 48 }, "end": { - "line": 1834, - "column": 53 + "line": 1850, + "column": 52 } } }, @@ -98543,97 +99250,97 @@ "value": "", "raw": "''", "range": [ - 53112, - 53114 + 53793, + 53795 ], "loc": { "start": { - "line": 1834, - "column": 55 + "line": 1850, + "column": 54 }, "end": { - "line": 1834, - "column": 57 + "line": 1850, + "column": 56 } } } ], "range": [ - 53095, - 53115 + 53776, + 53796 ], "loc": { "start": { - "line": 1834, - "column": 38 + "line": 1850, + "column": 37 }, "end": { - "line": 1834, - "column": 58 + "line": 1850, + "column": 57 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 53117, - 53123 + 53798, + 53804 ], "loc": { "start": { - "line": 1834, - "column": 60 + "line": 1850, + "column": 59 }, "end": { - "line": 1834, - "column": 66 + "line": 1850, + "column": 65 } } } ], "range": [ - 53084, - 53124 + 53766, + 53805 ], "loc": { "start": { - "line": 1834, + "line": 1850, "column": 27 }, "end": { - "line": 1834, - "column": 67 + "line": 1850, + "column": 66 } } }, "range": [ - 53077, - 53124 + 53759, + 53805 ], "loc": { "start": { - "line": 1834, + "line": 1850, "column": 20 }, "end": { - "line": 1834, - "column": 67 + "line": 1850, + "column": 66 } } }, "range": [ - 53077, - 53125 + 53759, + 53806 ], "loc": { "start": { - "line": 1834, + "line": 1850, "column": 20 }, "end": { - "line": 1834, - "column": 68 + "line": 1850, + "column": 67 } } }, @@ -98646,16 +99353,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53146, - 53155 + 53827, + 53836 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 20 }, "end": { - "line": 1835, + "line": 1851, "column": 29 } } @@ -98672,16 +99379,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53158, - 53162 + 53839, + 53843 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 32 }, "end": { - "line": 1835, + "line": 1851, "column": 36 } } @@ -98690,47 +99397,47 @@ "type": "Identifier", "name": "toString", "range": [ - 53163, - 53171 + 53844, + 53852 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 37 }, "end": { - "line": 1835, + "line": 1851, "column": 45 } } }, "range": [ - 53158, - 53171 + 53839, + 53852 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 32 }, "end": { - "line": 1835, + "line": 1851, "column": 45 } } }, "arguments": [], "range": [ - 53158, - 53173 + 53839, + 53854 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 32 }, "end": { - "line": 1835, + "line": 1851, "column": 47 } } @@ -98744,16 +99451,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53178, - 53182 + 53859, + 53863 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 52 }, "end": { - "line": 1835, + "line": 1851, "column": 56 } } @@ -98762,108 +99469,108 @@ "type": "Identifier", "name": "toString", "range": [ - 53183, - 53191 + 53864, + 53872 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 57 }, "end": { - "line": 1835, + "line": 1851, "column": 65 } } }, "range": [ - 53178, - 53191 + 53859, + 53872 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 52 }, "end": { - "line": 1835, + "line": 1851, "column": 65 } } }, "arguments": [], "range": [ - 53178, - 53193 + 53859, + 53874 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 52 }, "end": { - "line": 1835, + "line": 1851, "column": 67 } } }, "range": [ - 53158, - 53193 + 53839, + 53874 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 32 }, "end": { - "line": 1835, + "line": 1851, "column": 67 } } }, "range": [ - 53146, - 53193 + 53827, + 53874 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 20 }, "end": { - "line": 1835, + "line": 1851, "column": 67 } } }, "range": [ - 53146, - 53194 + 53827, + 53875 ], "loc": { "start": { - "line": 1835, + "line": 1851, "column": 20 }, "end": { - "line": 1835, + "line": 1851, "column": 68 } } } ], "range": [ - 53055, - 53212 + 53737, + 53893 ], "loc": { "start": { - "line": 1833, + "line": 1849, "column": 35 }, "end": { - "line": 1836, + "line": 1852, "column": 17 } }, @@ -98872,16 +99579,16 @@ "type": "Line", "value": " equal date", "range": [ - 53229, - 53242 + 53910, + 53923 ], "loc": { "start": { - "line": 1837, + "line": 1853, "column": 16 }, "end": { - "line": 1837, + "line": 1853, "column": 29 } } @@ -98894,16 +99601,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 53268, - 53276 + 53949, + 53957 ], "loc": { "start": { - "line": 1838, + "line": 1854, "column": 25 }, "end": { - "line": 1838, + "line": 1854, "column": 33 } } @@ -98920,16 +99627,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53300, - 53304 + 53981, + 53985 ], "loc": { "start": { - "line": 1839, + "line": 1855, "column": 20 }, "end": { - "line": 1839, + "line": 1855, "column": 24 } } @@ -98938,19 +99645,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 53307, - 53317 + 53988, + 53997 ], "loc": { "start": { - "line": 1839, + "line": 1855, "column": 27 }, "end": { - "line": 1839, - "column": 37 + "line": 1855, + "column": 36 } } }, @@ -98964,17 +99671,17 @@ "type": "Identifier", "name": "sA", "range": [ - 53318, - 53320 + 53998, + 54000 ], "loc": { "start": { - "line": 1839, - "column": 38 + "line": 1855, + "column": 37 }, "end": { - "line": 1839, - "column": 40 + "line": 1855, + "column": 39 } } }, @@ -98982,32 +99689,32 @@ "type": "Identifier", "name": "replace", "range": [ - 53321, - 53328 + 54001, + 54008 ], "loc": { "start": { - "line": 1839, - "column": 41 + "line": 1855, + "column": 40 }, "end": { - "line": 1839, - "column": 48 + "line": 1855, + "column": 47 } } }, "range": [ - 53318, - 53328 + 53998, + 54008 ], "loc": { "start": { - "line": 1839, - "column": 38 + "line": 1855, + "column": 37 }, "end": { - "line": 1839, - "column": 48 + "line": 1855, + "column": 47 } } }, @@ -99016,17 +99723,17 @@ "type": "Identifier", "name": "re_eq", "range": [ - 53329, - 53334 + 54009, + 54014 ], "loc": { "start": { - "line": 1839, - "column": 49 + "line": 1855, + "column": 48 }, "end": { - "line": 1839, - "column": 54 + "line": 1855, + "column": 53 } } }, @@ -99035,97 +99742,97 @@ "value": "", "raw": "''", "range": [ - 53336, - 53338 + 54016, + 54018 ], "loc": { "start": { - "line": 1839, - "column": 56 + "line": 1855, + "column": 55 }, "end": { - "line": 1839, - "column": 58 + "line": 1855, + "column": 57 } } } ], "range": [ - 53318, - 53339 + 53998, + 54019 ], "loc": { "start": { - "line": 1839, - "column": 38 + "line": 1855, + "column": 37 }, "end": { - "line": 1839, - "column": 59 + "line": 1855, + "column": 58 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 53341, - 53347 + 54021, + 54027 ], "loc": { "start": { - "line": 1839, - "column": 61 + "line": 1855, + "column": 60 }, "end": { - "line": 1839, - "column": 67 + "line": 1855, + "column": 66 } } } ], "range": [ - 53307, - 53348 + 53988, + 54028 ], "loc": { "start": { - "line": 1839, + "line": 1855, "column": 27 }, "end": { - "line": 1839, - "column": 68 + "line": 1855, + "column": 67 } } }, "range": [ - 53300, - 53348 + 53981, + 54028 ], "loc": { "start": { - "line": 1839, + "line": 1855, "column": 20 }, "end": { - "line": 1839, - "column": 68 + "line": 1855, + "column": 67 } } }, "range": [ - 53300, - 53349 + 53981, + 54029 ], "loc": { "start": { - "line": 1839, + "line": 1855, "column": 20 }, "end": { - "line": 1839, - "column": 69 + "line": 1855, + "column": 68 } } }, @@ -99138,16 +99845,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53370, - 53379 + 54050, + 54059 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 20 }, "end": { - "line": 1840, + "line": 1856, "column": 29 } } @@ -99164,16 +99871,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53382, - 53386 + 54062, + 54066 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 32 }, "end": { - "line": 1840, + "line": 1856, "column": 36 } } @@ -99182,47 +99889,47 @@ "type": "Identifier", "name": "toString", "range": [ - 53387, - 53395 + 54067, + 54075 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 37 }, "end": { - "line": 1840, + "line": 1856, "column": 45 } } }, "range": [ - 53382, - 53395 + 54062, + 54075 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 32 }, "end": { - "line": 1840, + "line": 1856, "column": 45 } } }, "arguments": [], "range": [ - 53382, - 53397 + 54062, + 54077 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 32 }, "end": { - "line": 1840, + "line": 1856, "column": 47 } } @@ -99236,16 +99943,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53402, - 53406 + 54082, + 54086 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 52 }, "end": { - "line": 1840, + "line": 1856, "column": 56 } } @@ -99254,108 +99961,108 @@ "type": "Identifier", "name": "toString", "range": [ - 53407, - 53415 + 54087, + 54095 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 57 }, "end": { - "line": 1840, + "line": 1856, "column": 65 } } }, "range": [ - 53402, - 53415 + 54082, + 54095 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 52 }, "end": { - "line": 1840, + "line": 1856, "column": 65 } } }, "arguments": [], "range": [ - 53402, - 53417 + 54082, + 54097 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 52 }, "end": { - "line": 1840, + "line": 1856, "column": 67 } } }, "range": [ - 53382, - 53417 + 54062, + 54097 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 32 }, "end": { - "line": 1840, + "line": 1856, "column": 67 } } }, "range": [ - 53370, - 53417 + 54050, + 54097 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 20 }, "end": { - "line": 1840, + "line": 1856, "column": 67 } } }, "range": [ - 53370, - 53418 + 54050, + 54098 ], "loc": { "start": { - "line": 1840, + "line": 1856, "column": 20 }, "end": { - "line": 1840, + "line": 1856, "column": 68 } } } ], "range": [ - 53278, - 53436 + 53959, + 54116 ], "loc": { "start": { - "line": 1838, + "line": 1854, "column": 35 }, "end": { - "line": 1841, + "line": 1857, "column": 17 } }, @@ -99364,16 +100071,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 53453, - 53514 + 54133, + 54194 ], "loc": { "start": { - "line": 1842, + "line": 1858, "column": 16 }, "end": { - "line": 1842, + "line": 1858, "column": 77 } } @@ -99391,16 +100098,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 53540, - 53545 + 54220, + 54225 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 25 }, "end": { - "line": 1843, + "line": 1859, "column": 30 } } @@ -99409,31 +100116,31 @@ "type": "Identifier", "name": "test", "range": [ - 53546, - 53550 + 54226, + 54230 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 31 }, "end": { - "line": 1843, + "line": 1859, "column": 35 } } }, "range": [ - 53540, - 53550 + 54220, + 54230 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 25 }, "end": { - "line": 1843, + "line": 1859, "column": 35 } } @@ -99443,32 +100150,32 @@ "type": "Identifier", "name": "sA", "range": [ - 53551, - 53553 + 54231, + 54233 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 36 }, "end": { - "line": 1843, + "line": 1859, "column": 38 } } } ], "range": [ - 53540, - 53554 + 54220, + 54234 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 25 }, "end": { - "line": 1843, + "line": 1859, "column": 39 } } @@ -99485,16 +100192,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53590, - 53599 + 54270, + 54279 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 20 }, "end": { - "line": 1844, + "line": 1860, "column": 29 } } @@ -99505,16 +100212,16 @@ "type": "Identifier", "name": "contains", "range": [ - 53602, - 53610 + 54282, + 54290 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 32 }, "end": { - "line": 1844, + "line": 1860, "column": 40 } } @@ -99529,16 +100236,16 @@ "type": "Identifier", "name": "sA", "range": [ - 53611, - 53613 + 54291, + 54293 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 41 }, "end": { - "line": 1844, + "line": 1860, "column": 43 } } @@ -99547,31 +100254,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53614, - 53621 + 54294, + 54301 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 44 }, "end": { - "line": 1844, + "line": 1860, "column": 51 } } }, "range": [ - 53611, - 53621 + 54291, + 54301 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 41 }, "end": { - "line": 1844, + "line": 1860, "column": 51 } } @@ -99581,16 +100288,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 53622, - 53627 + 54302, + 54307 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 52 }, "end": { - "line": 1844, + "line": 1860, "column": 57 } } @@ -99600,32 +100307,32 @@ "value": "", "raw": "''", "range": [ - 53629, - 53631 + 54309, + 54311 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 59 }, "end": { - "line": 1844, + "line": 1860, "column": 61 } } } ], "range": [ - 53611, - 53632 + 54291, + 54312 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 41 }, "end": { - "line": 1844, + "line": 1860, "column": 62 } } @@ -99634,16 +100341,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 53634, - 53642 + 54314, + 54322 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 64 }, "end": { - "line": 1844, + "line": 1860, "column": 72 } } @@ -99653,16 +100360,16 @@ "value": false, "raw": "false", "range": [ - 53668, - 53673 + 54348, + 54353 ], "loc": { "start": { - "line": 1845, + "line": 1861, "column": 24 }, "end": { - "line": 1845, + "line": 1861, "column": 29 } } @@ -99673,16 +100380,16 @@ "object": { "type": "ThisExpression", "range": [ - 53675, - 53679 + 54355, + 54359 ], "loc": { "start": { - "line": 1845, + "line": 1861, "column": 31 }, "end": { - "line": 1845, + "line": 1861, "column": 35 } } @@ -99691,77 +100398,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 53680, - 53693 + 54360, + 54373 ], "loc": { "start": { - "line": 1845, + "line": 1861, "column": 36 }, "end": { - "line": 1845, + "line": 1861, "column": 49 } } }, "range": [ - 53675, - 53693 + 54355, + 54373 ], "loc": { "start": { - "line": 1845, + "line": 1861, "column": 31 }, "end": { - "line": 1845, + "line": 1861, "column": 49 } } } ], "range": [ - 53602, - 53694 + 54282, + 54374 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 32 }, "end": { - "line": 1845, + "line": 1861, "column": 50 } } }, "range": [ - 53590, - 53694 + 54270, + 54374 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 20 }, "end": { - "line": 1845, + "line": 1861, "column": 50 } } }, "range": [ - 53590, - 53695 + 54270, + 54375 ], "loc": { "start": { - "line": 1844, + "line": 1860, "column": 20 }, "end": { - "line": 1845, + "line": 1861, "column": 51 } }, @@ -99770,16 +100477,16 @@ "type": "Line", "value": " like date", "range": [ - 53557, - 53569 + 54237, + 54249 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 42 }, "end": { - "line": 1843, + "line": 1859, "column": 54 } } @@ -99788,16 +100495,16 @@ } ], "range": [ - 53556, - 53713 + 54236, + 54393 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 41 }, "end": { - "line": 1846, + "line": 1862, "column": 17 } } @@ -99810,16 +100517,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 53739, - 53750 + 54419, + 54430 ], "loc": { "start": { - "line": 1847, + "line": 1863, "column": 25 }, "end": { - "line": 1847, + "line": 1863, "column": 36 } } @@ -99829,51 +100536,33 @@ "type": "Identifier", "name": "sA", "range": [ - 53751, - 53753 + 54431, + 54433 ], "loc": { "start": { - "line": 1847, + "line": 1863, "column": 37 }, "end": { - "line": 1847, + "line": 1863, "column": 39 } } - }, - { - "type": "Identifier", - "name": "dtType", - "range": [ - 53755, - 53761 - ], - "loc": { - "start": { - "line": 1847, - "column": 41 - }, - "end": { - "line": 1847, - "column": 47 - } - } } ], "range": [ - 53739, - 53762 + 54419, + 54434 ], "loc": { "start": { - "line": 1847, + "line": 1863, "column": 25 }, "end": { - "line": 1847, - "column": 48 + "line": 1863, + "column": 40 } } }, @@ -99889,16 +100578,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53786, - 53790 + 54458, + 54462 ], "loc": { "start": { - "line": 1848, + "line": 1864, "column": 20 }, "end": { - "line": 1848, + "line": 1864, "column": 24 } } @@ -99907,19 +100596,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "formatDate", + "name": "parseDate", "range": [ - 53793, - 53803 + 54465, + 54474 ], "loc": { "start": { - "line": 1848, + "line": 1864, "column": 27 }, "end": { - "line": 1848, - "column": 37 + "line": 1864, + "column": 36 } } }, @@ -99928,81 +100617,81 @@ "type": "Identifier", "name": "sA", "range": [ - 53804, - 53806 + 54475, + 54477 ], "loc": { "start": { - "line": 1848, - "column": 38 + "line": 1864, + "column": 37 }, "end": { - "line": 1848, - "column": 40 + "line": 1864, + "column": 39 } } }, { "type": "Identifier", - "name": "dtType", + "name": "locale", "range": [ - 53808, - 53814 + 54479, + 54485 ], "loc": { "start": { - "line": 1848, - "column": 42 + "line": 1864, + "column": 41 }, "end": { - "line": 1848, - "column": 48 + "line": 1864, + "column": 47 } } } ], "range": [ - 53793, - 53815 + 54465, + 54486 ], "loc": { "start": { - "line": 1848, + "line": 1864, "column": 27 }, "end": { - "line": 1848, - "column": 49 + "line": 1864, + "column": 48 } } }, "range": [ - 53786, - 53815 + 54458, + 54486 ], "loc": { "start": { - "line": 1848, + "line": 1864, "column": 20 }, "end": { - "line": 1848, - "column": 49 + "line": 1864, + "column": 48 } } }, "range": [ - 53786, - 53816 + 54458, + 54487 ], "loc": { "start": { - "line": 1848, + "line": 1864, "column": 20 }, "end": { - "line": 1848, - "column": 50 + "line": 1864, + "column": 49 } } }, @@ -100015,16 +100704,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53837, - 53846 + 54508, + 54517 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 20 }, "end": { - "line": 1849, + "line": 1865, "column": 29 } } @@ -100041,16 +100730,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53849, - 53853 + 54520, + 54524 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 32 }, "end": { - "line": 1849, + "line": 1865, "column": 36 } } @@ -100059,47 +100748,47 @@ "type": "Identifier", "name": "toString", "range": [ - 53854, - 53862 + 54525, + 54533 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 37 }, "end": { - "line": 1849, + "line": 1865, "column": 45 } } }, "range": [ - 53849, - 53862 + 54520, + 54533 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 32 }, "end": { - "line": 1849, + "line": 1865, "column": 45 } } }, "arguments": [], "range": [ - 53849, - 53864 + 54520, + 54535 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 32 }, "end": { - "line": 1849, + "line": 1865, "column": 47 } } @@ -100113,16 +100802,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53869, - 53873 + 54540, + 54544 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 52 }, "end": { - "line": 1849, + "line": 1865, "column": 56 } } @@ -100131,108 +100820,108 @@ "type": "Identifier", "name": "toString", "range": [ - 53874, - 53882 + 54545, + 54553 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 57 }, "end": { - "line": 1849, + "line": 1865, "column": 65 } } }, "range": [ - 53869, - 53882 + 54540, + 54553 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 52 }, "end": { - "line": 1849, + "line": 1865, "column": 65 } } }, "arguments": [], "range": [ - 53869, - 53884 + 54540, + 54555 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 52 }, "end": { - "line": 1849, + "line": 1865, "column": 67 } } }, "range": [ - 53849, - 53884 + 54520, + 54555 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 32 }, "end": { - "line": 1849, + "line": 1865, "column": 67 } } }, "range": [ - 53837, - 53884 + 54508, + 54555 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 20 }, "end": { - "line": 1849, + "line": 1865, "column": 67 } } }, "range": [ - 53837, - 53885 + 54508, + 54556 ], "loc": { "start": { - "line": 1849, + "line": 1865, "column": 20 }, "end": { - "line": 1849, + "line": 1865, "column": 68 } } } ], "range": [ - 53764, - 53903 + 54436, + 54574 ], "loc": { "start": { - "line": 1847, - "column": 50 + "line": 1863, + "column": 42 }, "end": { - "line": 1850, + "line": 1866, "column": 17 } }, @@ -100241,16 +100930,16 @@ "type": "Line", "value": "empty", "range": [ - 53920, - 53927 + 54591, + 54598 ], "loc": { "start": { - "line": 1851, + "line": 1867, "column": 16 }, "end": { - "line": 1851, + "line": 1867, "column": 23 } } @@ -100263,16 +100952,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 53953, - 53958 + 54624, + 54629 ], "loc": { "start": { - "line": 1852, + "line": 1868, "column": 25 }, "end": { - "line": 1852, + "line": 1868, "column": 30 } } @@ -100289,16 +100978,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53982, - 53991 + 54653, + 54662 ], "loc": { "start": { - "line": 1853, + "line": 1869, "column": 20 }, "end": { - "line": 1853, + "line": 1869, "column": 29 } } @@ -100309,16 +100998,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 53994, - 54007 + 54665, + 54678 ], "loc": { "start": { - "line": 1853, + "line": 1869, "column": 32 }, "end": { - "line": 1853, + "line": 1869, "column": 45 } } @@ -100328,78 +101017,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 54008, - 54016 + 54679, + 54687 ], "loc": { "start": { - "line": 1853, + "line": 1869, "column": 46 }, "end": { - "line": 1853, + "line": 1869, "column": 54 } } } ], "range": [ - 53994, - 54017 + 54665, + 54688 ], "loc": { "start": { - "line": 1853, + "line": 1869, "column": 32 }, "end": { - "line": 1853, + "line": 1869, "column": 55 } } }, "range": [ - 53982, - 54017 + 54653, + 54688 ], "loc": { "start": { - "line": 1853, + "line": 1869, "column": 20 }, "end": { - "line": 1853, + "line": 1869, "column": 55 } } }, "range": [ - 53982, - 54018 + 54653, + 54689 ], "loc": { "start": { - "line": 1853, + "line": 1869, "column": 20 }, "end": { - "line": 1853, + "line": 1869, "column": 56 } } } ], "range": [ - 53960, - 54036 + 54631, + 54707 ], "loc": { "start": { - "line": 1852, + "line": 1868, "column": 32 }, "end": { - "line": 1854, + "line": 1870, "column": 17 } }, @@ -100408,16 +101097,16 @@ "type": "Line", "value": "non-empty", "range": [ - 54053, - 54064 + 54724, + 54735 ], "loc": { "start": { - "line": 1855, + "line": 1871, "column": 16 }, "end": { - "line": 1855, + "line": 1871, "column": 27 } } @@ -100430,16 +101119,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 54090, - 54095 + 54761, + 54766 ], "loc": { "start": { - "line": 1856, + "line": 1872, "column": 25 }, "end": { - "line": 1856, + "line": 1872, "column": 30 } } @@ -100456,16 +101145,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54119, - 54128 + 54790, + 54799 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 20 }, "end": { - "line": 1857, + "line": 1873, "column": 29 } } @@ -100479,16 +101168,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 54132, - 54145 + 54803, + 54816 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 33 }, "end": { - "line": 1857, + "line": 1873, "column": 46 } } @@ -100498,94 +101187,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 54146, - 54154 + 54817, + 54825 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 47 }, "end": { - "line": 1857, + "line": 1873, "column": 55 } } } ], "range": [ - 54132, - 54155 + 54803, + 54826 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 33 }, "end": { - "line": 1857, + "line": 1873, "column": 56 } } }, "prefix": true, "range": [ - 54131, - 54155 + 54802, + 54826 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 32 }, "end": { - "line": 1857, + "line": 1873, "column": 56 } } }, "range": [ - 54119, - 54155 + 54790, + 54826 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 20 }, "end": { - "line": 1857, + "line": 1873, "column": 56 } } }, "range": [ - 54119, - 54156 + 54790, + 54827 ], "loc": { "start": { - "line": 1857, + "line": 1873, "column": 20 }, "end": { - "line": 1857, + "line": 1873, "column": 57 } } } ], "range": [ - 54097, - 54174 + 54768, + 54845 ], "loc": { "start": { - "line": 1856, + "line": 1872, "column": 32 }, "end": { - "line": 1858, + "line": 1874, "column": 17 } } @@ -100602,16 +101291,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54202, - 54211 + 54873, + 54882 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 20 }, "end": { - "line": 1859, + "line": 1875, "column": 29 } } @@ -100622,16 +101311,16 @@ "type": "Identifier", "name": "contains", "range": [ - 54214, - 54222 + 54885, + 54893 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 32 }, "end": { - "line": 1859, + "line": 1875, "column": 40 } } @@ -100641,16 +101330,16 @@ "type": "Identifier", "name": "sA", "range": [ - 54223, - 54225 + 54894, + 54896 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 41 }, "end": { - "line": 1859, + "line": 1875, "column": 43 } } @@ -100659,16 +101348,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 54227, - 54235 + 54898, + 54906 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 45 }, "end": { - "line": 1859, + "line": 1875, "column": 53 } } @@ -100681,17 +101370,17 @@ "object": { "type": "ThisExpression", "range": [ - 54237, - 54241 + 54932, + 54936 ], "loc": { "start": { - "line": 1859, - "column": 55 + "line": 1876, + "column": 24 }, "end": { - "line": 1859, - "column": 59 + "line": 1876, + "column": 28 } } }, @@ -100699,67 +101388,67 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 54242, - 54254 + 54937, + 54949 ], "loc": { "start": { - "line": 1859, - "column": 60 + "line": 1876, + "column": 29 }, "end": { - "line": 1859, - "column": 72 + "line": 1876, + "column": 41 } } }, "range": [ - 54237, - 54254 + 54932, + 54949 ], "loc": { "start": { - "line": 1859, - "column": 55 + "line": 1876, + "column": 24 }, "end": { - "line": 1859, - "column": 72 + "line": 1876, + "column": 41 } } }, "arguments": [ { "type": "Identifier", - "name": "j", + "name": "colIdx", "range": [ - 54255, - 54256 + 54950, + 54956 ], "loc": { "start": { - "line": 1859, - "column": 73 + "line": 1876, + "column": 42 }, "end": { - "line": 1859, - "column": 74 + "line": 1876, + "column": 48 } } } ], "range": [ - 54237, - 54257 + 54932, + 54957 ], "loc": { "start": { - "line": 1859, - "column": 55 + "line": 1876, + "column": 24 }, "end": { - "line": 1859, - "column": 75 + "line": 1876, + "column": 49 } } }, @@ -100769,17 +101458,17 @@ "object": { "type": "ThisExpression", "range": [ - 54283, - 54287 + 54959, + 54963 ], "loc": { "start": { - "line": 1860, - "column": 24 + "line": 1876, + "column": 51 }, "end": { - "line": 1860, - "column": 28 + "line": 1876, + "column": 55 } } }, @@ -100787,108 +101476,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 54288, - 54301 + 54964, + 54977 ], "loc": { "start": { - "line": 1860, - "column": 29 + "line": 1876, + "column": 56 }, "end": { - "line": 1860, - "column": 42 + "line": 1876, + "column": 69 } } }, "range": [ - 54283, - 54301 + 54959, + 54977 ], "loc": { "start": { - "line": 1860, - "column": 24 + "line": 1876, + "column": 51 }, "end": { - "line": 1860, - "column": 42 + "line": 1876, + "column": 69 } } } ], "range": [ - 54214, - 54302 + 54885, + 54978 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 32 }, "end": { - "line": 1860, - "column": 43 + "line": 1876, + "column": 70 } } }, "range": [ - 54202, - 54302 + 54873, + 54978 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 20 }, "end": { - "line": 1860, - "column": 43 + "line": 1876, + "column": 70 } } }, "range": [ - 54202, - 54303 + 54873, + 54979 ], "loc": { "start": { - "line": 1859, + "line": 1875, "column": 20 }, "end": { - "line": 1860, - "column": 44 + "line": 1876, + "column": 71 } } } ], "range": [ - 54180, - 54321 + 54851, + 54997 ], "loc": { "start": { - "line": 1858, + "line": 1874, "column": 23 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } } }, "range": [ - 54086, - 54321 + 54757, + 54997 ], "loc": { "start": { - "line": 1856, + "line": 1872, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -100897,16 +101586,16 @@ "type": "Line", "value": "non-empty", "range": [ - 54053, - 54064 + 54724, + 54735 ], "loc": { "start": { - "line": 1855, + "line": 1871, "column": 16 }, "end": { - "line": 1855, + "line": 1871, "column": 27 } } @@ -100914,16 +101603,16 @@ ] }, "range": [ - 53949, - 54321 + 54620, + 54997 ], "loc": { "start": { - "line": 1852, + "line": 1868, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -100932,16 +101621,16 @@ "type": "Line", "value": "empty", "range": [ - 53920, - 53927 + 54591, + 54598 ], "loc": { "start": { - "line": 1851, + "line": 1867, "column": 16 }, "end": { - "line": 1851, + "line": 1867, "column": 23 } } @@ -100949,31 +101638,31 @@ ] }, "range": [ - 53735, - 54321 + 54415, + 54997 ], "loc": { "start": { - "line": 1847, + "line": 1863, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } } }, "range": [ - 53536, - 54321 + 54216, + 54997 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -100982,16 +101671,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 53453, - 53514 + 54133, + 54194 ], "loc": { "start": { - "line": 1842, + "line": 1858, "column": 16 }, "end": { - "line": 1842, + "line": 1858, "column": 77 } } @@ -100999,16 +101688,16 @@ ] }, "range": [ - 53264, - 54321 + 53945, + 54997 ], "loc": { "start": { - "line": 1838, + "line": 1854, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -101017,16 +101706,16 @@ "type": "Line", "value": " equal date", "range": [ - 53229, - 53242 + 53910, + 53923 ], "loc": { "start": { - "line": 1837, + "line": 1853, "column": 16 }, "end": { - "line": 1837, + "line": 1853, "column": 29 } } @@ -101034,16 +101723,16 @@ ] }, "range": [ - 53041, - 54321 + 53723, + 54997 ], "loc": { "start": { - "line": 1833, + "line": 1849, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -101052,16 +101741,16 @@ "type": "Line", "value": " different date", "range": [ - 53002, - 53019 + 53684, + 53701 ], "loc": { "start": { - "line": 1832, + "line": 1848, "column": 16 }, "end": { - "line": 1832, + "line": 1848, "column": 33 } } @@ -101069,16 +101758,16 @@ ] }, "range": [ - 52839, - 54321 + 53522, + 54997 ], "loc": { "start": { - "line": 1828, + "line": 1844, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -101087,16 +101776,16 @@ "type": "Line", "value": " greater date", "range": [ - 52802, - 52817 + 53485, + 53500 ], "loc": { "start": { - "line": 1827, + "line": 1843, "column": 16 }, "end": { - "line": 1827, + "line": 1843, "column": 31 } } @@ -101104,16 +101793,16 @@ ] }, "range": [ - 52636, - 54321 + 53320, + 54997 ], "loc": { "start": { - "line": 1823, + "line": 1839, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -101122,16 +101811,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 52593, - 52614 + 53277, + 53298 ], "loc": { "start": { - "line": 1822, + "line": 1838, "column": 16 }, "end": { - "line": 1822, + "line": 1838, "column": 37 } } @@ -101139,16 +101828,16 @@ ] }, "range": [ - 52427, - 54321 + 53112, + 54997 ], "loc": { "start": { - "line": 1818, + "line": 1834, "column": 21 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -101157,16 +101846,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 52386, - 52405 + 53071, + 53090 ], "loc": { "start": { - "line": 1817, + "line": 1833, "column": 16 }, "end": { - "line": 1817, + "line": 1833, "column": 35 } } @@ -101174,16 +101863,16 @@ ] }, "range": [ - 52223, - 54321 + 52909, + 54997 ], "loc": { "start": { - "line": 1813, + "line": 1829, "column": 16 }, "end": { - "line": 1861, + "line": 1877, "column": 17 } }, @@ -101192,16 +101881,16 @@ "type": "Line", "value": " lower date", "range": [ - 52193, - 52206 + 52879, + 52892 ], "loc": { "start": { - "line": 1812, + "line": 1828, "column": 16 }, "end": { - "line": 1812, + "line": 1828, "column": 29 } } @@ -101210,16 +101899,16 @@ } ], "range": [ - 52122, - 54335 + 51852, + 55011 ], "loc": { "start": { - "line": 1810, - "column": 47 + "line": 1804, + "column": 46 }, "end": { - "line": 1862, + "line": 1878, "column": 13 } } @@ -101230,162 +101919,129 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", - "left": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 54428, - 54432 + 55052, + 55056 ], "loc": { "start": { - "line": 1866, + "line": 1881, "column": 20 }, "end": { - "line": 1866, + "line": 1881, "column": 24 } } }, "property": { "type": "Identifier", - "name": "hasColNbFormat", + "name": "hasType", "range": [ - 54433, - 54447 + 55057, + 55064 ], "loc": { "start": { - "line": 1866, + "line": 1881, "column": 25 }, "end": { - "line": 1866, + "line": 1881, + "column": 32 + } + } + }, + "range": [ + 55052, + 55064 + ], + "loc": { + "start": { + "line": 1881, + "column": 20 + }, + "end": { + "line": 1881, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIdx", + "range": [ + 55065, + 55071 + ], + "loc": { + "start": { + "line": 1881, + "column": 33 + }, + "end": { + "line": 1881, "column": 39 } } }, - "range": [ - 54428, - 54447 - ], - "loc": { - "start": { - "line": 1866, - "column": 20 - }, - "end": { - "line": 1866, - "column": 39 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 54451, - 54455 - ], - "loc": { - "start": { - "line": 1866, - "column": 43 - }, - "end": { - "line": 1866, - "column": 47 + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 55074, + 55090 + ], + "loc": { + "start": { + "line": 1881, + "column": 42 + }, + "end": { + "line": 1881, + "column": 58 + } } } - }, - "property": { - "type": "Identifier", - "name": "colNbFormat", - "range": [ - 54456, - 54467 - ], - "loc": { - "start": { - "line": 1866, - "column": 48 - }, - "end": { - "line": 1866, - "column": 59 - } - } - }, + ], "range": [ - 54451, - 54467 + 55073, + 55091 ], "loc": { "start": { - "line": 1866, - "column": 43 + "line": 1881, + "column": 41 }, "end": { - "line": 1866, + "line": 1881, "column": 59 } } - }, - "property": { - "type": "Identifier", - "name": "j", - "range": [ - 54468, - 54469 - ], - "loc": { - "start": { - "line": 1866, - "column": 60 - }, - "end": { - "line": 1866, - "column": 61 - } - } - }, - "range": [ - 54451, - 54470 - ], - "loc": { - "start": { - "line": 1866, - "column": 43 - }, - "end": { - "line": 1866, - "column": 62 - } } - }, + ], "range": [ - 54428, - 54470 + 55052, + 55092 ], "loc": { "start": { - "line": 1866, + "line": 1881, "column": 20 }, "end": { - "line": 1866, - "column": 62 + "line": 1881, + "column": 60 } } }, @@ -101393,560 +102049,240 @@ "type": "BlockStatement", "body": [ { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "numCellData", - "range": [ - 54494, - 54505 - ], - "loc": { - "start": { - "line": 1867, - "column": 20 - }, - "end": { - "line": 1867, - "column": 31 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { "type": "Identifier", - "name": "removeNbFormat", + "name": "colType", "range": [ - 54508, - 54522 + 55120, + 55127 ], "loc": { "start": { - "line": 1867, - "column": 34 + "line": 1882, + "column": 24 }, "end": { - "line": 1867, - "column": 48 + "line": 1882, + "column": 31 } } }, - "arguments": [ - { - "type": "Identifier", - "name": "cellData", - "range": [ - 54523, - 54531 - ], - "loc": { - "start": { - "line": 1867, - "column": 49 - }, - "end": { - "line": 1867, - "column": 57 - } - } - }, - { + "init": { + "type": "MemberExpression", + "computed": true, + "object": { "type": "MemberExpression", - "computed": true, + "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 54533, - 54537 - ], - "loc": { - "start": { - "line": 1867, - "column": 59 - }, - "end": { - "line": 1867, - "column": 63 - } - } - }, - "property": { - "type": "Identifier", - "name": "colNbFormat", - "range": [ - 54538, - 54549 - ], - "loc": { - "start": { - "line": 1867, - "column": 64 - }, - "end": { - "line": 1867, - "column": 75 - } - } - }, + "type": "ThisExpression", "range": [ - 54533, - 54549 + 55130, + 55134 ], "loc": { "start": { - "line": 1867, - "column": 59 + "line": 1882, + "column": 34 }, "end": { - "line": 1867, - "column": 75 + "line": 1882, + "column": 38 } } }, "property": { "type": "Identifier", - "name": "j", + "name": "colTypes", "range": [ - 54550, - 54551 + 55135, + 55143 ], "loc": { "start": { - "line": 1867, - "column": 76 + "line": 1882, + "column": 39 }, "end": { - "line": 1867, - "column": 77 + "line": 1882, + "column": 47 } } }, "range": [ - 54533, - 54552 + 55130, + 55143 ], "loc": { "start": { - "line": 1867, - "column": 59 + "line": 1882, + "column": 34 }, "end": { - "line": 1867, - "column": 78 - } - } - } - ], - "range": [ - 54508, - 54553 - ], - "loc": { - "start": { - "line": 1867, - "column": 34 - }, - "end": { - "line": 1867, - "column": 79 - } - } - }, - "range": [ - 54494, - 54553 - ], - "loc": { - "start": { - "line": 1867, - "column": 20 - }, - "end": { - "line": 1867, - "column": 79 - } - } - }, - "range": [ - 54494, - 54554 - ], - "loc": { - "start": { - "line": 1867, - "column": 20 - }, - "end": { - "line": 1867, - "column": 80 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "nbFormat", - "range": [ - 54575, - 54583 - ], - "loc": { - "start": { - "line": 1868, - "column": 20 - }, - "end": { - "line": 1868, - "column": 28 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 54586, - 54590 - ], - "loc": { - "start": { - "line": 1868, - "column": 31 - }, - "end": { - "line": 1868, - "column": 35 + "line": 1882, + "column": 47 } } }, "property": { "type": "Identifier", - "name": "colNbFormat", + "name": "colIdx", "range": [ - 54591, - 54602 + 55144, + 55150 ], "loc": { "start": { - "line": 1868, - "column": 36 + "line": 1882, + "column": 48 }, "end": { - "line": 1868, - "column": 47 + "line": 1882, + "column": 54 } } }, "range": [ - 54586, - 54602 + 55130, + 55151 ], "loc": { "start": { - "line": 1868, - "column": 31 + "line": 1882, + "column": 34 }, "end": { - "line": 1868, - "column": 47 - } - } - }, - "property": { - "type": "Identifier", - "name": "j", - "range": [ - 54603, - 54604 - ], - "loc": { - "start": { - "line": 1868, - "column": 48 - }, - "end": { - "line": 1868, - "column": 49 - } - } - }, - "range": [ - 54586, - 54605 - ], - "loc": { - "start": { - "line": 1868, - "column": 31 - }, - "end": { - "line": 1868, - "column": 50 - } - } - }, - "range": [ - 54575, - 54605 - ], - "loc": { - "start": { - "line": 1868, - "column": 20 - }, - "end": { - "line": 1868, - "column": 50 - } - } - }, - "range": [ - 54575, - 54606 - ], - "loc": { - "start": { - "line": 1868, - "column": 20 - }, - "end": { - "line": 1868, - "column": 51 - } - } - } - ], - "range": [ - 54472, - 54624 - ], - "loc": { - "start": { - "line": 1866, - "column": 64 - }, - "end": { - "line": 1869, - "column": 17 - } - } - }, - "alternate": { - "type": "BlockStatement", - "body": [ - { - "type": "IfStatement", - "test": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 54656, - 54660 - ], - "loc": { - "start": { - "line": 1870, - "column": 24 - }, - "end": { - "line": 1870, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "thousandsSeparator", - "range": [ - 54661, - 54679 - ], - "loc": { - "start": { - "line": 1870, - "column": 29 - }, - "end": { - "line": 1870, - "column": 47 - } - } - }, - "range": [ - 54656, - 54679 - ], - "loc": { - "start": { - "line": 1870, - "column": 24 - }, - "end": { - "line": 1870, - "column": 47 - } - } - }, - "right": { - "type": "Literal", - "value": ",", - "raw": "','", - "range": [ - 54684, - 54687 - ], - "loc": { - "start": { - "line": 1870, - "column": 52 - }, - "end": { - "line": 1870, + "line": 1882, "column": 55 } } }, "range": [ - 54656, - 54687 + 55120, + 55151 ], "loc": { "start": { - "line": 1870, + "line": 1882, "column": 24 }, "end": { - "line": 1870, + "line": 1882, "column": 55 } } + } + ], + "kind": "let", + "range": [ + 55116, + 55152 + ], + "loc": { + "start": { + "line": 1882, + "column": 20 }, - "right": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 54715, - 54719 - ], - "loc": { - "start": { - "line": 1871, - "column": 24 - }, - "end": { - "line": 1871, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "decimalSeparator", - "range": [ - 54720, - 54736 - ], - "loc": { - "start": { - "line": 1871, - "column": 29 - }, - "end": { - "line": 1871, - "column": 45 - } - } - }, + "end": { + "line": 1882, + "column": 56 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", "range": [ - 54715, - 54736 + 55177, + 55184 ], "loc": { "start": { - "line": 1871, + "line": 1883, "column": 24 }, "end": { - "line": 1871, - "column": 45 + "line": 1883, + "column": 31 } } }, - "right": { - "type": "Literal", - "value": ".", - "raw": "'.'", + "property": { + "type": "Identifier", + "name": "hasOwnProperty", "range": [ - 54741, - 54744 + 55185, + 55199 ], "loc": { "start": { - "line": 1871, - "column": 50 + "line": 1883, + "column": 32 }, "end": { - "line": 1871, - "column": 53 + "line": 1883, + "column": 46 } } }, "range": [ - 54715, - 54744 + 55177, + 55199 ], "loc": { "start": { - "line": 1871, + "line": 1883, "column": 24 }, "end": { - "line": 1871, - "column": 53 + "line": 1883, + "column": 46 } } }, + "arguments": [ + { + "type": "Literal", + "value": "decimal", + "raw": "'decimal'", + "range": [ + 55200, + 55209 + ], + "loc": { + "start": { + "line": 1883, + "column": 47 + }, + "end": { + "line": 1883, + "column": 56 + } + } + } + ], "range": [ - 54656, - 54744 + 55177, + 55210 ], "loc": { "start": { - "line": 1870, + "line": 1883, "column": 24 }, "end": { - "line": 1871, - "column": 53 + "line": 1883, + "column": 57 } } }, @@ -101960,493 +102296,440 @@ "operator": "=", "left": { "type": "Identifier", - "name": "numCellData", + "name": "decimal", "range": [ - 54772, - 54783 + 55238, + 55245 ], "loc": { "start": { - "line": 1872, + "line": 1884, "column": 24 }, "end": { - "line": 1872, - "column": 35 + "line": 1884, + "column": 31 } } }, "right": { - "type": "CallExpression", - "callee": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "Identifier", - "name": "removeNbFormat", + "name": "colType", "range": [ - 54786, - 54800 + 55248, + 55255 ], "loc": { "start": { - "line": 1872, - "column": 38 + "line": 1884, + "column": 34 }, "end": { - "line": 1872, - "column": 52 + "line": 1884, + "column": 41 } } }, - "arguments": [ - { - "type": "Identifier", - "name": "cellData", - "range": [ - 54801, - 54809 - ], - "loc": { - "start": { - "line": 1872, - "column": 53 - }, - "end": { - "line": 1872, - "column": 61 - } - } - }, - { - "type": "Literal", - "value": "us", - "raw": "'us'", - "range": [ - 54811, - 54815 - ], - "loc": { - "start": { - "line": 1872, - "column": 63 - }, - "end": { - "line": 1872, - "column": 67 - } + "property": { + "type": "Identifier", + "name": "decimal", + "range": [ + 55256, + 55263 + ], + "loc": { + "start": { + "line": 1884, + "column": 42 + }, + "end": { + "line": 1884, + "column": 49 } } - ], + }, "range": [ - 54786, - 54816 + 55248, + 55263 ], "loc": { "start": { - "line": 1872, - "column": 38 + "line": 1884, + "column": 34 }, "end": { - "line": 1872, - "column": 68 + "line": 1884, + "column": 49 } } }, "range": [ - 54772, - 54816 + 55238, + 55263 ], "loc": { "start": { - "line": 1872, + "line": 1884, "column": 24 }, "end": { - "line": 1872, - "column": 68 + "line": 1884, + "column": 49 } } }, "range": [ - 54772, - 54817 + 55238, + 55264 ], "loc": { "start": { - "line": 1872, + "line": 1884, "column": 24 }, "end": { - "line": 1872, - "column": 69 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "nbFormat", - "range": [ - 54842, - 54850 - ], - "loc": { - "start": { - "line": 1873, - "column": 24 - }, - "end": { - "line": 1873, - "column": 32 - } - } - }, - "right": { - "type": "Literal", - "value": "us", - "raw": "'us'", - "range": [ - 54853, - 54857 - ], - "loc": { - "start": { - "line": 1873, - "column": 35 - }, - "end": { - "line": 1873, - "column": 39 - } - } - }, - "range": [ - 54842, - 54857 - ], - "loc": { - "start": { - "line": 1873, - "column": 24 - }, - "end": { - "line": 1873, - "column": 39 - } - } - }, - "range": [ - 54842, - 54858 - ], - "loc": { - "start": { - "line": 1873, - "column": 24 - }, - "end": { - "line": 1873, - "column": 40 + "line": 1884, + "column": 50 } } } ], "range": [ - 54746, - 54880 + 55212, + 55286 ], "loc": { "start": { - "line": 1871, - "column": 55 + "line": 1883, + "column": 59 }, "end": { - "line": 1874, - "column": 21 - } - } - }, - "alternate": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "numCellData", - "range": [ - 54912, - 54923 - ], - "loc": { - "start": { - "line": 1875, - "column": 24 - }, - "end": { - "line": 1875, - "column": 35 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "removeNbFormat", - "range": [ - 54926, - 54940 - ], - "loc": { - "start": { - "line": 1875, - "column": 38 - }, - "end": { - "line": 1875, - "column": 52 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "cellData", - "range": [ - 54941, - 54949 - ], - "loc": { - "start": { - "line": 1875, - "column": 53 - }, - "end": { - "line": 1875, - "column": 61 - } - } - }, - { - "type": "Literal", - "value": "eu", - "raw": "'eu'", - "range": [ - 54951, - 54955 - ], - "loc": { - "start": { - "line": 1875, - "column": 63 - }, - "end": { - "line": 1875, - "column": 67 - } - } - } - ], - "range": [ - 54926, - 54956 - ], - "loc": { - "start": { - "line": 1875, - "column": 38 - }, - "end": { - "line": 1875, - "column": 68 - } - } - }, - "range": [ - 54912, - 54956 - ], - "loc": { - "start": { - "line": 1875, - "column": 24 - }, - "end": { - "line": 1875, - "column": 68 - } - } - }, - "range": [ - 54912, - 54957 - ], - "loc": { - "start": { - "line": 1875, - "column": 24 - }, - "end": { - "line": 1875, - "column": 69 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "nbFormat", - "range": [ - 54982, - 54990 - ], - "loc": { - "start": { - "line": 1876, - "column": 24 - }, - "end": { - "line": 1876, - "column": 32 - } - } - }, - "right": { - "type": "Literal", - "value": "eu", - "raw": "'eu'", - "range": [ - 54993, - 54997 - ], - "loc": { - "start": { - "line": 1876, - "column": 35 - }, - "end": { - "line": 1876, - "column": 39 - } - } - }, - "range": [ - 54982, - 54997 - ], - "loc": { - "start": { - "line": 1876, - "column": 24 - }, - "end": { - "line": 1876, - "column": 39 - } - } - }, - "range": [ - 54982, - 54998 - ], - "loc": { - "start": { - "line": 1876, - "column": 24 - }, - "end": { - "line": 1876, - "column": 40 - } - } - } - ], - "range": [ - 54886, - 55020 - ], - "loc": { - "start": { - "line": 1874, - "column": 27 - }, - "end": { - "line": 1877, + "line": 1885, "column": 21 } } }, + "alternate": null, "range": [ - 54652, - 55020 + 55173, + 55286 ], "loc": { "start": { - "line": 1870, + "line": 1883, "column": 20 }, "end": { - "line": 1877, + "line": 1885, "column": 21 } } } ], "range": [ - 54630, - 55038 + 55094, + 55304 ], "loc": { "start": { - "line": 1869, - "column": 23 + "line": 1881, + "column": 62 }, "end": { - "line": 1878, + "line": 1886, "column": 17 } } }, + "alternate": null, "range": [ - 54424, - 55038 + 55048, + 55304 ], "loc": { "start": { - "line": 1866, + "line": 1881, "column": 16 }, "end": { - "line": 1878, + "line": 1886, "column": 17 } }, + "trailingComments": [ + { + "type": "Line", + "value": " Convert to number anyways to auto-resolve type in case not", + "range": [ + 55321, + 55382 + ], + "loc": { + "start": { + "line": 1887, + "column": 16 + }, + "end": { + "line": 1887, + "column": 77 + } + } + }, + { + "type": "Line", + "value": " defined by configuration", + "range": [ + 55399, + 55426 + ], + "loc": { + "start": { + "line": 1888, + "column": 16 + }, + "end": { + "line": 1888, + "column": 43 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "numData", + "range": [ + 55443, + 55450 + ], + "loc": { + "start": { + "line": 1889, + "column": 16 + }, + "end": { + "line": 1889, + "column": 23 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Number", + "range": [ + 55453, + 55459 + ], + "loc": { + "start": { + "line": 1889, + "column": 26 + }, + "end": { + "line": 1889, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "cellData", + "range": [ + 55460, + 55468 + ], + "loc": { + "start": { + "line": 1889, + "column": 33 + }, + "end": { + "line": 1889, + "column": 41 + } + } + } + ], + "range": [ + 55453, + 55469 + ], + "loc": { + "start": { + "line": 1889, + "column": 26 + }, + "end": { + "line": 1889, + "column": 42 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "parseNb", + "range": [ + 55473, + 55480 + ], + "loc": { + "start": { + "line": 1889, + "column": 46 + }, + "end": { + "line": 1889, + "column": 53 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "cellData", + "range": [ + 55481, + 55489 + ], + "loc": { + "start": { + "line": 1889, + "column": 54 + }, + "end": { + "line": 1889, + "column": 62 + } + } + }, + { + "type": "Identifier", + "name": "decimal", + "range": [ + 55491, + 55498 + ], + "loc": { + "start": { + "line": 1889, + "column": 64 + }, + "end": { + "line": 1889, + "column": 71 + } + } + } + ], + "range": [ + 55473, + 55499 + ], + "loc": { + "start": { + "line": 1889, + "column": 46 + }, + "end": { + "line": 1889, + "column": 72 + } + } + }, + "range": [ + 55453, + 55499 + ], + "loc": { + "start": { + "line": 1889, + "column": 26 + }, + "end": { + "line": 1889, + "column": 72 + } + } + }, + "range": [ + 55443, + 55499 + ], + "loc": { + "start": { + "line": 1889, + "column": 16 + }, + "end": { + "line": 1889, + "column": 72 + } + } + }, + "range": [ + 55443, + 55500 + ], + "loc": { + "start": { + "line": 1889, + "column": 16 + }, + "end": { + "line": 1889, + "column": 73 + } + }, "leadingComments": [ { "type": "Line", - "value": "first numbers need to be formated", + "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 54372, - 54407 + 55321, + 55382 ], "loc": { "start": { - "line": 1865, + "line": 1887, "column": 16 }, "end": { - "line": 1865, - "column": 51 + "line": 1887, + "column": 77 + } + } + }, + { + "type": "Line", + "value": " defined by configuration", + "range": [ + 55399, + 55426 + ], + "loc": { + "start": { + "line": 1888, + "column": 16 + }, + "end": { + "line": 1888, + "column": 43 } } } @@ -102456,16 +102739,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 55056, - 55118 + 55518, + 55580 ], "loc": { "start": { - "line": 1880, + "line": 1891, "column": 16 }, "end": { - "line": 1880, + "line": 1891, "column": 78 } } @@ -102474,16 +102757,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 55135, - 55143 + 55597, + 55605 ], "loc": { "start": { - "line": 1881, + "line": 1892, "column": 16 }, "end": { - "line": 1881, + "line": 1892, "column": 24 } } @@ -102492,16 +102775,16 @@ "type": "Line", "value": " lower equal", "range": [ - 55160, - 55174 + 55622, + 55636 ], "loc": { "start": { - "line": 1882, + "line": 1893, "column": 16 }, "end": { - "line": 1882, + "line": 1893, "column": 30 } } @@ -102514,16 +102797,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 55195, - 55200 + 55657, + 55662 ], "loc": { "start": { - "line": 1883, + "line": 1894, "column": 20 }, "end": { - "line": 1883, + "line": 1894, "column": 25 } } @@ -102540,16 +102823,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55224, - 55233 + 55686, + 55695 ], "loc": { "start": { - "line": 1884, + "line": 1895, "column": 20 }, "end": { - "line": 1884, + "line": 1895, "column": 29 } } @@ -102559,19 +102842,19 @@ "operator": "<=", "left": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 55236, - 55247 + 55698, + 55705 ], "loc": { "start": { - "line": 1884, + "line": 1895, "column": 32 }, "end": { - "line": 1884, - "column": 43 + "line": 1895, + "column": 39 } } }, @@ -102579,19 +102862,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "removeNbFormat", + "name": "parseNb", "range": [ - 55251, - 55265 + 55709, + 55716 ], "loc": { "start": { - "line": 1884, - "column": 47 + "line": 1895, + "column": 43 }, "end": { - "line": 1884, - "column": 61 + "line": 1895, + "column": 50 } } }, @@ -102605,16 +102888,16 @@ "type": "Identifier", "name": "sA", "range": [ - 55291, - 55293 + 55742, + 55744 ], "loc": { "start": { - "line": 1885, + "line": 1896, "column": 24 }, "end": { - "line": 1885, + "line": 1896, "column": 26 } } @@ -102623,31 +102906,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55294, - 55301 + 55745, + 55752 ], "loc": { "start": { - "line": 1885, + "line": 1896, "column": 27 }, "end": { - "line": 1885, + "line": 1896, "column": 34 } } }, "range": [ - 55291, - 55301 + 55742, + 55752 ], "loc": { "start": { - "line": 1885, + "line": 1896, "column": 24 }, "end": { - "line": 1885, + "line": 1896, "column": 34 } } @@ -102657,16 +102940,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 55302, - 55307 + 55753, + 55758 ], "loc": { "start": { - "line": 1885, + "line": 1896, "column": 35 }, "end": { - "line": 1885, + "line": 1896, "column": 40 } } @@ -102676,127 +102959,127 @@ "value": "", "raw": "''", "range": [ - 55309, - 55311 + 55760, + 55762 ], "loc": { "start": { - "line": 1885, + "line": 1896, "column": 42 }, "end": { - "line": 1885, + "line": 1896, "column": 44 } } } ], "range": [ - 55291, - 55312 + 55742, + 55763 ], "loc": { "start": { - "line": 1885, + "line": 1896, "column": 24 }, "end": { - "line": 1885, + "line": 1896, "column": 45 } } }, { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 55314, - 55322 + 55789, + 55796 ], "loc": { "start": { - "line": 1885, - "column": 47 + "line": 1897, + "column": 24 }, "end": { - "line": 1885, - "column": 55 + "line": 1897, + "column": 31 } } } ], "range": [ - 55251, - 55323 + 55709, + 55818 ], "loc": { "start": { - "line": 1884, - "column": 47 + "line": 1895, + "column": 43 }, "end": { - "line": 1885, - "column": 56 + "line": 1898, + "column": 21 } } }, "range": [ - 55236, - 55323 + 55698, + 55818 ], "loc": { "start": { - "line": 1884, + "line": 1895, "column": 32 }, "end": { - "line": 1885, - "column": 56 + "line": 1898, + "column": 21 } } }, "range": [ - 55224, - 55323 + 55686, + 55818 ], "loc": { "start": { - "line": 1884, + "line": 1895, "column": 20 }, "end": { - "line": 1885, - "column": 56 + "line": 1898, + "column": 21 } } }, "range": [ - 55224, - 55324 + 55686, + 55819 ], "loc": { "start": { - "line": 1884, + "line": 1895, "column": 20 }, "end": { - "line": 1885, - "column": 57 + "line": 1898, + "column": 22 } } } ], "range": [ - 55202, - 55342 + 55664, + 55837 ], "loc": { "start": { - "line": 1883, + "line": 1894, "column": 27 }, "end": { - "line": 1886, + "line": 1899, "column": 17 } }, @@ -102805,16 +103088,16 @@ "type": "Line", "value": "greater equal", "range": [ - 55359, - 55374 + 55854, + 55869 ], "loc": { "start": { - "line": 1887, + "line": 1900, "column": 16 }, "end": { - "line": 1887, + "line": 1900, "column": 31 } } @@ -102827,16 +103110,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 55400, - 55405 + 55895, + 55900 ], "loc": { "start": { - "line": 1888, + "line": 1901, "column": 25 }, "end": { - "line": 1888, + "line": 1901, "column": 30 } } @@ -102853,16 +103136,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55429, - 55438 + 55924, + 55933 ], "loc": { "start": { - "line": 1889, + "line": 1902, "column": 20 }, "end": { - "line": 1889, + "line": 1902, "column": 29 } } @@ -102872,19 +103155,19 @@ "operator": ">=", "left": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 55441, - 55452 + 55936, + 55943 ], "loc": { "start": { - "line": 1889, + "line": 1902, "column": 32 }, "end": { - "line": 1889, - "column": 43 + "line": 1902, + "column": 39 } } }, @@ -102892,19 +103175,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "removeNbFormat", + "name": "parseNb", "range": [ - 55456, - 55470 + 55947, + 55954 ], "loc": { "start": { - "line": 1889, - "column": 47 + "line": 1902, + "column": 43 }, "end": { - "line": 1889, - "column": 61 + "line": 1902, + "column": 50 } } }, @@ -102918,16 +103201,16 @@ "type": "Identifier", "name": "sA", "range": [ - 55496, - 55498 + 55980, + 55982 ], "loc": { "start": { - "line": 1890, + "line": 1903, "column": 24 }, "end": { - "line": 1890, + "line": 1903, "column": 26 } } @@ -102936,31 +103219,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55499, - 55506 + 55983, + 55990 ], "loc": { "start": { - "line": 1890, + "line": 1903, "column": 27 }, "end": { - "line": 1890, + "line": 1903, "column": 34 } } }, "range": [ - 55496, - 55506 + 55980, + 55990 ], "loc": { "start": { - "line": 1890, + "line": 1903, "column": 24 }, "end": { - "line": 1890, + "line": 1903, "column": 34 } } @@ -102970,16 +103253,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 55507, - 55512 + 55991, + 55996 ], "loc": { "start": { - "line": 1890, + "line": 1903, "column": 35 }, "end": { - "line": 1890, + "line": 1903, "column": 40 } } @@ -102989,127 +103272,127 @@ "value": "", "raw": "''", "range": [ - 55514, - 55516 + 55998, + 56000 ], "loc": { "start": { - "line": 1890, + "line": 1903, "column": 42 }, "end": { - "line": 1890, + "line": 1903, "column": 44 } } } ], "range": [ - 55496, - 55517 + 55980, + 56001 ], "loc": { "start": { - "line": 1890, + "line": 1903, "column": 24 }, "end": { - "line": 1890, + "line": 1903, "column": 45 } } }, { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 55519, - 55527 + 56027, + 56034 ], "loc": { "start": { - "line": 1890, - "column": 47 + "line": 1904, + "column": 24 }, "end": { - "line": 1890, - "column": 55 + "line": 1904, + "column": 31 } } } ], "range": [ - 55456, - 55528 + 55947, + 56056 ], "loc": { "start": { - "line": 1889, - "column": 47 + "line": 1902, + "column": 43 }, "end": { - "line": 1890, - "column": 56 + "line": 1905, + "column": 21 } } }, "range": [ - 55441, - 55528 + 55936, + 56056 ], "loc": { "start": { - "line": 1889, + "line": 1902, "column": 32 }, "end": { - "line": 1890, - "column": 56 + "line": 1905, + "column": 21 } } }, "range": [ - 55429, - 55528 + 55924, + 56056 ], "loc": { "start": { - "line": 1889, + "line": 1902, "column": 20 }, "end": { - "line": 1890, - "column": 56 + "line": 1905, + "column": 21 } } }, "range": [ - 55429, - 55529 + 55924, + 56057 ], "loc": { "start": { - "line": 1889, + "line": 1902, "column": 20 }, "end": { - "line": 1890, - "column": 57 + "line": 1905, + "column": 22 } } } ], "range": [ - 55407, - 55547 + 55902, + 56075 ], "loc": { "start": { - "line": 1888, + "line": 1901, "column": 32 }, "end": { - "line": 1891, + "line": 1906, "column": 17 } }, @@ -103118,16 +103401,16 @@ "type": "Line", "value": "lower", "range": [ - 55564, - 55571 + 56092, + 56099 ], "loc": { "start": { - "line": 1892, + "line": 1907, "column": 16 }, "end": { - "line": 1892, + "line": 1907, "column": 23 } } @@ -103140,16 +103423,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 55597, - 55602 + 56125, + 56130 ], "loc": { "start": { - "line": 1893, + "line": 1908, "column": 25 }, "end": { - "line": 1893, + "line": 1908, "column": 30 } } @@ -103166,16 +103449,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55626, - 55635 + 56154, + 56163 ], "loc": { "start": { - "line": 1894, + "line": 1909, "column": 20 }, "end": { - "line": 1894, + "line": 1909, "column": 29 } } @@ -103185,19 +103468,19 @@ "operator": "<", "left": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 55638, - 55649 + 56166, + 56173 ], "loc": { "start": { - "line": 1894, + "line": 1909, "column": 32 }, "end": { - "line": 1894, - "column": 43 + "line": 1909, + "column": 39 } } }, @@ -103205,19 +103488,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "removeNbFormat", + "name": "parseNb", "range": [ - 55652, - 55666 + 56176, + 56183 ], "loc": { "start": { - "line": 1894, - "column": 46 + "line": 1909, + "column": 42 }, "end": { - "line": 1894, - "column": 60 + "line": 1909, + "column": 49 } } }, @@ -103231,16 +103514,16 @@ "type": "Identifier", "name": "sA", "range": [ - 55692, - 55694 + 56209, + 56211 ], "loc": { "start": { - "line": 1895, + "line": 1910, "column": 24 }, "end": { - "line": 1895, + "line": 1910, "column": 26 } } @@ -103249,31 +103532,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55695, - 55702 + 56212, + 56219 ], "loc": { "start": { - "line": 1895, + "line": 1910, "column": 27 }, "end": { - "line": 1895, + "line": 1910, "column": 34 } } }, "range": [ - 55692, - 55702 + 56209, + 56219 ], "loc": { "start": { - "line": 1895, + "line": 1910, "column": 24 }, "end": { - "line": 1895, + "line": 1910, "column": 34 } } @@ -103283,16 +103566,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 55703, - 55707 + 56220, + 56224 ], "loc": { "start": { - "line": 1895, + "line": 1910, "column": 35 }, "end": { - "line": 1895, + "line": 1910, "column": 39 } } @@ -103302,127 +103585,127 @@ "value": "", "raw": "''", "range": [ - 55709, - 55711 + 56226, + 56228 ], "loc": { "start": { - "line": 1895, + "line": 1910, "column": 41 }, "end": { - "line": 1895, + "line": 1910, "column": 43 } } } ], "range": [ - 55692, - 55712 + 56209, + 56229 ], "loc": { "start": { - "line": 1895, + "line": 1910, "column": 24 }, "end": { - "line": 1895, + "line": 1910, "column": 44 } } }, { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 55714, - 55722 + 56255, + 56262 ], "loc": { "start": { - "line": 1895, - "column": 46 + "line": 1911, + "column": 24 }, "end": { - "line": 1895, - "column": 54 + "line": 1911, + "column": 31 } } } ], "range": [ - 55652, - 55723 + 56176, + 56284 ], "loc": { "start": { - "line": 1894, - "column": 46 + "line": 1909, + "column": 42 }, "end": { - "line": 1895, - "column": 55 + "line": 1912, + "column": 21 } } }, "range": [ - 55638, - 55723 + 56166, + 56284 ], "loc": { "start": { - "line": 1894, + "line": 1909, "column": 32 }, "end": { - "line": 1895, - "column": 55 + "line": 1912, + "column": 21 } } }, "range": [ - 55626, - 55723 + 56154, + 56284 ], "loc": { "start": { - "line": 1894, + "line": 1909, "column": 20 }, "end": { - "line": 1895, - "column": 55 + "line": 1912, + "column": 21 } } }, "range": [ - 55626, - 55724 + 56154, + 56285 ], "loc": { "start": { - "line": 1894, + "line": 1909, "column": 20 }, "end": { - "line": 1895, - "column": 56 + "line": 1912, + "column": 22 } } } ], "range": [ - 55604, - 55742 + 56132, + 56303 ], "loc": { "start": { - "line": 1893, + "line": 1908, "column": 32 }, "end": { - "line": 1896, + "line": 1913, "column": 17 } }, @@ -103431,16 +103714,16 @@ "type": "Line", "value": "greater", "range": [ - 55759, - 55768 + 56320, + 56329 ], "loc": { "start": { - "line": 1897, + "line": 1914, "column": 16 }, "end": { - "line": 1897, + "line": 1914, "column": 25 } } @@ -103453,16 +103736,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 55794, - 55799 + 56355, + 56360 ], "loc": { "start": { - "line": 1898, + "line": 1915, "column": 25 }, "end": { - "line": 1898, + "line": 1915, "column": 30 } } @@ -103479,16 +103762,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55823, - 55832 + 56384, + 56393 ], "loc": { "start": { - "line": 1899, + "line": 1916, "column": 20 }, "end": { - "line": 1899, + "line": 1916, "column": 29 } } @@ -103498,19 +103781,19 @@ "operator": ">", "left": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 55835, - 55846 + 56396, + 56403 ], "loc": { "start": { - "line": 1899, + "line": 1916, "column": 32 }, "end": { - "line": 1899, - "column": 43 + "line": 1916, + "column": 39 } } }, @@ -103518,19 +103801,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "removeNbFormat", + "name": "parseNb", "range": [ - 55849, - 55863 + 56406, + 56413 ], "loc": { "start": { - "line": 1899, - "column": 46 + "line": 1916, + "column": 42 }, "end": { - "line": 1899, - "column": 60 + "line": 1916, + "column": 49 } } }, @@ -103544,16 +103827,16 @@ "type": "Identifier", "name": "sA", "range": [ - 55889, - 55891 + 56439, + 56441 ], "loc": { "start": { - "line": 1900, + "line": 1917, "column": 24 }, "end": { - "line": 1900, + "line": 1917, "column": 26 } } @@ -103562,31 +103845,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55892, - 55899 + 56442, + 56449 ], "loc": { "start": { - "line": 1900, + "line": 1917, "column": 27 }, "end": { - "line": 1900, + "line": 1917, "column": 34 } } }, "range": [ - 55889, - 55899 + 56439, + 56449 ], "loc": { "start": { - "line": 1900, + "line": 1917, "column": 24 }, "end": { - "line": 1900, + "line": 1917, "column": 34 } } @@ -103596,16 +103879,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 55900, - 55904 + 56450, + 56454 ], "loc": { "start": { - "line": 1900, + "line": 1917, "column": 35 }, "end": { - "line": 1900, + "line": 1917, "column": 39 } } @@ -103615,127 +103898,127 @@ "value": "", "raw": "''", "range": [ - 55906, - 55908 + 56456, + 56458 ], "loc": { "start": { - "line": 1900, + "line": 1917, "column": 41 }, "end": { - "line": 1900, + "line": 1917, "column": 43 } } } ], "range": [ - 55889, - 55909 + 56439, + 56459 ], "loc": { "start": { - "line": 1900, + "line": 1917, "column": 24 }, "end": { - "line": 1900, + "line": 1917, "column": 44 } } }, { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 55911, - 55919 + 56485, + 56492 ], "loc": { "start": { - "line": 1900, - "column": 46 + "line": 1918, + "column": 24 }, "end": { - "line": 1900, - "column": 54 + "line": 1918, + "column": 31 } } } ], "range": [ - 55849, - 55920 + 56406, + 56514 ], "loc": { "start": { - "line": 1899, - "column": 46 + "line": 1916, + "column": 42 }, "end": { - "line": 1900, - "column": 55 + "line": 1919, + "column": 21 } } }, "range": [ - 55835, - 55920 + 56396, + 56514 ], "loc": { "start": { - "line": 1899, + "line": 1916, "column": 32 }, "end": { - "line": 1900, - "column": 55 + "line": 1919, + "column": 21 } } }, "range": [ - 55823, - 55920 + 56384, + 56514 ], "loc": { "start": { - "line": 1899, + "line": 1916, "column": 20 }, "end": { - "line": 1900, - "column": 55 + "line": 1919, + "column": 21 } } }, "range": [ - 55823, - 55921 + 56384, + 56515 ], "loc": { "start": { - "line": 1899, + "line": 1916, "column": 20 }, "end": { - "line": 1900, - "column": 56 + "line": 1919, + "column": 22 } } } ], "range": [ - 55801, - 55939 + 56362, + 56533 ], "loc": { "start": { - "line": 1898, + "line": 1915, "column": 32 }, "end": { - "line": 1901, + "line": 1920, "column": 17 } }, @@ -103744,16 +104027,16 @@ "type": "Line", "value": "different", "range": [ - 55956, - 55967 + 56550, + 56561 ], "loc": { "start": { - "line": 1902, + "line": 1921, "column": 16 }, "end": { - "line": 1902, + "line": 1921, "column": 27 } } @@ -103766,16 +104049,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 55993, - 55998 + 56587, + 56592 ], "loc": { "start": { - "line": 1903, + "line": 1922, "column": 25 }, "end": { - "line": 1903, + "line": 1922, "column": 30 } } @@ -103792,16 +104075,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56022, - 56031 + 56616, + 56625 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 20 }, "end": { - "line": 1904, + "line": 1923, "column": 29 } } @@ -103814,16 +104097,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56034, - 56042 + 56628, + 56636 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 32 }, "end": { - "line": 1904, + "line": 1923, "column": 40 } } @@ -103838,16 +104121,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56043, - 56045 + 56637, + 56639 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 41 }, "end": { - "line": 1904, + "line": 1923, "column": 43 } } @@ -103856,31 +104139,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56046, - 56053 + 56640, + 56647 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 44 }, "end": { - "line": 1904, + "line": 1923, "column": 51 } } }, "range": [ - 56043, - 56053 + 56637, + 56647 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 41 }, "end": { - "line": 1904, + "line": 1923, "column": 51 } } @@ -103890,16 +104173,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 56054, - 56058 + 56648, + 56652 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 52 }, "end": { - "line": 1904, + "line": 1923, "column": 56 } } @@ -103909,32 +104192,32 @@ "value": "", "raw": "''", "range": [ - 56060, - 56062 + 56654, + 56656 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 58 }, "end": { - "line": 1904, + "line": 1923, "column": 60 } } } ], "range": [ - 56043, - 56063 + 56637, + 56657 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 41 }, "end": { - "line": 1904, + "line": 1923, "column": 61 } } @@ -103943,16 +104226,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56065, - 56073 + 56659, + 56667 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 63 }, "end": { - "line": 1904, + "line": 1923, "column": 71 } } @@ -103962,16 +104245,16 @@ "value": false, "raw": "false", "range": [ - 56099, - 56104 + 56693, + 56698 ], "loc": { "start": { - "line": 1905, + "line": 1924, "column": 24 }, "end": { - "line": 1905, + "line": 1924, "column": 29 } } @@ -103982,16 +104265,16 @@ "object": { "type": "ThisExpression", "range": [ - 56106, - 56110 + 56700, + 56704 ], "loc": { "start": { - "line": 1905, + "line": 1924, "column": 31 }, "end": { - "line": 1905, + "line": 1924, "column": 35 } } @@ -104000,47 +104283,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56111, - 56124 + 56705, + 56718 ], "loc": { "start": { - "line": 1905, + "line": 1924, "column": 36 }, "end": { - "line": 1905, + "line": 1924, "column": 49 } } }, "range": [ - 56106, - 56124 + 56700, + 56718 ], "loc": { "start": { - "line": 1905, + "line": 1924, "column": 31 }, "end": { - "line": 1905, + "line": 1924, "column": 49 } } } ], "range": [ - 56034, - 56125 + 56628, + 56719 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 32 }, "end": { - "line": 1905, + "line": 1924, "column": 50 } } @@ -104050,16 +104333,16 @@ "value": false, "raw": "false", "range": [ - 56128, - 56133 + 56722, + 56727 ], "loc": { "start": { - "line": 1905, + "line": 1924, "column": 53 }, "end": { - "line": 1905, + "line": 1924, "column": 58 } } @@ -104069,77 +104352,77 @@ "value": true, "raw": "true", "range": [ - 56136, - 56140 + 56730, + 56734 ], "loc": { "start": { - "line": 1905, + "line": 1924, "column": 61 }, "end": { - "line": 1905, + "line": 1924, "column": 65 } } }, "range": [ - 56034, - 56140 + 56628, + 56734 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 32 }, "end": { - "line": 1905, + "line": 1924, "column": 65 } } }, "range": [ - 56022, - 56140 + 56616, + 56734 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 20 }, "end": { - "line": 1905, + "line": 1924, "column": 65 } } }, "range": [ - 56022, - 56141 + 56616, + 56735 ], "loc": { "start": { - "line": 1904, + "line": 1923, "column": 20 }, "end": { - "line": 1905, + "line": 1924, "column": 66 } } } ], "range": [ - 56000, - 56159 + 56594, + 56753 ], "loc": { "start": { - "line": 1903, + "line": 1922, "column": 32 }, "end": { - "line": 1906, + "line": 1925, "column": 17 } }, @@ -104148,16 +104431,16 @@ "type": "Line", "value": "like", "range": [ - 56176, - 56182 + 56770, + 56776 ], "loc": { "start": { - "line": 1907, + "line": 1926, "column": 16 }, "end": { - "line": 1907, + "line": 1926, "column": 22 } } @@ -104170,16 +104453,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 56208, - 56213 + 56802, + 56807 ], "loc": { "start": { - "line": 1908, + "line": 1927, "column": 25 }, "end": { - "line": 1908, + "line": 1927, "column": 30 } } @@ -104196,16 +104479,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56237, - 56246 + 56831, + 56840 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 20 }, "end": { - "line": 1909, + "line": 1928, "column": 29 } } @@ -104216,16 +104499,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56249, - 56257 + 56843, + 56851 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 32 }, "end": { - "line": 1909, + "line": 1928, "column": 40 } } @@ -104240,16 +104523,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56258, - 56260 + 56852, + 56854 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 41 }, "end": { - "line": 1909, + "line": 1928, "column": 43 } } @@ -104258,31 +104541,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56261, - 56268 + 56855, + 56862 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 44 }, "end": { - "line": 1909, + "line": 1928, "column": 51 } } }, "range": [ - 56258, - 56268 + 56852, + 56862 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 41 }, "end": { - "line": 1909, + "line": 1928, "column": 51 } } @@ -104292,16 +104575,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 56269, - 56274 + 56863, + 56868 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 52 }, "end": { - "line": 1909, + "line": 1928, "column": 57 } } @@ -104311,32 +104594,32 @@ "value": "", "raw": "''", "range": [ - 56276, - 56278 + 56870, + 56872 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 59 }, "end": { - "line": 1909, + "line": 1928, "column": 61 } } } ], "range": [ - 56258, - 56279 + 56852, + 56873 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 41 }, "end": { - "line": 1909, + "line": 1928, "column": 62 } } @@ -104345,16 +104628,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56281, - 56289 + 56875, + 56883 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 64 }, "end": { - "line": 1909, + "line": 1928, "column": 72 } } @@ -104364,16 +104647,16 @@ "value": false, "raw": "false", "range": [ - 56315, - 56320 + 56909, + 56914 ], "loc": { "start": { - "line": 1910, + "line": 1929, "column": 24 }, "end": { - "line": 1910, + "line": 1929, "column": 29 } } @@ -104384,16 +104667,16 @@ "object": { "type": "ThisExpression", "range": [ - 56322, - 56326 + 56916, + 56920 ], "loc": { "start": { - "line": 1910, + "line": 1929, "column": 31 }, "end": { - "line": 1910, + "line": 1929, "column": 35 } } @@ -104402,93 +104685,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56327, - 56340 + 56921, + 56934 ], "loc": { "start": { - "line": 1910, + "line": 1929, "column": 36 }, "end": { - "line": 1910, + "line": 1929, "column": 49 } } }, "range": [ - 56322, - 56340 + 56916, + 56934 ], "loc": { "start": { - "line": 1910, + "line": 1929, "column": 31 }, "end": { - "line": 1910, + "line": 1929, "column": 49 } } } ], "range": [ - 56249, - 56341 + 56843, + 56935 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 32 }, "end": { - "line": 1910, + "line": 1929, "column": 50 } } }, "range": [ - 56237, - 56341 + 56831, + 56935 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 20 }, "end": { - "line": 1910, + "line": 1929, "column": 50 } } }, "range": [ - 56237, - 56342 + 56831, + 56936 ], "loc": { "start": { - "line": 1909, + "line": 1928, "column": 20 }, "end": { - "line": 1910, + "line": 1929, "column": 51 } } } ], "range": [ - 56215, - 56360 + 56809, + 56954 ], "loc": { "start": { - "line": 1908, + "line": 1927, "column": 32 }, "end": { - "line": 1911, + "line": 1930, "column": 17 } }, @@ -104497,16 +104780,16 @@ "type": "Line", "value": "equal", "range": [ - 56377, - 56384 + 56971, + 56978 ], "loc": { "start": { - "line": 1912, + "line": 1931, "column": 16 }, "end": { - "line": 1912, + "line": 1931, "column": 23 } } @@ -104519,16 +104802,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 56410, - 56415 + 57004, + 57009 ], "loc": { "start": { - "line": 1913, + "line": 1932, "column": 25 }, "end": { - "line": 1913, + "line": 1932, "column": 30 } } @@ -104545,16 +104828,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56439, - 56448 + 57033, + 57042 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 20 }, "end": { - "line": 1914, + "line": 1933, "column": 29 } } @@ -104565,16 +104848,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56451, - 56459 + 57045, + 57053 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 32 }, "end": { - "line": 1914, + "line": 1933, "column": 40 } } @@ -104589,16 +104872,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56460, - 56462 + 57054, + 57056 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 41 }, "end": { - "line": 1914, + "line": 1933, "column": 43 } } @@ -104607,31 +104890,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56463, - 56470 + 57057, + 57064 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 44 }, "end": { - "line": 1914, + "line": 1933, "column": 51 } } }, "range": [ - 56460, - 56470 + 57054, + 57064 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 41 }, "end": { - "line": 1914, + "line": 1933, "column": 51 } } @@ -104641,16 +104924,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 56471, - 56476 + 57065, + 57070 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 52 }, "end": { - "line": 1914, + "line": 1933, "column": 57 } } @@ -104660,32 +104943,32 @@ "value": "", "raw": "''", "range": [ - 56478, - 56480 + 57072, + 57074 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 59 }, "end": { - "line": 1914, + "line": 1933, "column": 61 } } } ], "range": [ - 56460, - 56481 + 57054, + 57075 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 41 }, "end": { - "line": 1914, + "line": 1933, "column": 62 } } @@ -104694,16 +104977,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56483, - 56491 + 57077, + 57085 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 64 }, "end": { - "line": 1914, + "line": 1933, "column": 72 } } @@ -104713,16 +104996,16 @@ "value": true, "raw": "true", "range": [ - 56517, - 56521 + 57111, + 57115 ], "loc": { "start": { - "line": 1915, + "line": 1934, "column": 24 }, "end": { - "line": 1915, + "line": 1934, "column": 28 } } @@ -104733,16 +105016,16 @@ "object": { "type": "ThisExpression", "range": [ - 56523, - 56527 + 57117, + 57121 ], "loc": { "start": { - "line": 1915, + "line": 1934, "column": 30 }, "end": { - "line": 1915, + "line": 1934, "column": 34 } } @@ -104751,93 +105034,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56528, - 56541 + 57122, + 57135 ], "loc": { "start": { - "line": 1915, + "line": 1934, "column": 35 }, "end": { - "line": 1915, + "line": 1934, "column": 48 } } }, "range": [ - 56523, - 56541 + 57117, + 57135 ], "loc": { "start": { - "line": 1915, + "line": 1934, "column": 30 }, "end": { - "line": 1915, + "line": 1934, "column": 48 } } } ], "range": [ - 56451, - 56542 + 57045, + 57136 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 32 }, "end": { - "line": 1915, + "line": 1934, "column": 49 } } }, "range": [ - 56439, - 56542 + 57033, + 57136 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 20 }, "end": { - "line": 1915, + "line": 1934, "column": 49 } } }, "range": [ - 56439, - 56543 + 57033, + 57137 ], "loc": { "start": { - "line": 1914, + "line": 1933, "column": 20 }, "end": { - "line": 1915, + "line": 1934, "column": 50 } } } ], "range": [ - 56417, - 56561 + 57011, + 57155 ], "loc": { "start": { - "line": 1913, + "line": 1932, "column": 32 }, "end": { - "line": 1916, + "line": 1935, "column": 17 } }, @@ -104846,16 +105129,16 @@ "type": "Line", "value": "starts with", "range": [ - 56578, - 56591 + 57172, + 57185 ], "loc": { "start": { - "line": 1917, + "line": 1936, "column": 16 }, "end": { - "line": 1917, + "line": 1936, "column": 29 } } @@ -104868,16 +105151,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 56617, - 56622 + 57211, + 57216 ], "loc": { "start": { - "line": 1918, + "line": 1937, "column": 25 }, "end": { - "line": 1918, + "line": 1937, "column": 30 } } @@ -104894,16 +105177,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56646, - 56655 + 57240, + 57249 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 20 }, "end": { - "line": 1919, + "line": 1938, "column": 29 } } @@ -104922,16 +105205,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56658, - 56666 + 57252, + 57260 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 32 }, "end": { - "line": 1919, + "line": 1938, "column": 40 } } @@ -104940,31 +105223,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 56667, - 56674 + 57261, + 57268 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 41 }, "end": { - "line": 1919, + "line": 1938, "column": 48 } } }, "range": [ - 56658, - 56674 + 57252, + 57268 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 32 }, "end": { - "line": 1919, + "line": 1938, "column": 48 } } @@ -104979,16 +105262,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56675, - 56677 + 57269, + 57271 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 49 }, "end": { - "line": 1919, + "line": 1938, "column": 51 } } @@ -104997,31 +105280,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56678, - 56685 + 57272, + 57279 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 52 }, "end": { - "line": 1919, + "line": 1938, "column": 59 } } }, "range": [ - 56675, - 56685 + 57269, + 57279 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 49 }, "end": { - "line": 1919, + "line": 1938, "column": 59 } } @@ -105031,16 +105314,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 56686, - 56691 + 57280, + 57285 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 60 }, "end": { - "line": 1919, + "line": 1938, "column": 65 } } @@ -105050,48 +105333,48 @@ "value": "", "raw": "''", "range": [ - 56693, - 56695 + 57287, + 57289 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 67 }, "end": { - "line": 1919, + "line": 1938, "column": 69 } } } ], "range": [ - 56675, - 56696 + 57269, + 57290 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 49 }, "end": { - "line": 1919, + "line": 1938, "column": 70 } } } ], "range": [ - 56658, - 56697 + 57252, + 57291 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 32 }, "end": { - "line": 1919, + "line": 1938, "column": 71 } } @@ -105101,31 +105384,31 @@ "value": 0, "raw": "0", "range": [ - 56702, - 56703 + 57296, + 57297 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 76 }, "end": { - "line": 1919, + "line": 1938, "column": 77 } } }, "range": [ - 56658, - 56703 + 57252, + 57297 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 32 }, "end": { - "line": 1919, + "line": 1938, "column": 77 } } @@ -105135,16 +105418,16 @@ "value": true, "raw": "true", "range": [ - 56730, - 56734 + 57324, + 57328 ], "loc": { "start": { - "line": 1920, + "line": 1939, "column": 24 }, "end": { - "line": 1920, + "line": 1939, "column": 28 } } @@ -105154,77 +105437,77 @@ "value": false, "raw": "false", "range": [ - 56737, - 56742 + 57331, + 57336 ], "loc": { "start": { - "line": 1920, + "line": 1939, "column": 31 }, "end": { - "line": 1920, + "line": 1939, "column": 36 } } }, "range": [ - 56658, - 56742 + 57252, + 57336 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 32 }, "end": { - "line": 1920, + "line": 1939, "column": 36 } } }, "range": [ - 56646, - 56742 + 57240, + 57336 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 20 }, "end": { - "line": 1920, + "line": 1939, "column": 36 } } }, "range": [ - 56646, - 56743 + 57240, + 57337 ], "loc": { "start": { - "line": 1919, + "line": 1938, "column": 20 }, "end": { - "line": 1920, + "line": 1939, "column": 37 } } } ], "range": [ - 56624, - 56761 + 57218, + 57355 ], "loc": { "start": { - "line": 1918, + "line": 1937, "column": 32 }, "end": { - "line": 1921, + "line": 1940, "column": 17 } }, @@ -105233,16 +105516,16 @@ "type": "Line", "value": "ends with", "range": [ - 56778, - 56789 + 57372, + 57383 ], "loc": { "start": { - "line": 1922, + "line": 1941, "column": 16 }, "end": { - "line": 1922, + "line": 1941, "column": 27 } } @@ -105255,16 +105538,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 56815, - 56820 + 57409, + 57414 ], "loc": { "start": { - "line": 1923, + "line": 1942, "column": 25 }, "end": { - "line": 1923, + "line": 1942, "column": 30 } } @@ -105281,16 +105564,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 56848, - 56857 + 57442, + 57451 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 24 }, "end": { - "line": 1924, + "line": 1943, "column": 33 } } @@ -105304,16 +105587,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56860, - 56862 + 57454, + 57456 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 36 }, "end": { - "line": 1924, + "line": 1943, "column": 38 } } @@ -105322,31 +105605,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56863, - 56870 + 57457, + 57464 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 39 }, "end": { - "line": 1924, + "line": 1943, "column": 46 } } }, "range": [ - 56860, - 56870 + 57454, + 57464 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 36 }, "end": { - "line": 1924, + "line": 1943, "column": 46 } } @@ -105356,16 +105639,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 56871, - 56876 + 57465, + 57470 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 47 }, "end": { - "line": 1924, + "line": 1943, "column": 52 } } @@ -105375,47 +105658,47 @@ "value": "", "raw": "''", "range": [ - 56878, - 56880 + 57472, + 57474 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 54 }, "end": { - "line": 1924, + "line": 1943, "column": 56 } } } ], "range": [ - 56860, - 56881 + 57454, + 57475 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 36 }, "end": { - "line": 1924, + "line": 1943, "column": 57 } } }, "range": [ - 56848, - 56881 + 57442, + 57475 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 24 }, "end": { - "line": 1924, + "line": 1943, "column": 57 } } @@ -105423,16 +105706,16 @@ ], "kind": "let", "range": [ - 56844, - 56882 + 57438, + 57476 ], "loc": { "start": { - "line": 1924, + "line": 1943, "column": 20 }, "end": { - "line": 1924, + "line": 1943, "column": 58 } } @@ -105446,16 +105729,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56903, - 56912 + 57497, + 57506 ], "loc": { "start": { - "line": 1925, + "line": 1944, "column": 20 }, "end": { - "line": 1925, + "line": 1944, "column": 29 } } @@ -105477,16 +105760,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56939, - 56947 + 57533, + 57541 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 24 }, "end": { - "line": 1926, + "line": 1945, "column": 32 } } @@ -105495,31 +105778,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 56948, - 56959 + 57542, + 57553 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 33 }, "end": { - "line": 1926, + "line": 1945, "column": 44 } } }, "range": [ - 56939, - 56959 + 57533, + 57553 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 24 }, "end": { - "line": 1926, + "line": 1945, "column": 44 } } @@ -105529,16 +105812,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 56960, - 56969 + 57554, + 57563 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 45 }, "end": { - "line": 1926, + "line": 1945, "column": 54 } } @@ -105553,16 +105836,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56971, - 56979 + 57565, + 57573 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 56 }, "end": { - "line": 1926, + "line": 1945, "column": 64 } } @@ -105571,31 +105854,31 @@ "type": "Identifier", "name": "length", "range": [ - 56980, - 56986 + 57574, + 57580 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 65 }, "end": { - "line": 1926, + "line": 1945, "column": 71 } } }, "range": [ - 56971, - 56986 + 57565, + 57580 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 56 }, "end": { - "line": 1926, + "line": 1945, "column": 71 } } @@ -105605,47 +105888,47 @@ "value": 1, "raw": "1", "range": [ - 56989, - 56990 + 57583, + 57584 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 74 }, "end": { - "line": 1926, + "line": 1945, "column": 75 } } }, "range": [ - 56971, - 56990 + 57565, + 57584 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 56 }, "end": { - "line": 1926, + "line": 1945, "column": 75 } } } ], "range": [ - 56939, - 56991 + 57533, + 57585 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 24 }, "end": { - "line": 1926, + "line": 1945, "column": 76 } } @@ -105663,16 +105946,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57025, - 57033 + 57619, + 57627 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 29 }, "end": { - "line": 1927, + "line": 1946, "column": 37 } } @@ -105681,31 +105964,31 @@ "type": "Identifier", "name": "length", "range": [ - 57034, - 57040 + 57628, + 57634 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 38 }, "end": { - "line": 1927, + "line": 1946, "column": 44 } } }, "range": [ - 57025, - 57040 + 57619, + 57634 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 29 }, "end": { - "line": 1927, + "line": 1946, "column": 44 } } @@ -105715,31 +105998,31 @@ "value": 1, "raw": "1", "range": [ - 57043, - 57044 + 57637, + 57638 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 47 }, "end": { - "line": 1927, + "line": 1946, "column": 48 } } }, "range": [ - 57025, - 57044 + 57619, + 57638 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 29 }, "end": { - "line": 1927, + "line": 1946, "column": 48 } } @@ -105754,16 +106037,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 57049, - 57058 + 57643, + 57652 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 53 }, "end": { - "line": 1927, + "line": 1946, "column": 62 } } @@ -105772,31 +106055,31 @@ "type": "Identifier", "name": "length", "range": [ - 57059, - 57065 + 57653, + 57659 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 63 }, "end": { - "line": 1927, + "line": 1946, "column": 69 } } }, "range": [ - 57049, - 57065 + 57643, + 57659 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 53 }, "end": { - "line": 1927, + "line": 1946, "column": 69 } } @@ -105806,61 +106089,61 @@ "value": 1, "raw": "1", "range": [ - 57068, - 57069 + 57662, + 57663 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 72 }, "end": { - "line": 1927, + "line": 1946, "column": 73 } } }, "range": [ - 57049, - 57069 + 57643, + 57663 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 53 }, "end": { - "line": 1927, + "line": 1946, "column": 73 } } }, "range": [ - 57024, - 57070 + 57618, + 57664 ], "loc": { "start": { - "line": 1927, + "line": 1946, "column": 28 }, "end": { - "line": 1927, + "line": 1946, "column": 74 } } }, "range": [ - 56939, - 57070 + 57533, + 57664 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 24 }, "end": { - "line": 1927, + "line": 1946, "column": 74 } } @@ -105877,16 +106160,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57102, - 57110 + 57696, + 57704 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 28 }, "end": { - "line": 1928, + "line": 1947, "column": 36 } } @@ -105895,31 +106178,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 57111, - 57122 + 57705, + 57716 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 37 }, "end": { - "line": 1928, + "line": 1947, "column": 48 } } }, "range": [ - 57102, - 57122 + 57696, + 57716 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 28 }, "end": { - "line": 1928, + "line": 1947, "column": 48 } } @@ -105929,16 +106212,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 57123, - 57132 + 57717, + 57726 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 49 }, "end": { - "line": 1928, + "line": 1947, "column": 58 } } @@ -105953,16 +106236,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57134, - 57142 + 57728, + 57736 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 60 }, "end": { - "line": 1928, + "line": 1947, "column": 68 } } @@ -105971,31 +106254,31 @@ "type": "Identifier", "name": "length", "range": [ - 57143, - 57149 + 57737, + 57743 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 69 }, "end": { - "line": 1928, + "line": 1947, "column": 75 } } }, "range": [ - 57134, - 57149 + 57728, + 57743 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 60 }, "end": { - "line": 1928, + "line": 1947, "column": 75 } } @@ -106005,47 +106288,47 @@ "value": 1, "raw": "1", "range": [ - 57152, - 57153 + 57746, + 57747 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 78 }, "end": { - "line": 1928, + "line": 1947, "column": 79 } } }, "range": [ - 57134, - 57153 + 57728, + 57747 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 60 }, "end": { - "line": 1928, + "line": 1947, "column": 79 } } } ], "range": [ - 57102, - 57154 + 57696, + 57748 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 28 }, "end": { - "line": 1928, + "line": 1947, "column": 80 } } @@ -106058,62 +106341,62 @@ "value": 1, "raw": "1", "range": [ - 57186, - 57187 + 57780, + 57781 ], "loc": { "start": { - "line": 1929, + "line": 1948, "column": 31 }, "end": { - "line": 1929, + "line": 1948, "column": 32 } } }, "prefix": true, "range": [ - 57185, - 57187 + 57779, + 57781 ], "loc": { "start": { - "line": 1929, + "line": 1948, "column": 30 }, "end": { - "line": 1929, + "line": 1948, "column": 32 } } }, "range": [ - 57102, - 57187 + 57696, + 57781 ], "loc": { "start": { - "line": 1928, + "line": 1947, "column": 28 }, "end": { - "line": 1929, + "line": 1948, "column": 32 } } }, "range": [ - 56939, - 57187 + 57533, + 57781 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 24 }, "end": { - "line": 1929, + "line": 1948, "column": 32 } } @@ -106123,16 +106406,16 @@ "value": true, "raw": "true", "range": [ - 57190, - 57194 + 57784, + 57788 ], "loc": { "start": { - "line": 1929, + "line": 1948, "column": 35 }, "end": { - "line": 1929, + "line": 1948, "column": 39 } } @@ -106142,77 +106425,77 @@ "value": false, "raw": "false", "range": [ - 57197, - 57202 + 57791, + 57796 ], "loc": { "start": { - "line": 1929, + "line": 1948, "column": 42 }, "end": { - "line": 1929, + "line": 1948, "column": 47 } } }, "range": [ - 56939, - 57202 + 57533, + 57796 ], "loc": { "start": { - "line": 1926, + "line": 1945, "column": 24 }, "end": { - "line": 1929, + "line": 1948, "column": 47 } } }, "range": [ - 56903, - 57202 + 57497, + 57796 ], "loc": { "start": { - "line": 1925, + "line": 1944, "column": 20 }, "end": { - "line": 1929, + "line": 1948, "column": 47 } } }, "range": [ - 56903, - 57203 + 57497, + 57797 ], "loc": { "start": { - "line": 1925, + "line": 1944, "column": 20 }, "end": { - "line": 1929, + "line": 1948, "column": 48 } } } ], "range": [ - 56822, - 57221 + 57416, + 57815 ], "loc": { "start": { - "line": 1923, + "line": 1942, "column": 32 }, "end": { - "line": 1930, + "line": 1949, "column": 17 } }, @@ -106221,16 +106504,16 @@ "type": "Line", "value": "empty", "range": [ - 57238, - 57245 + 57832, + 57839 ], "loc": { "start": { - "line": 1931, + "line": 1950, "column": 16 }, "end": { - "line": 1931, + "line": 1950, "column": 23 } } @@ -106243,16 +106526,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 57271, - 57276 + 57865, + 57870 ], "loc": { "start": { - "line": 1932, + "line": 1951, "column": 25 }, "end": { - "line": 1932, + "line": 1951, "column": 30 } } @@ -106269,16 +106552,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57300, - 57309 + 57894, + 57903 ], "loc": { "start": { - "line": 1933, + "line": 1952, "column": 20 }, "end": { - "line": 1933, + "line": 1952, "column": 29 } } @@ -106289,16 +106572,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 57312, - 57325 + 57906, + 57919 ], "loc": { "start": { - "line": 1933, + "line": 1952, "column": 32 }, "end": { - "line": 1933, + "line": 1952, "column": 45 } } @@ -106308,78 +106591,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 57326, - 57334 + 57920, + 57928 ], "loc": { "start": { - "line": 1933, + "line": 1952, "column": 46 }, "end": { - "line": 1933, + "line": 1952, "column": 54 } } } ], "range": [ - 57312, - 57335 + 57906, + 57929 ], "loc": { "start": { - "line": 1933, + "line": 1952, "column": 32 }, "end": { - "line": 1933, + "line": 1952, "column": 55 } } }, "range": [ - 57300, - 57335 + 57894, + 57929 ], "loc": { "start": { - "line": 1933, + "line": 1952, "column": 20 }, "end": { - "line": 1933, + "line": 1952, "column": 55 } } }, "range": [ - 57300, - 57336 + 57894, + 57930 ], "loc": { "start": { - "line": 1933, + "line": 1952, "column": 20 }, "end": { - "line": 1933, + "line": 1952, "column": 56 } } } ], "range": [ - 57278, - 57354 + 57872, + 57948 ], "loc": { "start": { - "line": 1932, + "line": 1951, "column": 32 }, "end": { - "line": 1934, + "line": 1953, "column": 17 } }, @@ -106388,16 +106671,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57371, - 57382 + 57965, + 57976 ], "loc": { "start": { - "line": 1935, + "line": 1954, "column": 16 }, "end": { - "line": 1935, + "line": 1954, "column": 27 } } @@ -106410,16 +106693,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 57408, - 57413 + 58002, + 58007 ], "loc": { "start": { - "line": 1936, + "line": 1955, "column": 25 }, "end": { - "line": 1936, + "line": 1955, "column": 30 } } @@ -106436,16 +106719,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57437, - 57446 + 58031, + 58040 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 20 }, "end": { - "line": 1937, + "line": 1956, "column": 29 } } @@ -106459,16 +106742,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 57450, - 57463 + 58044, + 58057 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 33 }, "end": { - "line": 1937, + "line": 1956, "column": 46 } } @@ -106478,94 +106761,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 57464, - 57472 + 58058, + 58066 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 47 }, "end": { - "line": 1937, + "line": 1956, "column": 55 } } } ], "range": [ - 57450, - 57473 + 58044, + 58067 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 33 }, "end": { - "line": 1937, + "line": 1956, "column": 56 } } }, "prefix": true, "range": [ - 57449, - 57473 + 58043, + 58067 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 32 }, "end": { - "line": 1937, + "line": 1956, "column": 56 } } }, "range": [ - 57437, - 57473 + 58031, + 58067 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 20 }, "end": { - "line": 1937, + "line": 1956, "column": 56 } } }, "range": [ - 57437, - 57474 + 58031, + 58068 ], "loc": { "start": { - "line": 1937, + "line": 1956, "column": 20 }, "end": { - "line": 1937, + "line": 1956, "column": 57 } } } ], "range": [ - 57415, - 57492 + 58009, + 58086 ], "loc": { "start": { - "line": 1936, + "line": 1955, "column": 32 }, "end": { - "line": 1938, + "line": 1957, "column": 17 } }, @@ -106574,16 +106857,16 @@ "type": "Line", "value": "regexp", "range": [ - 57509, - 57517 + 58103, + 58111 ], "loc": { "start": { - "line": 1939, + "line": 1958, "column": 16 }, "end": { - "line": 1939, + "line": 1958, "column": 24 } } @@ -106596,16 +106879,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 57543, - 57548 + 58137, + 58142 ], "loc": { "start": { - "line": 1940, + "line": 1959, "column": 25 }, "end": { - "line": 1940, + "line": 1959, "column": 30 } } @@ -106627,16 +106910,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 57708, - 57715 + 58302, + 58309 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 28 }, "end": { - "line": 1944, + "line": 1963, "column": 35 } } @@ -106650,16 +106933,16 @@ "type": "Identifier", "name": "sA", "range": [ - 57718, - 57720 + 58312, + 58314 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 38 }, "end": { - "line": 1944, + "line": 1963, "column": 40 } } @@ -106668,31 +106951,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57721, - 57728 + 58315, + 58322 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 41 }, "end": { - "line": 1944, + "line": 1963, "column": 48 } } }, "range": [ - 57718, - 57728 + 58312, + 58322 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 38 }, "end": { - "line": 1944, + "line": 1963, "column": 48 } } @@ -106702,16 +106985,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 57729, - 57734 + 58323, + 58328 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 49 }, "end": { - "line": 1944, + "line": 1963, "column": 54 } } @@ -106721,47 +107004,47 @@ "value": "", "raw": "''", "range": [ - 57736, - 57738 + 58330, + 58332 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 56 }, "end": { - "line": 1944, + "line": 1963, "column": 58 } } } ], "range": [ - 57718, - 57739 + 58312, + 58333 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 38 }, "end": { - "line": 1944, + "line": 1963, "column": 59 } } }, "range": [ - 57708, - 57739 + 58302, + 58333 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 28 }, "end": { - "line": 1944, + "line": 1963, "column": 59 } } @@ -106769,16 +107052,16 @@ ], "kind": "let", "range": [ - 57704, - 57740 + 58298, + 58334 ], "loc": { "start": { - "line": 1944, + "line": 1963, "column": 24 }, "end": { - "line": 1944, + "line": 1963, "column": 60 } }, @@ -106787,16 +107070,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 57658, - 57679 + 58252, + 58273 ], "loc": { "start": { - "line": 1943, + "line": 1962, "column": 24 }, "end": { - "line": 1943, + "line": 1962, "column": 45 } } @@ -106812,16 +107095,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 57769, - 57772 + 58363, + 58366 ], "loc": { "start": { - "line": 1945, + "line": 1964, "column": 28 }, "end": { - "line": 1945, + "line": 1964, "column": 31 } } @@ -106832,16 +107115,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 57779, - 57785 + 58373, + 58379 ], "loc": { "start": { - "line": 1945, + "line": 1964, "column": 38 }, "end": { - "line": 1945, + "line": 1964, "column": 44 } } @@ -106851,47 +107134,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 57786, - 57793 + 58380, + 58387 ], "loc": { "start": { - "line": 1945, + "line": 1964, "column": 45 }, "end": { - "line": 1945, + "line": 1964, "column": 52 } } } ], "range": [ - 57775, - 57794 + 58369, + 58388 ], "loc": { "start": { - "line": 1945, + "line": 1964, "column": 34 }, "end": { - "line": 1945, + "line": 1964, "column": 53 } } }, "range": [ - 57769, - 57794 + 58363, + 58388 ], "loc": { "start": { - "line": 1945, + "line": 1964, "column": 28 }, "end": { - "line": 1945, + "line": 1964, "column": 53 } } @@ -106899,16 +107182,16 @@ ], "kind": "let", "range": [ - 57765, - 57795 + 58359, + 58389 ], "loc": { "start": { - "line": 1945, + "line": 1964, "column": 24 }, "end": { - "line": 1945, + "line": 1964, "column": 54 } } @@ -106922,16 +107205,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57820, - 57829 + 58414, + 58423 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 24 }, "end": { - "line": 1946, + "line": 1965, "column": 33 } } @@ -106945,16 +107228,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 57832, - 57835 + 58426, + 58429 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 36 }, "end": { - "line": 1946, + "line": 1965, "column": 39 } } @@ -106963,31 +107246,31 @@ "type": "Identifier", "name": "test", "range": [ - 57836, - 57840 + 58430, + 58434 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 40 }, "end": { - "line": 1946, + "line": 1965, "column": 44 } } }, "range": [ - 57832, - 57840 + 58426, + 58434 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 36 }, "end": { - "line": 1946, + "line": 1965, "column": 44 } } @@ -106997,78 +107280,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 57841, - 57849 + 58435, + 58443 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 45 }, "end": { - "line": 1946, + "line": 1965, "column": 53 } } } ], "range": [ - 57832, - 57850 + 58426, + 58444 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 36 }, "end": { - "line": 1946, + "line": 1965, "column": 54 } } }, "range": [ - 57820, - 57850 + 58414, + 58444 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 24 }, "end": { - "line": 1946, + "line": 1965, "column": 54 } } }, "range": [ - 57820, - 57851 + 58414, + 58445 ], "loc": { "start": { - "line": 1946, + "line": 1965, "column": 24 }, "end": { - "line": 1946, + "line": 1965, "column": 55 } } } ], "range": [ - 57632, - 57873 + 58226, + 58467 ], "loc": { "start": { - "line": 1942, + "line": 1961, "column": 24 }, "end": { - "line": 1947, + "line": 1966, "column": 21 } } @@ -107079,16 +107362,16 @@ "type": "Identifier", "name": "ex", "range": [ - 57881, - 57883 + 58475, + 58477 ], "loc": { "start": { - "line": 1947, + "line": 1966, "column": 29 }, "end": { - "line": 1947, + "line": 1966, "column": 31 } } @@ -107105,16 +107388,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57911, - 57920 + 58505, + 58514 ], "loc": { "start": { - "line": 1948, + "line": 1967, "column": 24 }, "end": { - "line": 1948, + "line": 1967, "column": 33 } } @@ -107124,93 +107407,93 @@ "value": false, "raw": "false", "range": [ - 57923, - 57928 + 58517, + 58522 ], "loc": { "start": { - "line": 1948, + "line": 1967, "column": 36 }, "end": { - "line": 1948, + "line": 1967, "column": 41 } } }, "range": [ - 57911, - 57928 + 58505, + 58522 ], "loc": { "start": { - "line": 1948, + "line": 1967, "column": 24 }, "end": { - "line": 1948, + "line": 1967, "column": 41 } } }, "range": [ - 57911, - 57929 + 58505, + 58523 ], "loc": { "start": { - "line": 1948, + "line": 1967, "column": 24 }, "end": { - "line": 1948, + "line": 1967, "column": 42 } } } ], "range": [ - 57885, - 57951 + 58479, + 58545 ], "loc": { "start": { - "line": 1947, + "line": 1966, "column": 33 }, "end": { - "line": 1949, + "line": 1968, "column": 21 } } }, "range": [ - 57874, - 57951 + 58468, + 58545 ], "loc": { "start": { - "line": 1947, + "line": 1966, "column": 22 }, "end": { - "line": 1949, + "line": 1968, "column": 21 } } }, "finalizer": null, "range": [ - 57628, - 57951 + 58222, + 58545 ], "loc": { "start": { - "line": 1942, + "line": 1961, "column": 20 }, "end": { - "line": 1949, + "line": 1968, "column": 21 } }, @@ -107219,16 +107502,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 57572, - 57607 + 58166, + 58201 ], "loc": { "start": { - "line": 1941, + "line": 1960, "column": 20 }, "end": { - "line": 1941, + "line": 1960, "column": 55 } } @@ -107237,16 +107520,16 @@ } ], "range": [ - 57550, - 57969 + 58144, + 58563 ], "loc": { "start": { - "line": 1940, + "line": 1959, "column": 32 }, "end": { - "line": 1950, + "line": 1969, "column": 17 } } @@ -107263,195 +107546,180 @@ "type": "LogicalExpression", "operator": "&&", "left": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "Identifier", - "name": "numCellData", - "range": [ - 58153, - 58164 - ], - "loc": { - "start": { - "line": 1953, - "column": 24 - }, - "end": { - "line": 1953, - "column": 35 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 58168, - 58172 - ], - "loc": { - "start": { - "line": 1953, - "column": 39 - }, - "end": { - "line": 1953, - "column": 43 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasColNbFormat", - "range": [ - 58173, - 58187 - ], - "loc": { - "start": { - "line": 1953, - "column": 44 - }, - "end": { - "line": 1953, - "column": 58 - } - } - }, - "range": [ - 58168, - 58187 - ], - "loc": { - "start": { - "line": 1953, - "column": 39 - }, - "end": { - "line": 1953, - "column": 58 - } - } - }, + "type": "Identifier", + "name": "numData", "range": [ - 58153, - 58187 + 58747, + 58754 ], "loc": { "start": { - "line": 1953, + "line": 1972, "column": 24 }, "end": { - "line": 1953, - "column": 58 + "line": 1972, + "column": 31 } } }, "right": { - "type": "MemberExpression", - "computed": true, - "object": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 58215, - 58219 + 58782, + 58786 ], "loc": { "start": { - "line": 1954, + "line": 1973, "column": 24 }, "end": { - "line": 1954, + "line": 1973, "column": 28 } } }, "property": { "type": "Identifier", - "name": "colNbFormat", + "name": "hasType", "range": [ - 58220, - 58231 + 58787, + 58794 ], "loc": { "start": { - "line": 1954, + "line": 1973, "column": 29 }, "end": { - "line": 1954, - "column": 40 + "line": 1973, + "column": 36 } } }, "range": [ - 58215, - 58231 + 58782, + 58794 ], "loc": { "start": { - "line": 1954, + "line": 1973, "column": 24 }, "end": { - "line": 1954, - "column": 40 + "line": 1973, + "column": 36 } } }, - "property": { - "type": "Identifier", - "name": "j", - "range": [ - 58232, - 58233 - ], - "loc": { - "start": { - "line": 1954, - "column": 41 - }, - "end": { - "line": 1954, - "column": 42 + "arguments": [ + { + "type": "Identifier", + "name": "colIdx", + "range": [ + 58795, + 58801 + ], + "loc": { + "start": { + "line": 1973, + "column": 37 + }, + "end": { + "line": 1973, + "column": 43 + } + } + }, + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Identifier", + "name": "NUMBER", + "range": [ + 58804, + 58810 + ], + "loc": { + "start": { + "line": 1973, + "column": 46 + }, + "end": { + "line": 1973, + "column": 52 + } + } + }, + { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 58812, + 58828 + ], + "loc": { + "start": { + "line": 1973, + "column": 54 + }, + "end": { + "line": 1973, + "column": 70 + } + } + } + ], + "range": [ + 58803, + 58829 + ], + "loc": { + "start": { + "line": 1973, + "column": 45 + }, + "end": { + "line": 1973, + "column": 71 + } } } - }, + ], "range": [ - 58215, - 58234 + 58782, + 58830 ], "loc": { "start": { - "line": 1954, + "line": 1973, "column": 24 }, "end": { - "line": 1954, - "column": 43 + "line": 1973, + "column": 72 } } }, "range": [ - 58153, - 58234 + 58747, + 58830 ], "loc": { "start": { - "line": 1953, + "line": 1972, "column": 24 }, "end": { - "line": 1954, - "column": 43 + "line": 1973, + "column": 72 } } }, @@ -107464,17 +107732,17 @@ "object": { "type": "ThisExpression", "range": [ - 58239, - 58243 + 58859, + 58863 ], "loc": { "start": { - "line": 1954, - "column": 48 + "line": 1974, + "column": 25 }, "end": { - "line": 1954, - "column": 52 + "line": 1974, + "column": 29 } } }, @@ -107482,63 +107750,63 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 58244, - 58259 + 58864, + 58879 ], "loc": { "start": { - "line": 1954, - "column": 53 + "line": 1974, + "column": 30 }, "end": { - "line": 1954, - "column": 68 + "line": 1974, + "column": 45 } } }, "range": [ - 58239, - 58259 + 58859, + 58879 ], "loc": { "start": { - "line": 1954, - "column": 48 + "line": 1974, + "column": 25 }, "end": { - "line": 1954, - "column": 68 + "line": 1974, + "column": 45 } } }, "prefix": true, "range": [ - 58238, - 58259 + 58858, + 58879 ], "loc": { "start": { - "line": 1954, - "column": 47 + "line": 1974, + "column": 24 }, "end": { - "line": 1954, - "column": 68 + "line": 1974, + "column": 45 } } }, "range": [ - 58153, - 58259 + 58747, + 58879 ], "loc": { "start": { - "line": 1953, + "line": 1972, "column": 24 }, "end": { - "line": 1954, - "column": 68 + "line": 1974, + "column": 45 } } }, @@ -107554,16 +107822,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58518, - 58520 + 59124, + 59126 ], "loc": { "start": { - "line": 1958, + "line": 1978, "column": 24 }, "end": { - "line": 1958, + "line": 1978, "column": 26 } } @@ -107575,19 +107843,19 @@ "type": "CallExpression", "callee": { "type": "Identifier", - "name": "removeNbFormat", + "name": "parseNb", "range": [ - 58523, - 58537 + 59129, + 59136 ], "loc": { "start": { - "line": 1958, + "line": 1978, "column": 29 }, "end": { - "line": 1958, - "column": 43 + "line": 1978, + "column": 36 } } }, @@ -107596,51 +107864,51 @@ "type": "Identifier", "name": "sA", "range": [ - 58538, - 58540 + 59137, + 59139 ], "loc": { "start": { - "line": 1958, - "column": 44 + "line": 1978, + "column": 37 }, "end": { - "line": 1958, - "column": 46 + "line": 1978, + "column": 39 } } }, { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 58542, - 58550 + 59141, + 59148 ], "loc": { "start": { - "line": 1958, - "column": 48 + "line": 1978, + "column": 41 }, "end": { - "line": 1958, - "column": 56 + "line": 1978, + "column": 48 } } } ], "range": [ - 58523, - 58551 + 59129, + 59149 ], "loc": { "start": { - "line": 1958, + "line": 1978, "column": 29 }, "end": { - "line": 1958, - "column": 57 + "line": 1978, + "column": 49 } } }, @@ -107648,80 +107916,80 @@ "type": "Identifier", "name": "sA", "range": [ - 58555, - 58557 + 59153, + 59155 ], "loc": { "start": { - "line": 1958, - "column": 61 + "line": 1978, + "column": 53 }, "end": { - "line": 1958, - "column": 63 + "line": 1978, + "column": 55 } } }, "range": [ - 58523, - 58557 + 59129, + 59155 ], "loc": { "start": { - "line": 1958, + "line": 1978, "column": 29 }, "end": { - "line": 1958, - "column": 63 + "line": 1978, + "column": 55 } } }, "range": [ - 58518, - 58557 + 59124, + 59155 ], "loc": { "start": { - "line": 1958, + "line": 1978, "column": 24 }, "end": { - "line": 1958, - "column": 63 + "line": 1978, + "column": 55 } } }, "range": [ - 58518, - 58558 + 59124, + 59156 ], "loc": { "start": { - "line": 1958, + "line": 1978, "column": 24 }, "end": { - "line": 1958, - "column": 64 + "line": 1978, + "column": 56 } }, "leadingComments": [ { "type": "Line", - "value": " removeNbFormat can return 0 for strings which are not", + "value": " parseNb can return 0 for strings which are not", "range": [ - 58287, - 58343 + 58907, + 58956 ], "loc": { "start": { - "line": 1955, + "line": 1975, "column": 24 }, "end": { - "line": 1955, - "column": 80 + "line": 1975, + "column": 73 } } }, @@ -107729,35 +107997,35 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 58368, - 58422 + 58981, + 59035 ], "loc": { "start": { - "line": 1956, + "line": 1976, "column": 24 }, "end": { - "line": 1956, + "line": 1976, "column": 78 } } }, { "type": "Line", - "value": " string. TODO: handle this in removeNbFormat", + "value": " string. TODO: handle this in parseNb", "range": [ - 58447, - 58493 + 59060, + 59099 ], "loc": { "start": { - "line": 1957, + "line": 1977, "column": 24 }, "end": { - "line": 1957, - "column": 70 + "line": 1977, + "column": 63 } } } @@ -107772,16 +108040,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58583, - 58592 + 59181, + 59190 ], "loc": { "start": { - "line": 1959, + "line": 1979, "column": 24 }, "end": { - "line": 1959, + "line": 1979, "column": 33 } } @@ -107794,19 +108062,19 @@ "operator": "===", "left": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 58595, - 58606 + 59193, + 59200 ], "loc": { "start": { - "line": 1959, + "line": 1979, "column": 36 }, "end": { - "line": 1959, - "column": 47 + "line": 1979, + "column": 43 } } }, @@ -107814,32 +108082,32 @@ "type": "Identifier", "name": "sA", "range": [ - 58611, - 58613 + 59205, + 59207 ], "loc": { "start": { - "line": 1959, - "column": 52 + "line": 1979, + "column": 48 }, "end": { - "line": 1959, - "column": 54 + "line": 1979, + "column": 50 } } }, "range": [ - 58595, - 58613 + 59193, + 59207 ], "loc": { "start": { - "line": 1959, + "line": 1979, "column": 36 }, "end": { - "line": 1959, - "column": 54 + "line": 1979, + "column": 50 } } }, @@ -107849,16 +108117,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58645, - 58653 + 59239, + 59247 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 28 }, "end": { - "line": 1960, + "line": 1980, "column": 36 } } @@ -107873,16 +108141,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58654, - 58656 + 59248, + 59250 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 37 }, "end": { - "line": 1960, + "line": 1980, "column": 39 } } @@ -107891,47 +108159,47 @@ "type": "Identifier", "name": "toString", "range": [ - 58657, - 58665 + 59251, + 59259 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 40 }, "end": { - "line": 1960, + "line": 1980, "column": 48 } } }, "range": [ - 58654, - 58665 + 59248, + 59259 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 37 }, "end": { - "line": 1960, + "line": 1980, "column": 48 } } }, "arguments": [], "range": [ - 58654, - 58667 + 59248, + 59261 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 37 }, "end": { - "line": 1960, + "line": 1980, "column": 50 } } @@ -107943,19 +108211,19 @@ "computed": false, "object": { "type": "Identifier", - "name": "numCellData", + "name": "numData", "range": [ - 58669, - 58680 + 59263, + 59270 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 52 }, "end": { - "line": 1960, - "column": 63 + "line": 1980, + "column": 59 } } }, @@ -107963,48 +108231,48 @@ "type": "Identifier", "name": "toString", "range": [ - 58681, - 58689 + 59271, + 59279 ], "loc": { "start": { - "line": 1960, - "column": 64 + "line": 1980, + "column": 60 }, "end": { - "line": 1960, - "column": 72 + "line": 1980, + "column": 68 } } }, "range": [ - 58669, - 58689 + 59263, + 59279 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 52 }, "end": { - "line": 1960, - "column": 72 + "line": 1980, + "column": 68 } } }, "arguments": [], "range": [ - 58669, - 58691 + 59263, + 59281 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 52 }, "end": { - "line": 1960, - "column": 74 + "line": 1980, + "column": 70 } } }, @@ -108016,16 +108284,16 @@ "object": { "type": "ThisExpression", "range": [ - 58725, - 58729 + 59315, + 59319 ], "loc": { "start": { - "line": 1961, + "line": 1981, "column": 32 }, "end": { - "line": 1961, + "line": 1981, "column": 36 } } @@ -108034,31 +108302,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 58730, - 58742 + 59320, + 59332 ], "loc": { "start": { - "line": 1961, + "line": 1981, "column": 37 }, "end": { - "line": 1961, + "line": 1981, "column": 49 } } }, "range": [ - 58725, - 58742 + 59315, + 59332 ], "loc": { "start": { - "line": 1961, + "line": 1981, "column": 32 }, "end": { - "line": 1961, + "line": 1981, "column": 49 } } @@ -108066,35 +108334,35 @@ "arguments": [ { "type": "Identifier", - "name": "j", + "name": "colIdx", "range": [ - 58743, - 58744 + 59333, + 59339 ], "loc": { "start": { - "line": 1961, + "line": 1981, "column": 50 }, "end": { - "line": 1961, - "column": 51 + "line": 1981, + "column": 56 } } } ], "range": [ - 58725, - 58745 + 59315, + 59340 ], "loc": { "start": { - "line": 1961, + "line": 1981, "column": 32 }, "end": { - "line": 1961, - "column": 52 + "line": 1981, + "column": 57 } } }, @@ -108104,17 +108372,17 @@ "object": { "type": "ThisExpression", "range": [ - 58747, - 58751 + 59342, + 59346 ], "loc": { "start": { - "line": 1961, - "column": 54 + "line": 1981, + "column": 59 }, "end": { - "line": 1961, - "column": 58 + "line": 1981, + "column": 63 } } }, @@ -108122,108 +108390,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 58752, - 58765 + 59347, + 59360 ], "loc": { "start": { - "line": 1961, - "column": 59 + "line": 1981, + "column": 64 }, "end": { - "line": 1961, - "column": 72 + "line": 1981, + "column": 77 } } }, "range": [ - 58747, - 58765 + 59342, + 59360 ], "loc": { "start": { - "line": 1961, - "column": 54 + "line": 1981, + "column": 59 }, "end": { - "line": 1961, - "column": 72 + "line": 1981, + "column": 77 } } } ], "range": [ - 58645, - 58766 + 59239, + 59361 ], "loc": { "start": { - "line": 1960, + "line": 1980, "column": 28 }, "end": { - "line": 1961, - "column": 73 + "line": 1981, + "column": 78 } } }, "range": [ - 58595, - 58766 + 59193, + 59361 ], "loc": { "start": { - "line": 1959, + "line": 1979, "column": 36 }, "end": { - "line": 1961, - "column": 73 + "line": 1981, + "column": 78 } } }, "range": [ - 58583, - 58766 + 59181, + 59361 ], "loc": { "start": { - "line": 1959, + "line": 1979, "column": 24 }, "end": { - "line": 1961, - "column": 73 + "line": 1981, + "column": 78 } } }, "range": [ - 58583, - 58767 + 59181, + 59362 ], "loc": { "start": { - "line": 1959, + "line": 1979, "column": 24 }, "end": { - "line": 1961, - "column": 74 + "line": 1981, + "column": 79 } } } ], "range": [ - 58261, - 58789 + 58881, + 59384 ], "loc": { "start": { - "line": 1954, - "column": 70 + "line": 1974, + "column": 47 }, "end": { - "line": 1962, + "line": 1982, "column": 21 } } @@ -108240,16 +108508,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58899, - 58908 + 59494, + 59503 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 24 }, "end": { - "line": 1964, + "line": 1984, "column": 33 } } @@ -108260,16 +108528,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58911, - 58919 + 59506, + 59514 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 36 }, "end": { - "line": 1964, + "line": 1984, "column": 44 } } @@ -108279,16 +108547,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58920, - 58922 + 59515, + 59517 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 45 }, "end": { - "line": 1964, + "line": 1984, "column": 47 } } @@ -108297,16 +108565,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 58924, - 58932 + 59519, + 59527 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 49 }, "end": { - "line": 1964, + "line": 1984, "column": 57 } } @@ -108319,17 +108587,17 @@ "object": { "type": "ThisExpression", "range": [ - 58934, - 58938 + 59557, + 59561 ], "loc": { "start": { - "line": 1964, - "column": 59 + "line": 1985, + "column": 28 }, "end": { - "line": 1964, - "column": 63 + "line": 1985, + "column": 32 } } }, @@ -108337,67 +108605,67 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 58939, - 58951 + 59562, + 59574 ], "loc": { "start": { - "line": 1964, - "column": 64 + "line": 1985, + "column": 33 }, "end": { - "line": 1964, - "column": 76 + "line": 1985, + "column": 45 } } }, "range": [ - 58934, - 58951 + 59557, + 59574 ], "loc": { "start": { - "line": 1964, - "column": 59 + "line": 1985, + "column": 28 }, "end": { - "line": 1964, - "column": 76 + "line": 1985, + "column": 45 } } }, "arguments": [ { "type": "Identifier", - "name": "j", + "name": "colIdx", "range": [ - 58952, - 58953 + 59575, + 59581 ], "loc": { "start": { - "line": 1964, - "column": 77 + "line": 1985, + "column": 46 }, "end": { - "line": 1964, - "column": 78 + "line": 1985, + "column": 52 } } } ], "range": [ - 58934, - 58954 + 59557, + 59582 ], "loc": { "start": { - "line": 1964, - "column": 59 + "line": 1985, + "column": 28 }, "end": { - "line": 1964, - "column": 79 + "line": 1985, + "column": 53 } } }, @@ -108407,17 +108675,17 @@ "object": { "type": "ThisExpression", "range": [ - 58984, - 58988 + 59584, + 59588 ], "loc": { "start": { - "line": 1965, - "column": 28 + "line": 1985, + "column": 55 }, "end": { - "line": 1965, - "column": 32 + "line": 1985, + "column": 59 } } }, @@ -108425,78 +108693,78 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 58989, - 59002 + 59589, + 59602 ], "loc": { "start": { - "line": 1965, - "column": 33 + "line": 1985, + "column": 60 }, "end": { - "line": 1965, - "column": 46 + "line": 1985, + "column": 73 } } }, "range": [ - 58984, - 59002 + 59584, + 59602 ], "loc": { "start": { - "line": 1965, - "column": 28 + "line": 1985, + "column": 55 }, "end": { - "line": 1965, - "column": 46 + "line": 1985, + "column": 73 } } } ], "range": [ - 58911, - 59003 + 59506, + 59603 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 36 }, "end": { - "line": 1965, - "column": 47 + "line": 1985, + "column": 74 } } }, "range": [ - 58899, - 59003 + 59494, + 59603 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 24 }, "end": { - "line": 1965, - "column": 47 + "line": 1985, + "column": 74 } } }, "range": [ - 58899, - 59004 + 59494, + 59604 ], "loc": { "start": { - "line": 1964, + "line": 1984, "column": 24 }, "end": { - "line": 1965, - "column": 48 + "line": 1985, + "column": 75 } }, "leadingComments": [ @@ -108504,16 +108772,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 58821, - 58874 + 59416, + 59469 ], "loc": { "start": { - "line": 1963, + "line": 1983, "column": 24 }, "end": { - "line": 1963, + "line": 1983, "column": 77 } } @@ -108522,31 +108790,31 @@ } ], "range": [ - 58795, - 59026 + 59390, + 59626 ], "loc": { "start": { - "line": 1962, + "line": 1982, "column": 27 }, "end": { - "line": 1966, + "line": 1986, "column": 21 } } }, "range": [ - 58149, - 59026 + 58743, + 59626 ], "loc": { "start": { - "line": 1953, + "line": 1972, "column": 20 }, "end": { - "line": 1966, + "line": 1986, "column": 21 } }, @@ -108555,16 +108823,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 57997, - 58056 + 58591, + 58650 ], "loc": { "start": { - "line": 1951, + "line": 1970, "column": 20 }, "end": { - "line": 1951, + "line": 1970, "column": 79 } } @@ -108573,16 +108841,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 58077, - 58128 + 58671, + 58722 ], "loc": { "start": { - "line": 1952, + "line": 1971, "column": 20 }, "end": { - "line": 1952, + "line": 1971, "column": 71 } } @@ -108591,31 +108859,31 @@ } ], "range": [ - 57975, - 59044 + 58569, + 59644 ], "loc": { "start": { - "line": 1950, + "line": 1969, "column": 23 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } } }, "range": [ - 57539, - 59044 + 58133, + 59644 ], "loc": { "start": { - "line": 1940, + "line": 1959, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108624,16 +108892,16 @@ "type": "Line", "value": "regexp", "range": [ - 57509, - 57517 + 58103, + 58111 ], "loc": { "start": { - "line": 1939, + "line": 1958, "column": 16 }, "end": { - "line": 1939, + "line": 1958, "column": 24 } } @@ -108641,16 +108909,16 @@ ] }, "range": [ - 57404, - 59044 + 57998, + 59644 ], "loc": { "start": { - "line": 1936, + "line": 1955, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108659,16 +108927,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57371, - 57382 + 57965, + 57976 ], "loc": { "start": { - "line": 1935, + "line": 1954, "column": 16 }, "end": { - "line": 1935, + "line": 1954, "column": 27 } } @@ -108676,16 +108944,16 @@ ] }, "range": [ - 57267, - 59044 + 57861, + 59644 ], "loc": { "start": { - "line": 1932, + "line": 1951, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108694,16 +108962,16 @@ "type": "Line", "value": "empty", "range": [ - 57238, - 57245 + 57832, + 57839 ], "loc": { "start": { - "line": 1931, + "line": 1950, "column": 16 }, "end": { - "line": 1931, + "line": 1950, "column": 23 } } @@ -108711,16 +108979,16 @@ ] }, "range": [ - 56811, - 59044 + 57405, + 59644 ], "loc": { "start": { - "line": 1923, + "line": 1942, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108729,16 +108997,16 @@ "type": "Line", "value": "ends with", "range": [ - 56778, - 56789 + 57372, + 57383 ], "loc": { "start": { - "line": 1922, + "line": 1941, "column": 16 }, "end": { - "line": 1922, + "line": 1941, "column": 27 } } @@ -108746,16 +109014,16 @@ ] }, "range": [ - 56613, - 59044 + 57207, + 59644 ], "loc": { "start": { - "line": 1918, + "line": 1937, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108764,16 +109032,16 @@ "type": "Line", "value": "starts with", "range": [ - 56578, - 56591 + 57172, + 57185 ], "loc": { "start": { - "line": 1917, + "line": 1936, "column": 16 }, "end": { - "line": 1917, + "line": 1936, "column": 29 } } @@ -108781,16 +109049,16 @@ ] }, "range": [ - 56406, - 59044 + 57000, + 59644 ], "loc": { "start": { - "line": 1913, + "line": 1932, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108799,16 +109067,16 @@ "type": "Line", "value": "equal", "range": [ - 56377, - 56384 + 56971, + 56978 ], "loc": { "start": { - "line": 1912, + "line": 1931, "column": 16 }, "end": { - "line": 1912, + "line": 1931, "column": 23 } } @@ -108816,16 +109084,16 @@ ] }, "range": [ - 56204, - 59044 + 56798, + 59644 ], "loc": { "start": { - "line": 1908, + "line": 1927, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108834,16 +109102,16 @@ "type": "Line", "value": "like", "range": [ - 56176, - 56182 + 56770, + 56776 ], "loc": { "start": { - "line": 1907, + "line": 1926, "column": 16 }, "end": { - "line": 1907, + "line": 1926, "column": 22 } } @@ -108851,16 +109119,16 @@ ] }, "range": [ - 55989, - 59044 + 56583, + 59644 ], "loc": { "start": { - "line": 1903, + "line": 1922, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108869,16 +109137,16 @@ "type": "Line", "value": "different", "range": [ - 55956, - 55967 + 56550, + 56561 ], "loc": { "start": { - "line": 1902, + "line": 1921, "column": 16 }, "end": { - "line": 1902, + "line": 1921, "column": 27 } } @@ -108886,16 +109154,16 @@ ] }, "range": [ - 55790, - 59044 + 56351, + 59644 ], "loc": { "start": { - "line": 1898, + "line": 1915, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108904,16 +109172,16 @@ "type": "Line", "value": "greater", "range": [ - 55759, - 55768 + 56320, + 56329 ], "loc": { "start": { - "line": 1897, + "line": 1914, "column": 16 }, "end": { - "line": 1897, + "line": 1914, "column": 25 } } @@ -108921,16 +109189,16 @@ ] }, "range": [ - 55593, - 59044 + 56121, + 59644 ], "loc": { "start": { - "line": 1893, + "line": 1908, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108939,16 +109207,16 @@ "type": "Line", "value": "lower", "range": [ - 55564, - 55571 + 56092, + 56099 ], "loc": { "start": { - "line": 1892, + "line": 1907, "column": 16 }, "end": { - "line": 1892, + "line": 1907, "column": 23 } } @@ -108956,16 +109224,16 @@ ] }, "range": [ - 55396, - 59044 + 55891, + 59644 ], "loc": { "start": { - "line": 1888, + "line": 1901, "column": 21 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -108974,16 +109242,16 @@ "type": "Line", "value": "greater equal", "range": [ - 55359, - 55374 + 55854, + 55869 ], "loc": { "start": { - "line": 1887, + "line": 1900, "column": 16 }, "end": { - "line": 1887, + "line": 1900, "column": 31 } } @@ -108991,16 +109259,16 @@ ] }, "range": [ - 55191, - 59044 + 55653, + 59644 ], "loc": { "start": { - "line": 1883, + "line": 1894, "column": 16 }, "end": { - "line": 1967, + "line": 1987, "column": 17 } }, @@ -109009,16 +109277,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 55056, - 55118 + 55518, + 55580 ], "loc": { "start": { - "line": 1880, + "line": 1891, "column": 16 }, "end": { - "line": 1880, + "line": 1891, "column": 78 } } @@ -109027,16 +109295,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 55135, - 55143 + 55597, + 55605 ], "loc": { "start": { - "line": 1881, + "line": 1892, "column": 16 }, "end": { - "line": 1881, + "line": 1892, "column": 24 } } @@ -109045,16 +109313,16 @@ "type": "Line", "value": " lower equal", "range": [ - 55160, - 55174 + 55622, + 55636 ], "loc": { "start": { - "line": 1882, + "line": 1893, "column": 16 }, "end": { - "line": 1882, + "line": 1893, "column": 30 } } @@ -109063,50 +109331,50 @@ } ], "range": [ - 54354, - 59059 + 55030, + 59659 ], "loc": { "start": { - "line": 1864, + "line": 1880, "column": 17 }, "end": { - "line": 1969, + "line": 1989, "column": 13 } } }, "range": [ - 52087, - 59059 + 51818, + 59659 ], "loc": { "start": { - "line": 1810, + "line": 1804, "column": 12 }, "end": { - "line": 1969, + "line": 1989, "column": 13 } }, "leadingComments": [ { "type": "Line", - "value": "dates", + "value": " Check for dates or resolve date type", "range": [ - 52067, - 52074 + 51766, + 51805 ], "loc": { "start": { - "line": 1809, + "line": 1803, "column": 12 }, "end": { - "line": 1809, - "column": 19 + "line": 1803, + "column": 51 } } } @@ -109116,16 +109384,16 @@ "type": "Line", "value": "else", "range": [ - 59059, - 59065 + 59659, + 59665 ], "loc": { "start": { - "line": 1969, + "line": 1989, "column": 13 }, "end": { - "line": 1969, + "line": 1989, "column": 19 } } @@ -109138,31 +109406,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 59085, - 59094 + 59685, + 59694 ], "loc": { "start": { - "line": 1970, + "line": 1990, "column": 19 }, "end": { - "line": 1970, + "line": 1990, "column": 28 } } }, "range": [ - 59078, - 59095 + 59678, + 59695 ], "loc": { "start": { - "line": 1970, + "line": 1990, "column": 12 }, "end": { - "line": 1970, + "line": 1990, "column": 29 } }, @@ -109171,16 +109439,16 @@ "type": "Line", "value": "else", "range": [ - 59059, - 59065 + 59659, + 59665 ], "loc": { "start": { - "line": 1969, + "line": 1989, "column": 13 }, "end": { - "line": 1969, + "line": 1989, "column": 19 } } @@ -109189,16 +109457,16 @@ } ], "range": [ - 50763, - 59105 + 51102, + 59705 ], "loc": { "start": { - "line": 1778, - "column": 41 + "line": 1783, + "column": 46 }, "end": { - "line": 1971, + "line": 1991, "column": 9 } } @@ -109206,16 +109474,16 @@ "generator": false, "expression": false, "range": [ - 50730, - 59105 + 51064, + 59705 ], "loc": { "start": { - "line": 1778, + "line": 1783, "column": 8 }, "end": { - "line": 1971, + "line": 1991, "column": 9 } }, @@ -109224,16 +109492,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 50679, - 50721 + 51013, + 51055 ], "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 50 } } @@ -109244,16 +109512,16 @@ "type": "Line", "value": "fn", "range": [ - 59105, - 59109 + 59705, + 59709 ], "loc": { "start": { - "line": 1971, + "line": 1991, "column": 9 }, "end": { - "line": 1971, + "line": 1991, "column": 13 } } @@ -109271,16 +109539,16 @@ "type": "Identifier", "name": "k", "range": [ - 59128, - 59129 + 59728, + 59729 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 17 }, "end": { - "line": 1973, + "line": 1993, "column": 18 } } @@ -109291,16 +109559,16 @@ "object": { "type": "ThisExpression", "range": [ - 59132, - 59136 + 59732, + 59736 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 21 }, "end": { - "line": 1973, + "line": 1993, "column": 25 } } @@ -109309,46 +109577,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 59137, - 59143 + 59737, + 59743 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 26 }, "end": { - "line": 1973, + "line": 1993, "column": 32 } } }, "range": [ - 59132, - 59143 + 59732, + 59743 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 21 }, "end": { - "line": 1973, + "line": 1993, "column": 32 } } }, "range": [ - 59128, - 59143 + 59728, + 59743 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 17 }, "end": { - "line": 1973, + "line": 1993, "column": 32 } } @@ -109356,16 +109624,16 @@ ], "kind": "let", "range": [ - 59124, - 59143 + 59724, + 59743 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 13 }, "end": { - "line": 1973, + "line": 1993, "column": 32 } } @@ -109377,16 +109645,16 @@ "type": "Identifier", "name": "k", "range": [ - 59145, - 59146 + 59745, + 59746 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 34 }, "end": { - "line": 1973, + "line": 1993, "column": 35 } } @@ -109395,31 +109663,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 59149, - 59155 + 59749, + 59755 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 38 }, "end": { - "line": 1973, + "line": 1993, "column": 44 } } }, "range": [ - 59145, - 59155 + 59745, + 59755 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 34 }, "end": { - "line": 1973, + "line": 1993, "column": 44 } } @@ -109431,32 +109699,32 @@ "type": "Identifier", "name": "k", "range": [ - 59157, - 59158 + 59757, + 59758 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 46 }, "end": { - "line": 1973, + "line": 1993, "column": 47 } } }, "prefix": false, "range": [ - 59157, - 59160 + 59757, + 59760 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 46 }, "end": { - "line": 1973, + "line": 1993, "column": 49 } } @@ -109482,16 +109750,16 @@ "type": "Identifier", "name": "row", "range": [ - 59229, - 59232 + 59829, + 59832 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 12 }, "end": { - "line": 1975, + "line": 1995, "column": 15 } } @@ -109500,31 +109768,31 @@ "type": "Identifier", "name": "k", "range": [ - 59233, - 59234 + 59833, + 59834 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 16 }, "end": { - "line": 1975, + "line": 1995, "column": 17 } } }, "range": [ - 59229, - 59235 + 59829, + 59835 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 12 }, "end": { - "line": 1975, + "line": 1995, "column": 18 } } @@ -109533,31 +109801,31 @@ "type": "Identifier", "name": "style", "range": [ - 59236, - 59241 + 59836, + 59841 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 19 }, "end": { - "line": 1975, + "line": 1995, "column": 24 } } }, "range": [ - 59229, - 59241 + 59829, + 59841 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 12 }, "end": { - "line": 1975, + "line": 1995, "column": 24 } } @@ -109566,31 +109834,31 @@ "type": "Identifier", "name": "display", "range": [ - 59242, - 59249 + 59842, + 59849 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 25 }, "end": { - "line": 1975, + "line": 1995, "column": 32 } } }, "range": [ - 59229, - 59249 + 59829, + 59849 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 12 }, "end": { - "line": 1975, + "line": 1995, "column": 32 } } @@ -109600,46 +109868,46 @@ "value": "", "raw": "''", "range": [ - 59252, - 59254 + 59852, + 59854 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 35 }, "end": { - "line": 1975, + "line": 1995, "column": 37 } } }, "range": [ - 59229, - 59254 + 59829, + 59854 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 12 }, "end": { - "line": 1975, + "line": 1995, "column": 37 } } }, "range": [ - 59229, - 59255 + 59829, + 59855 ], "loc": { "start": { - "line": 1975, + "line": 1995, "column": 12 }, "end": { - "line": 1975, + "line": 1995, "column": 38 } }, @@ -109648,16 +109916,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 59176, - 59216 + 59776, + 59816 ], "loc": { "start": { - "line": 1974, + "line": 1994, "column": 12 }, "end": { - "line": 1974, + "line": 1994, "column": 52 } } @@ -109673,16 +109941,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59273, - 59278 + 59873, + 59878 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 16 }, "end": { - "line": 1977, + "line": 1997, "column": 21 } } @@ -109697,16 +109965,16 @@ "type": "Identifier", "name": "row", "range": [ - 59281, - 59284 + 59881, + 59884 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 24 }, "end": { - "line": 1977, + "line": 1997, "column": 27 } } @@ -109715,31 +109983,31 @@ "type": "Identifier", "name": "k", "range": [ - 59285, - 59286 + 59885, + 59886 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 28 }, "end": { - "line": 1977, + "line": 1997, "column": 29 } } }, "range": [ - 59281, - 59287 + 59881, + 59887 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 24 }, "end": { - "line": 1977, + "line": 1997, "column": 30 } } @@ -109748,46 +110016,46 @@ "type": "Identifier", "name": "cells", "range": [ - 59288, - 59293 + 59888, + 59893 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 31 }, "end": { - "line": 1977, + "line": 1997, "column": 36 } } }, "range": [ - 59281, - 59293 + 59881, + 59893 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 24 }, "end": { - "line": 1977, + "line": 1997, "column": 36 } } }, "range": [ - 59273, - 59293 + 59873, + 59893 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 16 }, "end": { - "line": 1977, + "line": 1997, "column": 36 } } @@ -109795,16 +110063,16 @@ ], "kind": "let", "range": [ - 59269, - 59294 + 59869, + 59894 ], "loc": { "start": { - "line": 1977, + "line": 1997, "column": 12 }, "end": { - "line": 1977, + "line": 1997, "column": 37 } } @@ -109818,16 +110086,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 59311, - 59318 + 59911, + 59918 ], "loc": { "start": { - "line": 1978, + "line": 1998, "column": 16 }, "end": { - "line": 1978, + "line": 1998, "column": 23 } } @@ -109839,16 +110107,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59321, - 59326 + 59921, + 59926 ], "loc": { "start": { - "line": 1978, + "line": 1998, "column": 26 }, "end": { - "line": 1978, + "line": 1998, "column": 31 } } @@ -109857,46 +110125,46 @@ "type": "Identifier", "name": "length", "range": [ - 59327, - 59333 + 59927, + 59933 ], "loc": { "start": { - "line": 1978, + "line": 1998, "column": 32 }, "end": { - "line": 1978, + "line": 1998, "column": 38 } } }, "range": [ - 59321, - 59333 + 59921, + 59933 ], "loc": { "start": { - "line": 1978, + "line": 1998, "column": 26 }, "end": { - "line": 1978, + "line": 1998, "column": 38 } } }, "range": [ - 59311, - 59333 + 59911, + 59933 ], "loc": { "start": { - "line": 1978, + "line": 1998, "column": 16 }, "end": { - "line": 1978, + "line": 1998, "column": 38 } } @@ -109904,16 +110172,16 @@ ], "kind": "let", "range": [ - 59307, - 59334 + 59907, + 59934 ], "loc": { "start": { - "line": 1978, + "line": 1998, "column": 12 }, "end": { - "line": 1978, + "line": 1998, "column": 39 } }, @@ -109922,16 +110190,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 59348, - 59381 + 59948, + 59981 ], "loc": { "start": { - "line": 1980, + "line": 2000, "column": 12 }, "end": { - "line": 1980, + "line": 2000, "column": 45 } } @@ -109947,16 +110215,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 59398, - 59405 + 59998, + 60005 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 16 }, "end": { - "line": 1981, + "line": 2001, "column": 23 } } @@ -109967,16 +110235,16 @@ "object": { "type": "ThisExpression", "range": [ - 59410, - 59414 + 60010, + 60014 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 28 }, "end": { - "line": 1981, + "line": 2001, "column": 32 } } @@ -109985,46 +110253,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 59415, - 59422 + 60015, + 60022 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 33 }, "end": { - "line": 1981, + "line": 2001, "column": 40 } } }, "range": [ - 59410, - 59422 + 60010, + 60022 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 28 }, "end": { - "line": 1981, + "line": 2001, "column": 40 } } }, "range": [ - 59398, - 59422 + 59998, + 60022 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 16 }, "end": { - "line": 1981, + "line": 2001, "column": 40 } } @@ -110036,48 +110304,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 59442, - 59451 + 60042, + 60051 ], "loc": { "start": { - "line": 1982, + "line": 2002, "column": 16 }, "end": { - "line": 1982, + "line": 2002, "column": 25 } } } ], "range": [ - 59424, - 59465 + 60024, + 60065 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 42 }, "end": { - "line": 1983, + "line": 2003, "column": 13 } } }, "alternate": null, "range": [ - 59394, - 59465 + 59994, + 60065 ], "loc": { "start": { - "line": 1981, + "line": 2001, "column": 12 }, "end": { - "line": 1983, + "line": 2003, "column": 13 } }, @@ -110086,16 +110354,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 59348, - 59381 + 59948, + 59981 ], "loc": { "start": { - "line": 1980, + "line": 2000, "column": 12 }, "end": { - "line": 1980, + "line": 2000, "column": 45 } } @@ -110111,16 +110379,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59483, - 59492 + 60083, + 60092 ], "loc": { "start": { - "line": 1985, + "line": 2005, "column": 16 }, "end": { - "line": 1985, + "line": 2005, "column": 25 } } @@ -110129,31 +110397,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 59495, - 59497 + 60095, + 60097 ], "loc": { "start": { - "line": 1985, + "line": 2005, "column": 28 }, "end": { - "line": 1985, + "line": 2005, "column": 30 } } }, "range": [ - 59483, - 59497 + 60083, + 60097 ], "loc": { "start": { - "line": 1985, + "line": 2005, "column": 16 }, "end": { - "line": 1985, + "line": 2005, "column": 30 } } @@ -110164,16 +110432,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 59515, - 59525 + 60115, + 60125 ], "loc": { "start": { - "line": 1986, + "line": 2006, "column": 16 }, "end": { - "line": 1986, + "line": 2006, "column": 26 } } @@ -110183,31 +110451,31 @@ "value": true, "raw": "true", "range": [ - 59528, - 59532 + 60128, + 60132 ], "loc": { "start": { - "line": 1986, + "line": 2006, "column": 29 }, "end": { - "line": 1986, + "line": 2006, "column": 33 } } }, "range": [ - 59515, - 59532 + 60115, + 60132 ], "loc": { "start": { - "line": 1986, + "line": 2006, "column": 16 }, "end": { - "line": 1986, + "line": 2006, "column": 33 } } @@ -110218,16 +110486,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 59598, - 59615 + 60198, + 60215 ], "loc": { "start": { - "line": 1988, + "line": 2008, "column": 16 }, "end": { - "line": 1988, + "line": 2008, "column": 33 } } @@ -110237,31 +110505,31 @@ "value": false, "raw": "false", "range": [ - 59618, - 59623 + 60218, + 60223 ], "loc": { "start": { - "line": 1988, + "line": 2008, "column": 36 }, "end": { - "line": 1988, + "line": 2008, "column": 41 } } }, "range": [ - 59598, - 59623 + 60198, + 60223 ], "loc": { "start": { - "line": 1988, + "line": 2008, "column": 16 }, "end": { - "line": 1988, + "line": 2008, "column": 41 } }, @@ -110270,16 +110538,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 59550, - 59581 + 60150, + 60181 ], "loc": { "start": { - "line": 1987, + "line": 2007, "column": 16 }, "end": { - "line": 1987, + "line": 2007, "column": 47 } } @@ -110289,16 +110557,16 @@ ], "kind": "let", "range": [ - 59479, - 59624 + 60079, + 60224 ], "loc": { "start": { - "line": 1985, + "line": 2005, "column": 12 }, "end": { - "line": 1988, + "line": 2008, "column": 42 } }, @@ -110307,16 +110575,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 59638, - 59670 + 60238, + 60270 ], "loc": { "start": { - "line": 1990, + "line": 2010, "column": 12 }, "end": { - "line": 1990, + "line": 2010, "column": 44 } } @@ -110334,16 +110602,16 @@ "type": "Identifier", "name": "j", "range": [ - 59692, - 59693 + 60292, + 60293 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 21 }, "end": { - "line": 1991, + "line": 2011, "column": 22 } } @@ -110353,31 +110621,31 @@ "value": 0, "raw": "0", "range": [ - 59696, - 59697 + 60296, + 60297 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 25 }, "end": { - "line": 1991, + "line": 2011, "column": 26 } } }, "range": [ - 59692, - 59697 + 60292, + 60297 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 21 }, "end": { - "line": 1991, + "line": 2011, "column": 26 } } @@ -110385,16 +110653,16 @@ ], "kind": "let", "range": [ - 59688, - 59697 + 60288, + 60297 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 17 }, "end": { - "line": 1991, + "line": 2011, "column": 26 } } @@ -110406,16 +110674,16 @@ "type": "Identifier", "name": "j", "range": [ - 59699, - 59700 + 60299, + 60300 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 28 }, "end": { - "line": 1991, + "line": 2011, "column": 29 } } @@ -110424,31 +110692,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 59703, - 59710 + 60303, + 60310 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 32 }, "end": { - "line": 1991, + "line": 2011, "column": 39 } } }, "range": [ - 59699, - 59710 + 60299, + 60310 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 28 }, "end": { - "line": 1991, + "line": 2011, "column": 39 } } @@ -110460,32 +110728,32 @@ "type": "Identifier", "name": "j", "range": [ - 59712, - 59713 + 60312, + 60313 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 41 }, "end": { - "line": 1991, + "line": 2011, "column": 42 } } }, "prefix": false, "range": [ - 59712, - 59715 + 60312, + 60315 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 41 }, "end": { - "line": 1991, + "line": 2011, "column": 44 } } @@ -110502,16 +110770,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59774, - 59776 + 60374, + 60376 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 20 }, "end": { - "line": 1993, + "line": 2013, "column": 22 } } @@ -110523,16 +110791,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 59779, - 59789 + 60379, + 60389 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 25 }, "end": { - "line": 1993, + "line": 2013, "column": 35 } } @@ -110545,16 +110813,16 @@ "object": { "type": "ThisExpression", "range": [ - 59790, - 59794 + 60390, + 60394 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 36 }, "end": { - "line": 1993, + "line": 2013, "column": 40 } } @@ -110563,31 +110831,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 59795, - 59810 + 60395, + 60410 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 41 }, "end": { - "line": 1993, + "line": 2013, "column": 56 } } }, "range": [ - 59790, - 59810 + 60390, + 60410 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 36 }, "end": { - "line": 1993, + "line": 2013, "column": 56 } } @@ -110597,16 +110865,16 @@ "value": 0, "raw": "0", "range": [ - 59813, - 59814 + 60413, + 60414 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 59 }, "end": { - "line": 1993, + "line": 2013, "column": 60 } } @@ -110615,61 +110883,61 @@ "type": "Identifier", "name": "j", "range": [ - 59817, - 59818 + 60417, + 60418 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 63 }, "end": { - "line": 1993, + "line": 2013, "column": 64 } } }, "range": [ - 59790, - 59818 + 60390, + 60418 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 36 }, "end": { - "line": 1993, + "line": 2013, "column": 64 } } }, "range": [ - 59779, - 59819 + 60379, + 60419 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 25 }, "end": { - "line": 1993, + "line": 2013, "column": 65 } } }, "range": [ - 59774, - 59819 + 60374, + 60419 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 20 }, "end": { - "line": 1993, + "line": 2013, "column": 65 } } @@ -110677,16 +110945,16 @@ ], "kind": "let", "range": [ - 59770, - 59820 + 60370, + 60420 ], "loc": { "start": { - "line": 1993, + "line": 2013, "column": 16 }, "end": { - "line": 1993, + "line": 2013, "column": 66 } }, @@ -110695,16 +110963,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 59735, - 59753 + 60335, + 60353 ], "loc": { "start": { - "line": 1992, + "line": 2012, "column": 16 }, "end": { - "line": 1992, + "line": 2012, "column": 34 } } @@ -110720,16 +110988,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59842, - 59844 + 60442, + 60444 ], "loc": { "start": { - "line": 1995, + "line": 2015, "column": 20 }, "end": { - "line": 1995, + "line": 2015, "column": 22 } } @@ -110739,31 +111007,31 @@ "value": "", "raw": "''", "range": [ - 59849, - 59851 + 60449, + 60451 ], "loc": { "start": { - "line": 1995, + "line": 2015, "column": 27 }, "end": { - "line": 1995, + "line": 2015, "column": 29 } } }, "range": [ - 59842, - 59851 + 60442, + 60451 ], "loc": { "start": { - "line": 1995, + "line": 2015, "column": 20 }, "end": { - "line": 1995, + "line": 2015, "column": 29 } } @@ -110775,48 +111043,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 59875, - 59884 + 60475, + 60484 ], "loc": { "start": { - "line": 1996, + "line": 2016, "column": 20 }, "end": { - "line": 1996, + "line": 2016, "column": 29 } } } ], "range": [ - 59853, - 59902 + 60453, + 60502 ], "loc": { "start": { - "line": 1995, + "line": 2015, "column": 31 }, "end": { - "line": 1997, + "line": 2017, "column": 17 } } }, "alternate": null, "range": [ - 59838, - 59902 + 60438, + 60502 ], "loc": { "start": { - "line": 1995, + "line": 2015, "column": 16 }, "end": { - "line": 1997, + "line": 2017, "column": 17 } } @@ -110830,16 +111098,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 59924, - 59932 + 60524, + 60532 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 20 }, "end": { - "line": 1999, + "line": 2019, "column": 28 } } @@ -110850,16 +111118,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 59935, - 59944 + 60535, + 60544 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 31 }, "end": { - "line": 1999, + "line": 2019, "column": 40 } } @@ -110873,16 +111141,16 @@ "object": { "type": "ThisExpression", "range": [ - 59945, - 59949 + 60545, + 60549 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 41 }, "end": { - "line": 1999, + "line": 2019, "column": 45 } } @@ -110891,31 +111159,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 59950, - 59961 + 60550, + 60561 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 46 }, "end": { - "line": 1999, + "line": 2019, "column": 57 } } }, "range": [ - 59945, - 59961 + 60545, + 60561 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 41 }, "end": { - "line": 1999, + "line": 2019, "column": 57 } } @@ -110928,16 +111196,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59962, - 59967 + 60562, + 60567 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 58 }, "end": { - "line": 1999, + "line": 2019, "column": 63 } } @@ -110946,47 +111214,47 @@ "type": "Identifier", "name": "j", "range": [ - 59968, - 59969 + 60568, + 60569 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 64 }, "end": { - "line": 1999, + "line": 2019, "column": 65 } } }, "range": [ - 59962, - 59970 + 60562, + 60570 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 58 }, "end": { - "line": 1999, + "line": 2019, "column": 66 } } } ], "range": [ - 59945, - 59971 + 60545, + 60571 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 41 }, "end": { - "line": 1999, + "line": 2019, "column": 67 } } @@ -110997,16 +111265,16 @@ "object": { "type": "ThisExpression", "range": [ - 59993, - 59997 + 60593, + 60597 ], "loc": { "start": { - "line": 2000, + "line": 2020, "column": 20 }, "end": { - "line": 2000, + "line": 2020, "column": 24 } } @@ -111015,62 +111283,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 59998, - 60011 + 60598, + 60611 ], "loc": { "start": { - "line": 2000, + "line": 2020, "column": 25 }, "end": { - "line": 2000, + "line": 2020, "column": 38 } } }, "range": [ - 59993, - 60011 + 60593, + 60611 ], "loc": { "start": { - "line": 2000, + "line": 2020, "column": 20 }, "end": { - "line": 2000, + "line": 2020, "column": 38 } } } ], "range": [ - 59935, - 60012 + 60535, + 60612 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 31 }, "end": { - "line": 2000, + "line": 2020, "column": 39 } } }, "range": [ - 59924, - 60012 + 60524, + 60612 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 20 }, "end": { - "line": 2000, + "line": 2020, "column": 39 } } @@ -111078,16 +111346,16 @@ ], "kind": "let", "range": [ - 59920, - 60013 + 60520, + 60613 ], "loc": { "start": { - "line": 1999, + "line": 2019, "column": 16 }, "end": { - "line": 2000, + "line": 2020, "column": 40 } }, @@ -111096,16 +111364,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 60031, - 60070 + 60631, + 60670 ], "loc": { "start": { - "line": 2002, + "line": 2022, "column": 16 }, "end": { - "line": 2002, + "line": 2022, "column": 55 } } @@ -111121,16 +111389,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 60091, - 60100 + 60691, + 60700 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 20 }, "end": { - "line": 2003, + "line": 2023, "column": 29 } } @@ -111149,16 +111417,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60103, - 60105 + 60703, + 60705 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 32 }, "end": { - "line": 2003, + "line": 2023, "column": 34 } } @@ -111167,47 +111435,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60106, - 60114 + 60706, + 60714 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 35 }, "end": { - "line": 2003, + "line": 2023, "column": 43 } } }, "range": [ - 60103, - 60114 + 60703, + 60714 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 32 }, "end": { - "line": 2003, + "line": 2023, "column": 43 } } }, "arguments": [], "range": [ - 60103, - 60116 + 60703, + 60716 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 32 }, "end": { - "line": 2003, + "line": 2023, "column": 45 } } @@ -111216,31 +111484,31 @@ "type": "Identifier", "name": "split", "range": [ - 60117, - 60122 + 60717, + 60722 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 46 }, "end": { - "line": 2003, + "line": 2023, "column": 51 } } }, "range": [ - 60103, - 60122 + 60703, + 60722 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 32 }, "end": { - "line": 2003, + "line": 2023, "column": 51 } } @@ -111252,16 +111520,16 @@ "object": { "type": "ThisExpression", "range": [ - 60123, - 60127 + 60723, + 60727 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 52 }, "end": { - "line": 2003, + "line": 2023, "column": 56 } } @@ -111270,62 +111538,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 60128, - 60138 + 60728, + 60738 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 57 }, "end": { - "line": 2003, + "line": 2023, "column": 67 } } }, "range": [ - 60123, - 60138 + 60723, + 60738 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 52 }, "end": { - "line": 2003, + "line": 2023, "column": 67 } } } ], "range": [ - 60103, - 60139 + 60703, + 60739 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 32 }, "end": { - "line": 2003, + "line": 2023, "column": 68 } } }, "range": [ - 60091, - 60139 + 60691, + 60739 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 20 }, "end": { - "line": 2003, + "line": 2023, "column": 68 } } @@ -111336,16 +111604,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 60220, - 60232 + 60820, + 60832 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 20 }, "end": { - "line": 2005, + "line": 2025, "column": 32 } } @@ -111360,16 +111628,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 60235, - 60244 + 60835, + 60844 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 35 }, "end": { - "line": 2005, + "line": 2025, "column": 44 } } @@ -111378,31 +111646,31 @@ "type": "Identifier", "name": "length", "range": [ - 60245, - 60251 + 60845, + 60851 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 45 }, "end": { - "line": 2005, + "line": 2025, "column": 51 } } }, "range": [ - 60235, - 60251 + 60835, + 60851 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 35 }, "end": { - "line": 2005, + "line": 2025, "column": 51 } } @@ -111412,46 +111680,46 @@ "value": 1, "raw": "1", "range": [ - 60254, - 60255 + 60854, + 60855 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 54 }, "end": { - "line": 2005, + "line": 2025, "column": 55 } } }, "range": [ - 60235, - 60255 + 60835, + 60855 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 35 }, "end": { - "line": 2005, + "line": 2025, "column": 55 } } }, "range": [ - 60220, - 60255 + 60820, + 60855 ], "loc": { "start": { - "line": 2005, + "line": 2025, "column": 20 }, "end": { - "line": 2005, + "line": 2025, "column": 55 } }, @@ -111460,16 +111728,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 60161, - 60199 + 60761, + 60799 ], "loc": { "start": { - "line": 2004, + "line": 2024, "column": 20 }, "end": { - "line": 2004, + "line": 2024, "column": 58 } } @@ -111482,16 +111750,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 60337, - 60347 + 60937, + 60947 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 20 }, "end": { - "line": 2007, + "line": 2027, "column": 30 } } @@ -111510,16 +111778,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60350, - 60352 + 60950, + 60952 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 33 }, "end": { - "line": 2007, + "line": 2027, "column": 35 } } @@ -111528,47 +111796,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60353, - 60361 + 60953, + 60961 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 36 }, "end": { - "line": 2007, + "line": 2027, "column": 44 } } }, "range": [ - 60350, - 60361 + 60950, + 60961 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 33 }, "end": { - "line": 2007, + "line": 2027, "column": 44 } } }, "arguments": [], "range": [ - 60350, - 60363 + 60950, + 60963 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 33 }, "end": { - "line": 2007, + "line": 2027, "column": 46 } } @@ -111577,31 +111845,31 @@ "type": "Identifier", "name": "split", "range": [ - 60364, - 60369 + 60964, + 60969 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 47 }, "end": { - "line": 2007, + "line": 2027, "column": 52 } } }, "range": [ - 60350, - 60369 + 60950, + 60969 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 33 }, "end": { - "line": 2007, + "line": 2027, "column": 52 } } @@ -111613,16 +111881,16 @@ "object": { "type": "ThisExpression", "range": [ - 60370, - 60374 + 60970, + 60974 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 53 }, "end": { - "line": 2007, + "line": 2027, "column": 57 } } @@ -111631,62 +111899,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 60375, - 60385 + 60975, + 60985 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 58 }, "end": { - "line": 2007, + "line": 2027, "column": 68 } } }, "range": [ - 60370, - 60385 + 60970, + 60985 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 53 }, "end": { - "line": 2007, + "line": 2027, "column": 68 } } } ], "range": [ - 60350, - 60386 + 60950, + 60986 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 33 }, "end": { - "line": 2007, + "line": 2027, "column": 69 } } }, "range": [ - 60337, - 60386 + 60937, + 60986 ], "loc": { "start": { - "line": 2007, + "line": 2027, "column": 20 }, "end": { - "line": 2007, + "line": 2027, "column": 69 } }, @@ -111695,16 +111963,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 60277, - 60316 + 60877, + 60916 ], "loc": { "start": { - "line": 2006, + "line": 2026, "column": 20 }, "end": { - "line": 2006, + "line": 2026, "column": 59 } } @@ -111717,16 +111985,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 60467, - 60480 + 61067, + 61080 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 20 }, "end": { - "line": 2009, + "line": 2029, "column": 33 } } @@ -111741,16 +112009,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 60483, - 60493 + 61083, + 61093 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 36 }, "end": { - "line": 2009, + "line": 2029, "column": 46 } } @@ -111759,31 +112027,31 @@ "type": "Identifier", "name": "length", "range": [ - 60494, - 60500 + 61094, + 61100 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 47 }, "end": { - "line": 2009, + "line": 2029, "column": 53 } } }, "range": [ - 60483, - 60500 + 61083, + 61100 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 36 }, "end": { - "line": 2009, + "line": 2029, "column": 53 } } @@ -111793,46 +112061,46 @@ "value": 1, "raw": "1", "range": [ - 60503, - 60504 + 61103, + 61104 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 56 }, "end": { - "line": 2009, + "line": 2029, "column": 57 } } }, "range": [ - 60483, - 60504 + 61083, + 61104 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 36 }, "end": { - "line": 2009, + "line": 2029, "column": 57 } } }, "range": [ - 60467, - 60504 + 61067, + 61104 ], "loc": { "start": { - "line": 2009, + "line": 2029, "column": 20 }, "end": { - "line": 2009, + "line": 2029, "column": 57 } }, @@ -111841,16 +112109,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 60408, - 60446 + 61008, + 61046 ], "loc": { "start": { - "line": 2008, + "line": 2028, "column": 20 }, "end": { - "line": 2008, + "line": 2028, "column": 58 } } @@ -111860,16 +112128,16 @@ ], "kind": "let", "range": [ - 60087, - 60505 + 60687, + 61105 ], "loc": { "start": { - "line": 2003, + "line": 2023, "column": 16 }, "end": { - "line": 2009, + "line": 2029, "column": 58 } }, @@ -111878,16 +112146,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 60031, - 60070 + 60631, + 60670 ], "loc": { "start": { - "line": 2002, + "line": 2022, "column": 16 }, "end": { - "line": 2002, + "line": 2022, "column": 55 } } @@ -111898,16 +112166,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 60523, - 60556 + 61123, + 61156 ], "loc": { "start": { - "line": 2011, + "line": 2031, "column": 16 }, "end": { - "line": 2011, + "line": 2031, "column": 49 } } @@ -111928,16 +112196,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 60577, - 60584 + 61177, + 61184 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 20 }, "end": { - "line": 2012, + "line": 2032, "column": 27 } } @@ -111947,32 +112215,32 @@ "type": "Identifier", "name": "sA", "range": [ - 60585, - 60587 + 61185, + 61187 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 28 }, "end": { - "line": 2012, + "line": 2032, "column": 30 } } } ], "range": [ - 60577, - 60588 + 61177, + 61188 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 20 }, "end": { - "line": 2012, + "line": 2032, "column": 31 } } @@ -111981,31 +112249,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 60592, - 60604 + 61192, + 61204 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 35 }, "end": { - "line": 2012, + "line": 2032, "column": 47 } } }, "range": [ - 60577, - 60604 + 61177, + 61204 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 20 }, "end": { - "line": 2012, + "line": 2032, "column": 47 } } @@ -112014,31 +112282,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 60608, - 60621 + 61208, + 61221 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 51 }, "end": { - "line": 2012, + "line": 2032, "column": 64 } } }, "range": [ - 60577, - 60621 + 61177, + 61221 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 20 }, "end": { - "line": 2012, + "line": 2032, "column": 64 } } @@ -112055,32 +112323,32 @@ "type": "Identifier", "name": "cS", "range": [ - 60649, - 60651 + 61249, + 61251 ], "loc": { "start": { - "line": 2013, + "line": 2033, "column": 24 }, "end": { - "line": 2013, + "line": 2033, "column": 26 } } }, "init": null, "range": [ - 60649, - 60651 + 61249, + 61251 ], "loc": { "start": { - "line": 2013, + "line": 2033, "column": 24 }, "end": { - "line": 2013, + "line": 2033, "column": 26 } } @@ -112091,32 +112359,32 @@ "type": "Identifier", "name": "s", "range": [ - 60677, - 60678 + 61277, + 61278 ], "loc": { "start": { - "line": 2014, + "line": 2034, "column": 24 }, "end": { - "line": 2014, + "line": 2034, "column": 25 } } }, "init": null, "range": [ - 60677, - 60678 + 61277, + 61278 ], "loc": { "start": { - "line": 2014, + "line": 2034, "column": 24 }, "end": { - "line": 2014, + "line": 2034, "column": 25 } } @@ -112127,16 +112395,16 @@ "type": "Identifier", "name": "occur", "range": [ - 60704, - 60709 + 61304, + 61309 ], "loc": { "start": { - "line": 2015, + "line": 2035, "column": 24 }, "end": { - "line": 2015, + "line": 2035, "column": 29 } } @@ -112146,31 +112414,31 @@ "value": false, "raw": "false", "range": [ - 60712, - 60717 + 61312, + 61317 ], "loc": { "start": { - "line": 2015, + "line": 2035, "column": 32 }, "end": { - "line": 2015, + "line": 2035, "column": 37 } } }, "range": [ - 60704, - 60717 + 61304, + 61317 ], "loc": { "start": { - "line": 2015, + "line": 2035, "column": 24 }, "end": { - "line": 2015, + "line": 2035, "column": 37 } } @@ -112178,16 +112446,16 @@ ], "kind": "let", "range": [ - 60645, - 60718 + 61245, + 61318 ], "loc": { "start": { - "line": 2013, + "line": 2033, "column": 20 }, "end": { - "line": 2015, + "line": 2035, "column": 38 } } @@ -112200,16 +112468,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 60743, - 60750 + 61343, + 61350 ], "loc": { "start": { - "line": 2016, + "line": 2036, "column": 24 }, "end": { - "line": 2016, + "line": 2036, "column": 31 } } @@ -112219,32 +112487,32 @@ "type": "Identifier", "name": "sA", "range": [ - 60751, - 60753 + 61351, + 61353 ], "loc": { "start": { - "line": 2016, + "line": 2036, "column": 32 }, "end": { - "line": 2016, + "line": 2036, "column": 34 } } } ], "range": [ - 60743, - 60754 + 61343, + 61354 ], "loc": { "start": { - "line": 2016, + "line": 2036, "column": 24 }, "end": { - "line": 2016, + "line": 2036, "column": 35 } } @@ -112261,16 +112529,16 @@ "type": "Identifier", "name": "s", "range": [ - 60782, - 60783 + 61382, + 61383 ], "loc": { "start": { - "line": 2017, + "line": 2037, "column": 24 }, "end": { - "line": 2017, + "line": 2037, "column": 25 } } @@ -112279,62 +112547,62 @@ "type": "Identifier", "name": "sA", "range": [ - 60786, - 60788 + 61386, + 61388 ], "loc": { "start": { - "line": 2017, + "line": 2037, "column": 28 }, "end": { - "line": 2017, + "line": 2037, "column": 30 } } }, "range": [ - 60782, - 60788 + 61382, + 61388 ], "loc": { "start": { - "line": 2017, + "line": 2037, "column": 24 }, "end": { - "line": 2017, + "line": 2037, "column": 30 } } }, "range": [ - 60782, - 60789 + 61382, + 61389 ], "loc": { "start": { - "line": 2017, + "line": 2037, "column": 24 }, "end": { - "line": 2017, + "line": 2037, "column": 31 } } } ], "range": [ - 60756, - 60811 + 61356, + 61411 ], "loc": { "start": { - "line": 2016, + "line": 2036, "column": 37 }, "end": { - "line": 2018, + "line": 2038, "column": 21 } } @@ -112351,16 +112619,16 @@ "type": "Identifier", "name": "s", "range": [ - 60843, - 60844 + 61443, + 61444 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 24 }, "end": { - "line": 2019, + "line": 2039, "column": 25 } } @@ -112371,16 +112639,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 60847, - 60859 + 61447, + 61459 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 28 }, "end": { - "line": 2019, + "line": 2039, "column": 40 } } @@ -112389,16 +112657,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 60862, - 60871 + 61462, + 61471 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 43 }, "end": { - "line": 2019, + "line": 2039, "column": 52 } } @@ -112407,92 +112675,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 60874, - 60884 + 61474, + 61484 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 55 }, "end": { - "line": 2019, + "line": 2039, "column": 65 } } }, "range": [ - 60847, - 60884 + 61447, + 61484 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 28 }, "end": { - "line": 2019, + "line": 2039, "column": 65 } } }, "range": [ - 60843, - 60884 + 61443, + 61484 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 24 }, "end": { - "line": 2019, + "line": 2039, "column": 65 } } }, "range": [ - 60843, - 60885 + 61443, + 61485 ], "loc": { "start": { - "line": 2019, + "line": 2039, "column": 24 }, "end": { - "line": 2019, + "line": 2039, "column": 66 } } } ], "range": [ - 60817, - 60907 + 61417, + 61507 ], "loc": { "start": { - "line": 2018, + "line": 2038, "column": 27 }, "end": { - "line": 2020, + "line": 2040, "column": 21 } } }, "range": [ - 60739, - 60907 + 61339, + 61507 ], "loc": { "start": { - "line": 2016, + "line": 2036, "column": 20 }, "end": { - "line": 2020, + "line": 2040, "column": 21 } }, @@ -112501,16 +112769,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 60928, - 60978 + 61528, + 61578 ], "loc": { "start": { - "line": 2021, + "line": 2041, "column": 20 }, "end": { - "line": 2021, + "line": 2041, "column": 70 } } @@ -112528,16 +112796,16 @@ "type": "Identifier", "name": "w", "range": [ - 61008, - 61009 + 61608, + 61609 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 29 }, "end": { - "line": 2022, + "line": 2042, "column": 30 } } @@ -112547,31 +112815,31 @@ "value": 0, "raw": "0", "range": [ - 61012, - 61013 + 61612, + 61613 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 33 }, "end": { - "line": 2022, + "line": 2042, "column": 34 } } }, "range": [ - 61008, - 61013 + 61608, + 61613 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 29 }, "end": { - "line": 2022, + "line": 2042, "column": 34 } } @@ -112582,16 +112850,16 @@ "type": "Identifier", "name": "len", "range": [ - 61015, - 61018 + 61615, + 61618 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 36 }, "end": { - "line": 2022, + "line": 2042, "column": 39 } } @@ -112603,16 +112871,16 @@ "type": "Identifier", "name": "s", "range": [ - 61021, - 61022 + 61621, + 61622 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 42 }, "end": { - "line": 2022, + "line": 2042, "column": 43 } } @@ -112621,46 +112889,46 @@ "type": "Identifier", "name": "length", "range": [ - 61023, - 61029 + 61623, + 61629 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 44 }, "end": { - "line": 2022, + "line": 2042, "column": 50 } } }, "range": [ - 61021, - 61029 + 61621, + 61629 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 42 }, "end": { - "line": 2022, + "line": 2042, "column": 50 } } }, "range": [ - 61015, - 61029 + 61615, + 61629 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 36 }, "end": { - "line": 2022, + "line": 2042, "column": 50 } } @@ -112668,16 +112936,16 @@ ], "kind": "let", "range": [ - 61004, - 61029 + 61604, + 61629 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 25 }, "end": { - "line": 2022, + "line": 2042, "column": 50 } } @@ -112689,16 +112957,16 @@ "type": "Identifier", "name": "w", "range": [ - 61031, - 61032 + 61631, + 61632 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 52 }, "end": { - "line": 2022, + "line": 2042, "column": 53 } } @@ -112707,31 +112975,31 @@ "type": "Identifier", "name": "len", "range": [ - 61035, - 61038 + 61635, + 61638 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 56 }, "end": { - "line": 2022, + "line": 2042, "column": 59 } } }, "range": [ - 61031, - 61038 + 61631, + 61638 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 52 }, "end": { - "line": 2022, + "line": 2042, "column": 59 } } @@ -112743,32 +113011,32 @@ "type": "Identifier", "name": "w", "range": [ - 61040, - 61041 + 61640, + 61641 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 61 }, "end": { - "line": 2022, + "line": 2042, "column": 62 } } }, "prefix": false, "range": [ - 61040, - 61043 + 61640, + 61643 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 61 }, "end": { - "line": 2022, + "line": 2042, "column": 64 } } @@ -112785,16 +113053,16 @@ "type": "Identifier", "name": "cS", "range": [ - 61071, - 61073 + 61671, + 61673 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 24 }, "end": { - "line": 2023, + "line": 2043, "column": 26 } } @@ -112805,16 +113073,16 @@ "type": "Identifier", "name": "trim", "range": [ - 61076, - 61080 + 61676, + 61680 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 29 }, "end": { - "line": 2023, + "line": 2043, "column": 33 } } @@ -112827,16 +113095,16 @@ "type": "Identifier", "name": "s", "range": [ - 61081, - 61082 + 61681, + 61682 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 34 }, "end": { - "line": 2023, + "line": 2043, "column": 35 } } @@ -112845,77 +113113,77 @@ "type": "Identifier", "name": "w", "range": [ - 61083, - 61084 + 61683, + 61684 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 36 }, "end": { - "line": 2023, + "line": 2043, "column": 37 } } }, "range": [ - 61081, - 61085 + 61681, + 61685 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 34 }, "end": { - "line": 2023, + "line": 2043, "column": 38 } } } ], "range": [ - 61076, - 61086 + 61676, + 61686 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 29 }, "end": { - "line": 2023, + "line": 2043, "column": 39 } } }, "range": [ - 61071, - 61086 + 61671, + 61686 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 24 }, "end": { - "line": 2023, + "line": 2043, "column": 39 } } }, "range": [ - 61071, - 61087 + 61671, + 61687 ], "loc": { "start": { - "line": 2023, + "line": 2043, "column": 24 }, "end": { - "line": 2023, + "line": 2043, "column": 40 } } @@ -112929,16 +113197,16 @@ "type": "Identifier", "name": "occur", "range": [ - 61112, - 61117 + 61712, + 61717 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 24 }, "end": { - "line": 2024, + "line": 2044, "column": 29 } } @@ -112952,16 +113220,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 61120, - 61126 + 61720, + 61726 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 32 }, "end": { - "line": 2024, + "line": 2044, "column": 38 } } @@ -112970,31 +113238,31 @@ "type": "Identifier", "name": "call", "range": [ - 61127, - 61131 + 61727, + 61731 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 39 }, "end": { - "line": 2024, + "line": 2044, "column": 43 } } }, "range": [ - 61120, - 61131 + 61720, + 61731 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 32 }, "end": { - "line": 2024, + "line": 2044, "column": 43 } } @@ -113003,16 +113271,16 @@ { "type": "ThisExpression", "range": [ - 61132, - 61136 + 61732, + 61736 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 44 }, "end": { - "line": 2024, + "line": 2044, "column": 48 } } @@ -113021,16 +113289,16 @@ "type": "Identifier", "name": "cS", "range": [ - 61138, - 61140 + 61738, + 61740 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 50 }, "end": { - "line": 2024, + "line": 2044, "column": 52 } } @@ -113039,16 +113307,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 61142, - 61150 + 61742, + 61750 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 54 }, "end": { - "line": 2024, + "line": 2044, "column": 62 } } @@ -113057,62 +113325,62 @@ "type": "Identifier", "name": "j", "range": [ - 61152, - 61153 + 61752, + 61753 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 64 }, "end": { - "line": 2024, + "line": 2044, "column": 65 } } } ], "range": [ - 61120, - 61154 + 61720, + 61754 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 32 }, "end": { - "line": 2024, + "line": 2044, "column": 66 } } }, "range": [ - 61112, - 61154 + 61712, + 61754 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 24 }, "end": { - "line": 2024, + "line": 2044, "column": 66 } } }, "range": [ - 61112, - 61155 + 61712, + 61755 ], "loc": { "start": { - "line": 2024, + "line": 2044, "column": 24 }, "end": { - "line": 2024, + "line": 2044, "column": 67 } } @@ -113128,16 +113396,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 61180, - 61189 + 61780, + 61789 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 24 }, "end": { - "line": 2025, + "line": 2045, "column": 33 } } @@ -113146,31 +113414,31 @@ "type": "Identifier", "name": "call", "range": [ - 61190, - 61194 + 61790, + 61794 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 34 }, "end": { - "line": 2025, + "line": 2045, "column": 38 } } }, "range": [ - 61180, - 61194 + 61780, + 61794 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 24 }, "end": { - "line": 2025, + "line": 2045, "column": 38 } } @@ -113179,16 +113447,16 @@ { "type": "ThisExpression", "range": [ - 61195, - 61199 + 61795, + 61799 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 39 }, "end": { - "line": 2025, + "line": 2045, "column": 43 } } @@ -113197,16 +113465,16 @@ "type": "Identifier", "name": "cS", "range": [ - 61201, - 61203 + 61801, + 61803 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 45 }, "end": { - "line": 2025, + "line": 2045, "column": 47 } } @@ -113215,16 +113483,16 @@ "type": "Identifier", "name": "occur", "range": [ - 61205, - 61210 + 61805, + 61810 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 49 }, "end": { - "line": 2025, + "line": 2045, "column": 54 } } @@ -113236,16 +113504,16 @@ "type": "Identifier", "name": "cells", "range": [ - 61212, - 61217 + 61812, + 61817 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 56 }, "end": { - "line": 2025, + "line": 2045, "column": 61 } } @@ -113254,62 +113522,62 @@ "type": "Identifier", "name": "j", "range": [ - 61218, - 61219 + 61818, + 61819 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 62 }, "end": { - "line": 2025, + "line": 2045, "column": 63 } } }, "range": [ - 61212, - 61220 + 61812, + 61820 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 56 }, "end": { - "line": 2025, + "line": 2045, "column": 64 } } } ], "range": [ - 61180, - 61221 + 61780, + 61821 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 24 }, "end": { - "line": 2025, + "line": 2045, "column": 65 } } }, "range": [ - 61180, - 61222 + 61780, + 61822 ], "loc": { "start": { - "line": 2025, + "line": 2045, "column": 24 }, "end": { - "line": 2025, + "line": 2045, "column": 66 } } @@ -113326,16 +113594,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 61252, - 61264 + 61852, + 61864 ], "loc": { "start": { - "line": 2026, + "line": 2046, "column": 29 }, "end": { - "line": 2026, + "line": 2046, "column": 41 } } @@ -113344,31 +113612,31 @@ "type": "Identifier", "name": "occur", "range": [ - 61268, - 61273 + 61868, + 61873 ], "loc": { "start": { - "line": 2026, + "line": 2046, "column": 45 }, "end": { - "line": 2026, + "line": 2046, "column": 50 } } }, "range": [ - 61252, - 61273 + 61852, + 61873 ], "loc": { "start": { - "line": 2026, + "line": 2046, "column": 29 }, "end": { - "line": 2026, + "line": 2046, "column": 50 } } @@ -113380,16 +113648,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 61307, - 61320 + 61907, + 61920 ], "loc": { "start": { - "line": 2027, + "line": 2047, "column": 29 }, "end": { - "line": 2027, + "line": 2047, "column": 42 } } @@ -113401,62 +113669,62 @@ "type": "Identifier", "name": "occur", "range": [ - 61325, - 61330 + 61925, + 61930 ], "loc": { "start": { - "line": 2027, + "line": 2047, "column": 47 }, "end": { - "line": 2027, + "line": 2047, "column": 52 } } }, "prefix": true, "range": [ - 61324, - 61330 + 61924, + 61930 ], "loc": { "start": { - "line": 2027, + "line": 2047, "column": 46 }, "end": { - "line": 2027, + "line": 2047, "column": 52 } } }, "range": [ - 61307, - 61330 + 61907, + 61930 ], "loc": { "start": { - "line": 2027, + "line": 2047, "column": 29 }, "end": { - "line": 2027, + "line": 2047, "column": 52 } } }, "range": [ - 61251, - 61331 + 61851, + 61931 ], "loc": { "start": { - "line": 2026, + "line": 2046, "column": 28 }, "end": { - "line": 2027, + "line": 2047, "column": 53 } } @@ -113468,48 +113736,48 @@ "type": "BreakStatement", "label": null, "range": [ - 61363, - 61369 + 61963, + 61969 ], "loc": { "start": { - "line": 2028, + "line": 2048, "column": 28 }, "end": { - "line": 2028, + "line": 2048, "column": 34 } } } ], "range": [ - 61333, - 61395 + 61933, + 61995 ], "loc": { "start": { - "line": 2027, + "line": 2047, "column": 55 }, "end": { - "line": 2029, + "line": 2049, "column": 25 } } }, "alternate": null, "range": [ - 61247, - 61395 + 61847, + 61995 ], "loc": { "start": { - "line": 2026, + "line": 2046, "column": 24 }, "end": { - "line": 2029, + "line": 2049, "column": 25 } } @@ -113525,16 +113793,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 61424, - 61431 + 62024, + 62031 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 28 }, "end": { - "line": 2030, + "line": 2050, "column": 35 } } @@ -113544,32 +113812,32 @@ "type": "Identifier", "name": "sA", "range": [ - 61432, - 61434 + 62032, + 62034 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 36 }, "end": { - "line": 2030, + "line": 2050, "column": 38 } } } ], "range": [ - 61424, - 61435 + 62024, + 62035 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 28 }, "end": { - "line": 2030, + "line": 2050, "column": 39 } } @@ -113578,31 +113846,31 @@ "type": "Identifier", "name": "occur", "range": [ - 61439, - 61444 + 62039, + 62044 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 43 }, "end": { - "line": 2030, + "line": 2050, "column": 48 } } }, "range": [ - 61424, - 61444 + 62024, + 62044 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 28 }, "end": { - "line": 2030, + "line": 2050, "column": 48 } } @@ -113614,79 +113882,79 @@ "type": "BreakStatement", "label": null, "range": [ - 61476, - 61482 + 62076, + 62082 ], "loc": { "start": { - "line": 2031, + "line": 2051, "column": 28 }, "end": { - "line": 2031, + "line": 2051, "column": 34 } } } ], "range": [ - 61446, - 61508 + 62046, + 62108 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 50 }, "end": { - "line": 2032, + "line": 2052, "column": 25 } } }, "alternate": null, "range": [ - 61420, - 61508 + 62020, + 62108 ], "loc": { "start": { - "line": 2030, + "line": 2050, "column": 24 }, "end": { - "line": 2032, + "line": 2052, "column": 25 } } } ], "range": [ - 61045, - 61530 + 61645, + 62130 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 66 }, "end": { - "line": 2033, + "line": 2053, "column": 21 } } }, "range": [ - 60999, - 61530 + 61599, + 62130 ], "loc": { "start": { - "line": 2022, + "line": 2042, "column": 20 }, "end": { - "line": 2033, + "line": 2053, "column": 21 } }, @@ -113695,16 +113963,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 60928, - 60978 + 61528, + 61578 ], "loc": { "start": { - "line": 2021, + "line": 2041, "column": 20 }, "end": { - "line": 2021, + "line": 2041, "column": 70 } } @@ -113723,16 +113991,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61551, - 61560 + 62151, + 62160 ], "loc": { "start": { - "line": 2034, + "line": 2054, "column": 20 }, "end": { - "line": 2034, + "line": 2054, "column": 29 } } @@ -113741,31 +114009,31 @@ "type": "Identifier", "name": "j", "range": [ - 61561, - 61562 + 62161, + 62162 ], "loc": { "start": { - "line": 2034, + "line": 2054, "column": 30 }, "end": { - "line": 2034, + "line": 2054, "column": 31 } } }, "range": [ - 61551, - 61563 + 62151, + 62163 ], "loc": { "start": { - "line": 2034, + "line": 2054, "column": 20 }, "end": { - "line": 2034, + "line": 2054, "column": 32 } } @@ -113774,62 +114042,62 @@ "type": "Identifier", "name": "occur", "range": [ - 61566, - 61571 + 62166, + 62171 ], "loc": { "start": { - "line": 2034, + "line": 2054, "column": 35 }, "end": { - "line": 2034, + "line": 2054, "column": 40 } } }, "range": [ - 61551, - 61571 + 62151, + 62171 ], "loc": { "start": { - "line": 2034, + "line": 2054, "column": 20 }, "end": { - "line": 2034, + "line": 2054, "column": 40 } } }, "range": [ - 61551, - 61572 + 62151, + 62172 ], "loc": { "start": { - "line": 2034, + "line": 2054, "column": 20 }, "end": { - "line": 2034, + "line": 2054, "column": 41 } } } ], "range": [ - 60623, - 61591 + 61223, + 62191 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 66 }, "end": { - "line": 2036, + "line": 2056, "column": 17 } }, @@ -113838,16 +114106,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 61608, - 61633 + 62208, + 62233 ], "loc": { "start": { - "line": 2037, + "line": 2057, "column": 16 }, "end": { - "line": 2037, + "line": 2057, "column": 41 } } @@ -113869,16 +114137,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61677, - 61686 + 62277, + 62286 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 20 }, "end": { - "line": 2039, + "line": 2059, "column": 29 } } @@ -113887,31 +114155,31 @@ "type": "Identifier", "name": "j", "range": [ - 61687, - 61688 + 62287, + 62288 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 30 }, "end": { - "line": 2039, + "line": 2059, "column": 31 } } }, "range": [ - 61677, - 61689 + 62277, + 62289 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 20 }, "end": { - "line": 2039, + "line": 2059, "column": 32 } } @@ -113925,16 +114193,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 61692, - 61698 + 62292, + 62298 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 35 }, "end": { - "line": 2039, + "line": 2059, "column": 41 } } @@ -113943,31 +114211,31 @@ "type": "Identifier", "name": "call", "range": [ - 61699, - 61703 + 62299, + 62303 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 42 }, "end": { - "line": 2039, + "line": 2059, "column": 46 } } }, "range": [ - 61692, - 61703 + 62292, + 62303 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 35 }, "end": { - "line": 2039, + "line": 2059, "column": 46 } } @@ -113976,16 +114244,16 @@ { "type": "ThisExpression", "range": [ - 61704, - 61708 + 62304, + 62308 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 47 }, "end": { - "line": 2039, + "line": 2059, "column": 51 } } @@ -113996,16 +114264,16 @@ "type": "Identifier", "name": "trim", "range": [ - 61710, - 61714 + 62310, + 62314 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 53 }, "end": { - "line": 2039, + "line": 2059, "column": 57 } } @@ -114015,32 +114283,32 @@ "type": "Identifier", "name": "sA", "range": [ - 61715, - 61717 + 62315, + 62317 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 58 }, "end": { - "line": 2039, + "line": 2059, "column": 60 } } } ], "range": [ - 61710, - 61718 + 62310, + 62318 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 53 }, "end": { - "line": 2039, + "line": 2059, "column": 61 } } @@ -114049,16 +114317,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 61720, - 61728 + 62320, + 62328 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 63 }, "end": { - "line": 2039, + "line": 2059, "column": 71 } } @@ -114067,62 +114335,62 @@ "type": "Identifier", "name": "j", "range": [ - 61730, - 61731 + 62330, + 62331 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 73 }, "end": { - "line": 2039, + "line": 2059, "column": 74 } } } ], "range": [ - 61692, - 61732 + 62292, + 62332 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 35 }, "end": { - "line": 2039, + "line": 2059, "column": 75 } } }, "range": [ - 61677, - 61732 + 62277, + 62332 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 20 }, "end": { - "line": 2039, + "line": 2059, "column": 75 } } }, "range": [ - 61677, - 61733 + 62277, + 62333 ], "loc": { "start": { - "line": 2039, + "line": 2059, "column": 20 }, "end": { - "line": 2039, + "line": 2059, "column": 76 } } @@ -114138,16 +114406,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 61754, - 61763 + 62354, + 62363 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 20 }, "end": { - "line": 2040, + "line": 2060, "column": 29 } } @@ -114156,31 +114424,31 @@ "type": "Identifier", "name": "call", "range": [ - 61764, - 61768 + 62364, + 62368 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 30 }, "end": { - "line": 2040, + "line": 2060, "column": 34 } } }, "range": [ - 61754, - 61768 + 62354, + 62368 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 20 }, "end": { - "line": 2040, + "line": 2060, "column": 34 } } @@ -114189,16 +114457,16 @@ { "type": "ThisExpression", "range": [ - 61769, - 61773 + 62369, + 62373 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 35 }, "end": { - "line": 2040, + "line": 2060, "column": 39 } } @@ -114207,16 +114475,16 @@ "type": "Identifier", "name": "sA", "range": [ - 61775, - 61777 + 62375, + 62377 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 41 }, "end": { - "line": 2040, + "line": 2060, "column": 43 } } @@ -114228,16 +114496,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61779, - 61788 + 62379, + 62388 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 45 }, "end": { - "line": 2040, + "line": 2060, "column": 54 } } @@ -114246,31 +114514,31 @@ "type": "Identifier", "name": "j", "range": [ - 61789, - 61790 + 62389, + 62390 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 55 }, "end": { - "line": 2040, + "line": 2060, "column": 56 } } }, "range": [ - 61779, - 61791 + 62379, + 62391 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 45 }, "end": { - "line": 2040, + "line": 2060, "column": 57 } } @@ -114282,16 +114550,16 @@ "type": "Identifier", "name": "cells", "range": [ - 61793, - 61798 + 62393, + 62398 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 59 }, "end": { - "line": 2040, + "line": 2060, "column": 64 } } @@ -114300,78 +114568,78 @@ "type": "Identifier", "name": "j", "range": [ - 61799, - 61800 + 62399, + 62400 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 65 }, "end": { - "line": 2040, + "line": 2060, "column": 66 } } }, "range": [ - 61793, - 61801 + 62393, + 62401 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 59 }, "end": { - "line": 2040, + "line": 2060, "column": 67 } } } ], "range": [ - 61754, - 61802 + 62354, + 62402 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 20 }, "end": { - "line": 2040, + "line": 2060, "column": 68 } } }, "range": [ - 61754, - 61803 + 62354, + 62403 ], "loc": { "start": { - "line": 2040, + "line": 2060, "column": 20 }, "end": { - "line": 2040, + "line": 2060, "column": 69 } } } ], "range": [ - 61655, - 61821 + 62255, + 62421 ], "loc": { "start": { - "line": 2038, + "line": 2058, "column": 21 }, "end": { - "line": 2041, + "line": 2061, "column": 17 } }, @@ -114380,16 +114648,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 61608, - 61633 + 62208, + 62233 ], "loc": { "start": { - "line": 2037, + "line": 2057, "column": 16 }, "end": { - "line": 2037, + "line": 2057, "column": 41 } } @@ -114397,16 +114665,16 @@ ] }, "range": [ - 60573, - 61821 + 61173, + 62421 ], "loc": { "start": { - "line": 2012, + "line": 2032, "column": 16 }, "end": { - "line": 2041, + "line": 2061, "column": 17 } }, @@ -114415,16 +114683,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 60523, - 60556 + 61123, + 61156 ], "loc": { "start": { - "line": 2011, + "line": 2031, "column": 16 }, "end": { - "line": 2011, + "line": 2031, "column": 49 } } @@ -114435,16 +114703,16 @@ "type": "Line", "value": "else single param", "range": [ - 61821, - 61840 + 62421, + 62440 ], "loc": { "start": { - "line": 2041, + "line": 2061, "column": 17 }, "end": { - "line": 2041, + "line": 2061, "column": 36 } } @@ -114463,16 +114731,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61863, - 61872 + 62463, + 62472 ], "loc": { "start": { - "line": 2043, + "line": 2063, "column": 21 }, "end": { - "line": 2043, + "line": 2063, "column": 30 } } @@ -114481,47 +114749,47 @@ "type": "Identifier", "name": "j", "range": [ - 61873, - 61874 + 62473, + 62474 ], "loc": { "start": { - "line": 2043, + "line": 2063, "column": 31 }, "end": { - "line": 2043, + "line": 2063, "column": 32 } } }, "range": [ - 61863, - 61875 + 62463, + 62475 ], "loc": { "start": { - "line": 2043, + "line": 2063, "column": 21 }, "end": { - "line": 2043, + "line": 2063, "column": 33 } } }, "prefix": true, "range": [ - 61862, - 61875 + 62462, + 62475 ], "loc": { "start": { - "line": 2043, + "line": 2063, "column": 20 }, "end": { - "line": 2043, + "line": 2063, "column": 33 } } @@ -114538,16 +114806,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 61899, - 61909 + 62499, + 62509 ], "loc": { "start": { - "line": 2044, + "line": 2064, "column": 20 }, "end": { - "line": 2044, + "line": 2064, "column": 30 } } @@ -114557,78 +114825,78 @@ "value": false, "raw": "false", "range": [ - 61912, - 61917 + 62512, + 62517 ], "loc": { "start": { - "line": 2044, + "line": 2064, "column": 33 }, "end": { - "line": 2044, + "line": 2064, "column": 38 } } }, "range": [ - 61899, - 61917 + 62499, + 62517 ], "loc": { "start": { - "line": 2044, + "line": 2064, "column": 20 }, "end": { - "line": 2044, + "line": 2064, "column": 38 } } }, "range": [ - 61899, - 61918 + 62499, + 62518 ], "loc": { "start": { - "line": 2044, + "line": 2064, "column": 20 }, "end": { - "line": 2044, + "line": 2064, "column": 39 } } } ], "range": [ - 61877, - 61936 + 62477, + 62536 ], "loc": { "start": { - "line": 2043, + "line": 2063, "column": 35 }, "end": { - "line": 2045, + "line": 2065, "column": 17 } } }, "alternate": null, "range": [ - 61858, - 61936 + 62458, + 62536 ], "loc": { "start": { - "line": 2043, + "line": 2063, "column": 16 }, "end": { - "line": 2045, + "line": 2065, "column": 17 } }, @@ -114637,16 +114905,16 @@ "type": "Line", "value": "else single param", "range": [ - 61821, - 61840 + 62421, + 62440 ], "loc": { "start": { - "line": 2041, + "line": 2061, "column": 17 }, "end": { - "line": 2041, + "line": 2061, "column": 36 } } @@ -114664,16 +114932,16 @@ "object": { "type": "ThisExpression", "range": [ - 61957, - 61961 + 62557, + 62561 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 20 }, "end": { - "line": 2046, + "line": 2066, "column": 24 } } @@ -114682,31 +114950,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 61962, - 61977 + 62562, + 62577 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 25 }, "end": { - "line": 2046, + "line": 2066, "column": 40 } } }, "range": [ - 61957, - 61977 + 62557, + 62577 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 20 }, "end": { - "line": 2046, + "line": 2066, "column": 40 } } @@ -114718,16 +114986,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61981, - 61990 + 62581, + 62590 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 44 }, "end": { - "line": 2046, + "line": 2066, "column": 53 } } @@ -114736,46 +115004,46 @@ "type": "Identifier", "name": "j", "range": [ - 61991, - 61992 + 62591, + 62592 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 54 }, "end": { - "line": 2046, + "line": 2066, "column": 55 } } }, "range": [ - 61981, - 61993 + 62581, + 62593 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 44 }, "end": { - "line": 2046, + "line": 2066, "column": 56 } } }, "range": [ - 61957, - 61993 + 62557, + 62593 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 20 }, "end": { - "line": 2046, + "line": 2066, "column": 56 } } @@ -114792,16 +115060,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 62017, - 62034 + 62617, + 62634 ], "loc": { "start": { - "line": 2047, + "line": 2067, "column": 20 }, "end": { - "line": 2047, + "line": 2067, "column": 37 } } @@ -114811,78 +115079,78 @@ "value": true, "raw": "true", "range": [ - 62037, - 62041 + 62637, + 62641 ], "loc": { "start": { - "line": 2047, + "line": 2067, "column": 40 }, "end": { - "line": 2047, + "line": 2067, "column": 44 } } }, "range": [ - 62017, - 62041 + 62617, + 62641 ], "loc": { "start": { - "line": 2047, + "line": 2067, "column": 20 }, "end": { - "line": 2047, + "line": 2067, "column": 44 } } }, "range": [ - 62017, - 62042 + 62617, + 62642 ], "loc": { "start": { - "line": 2047, + "line": 2067, "column": 20 }, "end": { - "line": 2047, + "line": 2067, "column": 45 } } } ], "range": [ - 61995, - 62060 + 62595, + 62660 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 58 }, "end": { - "line": 2048, + "line": 2068, "column": 17 } } }, "alternate": null, "range": [ - 61953, - 62060 + 62553, + 62660 ], "loc": { "start": { - "line": 2046, + "line": 2066, "column": 16 }, "end": { - "line": 2048, + "line": 2068, "column": 17 } } @@ -114900,16 +115168,16 @@ "object": { "type": "ThisExpression", "range": [ - 62078, - 62082 + 62678, + 62682 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 16 }, "end": { - "line": 2050, + "line": 2070, "column": 20 } } @@ -114918,31 +115186,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 62083, - 62090 + 62683, + 62690 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 21 }, "end": { - "line": 2050, + "line": 2070, "column": 28 } } }, "range": [ - 62078, - 62090 + 62678, + 62690 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 16 }, "end": { - "line": 2050, + "line": 2070, "column": 28 } } @@ -114951,31 +115219,31 @@ "type": "Identifier", "name": "emit", "range": [ - 62091, - 62095 + 62691, + 62695 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 29 }, "end": { - "line": 2050, + "line": 2070, "column": 33 } } }, "range": [ - 62078, - 62095 + 62678, + 62695 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 16 }, "end": { - "line": 2050, + "line": 2070, "column": 33 } } @@ -114986,16 +115254,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 62096, - 62112 + 62696, + 62712 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 34 }, "end": { - "line": 2050, + "line": 2070, "column": 50 } } @@ -115003,16 +115271,16 @@ { "type": "ThisExpression", "range": [ - 62114, - 62118 + 62714, + 62718 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 52 }, "end": { - "line": 2050, + "line": 2070, "column": 56 } } @@ -115021,16 +115289,16 @@ "type": "Identifier", "name": "j", "range": [ - 62120, - 62121 + 62720, + 62721 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 58 }, "end": { - "line": 2050, + "line": 2070, "column": 59 } } @@ -115042,16 +115310,16 @@ "type": "Identifier", "name": "cells", "range": [ - 62123, - 62128 + 62723, + 62728 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 61 }, "end": { - "line": 2050, + "line": 2070, "column": 66 } } @@ -115060,93 +115328,93 @@ "type": "Identifier", "name": "j", "range": [ - 62129, - 62130 + 62729, + 62730 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 67 }, "end": { - "line": 2050, + "line": 2070, "column": 68 } } }, "range": [ - 62123, - 62131 + 62723, + 62731 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 61 }, "end": { - "line": 2050, + "line": 2070, "column": 69 } } } ], "range": [ - 62078, - 62132 + 62678, + 62732 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 16 }, "end": { - "line": 2050, + "line": 2070, "column": 70 } } }, "range": [ - 62078, - 62133 + 62678, + 62733 ], "loc": { "start": { - "line": 2050, + "line": 2070, "column": 16 }, "end": { - "line": 2050, + "line": 2070, "column": 71 } } } ], "range": [ - 59717, - 62147 + 60317, + 62747 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 46 }, "end": { - "line": 2051, + "line": 2071, "column": 13 } } }, "range": [ - 59683, - 62147 + 60283, + 62747 ], "loc": { "start": { - "line": 1991, + "line": 2011, "column": 12 }, "end": { - "line": 2051, + "line": 2071, "column": 13 } }, @@ -115155,16 +115423,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 59638, - 59670 + 60238, + 60270 ], "loc": { "start": { - "line": 1990, + "line": 2010, "column": 12 }, "end": { - "line": 1990, + "line": 2010, "column": 44 } } @@ -115175,16 +115443,16 @@ "type": "Line", "value": "for j", "range": [ - 62147, - 62154 + 62747, + 62754 ], "loc": { "start": { - "line": 2051, + "line": 2071, "column": 13 }, "end": { - "line": 2051, + "line": 2071, "column": 20 } } @@ -115202,16 +115470,16 @@ "object": { "type": "ThisExpression", "range": [ - 62172, - 62176 + 62772, + 62776 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 16 }, "end": { - "line": 2053, + "line": 2073, "column": 20 } } @@ -115220,31 +115488,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 62177, - 62192 + 62777, + 62792 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 21 }, "end": { - "line": 2053, + "line": 2073, "column": 36 } } }, "range": [ - 62172, - 62192 + 62772, + 62792 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 16 }, "end": { - "line": 2053, + "line": 2073, "column": 36 } } @@ -115253,31 +115521,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 62196, - 62213 + 62796, + 62813 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 40 }, "end": { - "line": 2053, + "line": 2073, "column": 57 } } }, "range": [ - 62172, - 62213 + 62772, + 62813 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 16 }, "end": { - "line": 2053, + "line": 2073, "column": 57 } } @@ -115294,16 +115562,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 62233, - 62243 + 62833, + 62843 ], "loc": { "start": { - "line": 2054, + "line": 2074, "column": 16 }, "end": { - "line": 2054, + "line": 2074, "column": 26 } } @@ -115313,78 +115581,78 @@ "value": true, "raw": "true", "range": [ - 62246, - 62250 + 62846, + 62850 ], "loc": { "start": { - "line": 2054, + "line": 2074, "column": 29 }, "end": { - "line": 2054, + "line": 2074, "column": 33 } } }, "range": [ - 62233, - 62250 + 62833, + 62850 ], "loc": { "start": { - "line": 2054, + "line": 2074, "column": 16 }, "end": { - "line": 2054, + "line": 2074, "column": 33 } } }, "range": [ - 62233, - 62251 + 62833, + 62851 ], "loc": { "start": { - "line": 2054, + "line": 2074, "column": 16 }, "end": { - "line": 2054, + "line": 2074, "column": 34 } } } ], "range": [ - 62215, - 62265 + 62815, + 62865 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 59 }, "end": { - "line": 2055, + "line": 2075, "column": 13 } } }, "alternate": null, "range": [ - 62168, - 62265 + 62768, + 62865 ], "loc": { "start": { - "line": 2053, + "line": 2073, "column": 12 }, "end": { - "line": 2055, + "line": 2075, "column": 13 } }, @@ -115393,16 +115661,16 @@ "type": "Line", "value": "for j", "range": [ - 62147, - 62154 + 62747, + 62754 ], "loc": { "start": { - "line": 2051, + "line": 2071, "column": 13 }, "end": { - "line": 2051, + "line": 2071, "column": 20 } } @@ -115418,32 +115686,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 62284, - 62294 + 62884, + 62894 ], "loc": { "start": { - "line": 2057, + "line": 2077, "column": 17 }, "end": { - "line": 2057, + "line": 2077, "column": 27 } } }, "prefix": true, "range": [ - 62283, - 62294 + 62883, + 62894 ], "loc": { "start": { - "line": 2057, + "line": 2077, "column": 16 }, "end": { - "line": 2057, + "line": 2077, "column": 27 } } @@ -115461,16 +115729,16 @@ "object": { "type": "ThisExpression", "range": [ - 62314, - 62318 + 62914, + 62918 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 16 }, "end": { - "line": 2058, + "line": 2078, "column": 20 } } @@ -115479,31 +115747,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 62319, - 62330 + 62919, + 62930 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 21 }, "end": { - "line": 2058, + "line": 2078, "column": 32 } } }, "range": [ - 62314, - 62330 + 62914, + 62930 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 16 }, "end": { - "line": 2058, + "line": 2078, "column": 32 } } @@ -115513,16 +115781,16 @@ "type": "Identifier", "name": "k", "range": [ - 62331, - 62332 + 62931, + 62932 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 33 }, "end": { - "line": 2058, + "line": 2078, "column": 34 } } @@ -115532,47 +115800,47 @@ "value": false, "raw": "false", "range": [ - 62334, - 62339 + 62934, + 62939 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 36 }, "end": { - "line": 2058, + "line": 2078, "column": 41 } } } ], "range": [ - 62314, - 62340 + 62914, + 62940 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 16 }, "end": { - "line": 2058, + "line": 2078, "column": 42 } } }, "range": [ - 62314, - 62341 + 62914, + 62941 ], "loc": { "start": { - "line": 2058, + "line": 2078, "column": 16 }, "end": { - "line": 2058, + "line": 2078, "column": 43 } } @@ -115586,63 +115854,63 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 62358, - 62368 + 62958, + 62968 ], "loc": { "start": { - "line": 2059, + "line": 2079, "column": 16 }, "end": { - "line": 2059, + "line": 2079, "column": 26 } } }, "prefix": false, "range": [ - 62358, - 62370 + 62958, + 62970 ], "loc": { "start": { - "line": 2059, + "line": 2079, "column": 16 }, "end": { - "line": 2059, + "line": 2079, "column": 28 } } }, "range": [ - 62358, - 62371 + 62958, + 62971 ], "loc": { "start": { - "line": 2059, + "line": 2079, "column": 16 }, "end": { - "line": 2059, + "line": 2079, "column": 29 } } } ], "range": [ - 62296, - 62385 + 62896, + 62985 ], "loc": { "start": { - "line": 2057, + "line": 2077, "column": 29 }, "end": { - "line": 2060, + "line": 2080, "column": 13 } } @@ -115660,16 +115928,16 @@ "object": { "type": "ThisExpression", "range": [ - 62409, - 62413 + 63009, + 63013 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 16 }, "end": { - "line": 2061, + "line": 2081, "column": 20 } } @@ -115678,31 +115946,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 62414, - 62425 + 63014, + 63025 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 21 }, "end": { - "line": 2061, + "line": 2081, "column": 32 } } }, "range": [ - 62409, - 62425 + 63009, + 63025 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 16 }, "end": { - "line": 2061, + "line": 2081, "column": 32 } } @@ -115712,16 +115980,16 @@ "type": "Identifier", "name": "k", "range": [ - 62426, - 62427 + 63026, + 63027 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 33 }, "end": { - "line": 2061, + "line": 2081, "column": 34 } } @@ -115731,78 +115999,78 @@ "value": true, "raw": "true", "range": [ - 62429, - 62433 + 63029, + 63033 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 36 }, "end": { - "line": 2061, + "line": 2081, "column": 40 } } } ], "range": [ - 62409, - 62434 + 63009, + 63034 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 16 }, "end": { - "line": 2061, + "line": 2081, "column": 41 } } }, "range": [ - 62409, - 62435 + 63009, + 63035 ], "loc": { "start": { - "line": 2061, + "line": 2081, "column": 16 }, "end": { - "line": 2061, + "line": 2081, "column": 42 } } } ], "range": [ - 62391, - 62449 + 62991, + 63049 ], "loc": { "start": { - "line": 2060, + "line": 2080, "column": 19 }, "end": { - "line": 2062, + "line": 2082, "column": 13 } } }, "range": [ - 62279, - 62449 + 62879, + 63049 ], "loc": { "start": { - "line": 2057, + "line": 2077, "column": 12 }, "end": { - "line": 2062, + "line": 2082, "column": 13 } } @@ -115820,16 +116088,16 @@ "object": { "type": "ThisExpression", "range": [ - 62463, - 62467 + 63063, + 63067 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 12 }, "end": { - "line": 2064, + "line": 2084, "column": 16 } } @@ -115838,31 +116106,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 62468, - 62475 + 63068, + 63075 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 17 }, "end": { - "line": 2064, + "line": 2084, "column": 24 } } }, "range": [ - 62463, - 62475 + 63063, + 63075 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 12 }, "end": { - "line": 2064, + "line": 2084, "column": 24 } } @@ -115871,31 +116139,31 @@ "type": "Identifier", "name": "emit", "range": [ - 62476, - 62480 + 63076, + 63080 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 25 }, "end": { - "line": 2064, + "line": 2084, "column": 29 } } }, "range": [ - 62463, - 62480 + 63063, + 63080 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 12 }, "end": { - "line": 2064, + "line": 2084, "column": 29 } } @@ -115906,16 +116174,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 62481, - 62496 + 63081, + 63096 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 30 }, "end": { - "line": 2064, + "line": 2084, "column": 45 } } @@ -115923,16 +116191,16 @@ { "type": "ThisExpression", "range": [ - 62498, - 62502 + 63098, + 63102 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 47 }, "end": { - "line": 2064, + "line": 2084, "column": 51 } } @@ -115941,16 +116209,16 @@ "type": "Identifier", "name": "k", "range": [ - 62504, - 62505 + 63104, + 63105 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 53 }, "end": { - "line": 2064, + "line": 2084, "column": 54 } } @@ -115964,16 +116232,16 @@ "object": { "type": "ThisExpression", "range": [ - 62523, - 62527 + 63123, + 63127 ], "loc": { "start": { - "line": 2065, + "line": 2085, "column": 16 }, "end": { - "line": 2065, + "line": 2085, "column": 20 } } @@ -115982,31 +116250,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 62528, - 62542 + 63128, + 63142 ], "loc": { "start": { - "line": 2065, + "line": 2085, "column": 21 }, "end": { - "line": 2065, + "line": 2085, "column": 35 } } }, "range": [ - 62523, - 62542 + 63123, + 63142 ], "loc": { "start": { - "line": 2065, + "line": 2085, "column": 16 }, "end": { - "line": 2065, + "line": 2085, "column": 35 } } @@ -116015,31 +116283,31 @@ "type": "Identifier", "name": "length", "range": [ - 62543, - 62549 + 63143, + 63149 ], "loc": { "start": { - "line": 2065, + "line": 2085, "column": 36 }, "end": { - "line": 2065, + "line": 2085, "column": 42 } } }, "range": [ - 62523, - 62549 + 63123, + 63149 ], "loc": { "start": { - "line": 2065, + "line": 2085, "column": 16 }, "end": { - "line": 2065, + "line": 2085, "column": 42 } } @@ -116048,78 +116316,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 62551, - 62561 + 63151, + 63161 ], "loc": { "start": { - "line": 2065, + "line": 2085, "column": 44 }, "end": { - "line": 2065, + "line": 2085, "column": 54 } } } ], "range": [ - 62463, - 62562 + 63063, + 63162 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 12 }, "end": { - "line": 2065, + "line": 2085, "column": 55 } } }, "range": [ - 62463, - 62563 + 63063, + 63163 ], "loc": { "start": { - "line": 2064, + "line": 2084, "column": 12 }, "end": { - "line": 2065, + "line": 2085, "column": 56 } } } ], "range": [ - 59162, - 62573 + 59762, + 63173 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 51 }, "end": { - "line": 2066, + "line": 2086, "column": 9 } } }, "range": [ - 59119, - 62573 + 59719, + 63173 ], "loc": { "start": { - "line": 1973, + "line": 1993, "column": 8 }, "end": { - "line": 2066, + "line": 2086, "column": 9 } }, @@ -116128,16 +116396,16 @@ "type": "Line", "value": "fn", "range": [ - 59105, - 59109 + 59705, + 59709 ], "loc": { "start": { - "line": 1971, + "line": 1991, "column": 9 }, "end": { - "line": 1971, + "line": 1991, "column": 13 } } @@ -116148,16 +116416,16 @@ "type": "Line", "value": " for k", "range": [ - 62573, - 62581 + 63173, + 63181 ], "loc": { "start": { - "line": 2066, + "line": 2086, "column": 9 }, "end": { - "line": 2066, + "line": 2086, "column": 17 } } @@ -116175,16 +116443,16 @@ "object": { "type": "ThisExpression", "range": [ - 62591, - 62595 + 63191, + 63195 ], "loc": { "start": { - "line": 2068, + "line": 2088, "column": 8 }, "end": { - "line": 2068, + "line": 2088, "column": 12 } } @@ -116193,31 +116461,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 62596, - 62608 + 63196, + 63208 ], "loc": { "start": { - "line": 2068, + "line": 2088, "column": 13 }, "end": { - "line": 2068, + "line": 2088, "column": 25 } } }, "range": [ - 62591, - 62608 + 63191, + 63208 ], "loc": { "start": { - "line": 2068, + "line": 2088, "column": 8 }, "end": { - "line": 2068, + "line": 2088, "column": 25 } } @@ -116226,46 +116494,46 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 62611, - 62621 + 63211, + 63221 ], "loc": { "start": { - "line": 2068, + "line": 2088, "column": 28 }, "end": { - "line": 2068, + "line": 2088, "column": 38 } } }, "range": [ - 62591, - 62621 + 63191, + 63221 ], "loc": { "start": { - "line": 2068, + "line": 2088, "column": 8 }, "end": { - "line": 2068, + "line": 2088, "column": 38 } } }, "range": [ - 62591, - 62622 + 63191, + 63222 ], "loc": { "start": { - "line": 2068, + "line": 2088, "column": 8 }, "end": { - "line": 2068, + "line": 2088, "column": 39 } }, @@ -116274,16 +116542,16 @@ "type": "Line", "value": " for k", "range": [ - 62573, - 62581 + 63173, + 63181 ], "loc": { "start": { - "line": 2066, + "line": 2086, "column": 9 }, "end": { - "line": 2066, + "line": 2086, "column": 17 } } @@ -116294,16 +116562,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 62632, - 62664 + 63232, + 63264 ], "loc": { "start": { - "line": 2070, + "line": 2090, "column": 8 }, "end": { - "line": 2070, + "line": 2090, "column": 40 } } @@ -116318,16 +116586,16 @@ "object": { "type": "ThisExpression", "range": [ - 62677, - 62681 + 63277, + 63281 ], "loc": { "start": { - "line": 2071, + "line": 2091, "column": 12 }, "end": { - "line": 2071, + "line": 2091, "column": 16 } } @@ -116336,31 +116604,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 62682, - 62695 + 63282, + 63295 ], "loc": { "start": { - "line": 2071, + "line": 2091, "column": 17 }, "end": { - "line": 2071, + "line": 2091, "column": 30 } } }, "range": [ - 62677, - 62695 + 63277, + 63295 ], "loc": { "start": { - "line": 2071, + "line": 2091, "column": 12 }, "end": { - "line": 2071, + "line": 2091, "column": 30 } } @@ -116381,16 +116649,16 @@ "object": { "type": "ThisExpression", "range": [ - 62711, - 62715 + 63311, + 63315 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 12 }, "end": { - "line": 2072, + "line": 2092, "column": 16 } } @@ -116399,31 +116667,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 62716, - 62729 + 63316, + 63329 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 17 }, "end": { - "line": 2072, + "line": 2092, "column": 30 } } }, "range": [ - 62711, - 62729 + 63311, + 63329 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 12 }, "end": { - "line": 2072, + "line": 2092, "column": 30 } } @@ -116432,31 +116700,31 @@ "type": "Identifier", "name": "call", "range": [ - 62730, - 62734 + 63330, + 63334 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 31 }, "end": { - "line": 2072, + "line": 2092, "column": 35 } } }, "range": [ - 62711, - 62734 + 63311, + 63334 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 12 }, "end": { - "line": 2072, + "line": 2092, "column": 35 } } @@ -116467,16 +116735,16 @@ "value": null, "raw": "null", "range": [ - 62735, - 62739 + 63335, + 63339 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 36 }, "end": { - "line": 2072, + "line": 2092, "column": 40 } } @@ -116484,79 +116752,79 @@ { "type": "ThisExpression", "range": [ - 62741, - 62745 + 63341, + 63345 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 42 }, "end": { - "line": 2072, + "line": 2092, "column": 46 } } } ], "range": [ - 62711, - 62746 + 63311, + 63346 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 12 }, "end": { - "line": 2072, + "line": 2092, "column": 47 } } }, "range": [ - 62711, - 62747 + 63311, + 63347 ], "loc": { "start": { - "line": 2072, + "line": 2092, "column": 12 }, "end": { - "line": 2072, + "line": 2092, "column": 48 } } } ], "range": [ - 62697, - 62757 + 63297, + 63357 ], "loc": { "start": { - "line": 2071, + "line": 2091, "column": 32 }, "end": { - "line": 2073, + "line": 2093, "column": 9 } } }, "alternate": null, "range": [ - 62673, - 62757 + 63273, + 63357 ], "loc": { "start": { - "line": 2071, + "line": 2091, "column": 8 }, "end": { - "line": 2073, + "line": 2093, "column": 9 } }, @@ -116565,16 +116833,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 62632, - 62664 + 63232, + 63264 ], "loc": { "start": { - "line": 2070, + "line": 2090, "column": 8 }, "end": { - "line": 2070, + "line": 2090, "column": 40 } } @@ -116594,16 +116862,16 @@ "object": { "type": "ThisExpression", "range": [ - 62767, - 62771 + 63367, + 63371 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 8 }, "end": { - "line": 2075, + "line": 2095, "column": 12 } } @@ -116612,31 +116880,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 62772, - 62779 + 63372, + 63379 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 13 }, "end": { - "line": 2075, + "line": 2095, "column": 20 } } }, "range": [ - 62767, - 62779 + 63367, + 63379 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 8 }, "end": { - "line": 2075, + "line": 2095, "column": 20 } } @@ -116645,31 +116913,31 @@ "type": "Identifier", "name": "emit", "range": [ - 62780, - 62784 + 63380, + 63384 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 21 }, "end": { - "line": 2075, + "line": 2095, "column": 25 } } }, "range": [ - 62767, - 62784 + 63367, + 63384 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 8 }, "end": { - "line": 2075, + "line": 2095, "column": 25 } } @@ -116680,16 +116948,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 62785, - 62802 + 63385, + 63402 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 26 }, "end": { - "line": 2075, + "line": 2095, "column": 43 } } @@ -116697,16 +116965,16 @@ { "type": "ThisExpression", "range": [ - 62804, - 62808 + 63404, + 63408 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 45 }, "end": { - "line": 2075, + "line": 2095, "column": 49 } } @@ -116715,63 +116983,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 62810, - 62820 + 63410, + 63420 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 51 }, "end": { - "line": 2075, + "line": 2095, "column": 61 } } } ], "range": [ - 62767, - 62821 + 63367, + 63421 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 8 }, "end": { - "line": 2075, + "line": 2095, "column": 62 } } }, "range": [ - 62767, - 62822 + 63367, + 63422 ], "loc": { "start": { - "line": 2075, + "line": 2095, "column": 8 }, "end": { - "line": 2075, + "line": 2095, "column": 63 } } } ], "range": [ - 48745, - 62828 + 49060, + 63428 ], "loc": { "start": { - "line": 1723, + "line": 1728, "column": 13 }, "end": { - "line": 2076, + "line": 2096, "column": 5 } } @@ -116779,16 +117047,16 @@ "generator": false, "expression": false, "range": [ - 48742, - 62828 + 49057, + 63428 ], "loc": { "start": { - "line": 1723, + "line": 1728, "column": 10 }, "end": { - "line": 2076, + "line": 2096, "column": 5 } } @@ -116796,16 +117064,16 @@ "kind": "method", "computed": false, "range": [ - 48736, - 62828 + 49051, + 63428 ], "loc": { "start": { - "line": 1723, + "line": 1728, "column": 4 }, "end": { - "line": 2076, + "line": 2096, "column": 5 } }, @@ -116814,16 +117082,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": [ - 48494, - 48731 + 48809, + 49046 ], "loc": { "start": { - "line": 1718, + "line": 1723, "column": 4 }, "end": { - "line": 1722, + "line": 1727, "column": 7 } } @@ -116834,16 +117102,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 62834, - 63218 + 63434, + 63818 ], "loc": { "start": { - "line": 2078, + "line": 2098, "column": 4 }, "end": { - "line": 2085, + "line": 2105, "column": 7 } } @@ -116857,16 +117125,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 63223, - 63235 + 63823, + 63835 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 4 }, "end": { - "line": 2086, + "line": 2106, "column": 16 } } @@ -116879,16 +117147,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63236, - 63244 + 63836, + 63844 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 17 }, "end": { - "line": 2086, + "line": 2106, "column": 25 } } @@ -116899,16 +117167,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63246, - 63260 + 63846, + 63860 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 27 }, "end": { - "line": 2086, + "line": 2106, "column": 41 } } @@ -116918,31 +117186,31 @@ "value": false, "raw": "false", "range": [ - 63263, - 63268 + 63863, + 63868 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 44 }, "end": { - "line": 2086, + "line": 2106, "column": 49 } } }, "range": [ - 63246, - 63268 + 63846, + 63868 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 27 }, "end": { - "line": 2086, + "line": 2106, "column": 49 } } @@ -116953,16 +117221,16 @@ "type": "Identifier", "name": "num", "range": [ - 63270, - 63273 + 63870, + 63873 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 51 }, "end": { - "line": 2086, + "line": 2106, "column": 54 } } @@ -116972,31 +117240,31 @@ "value": false, "raw": "false", "range": [ - 63276, - 63281 + 63876, + 63881 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 57 }, "end": { - "line": 2086, + "line": 2106, "column": 62 } } }, "range": [ - 63270, - 63281 + 63870, + 63881 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 51 }, "end": { - "line": 2086, + "line": 2106, "column": 62 } } @@ -117007,16 +117275,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 63283, - 63290 + 63883, + 63890 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 64 }, "end": { - "line": 2086, + "line": 2106, "column": 71 } } @@ -117025,31 +117293,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63293, - 63295 + 63893, + 63895 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 74 }, "end": { - "line": 2086, + "line": 2106, "column": 76 } } }, "range": [ - 63283, - 63295 + 63883, + 63895 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 64 }, "end": { - "line": 2086, + "line": 2106, "column": 76 } } @@ -117069,16 +117337,16 @@ "object": { "type": "ThisExpression", "range": [ - 63312, - 63316 + 63912, + 63916 ], "loc": { "start": { - "line": 2087, + "line": 2107, "column": 13 }, "end": { - "line": 2087, + "line": 2107, "column": 17 } } @@ -117087,47 +117355,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 63317, - 63324 + 63917, + 63924 ], "loc": { "start": { - "line": 2087, + "line": 2107, "column": 18 }, "end": { - "line": 2087, + "line": 2107, "column": 25 } } }, "range": [ - 63312, - 63324 + 63912, + 63924 ], "loc": { "start": { - "line": 2087, + "line": 2107, "column": 13 }, "end": { - "line": 2087, + "line": 2107, "column": 25 } } }, "prefix": true, "range": [ - 63311, - 63324 + 63911, + 63924 ], "loc": { "start": { - "line": 2087, + "line": 2107, "column": 12 }, "end": { - "line": 2087, + "line": 2107, "column": 25 } } @@ -117139,48 +117407,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 63340, - 63347 + 63940, + 63947 ], "loc": { "start": { - "line": 2088, + "line": 2108, "column": 12 }, "end": { - "line": 2088, + "line": 2108, "column": 19 } } } ], "range": [ - 63326, - 63357 + 63926, + 63957 ], "loc": { "start": { - "line": 2087, + "line": 2107, "column": 27 }, "end": { - "line": 2089, + "line": 2109, "column": 9 } } }, "alternate": null, "range": [ - 63307, - 63357 + 63907, + 63957 ], "loc": { "start": { - "line": 2087, + "line": 2107, "column": 8 }, "end": { - "line": 2089, + "line": 2109, "column": 9 } } @@ -117194,16 +117462,16 @@ "type": "Identifier", "name": "row", "range": [ - 63370, - 63373 + 63970, + 63973 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 12 }, "end": { - "line": 2090, + "line": 2110, "column": 15 } } @@ -117217,16 +117485,16 @@ "object": { "type": "ThisExpression", "range": [ - 63376, - 63380 + 63976, + 63980 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 18 }, "end": { - "line": 2090, + "line": 2110, "column": 22 } } @@ -117235,31 +117503,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 63381, - 63384 + 63981, + 63984 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 23 }, "end": { - "line": 2090, + "line": 2110, "column": 26 } } }, "range": [ - 63376, - 63384 + 63976, + 63984 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 18 }, "end": { - "line": 2090, + "line": 2110, "column": 26 } } @@ -117268,46 +117536,46 @@ "type": "Identifier", "name": "rows", "range": [ - 63385, - 63389 + 63985, + 63989 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 27 }, "end": { - "line": 2090, + "line": 2110, "column": 31 } } }, "range": [ - 63376, - 63389 + 63976, + 63989 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 18 }, "end": { - "line": 2090, + "line": 2110, "column": 31 } } }, "range": [ - 63370, - 63389 + 63970, + 63989 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 12 }, "end": { - "line": 2090, + "line": 2110, "column": 31 } } @@ -117315,16 +117583,16 @@ ], "kind": "let", "range": [ - 63366, - 63390 + 63966, + 63990 ], "loc": { "start": { - "line": 2090, + "line": 2110, "column": 8 }, "end": { - "line": 2090, + "line": 2110, "column": 32 } } @@ -117338,16 +117606,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 63403, - 63409 + 64003, + 64009 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 12 }, "end": { - "line": 2091, + "line": 2111, "column": 18 } } @@ -117360,16 +117628,16 @@ "object": { "type": "ThisExpression", "range": [ - 63412, - 63416 + 64012, + 64016 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 21 }, "end": { - "line": 2091, + "line": 2111, "column": 25 } } @@ -117378,31 +117646,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 63417, - 63426 + 64017, + 64026 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 26 }, "end": { - "line": 2091, + "line": 2111, "column": 35 } } }, "range": [ - 63412, - 63426 + 64012, + 64026 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 21 }, "end": { - "line": 2091, + "line": 2111, "column": 35 } } @@ -117413,47 +117681,47 @@ "value": true, "raw": "true", "range": [ - 63427, - 63431 + 64027, + 64031 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 36 }, "end": { - "line": 2091, + "line": 2111, "column": 40 } } } ], "range": [ - 63412, - 63432 + 64012, + 64032 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 21 }, "end": { - "line": 2091, + "line": 2111, "column": 41 } } }, "range": [ - 63403, - 63432 + 64003, + 64032 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 12 }, "end": { - "line": 2091, + "line": 2111, "column": 41 } } @@ -117461,16 +117729,16 @@ ], "kind": "let", "range": [ - 63399, - 63433 + 63999, + 64033 ], "loc": { "start": { - "line": 2091, + "line": 2111, "column": 8 }, "end": { - "line": 2091, + "line": 2111, "column": 42 } } @@ -117484,16 +117752,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 63446, - 63455 + 64046, + 64055 ], "loc": { "start": { - "line": 2092, + "line": 2112, "column": 12 }, "end": { - "line": 2092, + "line": 2112, "column": 21 } } @@ -117502,31 +117770,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63458, - 63460 + 64058, + 64060 ], "loc": { "start": { - "line": 2092, + "line": 2112, "column": 24 }, "end": { - "line": 2092, + "line": 2112, "column": 26 } } }, "range": [ - 63446, - 63460 + 64046, + 64060 ], "loc": { "start": { - "line": 2092, + "line": 2112, "column": 12 }, "end": { - "line": 2092, + "line": 2112, "column": 26 } } @@ -117534,16 +117802,16 @@ ], "kind": "let", "range": [ - 63442, - 63461 + 64042, + 64061 ], "loc": { "start": { - "line": 2092, + "line": 2112, "column": 8 }, "end": { - "line": 2092, + "line": 2112, "column": 27 } } @@ -117554,16 +117822,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63475, - 63489 + 64075, + 64089 ], "loc": { "start": { - "line": 2094, + "line": 2114, "column": 12 }, "end": { - "line": 2094, + "line": 2114, "column": 26 } } @@ -117582,16 +117850,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 63505, - 63514 + 64105, + 64114 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 12 }, "end": { - "line": 2095, + "line": 2115, "column": 21 } } @@ -117600,31 +117868,31 @@ "type": "Identifier", "name": "push", "range": [ - 63515, - 63519 + 64115, + 64119 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 22 }, "end": { - "line": 2095, + "line": 2115, "column": 26 } } }, "range": [ - 63505, - 63519 + 64105, + 64119 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 12 }, "end": { - "line": 2095, + "line": 2115, "column": 26 } } @@ -117641,16 +117909,16 @@ "object": { "type": "ThisExpression", "range": [ - 63520, - 63524 + 64120, + 64124 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 27 }, "end": { - "line": 2095, + "line": 2115, "column": 31 } } @@ -117659,47 +117927,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 63525, - 63539 + 64125, + 64139 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 32 }, "end": { - "line": 2095, + "line": 2115, "column": 46 } } }, "range": [ - 63520, - 63539 + 64120, + 64139 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 27 }, "end": { - "line": 2095, + "line": 2115, "column": 46 } } }, "arguments": [], "range": [ - 63520, - 63541 + 64120, + 64141 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 27 }, "end": { - "line": 2095, + "line": 2115, "column": 48 } } @@ -117708,94 +117976,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63542, - 63550 + 64142, + 64150 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 49 }, "end": { - "line": 2095, + "line": 2115, "column": 57 } } }, "range": [ - 63520, - 63551 + 64120, + 64151 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 27 }, "end": { - "line": 2095, + "line": 2115, "column": 58 } } } ], "range": [ - 63505, - 63552 + 64105, + 64152 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 12 }, "end": { - "line": 2095, + "line": 2115, "column": 59 } } }, "range": [ - 63505, - 63553 + 64105, + 64153 ], "loc": { "start": { - "line": 2095, + "line": 2115, "column": 12 }, "end": { - "line": 2095, + "line": 2115, "column": 60 } } } ], "range": [ - 63491, - 63563 + 64091, + 64163 ], "loc": { "start": { - "line": 2094, + "line": 2114, "column": 28 }, "end": { - "line": 2096, + "line": 2116, "column": 9 } } }, "alternate": null, "range": [ - 63471, - 63563 + 64071, + 64163 ], "loc": { "start": { - "line": 2094, + "line": 2114, "column": 8 }, "end": { - "line": 2096, + "line": 2116, "column": 9 } } @@ -117811,16 +118079,16 @@ "type": "Identifier", "name": "i", "range": [ - 63582, - 63583 + 64182, + 64183 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 17 }, "end": { - "line": 2098, + "line": 2118, "column": 18 } } @@ -117831,16 +118099,16 @@ "object": { "type": "ThisExpression", "range": [ - 63586, - 63590 + 64186, + 64190 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 21 }, "end": { - "line": 2098, + "line": 2118, "column": 25 } } @@ -117849,46 +118117,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 63591, - 63597 + 64191, + 64197 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 26 }, "end": { - "line": 2098, + "line": 2118, "column": 32 } } }, "range": [ - 63586, - 63597 + 64186, + 64197 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 21 }, "end": { - "line": 2098, + "line": 2118, "column": 32 } } }, "range": [ - 63582, - 63597 + 64182, + 64197 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 17 }, "end": { - "line": 2098, + "line": 2118, "column": 32 } } @@ -117896,16 +118164,16 @@ ], "kind": "let", "range": [ - 63578, - 63597 + 64178, + 64197 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 13 }, "end": { - "line": 2098, + "line": 2118, "column": 32 } } @@ -117917,16 +118185,16 @@ "type": "Identifier", "name": "i", "range": [ - 63599, - 63600 + 64199, + 64200 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 34 }, "end": { - "line": 2098, + "line": 2118, "column": 35 } } @@ -117935,31 +118203,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 63603, - 63609 + 64203, + 64209 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 38 }, "end": { - "line": 2098, + "line": 2118, "column": 44 } } }, "range": [ - 63599, - 63609 + 64199, + 64209 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 34 }, "end": { - "line": 2098, + "line": 2118, "column": 44 } } @@ -117971,32 +118239,32 @@ "type": "Identifier", "name": "i", "range": [ - 63611, - 63612 + 64211, + 64212 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 46 }, "end": { - "line": 2098, + "line": 2118, "column": 47 } } }, "prefix": false, "range": [ - 63611, - 63614 + 64211, + 64214 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 46 }, "end": { - "line": 2098, + "line": 2118, "column": 49 } } @@ -118013,16 +118281,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 63634, - 63646 + 64234, + 64246 ], "loc": { "start": { - "line": 2099, + "line": 2119, "column": 16 }, "end": { - "line": 2099, + "line": 2119, "column": 28 } } @@ -118032,31 +118300,31 @@ "value": false, "raw": "false", "range": [ - 63649, - 63654 + 64249, + 64254 ], "loc": { "start": { - "line": 2099, + "line": 2119, "column": 31 }, "end": { - "line": 2099, + "line": 2119, "column": 36 } } }, "range": [ - 63634, - 63654 + 64234, + 64254 ], "loc": { "start": { - "line": 2099, + "line": 2119, "column": 16 }, "end": { - "line": 2099, + "line": 2119, "column": 36 } } @@ -118064,16 +118332,16 @@ ], "kind": "let", "range": [ - 63630, - 63655 + 64230, + 64255 ], "loc": { "start": { - "line": 2099, + "line": 2119, "column": 12 }, "end": { - "line": 2099, + "line": 2119, "column": 37 } }, @@ -118082,16 +118350,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 63668, - 63723 + 64268, + 64323 ], "loc": { "start": { - "line": 2100, + "line": 2120, "column": 12 }, "end": { - "line": 2100, + "line": 2120, "column": 67 } } @@ -118110,16 +118378,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 63740, - 63747 + 64340, + 64347 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 16 }, "end": { - "line": 2101, + "line": 2121, "column": 23 } } @@ -118128,31 +118396,31 @@ "type": "Identifier", "name": "length", "range": [ - 63748, - 63754 + 64348, + 64354 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 24 }, "end": { - "line": 2101, + "line": 2121, "column": 30 } } }, "range": [ - 63740, - 63754 + 64340, + 64354 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 16 }, "end": { - "line": 2101, + "line": 2121, "column": 30 } } @@ -118162,31 +118430,31 @@ "value": 0, "raw": "0", "range": [ - 63757, - 63758 + 64357, + 64358 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 33 }, "end": { - "line": 2101, + "line": 2121, "column": 34 } } }, "range": [ - 63740, - 63758 + 64340, + 64358 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 16 }, "end": { - "line": 2101, + "line": 2121, "column": 34 } } @@ -118203,16 +118471,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 63778, - 63790 + 64378, + 64390 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 16 }, "end": { - "line": 2102, + "line": 2122, "column": 28 } } @@ -118229,16 +118497,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 63793, - 63800 + 64393, + 64400 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 31 }, "end": { - "line": 2102, + "line": 2122, "column": 38 } } @@ -118247,31 +118515,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 63801, - 63808 + 64401, + 64408 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 39 }, "end": { - "line": 2102, + "line": 2122, "column": 46 } } }, "range": [ - 63793, - 63808 + 64393, + 64408 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 31 }, "end": { - "line": 2102, + "line": 2122, "column": 46 } } @@ -118281,32 +118549,32 @@ "type": "Identifier", "name": "i", "range": [ - 63809, - 63810 + 64409, + 64410 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 47 }, "end": { - "line": 2102, + "line": 2122, "column": 48 } } } ], "range": [ - 63793, - 63811 + 64393, + 64411 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 31 }, "end": { - "line": 2102, + "line": 2122, "column": 49 } } @@ -118319,109 +118587,109 @@ "value": 1, "raw": "1", "range": [ - 63817, - 63818 + 64417, + 64418 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 55 }, "end": { - "line": 2102, + "line": 2122, "column": 56 } } }, "prefix": true, "range": [ - 63816, - 63818 + 64416, + 64418 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 54 }, "end": { - "line": 2102, + "line": 2122, "column": 56 } } }, "range": [ - 63793, - 63818 + 64393, + 64418 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 31 }, "end": { - "line": 2102, + "line": 2122, "column": 56 } } }, "range": [ - 63778, - 63818 + 64378, + 64418 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 16 }, "end": { - "line": 2102, + "line": 2122, "column": 56 } } }, "range": [ - 63778, - 63819 + 64378, + 64419 ], "loc": { "start": { - "line": 2102, + "line": 2122, "column": 16 }, "end": { - "line": 2102, + "line": 2122, "column": 57 } } } ], "range": [ - 63760, - 63833 + 64360, + 64433 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 36 }, "end": { - "line": 2103, + "line": 2123, "column": 13 } } }, "alternate": null, "range": [ - 63736, - 63833 + 64336, + 64433 ], "loc": { "start": { - "line": 2101, + "line": 2121, "column": 12 }, "end": { - "line": 2103, + "line": 2123, "column": 13 } }, @@ -118430,16 +118698,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 63668, - 63723 + 64268, + 64323 ], "loc": { "start": { - "line": 2100, + "line": 2120, "column": 12 }, "end": { - "line": 2100, + "line": 2120, "column": 67 } } @@ -118455,16 +118723,16 @@ "type": "Identifier", "name": "cell", "range": [ - 63850, - 63854 + 64450, + 64454 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 16 }, "end": { - "line": 2104, + "line": 2124, "column": 20 } } @@ -118479,16 +118747,16 @@ "type": "Identifier", "name": "row", "range": [ - 63857, - 63860 + 64457, + 64460 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 23 }, "end": { - "line": 2104, + "line": 2124, "column": 26 } } @@ -118497,31 +118765,31 @@ "type": "Identifier", "name": "i", "range": [ - 63861, - 63862 + 64461, + 64462 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 27 }, "end": { - "line": 2104, + "line": 2124, "column": 28 } } }, "range": [ - 63857, - 63863 + 64457, + 64463 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 23 }, "end": { - "line": 2104, + "line": 2124, "column": 29 } } @@ -118530,46 +118798,46 @@ "type": "Identifier", "name": "cells", "range": [ - 63864, - 63869 + 64464, + 64469 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 30 }, "end": { - "line": 2104, + "line": 2124, "column": 35 } } }, "range": [ - 63857, - 63869 + 64457, + 64469 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 23 }, "end": { - "line": 2104, + "line": 2124, "column": 35 } } }, "range": [ - 63850, - 63869 + 64450, + 64469 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 16 }, "end": { - "line": 2104, + "line": 2124, "column": 35 } } @@ -118580,16 +118848,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 63887, - 63894 + 64487, + 64494 ], "loc": { "start": { - "line": 2105, + "line": 2125, "column": 16 }, "end": { - "line": 2105, + "line": 2125, "column": 23 } } @@ -118601,16 +118869,16 @@ "type": "Identifier", "name": "cell", "range": [ - 63897, - 63901 + 64497, + 64501 ], "loc": { "start": { - "line": 2105, + "line": 2125, "column": 26 }, "end": { - "line": 2105, + "line": 2125, "column": 30 } } @@ -118619,46 +118887,46 @@ "type": "Identifier", "name": "length", "range": [ - 63902, - 63908 + 64502, + 64508 ], "loc": { "start": { - "line": 2105, + "line": 2125, "column": 31 }, "end": { - "line": 2105, + "line": 2125, "column": 37 } } }, "range": [ - 63897, - 63908 + 64497, + 64508 ], "loc": { "start": { - "line": 2105, + "line": 2125, "column": 26 }, "end": { - "line": 2105, + "line": 2125, "column": 37 } } }, "range": [ - 63887, - 63908 + 64487, + 64508 ], "loc": { "start": { - "line": 2105, + "line": 2125, "column": 16 }, "end": { - "line": 2105, + "line": 2125, "column": 37 } } @@ -118666,16 +118934,16 @@ ], "kind": "let", "range": [ - 63846, - 63909 + 64446, + 64509 ], "loc": { "start": { - "line": 2104, + "line": 2124, "column": 12 }, "end": { - "line": 2105, + "line": 2125, "column": 38 } }, @@ -118684,16 +118952,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 63923, - 63976 + 64523, + 64576 ], "loc": { "start": { - "line": 2107, + "line": 2127, "column": 12 }, "end": { - "line": 2107, + "line": 2127, "column": 65 } } @@ -118712,16 +118980,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 63993, - 64000 + 64593, + 64600 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 16 }, "end": { - "line": 2108, + "line": 2128, "column": 23 } } @@ -118732,16 +119000,16 @@ "object": { "type": "ThisExpression", "range": [ - 64005, - 64009 + 64605, + 64609 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 28 }, "end": { - "line": 2108, + "line": 2128, "column": 32 } } @@ -118750,46 +119018,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 64010, - 64017 + 64610, + 64617 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 33 }, "end": { - "line": 2108, + "line": 2128, "column": 40 } } }, "range": [ - 64005, - 64017 + 64605, + 64617 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 28 }, "end": { - "line": 2108, + "line": 2128, "column": 40 } } }, "range": [ - 63993, - 64017 + 64593, + 64617 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 16 }, "end": { - "line": 2108, + "line": 2128, "column": 40 } } @@ -118801,47 +119069,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 64022, - 64034 + 64622, + 64634 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 45 }, "end": { - "line": 2108, + "line": 2128, "column": 57 } } }, "prefix": true, "range": [ - 64021, - 64034 + 64621, + 64634 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 44 }, "end": { - "line": 2108, + "line": 2128, "column": 57 } } }, "range": [ - 63993, - 64034 + 64593, + 64634 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 16 }, "end": { - "line": 2108, + "line": 2128, "column": 57 } } @@ -118860,16 +119128,16 @@ "type": "Identifier", "name": "j", "range": [ - 64112, - 64113 + 64712, + 64713 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 25 }, "end": { - "line": 2110, + "line": 2130, "column": 26 } } @@ -118879,31 +119147,31 @@ "value": 0, "raw": "0", "range": [ - 64116, - 64117 + 64716, + 64717 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 29 }, "end": { - "line": 2110, + "line": 2130, "column": 30 } } }, "range": [ - 64112, - 64117 + 64712, + 64717 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 25 }, "end": { - "line": 2110, + "line": 2130, "column": 30 } } @@ -118911,16 +119179,16 @@ ], "kind": "let", "range": [ - 64108, - 64117 + 64708, + 64717 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 21 }, "end": { - "line": 2110, + "line": 2130, "column": 30 } } @@ -118932,16 +119200,16 @@ "type": "Identifier", "name": "j", "range": [ - 64119, - 64120 + 64719, + 64720 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 32 }, "end": { - "line": 2110, + "line": 2130, "column": 33 } } @@ -118950,31 +119218,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 64123, - 64130 + 64723, + 64730 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 36 }, "end": { - "line": 2110, + "line": 2130, "column": 43 } } }, "range": [ - 64119, - 64130 + 64719, + 64730 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 32 }, "end": { - "line": 2110, + "line": 2130, "column": 43 } } @@ -118986,32 +119254,32 @@ "type": "Identifier", "name": "j", "range": [ - 64132, - 64133 + 64732, + 64733 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 45 }, "end": { - "line": 2110, + "line": 2130, "column": 46 } } }, "prefix": false, "range": [ - 64132, - 64135 + 64732, + 64735 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 45 }, "end": { - "line": 2110, + "line": 2130, "column": 48 } } @@ -119031,16 +119299,16 @@ "type": "Identifier", "name": "j", "range": [ - 64163, - 64164 + 64763, + 64764 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 24 }, "end": { - "line": 2111, + "line": 2131, "column": 25 } } @@ -119049,31 +119317,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 64169, - 64177 + 64769, + 64777 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 30 }, "end": { - "line": 2111, + "line": 2131, "column": 38 } } }, "range": [ - 64163, - 64177 + 64763, + 64777 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 24 }, "end": { - "line": 2111, + "line": 2131, "column": 38 } } @@ -119094,16 +119362,16 @@ "type": "Identifier", "name": "row", "range": [ - 64181, - 64184 + 64781, + 64784 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 42 }, "end": { - "line": 2111, + "line": 2131, "column": 45 } } @@ -119112,31 +119380,31 @@ "type": "Identifier", "name": "i", "range": [ - 64185, - 64186 + 64785, + 64786 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 46 }, "end": { - "line": 2111, + "line": 2131, "column": 47 } } }, "range": [ - 64181, - 64187 + 64781, + 64787 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 42 }, "end": { - "line": 2111, + "line": 2131, "column": 48 } } @@ -119145,31 +119413,31 @@ "type": "Identifier", "name": "style", "range": [ - 64188, - 64193 + 64788, + 64793 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 49 }, "end": { - "line": 2111, + "line": 2131, "column": 54 } } }, "range": [ - 64181, - 64193 + 64781, + 64793 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 42 }, "end": { - "line": 2111, + "line": 2131, "column": 54 } } @@ -119178,31 +119446,31 @@ "type": "Identifier", "name": "display", "range": [ - 64194, - 64201 + 64794, + 64801 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 55 }, "end": { - "line": 2111, + "line": 2131, "column": 62 } } }, "range": [ - 64181, - 64201 + 64781, + 64801 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 42 }, "end": { - "line": 2111, + "line": 2131, "column": 62 } } @@ -119212,46 +119480,46 @@ "value": "", "raw": "''", "range": [ - 64206, - 64208 + 64806, + 64808 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 67 }, "end": { - "line": 2111, + "line": 2131, "column": 69 } } }, "range": [ - 64181, - 64208 + 64781, + 64808 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 42 }, "end": { - "line": 2111, + "line": 2131, "column": 69 } } }, "range": [ - 64163, - 64208 + 64763, + 64808 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 24 }, "end": { - "line": 2111, + "line": 2131, "column": 69 } } @@ -119263,48 +119531,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 64236, - 64245 + 64836, + 64845 ], "loc": { "start": { - "line": 2112, + "line": 2132, "column": 24 }, "end": { - "line": 2112, + "line": 2132, "column": 33 } } } ], "range": [ - 64210, - 64267 + 64810, + 64867 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 71 }, "end": { - "line": 2113, + "line": 2133, "column": 21 } } }, "alternate": null, "range": [ - 64159, - 64267 + 64759, + 64867 ], "loc": { "start": { - "line": 2111, + "line": 2131, "column": 20 }, "end": { - "line": 2113, + "line": 2133, "column": 21 } } @@ -119318,16 +119586,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 64292, - 64300 + 64892, + 64900 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 24 }, "end": { - "line": 2114, + "line": 2134, "column": 32 } } @@ -119340,16 +119608,16 @@ "object": { "type": "ThisExpression", "range": [ - 64303, - 64307 + 64903, + 64907 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 35 }, "end": { - "line": 2114, + "line": 2134, "column": 39 } } @@ -119358,31 +119626,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 64308, - 64319 + 64908, + 64919 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 40 }, "end": { - "line": 2114, + "line": 2134, "column": 51 } } }, "range": [ - 64303, - 64319 + 64903, + 64919 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 35 }, "end": { - "line": 2114, + "line": 2134, "column": 51 } } @@ -119395,16 +119663,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64320, - 64324 + 64920, + 64924 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 52 }, "end": { - "line": 2114, + "line": 2134, "column": 56 } } @@ -119413,294 +119681,754 @@ "type": "Identifier", "name": "j", "range": [ - 64325, - 64326 + 64925, + 64926 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 57 }, "end": { - "line": 2114, + "line": 2134, "column": 58 } } }, "range": [ - 64320, - 64327 + 64920, + 64927 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 52 }, "end": { - "line": 2114, + "line": 2134, "column": 59 } } } ], "range": [ - 64303, - 64328 + 64903, + 64928 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 35 }, "end": { - "line": 2114, + "line": 2134, "column": 60 } } }, "range": [ - 64292, - 64328 + 64892, + 64928 ], "loc": { "start": { - "line": 2114, + "line": 2134, "column": 24 }, "end": { - "line": 2114, + "line": 2134, "column": 60 } } + } + ], + "kind": "let", + "range": [ + 64888, + 64929 + ], + "loc": { + "start": { + "line": 2134, + "column": 20 }, + "end": { + "line": 2134, + "column": 61 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "nbFormat", + "name": "decimal", "range": [ - 64354, - 64362 + 64954, + 64961 ], "loc": { "start": { - "line": 2115, + "line": 2135, "column": 24 }, "end": { - "line": 2115, - "column": 32 + "line": 2135, + "column": 31 } } }, "init": { - "type": "ConditionalExpression", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 64365, - 64369 - ], - "loc": { - "start": { - "line": 2115, - "column": 35 - }, - "end": { - "line": 2115, - "column": 39 - } - } - }, - "property": { - "type": "Identifier", - "name": "colNbFormat", - "range": [ - 64370, - 64381 - ], - "loc": { - "start": { - "line": 2115, - "column": 40 - }, - "end": { - "line": 2115, - "column": 51 - } - } - }, + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", "range": [ - 64365, - 64381 + 64964, + 64968 ], "loc": { "start": { - "line": 2115, - "column": 35 + "line": 2135, + "column": 34 }, "end": { - "line": 2115, - "column": 51 + "line": 2135, + "column": 38 } } }, - "consequent": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", + "property": { + "type": "Identifier", + "name": "decimalSeparator", + "range": [ + 64969, + 64985 + ], + "loc": { + "start": { + "line": 2135, + "column": 39 + }, + "end": { + "line": 2135, + "column": 55 + } + } + }, + "range": [ + 64964, + 64985 + ], + "loc": { + "start": { + "line": 2135, + "column": 34 + }, + "end": { + "line": 2135, + "column": 55 + } + } + }, + "range": [ + 64954, + 64985 + ], + "loc": { + "start": { + "line": 2135, + "column": 24 + }, + "end": { + "line": 2135, + "column": 55 + } + } + } + ], + "kind": "let", + "range": [ + 64950, + 64986 + ], + "loc": { + "start": { + "line": 2135, + "column": 20 + }, + "end": { + "line": 2135, + "column": 56 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 65011, + 65015 + ], + "loc": { + "start": { + "line": 2136, + "column": 24 + }, + "end": { + "line": 2136, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasType", + "range": [ + 65016, + 65023 + ], + "loc": { + "start": { + "line": 2136, + "column": 29 + }, + "end": { + "line": 2136, + "column": 36 + } + } + }, + "range": [ + 65011, + 65023 + ], + "loc": { + "start": { + "line": 2136, + "column": 24 + }, + "end": { + "line": 2136, + "column": 36 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 65024, + 65032 + ], + "loc": { + "start": { + "line": 2136, + "column": 37 + }, + "end": { + "line": 2136, + "column": 45 + } + } + }, + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Identifier", + "name": "FORMATTED_NUMBER", + "range": [ + 65035, + 65051 + ], + "loc": { + "start": { + "line": 2136, + "column": 48 + }, + "end": { + "line": 2136, + "column": 64 + } + } + } + ], + "range": [ + 65034, + 65052 + ], + "loc": { + "start": { + "line": 2136, + "column": 47 + }, + "end": { + "line": 2136, + "column": 65 + } + } + } + ], + "range": [ + 65011, + 65053 + ], + "loc": { + "start": { + "line": 2136, + "column": 24 + }, + "end": { + "line": 2136, + "column": 66 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "colType", "range": [ - 64412, - 64416 + 65085, + 65092 ], "loc": { "start": { - "line": 2116, + "line": 2137, "column": 28 }, "end": { - "line": 2116, - "column": 32 + "line": 2137, + "column": 35 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 65095, + 65099 + ], + "loc": { + "start": { + "line": 2137, + "column": 38 + }, + "end": { + "line": 2137, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "colTypes", + "range": [ + 65100, + 65108 + ], + "loc": { + "start": { + "line": 2137, + "column": 43 + }, + "end": { + "line": 2137, + "column": 51 + } + } + }, + "range": [ + 65095, + 65108 + ], + "loc": { + "start": { + "line": 2137, + "column": 38 + }, + "end": { + "line": 2137, + "column": 51 + } + } + }, + "property": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 65109, + 65117 + ], + "loc": { + "start": { + "line": 2137, + "column": 52 + }, + "end": { + "line": 2137, + "column": 60 + } + } + }, + "range": [ + 65095, + 65118 + ], + "loc": { + "start": { + "line": 2137, + "column": 38 + }, + "end": { + "line": 2137, + "column": 61 + } + } + }, + "range": [ + 65085, + 65118 + ], + "loc": { + "start": { + "line": 2137, + "column": 28 + }, + "end": { + "line": 2137, + "column": 61 + } + } + } + ], + "kind": "let", + "range": [ + 65081, + 65119 + ], + "loc": { + "start": { + "line": 2137, + "column": 24 + }, + "end": { + "line": 2137, + "column": 62 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", + "range": [ + 65148, + 65155 + ], + "loc": { + "start": { + "line": 2138, + "column": 28 + }, + "end": { + "line": 2138, + "column": 35 } } }, "property": { "type": "Identifier", - "name": "colNbFormat", + "name": "hasOwnProperty", "range": [ - 64417, - 64428 + 65156, + 65170 ], "loc": { "start": { - "line": 2116, - "column": 33 + "line": 2138, + "column": 36 }, "end": { - "line": 2116, - "column": 44 + "line": 2138, + "column": 50 } } }, "range": [ - 64412, - 64428 + 65148, + 65170 ], "loc": { "start": { - "line": 2116, + "line": 2138, "column": 28 }, "end": { - "line": 2116, - "column": 44 + "line": 2138, + "column": 50 } } }, - "property": { - "type": "Identifier", - "name": "colIndex", - "range": [ - 64429, - 64437 - ], - "loc": { - "start": { - "line": 2116, - "column": 45 - }, - "end": { - "line": 2116, - "column": 53 + "arguments": [ + { + "type": "Literal", + "value": "decimal", + "raw": "'decimal'", + "range": [ + 65171, + 65180 + ], + "loc": { + "start": { + "line": 2138, + "column": 51 + }, + "end": { + "line": 2138, + "column": 60 + } } } - }, + ], "range": [ - 64412, - 64438 + 65148, + 65181 ], "loc": { "start": { - "line": 2116, + "line": 2138, "column": 28 }, "end": { - "line": 2116, - "column": 54 + "line": 2138, + "column": 61 } } }, - "alternate": { - "type": "Identifier", - "name": "undefined", + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "decimal", + "range": [ + 65213, + 65220 + ], + "loc": { + "start": { + "line": 2139, + "column": 28 + }, + "end": { + "line": 2139, + "column": 35 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", + "range": [ + 65223, + 65230 + ], + "loc": { + "start": { + "line": 2139, + "column": 38 + }, + "end": { + "line": 2139, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "name": "decimal", + "range": [ + 65231, + 65238 + ], + "loc": { + "start": { + "line": 2139, + "column": 46 + }, + "end": { + "line": 2139, + "column": 53 + } + } + }, + "range": [ + 65223, + 65238 + ], + "loc": { + "start": { + "line": 2139, + "column": 38 + }, + "end": { + "line": 2139, + "column": 53 + } + } + }, + "range": [ + 65213, + 65238 + ], + "loc": { + "start": { + "line": 2139, + "column": 28 + }, + "end": { + "line": 2139, + "column": 53 + } + } + }, + "range": [ + 65213, + 65239 + ], + "loc": { + "start": { + "line": 2139, + "column": 28 + }, + "end": { + "line": 2139, + "column": 54 + } + } + } + ], "range": [ - 64441, - 64450 + 65183, + 65265 ], "loc": { "start": { - "line": 2116, - "column": 57 + "line": 2138, + "column": 63 }, "end": { - "line": 2116, - "column": 66 + "line": 2140, + "column": 25 } } }, + "alternate": null, "range": [ - 64365, - 64450 + 65144, + 65265 ], "loc": { "start": { - "line": 2115, - "column": 35 + "line": 2138, + "column": 24 }, "end": { - "line": 2116, - "column": 66 + "line": 2140, + "column": 25 } } - }, - "range": [ - 64354, - 64450 - ], - "loc": { - "start": { - "line": 2115, - "column": 24 - }, - "end": { - "line": 2116, - "column": 66 - } } + ], + "range": [ + 65055, + 65287 + ], + "loc": { + "start": { + "line": 2136, + "column": 68 + }, + "end": { + "line": 2141, + "column": 21 + } + } + }, + "alternate": null, + "range": [ + 65007, + 65287 + ], + "loc": { + "start": { + "line": 2136, + "column": 20 }, + "end": { + "line": 2141, + "column": 21 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "data", "range": [ - 64476, - 64480 + 65312, + 65316 ], "loc": { "start": { - "line": 2117, + "line": 2142, "column": 24 }, "end": { - "line": 2117, + "line": 2142, "column": 28 } } @@ -119711,90 +120439,163 @@ "type": "Identifier", "name": "num", "range": [ - 64483, - 64486 + 65319, + 65322 ], "loc": { "start": { - "line": 2117, + "line": 2142, "column": 31 }, "end": { - "line": 2117, + "line": 2142, "column": 34 } } }, "consequent": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "removeNbFormat", + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Number", + "range": [ + 65349, + 65355 + ], + "loc": { + "start": { + "line": 2143, + "column": 24 + }, + "end": { + "line": 2143, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "cellData", + "range": [ + 65356, + 65364 + ], + "loc": { + "start": { + "line": 2143, + "column": 31 + }, + "end": { + "line": 2143, + "column": 39 + } + } + } + ], "range": [ - 64489, - 64503 + 65349, + 65365 ], "loc": { "start": { - "line": 2117, - "column": 37 + "line": 2143, + "column": 24 }, "end": { - "line": 2117, - "column": 51 + "line": 2143, + "column": 40 } } }, - "arguments": [ - { + "right": { + "type": "CallExpression", + "callee": { "type": "Identifier", - "name": "cellData", + "name": "parseNb", "range": [ - 64504, - 64512 + 65369, + 65376 ], "loc": { "start": { - "line": 2117, - "column": 52 + "line": 2143, + "column": 44 }, "end": { - "line": 2117, - "column": 60 + "line": 2143, + "column": 51 } } }, - { - "type": "Identifier", - "name": "nbFormat", - "range": [ - 64514, - 64522 - ], - "loc": { - "start": { - "line": 2117, - "column": 62 - }, - "end": { - "line": 2117, - "column": 70 + "arguments": [ + { + "type": "Identifier", + "name": "cellData", + "range": [ + 65377, + 65385 + ], + "loc": { + "start": { + "line": 2143, + "column": 52 + }, + "end": { + "line": 2143, + "column": 60 + } + } + }, + { + "type": "Identifier", + "name": "decimal", + "range": [ + 65387, + 65394 + ], + "loc": { + "start": { + "line": 2143, + "column": 62 + }, + "end": { + "line": 2143, + "column": 69 + } } } + ], + "range": [ + 65369, + 65395 + ], + "loc": { + "start": { + "line": 2143, + "column": 44 + }, + "end": { + "line": 2143, + "column": 70 + } } - ], + }, "range": [ - 64489, - 64523 + 65349, + 65395 ], "loc": { "start": { - "line": 2117, - "column": 37 + "line": 2143, + "column": 24 }, "end": { - "line": 2117, - "column": 71 + "line": 2143, + "column": 70 } } }, @@ -119802,64 +120603,64 @@ "type": "Identifier", "name": "cellData", "range": [ - 64554, - 64562 + 65422, + 65430 ], "loc": { "start": { - "line": 2118, - "column": 28 + "line": 2144, + "column": 24 }, "end": { - "line": 2118, - "column": 36 + "line": 2144, + "column": 32 } } }, "range": [ - 64483, - 64562 + 65319, + 65430 ], "loc": { "start": { - "line": 2117, + "line": 2142, "column": 31 }, "end": { - "line": 2118, - "column": 36 + "line": 2144, + "column": 32 } } }, "range": [ - 64476, - 64562 + 65312, + 65430 ], "loc": { "start": { - "line": 2117, + "line": 2142, "column": 24 }, "end": { - "line": 2118, - "column": 36 + "line": 2144, + "column": 32 } } } ], "kind": "let", "range": [ - 64288, - 64563 + 65308, + 65431 ], "loc": { "start": { - "line": 2114, + "line": 2142, "column": 20 }, "end": { - "line": 2118, - "column": 37 + "line": 2144, + "column": 33 } } }, @@ -119874,16 +120675,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 64584, - 64593 + 65452, + 65461 ], "loc": { "start": { - "line": 2119, + "line": 2145, "column": 20 }, "end": { - "line": 2119, + "line": 2145, "column": 29 } } @@ -119892,31 +120693,31 @@ "type": "Identifier", "name": "push", "range": [ - 64594, - 64598 + 65462, + 65466 ], "loc": { "start": { - "line": 2119, + "line": 2145, "column": 30 }, "end": { - "line": 2119, + "line": 2145, "column": 34 } } }, "range": [ - 64584, - 64598 + 65452, + 65466 ], "loc": { "start": { - "line": 2119, + "line": 2145, "column": 20 }, "end": { - "line": 2119, + "line": 2145, "column": 34 } } @@ -119926,78 +120727,78 @@ "type": "Identifier", "name": "data", "range": [ - 64599, - 64603 + 65467, + 65471 ], "loc": { "start": { - "line": 2119, + "line": 2145, "column": 35 }, "end": { - "line": 2119, + "line": 2145, "column": 39 } } } ], "range": [ - 64584, - 64604 + 65452, + 65472 ], "loc": { "start": { - "line": 2119, + "line": 2145, "column": 20 }, "end": { - "line": 2119, + "line": 2145, "column": 40 } } }, "range": [ - 64584, - 64605 + 65452, + 65473 ], "loc": { "start": { - "line": 2119, + "line": 2145, "column": 20 }, "end": { - "line": 2119, + "line": 2145, "column": 41 } } } ], "range": [ - 64137, - 64623 + 64737, + 65491 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 50 }, "end": { - "line": 2120, + "line": 2146, "column": 17 } } }, "range": [ - 64103, - 64623 + 64703, + 65491 ], "loc": { "start": { - "line": 2110, + "line": 2130, "column": 16 }, "end": { - "line": 2120, + "line": 2146, "column": 17 } }, @@ -120006,16 +120807,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 64054, - 64086 + 64654, + 64686 ], "loc": { "start": { - "line": 2109, + "line": 2129, "column": 16 }, "end": { - "line": 2109, + "line": 2129, "column": 48 } } @@ -120024,32 +120825,32 @@ } ], "range": [ - 64036, - 64637 + 64636, + 65505 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 59 }, "end": { - "line": 2121, + "line": 2147, "column": 13 } } }, "alternate": null, "range": [ - 63989, - 64637 + 64589, + 65505 ], "loc": { "start": { - "line": 2108, + "line": 2128, "column": 12 }, "end": { - "line": 2121, + "line": 2147, "column": 13 } }, @@ -120058,16 +120859,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 63923, - 63976 + 64523, + 64576 ], "loc": { "start": { - "line": 2107, + "line": 2127, "column": 12 }, "end": { - "line": 2107, + "line": 2127, "column": 65 } } @@ -120076,31 +120877,31 @@ } ], "range": [ - 63616, - 64647 + 64216, + 65515 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 51 }, "end": { - "line": 2122, + "line": 2148, "column": 9 } } }, "range": [ - 63573, - 64647 + 64173, + 65515 ], "loc": { "start": { - "line": 2098, + "line": 2118, "column": 8 }, "end": { - "line": 2122, + "line": 2148, "column": 9 } } @@ -120111,47 +120912,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 64663, - 64672 + 65531, + 65540 ], "loc": { "start": { - "line": 2123, + "line": 2149, "column": 15 }, "end": { - "line": 2123, + "line": 2149, "column": 24 } } }, "range": [ - 64656, - 64673 + 65524, + 65541 ], "loc": { "start": { - "line": 2123, + "line": 2149, "column": 8 }, "end": { - "line": 2123, + "line": 2149, "column": 25 } } } ], "range": [ - 63297, - 64679 + 63897, + 65547 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 78 }, "end": { - "line": 2124, + "line": 2150, "column": 5 } } @@ -120159,16 +120960,16 @@ "generator": false, "expression": false, "range": [ - 63235, - 64679 + 63835, + 65547 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 16 }, "end": { - "line": 2124, + "line": 2150, "column": 5 } } @@ -120176,16 +120977,16 @@ "kind": "method", "computed": false, "range": [ - 63223, - 64679 + 63823, + 65547 ], "loc": { "start": { - "line": 2086, + "line": 2106, "column": 4 }, "end": { - "line": 2124, + "line": 2150, "column": 5 } }, @@ -120194,16 +120995,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 62834, - 63218 + 63434, + 63818 ], "loc": { "start": { - "line": 2078, + "line": 2098, "column": 4 }, "end": { - "line": 2085, + "line": 2105, "column": 7 } } @@ -120214,16 +121015,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": [ - 64685, - 64837 + 65553, + 65705 ], "loc": { "start": { - "line": 2126, + "line": 2152, "column": 4 }, "end": { - "line": 2130, + "line": 2156, "column": 7 } } @@ -120237,16 +121038,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 64842, - 64856 + 65710, + 65724 ], "loc": { "start": { - "line": 2131, + "line": 2157, "column": 4 }, "end": { - "line": 2131, + "line": 2157, "column": 18 } } @@ -120259,16 +121060,16 @@ "type": "Identifier", "name": "index", "range": [ - 64857, - 64862 + 65725, + 65730 ], "loc": { "start": { - "line": 2131, + "line": 2157, "column": 19 }, "end": { - "line": 2131, + "line": 2157, "column": 24 } } @@ -120288,16 +121089,16 @@ "object": { "type": "ThisExpression", "range": [ - 64879, - 64883 + 65747, + 65751 ], "loc": { "start": { - "line": 2132, + "line": 2158, "column": 13 }, "end": { - "line": 2132, + "line": 2158, "column": 17 } } @@ -120306,47 +121107,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 64884, - 64891 + 65752, + 65759 ], "loc": { "start": { - "line": 2132, + "line": 2158, "column": 18 }, "end": { - "line": 2132, + "line": 2158, "column": 25 } } }, "range": [ - 64879, - 64891 + 65747, + 65759 ], "loc": { "start": { - "line": 2132, + "line": 2158, "column": 13 }, "end": { - "line": 2132, + "line": 2158, "column": 25 } } }, "prefix": true, "range": [ - 64878, - 64891 + 65746, + 65759 ], "loc": { "start": { - "line": 2132, + "line": 2158, "column": 12 }, "end": { - "line": 2132, + "line": 2158, "column": 25 } } @@ -120358,48 +121159,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64907, - 64914 + 65775, + 65782 ], "loc": { "start": { - "line": 2133, + "line": 2159, "column": 12 }, "end": { - "line": 2133, + "line": 2159, "column": 19 } } } ], "range": [ - 64893, - 64924 + 65761, + 65792 ], "loc": { "start": { - "line": 2132, + "line": 2158, "column": 27 }, "end": { - "line": 2134, + "line": 2160, "column": 9 } } }, "alternate": null, "range": [ - 64874, - 64924 + 65742, + 65792 ], "loc": { "start": { - "line": 2132, + "line": 2158, "column": 8 }, "end": { - "line": 2134, + "line": 2160, "column": 9 } } @@ -120413,16 +121214,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64937, - 64945 + 65805, + 65813 ], "loc": { "start": { - "line": 2135, + "line": 2161, "column": 12 }, "end": { - "line": 2135, + "line": 2161, "column": 20 } } @@ -120432,31 +121233,31 @@ "value": "", "raw": "''", "range": [ - 64948, - 64950 + 65816, + 65818 ], "loc": { "start": { - "line": 2135, + "line": 2161, "column": 23 }, "end": { - "line": 2135, + "line": 2161, "column": 25 } } }, "range": [ - 64937, - 64950 + 65805, + 65818 ], "loc": { "start": { - "line": 2135, + "line": 2161, "column": 12 }, "end": { - "line": 2135, + "line": 2161, "column": 25 } } @@ -120464,16 +121265,16 @@ ], "kind": "let", "range": [ - 64933, - 64951 + 65801, + 65819 ], "loc": { "start": { - "line": 2135, + "line": 2161, "column": 8 }, "end": { - "line": 2135, + "line": 2161, "column": 26 } } @@ -120487,16 +121288,16 @@ "type": "Identifier", "name": "flt", "range": [ - 64964, - 64967 + 65832, + 65835 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 12 }, "end": { - "line": 2136, + "line": 2162, "column": 15 } } @@ -120509,16 +121310,16 @@ "object": { "type": "ThisExpression", "range": [ - 64970, - 64974 + 65838, + 65842 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 18 }, "end": { - "line": 2136, + "line": 2162, "column": 22 } } @@ -120527,31 +121328,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 64975, - 64991 + 65843, + 65859 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 23 }, "end": { - "line": 2136, + "line": 2162, "column": 39 } } }, "range": [ - 64970, - 64991 + 65838, + 65859 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 18 }, "end": { - "line": 2136, + "line": 2162, "column": 39 } } @@ -120561,47 +121362,47 @@ "type": "Identifier", "name": "index", "range": [ - 64992, - 64997 + 65860, + 65865 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 40 }, "end": { - "line": 2136, + "line": 2162, "column": 45 } } } ], "range": [ - 64970, - 64998 + 65838, + 65866 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 18 }, "end": { - "line": 2136, + "line": 2162, "column": 46 } } }, "range": [ - 64964, - 64998 + 65832, + 65866 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 12 }, "end": { - "line": 2136, + "line": 2162, "column": 46 } } @@ -120609,16 +121410,16 @@ ], "kind": "let", "range": [ - 64960, - 64999 + 65828, + 65867 ], "loc": { "start": { - "line": 2136, + "line": 2162, "column": 8 }, "end": { - "line": 2136, + "line": 2162, "column": 47 } } @@ -120632,32 +121433,32 @@ "type": "Identifier", "name": "flt", "range": [ - 65013, - 65016 + 65881, + 65884 ], "loc": { "start": { - "line": 2137, + "line": 2163, "column": 13 }, "end": { - "line": 2137, + "line": 2163, "column": 16 } } }, "prefix": true, "range": [ - 65012, - 65016 + 65880, + 65884 ], "loc": { "start": { - "line": 2137, + "line": 2163, "column": 12 }, "end": { - "line": 2137, + "line": 2163, "column": 16 } } @@ -120671,63 +121472,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65039, - 65047 + 65907, + 65915 ], "loc": { "start": { - "line": 2138, + "line": 2164, "column": 19 }, "end": { - "line": 2138, + "line": 2164, "column": 27 } } }, "range": [ - 65032, - 65048 + 65900, + 65916 ], "loc": { "start": { - "line": 2138, + "line": 2164, "column": 12 }, "end": { - "line": 2138, + "line": 2164, "column": 28 } } } ], "range": [ - 65018, - 65058 + 65886, + 65926 ], "loc": { "start": { - "line": 2137, + "line": 2163, "column": 18 }, "end": { - "line": 2139, + "line": 2165, "column": 9 } } }, "alternate": null, "range": [ - 65008, - 65058 + 65876, + 65926 ], "loc": { "start": { - "line": 2137, + "line": 2163, "column": 8 }, "end": { - "line": 2139, + "line": 2165, "column": 9 } } @@ -120741,16 +121542,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65072, - 65082 + 65940, + 65950 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 12 }, "end": { - "line": 2141, + "line": 2167, "column": 22 } } @@ -120763,16 +121564,16 @@ "object": { "type": "ThisExpression", "range": [ - 65085, - 65089 + 65953, + 65957 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 25 }, "end": { - "line": 2141, + "line": 2167, "column": 29 } } @@ -120781,31 +121582,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 65090, - 65103 + 65958, + 65971 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 30 }, "end": { - "line": 2141, + "line": 2167, "column": 43 } } }, "range": [ - 65085, - 65103 + 65953, + 65971 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 25 }, "end": { - "line": 2141, + "line": 2167, "column": 43 } } @@ -120815,47 +121616,47 @@ "type": "Identifier", "name": "index", "range": [ - 65104, - 65109 + 65972, + 65977 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 44 }, "end": { - "line": 2141, + "line": 2167, "column": 49 } } } ], "range": [ - 65085, - 65110 + 65953, + 65978 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 25 }, "end": { - "line": 2141, + "line": 2167, "column": 50 } } }, "range": [ - 65072, - 65110 + 65940, + 65978 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 12 }, "end": { - "line": 2141, + "line": 2167, "column": 50 } } @@ -120863,16 +121664,16 @@ ], "kind": "let", "range": [ - 65068, - 65111 + 65936, + 65979 ], "loc": { "start": { - "line": 2141, + "line": 2167, "column": 8 }, "end": { - "line": 2141, + "line": 2167, "column": 51 } } @@ -120889,16 +121690,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65124, - 65134 + 65992, + 66002 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 12 }, "end": { - "line": 2142, + "line": 2168, "column": 22 } } @@ -120907,31 +121708,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 65139, - 65147 + 66007, + 66015 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 27 }, "end": { - "line": 2142, + "line": 2168, "column": 35 } } }, "range": [ - 65124, - 65147 + 65992, + 66015 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 12 }, "end": { - "line": 2142, + "line": 2168, "column": 35 } } @@ -120943,16 +121744,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65151, - 65161 + 66019, + 66029 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 39 }, "end": { - "line": 2142, + "line": 2168, "column": 49 } } @@ -120961,46 +121762,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 65166, - 65175 + 66034, + 66043 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 54 }, "end": { - "line": 2142, + "line": 2168, "column": 63 } } }, "range": [ - 65151, - 65175 + 66019, + 66043 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 39 }, "end": { - "line": 2142, + "line": 2168, "column": 63 } } }, "range": [ - 65124, - 65175 + 65992, + 66043 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 12 }, "end": { - "line": 2142, + "line": 2168, "column": 63 } } @@ -121017,16 +121818,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65191, - 65199 + 66059, + 66067 ], "loc": { "start": { - "line": 2143, + "line": 2169, "column": 12 }, "end": { - "line": 2143, + "line": 2169, "column": 20 } } @@ -121038,16 +121839,16 @@ "type": "Identifier", "name": "flt", "range": [ - 65202, - 65205 + 66070, + 66073 ], "loc": { "start": { - "line": 2143, + "line": 2169, "column": 23 }, "end": { - "line": 2143, + "line": 2169, "column": 26 } } @@ -121056,77 +121857,77 @@ "type": "Identifier", "name": "value", "range": [ - 65206, - 65211 + 66074, + 66079 ], "loc": { "start": { - "line": 2143, + "line": 2169, "column": 27 }, "end": { - "line": 2143, + "line": 2169, "column": 32 } } }, "range": [ - 65202, - 65211 + 66070, + 66079 ], "loc": { "start": { - "line": 2143, + "line": 2169, "column": 23 }, "end": { - "line": 2143, + "line": 2169, "column": 32 } } }, "range": [ - 65191, - 65211 + 66059, + 66079 ], "loc": { "start": { - "line": 2143, + "line": 2169, "column": 12 }, "end": { - "line": 2143, + "line": 2169, "column": 32 } } }, "range": [ - 65191, - 65212 + 66059, + 66080 ], "loc": { "start": { - "line": 2143, + "line": 2169, "column": 12 }, "end": { - "line": 2143, + "line": 2169, "column": 33 } } } ], "range": [ - 65177, - 65222 + 66045, + 66090 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 65 }, "end": { - "line": 2144, + "line": 2170, "column": 9 } }, @@ -121135,16 +121936,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 65231, - 65247 + 66099, + 66115 ], "loc": { "start": { - "line": 2145, + "line": 2171, "column": 8 }, "end": { - "line": 2145, + "line": 2171, "column": 24 } } @@ -121160,16 +121961,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65265, - 65275 + 66133, + 66143 ], "loc": { "start": { - "line": 2146, + "line": 2172, "column": 17 }, "end": { - "line": 2146, + "line": 2172, "column": 27 } } @@ -121178,31 +121979,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 65280, - 65288 + 66148, + 66156 ], "loc": { "start": { - "line": 2146, + "line": 2172, "column": 32 }, "end": { - "line": 2146, + "line": 2172, "column": 40 } } }, "range": [ - 65265, - 65288 + 66133, + 66156 ], "loc": { "start": { - "line": 2146, + "line": 2172, "column": 17 }, "end": { - "line": 2146, + "line": 2172, "column": 40 } } @@ -121219,16 +122020,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65304, - 65312 + 66172, + 66180 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 12 }, "end": { - "line": 2147, + "line": 2173, "column": 20 } } @@ -121246,16 +122047,16 @@ "object": { "type": "ThisExpression", "range": [ - 65315, - 65319 + 66183, + 66187 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 23 }, "end": { - "line": 2147, + "line": 2173, "column": 27 } } @@ -121264,31 +122065,31 @@ "type": "Identifier", "name": "feature", "range": [ - 65320, - 65327 + 66188, + 66195 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 28 }, "end": { - "line": 2147, + "line": 2173, "column": 35 } } }, "range": [ - 65315, - 65327 + 66183, + 66195 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 23 }, "end": { - "line": 2147, + "line": 2173, "column": 35 } } @@ -121299,32 +122100,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 65328, - 65338 + 66196, + 66206 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 36 }, "end": { - "line": 2147, + "line": 2173, "column": 46 } } } ], "range": [ - 65315, - 65339 + 66183, + 66207 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 23 }, "end": { - "line": 2147, + "line": 2173, "column": 47 } } @@ -121333,31 +122134,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 65340, - 65349 + 66208, + 66217 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 48 }, "end": { - "line": 2147, + "line": 2173, "column": 57 } } }, "range": [ - 65315, - 65349 + 66183, + 66217 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 23 }, "end": { - "line": 2147, + "line": 2173, "column": 57 } } @@ -121367,78 +122168,78 @@ "type": "Identifier", "name": "index", "range": [ - 65350, - 65355 + 66218, + 66223 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 58 }, "end": { - "line": 2147, + "line": 2173, "column": 63 } } } ], "range": [ - 65315, - 65356 + 66183, + 66224 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 23 }, "end": { - "line": 2147, + "line": 2173, "column": 64 } } }, "range": [ - 65304, - 65356 + 66172, + 66224 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 12 }, "end": { - "line": 2147, + "line": 2173, "column": 64 } } }, "range": [ - 65304, - 65357 + 66172, + 66225 ], "loc": { "start": { - "line": 2147, + "line": 2173, "column": 12 }, "end": { - "line": 2147, + "line": 2173, "column": 65 } } } ], "range": [ - 65290, - 65367 + 66158, + 66235 ], "loc": { "start": { - "line": 2146, + "line": 2172, "column": 42 }, "end": { - "line": 2148, + "line": 2174, "column": 9 } }, @@ -121447,16 +122248,16 @@ "type": "Line", "value": "checklist", "range": [ - 65376, - 65387 + 66244, + 66255 ], "loc": { "start": { - "line": 2149, + "line": 2175, "column": 8 }, "end": { - "line": 2149, + "line": 2175, "column": 19 } } @@ -121472,16 +122273,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65405, - 65415 + 66273, + 66283 ], "loc": { "start": { - "line": 2150, + "line": 2176, "column": 17 }, "end": { - "line": 2150, + "line": 2176, "column": 27 } } @@ -121490,31 +122291,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 65420, - 65429 + 66288, + 66297 ], "loc": { "start": { - "line": 2150, + "line": 2176, "column": 32 }, "end": { - "line": 2150, + "line": 2176, "column": 41 } } }, "range": [ - 65405, - 65429 + 66273, + 66297 ], "loc": { "start": { - "line": 2150, + "line": 2176, "column": 17 }, "end": { - "line": 2150, + "line": 2176, "column": 41 } } @@ -121531,16 +122332,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65445, - 65453 + 66313, + 66321 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 12 }, "end": { - "line": 2151, + "line": 2177, "column": 20 } } @@ -121558,16 +122359,16 @@ "object": { "type": "ThisExpression", "range": [ - 65456, - 65460 + 66324, + 66328 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 23 }, "end": { - "line": 2151, + "line": 2177, "column": 27 } } @@ -121576,31 +122377,31 @@ "type": "Identifier", "name": "feature", "range": [ - 65461, - 65468 + 66329, + 66336 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 28 }, "end": { - "line": 2151, + "line": 2177, "column": 35 } } }, "range": [ - 65456, - 65468 + 66324, + 66336 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 23 }, "end": { - "line": 2151, + "line": 2177, "column": 35 } } @@ -121611,32 +122412,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 65469, - 65480 + 66337, + 66348 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 36 }, "end": { - "line": 2151, + "line": 2177, "column": 47 } } } ], "range": [ - 65456, - 65481 + 66324, + 66349 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 23 }, "end": { - "line": 2151, + "line": 2177, "column": 48 } } @@ -121645,31 +122446,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 65482, - 65491 + 66350, + 66359 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 49 }, "end": { - "line": 2151, + "line": 2177, "column": 58 } } }, "range": [ - 65456, - 65491 + 66324, + 66359 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 23 }, "end": { - "line": 2151, + "line": 2177, "column": 58 } } @@ -121679,94 +122480,94 @@ "type": "Identifier", "name": "index", "range": [ - 65492, - 65497 + 66360, + 66365 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 59 }, "end": { - "line": 2151, + "line": 2177, "column": 64 } } } ], "range": [ - 65456, - 65498 + 66324, + 66366 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 23 }, "end": { - "line": 2151, + "line": 2177, "column": 65 } } }, "range": [ - 65445, - 65498 + 66313, + 66366 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 12 }, "end": { - "line": 2151, + "line": 2177, "column": 65 } } }, "range": [ - 65445, - 65499 + 66313, + 66367 ], "loc": { "start": { - "line": 2151, + "line": 2177, "column": 12 }, "end": { - "line": 2151, + "line": 2177, "column": 66 } } } ], "range": [ - 65431, - 65509 + 66299, + 66377 ], "loc": { "start": { - "line": 2150, + "line": 2176, "column": 43 }, "end": { - "line": 2152, + "line": 2178, "column": 9 } } }, "alternate": null, "range": [ - 65401, - 65509 + 66269, + 66377 ], "loc": { "start": { - "line": 2150, + "line": 2176, "column": 13 }, "end": { - "line": 2152, + "line": 2178, "column": 9 } }, @@ -121775,16 +122576,16 @@ "type": "Line", "value": "checklist", "range": [ - 65376, - 65387 + 66244, + 66255 ], "loc": { "start": { - "line": 2149, + "line": 2175, "column": 8 }, "end": { - "line": 2149, + "line": 2175, "column": 19 } } @@ -121792,16 +122593,16 @@ ] }, "range": [ - 65261, - 65509 + 66129, + 66377 ], "loc": { "start": { - "line": 2146, + "line": 2172, "column": 13 }, "end": { - "line": 2152, + "line": 2178, "column": 9 } }, @@ -121810,16 +122611,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 65231, - 65247 + 66099, + 66115 ], "loc": { "start": { - "line": 2145, + "line": 2171, "column": 8 }, "end": { - "line": 2145, + "line": 2171, "column": 24 } } @@ -121827,16 +122628,16 @@ ] }, "range": [ - 65120, - 65509 + 65988, + 66377 ], "loc": { "start": { - "line": 2142, + "line": 2168, "column": 8 }, "end": { - "line": 2152, + "line": 2178, "column": 9 } }, @@ -121845,16 +122646,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 65518, - 65586 + 66386, + 66454 ], "loc": { "start": { - "line": 2153, + "line": 2179, "column": 8 }, "end": { - "line": 2153, + "line": 2179, "column": 76 } } @@ -121863,16 +122664,16 @@ "type": "Line", "value": "empty string", "range": [ - 65595, - 65609 + 66463, + 66477 ], "loc": { "start": { - "line": 2154, + "line": 2180, "column": 8 }, "end": { - "line": 2154, + "line": 2180, "column": 22 } } @@ -121893,16 +122694,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 65622, - 65629 + 66490, + 66497 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 12 }, "end": { - "line": 2155, + "line": 2181, "column": 19 } } @@ -121912,32 +122713,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65630, - 65638 + 66498, + 66506 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 20 }, "end": { - "line": 2155, + "line": 2181, "column": 28 } } } ], "range": [ - 65622, - 65639 + 66490, + 66507 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 12 }, "end": { - "line": 2155, + "line": 2181, "column": 29 } } @@ -121952,16 +122753,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65643, - 65651 + 66511, + 66519 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 33 }, "end": { - "line": 2155, + "line": 2181, "column": 41 } } @@ -121970,31 +122771,31 @@ "type": "Identifier", "name": "length", "range": [ - 65652, - 65658 + 66520, + 66526 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 42 }, "end": { - "line": 2155, + "line": 2181, "column": 48 } } }, "range": [ - 65643, - 65658 + 66511, + 66526 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 33 }, "end": { - "line": 2155, + "line": 2181, "column": 48 } } @@ -122004,46 +122805,46 @@ "value": 0, "raw": "0", "range": [ - 65663, - 65664 + 66531, + 66532 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 53 }, "end": { - "line": 2155, + "line": 2181, "column": 54 } } }, "range": [ - 65643, - 65664 + 66511, + 66532 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 33 }, "end": { - "line": 2155, + "line": 2181, "column": 54 } } }, "range": [ - 65622, - 65664 + 66490, + 66532 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 12 }, "end": { - "line": 2155, + "line": 2181, "column": 54 } } @@ -122061,16 +122862,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65681, - 65689 + 66549, + 66557 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 13 }, "end": { - "line": 2156, + "line": 2182, "column": 21 } } @@ -122079,31 +122880,31 @@ "type": "Identifier", "name": "length", "range": [ - 65690, - 65696 + 66558, + 66564 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 22 }, "end": { - "line": 2156, + "line": 2182, "column": 28 } } }, "range": [ - 65681, - 65696 + 66549, + 66564 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 13 }, "end": { - "line": 2156, + "line": 2182, "column": 28 } } @@ -122113,31 +122914,31 @@ "value": 1, "raw": "1", "range": [ - 65701, - 65702 + 66569, + 66570 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 33 }, "end": { - "line": 2156, + "line": 2182, "column": 34 } } }, "range": [ - 65681, - 65702 + 66549, + 66570 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 13 }, "end": { - "line": 2156, + "line": 2182, "column": 34 } } @@ -122152,16 +122953,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65706, - 65714 + 66574, + 66582 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 38 }, "end": { - "line": 2156, + "line": 2182, "column": 46 } } @@ -122171,31 +122972,31 @@ "value": 0, "raw": "0", "range": [ - 65715, - 65716 + 66583, + 66584 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 47 }, "end": { - "line": 2156, + "line": 2182, "column": 48 } } }, "range": [ - 65706, - 65717 + 66574, + 66585 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 38 }, "end": { - "line": 2156, + "line": 2182, "column": 49 } } @@ -122205,61 +123006,61 @@ "value": "", "raw": "''", "range": [ - 65722, - 65724 + 66590, + 66592 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 54 }, "end": { - "line": 2156, + "line": 2182, "column": 56 } } }, "range": [ - 65706, - 65724 + 66574, + 66592 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 38 }, "end": { - "line": 2156, + "line": 2182, "column": 56 } } }, "range": [ - 65681, - 65724 + 66549, + 66592 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 13 }, "end": { - "line": 2156, + "line": 2182, "column": 56 } } }, "range": [ - 65622, - 65725 + 66490, + 66593 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 12 }, "end": { - "line": 2156, + "line": 2182, "column": 57 } } @@ -122276,16 +123077,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65741, - 65749 + 66609, + 66617 ], "loc": { "start": { - "line": 2157, + "line": 2183, "column": 12 }, "end": { - "line": 2157, + "line": 2183, "column": 20 } } @@ -122295,78 +123096,78 @@ "value": "", "raw": "''", "range": [ - 65752, - 65754 + 66620, + 66622 ], "loc": { "start": { - "line": 2157, + "line": 2183, "column": 23 }, "end": { - "line": 2157, + "line": 2183, "column": 25 } } }, "range": [ - 65741, - 65754 + 66609, + 66622 ], "loc": { "start": { - "line": 2157, + "line": 2183, "column": 12 }, "end": { - "line": 2157, + "line": 2183, "column": 25 } } }, "range": [ - 65741, - 65755 + 66609, + 66623 ], "loc": { "start": { - "line": 2157, + "line": 2183, "column": 12 }, "end": { - "line": 2157, + "line": 2183, "column": 26 } } } ], "range": [ - 65727, - 65765 + 66595, + 66633 ], "loc": { "start": { - "line": 2156, + "line": 2182, "column": 59 }, "end": { - "line": 2158, + "line": 2184, "column": 9 } } }, "alternate": null, "range": [ - 65618, - 65765 + 66486, + 66633 ], "loc": { "start": { - "line": 2155, + "line": 2181, "column": 8 }, "end": { - "line": 2158, + "line": 2184, "column": 9 } }, @@ -122375,16 +123176,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 65518, - 65586 + 66386, + 66454 ], "loc": { "start": { - "line": 2153, + "line": 2179, "column": 8 }, "end": { - "line": 2153, + "line": 2179, "column": 76 } } @@ -122393,16 +123194,16 @@ "type": "Line", "value": "empty string", "range": [ - 65595, - 65609 + 66463, + 66477 ], "loc": { "start": { - "line": 2154, + "line": 2180, "column": 8 }, "end": { - "line": 2154, + "line": 2180, "column": 22 } } @@ -122415,47 +123216,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65782, - 65790 + 66650, + 66658 ], "loc": { "start": { - "line": 2160, + "line": 2186, "column": 15 }, "end": { - "line": 2160, + "line": 2186, "column": 23 } } }, "range": [ - 65775, - 65791 + 66643, + 66659 ], "loc": { "start": { - "line": 2160, + "line": 2186, "column": 8 }, "end": { - "line": 2160, + "line": 2186, "column": 24 } } } ], "range": [ - 64864, - 65797 + 65732, + 66665 ], "loc": { "start": { - "line": 2131, + "line": 2157, "column": 26 }, "end": { - "line": 2161, + "line": 2187, "column": 5 } } @@ -122463,16 +123264,16 @@ "generator": false, "expression": false, "range": [ - 64856, - 65797 + 65724, + 66665 ], "loc": { "start": { - "line": 2131, + "line": 2157, "column": 18 }, "end": { - "line": 2161, + "line": 2187, "column": 5 } } @@ -122480,16 +123281,16 @@ "kind": "method", "computed": false, "range": [ - 64842, - 65797 + 65710, + 66665 ], "loc": { "start": { - "line": 2131, + "line": 2157, "column": 4 }, "end": { - "line": 2161, + "line": 2187, "column": 5 } }, @@ -122498,16 +123299,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": [ - 64685, - 64837 + 65553, + 65705 ], "loc": { "start": { - "line": 2126, + "line": 2152, "column": 4 }, "end": { - "line": 2130, + "line": 2156, "column": 7 } } @@ -122518,16 +123319,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 65803, - 65895 + 66671, + 66763 ], "loc": { "start": { - "line": 2163, + "line": 2189, "column": 4 }, "end": { - "line": 2166, + "line": 2192, "column": 7 } } @@ -122541,16 +123342,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 65900, - 65915 + 66768, + 66783 ], "loc": { "start": { - "line": 2167, + "line": 2193, "column": 4 }, "end": { - "line": 2167, + "line": 2193, "column": 19 } } @@ -122573,16 +123374,16 @@ "object": { "type": "ThisExpression", "range": [ - 65933, - 65937 + 66801, + 66805 ], "loc": { "start": { - "line": 2168, + "line": 2194, "column": 13 }, "end": { - "line": 2168, + "line": 2194, "column": 17 } } @@ -122591,47 +123392,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65938, - 65945 + 66806, + 66813 ], "loc": { "start": { - "line": 2168, + "line": 2194, "column": 18 }, "end": { - "line": 2168, + "line": 2194, "column": 25 } } }, "range": [ - 65933, - 65945 + 66801, + 66813 ], "loc": { "start": { - "line": 2168, + "line": 2194, "column": 13 }, "end": { - "line": 2168, + "line": 2194, "column": 25 } } }, "prefix": true, "range": [ - 65932, - 65945 + 66800, + 66813 ], "loc": { "start": { - "line": 2168, + "line": 2194, "column": 12 }, "end": { - "line": 2168, + "line": 2194, "column": 25 } } @@ -122643,48 +123444,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65961, - 65968 + 66829, + 66836 ], "loc": { "start": { - "line": 2169, + "line": 2195, "column": 12 }, "end": { - "line": 2169, + "line": 2195, "column": 19 } } } ], "range": [ - 65947, - 65978 + 66815, + 66846 ], "loc": { "start": { - "line": 2168, + "line": 2194, "column": 27 }, "end": { - "line": 2170, + "line": 2196, "column": 9 } } }, "alternate": null, "range": [ - 65928, - 65978 + 66796, + 66846 ], "loc": { "start": { - "line": 2168, + "line": 2194, "column": 8 }, "end": { - "line": 2170, + "line": 2196, "column": 9 } } @@ -122698,16 +123499,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65991, - 66001 + 66859, + 66869 ], "loc": { "start": { - "line": 2171, + "line": 2197, "column": 12 }, "end": { - "line": 2171, + "line": 2197, "column": 22 } } @@ -122716,31 +123517,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 66004, - 66006 + 66872, + 66874 ], "loc": { "start": { - "line": 2171, + "line": 2197, "column": 25 }, "end": { - "line": 2171, + "line": 2197, "column": 27 } } }, "range": [ - 65991, - 66006 + 66859, + 66874 ], "loc": { "start": { - "line": 2171, + "line": 2197, "column": 12 }, "end": { - "line": 2171, + "line": 2197, "column": 27 } } @@ -122748,16 +123549,16 @@ ], "kind": "let", "range": [ - 65987, - 66007 + 66855, + 66875 ], "loc": { "start": { - "line": 2171, + "line": 2197, "column": 8 }, "end": { - "line": 2171, + "line": 2197, "column": 28 } } @@ -122773,16 +123574,16 @@ "type": "Identifier", "name": "i", "range": [ - 66025, - 66026 + 66893, + 66894 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 17 }, "end": { - "line": 2172, + "line": 2198, "column": 18 } } @@ -122792,31 +123593,31 @@ "value": 0, "raw": "0", "range": [ - 66029, - 66030 + 66897, + 66898 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 21 }, "end": { - "line": 2172, + "line": 2198, "column": 22 } } }, "range": [ - 66025, - 66030 + 66893, + 66898 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 17 }, "end": { - "line": 2172, + "line": 2198, "column": 22 } } @@ -122827,16 +123628,16 @@ "type": "Identifier", "name": "len", "range": [ - 66032, - 66035 + 66900, + 66903 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 24 }, "end": { - "line": 2172, + "line": 2198, "column": 27 } } @@ -122850,16 +123651,16 @@ "object": { "type": "ThisExpression", "range": [ - 66038, - 66042 + 66906, + 66910 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 30 }, "end": { - "line": 2172, + "line": 2198, "column": 34 } } @@ -122868,31 +123669,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66043, - 66049 + 66911, + 66917 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 35 }, "end": { - "line": 2172, + "line": 2198, "column": 41 } } }, "range": [ - 66038, - 66049 + 66906, + 66917 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 30 }, "end": { - "line": 2172, + "line": 2198, "column": 41 } } @@ -122901,46 +123702,46 @@ "type": "Identifier", "name": "length", "range": [ - 66050, - 66056 + 66918, + 66924 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 42 }, "end": { - "line": 2172, + "line": 2198, "column": 48 } } }, "range": [ - 66038, - 66056 + 66906, + 66924 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 30 }, "end": { - "line": 2172, + "line": 2198, "column": 48 } } }, "range": [ - 66032, - 66056 + 66900, + 66924 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 24 }, "end": { - "line": 2172, + "line": 2198, "column": 48 } } @@ -122948,16 +123749,16 @@ ], "kind": "let", "range": [ - 66021, - 66056 + 66889, + 66924 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 13 }, "end": { - "line": 2172, + "line": 2198, "column": 48 } } @@ -122969,16 +123770,16 @@ "type": "Identifier", "name": "i", "range": [ - 66058, - 66059 + 66926, + 66927 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 50 }, "end": { - "line": 2172, + "line": 2198, "column": 51 } } @@ -122987,31 +123788,31 @@ "type": "Identifier", "name": "len", "range": [ - 66062, - 66065 + 66930, + 66933 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 54 }, "end": { - "line": 2172, + "line": 2198, "column": 57 } } }, "range": [ - 66058, - 66065 + 66926, + 66933 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 50 }, "end": { - "line": 2172, + "line": 2198, "column": 57 } } @@ -123023,32 +123824,32 @@ "type": "Identifier", "name": "i", "range": [ - 66067, - 66068 + 66935, + 66936 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 59 }, "end": { - "line": 2172, + "line": 2198, "column": 60 } } }, "prefix": false, "range": [ - 66067, - 66070 + 66935, + 66938 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 59 }, "end": { - "line": 2172, + "line": 2198, "column": 62 } } @@ -123065,16 +123866,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66090, - 66098 + 66958, + 66966 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 16 }, "end": { - "line": 2173, + "line": 2199, "column": 24 } } @@ -123087,16 +123888,16 @@ "object": { "type": "ThisExpression", "range": [ - 66101, - 66105 + 66969, + 66973 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 27 }, "end": { - "line": 2173, + "line": 2199, "column": 31 } } @@ -123105,31 +123906,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 66106, - 66120 + 66974, + 66988 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 32 }, "end": { - "line": 2173, + "line": 2199, "column": 46 } } }, "range": [ - 66101, - 66120 + 66969, + 66988 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 27 }, "end": { - "line": 2173, + "line": 2199, "column": 46 } } @@ -123139,47 +123940,47 @@ "type": "Identifier", "name": "i", "range": [ - 66121, - 66122 + 66989, + 66990 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 47 }, "end": { - "line": 2173, + "line": 2199, "column": 48 } } } ], "range": [ - 66101, - 66123 + 66969, + 66991 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 27 }, "end": { - "line": 2173, + "line": 2199, "column": 49 } } }, "range": [ - 66090, - 66123 + 66958, + 66991 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 16 }, "end": { - "line": 2173, + "line": 2199, "column": 49 } } @@ -123187,16 +123988,16 @@ ], "kind": "let", "range": [ - 66086, - 66124 + 66954, + 66992 ], "loc": { "start": { - "line": 2173, + "line": 2199, "column": 12 }, "end": { - "line": 2173, + "line": 2199, "column": 50 } } @@ -123209,16 +124010,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 66141, - 66148 + 67009, + 67016 ], "loc": { "start": { - "line": 2174, + "line": 2200, "column": 16 }, "end": { - "line": 2174, + "line": 2200, "column": 23 } } @@ -123228,32 +124029,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66149, - 66157 + 67017, + 67025 ], "loc": { "start": { - "line": 2174, + "line": 2200, "column": 24 }, "end": { - "line": 2174, + "line": 2200, "column": 32 } } } ], "range": [ - 66141, - 66158 + 67009, + 67026 ], "loc": { "start": { - "line": 2174, + "line": 2200, "column": 16 }, "end": { - "line": 2174, + "line": 2200, "column": 33 } } @@ -123272,16 +124073,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 66178, - 66188 + 67046, + 67056 ], "loc": { "start": { - "line": 2175, + "line": 2201, "column": 16 }, "end": { - "line": 2175, + "line": 2201, "column": 26 } } @@ -123290,31 +124091,31 @@ "type": "Identifier", "name": "push", "range": [ - 66189, - 66193 + 67057, + 67061 ], "loc": { "start": { - "line": 2175, + "line": 2201, "column": 27 }, "end": { - "line": 2175, + "line": 2201, "column": 31 } } }, "range": [ - 66178, - 66193 + 67046, + 67061 ], "loc": { "start": { - "line": 2175, + "line": 2201, "column": 16 }, "end": { - "line": 2175, + "line": 2201, "column": 31 } } @@ -123324,63 +124125,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66194, - 66202 + 67062, + 67070 ], "loc": { "start": { - "line": 2175, + "line": 2201, "column": 32 }, "end": { - "line": 2175, + "line": 2201, "column": 40 } } } ], "range": [ - 66178, - 66203 + 67046, + 67071 ], "loc": { "start": { - "line": 2175, + "line": 2201, "column": 16 }, "end": { - "line": 2175, + "line": 2201, "column": 41 } } }, "range": [ - 66178, - 66204 + 67046, + 67072 ], "loc": { "start": { - "line": 2175, + "line": 2201, "column": 16 }, "end": { - "line": 2175, + "line": 2201, "column": 42 } } } ], "range": [ - 66160, - 66218 + 67028, + 67086 ], "loc": { "start": { - "line": 2174, + "line": 2200, "column": 35 }, "end": { - "line": 2176, + "line": 2202, "column": 13 } } @@ -123399,16 +124200,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 66242, - 66252 + 67110, + 67120 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 16 }, "end": { - "line": 2177, + "line": 2203, "column": 26 } } @@ -123417,31 +124218,31 @@ "type": "Identifier", "name": "push", "range": [ - 66253, - 66257 + 67121, + 67125 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 27 }, "end": { - "line": 2177, + "line": 2203, "column": 31 } } }, "range": [ - 66242, - 66257 + 67110, + 67125 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 16 }, "end": { - "line": 2177, + "line": 2203, "column": 31 } } @@ -123453,16 +124254,16 @@ "type": "Identifier", "name": "trim", "range": [ - 66258, - 66262 + 67126, + 67130 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 32 }, "end": { - "line": 2177, + "line": 2203, "column": 36 } } @@ -123472,125 +124273,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66263, - 66271 + 67131, + 67139 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 37 }, "end": { - "line": 2177, + "line": 2203, "column": 45 } } } ], "range": [ - 66258, - 66272 + 67126, + 67140 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 32 }, "end": { - "line": 2177, + "line": 2203, "column": 46 } } } ], "range": [ - 66242, - 66273 + 67110, + 67141 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 16 }, "end": { - "line": 2177, + "line": 2203, "column": 47 } } }, "range": [ - 66242, - 66274 + 67110, + 67142 ], "loc": { "start": { - "line": 2177, + "line": 2203, "column": 16 }, "end": { - "line": 2177, + "line": 2203, "column": 48 } } } ], "range": [ - 66224, - 66288 + 67092, + 67156 ], "loc": { "start": { - "line": 2176, + "line": 2202, "column": 19 }, "end": { - "line": 2178, + "line": 2204, "column": 13 } } }, "range": [ - 66137, - 66288 + 67005, + 67156 ], "loc": { "start": { - "line": 2174, + "line": 2200, "column": 12 }, "end": { - "line": 2178, + "line": 2204, "column": 13 } } } ], "range": [ - 66072, - 66298 + 66940, + 67166 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 64 }, "end": { - "line": 2179, + "line": 2205, "column": 9 } } }, "range": [ - 66016, - 66298 + 66884, + 67166 ], "loc": { "start": { - "line": 2172, + "line": 2198, "column": 8 }, "end": { - "line": 2179, + "line": 2205, "column": 9 } } @@ -123601,47 +124402,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 66314, - 66324 + 67182, + 67192 ], "loc": { "start": { - "line": 2180, + "line": 2206, "column": 15 }, "end": { - "line": 2180, + "line": 2206, "column": 25 } } }, "range": [ - 66307, - 66325 + 67175, + 67193 ], "loc": { "start": { - "line": 2180, + "line": 2206, "column": 8 }, "end": { - "line": 2180, + "line": 2206, "column": 26 } } } ], "range": [ - 65918, - 66331 + 66786, + 67199 ], "loc": { "start": { - "line": 2167, + "line": 2193, "column": 22 }, "end": { - "line": 2181, + "line": 2207, "column": 5 } } @@ -123649,16 +124450,16 @@ "generator": false, "expression": false, "range": [ - 65915, - 66331 + 66783, + 67199 ], "loc": { "start": { - "line": 2167, + "line": 2193, "column": 19 }, "end": { - "line": 2181, + "line": 2207, "column": 5 } } @@ -123666,16 +124467,16 @@ "kind": "method", "computed": false, "range": [ - 65900, - 66331 + 66768, + 67199 ], "loc": { "start": { - "line": 2167, + "line": 2193, "column": 4 }, "end": { - "line": 2181, + "line": 2207, "column": 5 } }, @@ -123684,16 +124485,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 65803, - 65895 + 66671, + 66763 ], "loc": { "start": { - "line": 2163, + "line": 2189, "column": 4 }, "end": { - "line": 2166, + "line": 2192, "column": 7 } } @@ -123704,16 +124505,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": [ - 66337, - 66500 + 67205, + 67368 ], "loc": { "start": { - "line": 2183, + "line": 2209, "column": 4 }, "end": { - "line": 2187, + "line": 2213, "column": 7 } } @@ -123727,16 +124528,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 66505, - 66516 + 67373, + 67384 ], "loc": { "start": { - "line": 2188, + "line": 2214, "column": 4 }, "end": { - "line": 2188, + "line": 2214, "column": 15 } } @@ -123749,16 +124550,16 @@ "type": "Identifier", "name": "index", "range": [ - 66517, - 66522 + 67385, + 67390 ], "loc": { "start": { - "line": 2188, + "line": 2214, "column": 16 }, "end": { - "line": 2188, + "line": 2214, "column": 21 } } @@ -123778,16 +124579,16 @@ "object": { "type": "ThisExpression", "range": [ - 66539, - 66543 + 67407, + 67411 ], "loc": { "start": { - "line": 2189, + "line": 2215, "column": 13 }, "end": { - "line": 2189, + "line": 2215, "column": 17 } } @@ -123796,47 +124597,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 66544, - 66551 + 67412, + 67419 ], "loc": { "start": { - "line": 2189, + "line": 2215, "column": 18 }, "end": { - "line": 2189, + "line": 2215, "column": 25 } } }, "range": [ - 66539, - 66551 + 67407, + 67419 ], "loc": { "start": { - "line": 2189, + "line": 2215, "column": 13 }, "end": { - "line": 2189, + "line": 2215, "column": 25 } } }, "prefix": true, "range": [ - 66538, - 66551 + 67406, + 67419 ], "loc": { "start": { - "line": 2189, + "line": 2215, "column": 12 }, "end": { - "line": 2189, + "line": 2215, "column": 25 } } @@ -123848,48 +124649,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66567, - 66574 + 67435, + 67442 ], "loc": { "start": { - "line": 2190, + "line": 2216, "column": 12 }, "end": { - "line": 2190, + "line": 2216, "column": 19 } } } ], "range": [ - 66553, - 66584 + 67421, + 67452 ], "loc": { "start": { - "line": 2189, + "line": 2215, "column": 27 }, "end": { - "line": 2191, + "line": 2217, "column": 9 } } }, "alternate": null, "range": [ - 66534, - 66584 + 67402, + 67452 ], "loc": { "start": { - "line": 2189, + "line": 2215, "column": 8 }, "end": { - "line": 2191, + "line": 2217, "column": 9 } } @@ -123905,16 +124706,16 @@ "object": { "type": "ThisExpression", "range": [ - 66600, - 66604 + 67468, + 67472 ], "loc": { "start": { - "line": 2192, + "line": 2218, "column": 15 }, "end": { - "line": 2192, + "line": 2218, "column": 19 } } @@ -123923,31 +124724,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66605, - 66611 + 67473, + 67479 ], "loc": { "start": { - "line": 2192, + "line": 2218, "column": 20 }, "end": { - "line": 2192, + "line": 2218, "column": 26 } } }, "range": [ - 66600, - 66611 + 67468, + 67479 ], "loc": { "start": { - "line": 2192, + "line": 2218, "column": 15 }, "end": { - "line": 2192, + "line": 2218, "column": 26 } } @@ -123956,62 +124757,62 @@ "type": "Identifier", "name": "index", "range": [ - 66612, - 66617 + 67480, + 67485 ], "loc": { "start": { - "line": 2192, + "line": 2218, "column": 27 }, "end": { - "line": 2192, + "line": 2218, "column": 32 } } }, "range": [ - 66600, - 66618 + 67468, + 67486 ], "loc": { "start": { - "line": 2192, + "line": 2218, "column": 15 }, "end": { - "line": 2192, + "line": 2218, "column": 33 } } }, "range": [ - 66593, - 66619 + 67461, + 67487 ], "loc": { "start": { - "line": 2192, + "line": 2218, "column": 8 }, "end": { - "line": 2192, + "line": 2218, "column": 34 } } } ], "range": [ - 66524, - 66625 + 67392, + 67493 ], "loc": { "start": { - "line": 2188, + "line": 2214, "column": 23 }, "end": { - "line": 2193, + "line": 2219, "column": 5 } } @@ -124019,16 +124820,16 @@ "generator": false, "expression": false, "range": [ - 66516, - 66625 + 67384, + 67493 ], "loc": { "start": { - "line": 2188, + "line": 2214, "column": 15 }, "end": { - "line": 2193, + "line": 2219, "column": 5 } } @@ -124036,16 +124837,16 @@ "kind": "method", "computed": false, "range": [ - 66505, - 66625 + 67373, + 67493 ], "loc": { "start": { - "line": 2188, + "line": 2214, "column": 4 }, "end": { - "line": 2193, + "line": 2219, "column": 5 } }, @@ -124054,16 +124855,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": [ - 66337, - 66500 + 67205, + 67368 ], "loc": { "start": { - "line": 2183, + "line": 2209, "column": 4 }, "end": { - "line": 2187, + "line": 2213, "column": 7 } } @@ -124074,16 +124875,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": [ - 66631, - 67032 + 67499, + 67900 ], "loc": { "start": { - "line": 2195, + "line": 2221, "column": 4 }, "end": { - "line": 2203, + "line": 2229, "column": 7 } } @@ -124097,16 +124898,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 67037, - 67053 + 67905, + 67921 ], "loc": { "start": { - "line": 2204, + "line": 2230, "column": 4 }, "end": { - "line": 2204, + "line": 2230, "column": 20 } } @@ -124119,16 +124920,16 @@ "type": "Identifier", "name": "type", "range": [ - 67054, - 67058 + 67922, + 67926 ], "loc": { "start": { - "line": 2204, + "line": 2230, "column": 21 }, "end": { - "line": 2204, + "line": 2230, "column": 25 } } @@ -124137,16 +124938,16 @@ "type": "Identifier", "name": "bool", "range": [ - 67060, - 67064 + 67928, + 67932 ], "loc": { "start": { - "line": 2204, + "line": 2230, "column": 27 }, "end": { - "line": 2204, + "line": 2230, "column": 31 } } @@ -124166,16 +124967,16 @@ "object": { "type": "ThisExpression", "range": [ - 67081, - 67085 + 67949, + 67953 ], "loc": { "start": { - "line": 2205, + "line": 2231, "column": 13 }, "end": { - "line": 2205, + "line": 2231, "column": 17 } } @@ -124184,47 +124985,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 67086, - 67093 + 67954, + 67961 ], "loc": { "start": { - "line": 2205, + "line": 2231, "column": 18 }, "end": { - "line": 2205, + "line": 2231, "column": 25 } } }, "range": [ - 67081, - 67093 + 67949, + 67961 ], "loc": { "start": { - "line": 2205, + "line": 2231, "column": 13 }, "end": { - "line": 2205, + "line": 2231, "column": 25 } } }, "prefix": true, "range": [ - 67080, - 67093 + 67948, + 67961 ], "loc": { "start": { - "line": 2205, + "line": 2231, "column": 12 }, "end": { - "line": 2205, + "line": 2231, "column": 25 } } @@ -124236,48 +125037,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67109, - 67116 + 67977, + 67984 ], "loc": { "start": { - "line": 2206, + "line": 2232, "column": 12 }, "end": { - "line": 2206, + "line": 2232, "column": 19 } } } ], "range": [ - 67095, - 67126 + 67963, + 67994 ], "loc": { "start": { - "line": 2205, + "line": 2231, "column": 27 }, "end": { - "line": 2207, + "line": 2233, "column": 9 } } }, "alternate": null, "range": [ - 67076, - 67126 + 67944, + 67994 ], "loc": { "start": { - "line": 2205, + "line": 2231, "column": 8 }, "end": { - "line": 2207, + "line": 2233, "column": 9 } } @@ -124291,16 +125092,16 @@ "type": "Identifier", "name": "arr", "range": [ - 67139, - 67142 + 68007, + 68010 ], "loc": { "start": { - "line": 2208, + "line": 2234, "column": 12 }, "end": { - "line": 2208, + "line": 2234, "column": 15 } } @@ -124309,31 +125110,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 67145, - 67147 + 68013, + 68015 ], "loc": { "start": { - "line": 2208, + "line": 2234, "column": 18 }, "end": { - "line": 2208, + "line": 2234, "column": 20 } } }, "range": [ - 67139, - 67147 + 68007, + 68015 ], "loc": { "start": { - "line": 2208, + "line": 2234, "column": 12 }, "end": { - "line": 2208, + "line": 2234, "column": 20 } } @@ -124341,16 +125142,16 @@ ], "kind": "let", "range": [ - 67135, - 67148 + 68003, + 68016 ], "loc": { "start": { - "line": 2208, + "line": 2234, "column": 8 }, "end": { - "line": 2208, + "line": 2234, "column": 21 } } @@ -124366,16 +125167,16 @@ "type": "Identifier", "name": "i", "range": [ - 67166, - 67167 + 68034, + 68035 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 17 }, "end": { - "line": 2209, + "line": 2235, "column": 18 } } @@ -124385,31 +125186,31 @@ "value": 0, "raw": "0", "range": [ - 67170, - 67171 + 68038, + 68039 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 21 }, "end": { - "line": 2209, + "line": 2235, "column": 22 } } }, "range": [ - 67166, - 67171 + 68034, + 68039 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 17 }, "end": { - "line": 2209, + "line": 2235, "column": 22 } } @@ -124420,16 +125221,16 @@ "type": "Identifier", "name": "len", "range": [ - 67173, - 67176 + 68041, + 68044 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 24 }, "end": { - "line": 2209, + "line": 2235, "column": 27 } } @@ -124443,16 +125244,16 @@ "object": { "type": "ThisExpression", "range": [ - 67179, - 67183 + 68047, + 68051 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 30 }, "end": { - "line": 2209, + "line": 2235, "column": 34 } } @@ -124461,31 +125262,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 67184, - 67190 + 68052, + 68058 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 35 }, "end": { - "line": 2209, + "line": 2235, "column": 41 } } }, "range": [ - 67179, - 67190 + 68047, + 68058 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 30 }, "end": { - "line": 2209, + "line": 2235, "column": 41 } } @@ -124494,46 +125295,46 @@ "type": "Identifier", "name": "length", "range": [ - 67191, - 67197 + 68059, + 68065 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 42 }, "end": { - "line": 2209, + "line": 2235, "column": 48 } } }, "range": [ - 67179, - 67197 + 68047, + 68065 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 30 }, "end": { - "line": 2209, + "line": 2235, "column": 48 } } }, "range": [ - 67173, - 67197 + 68041, + 68065 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 24 }, "end": { - "line": 2209, + "line": 2235, "column": 48 } } @@ -124541,16 +125342,16 @@ ], "kind": "let", "range": [ - 67162, - 67197 + 68030, + 68065 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 13 }, "end": { - "line": 2209, + "line": 2235, "column": 48 } } @@ -124562,16 +125363,16 @@ "type": "Identifier", "name": "i", "range": [ - 67199, - 67200 + 68067, + 68068 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 50 }, "end": { - "line": 2209, + "line": 2235, "column": 51 } } @@ -124580,31 +125381,31 @@ "type": "Identifier", "name": "len", "range": [ - 67203, - 67206 + 68071, + 68074 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 54 }, "end": { - "line": 2209, + "line": 2235, "column": 57 } } }, "range": [ - 67199, - 67206 + 68067, + 68074 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 50 }, "end": { - "line": 2209, + "line": 2235, "column": 57 } } @@ -124616,32 +125417,32 @@ "type": "Identifier", "name": "i", "range": [ - 67208, - 67209 + 68076, + 68077 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 59 }, "end": { - "line": 2209, + "line": 2235, "column": 60 } } }, "prefix": false, "range": [ - 67208, - 67211 + 68076, + 68079 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 59 }, "end": { - "line": 2209, + "line": 2235, "column": 62 } } @@ -124658,16 +125459,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 67231, - 67238 + 68099, + 68106 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 16 }, "end": { - "line": 2210, + "line": 2236, "column": 23 } } @@ -124680,16 +125481,16 @@ "object": { "type": "ThisExpression", "range": [ - 67241, - 67245 + 68109, + 68113 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 26 }, "end": { - "line": 2210, + "line": 2236, "column": 30 } } @@ -124698,31 +125499,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 67246, - 67259 + 68114, + 68127 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 31 }, "end": { - "line": 2210, + "line": 2236, "column": 44 } } }, "range": [ - 67241, - 67259 + 68109, + 68127 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 26 }, "end": { - "line": 2210, + "line": 2236, "column": 44 } } @@ -124732,47 +125533,47 @@ "type": "Identifier", "name": "i", "range": [ - 67260, - 67261 + 68128, + 68129 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 45 }, "end": { - "line": 2210, + "line": 2236, "column": 46 } } } ], "range": [ - 67241, - 67262 + 68109, + 68130 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 26 }, "end": { - "line": 2210, + "line": 2236, "column": 47 } } }, "range": [ - 67231, - 67262 + 68099, + 68130 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 16 }, "end": { - "line": 2210, + "line": 2236, "column": 47 } } @@ -124780,16 +125581,16 @@ ], "kind": "let", "range": [ - 67227, - 67263 + 68095, + 68131 ], "loc": { "start": { - "line": 2210, + "line": 2236, "column": 12 }, "end": { - "line": 2210, + "line": 2236, "column": 48 } } @@ -124803,16 +125604,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 67280, - 67287 + 68148, + 68155 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 16 }, "end": { - "line": 2211, + "line": 2237, "column": 23 } } @@ -124826,16 +125627,16 @@ "type": "Identifier", "name": "type", "range": [ - 67292, - 67296 + 68160, + 68164 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 28 }, "end": { - "line": 2211, + "line": 2237, "column": 32 } } @@ -124844,62 +125645,62 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 67297, - 67308 + 68165, + 68176 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 33 }, "end": { - "line": 2211, + "line": 2237, "column": 44 } } }, "range": [ - 67292, - 67308 + 68160, + 68176 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 28 }, "end": { - "line": 2211, + "line": 2237, "column": 44 } } }, "arguments": [], "range": [ - 67292, - 67310 + 68160, + 68178 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 28 }, "end": { - "line": 2211, + "line": 2237, "column": 46 } } }, "range": [ - 67280, - 67310 + 68148, + 68178 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 16 }, "end": { - "line": 2211, + "line": 2237, "column": 46 } } @@ -124916,16 +125717,16 @@ "type": "Identifier", "name": "a", "range": [ - 67334, - 67335 + 68202, + 68203 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 20 }, "end": { - "line": 2212, + "line": 2238, "column": 21 } } @@ -124936,16 +125737,16 @@ "type": "Identifier", "name": "bool", "range": [ - 67338, - 67342 + 68206, + 68210 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 24 }, "end": { - "line": 2212, + "line": 2238, "column": 28 } } @@ -124954,16 +125755,16 @@ "type": "Identifier", "name": "i", "range": [ - 67345, - 67346 + 68213, + 68214 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 31 }, "end": { - "line": 2212, + "line": 2238, "column": 32 } } @@ -124977,16 +125778,16 @@ "object": { "type": "ThisExpression", "range": [ - 67349, - 67353 + 68217, + 68221 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 35 }, "end": { - "line": 2212, + "line": 2238, "column": 39 } } @@ -124995,31 +125796,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 67354, - 67360 + 68222, + 68228 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 40 }, "end": { - "line": 2212, + "line": 2238, "column": 46 } } }, "range": [ - 67349, - 67360 + 68217, + 68228 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 35 }, "end": { - "line": 2212, + "line": 2238, "column": 46 } } @@ -125028,61 +125829,61 @@ "type": "Identifier", "name": "i", "range": [ - 67361, - 67362 + 68229, + 68230 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 47 }, "end": { - "line": 2212, + "line": 2238, "column": 48 } } }, "range": [ - 67349, - 67363 + 68217, + 68231 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 35 }, "end": { - "line": 2212, + "line": 2238, "column": 49 } } }, "range": [ - 67338, - 67363 + 68206, + 68231 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 24 }, "end": { - "line": 2212, + "line": 2238, "column": 49 } } }, "range": [ - 67334, - 67363 + 68202, + 68231 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 20 }, "end": { - "line": 2212, + "line": 2238, "column": 49 } } @@ -125090,16 +125891,16 @@ ], "kind": "let", "range": [ - 67330, - 67364 + 68198, + 68232 ], "loc": { "start": { - "line": 2212, + "line": 2238, "column": 16 }, "end": { - "line": 2212, + "line": 2238, "column": 50 } } @@ -125115,16 +125916,16 @@ "type": "Identifier", "name": "arr", "range": [ - 67381, - 67384 + 68249, + 68252 ], "loc": { "start": { - "line": 2213, + "line": 2239, "column": 16 }, "end": { - "line": 2213, + "line": 2239, "column": 19 } } @@ -125133,31 +125934,31 @@ "type": "Identifier", "name": "push", "range": [ - 67385, - 67389 + 68253, + 68257 ], "loc": { "start": { - "line": 2213, + "line": 2239, "column": 20 }, "end": { - "line": 2213, + "line": 2239, "column": 24 } } }, "range": [ - 67381, - 67389 + 68249, + 68257 ], "loc": { "start": { - "line": 2213, + "line": 2239, "column": 16 }, "end": { - "line": 2213, + "line": 2239, "column": 24 } } @@ -125167,110 +125968,110 @@ "type": "Identifier", "name": "a", "range": [ - 67390, - 67391 + 68258, + 68259 ], "loc": { "start": { - "line": 2213, + "line": 2239, "column": 25 }, "end": { - "line": 2213, + "line": 2239, "column": 26 } } } ], "range": [ - 67381, - 67392 + 68249, + 68260 ], "loc": { "start": { - "line": 2213, + "line": 2239, "column": 16 }, "end": { - "line": 2213, + "line": 2239, "column": 27 } } }, "range": [ - 67381, - 67393 + 68249, + 68261 ], "loc": { "start": { - "line": 2213, + "line": 2239, "column": 16 }, "end": { - "line": 2213, + "line": 2239, "column": 28 } } } ], "range": [ - 67312, - 67407 + 68180, + 68275 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 48 }, "end": { - "line": 2214, + "line": 2240, "column": 13 } } }, "alternate": null, "range": [ - 67276, - 67407 + 68144, + 68275 ], "loc": { "start": { - "line": 2211, + "line": 2237, "column": 12 }, "end": { - "line": 2214, + "line": 2240, "column": 13 } } } ], "range": [ - 67213, - 67417 + 68081, + 68285 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 64 }, "end": { - "line": 2215, + "line": 2241, "column": 9 } } }, "range": [ - 67157, - 67417 + 68025, + 68285 ], "loc": { "start": { - "line": 2209, + "line": 2235, "column": 8 }, "end": { - "line": 2215, + "line": 2241, "column": 9 } } @@ -125281,47 +126082,47 @@ "type": "Identifier", "name": "arr", "range": [ - 67433, - 67436 + 68301, + 68304 ], "loc": { "start": { - "line": 2216, + "line": 2242, "column": 15 }, "end": { - "line": 2216, + "line": 2242, "column": 18 } } }, "range": [ - 67426, - 67437 + 68294, + 68305 ], "loc": { "start": { - "line": 2216, + "line": 2242, "column": 8 }, "end": { - "line": 2216, + "line": 2242, "column": 19 } } } ], "range": [ - 67066, - 67443 + 67934, + 68311 ], "loc": { "start": { - "line": 2204, + "line": 2230, "column": 33 }, "end": { - "line": 2217, + "line": 2243, "column": 5 } } @@ -125329,16 +126130,16 @@ "generator": false, "expression": false, "range": [ - 67053, - 67443 + 67921, + 68311 ], "loc": { "start": { - "line": 2204, + "line": 2230, "column": 20 }, "end": { - "line": 2217, + "line": 2243, "column": 5 } } @@ -125346,16 +126147,16 @@ "kind": "method", "computed": false, "range": [ - 67037, - 67443 + 67905, + 68311 ], "loc": { "start": { - "line": 2204, + "line": 2230, "column": 4 }, "end": { - "line": 2217, + "line": 2243, "column": 5 } }, @@ -125364,16 +126165,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": [ - 66631, - 67032 + 67499, + 67900 ], "loc": { "start": { - "line": 2195, + "line": 2221, "column": 4 }, "end": { - "line": 2203, + "line": 2229, "column": 7 } } @@ -125384,16 +126185,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": [ - 67449, - 67595 + 68317, + 68463 ], "loc": { "start": { - "line": 2219, + "line": 2245, "column": 4 }, "end": { - "line": 2223, + "line": 2249, "column": 7 } } @@ -125407,16 +126208,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 67600, - 67616 + 68468, + 68484 ], "loc": { "start": { - "line": 2224, + "line": 2250, "column": 4 }, "end": { - "line": 2224, + "line": 2250, "column": 20 } } @@ -125429,16 +126230,16 @@ "type": "Identifier", "name": "index", "range": [ - 67617, - 67622 + 68485, + 68490 ], "loc": { "start": { - "line": 2224, + "line": 2250, "column": 21 }, "end": { - "line": 2224, + "line": 2250, "column": 26 } } @@ -125456,16 +126257,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 67638, - 67643 + 68506, + 68511 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 12 }, "end": { - "line": 2225, + "line": 2251, "column": 17 } } @@ -125479,16 +126280,16 @@ "object": { "type": "ThisExpression", "range": [ - 67646, - 67650 + 68514, + 68518 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 20 }, "end": { - "line": 2225, + "line": 2251, "column": 24 } } @@ -125497,31 +126298,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 67651, - 67657 + 68519, + 68525 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 25 }, "end": { - "line": 2225, + "line": 2251, "column": 31 } } }, "range": [ - 67646, - 67657 + 68514, + 68525 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 20 }, "end": { - "line": 2225, + "line": 2251, "column": 31 } } @@ -125530,46 +126331,46 @@ "type": "Identifier", "name": "index", "range": [ - 67658, - 67663 + 68526, + 68531 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 32 }, "end": { - "line": 2225, + "line": 2251, "column": 37 } } }, "range": [ - 67646, - 67664 + 68514, + 68532 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 20 }, "end": { - "line": 2225, + "line": 2251, "column": 38 } } }, "range": [ - 67638, - 67664 + 68506, + 68532 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 12 }, "end": { - "line": 2225, + "line": 2251, "column": 38 } } @@ -125577,16 +126378,16 @@ ], "kind": "let", "range": [ - 67634, - 67665 + 68502, + 68533 ], "loc": { "start": { - "line": 2225, + "line": 2251, "column": 8 }, "end": { - "line": 2225, + "line": 2251, "column": 39 } } @@ -125599,16 +126400,16 @@ "type": "Identifier", "name": "elm", "range": [ - 67681, - 67684 + 68549, + 68552 ], "loc": { "start": { - "line": 2226, + "line": 2252, "column": 15 }, "end": { - "line": 2226, + "line": 2252, "column": 18 } } @@ -125618,63 +126419,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 67685, - 67690 + 68553, + 68558 ], "loc": { "start": { - "line": 2226, + "line": 2252, "column": 19 }, "end": { - "line": 2226, + "line": 2252, "column": 24 } } } ], "range": [ - 67681, - 67691 + 68549, + 68559 ], "loc": { "start": { - "line": 2226, + "line": 2252, "column": 15 }, "end": { - "line": 2226, + "line": 2252, "column": 25 } } }, "range": [ - 67674, - 67692 + 68542, + 68560 ], "loc": { "start": { - "line": 2226, + "line": 2252, "column": 8 }, "end": { - "line": 2226, + "line": 2252, "column": 26 } } } ], "range": [ - 67624, - 67698 + 68492, + 68566 ], "loc": { "start": { - "line": 2224, + "line": 2250, "column": 28 }, "end": { - "line": 2227, + "line": 2253, "column": 5 } } @@ -125682,16 +126483,16 @@ "generator": false, "expression": false, "range": [ - 67616, - 67698 + 68484, + 68566 ], "loc": { "start": { - "line": 2224, + "line": 2250, "column": 20 }, "end": { - "line": 2227, + "line": 2253, "column": 5 } } @@ -125699,16 +126500,16 @@ "kind": "method", "computed": false, "range": [ - 67600, - 67698 + 68468, + 68566 ], "loc": { "start": { - "line": 2224, + "line": 2250, "column": 4 }, "end": { - "line": 2227, + "line": 2253, "column": 5 } }, @@ -125717,16 +126518,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": [ - 67449, - 67595 + 68317, + 68463 ], "loc": { "start": { - "line": 2219, + "line": 2245, "column": 4 }, "end": { - "line": 2223, + "line": 2249, "column": 7 } } @@ -125737,16 +126538,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": [ - 67704, - 67870 + 68572, + 68738 ], "loc": { "start": { - "line": 2229, + "line": 2255, "column": 4 }, "end": { - "line": 2233, + "line": 2259, "column": 7 } } @@ -125760,16 +126561,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 67875, - 67885 + 68743, + 68753 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 4 }, "end": { - "line": 2234, + "line": 2260, "column": 14 } } @@ -125784,16 +126585,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67886, - 67894 + 68754, + 68762 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 15 }, "end": { - "line": 2234, + "line": 2260, "column": 23 } } @@ -125803,31 +126604,31 @@ "value": 0, "raw": "0", "range": [ - 67897, - 67898 + 68765, + 68766 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 26 }, "end": { - "line": 2234, + "line": 2260, "column": 27 } } }, "range": [ - 67886, - 67898 + 68754, + 68766 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 15 }, "end": { - "line": 2234, + "line": 2260, "column": 27 } } @@ -125845,16 +126646,16 @@ "type": "Identifier", "name": "tr", "range": [ - 67914, - 67916 + 68782, + 68784 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 12 }, "end": { - "line": 2235, + "line": 2261, "column": 14 } } @@ -125871,16 +126672,16 @@ "object": { "type": "ThisExpression", "range": [ - 67919, - 67923 + 68787, + 68791 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 17 }, "end": { - "line": 2235, + "line": 2261, "column": 21 } } @@ -125889,31 +126690,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 67924, - 67927 + 68792, + 68795 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 22 }, "end": { - "line": 2235, + "line": 2261, "column": 25 } } }, "range": [ - 67919, - 67927 + 68787, + 68795 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 17 }, "end": { - "line": 2235, + "line": 2261, "column": 25 } } @@ -125922,31 +126723,31 @@ "type": "Identifier", "name": "rows", "range": [ - 67928, - 67932 + 68796, + 68800 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 26 }, "end": { - "line": 2235, + "line": 2261, "column": 30 } } }, "range": [ - 67919, - 67932 + 68787, + 68800 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 17 }, "end": { - "line": 2235, + "line": 2261, "column": 30 } } @@ -125955,46 +126756,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67933, - 67941 + 68801, + 68809 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 31 }, "end": { - "line": 2235, + "line": 2261, "column": 39 } } }, "range": [ - 67919, - 67942 + 68787, + 68810 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 17 }, "end": { - "line": 2235, + "line": 2261, "column": 40 } } }, "range": [ - 67914, - 67942 + 68782, + 68810 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 12 }, "end": { - "line": 2235, + "line": 2261, "column": 40 } } @@ -126002,16 +126803,16 @@ ], "kind": "let", "range": [ - 67910, - 67943 + 68778, + 68811 ], "loc": { "start": { - "line": 2235, + "line": 2261, "column": 8 }, "end": { - "line": 2235, + "line": 2261, "column": 41 } } @@ -126028,16 +126829,16 @@ "type": "Identifier", "name": "tr", "range": [ - 67959, - 67961 + 68827, + 68829 ], "loc": { "start": { - "line": 2236, + "line": 2262, "column": 15 }, "end": { - "line": 2236, + "line": 2262, "column": 17 } } @@ -126046,31 +126847,31 @@ "type": "Identifier", "name": "cells", "range": [ - 67962, - 67967 + 68830, + 68835 ], "loc": { "start": { - "line": 2236, + "line": 2262, "column": 18 }, "end": { - "line": 2236, + "line": 2262, "column": 23 } } }, "range": [ - 67959, - 67967 + 68827, + 68835 ], "loc": { "start": { - "line": 2236, + "line": 2262, "column": 15 }, "end": { - "line": 2236, + "line": 2262, "column": 23 } } @@ -126079,62 +126880,62 @@ "type": "Identifier", "name": "length", "range": [ - 67968, - 67974 + 68836, + 68842 ], "loc": { "start": { - "line": 2236, + "line": 2262, "column": 24 }, "end": { - "line": 2236, + "line": 2262, "column": 30 } } }, "range": [ - 67959, - 67974 + 68827, + 68842 ], "loc": { "start": { - "line": 2236, + "line": 2262, "column": 15 }, "end": { - "line": 2236, + "line": 2262, "column": 30 } } }, "range": [ - 67952, - 67975 + 68820, + 68843 ], "loc": { "start": { - "line": 2236, + "line": 2262, "column": 8 }, "end": { - "line": 2236, + "line": 2262, "column": 31 } } } ], "range": [ - 67900, - 67981 + 68768, + 68849 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 29 }, "end": { - "line": 2237, + "line": 2263, "column": 5 } } @@ -126142,16 +126943,16 @@ "generator": false, "expression": false, "range": [ - 67885, - 67981 + 68753, + 68849 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 14 }, "end": { - "line": 2237, + "line": 2263, "column": 5 } } @@ -126159,16 +126960,16 @@ "kind": "method", "computed": false, "range": [ - 67875, - 67981 + 68743, + 68849 ], "loc": { "start": { - "line": 2234, + "line": 2260, "column": 4 }, "end": { - "line": 2237, + "line": 2263, "column": 5 } }, @@ -126177,16 +126978,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": [ - 67704, - 67870 + 68572, + 68738 ], "loc": { "start": { - "line": 2229, + "line": 2255, "column": 4 }, "end": { - "line": 2233, + "line": 2259, "column": 7 } } @@ -126197,16 +126998,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": [ - 67987, - 68218 + 68855, + 69086 ], "loc": { "start": { - "line": 2239, + "line": 2265, "column": 4 }, "end": { - "line": 2244, + "line": 2270, "column": 7 } } @@ -126220,16 +127021,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 68223, - 68232 + 69091, + 69100 ], "loc": { "start": { - "line": 2245, + "line": 2271, "column": 4 }, "end": { - "line": 2245, + "line": 2271, "column": 13 } } @@ -126242,16 +127043,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 68233, - 68247 + 69101, + 69115 ], "loc": { "start": { - "line": 2245, + "line": 2271, "column": 14 }, "end": { - "line": 2245, + "line": 2271, "column": 28 } } @@ -126269,16 +127070,16 @@ "type": "Identifier", "name": "s", "range": [ - 68263, - 68264 + 69131, + 69132 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 12 }, "end": { - "line": 2246, + "line": 2272, "column": 13 } } @@ -126291,16 +127092,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 68267, - 68274 + 69135, + 69142 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 16 }, "end": { - "line": 2246, + "line": 2272, "column": 23 } } @@ -126312,16 +127113,16 @@ "object": { "type": "ThisExpression", "range": [ - 68275, - 68279 + 69143, + 69147 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 24 }, "end": { - "line": 2246, + "line": 2272, "column": 28 } } @@ -126330,47 +127131,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 68280, - 68286 + 69148, + 69154 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 29 }, "end": { - "line": 2246, + "line": 2272, "column": 35 } } }, "range": [ - 68275, - 68286 + 69143, + 69154 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 24 }, "end": { - "line": 2246, + "line": 2272, "column": 35 } } } ], "range": [ - 68267, - 68287 + 69135, + 69155 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 16 }, "end": { - "line": 2246, + "line": 2272, "column": 36 } } @@ -126380,16 +127181,16 @@ "value": 0, "raw": "0", "range": [ - 68290, - 68291 + 69158, + 69159 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 39 }, "end": { - "line": 2246, + "line": 2272, "column": 40 } } @@ -126400,16 +127201,16 @@ "object": { "type": "ThisExpression", "range": [ - 68294, - 68298 + 69162, + 69166 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 43 }, "end": { - "line": 2246, + "line": 2272, "column": 47 } } @@ -126418,61 +127219,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 68299, - 68305 + 69167, + 69173 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 48 }, "end": { - "line": 2246, + "line": 2272, "column": 54 } } }, "range": [ - 68294, - 68305 + 69162, + 69173 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 43 }, "end": { - "line": 2246, + "line": 2272, "column": 54 } } }, "range": [ - 68267, - 68305 + 69135, + 69173 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 16 }, "end": { - "line": 2246, + "line": 2272, "column": 54 } } }, "range": [ - 68263, - 68305 + 69131, + 69173 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 12 }, "end": { - "line": 2246, + "line": 2272, "column": 54 } } @@ -126480,16 +127281,16 @@ ], "kind": "let", "range": [ - 68259, - 68306 + 69127, + 69174 ], "loc": { "start": { - "line": 2246, + "line": 2272, "column": 8 }, "end": { - "line": 2246, + "line": 2272, "column": 55 } } @@ -126503,16 +127304,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 68319, - 68323 + 69187, + 69191 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 12 }, "end": { - "line": 2247, + "line": 2273, "column": 16 } } @@ -126529,16 +127330,16 @@ "object": { "type": "ThisExpression", "range": [ - 68326, - 68330 + 69194, + 69198 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 19 }, "end": { - "line": 2247, + "line": 2273, "column": 23 } } @@ -126547,31 +127348,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 68331, - 68334 + 69199, + 69202 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 24 }, "end": { - "line": 2247, + "line": 2273, "column": 27 } } }, "range": [ - 68326, - 68334 + 69194, + 69202 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 19 }, "end": { - "line": 2247, + "line": 2273, "column": 27 } } @@ -126580,31 +127381,31 @@ "type": "Identifier", "name": "rows", "range": [ - 68335, - 68339 + 69203, + 69207 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 28 }, "end": { - "line": 2247, + "line": 2273, "column": 32 } } }, "range": [ - 68326, - 68339 + 69194, + 69207 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 19 }, "end": { - "line": 2247, + "line": 2273, "column": 32 } } @@ -126613,46 +127414,46 @@ "type": "Identifier", "name": "length", "range": [ - 68340, - 68346 + 69208, + 69214 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 33 }, "end": { - "line": 2247, + "line": 2273, "column": 39 } } }, "range": [ - 68326, - 68346 + 69194, + 69214 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 19 }, "end": { - "line": 2247, + "line": 2273, "column": 39 } } }, "range": [ - 68319, - 68346 + 69187, + 69214 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 12 }, "end": { - "line": 2247, + "line": 2273, "column": 39 } } @@ -126660,16 +127461,16 @@ ], "kind": "let", "range": [ - 68315, - 68347 + 69183, + 69215 ], "loc": { "start": { - "line": 2247, + "line": 2273, "column": 8 }, "end": { - "line": 2247, + "line": 2273, "column": 40 } } @@ -126680,16 +127481,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 68360, - 68374 + 69228, + 69242 ], "loc": { "start": { - "line": 2248, + "line": 2274, "column": 12 }, "end": { - "line": 2248, + "line": 2274, "column": 26 } } @@ -126706,16 +127507,16 @@ "type": "Identifier", "name": "s", "range": [ - 68390, - 68391 + 69258, + 69259 ], "loc": { "start": { - "line": 2249, + "line": 2275, "column": 12 }, "end": { - "line": 2249, + "line": 2275, "column": 13 } } @@ -126725,78 +127526,78 @@ "value": 0, "raw": "0", "range": [ - 68394, - 68395 + 69262, + 69263 ], "loc": { "start": { - "line": 2249, + "line": 2275, "column": 16 }, "end": { - "line": 2249, + "line": 2275, "column": 17 } } }, "range": [ - 68390, - 68395 + 69258, + 69263 ], "loc": { "start": { - "line": 2249, + "line": 2275, "column": 12 }, "end": { - "line": 2249, + "line": 2275, "column": 17 } } }, "range": [ - 68390, - 68396 + 69258, + 69264 ], "loc": { "start": { - "line": 2249, + "line": 2275, "column": 12 }, "end": { - "line": 2249, + "line": 2275, "column": 18 } } } ], "range": [ - 68376, - 68406 + 69244, + 69274 ], "loc": { "start": { - "line": 2248, + "line": 2274, "column": 28 }, "end": { - "line": 2250, + "line": 2276, "column": 9 } } }, "alternate": null, "range": [ - 68356, - 68406 + 69224, + 69274 ], "loc": { "start": { - "line": 2248, + "line": 2274, "column": 8 }, "end": { - "line": 2250, + "line": 2276, "column": 9 } } @@ -126809,16 +127610,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 68422, - 68430 + 69290, + 69298 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 15 }, "end": { - "line": 2251, + "line": 2277, "column": 23 } } @@ -126831,16 +127632,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 68431, - 68435 + 69299, + 69303 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 24 }, "end": { - "line": 2251, + "line": 2277, "column": 28 } } @@ -126849,31 +127650,31 @@ "type": "Identifier", "name": "s", "range": [ - 68438, - 68439 + 69306, + 69307 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 31 }, "end": { - "line": 2251, + "line": 2277, "column": 32 } } }, "range": [ - 68431, - 68439 + 69299, + 69307 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 24 }, "end": { - "line": 2251, + "line": 2277, "column": 32 } } @@ -126883,63 +127684,63 @@ "value": 10, "raw": "10", "range": [ - 68441, - 68443 + 69309, + 69311 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 34 }, "end": { - "line": 2251, + "line": 2277, "column": 36 } } } ], "range": [ - 68422, - 68444 + 69290, + 69312 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 15 }, "end": { - "line": 2251, + "line": 2277, "column": 37 } } }, "range": [ - 68415, - 68445 + 69283, + 69313 ], "loc": { "start": { - "line": 2251, + "line": 2277, "column": 8 }, "end": { - "line": 2251, + "line": 2277, "column": 38 } } } ], "range": [ - 68249, - 68451 + 69117, + 69319 ], "loc": { "start": { - "line": 2245, + "line": 2271, "column": 30 }, "end": { - "line": 2252, + "line": 2278, "column": 5 } } @@ -126947,16 +127748,16 @@ "generator": false, "expression": false, "range": [ - 68232, - 68451 + 69100, + 69319 ], "loc": { "start": { - "line": 2245, + "line": 2271, "column": 13 }, "end": { - "line": 2252, + "line": 2278, "column": 5 } } @@ -126964,16 +127765,16 @@ "kind": "method", "computed": false, "range": [ - 68223, - 68451 + 69091, + 69319 ], "loc": { "start": { - "line": 2245, + "line": 2271, "column": 4 }, "end": { - "line": 2252, + "line": 2278, "column": 5 } }, @@ -126982,16 +127783,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": [ - 67987, - 68218 + 68855, + 69086 ], "loc": { "start": { - "line": 2239, + "line": 2265, "column": 4 }, "end": { - "line": 2244, + "line": 2270, "column": 7 } } @@ -127002,16 +127803,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 68457, - 68582 + 69325, + 69450 ], "loc": { "start": { - "line": 2254, + "line": 2280, "column": 4 }, "end": { - "line": 2258, + "line": 2284, "column": 7 } } @@ -127025,16 +127826,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 68587, - 68598 + 69455, + 69466 ], "loc": { "start": { - "line": 2259, + "line": 2285, "column": 4 }, "end": { - "line": 2259, + "line": 2285, "column": 15 } } @@ -127047,16 +127848,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68599, - 68603 + 69467, + 69471 ], "loc": { "start": { - "line": 2259, + "line": 2285, "column": 16 }, "end": { - "line": 2259, + "line": 2285, "column": 20 } } @@ -127074,16 +127875,16 @@ "type": "Identifier", "name": "idx", "range": [ - 68619, - 68622 + 69487, + 69490 ], "loc": { "start": { - "line": 2260, + "line": 2286, "column": 12 }, "end": { - "line": 2260, + "line": 2286, "column": 15 } } @@ -127095,16 +127896,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68625, - 68629 + 69493, + 69497 ], "loc": { "start": { - "line": 2260, + "line": 2286, "column": 18 }, "end": { - "line": 2260, + "line": 2286, "column": 22 } } @@ -127113,46 +127914,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 68630, - 68639 + 69498, + 69507 ], "loc": { "start": { - "line": 2260, + "line": 2286, "column": 23 }, "end": { - "line": 2260, + "line": 2286, "column": 32 } } }, "range": [ - 68625, - 68639 + 69493, + 69507 ], "loc": { "start": { - "line": 2260, + "line": 2286, "column": 18 }, "end": { - "line": 2260, + "line": 2286, "column": 32 } } }, "range": [ - 68619, - 68639 + 69487, + 69507 ], "loc": { "start": { - "line": 2260, + "line": 2286, "column": 12 }, "end": { - "line": 2260, + "line": 2286, "column": 32 } } @@ -127160,16 +127961,16 @@ ], "kind": "let", "range": [ - 68615, - 68640 + 69483, + 69508 ], "loc": { "start": { - "line": 2260, + "line": 2286, "column": 8 }, "end": { - "line": 2260, + "line": 2286, "column": 33 } }, @@ -127178,16 +127979,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 68649, - 68684 + 69517, + 69552 ], "loc": { "start": { - "line": 2261, + "line": 2287, "column": 8 }, "end": { - "line": 2261, + "line": 2287, "column": 43 } } @@ -127205,16 +128006,16 @@ "object": { "type": "ThisExpression", "range": [ - 68697, - 68701 + 69565, + 69569 ], "loc": { "start": { - "line": 2262, + "line": 2288, "column": 12 }, "end": { - "line": 2262, + "line": 2288, "column": 16 } } @@ -127223,31 +128024,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 68702, - 68716 + 69570, + 69584 ], "loc": { "start": { - "line": 2262, + "line": 2288, "column": 17 }, "end": { - "line": 2262, + "line": 2288, "column": 31 } } }, "range": [ - 68697, - 68716 + 69565, + 69584 ], "loc": { "start": { - "line": 2262, + "line": 2288, "column": 12 }, "end": { - "line": 2262, + "line": 2288, "column": 31 } } @@ -127266,16 +128067,16 @@ "object": { "type": "ThisExpression", "range": [ - 68732, - 68736 + 69600, + 69604 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 12 }, "end": { - "line": 2263, + "line": 2289, "column": 16 } } @@ -127284,31 +128085,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 68737, - 68755 + 69605, + 69623 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 17 }, "end": { - "line": 2263, + "line": 2289, "column": 35 } } }, "range": [ - 68732, - 68755 + 69600, + 69623 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 12 }, "end": { - "line": 2263, + "line": 2289, "column": 35 } } @@ -127317,31 +128118,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 68756, - 68763 + 69624, + 69631 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 36 }, "end": { - "line": 2263, + "line": 2289, "column": 43 } } }, "range": [ - 68732, - 68763 + 69600, + 69631 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 12 }, "end": { - "line": 2263, + "line": 2289, "column": 43 } } @@ -127351,32 +128152,32 @@ "type": "Identifier", "name": "idx", "range": [ - 68764, - 68767 + 69632, + 69635 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 44 }, "end": { - "line": 2263, + "line": 2289, "column": 47 } } } ], "range": [ - 68732, - 68768 + 69600, + 69636 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 12 }, "end": { - "line": 2263, + "line": 2289, "column": 48 } } @@ -127389,62 +128190,62 @@ "value": 1, "raw": "1", "range": [ - 68774, - 68775 + 69642, + 69643 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 54 }, "end": { - "line": 2263, + "line": 2289, "column": 55 } } }, "prefix": true, "range": [ - 68773, - 68775 + 69641, + 69643 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 53 }, "end": { - "line": 2263, + "line": 2289, "column": 55 } } }, "range": [ - 68732, - 68775 + 69600, + 69643 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 12 }, "end": { - "line": 2263, + "line": 2289, "column": 55 } } }, "range": [ - 68697, - 68775 + 69565, + 69643 ], "loc": { "start": { - "line": 2262, + "line": 2288, "column": 12 }, "end": { - "line": 2263, + "line": 2289, "column": 55 } } @@ -127465,16 +128266,16 @@ "object": { "type": "ThisExpression", "range": [ - 68798, - 68802 + 69666, + 69670 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 19 }, "end": { - "line": 2264, + "line": 2290, "column": 23 } } @@ -127483,31 +128284,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 68803, - 68817 + 69671, + 69685 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 24 }, "end": { - "line": 2264, + "line": 2290, "column": 38 } } }, "range": [ - 68798, - 68817 + 69666, + 69685 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 19 }, "end": { - "line": 2264, + "line": 2290, "column": 38 } } @@ -127516,31 +128317,31 @@ "type": "Identifier", "name": "call", "range": [ - 68818, - 68822 + 69686, + 69690 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 39 }, "end": { - "line": 2264, + "line": 2290, "column": 43 } } }, "range": [ - 68798, - 68822 + 69666, + 69690 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 19 }, "end": { - "line": 2264, + "line": 2290, "column": 43 } } @@ -127551,16 +128352,16 @@ "value": null, "raw": "null", "range": [ - 68823, - 68827 + 69691, + 69695 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 44 }, "end": { - "line": 2264, + "line": 2290, "column": 48 } } @@ -127568,16 +128369,16 @@ { "type": "ThisExpression", "range": [ - 68829, - 68833 + 69697, + 69701 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 50 }, "end": { - "line": 2264, + "line": 2290, "column": 54 } } @@ -127586,16 +128387,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68835, - 68839 + 69703, + 69707 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 56 }, "end": { - "line": 2264, + "line": 2290, "column": 60 } } @@ -127604,63 +128405,63 @@ "type": "Identifier", "name": "idx", "range": [ - 68841, - 68844 + 69709, + 69712 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 62 }, "end": { - "line": 2264, + "line": 2290, "column": 65 } } } ], "range": [ - 68798, - 68845 + 69666, + 69713 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 19 }, "end": { - "line": 2264, + "line": 2290, "column": 66 } } }, "range": [ - 68791, - 68846 + 69659, + 69714 ], "loc": { "start": { - "line": 2264, + "line": 2290, "column": 12 }, "end": { - "line": 2264, + "line": 2290, "column": 67 } } } ], "range": [ - 68777, - 68856 + 69645, + 69724 ], "loc": { "start": { - "line": 2263, + "line": 2289, "column": 57 }, "end": { - "line": 2265, + "line": 2291, "column": 9 } } @@ -127676,16 +128477,16 @@ "type": "Identifier", "name": "getText", "range": [ - 68883, - 68890 + 69751, + 69758 ], "loc": { "start": { - "line": 2266, + "line": 2292, "column": 19 }, "end": { - "line": 2266, + "line": 2292, "column": 26 } } @@ -127695,78 +128496,78 @@ "type": "Identifier", "name": "cell", "range": [ - 68891, - 68895 + 69759, + 69763 ], "loc": { "start": { - "line": 2266, + "line": 2292, "column": 27 }, "end": { - "line": 2266, + "line": 2292, "column": 31 } } } ], "range": [ - 68883, - 68896 + 69751, + 69764 ], "loc": { "start": { - "line": 2266, + "line": 2292, "column": 19 }, "end": { - "line": 2266, + "line": 2292, "column": 32 } } }, "range": [ - 68876, - 68897 + 69744, + 69765 ], "loc": { "start": { - "line": 2266, + "line": 2292, "column": 12 }, "end": { - "line": 2266, + "line": 2292, "column": 33 } } } ], "range": [ - 68862, - 68907 + 69730, + 69775 ], "loc": { "start": { - "line": 2265, + "line": 2291, "column": 15 }, "end": { - "line": 2267, + "line": 2293, "column": 9 } } }, "range": [ - 68693, - 68907 + 69561, + 69775 ], "loc": { "start": { - "line": 2262, + "line": 2288, "column": 8 }, "end": { - "line": 2267, + "line": 2293, "column": 9 } }, @@ -127775,16 +128576,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 68649, - 68684 + 69517, + 69552 ], "loc": { "start": { - "line": 2261, + "line": 2287, "column": 8 }, "end": { - "line": 2261, + "line": 2287, "column": 43 } } @@ -127793,16 +128594,16 @@ } ], "range": [ - 68605, - 68913 + 69473, + 69781 ], "loc": { "start": { - "line": 2259, + "line": 2285, "column": 22 }, "end": { - "line": 2268, + "line": 2294, "column": 5 } } @@ -127810,16 +128611,16 @@ "generator": false, "expression": false, "range": [ - 68598, - 68913 + 69466, + 69781 ], "loc": { "start": { - "line": 2259, + "line": 2285, "column": 15 }, "end": { - "line": 2268, + "line": 2294, "column": 5 } } @@ -127827,16 +128628,16 @@ "kind": "method", "computed": false, "range": [ - 68587, - 68913 + 69455, + 69781 ], "loc": { "start": { - "line": 2259, + "line": 2285, "column": 4 }, "end": { - "line": 2268, + "line": 2294, "column": 5 } }, @@ -127845,16 +128646,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 68457, - 68582 + 69325, + 69450 ], "loc": { "start": { - "line": 2254, + "line": 2280, "column": 4 }, "end": { - "line": 2258, + "line": 2284, "column": 7 } } @@ -127865,16 +128666,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 68919, - 69323 + 69787, + 70191 ], "loc": { "start": { - "line": 2270, + "line": 2296, "column": 4 }, "end": { - "line": 2281, + "line": 2307, "column": 7 } } @@ -127888,16 +128689,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 69328, - 69340 + 70196, + 70208 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 4 }, "end": { - "line": 2282, + "line": 2308, "column": 16 } } @@ -127912,16 +128713,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69341, - 69355 + 70209, + 70223 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 17 }, "end": { - "line": 2282, + "line": 2308, "column": 31 } } @@ -127931,31 +128732,31 @@ "value": false, "raw": "false", "range": [ - 69358, - 69363 + 70226, + 70231 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 34 }, "end": { - "line": 2282, + "line": 2308, "column": 39 } } }, "range": [ - 69341, - 69363 + 70209, + 70231 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 17 }, "end": { - "line": 2282, + "line": 2308, "column": 39 } } @@ -127966,16 +128767,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69365, - 69382 + 70233, + 70250 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 41 }, "end": { - "line": 2282, + "line": 2308, "column": 58 } } @@ -127985,31 +128786,31 @@ "value": false, "raw": "false", "range": [ - 69385, - 69390 + 70253, + 70258 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 61 }, "end": { - "line": 2282, + "line": 2308, "column": 66 } } }, "range": [ - 69365, - 69390 + 70233, + 70258 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 41 }, "end": { - "line": 2282, + "line": 2308, "column": 66 } } @@ -128027,16 +128828,16 @@ "type": "Identifier", "name": "rows", "range": [ - 69406, - 69410 + 70274, + 70278 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 12 }, "end": { - "line": 2283, + "line": 2309, "column": 16 } } @@ -128050,16 +128851,16 @@ "object": { "type": "ThisExpression", "range": [ - 69413, - 69417 + 70281, + 70285 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 19 }, "end": { - "line": 2283, + "line": 2309, "column": 23 } } @@ -128068,31 +128869,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 69418, - 69421 + 70286, + 70289 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 24 }, "end": { - "line": 2283, + "line": 2309, "column": 27 } } }, "range": [ - 69413, - 69421 + 70281, + 70289 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 19 }, "end": { - "line": 2283, + "line": 2309, "column": 27 } } @@ -128101,46 +128902,46 @@ "type": "Identifier", "name": "rows", "range": [ - 69422, - 69426 + 70290, + 70294 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 28 }, "end": { - "line": 2283, + "line": 2309, "column": 32 } } }, "range": [ - 69413, - 69426 + 70281, + 70294 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 19 }, "end": { - "line": 2283, + "line": 2309, "column": 32 } } }, "range": [ - 69406, - 69426 + 70274, + 70294 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 12 }, "end": { - "line": 2283, + "line": 2309, "column": 32 } } @@ -128148,16 +128949,16 @@ ], "kind": "let", "range": [ - 69402, - 69427 + 70270, + 70295 ], "loc": { "start": { - "line": 2283, + "line": 2309, "column": 8 }, "end": { - "line": 2283, + "line": 2309, "column": 33 } } @@ -128171,16 +128972,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 69440, - 69446 + 70308, + 70314 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 12 }, "end": { - "line": 2284, + "line": 2310, "column": 18 } } @@ -128193,16 +128994,16 @@ "object": { "type": "ThisExpression", "range": [ - 69449, - 69453 + 70317, + 70321 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 21 }, "end": { - "line": 2284, + "line": 2310, "column": 25 } } @@ -128211,31 +129012,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 69454, - 69463 + 70322, + 70331 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 26 }, "end": { - "line": 2284, + "line": 2310, "column": 35 } } }, "range": [ - 69449, - 69463 + 70317, + 70331 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 21 }, "end": { - "line": 2284, + "line": 2310, "column": 35 } } @@ -128246,47 +129047,47 @@ "value": true, "raw": "true", "range": [ - 69464, - 69468 + 70332, + 70336 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 36 }, "end": { - "line": 2284, + "line": 2310, "column": 40 } } } ], "range": [ - 69449, - 69469 + 70317, + 70337 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 21 }, "end": { - "line": 2284, + "line": 2310, "column": 41 } } }, "range": [ - 69440, - 69469 + 70308, + 70337 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 12 }, "end": { - "line": 2284, + "line": 2310, "column": 41 } } @@ -128294,16 +129095,16 @@ ], "kind": "let", "range": [ - 69436, - 69470 + 70304, + 70338 ], "loc": { "start": { - "line": 2284, + "line": 2310, "column": 8 }, "end": { - "line": 2284, + "line": 2310, "column": 42 } } @@ -128317,16 +129118,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 69483, - 69490 + 70351, + 70358 ], "loc": { "start": { - "line": 2285, + "line": 2311, "column": 12 }, "end": { - "line": 2285, + "line": 2311, "column": 19 } } @@ -128335,31 +129136,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 69493, - 69495 + 70361, + 70363 ], "loc": { "start": { - "line": 2285, + "line": 2311, "column": 22 }, "end": { - "line": 2285, + "line": 2311, "column": 24 } } }, "range": [ - 69483, - 69495 + 70351, + 70363 ], "loc": { "start": { - "line": 2285, + "line": 2311, "column": 12 }, "end": { - "line": 2285, + "line": 2311, "column": 24 } } @@ -128367,16 +129168,16 @@ ], "kind": "let", "range": [ - 69479, - 69496 + 70347, + 70364 ], "loc": { "start": { - "line": 2285, + "line": 2311, "column": 8 }, "end": { - "line": 2285, + "line": 2311, "column": 25 } } @@ -128387,16 +129188,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69509, - 69523 + 70377, + 70391 ], "loc": { "start": { - "line": 2286, + "line": 2312, "column": 12 }, "end": { - "line": 2286, + "line": 2312, "column": 26 } } @@ -128413,16 +129214,16 @@ "type": "Identifier", "name": "headers", "range": [ - 69543, - 69550 + 70411, + 70418 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 16 }, "end": { - "line": 2287, + "line": 2313, "column": 23 } } @@ -128435,16 +129236,16 @@ "object": { "type": "ThisExpression", "range": [ - 69553, - 69557 + 70421, + 70425 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 26 }, "end": { - "line": 2287, + "line": 2313, "column": 30 } } @@ -128453,31 +129254,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 69558, - 69572 + 70426, + 70440 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 31 }, "end": { - "line": 2287, + "line": 2313, "column": 45 } } }, "range": [ - 69553, - 69572 + 70421, + 70440 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 26 }, "end": { - "line": 2287, + "line": 2313, "column": 45 } } @@ -128487,47 +129288,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69573, - 69590 + 70441, + 70458 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 46 }, "end": { - "line": 2287, + "line": 2313, "column": 63 } } } ], "range": [ - 69553, - 69591 + 70421, + 70459 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 26 }, "end": { - "line": 2287, + "line": 2313, "column": 64 } } }, "range": [ - 69543, - 69591 + 70411, + 70459 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 16 }, "end": { - "line": 2287, + "line": 2313, "column": 64 } } @@ -128535,16 +129336,16 @@ ], "kind": "let", "range": [ - 69539, - 69592 + 70407, + 70460 ], "loc": { "start": { - "line": 2287, + "line": 2313, "column": 12 }, "end": { - "line": 2287, + "line": 2313, "column": 65 } } @@ -128560,16 +129361,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 69605, - 69612 + 70473, + 70480 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 12 }, "end": { - "line": 2288, + "line": 2314, "column": 19 } } @@ -128578,31 +129379,31 @@ "type": "Identifier", "name": "push", "range": [ - 69613, - 69617 + 70481, + 70485 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 20 }, "end": { - "line": 2288, + "line": 2314, "column": 24 } } }, "range": [ - 69605, - 69617 + 70473, + 70485 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 12 }, "end": { - "line": 2288, + "line": 2314, "column": 24 } } @@ -128619,16 +129420,16 @@ "object": { "type": "ThisExpression", "range": [ - 69619, - 69623 + 70487, + 70491 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 26 }, "end": { - "line": 2288, + "line": 2314, "column": 30 } } @@ -128637,47 +129438,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 69624, - 69642 + 70492, + 70510 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 31 }, "end": { - "line": 2288, + "line": 2314, "column": 49 } } }, "range": [ - 69619, - 69642 + 70487, + 70510 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 26 }, "end": { - "line": 2288, + "line": 2314, "column": 49 } } }, "arguments": [], "range": [ - 69619, - 69644 + 70487, + 70512 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 26 }, "end": { - "line": 2288, + "line": 2314, "column": 51 } } @@ -128686,95 +129487,95 @@ "type": "Identifier", "name": "headers", "range": [ - 69646, - 69653 + 70514, + 70521 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 53 }, "end": { - "line": 2288, + "line": 2314, "column": 60 } } } ], "range": [ - 69618, - 69654 + 70486, + 70522 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 25 }, "end": { - "line": 2288, + "line": 2314, "column": 61 } } } ], "range": [ - 69605, - 69655 + 70473, + 70523 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 12 }, "end": { - "line": 2288, + "line": 2314, "column": 62 } } }, "range": [ - 69605, - 69656 + 70473, + 70524 ], "loc": { "start": { - "line": 2288, + "line": 2314, "column": 12 }, "end": { - "line": 2288, + "line": 2314, "column": 63 } } } ], "range": [ - 69525, - 69666 + 70393, + 70534 ], "loc": { "start": { - "line": 2286, + "line": 2312, "column": 28 }, "end": { - "line": 2289, + "line": 2315, "column": 9 } } }, "alternate": null, "range": [ - 69505, - 69666 + 70373, + 70534 ], "loc": { "start": { - "line": 2286, + "line": 2312, "column": 8 }, "end": { - "line": 2289, + "line": 2315, "column": 9 } } @@ -128790,16 +129591,16 @@ "type": "Identifier", "name": "k", "range": [ - 69684, - 69685 + 70552, + 70553 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 17 }, "end": { - "line": 2290, + "line": 2316, "column": 18 } } @@ -128810,16 +129611,16 @@ "object": { "type": "ThisExpression", "range": [ - 69688, - 69692 + 70556, + 70560 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 21 }, "end": { - "line": 2290, + "line": 2316, "column": 25 } } @@ -128828,46 +129629,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 69693, - 69699 + 70561, + 70567 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 26 }, "end": { - "line": 2290, + "line": 2316, "column": 32 } } }, "range": [ - 69688, - 69699 + 70556, + 70567 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 21 }, "end": { - "line": 2290, + "line": 2316, "column": 32 } } }, "range": [ - 69684, - 69699 + 70552, + 70567 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 17 }, "end": { - "line": 2290, + "line": 2316, "column": 32 } } @@ -128875,16 +129676,16 @@ ], "kind": "let", "range": [ - 69680, - 69699 + 70548, + 70567 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 13 }, "end": { - "line": 2290, + "line": 2316, "column": 32 } } @@ -128896,16 +129697,16 @@ "type": "Identifier", "name": "k", "range": [ - 69701, - 69702 + 70569, + 70570 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 34 }, "end": { - "line": 2290, + "line": 2316, "column": 35 } } @@ -128914,31 +129715,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 69705, - 69711 + 70573, + 70579 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 38 }, "end": { - "line": 2290, + "line": 2316, "column": 44 } } }, "range": [ - 69701, - 69711 + 70569, + 70579 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 34 }, "end": { - "line": 2290, + "line": 2316, "column": 44 } } @@ -128950,32 +129751,32 @@ "type": "Identifier", "name": "k", "range": [ - 69713, - 69714 + 70581, + 70582 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 46 }, "end": { - "line": 2290, + "line": 2316, "column": 47 } } }, "prefix": false, "range": [ - 69713, - 69716 + 70581, + 70584 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 46 }, "end": { - "line": 2290, + "line": 2316, "column": 49 } } @@ -128992,16 +129793,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 69736, - 69743 + 70604, + 70611 ], "loc": { "start": { - "line": 2291, + "line": 2317, "column": 16 }, "end": { - "line": 2291, + "line": 2317, "column": 23 } } @@ -129013,16 +129814,16 @@ "type": "Identifier", "name": "k", "range": [ - 69747, - 69748 + 70615, + 70616 ], "loc": { "start": { - "line": 2291, + "line": 2317, "column": 27 }, "end": { - "line": 2291, + "line": 2317, "column": 28 } } @@ -129031,47 +129832,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 69750, - 69752 + 70618, + 70620 ], "loc": { "start": { - "line": 2291, + "line": 2317, "column": 30 }, "end": { - "line": 2291, + "line": 2317, "column": 32 } } } ], "range": [ - 69746, - 69753 + 70614, + 70621 ], "loc": { "start": { - "line": 2291, + "line": 2317, "column": 26 }, "end": { - "line": 2291, + "line": 2317, "column": 33 } } }, "range": [ - 69736, - 69753 + 70604, + 70621 ], "loc": { "start": { - "line": 2291, + "line": 2317, "column": 16 }, "end": { - "line": 2291, + "line": 2317, "column": 33 } } @@ -129079,16 +129880,16 @@ ], "kind": "let", "range": [ - 69732, - 69754 + 70600, + 70622 ], "loc": { "start": { - "line": 2291, + "line": 2317, "column": 12 }, "end": { - "line": 2291, + "line": 2317, "column": 34 } } @@ -129102,16 +129903,16 @@ "type": "Identifier", "name": "cells", "range": [ - 69771, - 69776 + 70639, + 70644 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 16 }, "end": { - "line": 2292, + "line": 2318, "column": 21 } } @@ -129126,16 +129927,16 @@ "type": "Identifier", "name": "rows", "range": [ - 69779, - 69783 + 70647, + 70651 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 24 }, "end": { - "line": 2292, + "line": 2318, "column": 28 } } @@ -129144,31 +129945,31 @@ "type": "Identifier", "name": "k", "range": [ - 69784, - 69785 + 70652, + 70653 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 29 }, "end": { - "line": 2292, + "line": 2318, "column": 30 } } }, "range": [ - 69779, - 69786 + 70647, + 70654 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 24 }, "end": { - "line": 2292, + "line": 2318, "column": 31 } } @@ -129177,46 +129978,46 @@ "type": "Identifier", "name": "cells", "range": [ - 69787, - 69792 + 70655, + 70660 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 32 }, "end": { - "line": 2292, + "line": 2318, "column": 37 } } }, "range": [ - 69779, - 69792 + 70647, + 70660 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 24 }, "end": { - "line": 2292, + "line": 2318, "column": 37 } } }, "range": [ - 69771, - 69792 + 70639, + 70660 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 16 }, "end": { - "line": 2292, + "line": 2318, "column": 37 } } @@ -129224,16 +130025,16 @@ ], "kind": "let", "range": [ - 69767, - 69793 + 70635, + 70661 ], "loc": { "start": { - "line": 2292, + "line": 2318, "column": 12 }, "end": { - "line": 2292, + "line": 2318, "column": 38 } } @@ -129249,16 +130050,16 @@ "type": "Identifier", "name": "j", "range": [ - 69815, - 69816 + 70683, + 70684 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 21 }, "end": { - "line": 2293, + "line": 2319, "column": 22 } } @@ -129268,31 +130069,31 @@ "value": 0, "raw": "0", "range": [ - 69819, - 69820 + 70687, + 70688 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 25 }, "end": { - "line": 2293, + "line": 2319, "column": 26 } } }, "range": [ - 69815, - 69820 + 70683, + 70688 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 21 }, "end": { - "line": 2293, + "line": 2319, "column": 26 } } @@ -129303,16 +130104,16 @@ "type": "Identifier", "name": "len", "range": [ - 69822, - 69825 + 70690, + 70693 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 28 }, "end": { - "line": 2293, + "line": 2319, "column": 31 } } @@ -129324,16 +130125,16 @@ "type": "Identifier", "name": "cells", "range": [ - 69828, - 69833 + 70696, + 70701 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 34 }, "end": { - "line": 2293, + "line": 2319, "column": 39 } } @@ -129342,46 +130143,46 @@ "type": "Identifier", "name": "length", "range": [ - 69834, - 69840 + 70702, + 70708 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 40 }, "end": { - "line": 2293, + "line": 2319, "column": 46 } } }, "range": [ - 69828, - 69840 + 70696, + 70708 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 34 }, "end": { - "line": 2293, + "line": 2319, "column": 46 } } }, "range": [ - 69822, - 69840 + 70690, + 70708 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 28 }, "end": { - "line": 2293, + "line": 2319, "column": 46 } } @@ -129389,16 +130190,16 @@ ], "kind": "let", "range": [ - 69811, - 69840 + 70679, + 70708 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 17 }, "end": { - "line": 2293, + "line": 2319, "column": 46 } } @@ -129410,16 +130211,16 @@ "type": "Identifier", "name": "j", "range": [ - 69842, - 69843 + 70710, + 70711 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 48 }, "end": { - "line": 2293, + "line": 2319, "column": 49 } } @@ -129428,31 +130229,31 @@ "type": "Identifier", "name": "len", "range": [ - 69846, - 69849 + 70714, + 70717 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 52 }, "end": { - "line": 2293, + "line": 2319, "column": 55 } } }, "range": [ - 69842, - 69849 + 70710, + 70717 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 48 }, "end": { - "line": 2293, + "line": 2319, "column": 55 } } @@ -129464,32 +130265,32 @@ "type": "Identifier", "name": "j", "range": [ - 69851, - 69852 + 70719, + 70720 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 57 }, "end": { - "line": 2293, + "line": 2319, "column": 58 } } }, "prefix": false, "range": [ - 69851, - 69854 + 70719, + 70722 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 57 }, "end": { - "line": 2293, + "line": 2319, "column": 60 } } @@ -129506,16 +130307,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69878, - 69895 + 70746, + 70763 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 20 }, "end": { - "line": 2294, + "line": 2320, "column": 37 } } @@ -129528,16 +130329,16 @@ "object": { "type": "ThisExpression", "range": [ - 69899, - 69903 + 70767, + 70771 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 41 }, "end": { - "line": 2294, + "line": 2320, "column": 45 } } @@ -129546,31 +130347,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 69904, - 69916 + 70772, + 70784 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 46 }, "end": { - "line": 2294, + "line": 2320, "column": 58 } } }, "range": [ - 69899, - 69916 + 70767, + 70784 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 41 }, "end": { - "line": 2294, + "line": 2320, "column": 58 } } @@ -129581,47 +130382,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 69917, - 69933 + 70785, + 70801 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 59 }, "end": { - "line": 2294, + "line": 2320, "column": 75 } } } ], "range": [ - 69899, - 69934 + 70767, + 70802 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 41 }, "end": { - "line": 2294, + "line": 2320, "column": 76 } } }, "range": [ - 69878, - 69934 + 70746, + 70802 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 20 }, "end": { - "line": 2294, + "line": 2320, "column": 76 } } @@ -129644,16 +130445,16 @@ "object": { "type": "ThisExpression", "range": [ - 69962, - 69966 + 70830, + 70834 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 24 }, "end": { - "line": 2295, + "line": 2321, "column": 28 } } @@ -129662,31 +130463,31 @@ "type": "Identifier", "name": "extension", "range": [ - 69967, - 69976 + 70835, + 70844 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 29 }, "end": { - "line": 2295, + "line": 2321, "column": 38 } } }, "range": [ - 69962, - 69976 + 70830, + 70844 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 24 }, "end": { - "line": 2295, + "line": 2321, "column": 38 } } @@ -129697,32 +130498,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 69977, - 69993 + 70845, + 70861 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 39 }, "end": { - "line": 2295, + "line": 2321, "column": 55 } } } ], "range": [ - 69962, - 69994 + 70830, + 70862 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 24 }, "end": { - "line": 2295, + "line": 2321, "column": 56 } } @@ -129731,31 +130532,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 69995, - 70006 + 70863, + 70874 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 57 }, "end": { - "line": 2295, + "line": 2321, "column": 68 } } }, "range": [ - 69962, - 70006 + 70830, + 70874 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 24 }, "end": { - "line": 2295, + "line": 2321, "column": 68 } } @@ -129765,32 +130566,32 @@ "type": "Identifier", "name": "j", "range": [ - 70007, - 70008 + 70875, + 70876 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 69 }, "end": { - "line": 2295, + "line": 2321, "column": 70 } } } ], "range": [ - 69962, - 70009 + 70830, + 70877 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 24 }, "end": { - "line": 2295, + "line": 2321, "column": 71 } } @@ -129802,80 +130603,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 70037, - 70046 + 70905, + 70914 ], "loc": { "start": { - "line": 2296, + "line": 2322, "column": 24 }, "end": { - "line": 2296, + "line": 2322, "column": 33 } } } ], "range": [ - 70011, - 70068 + 70879, + 70936 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 73 }, "end": { - "line": 2297, + "line": 2323, "column": 21 } } }, "alternate": null, "range": [ - 69958, - 70068 + 70826, + 70936 ], "loc": { "start": { - "line": 2295, + "line": 2321, "column": 20 }, "end": { - "line": 2297, + "line": 2323, "column": 21 } } } ], "range": [ - 69936, - 70086 + 70804, + 70954 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 78 }, "end": { - "line": 2298, + "line": 2324, "column": 17 } } }, "alternate": null, "range": [ - 69874, - 70086 + 70742, + 70954 ], "loc": { "start": { - "line": 2294, + "line": 2320, "column": 16 }, "end": { - "line": 2298, + "line": 2324, "column": 17 } } @@ -129889,16 +130690,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 70107, - 70115 + 70975, + 70983 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 20 }, "end": { - "line": 2299, + "line": 2325, "column": 28 } } @@ -129911,16 +130712,16 @@ "object": { "type": "ThisExpression", "range": [ - 70118, - 70122 + 70986, + 70990 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 31 }, "end": { - "line": 2299, + "line": 2325, "column": 35 } } @@ -129929,31 +130730,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 70123, - 70134 + 70991, + 71002 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 36 }, "end": { - "line": 2299, + "line": 2325, "column": 47 } } }, "range": [ - 70118, - 70134 + 70986, + 71002 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 31 }, "end": { - "line": 2299, + "line": 2325, "column": 47 } } @@ -129966,16 +130767,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70135, - 70140 + 71003, + 71008 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 48 }, "end": { - "line": 2299, + "line": 2325, "column": 53 } } @@ -129984,62 +130785,62 @@ "type": "Identifier", "name": "j", "range": [ - 70141, - 70142 + 71009, + 71010 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 54 }, "end": { - "line": 2299, + "line": 2325, "column": 55 } } }, "range": [ - 70135, - 70143 + 71003, + 71011 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 48 }, "end": { - "line": 2299, + "line": 2325, "column": 56 } } } ], "range": [ - 70118, - 70144 + 70986, + 71012 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 31 }, "end": { - "line": 2299, + "line": 2325, "column": 57 } } }, "range": [ - 70107, - 70144 + 70975, + 71012 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 20 }, "end": { - "line": 2299, + "line": 2325, "column": 57 } } @@ -130047,16 +130848,16 @@ ], "kind": "let", "range": [ - 70103, - 70145 + 70971, + 71013 ], "loc": { "start": { - "line": 2299, + "line": 2325, "column": 16 }, "end": { - "line": 2299, + "line": 2325, "column": 58 } } @@ -130075,16 +130876,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 70162, - 70169 + 71030, + 71037 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 16 }, "end": { - "line": 2300, + "line": 2326, "column": 23 } } @@ -130094,31 +130895,31 @@ "value": 1, "raw": "1", "range": [ - 70170, - 70171 + 71038, + 71039 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 24 }, "end": { - "line": 2300, + "line": 2326, "column": 25 } } }, "range": [ - 70162, - 70172 + 71030, + 71040 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 16 }, "end": { - "line": 2300, + "line": 2326, "column": 26 } } @@ -130127,31 +130928,31 @@ "type": "Identifier", "name": "push", "range": [ - 70173, - 70177 + 71041, + 71045 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 27 }, "end": { - "line": 2300, + "line": 2326, "column": 31 } } }, "range": [ - 70162, - 70177 + 71030, + 71045 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 16 }, "end": { - "line": 2300, + "line": 2326, "column": 31 } } @@ -130161,78 +130962,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 70178, - 70186 + 71046, + 71054 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 32 }, "end": { - "line": 2300, + "line": 2326, "column": 40 } } } ], "range": [ - 70162, - 70187 + 71030, + 71055 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 16 }, "end": { - "line": 2300, + "line": 2326, "column": 41 } } }, "range": [ - 70162, - 70188 + 71030, + 71056 ], "loc": { "start": { - "line": 2300, + "line": 2326, "column": 16 }, "end": { - "line": 2300, + "line": 2326, "column": 42 } } } ], "range": [ - 69856, - 70202 + 70724, + 71070 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 62 }, "end": { - "line": 2301, + "line": 2327, "column": 13 } } }, "range": [ - 69806, - 70202 + 70674, + 71070 ], "loc": { "start": { - "line": 2293, + "line": 2319, "column": 12 }, "end": { - "line": 2301, + "line": 2327, "column": 13 } } @@ -130248,16 +131049,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 70215, - 70222 + 71083, + 71090 ], "loc": { "start": { - "line": 2302, + "line": 2328, "column": 12 }, "end": { - "line": 2302, + "line": 2328, "column": 19 } } @@ -130266,31 +131067,31 @@ "type": "Identifier", "name": "push", "range": [ - 70223, - 70227 + 71091, + 71095 ], "loc": { "start": { - "line": 2302, + "line": 2328, "column": 20 }, "end": { - "line": 2302, + "line": 2328, "column": 24 } } }, "range": [ - 70215, - 70227 + 71083, + 71095 ], "loc": { "start": { - "line": 2302, + "line": 2328, "column": 12 }, "end": { - "line": 2302, + "line": 2328, "column": 24 } } @@ -130300,78 +131101,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 70228, - 70235 + 71096, + 71103 ], "loc": { "start": { - "line": 2302, + "line": 2328, "column": 25 }, "end": { - "line": 2302, + "line": 2328, "column": 32 } } } ], "range": [ - 70215, - 70236 + 71083, + 71104 ], "loc": { "start": { - "line": 2302, + "line": 2328, "column": 12 }, "end": { - "line": 2302, + "line": 2328, "column": 33 } } }, "range": [ - 70215, - 70237 + 71083, + 71105 ], "loc": { "start": { - "line": 2302, + "line": 2328, "column": 12 }, "end": { - "line": 2302, + "line": 2328, "column": 34 } } } ], "range": [ - 69718, - 70247 + 70586, + 71115 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 51 }, "end": { - "line": 2303, + "line": 2329, "column": 9 } } }, "range": [ - 69675, - 70247 + 70543, + 71115 ], "loc": { "start": { - "line": 2290, + "line": 2316, "column": 8 }, "end": { - "line": 2303, + "line": 2329, "column": 9 } } @@ -130382,47 +131183,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 70263, - 70270 + 71131, + 71138 ], "loc": { "start": { - "line": 2304, + "line": 2330, "column": 15 }, "end": { - "line": 2304, + "line": 2330, "column": 22 } } }, "range": [ - 70256, - 70271 + 71124, + 71139 ], "loc": { "start": { - "line": 2304, + "line": 2330, "column": 8 }, "end": { - "line": 2304, + "line": 2330, "column": 23 } } } ], "range": [ - 69392, - 70277 + 70260, + 71145 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 68 }, "end": { - "line": 2305, + "line": 2331, "column": 5 } } @@ -130430,16 +131231,16 @@ "generator": false, "expression": false, "range": [ - 69340, - 70277 + 70208, + 71145 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 16 }, "end": { - "line": 2305, + "line": 2331, "column": 5 } } @@ -130447,16 +131248,16 @@ "kind": "method", "computed": false, "range": [ - 69328, - 70277 + 70196, + 71145 ], "loc": { "start": { - "line": 2282, + "line": 2308, "column": 4 }, "end": { - "line": 2305, + "line": 2331, "column": 5 } }, @@ -130465,16 +131266,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 68919, - 69323 + 69787, + 70191 ], "loc": { "start": { - "line": 2270, + "line": 2296, "column": 4 }, "end": { - "line": 2281, + "line": 2307, "column": 7 } } @@ -130485,16 +131286,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 70283, - 70690 + 71151, + 71558 ], "loc": { "start": { - "line": 2307, + "line": 2333, "column": 4 }, "end": { - "line": 2318, + "line": 2344, "column": 7 } } @@ -130508,16 +131309,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 70695, - 70710 + 71563, + 71578 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 4 }, "end": { - "line": 2319, + "line": 2345, "column": 19 } } @@ -130532,16 +131333,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70711, - 70725 + 71579, + 71593 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 20 }, "end": { - "line": 2319, + "line": 2345, "column": 34 } } @@ -130551,31 +131352,31 @@ "value": false, "raw": "false", "range": [ - 70728, - 70733 + 71596, + 71601 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 37 }, "end": { - "line": 2319, + "line": 2345, "column": 42 } } }, "range": [ - 70711, - 70733 + 71579, + 71601 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 20 }, "end": { - "line": 2319, + "line": 2345, "column": 42 } } @@ -130586,16 +131387,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70735, - 70752 + 71603, + 71620 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 44 }, "end": { - "line": 2319, + "line": 2345, "column": 61 } } @@ -130605,31 +131406,31 @@ "value": false, "raw": "false", "range": [ - 70755, - 70760 + 71623, + 71628 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 64 }, "end": { - "line": 2319, + "line": 2345, "column": 69 } } }, "range": [ - 70735, - 70760 + 71603, + 71628 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 44 }, "end": { - "line": 2319, + "line": 2345, "column": 69 } } @@ -130649,16 +131450,16 @@ "object": { "type": "ThisExpression", "range": [ - 70777, - 70781 + 71645, + 71649 ], "loc": { "start": { - "line": 2320, + "line": 2346, "column": 13 }, "end": { - "line": 2320, + "line": 2346, "column": 17 } } @@ -130667,47 +131468,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 70782, - 70796 + 71650, + 71664 ], "loc": { "start": { - "line": 2320, + "line": 2346, "column": 18 }, "end": { - "line": 2320, + "line": 2346, "column": 32 } } }, "range": [ - 70777, - 70796 + 71645, + 71664 ], "loc": { "start": { - "line": 2320, + "line": 2346, "column": 13 }, "end": { - "line": 2320, + "line": 2346, "column": 32 } } }, "prefix": true, "range": [ - 70776, - 70796 + 71644, + 71664 ], "loc": { "start": { - "line": 2320, + "line": 2346, "column": 12 }, "end": { - "line": 2320, + "line": 2346, "column": 32 } } @@ -130721,63 +131522,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70819, - 70821 + 71687, + 71689 ], "loc": { "start": { - "line": 2321, + "line": 2347, "column": 19 }, "end": { - "line": 2321, + "line": 2347, "column": 21 } } }, "range": [ - 70812, - 70822 + 71680, + 71690 ], "loc": { "start": { - "line": 2321, + "line": 2347, "column": 12 }, "end": { - "line": 2321, + "line": 2347, "column": 22 } } } ], "range": [ - 70798, - 70832 + 71666, + 71700 ], "loc": { "start": { - "line": 2320, + "line": 2346, "column": 34 }, "end": { - "line": 2322, + "line": 2348, "column": 9 } } }, "alternate": null, "range": [ - 70772, - 70832 + 71640, + 71700 ], "loc": { "start": { - "line": 2320, + "line": 2346, "column": 8 }, "end": { - "line": 2322, + "line": 2348, "column": 9 } } @@ -130791,16 +131592,16 @@ "type": "Identifier", "name": "rows", "range": [ - 70845, - 70849 + 71713, + 71717 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 12 }, "end": { - "line": 2323, + "line": 2349, "column": 16 } } @@ -130814,16 +131615,16 @@ "object": { "type": "ThisExpression", "range": [ - 70852, - 70856 + 71720, + 71724 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 19 }, "end": { - "line": 2323, + "line": 2349, "column": 23 } } @@ -130832,31 +131633,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 70857, - 70860 + 71725, + 71728 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 24 }, "end": { - "line": 2323, + "line": 2349, "column": 27 } } }, "range": [ - 70852, - 70860 + 71720, + 71728 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 19 }, "end": { - "line": 2323, + "line": 2349, "column": 27 } } @@ -130865,46 +131666,46 @@ "type": "Identifier", "name": "rows", "range": [ - 70861, - 70865 + 71729, + 71733 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 28 }, "end": { - "line": 2323, + "line": 2349, "column": 32 } } }, "range": [ - 70852, - 70865 + 71720, + 71733 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 19 }, "end": { - "line": 2323, + "line": 2349, "column": 32 } } }, "range": [ - 70845, - 70865 + 71713, + 71733 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 12 }, "end": { - "line": 2323, + "line": 2349, "column": 32 } } @@ -130915,16 +131716,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 70879, - 70891 + 71747, + 71759 ], "loc": { "start": { - "line": 2324, + "line": 2350, "column": 12 }, "end": { - "line": 2324, + "line": 2350, "column": 24 } } @@ -130933,31 +131734,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70894, - 70896 + 71762, + 71764 ], "loc": { "start": { - "line": 2324, + "line": 2350, "column": 27 }, "end": { - "line": 2324, + "line": 2350, "column": 29 } } }, "range": [ - 70879, - 70896 + 71747, + 71764 ], "loc": { "start": { - "line": 2324, + "line": 2350, "column": 12 }, "end": { - "line": 2324, + "line": 2350, "column": 29 } } @@ -130965,16 +131766,16 @@ ], "kind": "let", "range": [ - 70841, - 70897 + 71709, + 71765 ], "loc": { "start": { - "line": 2323, + "line": 2349, "column": 8 }, "end": { - "line": 2324, + "line": 2350, "column": 30 } } @@ -130985,16 +131786,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70910, - 70924 + 71778, + 71792 ], "loc": { "start": { - "line": 2325, + "line": 2351, "column": 12 }, "end": { - "line": 2325, + "line": 2351, "column": 26 } } @@ -131011,16 +131812,16 @@ "type": "Identifier", "name": "headers", "range": [ - 70944, - 70951 + 71812, + 71819 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 16 }, "end": { - "line": 2326, + "line": 2352, "column": 23 } } @@ -131033,16 +131834,16 @@ "object": { "type": "ThisExpression", "range": [ - 70954, - 70958 + 71822, + 71826 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 26 }, "end": { - "line": 2326, + "line": 2352, "column": 30 } } @@ -131051,31 +131852,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 70959, - 70973 + 71827, + 71841 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 31 }, "end": { - "line": 2326, + "line": 2352, "column": 45 } } }, "range": [ - 70954, - 70973 + 71822, + 71841 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 26 }, "end": { - "line": 2326, + "line": 2352, "column": 45 } } @@ -131085,47 +131886,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70974, - 70991 + 71842, + 71859 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 46 }, "end": { - "line": 2326, + "line": 2352, "column": 63 } } } ], "range": [ - 70954, - 70992 + 71822, + 71860 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 26 }, "end": { - "line": 2326, + "line": 2352, "column": 64 } } }, "range": [ - 70944, - 70992 + 71812, + 71860 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 16 }, "end": { - "line": 2326, + "line": 2352, "column": 64 } } @@ -131133,16 +131934,16 @@ ], "kind": "let", "range": [ - 70940, - 70993 + 71808, + 71861 ], "loc": { "start": { - "line": 2326, + "line": 2352, "column": 12 }, "end": { - "line": 2326, + "line": 2352, "column": 65 } } @@ -131158,16 +131959,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71006, - 71018 + 71874, + 71886 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 12 }, "end": { - "line": 2327, + "line": 2353, "column": 24 } } @@ -131176,31 +131977,31 @@ "type": "Identifier", "name": "push", "range": [ - 71019, - 71023 + 71887, + 71891 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 25 }, "end": { - "line": 2327, + "line": 2353, "column": 29 } } }, "range": [ - 71006, - 71023 + 71874, + 71891 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 12 }, "end": { - "line": 2327, + "line": 2353, "column": 29 } } @@ -131217,16 +132018,16 @@ "object": { "type": "ThisExpression", "range": [ - 71025, - 71029 + 71893, + 71897 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 31 }, "end": { - "line": 2327, + "line": 2353, "column": 35 } } @@ -131235,47 +132036,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 71030, - 71048 + 71898, + 71916 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 36 }, "end": { - "line": 2327, + "line": 2353, "column": 54 } } }, "range": [ - 71025, - 71048 + 71893, + 71916 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 31 }, "end": { - "line": 2327, + "line": 2353, "column": 54 } } }, "arguments": [], "range": [ - 71025, - 71050 + 71893, + 71918 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 31 }, "end": { - "line": 2327, + "line": 2353, "column": 56 } } @@ -131284,95 +132085,95 @@ "type": "Identifier", "name": "headers", "range": [ - 71052, - 71059 + 71920, + 71927 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 58 }, "end": { - "line": 2327, + "line": 2353, "column": 65 } } } ], "range": [ - 71024, - 71060 + 71892, + 71928 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 30 }, "end": { - "line": 2327, + "line": 2353, "column": 66 } } } ], "range": [ - 71006, - 71061 + 71874, + 71929 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 12 }, "end": { - "line": 2327, + "line": 2353, "column": 67 } } }, "range": [ - 71006, - 71062 + 71874, + 71930 ], "loc": { "start": { - "line": 2327, + "line": 2353, "column": 12 }, "end": { - "line": 2327, + "line": 2353, "column": 68 } } } ], "range": [ - 70926, - 71072 + 71794, + 71940 ], "loc": { "start": { - "line": 2325, + "line": 2351, "column": 28 }, "end": { - "line": 2328, + "line": 2354, "column": 9 } } }, "alternate": null, "range": [ - 70906, - 71072 + 71774, + 71940 ], "loc": { "start": { - "line": 2325, + "line": 2351, "column": 8 }, "end": { - "line": 2328, + "line": 2354, "column": 9 } } @@ -131386,16 +132187,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 71086, - 71095 + 71954, + 71963 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 12 }, "end": { - "line": 2330, + "line": 2356, "column": 21 } } @@ -131408,16 +132209,16 @@ "object": { "type": "ThisExpression", "range": [ - 71098, - 71102 + 71966, + 71970 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 24 }, "end": { - "line": 2330, + "line": 2356, "column": 28 } } @@ -131426,31 +132227,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 71103, - 71115 + 71971, + 71983 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 29 }, "end": { - "line": 2330, + "line": 2356, "column": 41 } } }, "range": [ - 71098, - 71115 + 71966, + 71983 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 24 }, "end": { - "line": 2330, + "line": 2356, "column": 41 } } @@ -131461,47 +132262,47 @@ "value": true, "raw": "true", "range": [ - 71116, - 71120 + 71984, + 71988 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 42 }, "end": { - "line": 2330, + "line": 2356, "column": 46 } } } ], "range": [ - 71098, - 71121 + 71966, + 71989 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 24 }, "end": { - "line": 2330, + "line": 2356, "column": 47 } } }, "range": [ - 71086, - 71121 + 71954, + 71989 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 12 }, "end": { - "line": 2330, + "line": 2356, "column": 47 } } @@ -131509,16 +132310,16 @@ ], "kind": "let", "range": [ - 71082, - 71122 + 71950, + 71990 ], "loc": { "start": { - "line": 2330, + "line": 2356, "column": 8 }, "end": { - "line": 2330, + "line": 2356, "column": 48 } } @@ -131534,16 +132335,16 @@ "type": "Identifier", "name": "i", "range": [ - 71140, - 71141 + 72008, + 72009 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 17 }, "end": { - "line": 2331, + "line": 2357, "column": 18 } } @@ -131553,31 +132354,31 @@ "value": 0, "raw": "0", "range": [ - 71144, - 71145 + 72012, + 72013 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 21 }, "end": { - "line": 2331, + "line": 2357, "column": 22 } } }, "range": [ - 71140, - 71145 + 72008, + 72013 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 17 }, "end": { - "line": 2331, + "line": 2357, "column": 22 } } @@ -131585,16 +132386,16 @@ ], "kind": "let", "range": [ - 71136, - 71145 + 72004, + 72013 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 13 }, "end": { - "line": 2331, + "line": 2357, "column": 22 } } @@ -131606,16 +132407,16 @@ "type": "Identifier", "name": "i", "range": [ - 71147, - 71148 + 72015, + 72016 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 24 }, "end": { - "line": 2331, + "line": 2357, "column": 25 } } @@ -131627,16 +132428,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 71151, - 71160 + 72019, + 72028 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 28 }, "end": { - "line": 2331, + "line": 2357, "column": 37 } } @@ -131645,46 +132446,46 @@ "type": "Identifier", "name": "length", "range": [ - 71161, - 71167 + 72029, + 72035 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 38 }, "end": { - "line": 2331, + "line": 2357, "column": 44 } } }, "range": [ - 71151, - 71167 + 72019, + 72035 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 28 }, "end": { - "line": 2331, + "line": 2357, "column": 44 } } }, "range": [ - 71147, - 71167 + 72015, + 72035 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 24 }, "end": { - "line": 2331, + "line": 2357, "column": 44 } } @@ -131696,32 +132497,32 @@ "type": "Identifier", "name": "i", "range": [ - 71169, - 71170 + 72037, + 72038 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 46 }, "end": { - "line": 2331, + "line": 2357, "column": 47 } } }, "prefix": false, "range": [ - 71169, - 71172 + 72037, + 72040 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 46 }, "end": { - "line": 2331, + "line": 2357, "column": 49 } } @@ -131738,16 +132539,16 @@ "type": "Identifier", "name": "rData", "range": [ - 71192, - 71197 + 72060, + 72065 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 16 }, "end": { - "line": 2332, + "line": 2358, "column": 21 } } @@ -131764,16 +132565,16 @@ "object": { "type": "ThisExpression", "range": [ - 71201, - 71205 + 72069, + 72073 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 25 }, "end": { - "line": 2332, + "line": 2358, "column": 29 } } @@ -131782,31 +132583,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 71206, - 71220 + 72074, + 72088 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 30 }, "end": { - "line": 2332, + "line": 2358, "column": 44 } } }, "range": [ - 71201, - 71220 + 72069, + 72088 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 25 }, "end": { - "line": 2332, + "line": 2358, "column": 44 } } @@ -131815,31 +132616,31 @@ "type": "Identifier", "name": "i", "range": [ - 71221, - 71222 + 72089, + 72090 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 45 }, "end": { - "line": 2332, + "line": 2358, "column": 46 } } }, "range": [ - 71201, - 71223 + 72069, + 72091 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 25 }, "end": { - "line": 2332, + "line": 2358, "column": 47 } } @@ -131848,47 +132649,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 71225, - 71227 + 72093, + 72095 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 49 }, "end": { - "line": 2332, + "line": 2358, "column": 51 } } } ], "range": [ - 71200, - 71228 + 72068, + 72096 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 24 }, "end": { - "line": 2332, + "line": 2358, "column": 52 } } }, "range": [ - 71192, - 71228 + 72060, + 72096 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 16 }, "end": { - "line": 2332, + "line": 2358, "column": 52 } } @@ -131899,16 +132700,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71246, - 71251 + 72114, + 72119 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 16 }, "end": { - "line": 2333, + "line": 2359, "column": 21 } } @@ -131923,16 +132724,16 @@ "type": "Identifier", "name": "rows", "range": [ - 71254, - 71258 + 72122, + 72126 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 24 }, "end": { - "line": 2333, + "line": 2359, "column": 28 } } @@ -131946,16 +132747,16 @@ "object": { "type": "ThisExpression", "range": [ - 71259, - 71263 + 72127, + 72131 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 29 }, "end": { - "line": 2333, + "line": 2359, "column": 33 } } @@ -131964,31 +132765,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 71264, - 71278 + 72132, + 72146 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 34 }, "end": { - "line": 2333, + "line": 2359, "column": 48 } } }, "range": [ - 71259, - 71278 + 72127, + 72146 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 29 }, "end": { - "line": 2333, + "line": 2359, "column": 48 } } @@ -131997,46 +132798,46 @@ "type": "Identifier", "name": "i", "range": [ - 71279, - 71280 + 72147, + 72148 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 49 }, "end": { - "line": 2333, + "line": 2359, "column": 50 } } }, "range": [ - 71259, - 71281 + 72127, + 72149 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 29 }, "end": { - "line": 2333, + "line": 2359, "column": 51 } } }, "range": [ - 71254, - 71282 + 72122, + 72150 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 24 }, "end": { - "line": 2333, + "line": 2359, "column": 52 } } @@ -132045,46 +132846,46 @@ "type": "Identifier", "name": "cells", "range": [ - 71283, - 71288 + 72151, + 72156 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 53 }, "end": { - "line": 2333, + "line": 2359, "column": 58 } } }, "range": [ - 71254, - 71288 + 72122, + 72156 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 24 }, "end": { - "line": 2333, + "line": 2359, "column": 58 } } }, "range": [ - 71246, - 71288 + 72114, + 72156 ], "loc": { "start": { - "line": 2333, + "line": 2359, "column": 16 }, "end": { - "line": 2333, + "line": 2359, "column": 58 } } @@ -132092,16 +132893,16 @@ ], "kind": "let", "range": [ - 71188, - 71289 + 72056, + 72157 ], "loc": { "start": { - "line": 2332, + "line": 2358, "column": 12 }, "end": { - "line": 2333, + "line": 2359, "column": 59 } } @@ -132117,16 +132918,16 @@ "type": "Identifier", "name": "k", "range": [ - 71311, - 71312 + 72179, + 72180 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 21 }, "end": { - "line": 2334, + "line": 2360, "column": 22 } } @@ -132136,31 +132937,31 @@ "value": 0, "raw": "0", "range": [ - 71315, - 71316 + 72183, + 72184 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 25 }, "end": { - "line": 2334, + "line": 2360, "column": 26 } } }, "range": [ - 71311, - 71316 + 72179, + 72184 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 21 }, "end": { - "line": 2334, + "line": 2360, "column": 26 } } @@ -132168,16 +132969,16 @@ ], "kind": "let", "range": [ - 71307, - 71316 + 72175, + 72184 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 17 }, "end": { - "line": 2334, + "line": 2360, "column": 26 } } @@ -132189,16 +132990,16 @@ "type": "Identifier", "name": "k", "range": [ - 71318, - 71319 + 72186, + 72187 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 28 }, "end": { - "line": 2334, + "line": 2360, "column": 29 } } @@ -132210,16 +133011,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71322, - 71327 + 72190, + 72195 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 32 }, "end": { - "line": 2334, + "line": 2360, "column": 37 } } @@ -132228,46 +133029,46 @@ "type": "Identifier", "name": "length", "range": [ - 71328, - 71334 + 72196, + 72202 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 38 }, "end": { - "line": 2334, + "line": 2360, "column": 44 } } }, "range": [ - 71322, - 71334 + 72190, + 72202 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 32 }, "end": { - "line": 2334, + "line": 2360, "column": 44 } } }, "range": [ - 71318, - 71334 + 72186, + 72202 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 28 }, "end": { - "line": 2334, + "line": 2360, "column": 44 } } @@ -132279,32 +133080,32 @@ "type": "Identifier", "name": "k", "range": [ - 71336, - 71337 + 72204, + 72205 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 46 }, "end": { - "line": 2334, + "line": 2360, "column": 47 } } }, "prefix": false, "range": [ - 71336, - 71339 + 72204, + 72207 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 46 }, "end": { - "line": 2334, + "line": 2360, "column": 49 } } @@ -132321,16 +133122,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71363, - 71380 + 72231, + 72248 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 20 }, "end": { - "line": 2335, + "line": 2361, "column": 37 } } @@ -132343,16 +133144,16 @@ "object": { "type": "ThisExpression", "range": [ - 71384, - 71388 + 72252, + 72256 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 41 }, "end": { - "line": 2335, + "line": 2361, "column": 45 } } @@ -132361,31 +133162,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 71389, - 71401 + 72257, + 72269 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 46 }, "end": { - "line": 2335, + "line": 2361, "column": 58 } } }, "range": [ - 71384, - 71401 + 72252, + 72269 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 41 }, "end": { - "line": 2335, + "line": 2361, "column": 58 } } @@ -132396,47 +133197,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 71402, - 71418 + 72270, + 72286 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 59 }, "end": { - "line": 2335, + "line": 2361, "column": 75 } } } ], "range": [ - 71384, - 71419 + 72252, + 72287 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 41 }, "end": { - "line": 2335, + "line": 2361, "column": 76 } } }, "range": [ - 71363, - 71419 + 72231, + 72287 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 20 }, "end": { - "line": 2335, + "line": 2361, "column": 76 } } @@ -132459,16 +133260,16 @@ "object": { "type": "ThisExpression", "range": [ - 71447, - 71451 + 72315, + 72319 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 24 }, "end": { - "line": 2336, + "line": 2362, "column": 28 } } @@ -132477,31 +133278,31 @@ "type": "Identifier", "name": "extension", "range": [ - 71452, - 71461 + 72320, + 72329 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 29 }, "end": { - "line": 2336, + "line": 2362, "column": 38 } } }, "range": [ - 71447, - 71461 + 72315, + 72329 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 24 }, "end": { - "line": 2336, + "line": 2362, "column": 38 } } @@ -132512,32 +133313,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 71462, - 71478 + 72330, + 72346 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 39 }, "end": { - "line": 2336, + "line": 2362, "column": 55 } } } ], "range": [ - 71447, - 71479 + 72315, + 72347 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 24 }, "end": { - "line": 2336, + "line": 2362, "column": 56 } } @@ -132546,31 +133347,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 71480, - 71491 + 72348, + 72359 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 57 }, "end": { - "line": 2336, + "line": 2362, "column": 68 } } }, "range": [ - 71447, - 71491 + 72315, + 72359 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 24 }, "end": { - "line": 2336, + "line": 2362, "column": 68 } } @@ -132580,32 +133381,32 @@ "type": "Identifier", "name": "k", "range": [ - 71492, - 71493 + 72360, + 72361 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 69 }, "end": { - "line": 2336, + "line": 2362, "column": 70 } } } ], "range": [ - 71447, - 71494 + 72315, + 72362 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 24 }, "end": { - "line": 2336, + "line": 2362, "column": 71 } } @@ -132617,80 +133418,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 71522, - 71531 + 72390, + 72399 ], "loc": { "start": { - "line": 2337, + "line": 2363, "column": 24 }, "end": { - "line": 2337, + "line": 2363, "column": 33 } } } ], "range": [ - 71496, - 71553 + 72364, + 72421 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 73 }, "end": { - "line": 2338, + "line": 2364, "column": 21 } } }, "alternate": null, "range": [ - 71443, - 71553 + 72311, + 72421 ], "loc": { "start": { - "line": 2336, + "line": 2362, "column": 20 }, "end": { - "line": 2338, + "line": 2364, "column": 21 } } } ], "range": [ - 71421, - 71571 + 72289, + 72439 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 78 }, "end": { - "line": 2339, + "line": 2365, "column": 17 } } }, "alternate": null, "range": [ - 71359, - 71571 + 72227, + 72439 ], "loc": { "start": { - "line": 2335, + "line": 2361, "column": 16 }, "end": { - "line": 2339, + "line": 2365, "column": 17 } } @@ -132704,16 +133505,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 71592, - 71600 + 72460, + 72468 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 20 }, "end": { - "line": 2340, + "line": 2366, "column": 28 } } @@ -132726,16 +133527,16 @@ "object": { "type": "ThisExpression", "range": [ - 71603, - 71607 + 72471, + 72475 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 31 }, "end": { - "line": 2340, + "line": 2366, "column": 35 } } @@ -132744,31 +133545,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 71608, - 71619 + 72476, + 72487 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 36 }, "end": { - "line": 2340, + "line": 2366, "column": 47 } } }, "range": [ - 71603, - 71619 + 72471, + 72487 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 31 }, "end": { - "line": 2340, + "line": 2366, "column": 47 } } @@ -132781,16 +133582,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71620, - 71625 + 72488, + 72493 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 48 }, "end": { - "line": 2340, + "line": 2366, "column": 53 } } @@ -132799,62 +133600,62 @@ "type": "Identifier", "name": "k", "range": [ - 71626, - 71627 + 72494, + 72495 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 54 }, "end": { - "line": 2340, + "line": 2366, "column": 55 } } }, "range": [ - 71620, - 71628 + 72488, + 72496 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 48 }, "end": { - "line": 2340, + "line": 2366, "column": 56 } } } ], "range": [ - 71603, - 71629 + 72471, + 72497 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 31 }, "end": { - "line": 2340, + "line": 2366, "column": 57 } } }, "range": [ - 71592, - 71629 + 72460, + 72497 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 20 }, "end": { - "line": 2340, + "line": 2366, "column": 57 } } @@ -132862,16 +133663,16 @@ ], "kind": "let", "range": [ - 71588, - 71630 + 72456, + 72498 ], "loc": { "start": { - "line": 2340, + "line": 2366, "column": 16 }, "end": { - "line": 2340, + "line": 2366, "column": 58 } } @@ -132890,16 +133691,16 @@ "type": "Identifier", "name": "rData", "range": [ - 71647, - 71652 + 72515, + 72520 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 16 }, "end": { - "line": 2341, + "line": 2367, "column": 21 } } @@ -132909,31 +133710,31 @@ "value": 1, "raw": "1", "range": [ - 71653, - 71654 + 72521, + 72522 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 22 }, "end": { - "line": 2341, + "line": 2367, "column": 23 } } }, "range": [ - 71647, - 71655 + 72515, + 72523 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 16 }, "end": { - "line": 2341, + "line": 2367, "column": 24 } } @@ -132942,31 +133743,31 @@ "type": "Identifier", "name": "push", "range": [ - 71656, - 71660 + 72524, + 72528 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 25 }, "end": { - "line": 2341, + "line": 2367, "column": 29 } } }, "range": [ - 71647, - 71660 + 72515, + 72528 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 16 }, "end": { - "line": 2341, + "line": 2367, "column": 29 } } @@ -132976,78 +133777,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 71661, - 71669 + 72529, + 72537 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 30 }, "end": { - "line": 2341, + "line": 2367, "column": 38 } } } ], "range": [ - 71647, - 71670 + 72515, + 72538 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 16 }, "end": { - "line": 2341, + "line": 2367, "column": 39 } } }, "range": [ - 71647, - 71671 + 72515, + 72539 ], "loc": { "start": { - "line": 2341, + "line": 2367, "column": 16 }, "end": { - "line": 2341, + "line": 2367, "column": 40 } } } ], "range": [ - 71341, - 71685 + 72209, + 72553 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 51 }, "end": { - "line": 2342, + "line": 2368, "column": 13 } } }, "range": [ - 71302, - 71685 + 72170, + 72553 ], "loc": { "start": { - "line": 2334, + "line": 2360, "column": 12 }, "end": { - "line": 2342, + "line": 2368, "column": 13 } } @@ -133063,16 +133864,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71698, - 71710 + 72566, + 72578 ], "loc": { "start": { - "line": 2343, + "line": 2369, "column": 12 }, "end": { - "line": 2343, + "line": 2369, "column": 24 } } @@ -133081,31 +133882,31 @@ "type": "Identifier", "name": "push", "range": [ - 71711, - 71715 + 72579, + 72583 ], "loc": { "start": { - "line": 2343, + "line": 2369, "column": 25 }, "end": { - "line": 2343, + "line": 2369, "column": 29 } } }, "range": [ - 71698, - 71715 + 72566, + 72583 ], "loc": { "start": { - "line": 2343, + "line": 2369, "column": 12 }, "end": { - "line": 2343, + "line": 2369, "column": 29 } } @@ -133115,78 +133916,78 @@ "type": "Identifier", "name": "rData", "range": [ - 71716, - 71721 + 72584, + 72589 ], "loc": { "start": { - "line": 2343, + "line": 2369, "column": 30 }, "end": { - "line": 2343, + "line": 2369, "column": 35 } } } ], "range": [ - 71698, - 71722 + 72566, + 72590 ], "loc": { "start": { - "line": 2343, + "line": 2369, "column": 12 }, "end": { - "line": 2343, + "line": 2369, "column": 36 } } }, "range": [ - 71698, - 71723 + 72566, + 72591 ], "loc": { "start": { - "line": 2343, + "line": 2369, "column": 12 }, "end": { - "line": 2343, + "line": 2369, "column": 37 } } } ], "range": [ - 71174, - 71733 + 72042, + 72601 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 51 }, "end": { - "line": 2344, + "line": 2370, "column": 9 } } }, "range": [ - 71131, - 71733 + 71999, + 72601 ], "loc": { "start": { - "line": 2331, + "line": 2357, "column": 8 }, "end": { - "line": 2344, + "line": 2370, "column": 9 } } @@ -133197,47 +133998,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71749, - 71761 + 72617, + 72629 ], "loc": { "start": { - "line": 2345, + "line": 2371, "column": 15 }, "end": { - "line": 2345, + "line": 2371, "column": 27 } } }, "range": [ - 71742, - 71762 + 72610, + 72630 ], "loc": { "start": { - "line": 2345, + "line": 2371, "column": 8 }, "end": { - "line": 2345, + "line": 2371, "column": 28 } } } ], "range": [ - 70762, - 71768 + 71630, + 72636 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 71 }, "end": { - "line": 2346, + "line": 2372, "column": 5 } } @@ -133245,16 +134046,16 @@ "generator": false, "expression": false, "range": [ - 70710, - 71768 + 71578, + 72636 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 19 }, "end": { - "line": 2346, + "line": 2372, "column": 5 } } @@ -133262,16 +134063,16 @@ "kind": "method", "computed": false, "range": [ - 70695, - 71768 + 71563, + 72636 ], "loc": { "start": { - "line": 2319, + "line": 2345, "column": 4 }, "end": { - "line": 2346, + "line": 2372, "column": 5 } }, @@ -133280,16 +134081,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 70283, - 70690 + 71151, + 71558 ], "loc": { "start": { - "line": 2307, + "line": 2333, "column": 4 }, "end": { - "line": 2318, + "line": 2344, "column": 7 } } @@ -133300,16 +134101,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71774, - 72105 + 72642, + 72973 ], "loc": { "start": { - "line": 2348, + "line": 2374, "column": 4 }, "end": { - "line": 2355, + "line": 2381, "column": 7 } } @@ -133323,16 +134124,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 72110, - 72128 + 72978, + 72996 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 4 }, "end": { - "line": 2356, + "line": 2382, "column": 22 } } @@ -133345,16 +134146,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72129, - 72137 + 72997, + 73005 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 23 }, "end": { - "line": 2356, + "line": 2382, "column": 31 } } @@ -133365,16 +134166,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72139, - 72153 + 73007, + 73021 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 33 }, "end": { - "line": 2356, + "line": 2382, "column": 47 } } @@ -133384,31 +134185,31 @@ "value": false, "raw": "false", "range": [ - 72156, - 72161 + 73024, + 73029 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 50 }, "end": { - "line": 2356, + "line": 2382, "column": 55 } } }, "range": [ - 72139, - 72161 + 73007, + 73029 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 33 }, "end": { - "line": 2356, + "line": 2382, "column": 55 } } @@ -133425,16 +134226,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 72177, - 72184 + 73045, + 73052 ], "loc": { "start": { - "line": 2357, + "line": 2383, "column": 12 }, "end": { - "line": 2357, + "line": 2383, "column": 19 } } @@ -133444,32 +134245,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72185, - 72193 + 73053, + 73061 ], "loc": { "start": { - "line": 2357, + "line": 2383, "column": 20 }, "end": { - "line": 2357, + "line": 2383, "column": 28 } } } ], "range": [ - 72177, - 72194 + 73045, + 73062 ], "loc": { "start": { - "line": 2357, + "line": 2383, "column": 12 }, "end": { - "line": 2357, + "line": 2383, "column": 29 } } @@ -133483,63 +134284,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 72217, - 72219 + 73085, + 73087 ], "loc": { "start": { - "line": 2358, + "line": 2384, "column": 19 }, "end": { - "line": 2358, + "line": 2384, "column": 21 } } }, "range": [ - 72210, - 72220 + 73078, + 73088 ], "loc": { "start": { - "line": 2358, + "line": 2384, "column": 12 }, "end": { - "line": 2358, + "line": 2384, "column": 22 } } } ], "range": [ - 72196, - 72230 + 73064, + 73098 ], "loc": { "start": { - "line": 2357, + "line": 2383, "column": 31 }, "end": { - "line": 2359, + "line": 2385, "column": 9 } } }, "alternate": null, "range": [ - 72173, - 72230 + 73041, + 73098 ], "loc": { "start": { - "line": 2357, + "line": 2383, "column": 8 }, "end": { - "line": 2359, + "line": 2385, "column": 9 } } @@ -133553,16 +134354,16 @@ "type": "Identifier", "name": "data", "range": [ - 72243, - 72247 + 73111, + 73115 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 12 }, "end": { - "line": 2360, + "line": 2386, "column": 16 } } @@ -133575,16 +134376,16 @@ "object": { "type": "ThisExpression", "range": [ - 72250, - 72254 + 73118, + 73122 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 19 }, "end": { - "line": 2360, + "line": 2386, "column": 23 } } @@ -133593,62 +134394,62 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 72255, - 72270 + 73123, + 73138 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 24 }, "end": { - "line": 2360, + "line": 2386, "column": 39 } } }, "range": [ - 72250, - 72270 + 73118, + 73138 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 19 }, "end": { - "line": 2360, + "line": 2386, "column": 39 } } }, "arguments": [], "range": [ - 72250, - 72272 + 73118, + 73140 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 19 }, "end": { - "line": 2360, + "line": 2386, "column": 41 } } }, "range": [ - 72243, - 72272 + 73111, + 73140 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 12 }, "end": { - "line": 2360, + "line": 2386, "column": 41 } } @@ -133659,16 +134460,16 @@ "type": "Identifier", "name": "colData", "range": [ - 72286, - 72293 + 73154, + 73161 ], "loc": { "start": { - "line": 2361, + "line": 2387, "column": 12 }, "end": { - "line": 2361, + "line": 2387, "column": 19 } } @@ -133677,31 +134478,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 72296, - 72298 + 73164, + 73166 ], "loc": { "start": { - "line": 2361, + "line": 2387, "column": 22 }, "end": { - "line": 2361, + "line": 2387, "column": 24 } } }, "range": [ - 72286, - 72298 + 73154, + 73166 ], "loc": { "start": { - "line": 2361, + "line": 2387, "column": 12 }, "end": { - "line": 2361, + "line": 2387, "column": 24 } } @@ -133709,16 +134510,16 @@ ], "kind": "let", "range": [ - 72239, - 72299 + 73107, + 73167 ], "loc": { "start": { - "line": 2360, + "line": 2386, "column": 8 }, "end": { - "line": 2361, + "line": 2387, "column": 25 } } @@ -133729,16 +134530,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72312, - 72326 + 73180, + 73194 ], "loc": { "start": { - "line": 2362, + "line": 2388, "column": 12 }, "end": { - "line": 2362, + "line": 2388, "column": 26 } } @@ -133757,16 +134558,16 @@ "type": "Identifier", "name": "colData", "range": [ - 72342, - 72349 + 73210, + 73217 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 12 }, "end": { - "line": 2363, + "line": 2389, "column": 19 } } @@ -133775,31 +134576,31 @@ "type": "Identifier", "name": "push", "range": [ - 72350, - 72354 + 73218, + 73222 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 20 }, "end": { - "line": 2363, + "line": 2389, "column": 24 } } }, "range": [ - 72342, - 72354 + 73210, + 73222 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 12 }, "end": { - "line": 2363, + "line": 2389, "column": 24 } } @@ -133816,16 +134617,16 @@ "object": { "type": "ThisExpression", "range": [ - 72355, - 72359 + 73223, + 73227 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 25 }, "end": { - "line": 2363, + "line": 2389, "column": 29 } } @@ -133834,47 +134635,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 72360, - 72374 + 73228, + 73242 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 30 }, "end": { - "line": 2363, + "line": 2389, "column": 44 } } }, "range": [ - 72355, - 72374 + 73223, + 73242 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 25 }, "end": { - "line": 2363, + "line": 2389, "column": 44 } } }, "arguments": [], "range": [ - 72355, - 72376 + 73223, + 73244 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 25 }, "end": { - "line": 2363, + "line": 2389, "column": 46 } } @@ -133883,94 +134684,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72377, - 72385 + 73245, + 73253 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 47 }, "end": { - "line": 2363, + "line": 2389, "column": 55 } } }, "range": [ - 72355, - 72386 + 73223, + 73254 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 25 }, "end": { - "line": 2363, + "line": 2389, "column": 56 } } } ], "range": [ - 72342, - 72387 + 73210, + 73255 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 12 }, "end": { - "line": 2363, + "line": 2389, "column": 57 } } }, "range": [ - 72342, - 72388 + 73210, + 73256 ], "loc": { "start": { - "line": 2363, + "line": 2389, "column": 12 }, "end": { - "line": 2363, + "line": 2389, "column": 58 } } } ], "range": [ - 72328, - 72398 + 73196, + 73266 ], "loc": { "start": { - "line": 2362, + "line": 2388, "column": 28 }, "end": { - "line": 2364, + "line": 2390, "column": 9 } } }, "alternate": null, "range": [ - 72308, - 72398 + 73176, + 73266 ], "loc": { "start": { - "line": 2362, + "line": 2388, "column": 8 }, "end": { - "line": 2364, + "line": 2390, "column": 9 } } @@ -133986,16 +134787,16 @@ "type": "Identifier", "name": "i", "range": [ - 72416, - 72417 + 73284, + 73285 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 17 }, "end": { - "line": 2365, + "line": 2391, "column": 18 } } @@ -134005,31 +134806,31 @@ "value": 0, "raw": "0", "range": [ - 72420, - 72421 + 73288, + 73289 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 21 }, "end": { - "line": 2365, + "line": 2391, "column": 22 } } }, "range": [ - 72416, - 72421 + 73284, + 73289 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 17 }, "end": { - "line": 2365, + "line": 2391, "column": 22 } } @@ -134040,16 +134841,16 @@ "type": "Identifier", "name": "len", "range": [ - 72423, - 72426 + 73291, + 73294 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 24 }, "end": { - "line": 2365, + "line": 2391, "column": 27 } } @@ -134061,16 +134862,16 @@ "type": "Identifier", "name": "data", "range": [ - 72429, - 72433 + 73297, + 73301 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 30 }, "end": { - "line": 2365, + "line": 2391, "column": 34 } } @@ -134079,46 +134880,46 @@ "type": "Identifier", "name": "length", "range": [ - 72434, - 72440 + 73302, + 73308 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 35 }, "end": { - "line": 2365, + "line": 2391, "column": 41 } } }, "range": [ - 72429, - 72440 + 73297, + 73308 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 30 }, "end": { - "line": 2365, + "line": 2391, "column": 41 } } }, "range": [ - 72423, - 72440 + 73291, + 73308 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 24 }, "end": { - "line": 2365, + "line": 2391, "column": 41 } } @@ -134126,16 +134927,16 @@ ], "kind": "let", "range": [ - 72412, - 72440 + 73280, + 73308 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 13 }, "end": { - "line": 2365, + "line": 2391, "column": 41 } } @@ -134147,16 +134948,16 @@ "type": "Identifier", "name": "i", "range": [ - 72442, - 72443 + 73310, + 73311 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 43 }, "end": { - "line": 2365, + "line": 2391, "column": 44 } } @@ -134165,31 +134966,31 @@ "type": "Identifier", "name": "len", "range": [ - 72446, - 72449 + 73314, + 73317 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 47 }, "end": { - "line": 2365, + "line": 2391, "column": 50 } } }, "range": [ - 72442, - 72449 + 73310, + 73317 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 43 }, "end": { - "line": 2365, + "line": 2391, "column": 50 } } @@ -134201,32 +135002,32 @@ "type": "Identifier", "name": "i", "range": [ - 72451, - 72452 + 73319, + 73320 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 52 }, "end": { - "line": 2365, + "line": 2391, "column": 53 } } }, "prefix": false, "range": [ - 72451, - 72454 + 73319, + 73322 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 52 }, "end": { - "line": 2365, + "line": 2391, "column": 55 } } @@ -134243,16 +135044,16 @@ "type": "Identifier", "name": "r", "range": [ - 72474, - 72475 + 73342, + 73343 ], "loc": { "start": { - "line": 2366, + "line": 2392, "column": 16 }, "end": { - "line": 2366, + "line": 2392, "column": 17 } } @@ -134264,16 +135065,16 @@ "type": "Identifier", "name": "data", "range": [ - 72478, - 72482 + 73346, + 73350 ], "loc": { "start": { - "line": 2366, + "line": 2392, "column": 20 }, "end": { - "line": 2366, + "line": 2392, "column": 24 } } @@ -134282,46 +135083,46 @@ "type": "Identifier", "name": "i", "range": [ - 72483, - 72484 + 73351, + 73352 ], "loc": { "start": { - "line": 2366, + "line": 2392, "column": 25 }, "end": { - "line": 2366, + "line": 2392, "column": 26 } } }, "range": [ - 72478, - 72485 + 73346, + 73353 ], "loc": { "start": { - "line": 2366, + "line": 2392, "column": 20 }, "end": { - "line": 2366, + "line": 2392, "column": 27 } } }, "range": [ - 72474, - 72485 + 73342, + 73353 ], "loc": { "start": { - "line": 2366, + "line": 2392, "column": 16 }, "end": { - "line": 2366, + "line": 2392, "column": 27 } } @@ -134332,16 +135133,16 @@ "type": "Identifier", "name": "d", "range": [ - 72548, - 72549 + 73416, + 73417 ], "loc": { "start": { - "line": 2368, + "line": 2394, "column": 16 }, "end": { - "line": 2368, + "line": 2394, "column": 17 } } @@ -134353,16 +135154,16 @@ "type": "Identifier", "name": "r", "range": [ - 72552, - 72553 + 73420, + 73421 ], "loc": { "start": { - "line": 2368, + "line": 2394, "column": 20 }, "end": { - "line": 2368, + "line": 2394, "column": 21 } } @@ -134372,46 +135173,46 @@ "value": 1, "raw": "1", "range": [ - 72554, - 72555 + 73422, + 73423 ], "loc": { "start": { - "line": 2368, + "line": 2394, "column": 22 }, "end": { - "line": 2368, + "line": 2394, "column": 23 } } }, "range": [ - 72552, - 72556 + 73420, + 73424 ], "loc": { "start": { - "line": 2368, + "line": 2394, "column": 20 }, "end": { - "line": 2368, + "line": 2394, "column": 24 } } }, "range": [ - 72548, - 72556 + 73416, + 73424 ], "loc": { "start": { - "line": 2368, + "line": 2394, "column": 16 }, "end": { - "line": 2368, + "line": 2394, "column": 24 } }, @@ -134420,16 +135221,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 72503, - 72531 + 73371, + 73399 ], "loc": { "start": { - "line": 2367, + "line": 2393, "column": 16 }, "end": { - "line": 2367, + "line": 2393, "column": 44 } } @@ -134442,16 +135243,16 @@ "type": "Identifier", "name": "c", "range": [ - 72616, - 72617 + 73484, + 73485 ], "loc": { "start": { - "line": 2370, + "line": 2396, "column": 16 }, "end": { - "line": 2370, + "line": 2396, "column": 17 } } @@ -134463,16 +135264,16 @@ "type": "Identifier", "name": "d", "range": [ - 72620, - 72621 + 73488, + 73489 ], "loc": { "start": { - "line": 2370, + "line": 2396, "column": 20 }, "end": { - "line": 2370, + "line": 2396, "column": 21 } } @@ -134481,46 +135282,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72622, - 72630 + 73490, + 73498 ], "loc": { "start": { - "line": 2370, + "line": 2396, "column": 22 }, "end": { - "line": 2370, + "line": 2396, "column": 30 } } }, "range": [ - 72620, - 72631 + 73488, + 73499 ], "loc": { "start": { - "line": 2370, + "line": 2396, "column": 20 }, "end": { - "line": 2370, + "line": 2396, "column": 31 } } }, "range": [ - 72616, - 72631 + 73484, + 73499 ], "loc": { "start": { - "line": 2370, + "line": 2396, "column": 16 }, "end": { - "line": 2370, + "line": 2396, "column": 31 } }, @@ -134529,16 +135330,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 72574, - 72599 + 73442, + 73467 ], "loc": { "start": { - "line": 2369, + "line": 2395, "column": 16 }, "end": { - "line": 2369, + "line": 2395, "column": 41 } } @@ -134548,16 +135349,16 @@ ], "kind": "let", "range": [ - 72470, - 72632 + 73338, + 73500 ], "loc": { "start": { - "line": 2366, + "line": 2392, "column": 12 }, "end": { - "line": 2370, + "line": 2396, "column": 32 } } @@ -134573,16 +135374,16 @@ "type": "Identifier", "name": "colData", "range": [ - 72645, - 72652 + 73513, + 73520 ], "loc": { "start": { - "line": 2371, + "line": 2397, "column": 12 }, "end": { - "line": 2371, + "line": 2397, "column": 19 } } @@ -134591,31 +135392,31 @@ "type": "Identifier", "name": "push", "range": [ - 72653, - 72657 + 73521, + 73525 ], "loc": { "start": { - "line": 2371, + "line": 2397, "column": 20 }, "end": { - "line": 2371, + "line": 2397, "column": 24 } } }, "range": [ - 72645, - 72657 + 73513, + 73525 ], "loc": { "start": { - "line": 2371, + "line": 2397, "column": 12 }, "end": { - "line": 2371, + "line": 2397, "column": 24 } } @@ -134625,78 +135426,78 @@ "type": "Identifier", "name": "c", "range": [ - 72658, - 72659 + 73526, + 73527 ], "loc": { "start": { - "line": 2371, + "line": 2397, "column": 25 }, "end": { - "line": 2371, + "line": 2397, "column": 26 } } } ], "range": [ - 72645, - 72660 + 73513, + 73528 ], "loc": { "start": { - "line": 2371, + "line": 2397, "column": 12 }, "end": { - "line": 2371, + "line": 2397, "column": 27 } } }, "range": [ - 72645, - 72661 + 73513, + 73529 ], "loc": { "start": { - "line": 2371, + "line": 2397, "column": 12 }, "end": { - "line": 2371, + "line": 2397, "column": 28 } } } ], "range": [ - 72456, - 72671 + 73324, + 73539 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 57 }, "end": { - "line": 2372, + "line": 2398, "column": 9 } } }, "range": [ - 72407, - 72671 + 73275, + 73539 ], "loc": { "start": { - "line": 2365, + "line": 2391, "column": 8 }, "end": { - "line": 2372, + "line": 2398, "column": 9 } } @@ -134707,47 +135508,47 @@ "type": "Identifier", "name": "colData", "range": [ - 72687, - 72694 + 73555, + 73562 ], "loc": { "start": { - "line": 2373, + "line": 2399, "column": 15 }, "end": { - "line": 2373, + "line": 2399, "column": 22 } } }, "range": [ - 72680, - 72695 + 73548, + 73563 ], "loc": { "start": { - "line": 2373, + "line": 2399, "column": 8 }, "end": { - "line": 2373, + "line": 2399, "column": 23 } } } ], "range": [ - 72163, - 72701 + 73031, + 73569 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 57 }, "end": { - "line": 2374, + "line": 2400, "column": 5 } } @@ -134755,16 +135556,16 @@ "generator": false, "expression": false, "range": [ - 72128, - 72701 + 72996, + 73569 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 22 }, "end": { - "line": 2374, + "line": 2400, "column": 5 } } @@ -134772,16 +135573,16 @@ "kind": "method", "computed": false, "range": [ - 72110, - 72701 + 72978, + 73569 ], "loc": { "start": { - "line": 2356, + "line": 2382, "column": 4 }, "end": { - "line": 2374, + "line": 2400, "column": 5 } }, @@ -134790,16 +135591,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71774, - 72105 + 72642, + 72973 ], "loc": { "start": { - "line": 2348, + "line": 2374, "column": 4 }, "end": { - "line": 2355, + "line": 2381, "column": 7 } } @@ -134810,16 +135611,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": [ - 72707, - 72869 + 73575, + 73737 ], "loc": { "start": { - "line": 2376, + "line": 2402, "column": 4 }, "end": { - "line": 2380, + "line": 2406, "column": 7 } } @@ -134833,16 +135634,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 72874, - 72887 + 73742, + 73755 ], "loc": { "start": { - "line": 2381, + "line": 2407, "column": 4 }, "end": { - "line": 2381, + "line": 2407, "column": 17 } } @@ -134855,16 +135656,16 @@ "type": "Identifier", "name": "row", "range": [ - 72888, - 72891 + 73756, + 73759 ], "loc": { "start": { - "line": 2381, + "line": 2407, "column": 18 }, "end": { - "line": 2381, + "line": 2407, "column": 21 } } @@ -134885,16 +135686,16 @@ "type": "Identifier", "name": "row", "range": [ - 72910, - 72913 + 73778, + 73781 ], "loc": { "start": { - "line": 2382, + "line": 2408, "column": 15 }, "end": { - "line": 2382, + "line": 2408, "column": 18 } } @@ -134903,31 +135704,31 @@ "type": "Identifier", "name": "style", "range": [ - 72914, - 72919 + 73782, + 73787 ], "loc": { "start": { - "line": 2382, + "line": 2408, "column": 19 }, "end": { - "line": 2382, + "line": 2408, "column": 24 } } }, "range": [ - 72910, - 72919 + 73778, + 73787 ], "loc": { "start": { - "line": 2382, + "line": 2408, "column": 15 }, "end": { - "line": 2382, + "line": 2408, "column": 24 } } @@ -134936,62 +135737,62 @@ "type": "Identifier", "name": "display", "range": [ - 72920, - 72927 + 73788, + 73795 ], "loc": { "start": { - "line": 2382, + "line": 2408, "column": 25 }, "end": { - "line": 2382, + "line": 2408, "column": 32 } } }, "range": [ - 72910, - 72927 + 73778, + 73795 ], "loc": { "start": { - "line": 2382, + "line": 2408, "column": 15 }, "end": { - "line": 2382, + "line": 2408, "column": 32 } } }, "range": [ - 72903, - 72928 + 73771, + 73796 ], "loc": { "start": { - "line": 2382, + "line": 2408, "column": 8 }, "end": { - "line": 2382, + "line": 2408, "column": 33 } } } ], "range": [ - 72893, - 72934 + 73761, + 73802 ], "loc": { "start": { - "line": 2381, + "line": 2407, "column": 23 }, "end": { - "line": 2383, + "line": 2409, "column": 5 } } @@ -134999,16 +135800,16 @@ "generator": false, "expression": false, "range": [ - 72887, - 72934 + 73755, + 73802 ], "loc": { "start": { - "line": 2381, + "line": 2407, "column": 17 }, "end": { - "line": 2383, + "line": 2409, "column": 5 } } @@ -135016,16 +135817,16 @@ "kind": "method", "computed": false, "range": [ - 72874, - 72934 + 73742, + 73802 ], "loc": { "start": { - "line": 2381, + "line": 2407, "column": 4 }, "end": { - "line": 2383, + "line": 2409, "column": 5 } }, @@ -135034,16 +135835,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": [ - 72707, - 72869 + 73575, + 73737 ], "loc": { "start": { - "line": 2376, + "line": 2402, "column": 4 }, "end": { - "line": 2380, + "line": 2406, "column": 7 } } @@ -135054,16 +135855,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": [ - 72940, - 73113 + 73808, + 73981 ], "loc": { "start": { - "line": 2385, + "line": 2411, "column": 4 }, "end": { - "line": 2389, + "line": 2415, "column": 7 } } @@ -135077,16 +135878,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 73118, - 73129 + 73986, + 73997 ], "loc": { "start": { - "line": 2390, + "line": 2416, "column": 4 }, "end": { - "line": 2390, + "line": 2416, "column": 15 } } @@ -135099,16 +135900,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73130, - 73138 + 73998, + 74006 ], "loc": { "start": { - "line": 2390, + "line": 2416, "column": 16 }, "end": { - "line": 2390, + "line": 2416, "column": 24 } } @@ -135117,16 +135918,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 73140, - 73147 + 74008, + 74015 ], "loc": { "start": { - "line": 2390, + "line": 2416, "column": 26 }, "end": { - "line": 2390, + "line": 2416, "column": 33 } } @@ -135144,16 +135945,16 @@ "type": "Identifier", "name": "row", "range": [ - 73163, - 73166 + 74031, + 74034 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 12 }, "end": { - "line": 2391, + "line": 2417, "column": 15 } } @@ -135170,16 +135971,16 @@ "object": { "type": "ThisExpression", "range": [ - 73169, - 73173 + 74037, + 74041 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 18 }, "end": { - "line": 2391, + "line": 2417, "column": 22 } } @@ -135188,31 +135989,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 73174, - 73177 + 74042, + 74045 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 23 }, "end": { - "line": 2391, + "line": 2417, "column": 26 } } }, "range": [ - 73169, - 73177 + 74037, + 74045 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 18 }, "end": { - "line": 2391, + "line": 2417, "column": 26 } } @@ -135221,31 +136022,31 @@ "type": "Identifier", "name": "rows", "range": [ - 73178, - 73182 + 74046, + 74050 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 27 }, "end": { - "line": 2391, + "line": 2417, "column": 31 } } }, "range": [ - 73169, - 73182 + 74037, + 74050 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 18 }, "end": { - "line": 2391, + "line": 2417, "column": 31 } } @@ -135254,46 +136055,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73183, - 73191 + 74051, + 74059 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 32 }, "end": { - "line": 2391, + "line": 2417, "column": 40 } } }, "range": [ - 73169, - 73192 + 74037, + 74060 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 18 }, "end": { - "line": 2391, + "line": 2417, "column": 41 } } }, "range": [ - 73163, - 73192 + 74031, + 74060 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 12 }, "end": { - "line": 2391, + "line": 2417, "column": 41 } } @@ -135301,16 +136102,16 @@ ], "kind": "let", "range": [ - 73159, - 73193 + 74027, + 74061 ], "loc": { "start": { - "line": 2391, + "line": 2417, "column": 8 }, "end": { - "line": 2391, + "line": 2417, "column": 42 } } @@ -135327,32 +136128,32 @@ "type": "Identifier", "name": "row", "range": [ - 73207, - 73210 + 74075, + 74078 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 13 }, "end": { - "line": 2392, + "line": 2418, "column": 16 } } }, "prefix": true, "range": [ - 73206, - 73210 + 74074, + 74078 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 12 }, "end": { - "line": 2392, + "line": 2418, "column": 16 } } @@ -135367,32 +136168,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 73221, - 73228 + 74089, + 74096 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 27 }, "end": { - "line": 2392, + "line": 2418, "column": 34 } } }, "prefix": true, "range": [ - 73214, - 73228 + 74082, + 74096 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 20 }, "end": { - "line": 2392, + "line": 2418, "column": 34 } } @@ -135402,46 +136203,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 73233, - 73242 + 74101, + 74110 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 39 }, "end": { - "line": 2392, + "line": 2418, "column": 48 } } }, "range": [ - 73214, - 73242 + 74082, + 74110 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 20 }, "end": { - "line": 2392, + "line": 2418, "column": 48 } } }, "range": [ - 73206, - 73242 + 74074, + 74110 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 12 }, "end": { - "line": 2392, + "line": 2418, "column": 48 } } @@ -135453,48 +136254,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 73258, - 73265 + 74126, + 74133 ], "loc": { "start": { - "line": 2393, + "line": 2419, "column": 12 }, "end": { - "line": 2393, + "line": 2419, "column": 19 } } } ], "range": [ - 73244, - 73275 + 74112, + 74143 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 50 }, "end": { - "line": 2394, + "line": 2420, "column": 9 } } }, "alternate": null, "range": [ - 73202, - 73275 + 74070, + 74143 ], "loc": { "start": { - "line": 2392, + "line": 2418, "column": 8 }, "end": { - "line": 2394, + "line": 2420, "column": 9 } }, @@ -135503,16 +136304,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 73285, - 73317 + 74153, + 74185 ], "loc": { "start": { - "line": 2396, + "line": 2422, "column": 8 }, "end": { - "line": 2396, + "line": 2422, "column": 40 } } @@ -135530,16 +136331,16 @@ "object": { "type": "ThisExpression", "range": [ - 73330, - 73334 + 74198, + 74202 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 12 }, "end": { - "line": 2397, + "line": 2423, "column": 16 } } @@ -135548,31 +136349,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 73335, - 73349 + 74203, + 74217 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 17 }, "end": { - "line": 2397, + "line": 2423, "column": 31 } } }, "range": [ - 73330, - 73349 + 74198, + 74217 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 12 }, "end": { - "line": 2397, + "line": 2423, "column": 31 } } @@ -135591,16 +136392,16 @@ "object": { "type": "ThisExpression", "range": [ - 73353, - 73357 + 74221, + 74225 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 35 }, "end": { - "line": 2397, + "line": 2423, "column": 39 } } @@ -135609,31 +136410,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 73358, - 73369 + 74226, + 74237 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 40 }, "end": { - "line": 2397, + "line": 2423, "column": 51 } } }, "range": [ - 73353, - 73369 + 74221, + 74237 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 35 }, "end": { - "line": 2397, + "line": 2423, "column": 51 } } @@ -135642,31 +136443,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 73370, - 73377 + 74238, + 74245 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 52 }, "end": { - "line": 2397, + "line": 2423, "column": 59 } } }, "range": [ - 73353, - 73377 + 74221, + 74245 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 35 }, "end": { - "line": 2397, + "line": 2423, "column": 59 } } @@ -135676,32 +136477,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73378, - 73386 + 74246, + 74254 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 60 }, "end": { - "line": 2397, + "line": 2423, "column": 68 } } } ], "range": [ - 73353, - 73387 + 74221, + 74255 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 35 }, "end": { - "line": 2397, + "line": 2423, "column": 69 } } @@ -135714,62 +136515,62 @@ "value": 1, "raw": "1", "range": [ - 73393, - 73394 + 74261, + 74262 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 75 }, "end": { - "line": 2397, + "line": 2423, "column": 76 } } }, "prefix": true, "range": [ - 73392, - 73394 + 74260, + 74262 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 74 }, "end": { - "line": 2397, + "line": 2423, "column": 76 } } }, "range": [ - 73353, - 73394 + 74221, + 74262 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 35 }, "end": { - "line": 2397, + "line": 2423, "column": 76 } } }, "range": [ - 73330, - 73394 + 74198, + 74262 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 12 }, "end": { - "line": 2397, + "line": 2423, "column": 76 } } @@ -135786,16 +136587,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 73410, - 73417 + 74278, + 74285 ], "loc": { "start": { - "line": 2398, + "line": 2424, "column": 12 }, "end": { - "line": 2398, + "line": 2424, "column": 19 } } @@ -135805,78 +136606,78 @@ "value": true, "raw": "true", "range": [ - 73420, - 73424 + 74288, + 74292 ], "loc": { "start": { - "line": 2398, + "line": 2424, "column": 22 }, "end": { - "line": 2398, + "line": 2424, "column": 26 } } }, "range": [ - 73410, - 73424 + 74278, + 74292 ], "loc": { "start": { - "line": 2398, + "line": 2424, "column": 12 }, "end": { - "line": 2398, + "line": 2424, "column": 26 } } }, "range": [ - 73410, - 73425 + 74278, + 74293 ], "loc": { "start": { - "line": 2398, + "line": 2424, "column": 12 }, "end": { - "line": 2398, + "line": 2424, "column": 27 } } } ], "range": [ - 73396, - 73435 + 74264, + 74303 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 78 }, "end": { - "line": 2399, + "line": 2425, "column": 9 } } }, "alternate": null, "range": [ - 73326, - 73435 + 74194, + 74303 ], "loc": { "start": { - "line": 2397, + "line": 2423, "column": 8 }, "end": { - "line": 2399, + "line": 2425, "column": 9 } }, @@ -135885,16 +136686,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 73285, - 73317 + 74153, + 74185 ], "loc": { "start": { - "line": 2396, + "line": 2422, "column": 8 }, "end": { - "line": 2396, + "line": 2422, "column": 40 } } @@ -135910,16 +136711,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 73449, - 73460 + 74317, + 74328 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 12 }, "end": { - "line": 2401, + "line": 2427, "column": 23 } } @@ -135930,16 +136731,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 73463, - 73470 + 74331, + 74338 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 26 }, "end": { - "line": 2401, + "line": 2427, "column": 33 } } @@ -135949,16 +136750,16 @@ "value": "", "raw": "''", "range": [ - 73473, - 73475 + 74341, + 74343 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 36 }, "end": { - "line": 2401, + "line": 2427, "column": 38 } } @@ -135967,46 +136768,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 73478, - 73482 + 74346, + 74350 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 41 }, "end": { - "line": 2401, + "line": 2427, "column": 45 } } }, "range": [ - 73463, - 73482 + 74331, + 74350 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 26 }, "end": { - "line": 2401, + "line": 2427, "column": 45 } } }, "range": [ - 73449, - 73482 + 74317, + 74350 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 12 }, "end": { - "line": 2401, + "line": 2427, "column": 45 } } @@ -136017,16 +136818,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 73496, - 73505 + 74364, + 74373 ], "loc": { "start": { - "line": 2402, + "line": 2428, "column": 12 }, "end": { - "line": 2402, + "line": 2428, "column": 21 } } @@ -136037,16 +136838,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 73508, - 73515 + 74376, + 74383 ], "loc": { "start": { - "line": 2402, + "line": 2428, "column": 24 }, "end": { - "line": 2402, + "line": 2428, "column": 31 } } @@ -136056,16 +136857,16 @@ "value": "true", "raw": "'true'", "range": [ - 73518, - 73524 + 74386, + 74392 ], "loc": { "start": { - "line": 2402, + "line": 2428, "column": 34 }, "end": { - "line": 2402, + "line": 2428, "column": 40 } } @@ -136075,46 +136876,46 @@ "value": "false", "raw": "'false'", "range": [ - 73527, - 73534 + 74395, + 74402 ], "loc": { "start": { - "line": 2402, + "line": 2428, "column": 43 }, "end": { - "line": 2402, + "line": 2428, "column": 50 } } }, "range": [ - 73508, - 73534 + 74376, + 74402 ], "loc": { "start": { - "line": 2402, + "line": 2428, "column": 24 }, "end": { - "line": 2402, + "line": 2428, "column": 50 } } }, "range": [ - 73496, - 73534 + 74364, + 74402 ], "loc": { "start": { - "line": 2402, + "line": 2428, "column": 12 }, "end": { - "line": 2402, + "line": 2428, "column": 50 } } @@ -136122,16 +136923,16 @@ ], "kind": "let", "range": [ - 73445, - 73535 + 74313, + 74403 ], "loc": { "start": { - "line": 2401, + "line": 2427, "column": 8 }, "end": { - "line": 2402, + "line": 2428, "column": 51 } } @@ -136151,16 +136952,16 @@ "type": "Identifier", "name": "row", "range": [ - 73544, - 73547 + 74412, + 74415 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 8 }, "end": { - "line": 2403, + "line": 2429, "column": 11 } } @@ -136169,31 +136970,31 @@ "type": "Identifier", "name": "style", "range": [ - 73548, - 73553 + 74416, + 74421 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 12 }, "end": { - "line": 2403, + "line": 2429, "column": 17 } } }, "range": [ - 73544, - 73553 + 74412, + 74421 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 8 }, "end": { - "line": 2403, + "line": 2429, "column": 17 } } @@ -136202,31 +137003,31 @@ "type": "Identifier", "name": "display", "range": [ - 73554, - 73561 + 74422, + 74429 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 18 }, "end": { - "line": 2403, + "line": 2429, "column": 25 } } }, "range": [ - 73544, - 73561 + 74412, + 74429 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 8 }, "end": { - "line": 2403, + "line": 2429, "column": 25 } } @@ -136235,46 +137036,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 73564, - 73575 + 74432, + 74443 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 28 }, "end": { - "line": 2403, + "line": 2429, "column": 39 } } }, "range": [ - 73544, - 73575 + 74412, + 74443 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 8 }, "end": { - "line": 2403, + "line": 2429, "column": 39 } } }, "range": [ - 73544, - 73576 + 74412, + 74444 ], "loc": { "start": { - "line": 2403, + "line": 2429, "column": 8 }, "end": { - "line": 2403, + "line": 2429, "column": 40 } } @@ -136287,16 +137088,16 @@ "object": { "type": "ThisExpression", "range": [ - 73590, - 73594 + 74458, + 74462 ], "loc": { "start": { - "line": 2405, + "line": 2431, "column": 12 }, "end": { - "line": 2405, + "line": 2431, "column": 16 } } @@ -136305,31 +137106,31 @@ "type": "Identifier", "name": "paging", "range": [ - 73595, - 73601 + 74463, + 74469 ], "loc": { "start": { - "line": 2405, + "line": 2431, "column": 17 }, "end": { - "line": 2405, + "line": 2431, "column": 23 } } }, "range": [ - 73590, - 73601 + 74458, + 74469 ], "loc": { "start": { - "line": 2405, + "line": 2431, "column": 12 }, "end": { - "line": 2405, + "line": 2431, "column": 23 } } @@ -136348,16 +137149,16 @@ "type": "Identifier", "name": "row", "range": [ - 73617, - 73620 + 74485, + 74488 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 12 }, "end": { - "line": 2406, + "line": 2432, "column": 15 } } @@ -136366,31 +137167,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 73621, - 73633 + 74489, + 74501 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 16 }, "end": { - "line": 2406, + "line": 2432, "column": 28 } } }, "range": [ - 73617, - 73633 + 74485, + 74501 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 12 }, "end": { - "line": 2406, + "line": 2432, "column": 28 } } @@ -136401,16 +137202,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 73634, - 73644 + 74502, + 74512 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 29 }, "end": { - "line": 2406, + "line": 2432, "column": 39 } } @@ -136419,79 +137220,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 73646, - 73655 + 74514, + 74523 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 41 }, "end": { - "line": 2406, + "line": 2432, "column": 50 } } } ], "range": [ - 73617, - 73656 + 74485, + 74524 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 12 }, "end": { - "line": 2406, + "line": 2432, "column": 51 } } }, "range": [ - 73617, - 73657 + 74485, + 74525 ], "loc": { "start": { - "line": 2406, + "line": 2432, "column": 12 }, "end": { - "line": 2406, + "line": 2432, "column": 52 } } } ], "range": [ - 73603, - 73667 + 74471, + 74535 ], "loc": { "start": { - "line": 2405, + "line": 2431, "column": 25 }, "end": { - "line": 2407, + "line": 2433, "column": 9 } } }, "alternate": null, "range": [ - 73586, - 73667 + 74454, + 74535 ], "loc": { "start": { - "line": 2405, + "line": 2431, "column": 8 }, "end": { - "line": 2407, + "line": 2433, "column": 9 } } @@ -136502,16 +137303,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 73681, - 73688 + 74549, + 74556 ], "loc": { "start": { - "line": 2409, + "line": 2435, "column": 12 }, "end": { - "line": 2409, + "line": 2435, "column": 19 } } @@ -136535,16 +137336,16 @@ "object": { "type": "ThisExpression", "range": [ - 73708, - 73712 + 74576, + 74580 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 16 }, "end": { - "line": 2410, + "line": 2436, "column": 20 } } @@ -136553,31 +137354,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 73713, - 73727 + 74581, + 74595 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 21 }, "end": { - "line": 2410, + "line": 2436, "column": 35 } } }, "range": [ - 73708, - 73727 + 74576, + 74595 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 16 }, "end": { - "line": 2410, + "line": 2436, "column": 35 } } @@ -136586,31 +137387,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 73728, - 73735 + 74596, + 74603 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 36 }, "end": { - "line": 2410, + "line": 2436, "column": 43 } } }, "range": [ - 73708, - 73735 + 74576, + 74603 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 16 }, "end": { - "line": 2410, + "line": 2436, "column": 43 } } @@ -136620,32 +137421,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73736, - 73744 + 74604, + 74612 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 44 }, "end": { - "line": 2410, + "line": 2436, "column": 52 } } } ], "range": [ - 73708, - 73745 + 74576, + 74613 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 16 }, "end": { - "line": 2410, + "line": 2436, "column": 53 } } @@ -136658,47 +137459,47 @@ "value": 1, "raw": "1", "range": [ - 73751, - 73752 + 74619, + 74620 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 59 }, "end": { - "line": 2410, + "line": 2436, "column": 60 } } }, "prefix": true, "range": [ - 73750, - 73752 + 74618, + 74620 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 58 }, "end": { - "line": 2410, + "line": 2436, "column": 60 } } }, "range": [ - 73708, - 73752 + 74576, + 74620 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 16 }, "end": { - "line": 2410, + "line": 2436, "column": 60 } } @@ -136719,16 +137520,16 @@ "object": { "type": "ThisExpression", "range": [ - 73772, - 73776 + 74640, + 74644 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 16 }, "end": { - "line": 2411, + "line": 2437, "column": 20 } } @@ -136737,31 +137538,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 73777, - 73791 + 74645, + 74659 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 21 }, "end": { - "line": 2411, + "line": 2437, "column": 35 } } }, "range": [ - 73772, - 73791 + 74640, + 74659 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 16 }, "end": { - "line": 2411, + "line": 2437, "column": 35 } } @@ -136770,31 +137571,31 @@ "type": "Identifier", "name": "push", "range": [ - 73792, - 73796 + 74660, + 74664 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 36 }, "end": { - "line": 2411, + "line": 2437, "column": 40 } } }, "range": [ - 73772, - 73796 + 74640, + 74664 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 16 }, "end": { - "line": 2411, + "line": 2437, "column": 40 } } @@ -136804,79 +137605,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73797, - 73805 + 74665, + 74673 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 41 }, "end": { - "line": 2411, + "line": 2437, "column": 49 } } } ], "range": [ - 73772, - 73806 + 74640, + 74674 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 16 }, "end": { - "line": 2411, + "line": 2437, "column": 50 } } }, "range": [ - 73772, - 73807 + 74640, + 74675 ], "loc": { "start": { - "line": 2411, + "line": 2437, "column": 16 }, "end": { - "line": 2411, + "line": 2437, "column": 51 } } } ], "range": [ - 73754, - 73821 + 74622, + 74689 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 62 }, "end": { - "line": 2412, + "line": 2438, "column": 13 } } }, "alternate": null, "range": [ - 73704, - 73821 + 74572, + 74689 ], "loc": { "start": { - "line": 2410, + "line": 2436, "column": 12 }, "end": { - "line": 2412, + "line": 2438, "column": 13 } } @@ -136889,16 +137690,16 @@ "object": { "type": "ThisExpression", "range": [ - 73839, - 73843 + 74707, + 74711 ], "loc": { "start": { - "line": 2414, + "line": 2440, "column": 16 }, "end": { - "line": 2414, + "line": 2440, "column": 20 } } @@ -136907,31 +137708,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 73844, - 73858 + 74712, + 74726 ], "loc": { "start": { - "line": 2414, + "line": 2440, "column": 21 }, "end": { - "line": 2414, + "line": 2440, "column": 35 } } }, "range": [ - 73839, - 73858 + 74707, + 74726 ], "loc": { "start": { - "line": 2414, + "line": 2440, "column": 16 }, "end": { - "line": 2414, + "line": 2440, "column": 35 } } @@ -136952,16 +137753,16 @@ "object": { "type": "ThisExpression", "range": [ - 73878, - 73882 + 74746, + 74750 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 16 }, "end": { - "line": 2415, + "line": 2441, "column": 20 } } @@ -136970,31 +137771,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 73883, - 73897 + 74751, + 74765 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 21 }, "end": { - "line": 2415, + "line": 2441, "column": 35 } } }, "range": [ - 73878, - 73897 + 74746, + 74765 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 16 }, "end": { - "line": 2415, + "line": 2441, "column": 35 } } @@ -137003,31 +137804,31 @@ "type": "Identifier", "name": "call", "range": [ - 73898, - 73902 + 74766, + 74770 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 36 }, "end": { - "line": 2415, + "line": 2441, "column": 40 } } }, "range": [ - 73878, - 73902 + 74746, + 74770 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 16 }, "end": { - "line": 2415, + "line": 2441, "column": 40 } } @@ -137038,16 +137839,16 @@ "value": null, "raw": "null", "range": [ - 73903, - 73907 + 74771, + 74775 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 41 }, "end": { - "line": 2415, + "line": 2441, "column": 45 } } @@ -137055,16 +137856,16 @@ { "type": "ThisExpression", "range": [ - 73909, - 73913 + 74777, + 74781 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 47 }, "end": { - "line": 2415, + "line": 2441, "column": 51 } } @@ -137073,79 +137874,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73915, - 73923 + 74783, + 74791 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 53 }, "end": { - "line": 2415, + "line": 2441, "column": 61 } } } ], "range": [ - 73878, - 73924 + 74746, + 74792 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 16 }, "end": { - "line": 2415, + "line": 2441, "column": 62 } } }, "range": [ - 73878, - 73925 + 74746, + 74793 ], "loc": { "start": { - "line": 2415, + "line": 2441, "column": 16 }, "end": { - "line": 2415, + "line": 2441, "column": 63 } } } ], "range": [ - 73860, - 73939 + 74728, + 74807 ], "loc": { "start": { - "line": 2414, + "line": 2440, "column": 37 }, "end": { - "line": 2416, + "line": 2442, "column": 13 } } }, "alternate": null, "range": [ - 73835, - 73939 + 74703, + 74807 ], "loc": { "start": { - "line": 2414, + "line": 2440, "column": 12 }, "end": { - "line": 2416, + "line": 2442, "column": 13 } } @@ -137163,16 +137964,16 @@ "object": { "type": "ThisExpression", "range": [ - 73953, - 73957 + 74821, + 74825 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 12 }, "end": { - "line": 2418, + "line": 2444, "column": 16 } } @@ -137181,31 +137982,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 73958, - 73965 + 74826, + 74833 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 17 }, "end": { - "line": 2418, + "line": 2444, "column": 24 } } }, "range": [ - 73953, - 73965 + 74821, + 74833 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 12 }, "end": { - "line": 2418, + "line": 2444, "column": 24 } } @@ -137214,31 +138015,31 @@ "type": "Identifier", "name": "emit", "range": [ - 73966, - 73970 + 74834, + 74838 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 25 }, "end": { - "line": 2418, + "line": 2444, "column": 29 } } }, "range": [ - 73953, - 73970 + 74821, + 74838 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 12 }, "end": { - "line": 2418, + "line": 2444, "column": 29 } } @@ -137249,16 +138050,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 73971, - 73986 + 74839, + 74854 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 30 }, "end": { - "line": 2418, + "line": 2444, "column": 45 } } @@ -137266,16 +138067,16 @@ { "type": "ThisExpression", "range": [ - 73988, - 73992 + 74856, + 74860 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 47 }, "end": { - "line": 2418, + "line": 2444, "column": 51 } } @@ -137284,95 +138085,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73994, - 74002 + 74862, + 74870 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 53 }, "end": { - "line": 2418, + "line": 2444, "column": 61 } } } ], "range": [ - 73953, - 74003 + 74821, + 74871 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 12 }, "end": { - "line": 2418, + "line": 2444, "column": 62 } } }, "range": [ - 73953, - 74004 + 74821, + 74872 ], "loc": { "start": { - "line": 2418, + "line": 2444, "column": 12 }, "end": { - "line": 2418, + "line": 2444, "column": 63 } } } ], "range": [ - 73690, - 74014 + 74558, + 74882 ], "loc": { "start": { - "line": 2409, + "line": 2435, "column": 21 }, "end": { - "line": 2419, + "line": 2445, "column": 9 } } }, "alternate": null, "range": [ - 73677, - 74014 + 74545, + 74882 ], "loc": { "start": { - "line": 2409, + "line": 2435, "column": 8 }, "end": { - "line": 2419, + "line": 2445, "column": 9 } } } ], "range": [ - 73149, - 74020 + 74017, + 74888 ], "loc": { "start": { - "line": 2390, + "line": 2416, "column": 35 }, "end": { - "line": 2420, + "line": 2446, "column": 5 } } @@ -137380,16 +138181,16 @@ "generator": false, "expression": false, "range": [ - 73129, - 74020 + 73997, + 74888 ], "loc": { "start": { - "line": 2390, + "line": 2416, "column": 15 }, "end": { - "line": 2420, + "line": 2446, "column": 5 } } @@ -137397,16 +138198,16 @@ "kind": "method", "computed": false, "range": [ - 73118, - 74020 + 73986, + 74888 ], "loc": { "start": { - "line": 2390, + "line": 2416, "column": 4 }, "end": { - "line": 2420, + "line": 2446, "column": 5 } }, @@ -137415,16 +138216,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": [ - 72940, - 73113 + 73808, + 73981 ], "loc": { "start": { - "line": 2385, + "line": 2411, "column": 4 }, "end": { - "line": 2389, + "line": 2415, "column": 7 } } @@ -137435,16 +138236,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74026, - 74073 + 74894, + 74941 ], "loc": { "start": { - "line": 2422, + "line": 2448, "column": 4 }, "end": { - "line": 2424, + "line": 2450, "column": 7 } } @@ -137458,16 +138259,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 74078, - 74093 + 74946, + 74961 ], "loc": { "start": { - "line": 2425, + "line": 2451, "column": 4 }, "end": { - "line": 2425, + "line": 2451, "column": 19 } } @@ -137490,16 +138291,16 @@ "object": { "type": "ThisExpression", "range": [ - 74111, - 74115 + 74979, + 74983 ], "loc": { "start": { - "line": 2426, + "line": 2452, "column": 13 }, "end": { - "line": 2426, + "line": 2452, "column": 17 } } @@ -137508,47 +138309,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 74116, - 74127 + 74984, + 74995 ], "loc": { "start": { - "line": 2426, + "line": 2452, "column": 18 }, "end": { - "line": 2426, + "line": 2452, "column": 29 } } }, "range": [ - 74111, - 74127 + 74979, + 74995 ], "loc": { "start": { - "line": 2426, + "line": 2452, "column": 13 }, "end": { - "line": 2426, + "line": 2452, "column": 29 } } }, "prefix": true, "range": [ - 74110, - 74127 + 74978, + 74995 ], "loc": { "start": { - "line": 2426, + "line": 2452, "column": 12 }, "end": { - "line": 2426, + "line": 2452, "column": 29 } } @@ -137560,48 +138361,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74143, - 74150 + 75011, + 75018 ], "loc": { "start": { - "line": 2427, + "line": 2453, "column": 12 }, "end": { - "line": 2427, + "line": 2453, "column": 19 } } } ], "range": [ - 74129, - 74160 + 74997, + 75028 ], "loc": { "start": { - "line": 2426, + "line": 2452, "column": 31 }, "end": { - "line": 2428, + "line": 2454, "column": 9 } } }, "alternate": null, "range": [ - 74106, - 74160 + 74974, + 75028 ], "loc": { "start": { - "line": 2426, + "line": 2452, "column": 8 }, "end": { - "line": 2428, + "line": 2454, "column": 9 } } @@ -137617,16 +138418,16 @@ "object": { "type": "ThisExpression", "range": [ - 74169, - 74173 + 75037, + 75041 ], "loc": { "start": { - "line": 2429, + "line": 2455, "column": 8 }, "end": { - "line": 2429, + "line": 2455, "column": 12 } } @@ -137635,31 +138436,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74174, - 74188 + 75042, + 75056 ], "loc": { "start": { - "line": 2429, + "line": 2455, "column": 13 }, "end": { - "line": 2429, + "line": 2455, "column": 27 } } }, "range": [ - 74169, - 74188 + 75037, + 75056 ], "loc": { "start": { - "line": 2429, + "line": 2455, "column": 8 }, "end": { - "line": 2429, + "line": 2455, "column": 27 } } @@ -137668,46 +138469,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74191, - 74193 + 75059, + 75061 ], "loc": { "start": { - "line": 2429, + "line": 2455, "column": 30 }, "end": { - "line": 2429, + "line": 2455, "column": 32 } } }, "range": [ - 74169, - 74193 + 75037, + 75061 ], "loc": { "start": { - "line": 2429, + "line": 2455, "column": 8 }, "end": { - "line": 2429, + "line": 2455, "column": 32 } } }, "range": [ - 74169, - 74194 + 75037, + 75062 ], "loc": { "start": { - "line": 2429, + "line": 2455, "column": 8 }, "end": { - "line": 2429, + "line": 2455, "column": 33 } } @@ -137723,16 +138524,16 @@ "type": "Identifier", "name": "k", "range": [ - 74212, - 74213 + 75080, + 75081 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 17 }, "end": { - "line": 2430, + "line": 2456, "column": 18 } } @@ -137743,16 +138544,16 @@ "object": { "type": "ThisExpression", "range": [ - 74216, - 74220 + 75084, + 75088 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 21 }, "end": { - "line": 2430, + "line": 2456, "column": 25 } } @@ -137761,46 +138562,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 74221, - 74227 + 75089, + 75095 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 26 }, "end": { - "line": 2430, + "line": 2456, "column": 32 } } }, "range": [ - 74216, - 74227 + 75084, + 75095 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 21 }, "end": { - "line": 2430, + "line": 2456, "column": 32 } } }, "range": [ - 74212, - 74227 + 75080, + 75095 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 17 }, "end": { - "line": 2430, + "line": 2456, "column": 32 } } @@ -137808,16 +138609,16 @@ ], "kind": "let", "range": [ - 74208, - 74227 + 75076, + 75095 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 13 }, "end": { - "line": 2430, + "line": 2456, "column": 32 } } @@ -137829,16 +138630,16 @@ "type": "Identifier", "name": "k", "range": [ - 74229, - 74230 + 75097, + 75098 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 34 }, "end": { - "line": 2430, + "line": 2456, "column": 35 } } @@ -137849,16 +138650,16 @@ "object": { "type": "ThisExpression", "range": [ - 74233, - 74237 + 75101, + 75105 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 38 }, "end": { - "line": 2430, + "line": 2456, "column": 42 } } @@ -137867,46 +138668,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 74238, - 74254 + 75106, + 75122 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 43 }, "end": { - "line": 2430, + "line": 2456, "column": 59 } } }, "range": [ - 74233, - 74254 + 75101, + 75122 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 38 }, "end": { - "line": 2430, + "line": 2456, "column": 59 } } }, "range": [ - 74229, - 74254 + 75097, + 75122 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 34 }, "end": { - "line": 2430, + "line": 2456, "column": 59 } } @@ -137918,32 +138719,32 @@ "type": "Identifier", "name": "k", "range": [ - 74256, - 74257 + 75124, + 75125 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 61 }, "end": { - "line": 2430, + "line": 2456, "column": 62 } } }, "prefix": false, "range": [ - 74256, - 74259 + 75124, + 75127 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 61 }, "end": { - "line": 2430, + "line": 2456, "column": 64 } } @@ -137961,16 +138762,16 @@ "object": { "type": "ThisExpression", "range": [ - 74275, - 74279 + 75143, + 75147 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 12 }, "end": { - "line": 2431, + "line": 2457, "column": 16 } } @@ -137979,31 +138780,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 74280, - 74291 + 75148, + 75159 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 17 }, "end": { - "line": 2431, + "line": 2457, "column": 28 } } }, "range": [ - 74275, - 74291 + 75143, + 75159 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 12 }, "end": { - "line": 2431, + "line": 2457, "column": 28 } } @@ -138013,16 +138814,16 @@ "type": "Identifier", "name": "k", "range": [ - 74292, - 74293 + 75160, + 75161 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 29 }, "end": { - "line": 2431, + "line": 2457, "column": 30 } } @@ -138032,94 +138833,94 @@ "value": true, "raw": "true", "range": [ - 74295, - 74299 + 75163, + 75167 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 32 }, "end": { - "line": 2431, + "line": 2457, "column": 36 } } } ], "range": [ - 74275, - 74300 + 75143, + 75168 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 12 }, "end": { - "line": 2431, + "line": 2457, "column": 37 } } }, "range": [ - 74275, - 74301 + 75143, + 75169 ], "loc": { "start": { - "line": 2431, + "line": 2457, "column": 12 }, "end": { - "line": 2431, + "line": 2457, "column": 38 } } } ], "range": [ - 74261, - 74311 + 75129, + 75179 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 66 }, "end": { - "line": 2432, + "line": 2458, "column": 9 } } }, "range": [ - 74203, - 74311 + 75071, + 75179 ], "loc": { "start": { - "line": 2430, + "line": 2456, "column": 8 }, "end": { - "line": 2432, + "line": 2458, "column": 9 } } } ], "range": [ - 74096, - 74317 + 74964, + 75185 ], "loc": { "start": { - "line": 2425, + "line": 2451, "column": 22 }, "end": { - "line": 2433, + "line": 2459, "column": 5 } } @@ -138127,16 +138928,16 @@ "generator": false, "expression": false, "range": [ - 74093, - 74317 + 74961, + 75185 ], "loc": { "start": { - "line": 2425, + "line": 2451, "column": 19 }, "end": { - "line": 2433, + "line": 2459, "column": 5 } } @@ -138144,16 +138945,16 @@ "kind": "method", "computed": false, "range": [ - 74078, - 74317 + 74946, + 75185 ], "loc": { "start": { - "line": 2425, + "line": 2451, "column": 4 }, "end": { - "line": 2433, + "line": 2459, "column": 5 } }, @@ -138162,16 +138963,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74026, - 74073 + 74894, + 74941 ], "loc": { "start": { - "line": 2422, + "line": 2448, "column": 4 }, "end": { - "line": 2424, + "line": 2450, "column": 7 } } @@ -138182,16 +138983,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": [ - 74323, - 74485 + 75191, + 75353 ], "loc": { "start": { - "line": 2435, + "line": 2461, "column": 4 }, "end": { - "line": 2439, + "line": 2465, "column": 7 } } @@ -138205,16 +139006,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 74490, - 74504 + 75358, + 75372 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 4 }, "end": { - "line": 2440, + "line": 2466, "column": 18 } } @@ -138227,16 +139028,16 @@ "type": "Identifier", "name": "index", "range": [ - 74505, - 74510 + 75373, + 75378 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 19 }, "end": { - "line": 2440, + "line": 2466, "column": 24 } } @@ -138247,16 +139048,16 @@ "type": "Identifier", "name": "query", "range": [ - 74512, - 74517 + 75380, + 75385 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 26 }, "end": { - "line": 2440, + "line": 2466, "column": 31 } } @@ -138266,31 +139067,31 @@ "value": "", "raw": "''", "range": [ - 74520, - 74522 + 75388, + 75390 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 34 }, "end": { - "line": 2440, + "line": 2466, "column": 36 } } }, "range": [ - 74512, - 74522 + 75380, + 75390 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 26 }, "end": { - "line": 2440, + "line": 2466, "column": 36 } } @@ -138310,16 +139111,16 @@ "object": { "type": "ThisExpression", "range": [ - 74539, - 74543 + 75407, + 75411 ], "loc": { "start": { - "line": 2441, + "line": 2467, "column": 13 }, "end": { - "line": 2441, + "line": 2467, "column": 17 } } @@ -138328,47 +139129,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 74544, - 74551 + 75412, + 75419 ], "loc": { "start": { - "line": 2441, + "line": 2467, "column": 18 }, "end": { - "line": 2441, + "line": 2467, "column": 25 } } }, "range": [ - 74539, - 74551 + 75407, + 75419 ], "loc": { "start": { - "line": 2441, + "line": 2467, "column": 13 }, "end": { - "line": 2441, + "line": 2467, "column": 25 } } }, "prefix": true, "range": [ - 74538, - 74551 + 75406, + 75419 ], "loc": { "start": { - "line": 2441, + "line": 2467, "column": 12 }, "end": { - "line": 2441, + "line": 2467, "column": 25 } } @@ -138380,48 +139181,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74567, - 74574 + 75435, + 75442 ], "loc": { "start": { - "line": 2442, + "line": 2468, "column": 12 }, "end": { - "line": 2442, + "line": 2468, "column": 19 } } } ], "range": [ - 74553, - 74584 + 75421, + 75452 ], "loc": { "start": { - "line": 2441, + "line": 2467, "column": 27 }, "end": { - "line": 2443, + "line": 2469, "column": 9 } } }, "alternate": null, "range": [ - 74534, - 74584 + 75402, + 75452 ], "loc": { "start": { - "line": 2441, + "line": 2467, "column": 8 }, "end": { - "line": 2443, + "line": 2469, "column": 9 } } @@ -138435,16 +139236,16 @@ "type": "Identifier", "name": "slc", "range": [ - 74597, - 74600 + 75465, + 75468 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 12 }, "end": { - "line": 2444, + "line": 2470, "column": 15 } } @@ -138457,16 +139258,16 @@ "object": { "type": "ThisExpression", "range": [ - 74603, - 74607 + 75471, + 75475 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 18 }, "end": { - "line": 2444, + "line": 2470, "column": 22 } } @@ -138475,31 +139276,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 74608, - 74624 + 75476, + 75492 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 23 }, "end": { - "line": 2444, + "line": 2470, "column": 39 } } }, "range": [ - 74603, - 74624 + 75471, + 75492 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 18 }, "end": { - "line": 2444, + "line": 2470, "column": 39 } } @@ -138509,47 +139310,47 @@ "type": "Identifier", "name": "index", "range": [ - 74625, - 74630 + 75493, + 75498 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 40 }, "end": { - "line": 2444, + "line": 2470, "column": 45 } } } ], "range": [ - 74603, - 74631 + 75471, + 75499 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 18 }, "end": { - "line": 2444, + "line": 2470, "column": 46 } } }, "range": [ - 74597, - 74631 + 75465, + 75499 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 12 }, "end": { - "line": 2444, + "line": 2470, "column": 46 } } @@ -138560,16 +139361,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 74645, - 74655 + 75513, + 75523 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 12 }, "end": { - "line": 2445, + "line": 2471, "column": 22 } } @@ -138582,16 +139383,16 @@ "object": { "type": "ThisExpression", "range": [ - 74658, - 74662 + 75526, + 75530 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 25 }, "end": { - "line": 2445, + "line": 2471, "column": 29 } } @@ -138600,31 +139401,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 74663, - 74676 + 75531, + 75544 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 30 }, "end": { - "line": 2445, + "line": 2471, "column": 43 } } }, "range": [ - 74658, - 74676 + 75526, + 75544 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 25 }, "end": { - "line": 2445, + "line": 2471, "column": 43 } } @@ -138634,47 +139435,47 @@ "type": "Identifier", "name": "index", "range": [ - 74677, - 74682 + 75545, + 75550 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 44 }, "end": { - "line": 2445, + "line": 2471, "column": 49 } } } ], "range": [ - 74658, - 74683 + 75526, + 75551 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 25 }, "end": { - "line": 2445, + "line": 2471, "column": 50 } } }, "range": [ - 74645, - 74683 + 75513, + 75551 ], "loc": { "start": { - "line": 2445, + "line": 2471, "column": 12 }, "end": { - "line": 2445, + "line": 2471, "column": 50 } } @@ -138682,16 +139483,16 @@ ], "kind": "let", "range": [ - 74593, - 74684 + 75461, + 75552 ], "loc": { "start": { - "line": 2444, + "line": 2470, "column": 8 }, "end": { - "line": 2445, + "line": 2471, "column": 51 } } @@ -138708,16 +139509,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 74698, - 74708 + 75566, + 75576 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 12 }, "end": { - "line": 2447, + "line": 2473, "column": 22 } } @@ -138726,31 +139527,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 74713, - 74721 + 75581, + 75589 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 27 }, "end": { - "line": 2447, + "line": 2473, "column": 35 } } }, "range": [ - 74698, - 74721 + 75566, + 75589 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 12 }, "end": { - "line": 2447, + "line": 2473, "column": 35 } } @@ -138762,16 +139563,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 74725, - 74735 + 75593, + 75603 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 39 }, "end": { - "line": 2447, + "line": 2473, "column": 49 } } @@ -138780,46 +139581,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 74740, - 74749 + 75608, + 75617 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 54 }, "end": { - "line": 2447, + "line": 2473, "column": 63 } } }, "range": [ - 74725, - 74749 + 75593, + 75617 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 39 }, "end": { - "line": 2447, + "line": 2473, "column": 63 } } }, "range": [ - 74698, - 74749 + 75566, + 75617 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 12 }, "end": { - "line": 2447, + "line": 2473, "column": 63 } } @@ -138838,16 +139639,16 @@ "object": { "type": "ThisExpression", "range": [ - 74769, - 74773 + 75637, + 75641 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 16 }, "end": { - "line": 2448, + "line": 2474, "column": 20 } } @@ -138856,31 +139657,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 74774, - 74789 + 75642, + 75657 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 21 }, "end": { - "line": 2448, + "line": 2474, "column": 36 } } }, "range": [ - 74769, - 74789 + 75637, + 75657 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 16 }, "end": { - "line": 2448, + "line": 2474, "column": 36 } } @@ -138894,16 +139695,16 @@ "object": { "type": "ThisExpression", "range": [ - 74794, - 74798 + 75662, + 75666 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 41 }, "end": { - "line": 2448, + "line": 2474, "column": 45 } } @@ -138912,62 +139713,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 74799, - 74810 + 75667, + 75678 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 46 }, "end": { - "line": 2448, + "line": 2474, "column": 57 } } }, "range": [ - 74794, - 74810 + 75662, + 75678 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 41 }, "end": { - "line": 2448, + "line": 2474, "column": 57 } } }, "prefix": true, "range": [ - 74793, - 74810 + 75661, + 75678 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 40 }, "end": { - "line": 2448, + "line": 2474, "column": 57 } } }, "range": [ - 74769, - 74810 + 75637, + 75678 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 16 }, "end": { - "line": 2448, + "line": 2474, "column": 57 } } @@ -138988,16 +139789,16 @@ "object": { "type": "ThisExpression", "range": [ - 74830, - 74834 + 75698, + 75702 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 16 }, "end": { - "line": 2449, + "line": 2475, "column": 20 } } @@ -139006,31 +139807,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 74835, - 74842 + 75703, + 75710 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 21 }, "end": { - "line": 2449, + "line": 2475, "column": 28 } } }, "range": [ - 74830, - 74842 + 75698, + 75710 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 16 }, "end": { - "line": 2449, + "line": 2475, "column": 28 } } @@ -139039,31 +139840,31 @@ "type": "Identifier", "name": "emit", "range": [ - 74843, - 74847 + 75711, + 75715 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 29 }, "end": { - "line": 2449, + "line": 2475, "column": 33 } } }, "range": [ - 74830, - 74847 + 75698, + 75715 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 16 }, "end": { - "line": 2449, + "line": 2475, "column": 33 } } @@ -139074,16 +139875,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 74848, - 74869 + 75716, + 75737 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 34 }, "end": { - "line": 2449, + "line": 2475, "column": 55 } } @@ -139091,16 +139892,16 @@ { "type": "ThisExpression", "range": [ - 74871, - 74875 + 75739, + 75743 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 57 }, "end": { - "line": 2449, + "line": 2475, "column": 61 } } @@ -139109,16 +139910,16 @@ "type": "Identifier", "name": "index", "range": [ - 74877, - 74882 + 75745, + 75750 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 63 }, "end": { - "line": 2449, + "line": 2475, "column": 68 } } @@ -139129,16 +139930,16 @@ "object": { "type": "ThisExpression", "range": [ - 74904, - 74908 + 75772, + 75776 ], "loc": { "start": { - "line": 2450, + "line": 2476, "column": 20 }, "end": { - "line": 2450, + "line": 2476, "column": 24 } } @@ -139147,31 +139948,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 74909, - 74922 + 75777, + 75790 ], "loc": { "start": { - "line": 2450, + "line": 2476, "column": 25 }, "end": { - "line": 2450, + "line": 2476, "column": 38 } } }, "range": [ - 74904, - 74922 + 75772, + 75790 ], "loc": { "start": { - "line": 2450, + "line": 2476, "column": 20 }, "end": { - "line": 2450, + "line": 2476, "column": 38 } } @@ -139182,16 +139983,16 @@ "object": { "type": "ThisExpression", "range": [ - 74924, - 74928 + 75792, + 75796 ], "loc": { "start": { - "line": 2450, + "line": 2476, "column": 40 }, "end": { - "line": 2450, + "line": 2476, "column": 44 } } @@ -139200,94 +140001,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 74929, - 74942 + 75797, + 75810 ], "loc": { "start": { - "line": 2450, + "line": 2476, "column": 45 }, "end": { - "line": 2450, + "line": 2476, "column": 58 } } }, "range": [ - 74924, - 74942 + 75792, + 75810 ], "loc": { "start": { - "line": 2450, + "line": 2476, "column": 40 }, "end": { - "line": 2450, + "line": 2476, "column": 58 } } } ], "range": [ - 74830, - 74943 + 75698, + 75811 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 16 }, "end": { - "line": 2450, + "line": 2476, "column": 59 } } }, "range": [ - 74830, - 74944 + 75698, + 75812 ], "loc": { "start": { - "line": 2449, + "line": 2475, "column": 16 }, "end": { - "line": 2450, + "line": 2476, "column": 60 } } } ], "range": [ - 74812, - 74958 + 75680, + 75826 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 59 }, "end": { - "line": 2451, + "line": 2477, "column": 13 } } }, "alternate": null, "range": [ - 74765, - 74958 + 75633, + 75826 ], "loc": { "start": { - "line": 2448, + "line": 2474, "column": 12 }, "end": { - "line": 2451, + "line": 2477, "column": 13 } } @@ -139304,16 +140105,16 @@ "type": "Identifier", "name": "slc", "range": [ - 74971, - 74974 + 75839, + 75842 ], "loc": { "start": { - "line": 2452, + "line": 2478, "column": 12 }, "end": { - "line": 2452, + "line": 2478, "column": 15 } } @@ -139322,31 +140123,31 @@ "type": "Identifier", "name": "value", "range": [ - 74975, - 74980 + 75843, + 75848 ], "loc": { "start": { - "line": 2452, + "line": 2478, "column": 16 }, "end": { - "line": 2452, + "line": 2478, "column": 21 } } }, "range": [ - 74971, - 74980 + 75839, + 75848 ], "loc": { "start": { - "line": 2452, + "line": 2478, "column": 12 }, "end": { - "line": 2452, + "line": 2478, "column": 21 } } @@ -139355,62 +140156,62 @@ "type": "Identifier", "name": "query", "range": [ - 74983, - 74988 + 75851, + 75856 ], "loc": { "start": { - "line": 2452, + "line": 2478, "column": 24 }, "end": { - "line": 2452, + "line": 2478, "column": 29 } } }, "range": [ - 74971, - 74988 + 75839, + 75856 ], "loc": { "start": { - "line": 2452, + "line": 2478, "column": 12 }, "end": { - "line": 2452, + "line": 2478, "column": 29 } } }, "range": [ - 74971, - 74989 + 75839, + 75857 ], "loc": { "start": { - "line": 2452, + "line": 2478, "column": 12 }, "end": { - "line": 2452, + "line": 2478, "column": 30 } } } ], "range": [ - 74751, - 74999 + 75619, + 75867 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 65 }, "end": { - "line": 2453, + "line": 2479, "column": 9 } }, @@ -139419,16 +140220,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75008, - 75026 + 75876, + 75894 ], "loc": { "start": { - "line": 2454, + "line": 2480, "column": 8 }, "end": { - "line": 2454, + "line": 2480, "column": 26 } } @@ -139444,16 +140245,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75044, - 75054 + 75912, + 75922 ], "loc": { "start": { - "line": 2455, + "line": 2481, "column": 17 }, "end": { - "line": 2455, + "line": 2481, "column": 27 } } @@ -139462,31 +140263,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 75059, - 75067 + 75927, + 75935 ], "loc": { "start": { - "line": 2455, + "line": 2481, "column": 32 }, "end": { - "line": 2455, + "line": 2481, "column": 40 } } }, "range": [ - 75044, - 75067 + 75912, + 75935 ], "loc": { "start": { - "line": 2455, + "line": 2481, "column": 17 }, "end": { - "line": 2455, + "line": 2481, "column": 40 } } @@ -139503,16 +140304,16 @@ "type": "Identifier", "name": "values", "range": [ - 75087, - 75093 + 75955, + 75961 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 16 }, "end": { - "line": 2456, + "line": 2482, "column": 22 } } @@ -139525,16 +140326,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 75096, - 75103 + 75964, + 75971 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 25 }, "end": { - "line": 2456, + "line": 2482, "column": 32 } } @@ -139544,32 +140345,32 @@ "type": "Identifier", "name": "query", "range": [ - 75104, - 75109 + 75972, + 75977 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 33 }, "end": { - "line": 2456, + "line": 2482, "column": 38 } } } ], "range": [ - 75096, - 75110 + 75964, + 75978 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 25 }, "end": { - "line": 2456, + "line": 2482, "column": 39 } } @@ -139578,16 +140379,16 @@ "type": "Identifier", "name": "query", "range": [ - 75113, - 75118 + 75981, + 75986 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 42 }, "end": { - "line": 2456, + "line": 2482, "column": 47 } } @@ -139601,16 +140402,16 @@ "type": "Identifier", "name": "query", "range": [ - 75137, - 75142 + 76005, + 76010 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 16 }, "end": { - "line": 2457, + "line": 2483, "column": 21 } } @@ -139619,31 +140420,31 @@ "type": "Identifier", "name": "split", "range": [ - 75143, - 75148 + 76011, + 76016 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 22 }, "end": { - "line": 2457, + "line": 2483, "column": 27 } } }, "range": [ - 75137, - 75148 + 76005, + 76016 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 16 }, "end": { - "line": 2457, + "line": 2483, "column": 27 } } @@ -139660,16 +140461,16 @@ "value": " ", "raw": "' '", "range": [ - 75149, - 75152 + 76017, + 76020 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 28 }, "end": { - "line": 2457, + "line": 2483, "column": 31 } } @@ -139680,16 +140481,16 @@ "object": { "type": "ThisExpression", "range": [ - 75155, - 75159 + 76023, + 76027 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 34 }, "end": { - "line": 2457, + "line": 2483, "column": 38 } } @@ -139698,46 +140499,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 75160, - 75170 + 76028, + 76038 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 39 }, "end": { - "line": 2457, + "line": 2483, "column": 49 } } }, "range": [ - 75155, - 75170 + 76023, + 76038 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 34 }, "end": { - "line": 2457, + "line": 2483, "column": 49 } } }, "range": [ - 75149, - 75170 + 76017, + 76038 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 28 }, "end": { - "line": 2457, + "line": 2483, "column": 49 } } @@ -139747,77 +140548,77 @@ "value": " ", "raw": "' '", "range": [ - 75173, - 75176 + 76041, + 76044 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 52 }, "end": { - "line": 2457, + "line": 2483, "column": 55 } } }, "range": [ - 75149, - 75176 + 76017, + 76044 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 28 }, "end": { - "line": 2457, + "line": 2483, "column": 55 } } } ], "range": [ - 75137, - 75177 + 76005, + 76045 ], "loc": { "start": { - "line": 2457, + "line": 2483, "column": 16 }, "end": { - "line": 2457, + "line": 2483, "column": 56 } } }, "range": [ - 75096, - 75177 + 75964, + 76045 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 25 }, "end": { - "line": 2457, + "line": 2483, "column": 56 } } }, "range": [ - 75087, - 75177 + 75955, + 76045 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 16 }, "end": { - "line": 2457, + "line": 2483, "column": 56 } } @@ -139825,16 +140626,16 @@ ], "kind": "let", "range": [ - 75083, - 75178 + 75951, + 76046 ], "loc": { "start": { - "line": 2456, + "line": 2482, "column": 12 }, "end": { - "line": 2457, + "line": 2483, "column": 57 } } @@ -139850,16 +140651,16 @@ "object": { "type": "ThisExpression", "range": [ - 75196, - 75200 + 76064, + 76068 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 16 }, "end": { - "line": 2459, + "line": 2485, "column": 20 } } @@ -139868,31 +140669,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 75201, - 75216 + 76069, + 76084 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 21 }, "end": { - "line": 2459, + "line": 2485, "column": 36 } } }, "range": [ - 75196, - 75216 + 76064, + 76084 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 16 }, "end": { - "line": 2459, + "line": 2485, "column": 36 } } @@ -139906,16 +140707,16 @@ "object": { "type": "ThisExpression", "range": [ - 75221, - 75225 + 76089, + 76093 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 41 }, "end": { - "line": 2459, + "line": 2485, "column": 45 } } @@ -139924,62 +140725,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 75226, - 75237 + 76094, + 76105 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 46 }, "end": { - "line": 2459, + "line": 2485, "column": 57 } } }, "range": [ - 75221, - 75237 + 76089, + 76105 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 41 }, "end": { - "line": 2459, + "line": 2485, "column": 57 } } }, "prefix": true, "range": [ - 75220, - 75237 + 76088, + 76105 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 40 }, "end": { - "line": 2459, + "line": 2485, "column": 57 } } }, "range": [ - 75196, - 75237 + 76064, + 76105 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 16 }, "end": { - "line": 2459, + "line": 2485, "column": 57 } } @@ -140000,16 +140801,16 @@ "object": { "type": "ThisExpression", "range": [ - 75257, - 75261 + 76125, + 76129 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 16 }, "end": { - "line": 2460, + "line": 2486, "column": 20 } } @@ -140018,31 +140819,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75262, - 75269 + 76130, + 76137 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 21 }, "end": { - "line": 2460, + "line": 2486, "column": 28 } } }, "range": [ - 75257, - 75269 + 76125, + 76137 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 16 }, "end": { - "line": 2460, + "line": 2486, "column": 28 } } @@ -140051,31 +140852,31 @@ "type": "Identifier", "name": "emit", "range": [ - 75270, - 75274 + 76138, + 76142 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 29 }, "end": { - "line": 2460, + "line": 2486, "column": 33 } } }, "range": [ - 75257, - 75274 + 76125, + 76142 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 16 }, "end": { - "line": 2460, + "line": 2486, "column": 33 } } @@ -140086,16 +140887,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 75275, - 75296 + 76143, + 76164 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 34 }, "end": { - "line": 2460, + "line": 2486, "column": 55 } } @@ -140103,16 +140904,16 @@ { "type": "ThisExpression", "range": [ - 75298, - 75302 + 76166, + 76170 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 57 }, "end": { - "line": 2460, + "line": 2486, "column": 61 } } @@ -140121,16 +140922,16 @@ "type": "Identifier", "name": "index", "range": [ - 75304, - 75309 + 76172, + 76177 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 63 }, "end": { - "line": 2460, + "line": 2486, "column": 68 } } @@ -140141,16 +140942,16 @@ "object": { "type": "ThisExpression", "range": [ - 75331, - 75335 + 76199, + 76203 ], "loc": { "start": { - "line": 2461, + "line": 2487, "column": 20 }, "end": { - "line": 2461, + "line": 2487, "column": 24 } } @@ -140159,31 +140960,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 75336, - 75349 + 76204, + 76217 ], "loc": { "start": { - "line": 2461, + "line": 2487, "column": 25 }, "end": { - "line": 2461, + "line": 2487, "column": 38 } } }, "range": [ - 75331, - 75349 + 76199, + 76217 ], "loc": { "start": { - "line": 2461, + "line": 2487, "column": 20 }, "end": { - "line": 2461, + "line": 2487, "column": 38 } } @@ -140194,16 +140995,16 @@ "object": { "type": "ThisExpression", "range": [ - 75351, - 75355 + 76219, + 76223 ], "loc": { "start": { - "line": 2461, + "line": 2487, "column": 40 }, "end": { - "line": 2461, + "line": 2487, "column": 44 } } @@ -140212,94 +141013,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 75356, - 75369 + 76224, + 76237 ], "loc": { "start": { - "line": 2461, + "line": 2487, "column": 45 }, "end": { - "line": 2461, + "line": 2487, "column": 58 } } }, "range": [ - 75351, - 75369 + 76219, + 76237 ], "loc": { "start": { - "line": 2461, + "line": 2487, "column": 40 }, "end": { - "line": 2461, + "line": 2487, "column": 58 } } } ], "range": [ - 75257, - 75370 + 76125, + 76238 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 16 }, "end": { - "line": 2461, + "line": 2487, "column": 59 } } }, "range": [ - 75257, - 75371 + 76125, + 76239 ], "loc": { "start": { - "line": 2460, + "line": 2486, "column": 16 }, "end": { - "line": 2461, + "line": 2487, "column": 60 } } } ], "range": [ - 75239, - 75385 + 76107, + 76253 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 59 }, "end": { - "line": 2462, + "line": 2488, "column": 13 } } }, "alternate": null, "range": [ - 75192, - 75385 + 76060, + 76253 ], "loc": { "start": { - "line": 2459, + "line": 2485, "column": 12 }, "end": { - "line": 2462, + "line": 2488, "column": 13 } } @@ -140317,16 +141118,16 @@ "object": { "type": "ThisExpression", "range": [ - 75399, - 75403 + 76267, + 76271 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 12 }, "end": { - "line": 2464, + "line": 2490, "column": 16 } } @@ -140335,31 +141136,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75404, - 75411 + 76272, + 76279 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 17 }, "end": { - "line": 2464, + "line": 2490, "column": 24 } } }, "range": [ - 75399, - 75411 + 76267, + 76279 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 12 }, "end": { - "line": 2464, + "line": 2490, "column": 24 } } @@ -140368,31 +141169,31 @@ "type": "Identifier", "name": "emit", "range": [ - 75412, - 75416 + 76280, + 76284 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 25 }, "end": { - "line": 2464, + "line": 2490, "column": 29 } } }, "range": [ - 75399, - 75416 + 76267, + 76284 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 12 }, "end": { - "line": 2464, + "line": 2490, "column": 29 } } @@ -140403,16 +141204,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 75417, - 75433 + 76285, + 76301 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 30 }, "end": { - "line": 2464, + "line": 2490, "column": 46 } } @@ -140420,16 +141221,16 @@ { "type": "ThisExpression", "range": [ - 75435, - 75439 + 76303, + 76307 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 48 }, "end": { - "line": 2464, + "line": 2490, "column": 52 } } @@ -140438,16 +141239,16 @@ "type": "Identifier", "name": "index", "range": [ - 75441, - 75446 + 76309, + 76314 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 54 }, "end": { - "line": 2464, + "line": 2490, "column": 59 } } @@ -140456,63 +141257,63 @@ "type": "Identifier", "name": "values", "range": [ - 75448, - 75454 + 76316, + 76322 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 61 }, "end": { - "line": 2464, + "line": 2490, "column": 67 } } } ], "range": [ - 75399, - 75455 + 76267, + 76323 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 12 }, "end": { - "line": 2464, + "line": 2490, "column": 68 } } }, "range": [ - 75399, - 75456 + 76267, + 76324 ], "loc": { "start": { - "line": 2464, + "line": 2490, "column": 12 }, "end": { - "line": 2464, + "line": 2490, "column": 69 } } } ], "range": [ - 75069, - 75466 + 75937, + 76334 ], "loc": { "start": { - "line": 2455, + "line": 2481, "column": 42 }, "end": { - "line": 2465, + "line": 2491, "column": 9 } }, @@ -140521,16 +141322,16 @@ "type": "Line", "value": "checklist", "range": [ - 75475, - 75486 + 76343, + 76354 ], "loc": { "start": { - "line": 2466, + "line": 2492, "column": 8 }, "end": { - "line": 2466, + "line": 2492, "column": 19 } } @@ -140546,16 +141347,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75504, - 75514 + 76372, + 76382 ], "loc": { "start": { - "line": 2467, + "line": 2493, "column": 17 }, "end": { - "line": 2467, + "line": 2493, "column": 27 } } @@ -140564,31 +141365,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 75519, - 75528 + 76387, + 76396 ], "loc": { "start": { - "line": 2467, + "line": 2493, "column": 32 }, "end": { - "line": 2467, + "line": 2493, "column": 41 } } }, "range": [ - 75504, - 75528 + 76372, + 76396 ], "loc": { "start": { - "line": 2467, + "line": 2493, "column": 17 }, "end": { - "line": 2467, + "line": 2493, "column": 41 } } @@ -140605,16 +141406,16 @@ "type": "Identifier", "name": "values", "range": [ - 75548, - 75554 + 76416, + 76422 ], "loc": { "start": { - "line": 2468, + "line": 2494, "column": 16 }, "end": { - "line": 2468, + "line": 2494, "column": 22 } } @@ -140623,31 +141424,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75557, - 75559 + 76425, + 76427 ], "loc": { "start": { - "line": 2468, + "line": 2494, "column": 25 }, "end": { - "line": 2468, + "line": 2494, "column": 27 } } }, "range": [ - 75548, - 75559 + 76416, + 76427 ], "loc": { "start": { - "line": 2468, + "line": 2494, "column": 16 }, "end": { - "line": 2468, + "line": 2494, "column": 27 } } @@ -140655,16 +141456,16 @@ ], "kind": "let", "range": [ - 75544, - 75560 + 76412, + 76428 ], "loc": { "start": { - "line": 2468, + "line": 2494, "column": 12 }, "end": { - "line": 2468, + "line": 2494, "column": 28 } } @@ -140680,16 +141481,16 @@ "object": { "type": "ThisExpression", "range": [ - 75577, - 75581 + 76445, + 76449 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 16 }, "end": { - "line": 2469, + "line": 2495, "column": 20 } } @@ -140698,31 +141499,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 75582, - 75597 + 76450, + 76465 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 21 }, "end": { - "line": 2469, + "line": 2495, "column": 36 } } }, "range": [ - 75577, - 75597 + 76445, + 76465 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 16 }, "end": { - "line": 2469, + "line": 2495, "column": 36 } } @@ -140736,16 +141537,16 @@ "object": { "type": "ThisExpression", "range": [ - 75602, - 75606 + 76470, + 76474 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 41 }, "end": { - "line": 2469, + "line": 2495, "column": 45 } } @@ -140754,62 +141555,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 75607, - 75618 + 76475, + 76486 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 46 }, "end": { - "line": 2469, + "line": 2495, "column": 57 } } }, "range": [ - 75602, - 75618 + 76470, + 76486 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 41 }, "end": { - "line": 2469, + "line": 2495, "column": 57 } } }, "prefix": true, "range": [ - 75601, - 75618 + 76469, + 76486 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 40 }, "end": { - "line": 2469, + "line": 2495, "column": 57 } } }, "range": [ - 75577, - 75618 + 76445, + 76486 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 16 }, "end": { - "line": 2469, + "line": 2495, "column": 57 } } @@ -140830,16 +141631,16 @@ "object": { "type": "ThisExpression", "range": [ - 75638, - 75642 + 76506, + 76510 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 16 }, "end": { - "line": 2470, + "line": 2496, "column": 20 } } @@ -140848,31 +141649,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75643, - 75650 + 76511, + 76518 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 21 }, "end": { - "line": 2470, + "line": 2496, "column": 28 } } }, "range": [ - 75638, - 75650 + 76506, + 76518 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 16 }, "end": { - "line": 2470, + "line": 2496, "column": 28 } } @@ -140881,31 +141682,31 @@ "type": "Identifier", "name": "emit", "range": [ - 75651, - 75655 + 76519, + 76523 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 29 }, "end": { - "line": 2470, + "line": 2496, "column": 33 } } }, "range": [ - 75638, - 75655 + 76506, + 76523 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 16 }, "end": { - "line": 2470, + "line": 2496, "column": 33 } } @@ -140916,16 +141717,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 75656, - 75680 + 76524, + 76548 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 34 }, "end": { - "line": 2470, + "line": 2496, "column": 58 } } @@ -140933,16 +141734,16 @@ { "type": "ThisExpression", "range": [ - 75682, - 75686 + 76550, + 76554 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 60 }, "end": { - "line": 2470, + "line": 2496, "column": 64 } } @@ -140951,16 +141752,16 @@ "type": "Identifier", "name": "index", "range": [ - 75688, - 75693 + 76556, + 76561 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 66 }, "end": { - "line": 2470, + "line": 2496, "column": 71 } } @@ -140971,16 +141772,16 @@ "object": { "type": "ThisExpression", "range": [ - 75715, - 75719 + 76583, + 76587 ], "loc": { "start": { - "line": 2471, + "line": 2497, "column": 20 }, "end": { - "line": 2471, + "line": 2497, "column": 24 } } @@ -140989,94 +141790,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 75720, - 75733 + 76588, + 76601 ], "loc": { "start": { - "line": 2471, + "line": 2497, "column": 25 }, "end": { - "line": 2471, + "line": 2497, "column": 38 } } }, "range": [ - 75715, - 75733 + 76583, + 76601 ], "loc": { "start": { - "line": 2471, + "line": 2497, "column": 20 }, "end": { - "line": 2471, + "line": 2497, "column": 38 } } } ], "range": [ - 75638, - 75734 + 76506, + 76602 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 16 }, "end": { - "line": 2471, + "line": 2497, "column": 39 } } }, "range": [ - 75638, - 75735 + 76506, + 76603 ], "loc": { "start": { - "line": 2470, + "line": 2496, "column": 16 }, "end": { - "line": 2471, + "line": 2497, "column": 40 } } } ], "range": [ - 75620, - 75749 + 76488, + 76617 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 59 }, "end": { - "line": 2472, + "line": 2498, "column": 13 } } }, "alternate": null, "range": [ - 75573, - 75749 + 76441, + 76617 ], "loc": { "start": { - "line": 2469, + "line": 2495, "column": 12 }, "end": { - "line": 2472, + "line": 2498, "column": 13 } } @@ -141089,16 +141890,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 75766, - 75773 + 76634, + 76641 ], "loc": { "start": { - "line": 2473, + "line": 2499, "column": 16 }, "end": { - "line": 2473, + "line": 2499, "column": 23 } } @@ -141108,32 +141909,32 @@ "type": "Identifier", "name": "query", "range": [ - 75774, - 75779 + 76642, + 76647 ], "loc": { "start": { - "line": 2473, + "line": 2499, "column": 24 }, "end": { - "line": 2473, + "line": 2499, "column": 29 } } } ], "range": [ - 75766, - 75780 + 76634, + 76648 ], "loc": { "start": { - "line": 2473, + "line": 2499, "column": 16 }, "end": { - "line": 2473, + "line": 2499, "column": 30 } } @@ -141150,16 +141951,16 @@ "type": "Identifier", "name": "values", "range": [ - 75800, - 75806 + 76668, + 76674 ], "loc": { "start": { - "line": 2474, + "line": 2500, "column": 16 }, "end": { - "line": 2474, + "line": 2500, "column": 22 } } @@ -141168,62 +141969,62 @@ "type": "Identifier", "name": "query", "range": [ - 75809, - 75814 + 76677, + 76682 ], "loc": { "start": { - "line": 2474, + "line": 2500, "column": 25 }, "end": { - "line": 2474, + "line": 2500, "column": 30 } } }, "range": [ - 75800, - 75814 + 76668, + 76682 ], "loc": { "start": { - "line": 2474, + "line": 2500, "column": 16 }, "end": { - "line": 2474, + "line": 2500, "column": 30 } } }, "range": [ - 75800, - 75815 + 76668, + 76683 ], "loc": { "start": { - "line": 2474, + "line": 2500, "column": 16 }, "end": { - "line": 2474, + "line": 2500, "column": 31 } } } ], "range": [ - 75782, - 75829 + 76650, + 76697 ], "loc": { "start": { - "line": 2473, + "line": 2499, "column": 32 }, "end": { - "line": 2475, + "line": 2501, "column": 13 } } @@ -141240,16 +142041,16 @@ "type": "Identifier", "name": "query", "range": [ - 75853, - 75858 + 76721, + 76726 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 16 }, "end": { - "line": 2476, + "line": 2502, "column": 21 } } @@ -141260,16 +142061,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 75861, - 75870 + 76729, + 76738 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 24 }, "end": { - "line": 2476, + "line": 2502, "column": 33 } } @@ -141279,16 +142080,16 @@ "type": "Identifier", "name": "query", "range": [ - 75871, - 75876 + 76739, + 76744 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 34 }, "end": { - "line": 2476, + "line": 2502, "column": 39 } } @@ -141299,16 +142100,16 @@ "object": { "type": "ThisExpression", "range": [ - 75878, - 75882 + 76746, + 76750 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 41 }, "end": { - "line": 2476, + "line": 2502, "column": 45 } } @@ -141317,77 +142118,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 75883, - 75896 + 76751, + 76764 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 46 }, "end": { - "line": 2476, + "line": 2502, "column": 59 } } }, "range": [ - 75878, - 75896 + 76746, + 76764 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 41 }, "end": { - "line": 2476, + "line": 2502, "column": 59 } } } ], "range": [ - 75861, - 75897 + 76729, + 76765 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 24 }, "end": { - "line": 2476, + "line": 2502, "column": 60 } } }, "range": [ - 75853, - 75897 + 76721, + 76765 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 16 }, "end": { - "line": 2476, + "line": 2502, "column": 60 } } }, "range": [ - 75853, - 75898 + 76721, + 76766 ], "loc": { "start": { - "line": 2476, + "line": 2502, "column": 16 }, "end": { - "line": 2476, + "line": 2502, "column": 61 } } @@ -141401,16 +142202,16 @@ "type": "Identifier", "name": "values", "range": [ - 75915, - 75921 + 76783, + 76789 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 16 }, "end": { - "line": 2477, + "line": 2503, "column": 22 } } @@ -141424,16 +142225,16 @@ "type": "Identifier", "name": "query", "range": [ - 75924, - 75929 + 76792, + 76797 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 25 }, "end": { - "line": 2477, + "line": 2503, "column": 30 } } @@ -141442,31 +142243,31 @@ "type": "Identifier", "name": "split", "range": [ - 75930, - 75935 + 76798, + 76803 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 31 }, "end": { - "line": 2477, + "line": 2503, "column": 36 } } }, "range": [ - 75924, - 75935 + 76792, + 76803 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 25 }, "end": { - "line": 2477, + "line": 2503, "column": 36 } } @@ -141483,16 +142284,16 @@ "value": " ", "raw": "' '", "range": [ - 75936, - 75939 + 76804, + 76807 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 37 }, "end": { - "line": 2477, + "line": 2503, "column": 40 } } @@ -141503,16 +142304,16 @@ "object": { "type": "ThisExpression", "range": [ - 75942, - 75946 + 76810, + 76814 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 43 }, "end": { - "line": 2477, + "line": 2503, "column": 47 } } @@ -141521,46 +142322,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 75947, - 75957 + 76815, + 76825 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 48 }, "end": { - "line": 2477, + "line": 2503, "column": 58 } } }, "range": [ - 75942, - 75957 + 76810, + 76825 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 43 }, "end": { - "line": 2477, + "line": 2503, "column": 58 } } }, "range": [ - 75936, - 75957 + 76804, + 76825 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 37 }, "end": { - "line": 2477, + "line": 2503, "column": 58 } } @@ -141570,108 +142371,108 @@ "value": " ", "raw": "' '", "range": [ - 75960, - 75963 + 76828, + 76831 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 61 }, "end": { - "line": 2477, + "line": 2503, "column": 64 } } }, "range": [ - 75936, - 75963 + 76804, + 76831 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 37 }, "end": { - "line": 2477, + "line": 2503, "column": 64 } } } ], "range": [ - 75924, - 75964 + 76792, + 76832 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 25 }, "end": { - "line": 2477, + "line": 2503, "column": 65 } } }, "range": [ - 75915, - 75964 + 76783, + 76832 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 16 }, "end": { - "line": 2477, + "line": 2503, "column": 65 } } }, "range": [ - 75915, - 75965 + 76783, + 76833 ], "loc": { "start": { - "line": 2477, + "line": 2503, "column": 16 }, "end": { - "line": 2477, + "line": 2503, "column": 66 } } } ], "range": [ - 75835, - 75979 + 76703, + 76847 ], "loc": { "start": { - "line": 2475, + "line": 2501, "column": 19 }, "end": { - "line": 2478, + "line": 2504, "column": 13 } } }, "range": [ - 75762, - 75979 + 76630, + 76847 ], "loc": { "start": { - "line": 2473, + "line": 2499, "column": 12 }, "end": { - "line": 2478, + "line": 2504, "column": 13 } } @@ -141689,16 +142490,16 @@ "object": { "type": "ThisExpression", "range": [ - 75993, - 75997 + 76861, + 76865 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 12 }, "end": { - "line": 2480, + "line": 2506, "column": 16 } } @@ -141707,31 +142508,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75998, - 76005 + 76866, + 76873 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 17 }, "end": { - "line": 2480, + "line": 2506, "column": 24 } } }, "range": [ - 75993, - 76005 + 76861, + 76873 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 12 }, "end": { - "line": 2480, + "line": 2506, "column": 24 } } @@ -141740,31 +142541,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76006, - 76010 + 76874, + 76878 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 25 }, "end": { - "line": 2480, + "line": 2506, "column": 29 } } }, "range": [ - 75993, - 76010 + 76861, + 76878 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 12 }, "end": { - "line": 2480, + "line": 2506, "column": 29 } } @@ -141775,16 +142576,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 76011, - 76037 + 76879, + 76905 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 30 }, "end": { - "line": 2480, + "line": 2506, "column": 56 } } @@ -141792,16 +142593,16 @@ { "type": "ThisExpression", "range": [ - 76039, - 76043 + 76907, + 76911 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 58 }, "end": { - "line": 2480, + "line": 2506, "column": 62 } } @@ -141810,16 +142611,16 @@ "type": "Identifier", "name": "index", "range": [ - 76045, - 76050 + 76913, + 76918 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 64 }, "end": { - "line": 2480, + "line": 2506, "column": 69 } } @@ -141828,79 +142629,79 @@ "type": "Identifier", "name": "values", "range": [ - 76052, - 76058 + 76920, + 76926 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 71 }, "end": { - "line": 2480, + "line": 2506, "column": 77 } } } ], "range": [ - 75993, - 76059 + 76861, + 76927 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 12 }, "end": { - "line": 2480, + "line": 2506, "column": 78 } } }, "range": [ - 75993, - 76060 + 76861, + 76928 ], "loc": { "start": { - "line": 2480, + "line": 2506, "column": 12 }, "end": { - "line": 2480, + "line": 2506, "column": 79 } } } ], "range": [ - 75530, - 76070 + 76398, + 76938 ], "loc": { "start": { - "line": 2467, + "line": 2493, "column": 43 }, "end": { - "line": 2481, + "line": 2507, "column": 9 } } }, "alternate": null, "range": [ - 75500, - 76070 + 76368, + 76938 ], "loc": { "start": { - "line": 2467, + "line": 2493, "column": 13 }, "end": { - "line": 2481, + "line": 2507, "column": 9 } }, @@ -141909,16 +142710,16 @@ "type": "Line", "value": "checklist", "range": [ - 75475, - 75486 + 76343, + 76354 ], "loc": { "start": { - "line": 2466, + "line": 2492, "column": 8 }, "end": { - "line": 2466, + "line": 2492, "column": 19 } } @@ -141926,16 +142727,16 @@ ] }, "range": [ - 75040, - 76070 + 75908, + 76938 ], "loc": { "start": { - "line": 2455, + "line": 2481, "column": 13 }, "end": { - "line": 2481, + "line": 2507, "column": 9 } }, @@ -141944,16 +142745,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75008, - 75026 + 75876, + 75894 ], "loc": { "start": { - "line": 2454, + "line": 2480, "column": 8 }, "end": { - "line": 2454, + "line": 2480, "column": 26 } } @@ -141961,32 +142762,32 @@ ] }, "range": [ - 74694, - 76070 + 75562, + 76938 ], "loc": { "start": { - "line": 2447, + "line": 2473, "column": 8 }, "end": { - "line": 2481, + "line": 2507, "column": 9 } } } ], "range": [ - 74524, - 76076 + 75392, + 76944 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 38 }, "end": { - "line": 2482, + "line": 2508, "column": 5 } } @@ -141994,16 +142795,16 @@ "generator": false, "expression": false, "range": [ - 74504, - 76076 + 75372, + 76944 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 18 }, "end": { - "line": 2482, + "line": 2508, "column": 5 } } @@ -142011,16 +142812,16 @@ "kind": "method", "computed": false, "range": [ - 74490, - 76076 + 75358, + 76944 ], "loc": { "start": { - "line": 2440, + "line": 2466, "column": 4 }, "end": { - "line": 2482, + "line": 2508, "column": 5 } }, @@ -142029,16 +142830,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": [ - 74323, - 74485 + 75191, + 75353 ], "loc": { "start": { - "line": 2435, + "line": 2461, "column": 4 }, "end": { - "line": 2439, + "line": 2465, "column": 7 } } @@ -142049,16 +142850,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76082, - 76186 + 76950, + 77054 ], "loc": { "start": { - "line": 2484, + "line": 2510, "column": 4 }, "end": { - "line": 2487, + "line": 2513, "column": 7 } } @@ -142072,16 +142873,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 76191, - 76203 + 77059, + 77071 ], "loc": { "start": { - "line": 2488, + "line": 2514, "column": 4 }, "end": { - "line": 2488, + "line": 2514, "column": 16 } } @@ -142094,16 +142895,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76204, - 76207 + 77072, + 77075 ], "loc": { "start": { - "line": 2488, + "line": 2514, "column": 17 }, "end": { - "line": 2488, + "line": 2514, "column": 20 } } @@ -142123,16 +142924,16 @@ "object": { "type": "ThisExpression", "range": [ - 76224, - 76228 + 77092, + 77096 ], "loc": { "start": { - "line": 2489, + "line": 2515, "column": 13 }, "end": { - "line": 2489, + "line": 2515, "column": 17 } } @@ -142141,47 +142942,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 76229, - 76241 + 77097, + 77109 ], "loc": { "start": { - "line": 2489, + "line": 2515, "column": 18 }, "end": { - "line": 2489, + "line": 2515, "column": 30 } } }, "range": [ - 76224, - 76241 + 77092, + 77109 ], "loc": { "start": { - "line": 2489, + "line": 2515, "column": 13 }, "end": { - "line": 2489, + "line": 2515, "column": 30 } } }, "prefix": true, "range": [ - 76223, - 76241 + 77091, + 77109 ], "loc": { "start": { - "line": 2489, + "line": 2515, "column": 12 }, "end": { - "line": 2489, + "line": 2515, "column": 30 } } @@ -142193,48 +142994,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 76257, - 76264 + 77125, + 77132 ], "loc": { "start": { - "line": 2490, + "line": 2516, "column": 12 }, "end": { - "line": 2490, + "line": 2516, "column": 19 } } } ], "range": [ - 76243, - 76274 + 77111, + 77142 ], "loc": { "start": { - "line": 2489, + "line": 2515, "column": 32 }, "end": { - "line": 2491, + "line": 2517, "column": 9 } } }, "alternate": null, "range": [ - 76219, - 76274 + 77087, + 77142 ], "loc": { "start": { - "line": 2489, + "line": 2515, "column": 8 }, "end": { - "line": 2491, + "line": 2517, "column": 9 } } @@ -142248,16 +143049,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76283, - 76286 + 77151, + 77154 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 8 }, "end": { - "line": 2492, + "line": 2518, "column": 11 } } @@ -142269,16 +143070,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76289, - 76292 + 77157, + 77160 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 14 }, "end": { - "line": 2492, + "line": 2518, "column": 17 } } @@ -142289,16 +143090,16 @@ "object": { "type": "ThisExpression", "range": [ - 76296, - 76300 + 77164, + 77168 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 21 }, "end": { - "line": 2492, + "line": 2518, "column": 25 } } @@ -142307,76 +143108,76 @@ "type": "Identifier", "name": "tbl", "range": [ - 76301, - 76304 + 77169, + 77172 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 26 }, "end": { - "line": 2492, + "line": 2518, "column": 29 } } }, "range": [ - 76296, - 76304 + 77164, + 77172 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 21 }, "end": { - "line": 2492, + "line": 2518, "column": 29 } } }, "range": [ - 76289, - 76304 + 77157, + 77172 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 14 }, "end": { - "line": 2492, + "line": 2518, "column": 29 } } }, "range": [ - 76283, - 76304 + 77151, + 77172 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 8 }, "end": { - "line": 2492, + "line": 2518, "column": 29 } } }, "range": [ - 76283, - 76305 + 77151, + 77173 ], "loc": { "start": { - "line": 2492, + "line": 2518, "column": 8 }, "end": { - "line": 2492, + "line": 2518, "column": 30 } } @@ -142390,16 +143191,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 76319, - 76325 + 77187, + 77193 ], "loc": { "start": { - "line": 2494, + "line": 2520, "column": 12 }, "end": { - "line": 2494, + "line": 2520, "column": 18 } } @@ -142410,16 +143211,16 @@ "object": { "type": "ThisExpression", "range": [ - 76328, - 76332 + 77196, + 77200 ], "loc": { "start": { - "line": 2494, + "line": 2520, "column": 21 }, "end": { - "line": 2494, + "line": 2520, "column": 25 } } @@ -142428,46 +143229,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 76333, - 76340 + 77201, + 77208 ], "loc": { "start": { - "line": 2494, + "line": 2520, "column": 26 }, "end": { - "line": 2494, + "line": 2520, "column": 33 } } }, "range": [ - 76328, - 76340 + 77196, + 77208 ], "loc": { "start": { - "line": 2494, + "line": 2520, "column": 21 }, "end": { - "line": 2494, + "line": 2520, "column": 33 } } }, "range": [ - 76319, - 76340 + 77187, + 77208 ], "loc": { "start": { - "line": 2494, + "line": 2520, "column": 12 }, "end": { - "line": 2494, + "line": 2520, "column": 33 } } @@ -142475,16 +143276,16 @@ ], "kind": "let", "range": [ - 76315, - 76341 + 77183, + 77209 ], "loc": { "start": { - "line": 2494, + "line": 2520, "column": 8 }, "end": { - "line": 2494, + "line": 2520, "column": 34 } } @@ -142498,16 +143299,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 76354, - 76363 + 77222, + 77231 ], "loc": { "start": { - "line": 2495, + "line": 2521, "column": 12 }, "end": { - "line": 2495, + "line": 2521, "column": 21 } } @@ -142518,16 +143319,16 @@ "object": { "type": "ThisExpression", "range": [ - 76366, - 76370 + 77234, + 77238 ], "loc": { "start": { - "line": 2495, + "line": 2521, "column": 24 }, "end": { - "line": 2495, + "line": 2521, "column": 28 } } @@ -142536,46 +143337,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 76371, - 76380 + 77239, + 77248 ], "loc": { "start": { - "line": 2495, + "line": 2521, "column": 29 }, "end": { - "line": 2495, + "line": 2521, "column": 38 } } }, "range": [ - 76366, - 76380 + 77234, + 77248 ], "loc": { "start": { - "line": 2495, + "line": 2521, "column": 24 }, "end": { - "line": 2495, + "line": 2521, "column": 38 } } }, "range": [ - 76354, - 76380 + 77222, + 77248 ], "loc": { "start": { - "line": 2495, + "line": 2521, "column": 12 }, "end": { - "line": 2495, + "line": 2521, "column": 38 } } @@ -142583,16 +143384,16 @@ ], "kind": "let", "range": [ - 76350, - 76381 + 77218, + 77249 ], "loc": { "start": { - "line": 2495, + "line": 2521, "column": 8 }, "end": { - "line": 2495, + "line": 2521, "column": 39 } } @@ -142606,16 +143407,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 76394, - 76401 + 77262, + 77269 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 12 }, "end": { - "line": 2496, + "line": 2522, "column": 19 } } @@ -142626,16 +143427,16 @@ "type": "Identifier", "name": "tag", "range": [ - 76404, - 76407 + 77272, + 77275 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 22 }, "end": { - "line": 2496, + "line": 2522, "column": 25 } } @@ -142645,16 +143446,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76408, - 76411 + 77276, + 77279 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 26 }, "end": { - "line": 2496, + "line": 2522, "column": 29 } } @@ -142664,47 +143465,47 @@ "value": "col", "raw": "'col'", "range": [ - 76413, - 76418 + 77281, + 77286 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 31 }, "end": { - "line": 2496, + "line": 2522, "column": 36 } } } ], "range": [ - 76404, - 76419 + 77272, + 77287 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 22 }, "end": { - "line": 2496, + "line": 2522, "column": 37 } } }, "range": [ - 76394, - 76419 + 77262, + 77287 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 12 }, "end": { - "line": 2496, + "line": 2522, "column": 37 } } @@ -142712,16 +143513,16 @@ ], "kind": "let", "range": [ - 76390, - 76420 + 77258, + 77288 ], "loc": { "start": { - "line": 2496, + "line": 2522, "column": 8 }, "end": { - "line": 2496, + "line": 2522, "column": 38 } } @@ -142735,16 +143536,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 76433, - 76445 + 77301, + 77313 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 12 }, "end": { - "line": 2497, + "line": 2523, "column": 24 } } @@ -142759,16 +143560,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 76448, - 76455 + 77316, + 77323 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 27 }, "end": { - "line": 2497, + "line": 2523, "column": 34 } } @@ -142777,31 +143578,31 @@ "type": "Identifier", "name": "length", "range": [ - 76456, - 76462 + 77324, + 77330 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 35 }, "end": { - "line": 2497, + "line": 2523, "column": 41 } } }, "range": [ - 76448, - 76462 + 77316, + 77330 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 27 }, "end": { - "line": 2497, + "line": 2523, "column": 41 } } @@ -142811,46 +143612,46 @@ "value": 0, "raw": "0", "range": [ - 76465, - 76466 + 77333, + 77334 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 44 }, "end": { - "line": 2497, + "line": 2523, "column": 45 } } }, "range": [ - 76448, - 76466 + 77316, + 77334 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 27 }, "end": { - "line": 2497, + "line": 2523, "column": 45 } } }, "range": [ - 76433, - 76466 + 77301, + 77334 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 12 }, "end": { - "line": 2497, + "line": 2523, "column": 45 } } @@ -142858,16 +143659,16 @@ ], "kind": "let", "range": [ - 76429, - 76467 + 77297, + 77335 ], "loc": { "start": { - "line": 2497, + "line": 2523, "column": 8 }, "end": { - "line": 2497, + "line": 2523, "column": 46 } } @@ -142881,16 +143682,16 @@ "type": "Identifier", "name": "frag", "range": [ - 76480, - 76484 + 77348, + 77352 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 12 }, "end": { - "line": 2498, + "line": 2524, "column": 16 } } @@ -142904,32 +143705,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 76488, - 76500 + 77356, + 77368 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 20 }, "end": { - "line": 2498, + "line": 2524, "column": 32 } } }, "prefix": true, "range": [ - 76487, - 76500 + 77355, + 77368 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 19 }, "end": { - "line": 2498, + "line": 2524, "column": 32 } } @@ -142943,16 +143744,16 @@ "type": "Identifier", "name": "doc", "range": [ - 76503, - 76506 + 77371, + 77374 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 35 }, "end": { - "line": 2498, + "line": 2524, "column": 38 } } @@ -142961,47 +143762,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 76507, - 76529 + 77375, + 77397 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 39 }, "end": { - "line": 2498, + "line": 2524, "column": 61 } } }, "range": [ - 76503, - 76529 + 77371, + 77397 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 35 }, "end": { - "line": 2498, + "line": 2524, "column": 61 } } }, "arguments": [], "range": [ - 76503, - 76531 + 77371, + 77399 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 35 }, "end": { - "line": 2498, + "line": 2524, "column": 63 } } @@ -143011,46 +143812,46 @@ "value": null, "raw": "null", "range": [ - 76534, - 76538 + 77402, + 77406 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 66 }, "end": { - "line": 2498, + "line": 2524, "column": 70 } } }, "range": [ - 76487, - 76538 + 77355, + 77406 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 19 }, "end": { - "line": 2498, + "line": 2524, "column": 70 } } }, "range": [ - 76480, - 76538 + 77348, + 77406 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 12 }, "end": { - "line": 2498, + "line": 2524, "column": 70 } } @@ -143058,16 +143859,16 @@ ], "kind": "let", "range": [ - 76476, - 76539 + 77344, + 77407 ], "loc": { "start": { - "line": 2498, + "line": 2524, "column": 8 }, "end": { - "line": 2498, + "line": 2524, "column": 71 } } @@ -143083,16 +143884,16 @@ "type": "Identifier", "name": "k", "range": [ - 76557, - 76558 + 77425, + 77426 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 17 }, "end": { - "line": 2499, + "line": 2525, "column": 18 } } @@ -143102,31 +143903,31 @@ "value": 0, "raw": "0", "range": [ - 76561, - 76562 + 77429, + 77430 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 21 }, "end": { - "line": 2499, + "line": 2525, "column": 22 } } }, "range": [ - 76557, - 76562 + 77425, + 77430 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 17 }, "end": { - "line": 2499, + "line": 2525, "column": 22 } } @@ -143134,16 +143935,16 @@ ], "kind": "let", "range": [ - 76553, - 76562 + 77421, + 77430 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 13 }, "end": { - "line": 2499, + "line": 2525, "column": 22 } } @@ -143155,16 +143956,16 @@ "type": "Identifier", "name": "k", "range": [ - 76564, - 76565 + 77432, + 77433 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 24 }, "end": { - "line": 2499, + "line": 2525, "column": 25 } } @@ -143173,31 +143974,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 76568, - 76574 + 77436, + 77442 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 28 }, "end": { - "line": 2499, + "line": 2525, "column": 34 } } }, "range": [ - 76564, - 76574 + 77432, + 77442 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 24 }, "end": { - "line": 2499, + "line": 2525, "column": 34 } } @@ -143209,32 +144010,32 @@ "type": "Identifier", "name": "k", "range": [ - 76576, - 76577 + 77444, + 77445 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 36 }, "end": { - "line": 2499, + "line": 2525, "column": 37 } } }, "prefix": false, "range": [ - 76576, - 76579 + 77444, + 77447 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 36 }, "end": { - "line": 2499, + "line": 2525, "column": 39 } } @@ -143251,32 +144052,32 @@ "type": "Identifier", "name": "col", "range": [ - 76599, - 76602 + 77467, + 77470 ], "loc": { "start": { - "line": 2500, + "line": 2526, "column": 16 }, "end": { - "line": 2500, + "line": 2526, "column": 19 } } }, "init": null, "range": [ - 76599, - 76602 + 77467, + 77470 ], "loc": { "start": { - "line": 2500, + "line": 2526, "column": 16 }, "end": { - "line": 2500, + "line": 2526, "column": 19 } } @@ -143284,16 +144085,16 @@ ], "kind": "let", "range": [ - 76595, - 76603 + 77463, + 77471 ], "loc": { "start": { - "line": 2500, + "line": 2526, "column": 12 }, "end": { - "line": 2500, + "line": 2526, "column": 20 } } @@ -143304,16 +144105,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 76620, - 76632 + 77488, + 77500 ], "loc": { "start": { - "line": 2501, + "line": 2527, "column": 16 }, "end": { - "line": 2501, + "line": 2527, "column": 28 } } @@ -143330,16 +144131,16 @@ "type": "Identifier", "name": "col", "range": [ - 76652, - 76655 + 77520, + 77523 ], "loc": { "start": { - "line": 2502, + "line": 2528, "column": 16 }, "end": { - "line": 2502, + "line": 2528, "column": 19 } } @@ -143351,16 +144152,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 76658, - 76665 + 77526, + 77533 ], "loc": { "start": { - "line": 2502, + "line": 2528, "column": 22 }, "end": { - "line": 2502, + "line": 2528, "column": 29 } } @@ -143369,77 +144170,77 @@ "type": "Identifier", "name": "k", "range": [ - 76666, - 76667 + 77534, + 77535 ], "loc": { "start": { - "line": 2502, + "line": 2528, "column": 30 }, "end": { - "line": 2502, + "line": 2528, "column": 31 } } }, "range": [ - 76658, - 76668 + 77526, + 77536 ], "loc": { "start": { - "line": 2502, + "line": 2528, "column": 22 }, "end": { - "line": 2502, + "line": 2528, "column": 32 } } }, "range": [ - 76652, - 76668 + 77520, + 77536 ], "loc": { "start": { - "line": 2502, + "line": 2528, "column": 16 }, "end": { - "line": 2502, + "line": 2528, "column": 32 } } }, "range": [ - 76652, - 76669 + 77520, + 77537 ], "loc": { "start": { - "line": 2502, + "line": 2528, "column": 16 }, "end": { - "line": 2502, + "line": 2528, "column": 33 } } } ], "range": [ - 76634, - 76683 + 77502, + 77551 ], "loc": { "start": { - "line": 2501, + "line": 2527, "column": 30 }, "end": { - "line": 2503, + "line": 2529, "column": 13 } } @@ -143456,16 +144257,16 @@ "type": "Identifier", "name": "col", "range": [ - 76707, - 76710 + 77575, + 77578 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 16 }, "end": { - "line": 2504, + "line": 2530, "column": 19 } } @@ -143476,16 +144277,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 76713, - 76722 + 77581, + 77590 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 22 }, "end": { - "line": 2504, + "line": 2530, "column": 31 } } @@ -143496,16 +144297,16 @@ "value": "col", "raw": "'col'", "range": [ - 76723, - 76728 + 77591, + 77596 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 32 }, "end": { - "line": 2504, + "line": 2530, "column": 37 } } @@ -143518,16 +144319,16 @@ "value": "id", "raw": "'id'", "range": [ - 76731, - 76735 + 77599, + 77603 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 40 }, "end": { - "line": 2504, + "line": 2530, "column": 44 } } @@ -143544,16 +144345,16 @@ "object": { "type": "ThisExpression", "range": [ - 76737, - 76741 + 77605, + 77609 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 46 }, "end": { - "line": 2504, + "line": 2530, "column": 50 } } @@ -143562,31 +144363,31 @@ "type": "Identifier", "name": "id", "range": [ - 76742, - 76744 + 77610, + 77612 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 51 }, "end": { - "line": 2504, + "line": 2530, "column": 53 } } }, "range": [ - 76737, - 76744 + 77605, + 77612 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 46 }, "end": { - "line": 2504, + "line": 2530, "column": 53 } } @@ -143596,31 +144397,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 76747, - 76754 + 77615, + 77622 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 56 }, "end": { - "line": 2504, + "line": 2530, "column": 63 } } }, "range": [ - 76737, - 76754 + 77605, + 77622 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 46 }, "end": { - "line": 2504, + "line": 2530, "column": 63 } } @@ -143629,93 +144430,93 @@ "type": "Identifier", "name": "k", "range": [ - 76757, - 76758 + 77625, + 77626 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 66 }, "end": { - "line": 2504, + "line": 2530, "column": 67 } } }, "range": [ - 76737, - 76758 + 77605, + 77626 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 46 }, "end": { - "line": 2504, + "line": 2530, "column": 67 } } } ], "range": [ - 76730, - 76759 + 77598, + 77627 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 39 }, "end": { - "line": 2504, + "line": 2530, "column": 68 } } } ], "range": [ - 76713, - 76760 + 77581, + 77628 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 22 }, "end": { - "line": 2504, + "line": 2530, "column": 69 } } }, "range": [ - 76707, - 76760 + 77575, + 77628 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 16 }, "end": { - "line": 2504, + "line": 2530, "column": 69 } } }, "range": [ - 76707, - 76761 + 77575, + 77629 ], "loc": { "start": { - "line": 2504, + "line": 2530, "column": 16 }, "end": { - "line": 2504, + "line": 2530, "column": 70 } } @@ -143731,16 +144532,16 @@ "type": "Identifier", "name": "frag", "range": [ - 76778, - 76782 + 77646, + 77650 ], "loc": { "start": { - "line": 2505, + "line": 2531, "column": 16 }, "end": { - "line": 2505, + "line": 2531, "column": 20 } } @@ -143749,31 +144550,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 76783, - 76794 + 77651, + 77662 ], "loc": { "start": { - "line": 2505, + "line": 2531, "column": 21 }, "end": { - "line": 2505, + "line": 2531, "column": 32 } } }, "range": [ - 76778, - 76794 + 77646, + 77662 ], "loc": { "start": { - "line": 2505, + "line": 2531, "column": 16 }, "end": { - "line": 2505, + "line": 2531, "column": 32 } } @@ -143783,78 +144584,78 @@ "type": "Identifier", "name": "col", "range": [ - 76795, - 76798 + 77663, + 77666 ], "loc": { "start": { - "line": 2505, + "line": 2531, "column": 33 }, "end": { - "line": 2505, + "line": 2531, "column": 36 } } } ], "range": [ - 76778, - 76799 + 77646, + 77667 ], "loc": { "start": { - "line": 2505, + "line": 2531, "column": 16 }, "end": { - "line": 2505, + "line": 2531, "column": 37 } } }, "range": [ - 76778, - 76800 + 77646, + 77668 ], "loc": { "start": { - "line": 2505, + "line": 2531, "column": 16 }, "end": { - "line": 2505, + "line": 2531, "column": 38 } } } ], "range": [ - 76689, - 76814 + 77557, + 77682 ], "loc": { "start": { - "line": 2503, + "line": 2529, "column": 19 }, "end": { - "line": 2506, + "line": 2532, "column": 13 } } }, "range": [ - 76616, - 76814 + 77484, + 77682 ], "loc": { "start": { - "line": 2501, + "line": 2527, "column": 12 }, "end": { - "line": 2506, + "line": 2532, "column": 13 } } @@ -143874,16 +144675,16 @@ "type": "Identifier", "name": "col", "range": [ - 76827, - 76830 + 77695, + 77698 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 12 }, "end": { - "line": 2507, + "line": 2533, "column": 15 } } @@ -143892,31 +144693,31 @@ "type": "Identifier", "name": "style", "range": [ - 76831, - 76836 + 77699, + 77704 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 16 }, "end": { - "line": 2507, + "line": 2533, "column": 21 } } }, "range": [ - 76827, - 76836 + 77695, + 77704 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 12 }, "end": { - "line": 2507, + "line": 2533, "column": 21 } } @@ -143925,31 +144726,31 @@ "type": "Identifier", "name": "width", "range": [ - 76837, - 76842 + 77705, + 77710 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 22 }, "end": { - "line": 2507, + "line": 2533, "column": 27 } } }, "range": [ - 76827, - 76842 + 77695, + 77710 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 12 }, "end": { - "line": 2507, + "line": 2533, "column": 27 } } @@ -143961,16 +144762,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 76845, - 76854 + 77713, + 77722 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 30 }, "end": { - "line": 2507, + "line": 2533, "column": 39 } } @@ -143979,92 +144780,92 @@ "type": "Identifier", "name": "k", "range": [ - 76855, - 76856 + 77723, + 77724 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 40 }, "end": { - "line": 2507, + "line": 2533, "column": 41 } } }, "range": [ - 76845, - 76857 + 77713, + 77725 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 30 }, "end": { - "line": 2507, + "line": 2533, "column": 42 } } }, "range": [ - 76827, - 76857 + 77695, + 77725 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 12 }, "end": { - "line": 2507, + "line": 2533, "column": 42 } } }, "range": [ - 76827, - 76858 + 77695, + 77726 ], "loc": { "start": { - "line": 2507, + "line": 2533, "column": 12 }, "end": { - "line": 2507, + "line": 2533, "column": 43 } } } ], "range": [ - 76581, - 76868 + 77449, + 77736 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 41 }, "end": { - "line": 2508, + "line": 2534, "column": 9 } } }, "range": [ - 76548, - 76868 + 77416, + 77736 ], "loc": { "start": { - "line": 2499, + "line": 2525, "column": 8 }, "end": { - "line": 2508, + "line": 2534, "column": 9 } } @@ -144078,32 +144879,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 76882, - 76894 + 77750, + 77762 ], "loc": { "start": { - "line": 2509, + "line": 2535, "column": 13 }, "end": { - "line": 2509, + "line": 2535, "column": 25 } } }, "prefix": true, "range": [ - 76881, - 76894 + 77749, + 77762 ], "loc": { "start": { - "line": 2509, + "line": 2535, "column": 12 }, "end": { - "line": 2509, + "line": 2535, "column": 25 } } @@ -144122,16 +144923,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76910, - 76913 + 77778, + 77781 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 12 }, "end": { - "line": 2510, + "line": 2536, "column": 15 } } @@ -144140,31 +144941,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 76914, - 76926 + 77782, + 77794 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 16 }, "end": { - "line": 2510, + "line": 2536, "column": 28 } } }, "range": [ - 76910, - 76926 + 77778, + 77794 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 12 }, "end": { - "line": 2510, + "line": 2536, "column": 28 } } @@ -144174,16 +144975,16 @@ "type": "Identifier", "name": "frag", "range": [ - 76927, - 76931 + 77795, + 77799 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 29 }, "end": { - "line": 2510, + "line": 2536, "column": 33 } } @@ -144195,16 +144996,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 76933, - 76936 + 77801, + 77804 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 35 }, "end": { - "line": 2510, + "line": 2536, "column": 38 } } @@ -144213,110 +145014,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 76937, - 76947 + 77805, + 77815 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 39 }, "end": { - "line": 2510, + "line": 2536, "column": 49 } } }, "range": [ - 76933, - 76947 + 77801, + 77815 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 35 }, "end": { - "line": 2510, + "line": 2536, "column": 49 } } } ], "range": [ - 76910, - 76948 + 77778, + 77816 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 12 }, "end": { - "line": 2510, + "line": 2536, "column": 50 } } }, "range": [ - 76910, - 76949 + 77778, + 77817 ], "loc": { "start": { - "line": 2510, + "line": 2536, "column": 12 }, "end": { - "line": 2510, + "line": 2536, "column": 51 } } } ], "range": [ - 76896, - 76959 + 77764, + 77827 ], "loc": { "start": { - "line": 2509, + "line": 2535, "column": 27 }, "end": { - "line": 2511, + "line": 2537, "column": 9 } } }, "alternate": null, "range": [ - 76877, - 76959 + 77745, + 77827 ], "loc": { "start": { - "line": 2509, + "line": 2535, "column": 8 }, "end": { - "line": 2511, + "line": 2537, "column": 9 } } } ], "range": [ - 76209, - 76965 + 77077, + 77833 ], "loc": { "start": { - "line": 2488, + "line": 2514, "column": 22 }, "end": { - "line": 2512, + "line": 2538, "column": 5 } } @@ -144324,16 +145125,16 @@ "generator": false, "expression": false, "range": [ - 76203, - 76965 + 77071, + 77833 ], "loc": { "start": { - "line": 2488, + "line": 2514, "column": 16 }, "end": { - "line": 2512, + "line": 2538, "column": 5 } } @@ -144341,16 +145142,16 @@ "kind": "method", "computed": false, "range": [ - 76191, - 76965 + 77059, + 77833 ], "loc": { "start": { - "line": 2488, + "line": 2514, "column": 4 }, "end": { - "line": 2512, + "line": 2538, "column": 5 } }, @@ -144359,16 +145160,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76082, - 76186 + 76950, + 77054 ], "loc": { "start": { - "line": 2484, + "line": 2510, "column": 4 }, "end": { - "line": 2487, + "line": 2513, "column": 7 } } @@ -144379,16 +145180,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 76971, - 77023 + 77839, + 77891 ], "loc": { "start": { - "line": 2514, + "line": 2540, "column": 4 }, "end": { - "line": 2516, + "line": 2542, "column": 7 } } @@ -144402,16 +145203,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 77028, - 77045 + 77896, + 77913 ], "loc": { "start": { - "line": 2517, + "line": 2543, "column": 4 }, "end": { - "line": 2517, + "line": 2543, "column": 21 } } @@ -144434,16 +145235,16 @@ "object": { "type": "ThisExpression", "range": [ - 77063, - 77067 + 77931, + 77935 ], "loc": { "start": { - "line": 2518, + "line": 2544, "column": 13 }, "end": { - "line": 2518, + "line": 2544, "column": 17 } } @@ -144452,47 +145253,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 77068, - 77082 + 77936, + 77950 ], "loc": { "start": { - "line": 2518, + "line": 2544, "column": 18 }, "end": { - "line": 2518, + "line": 2544, "column": 32 } } }, "range": [ - 77063, - 77082 + 77931, + 77950 ], "loc": { "start": { - "line": 2518, + "line": 2544, "column": 13 }, "end": { - "line": 2518, + "line": 2544, "column": 32 } } }, "prefix": true, "range": [ - 77062, - 77082 + 77930, + 77950 ], "loc": { "start": { - "line": 2518, + "line": 2544, "column": 12 }, "end": { - "line": 2518, + "line": 2544, "column": 32 } } @@ -144504,48 +145305,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 77098, - 77105 + 77966, + 77973 ], "loc": { "start": { - "line": 2519, + "line": 2545, "column": 12 }, "end": { - "line": 2519, + "line": 2545, "column": 19 } } } ], "range": [ - 77084, - 77115 + 77952, + 77983 ], "loc": { "start": { - "line": 2518, + "line": 2544, "column": 34 }, "end": { - "line": 2520, + "line": 2546, "column": 9 } } }, "alternate": null, "range": [ - 77058, - 77115 + 77926, + 77983 ], "loc": { "start": { - "line": 2518, + "line": 2544, "column": 8 }, "end": { - "line": 2520, + "line": 2546, "column": 9 } } @@ -144559,16 +145360,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 77128, - 77134 + 77996, + 78002 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 12 }, "end": { - "line": 2521, + "line": 2547, "column": 18 } } @@ -144581,16 +145382,16 @@ "object": { "type": "ThisExpression", "range": [ - 77137, - 77141 + 78005, + 78009 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 21 }, "end": { - "line": 2521, + "line": 2547, "column": 25 } } @@ -144599,31 +145400,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 77142, - 77151 + 78010, + 78019 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 26 }, "end": { - "line": 2521, + "line": 2547, "column": 35 } } }, "range": [ - 77137, - 77151 + 78005, + 78019 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 21 }, "end": { - "line": 2521, + "line": 2547, "column": 35 } } @@ -144634,47 +145435,47 @@ "value": true, "raw": "true", "range": [ - 77152, - 77156 + 78020, + 78024 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 36 }, "end": { - "line": 2521, + "line": 2547, "column": 40 } } } ], "range": [ - 77137, - 77157 + 78005, + 78025 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 21 }, "end": { - "line": 2521, + "line": 2547, "column": 41 } } }, "range": [ - 77128, - 77157 + 77996, + 78025 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 12 }, "end": { - "line": 2521, + "line": 2547, "column": 41 } } @@ -144682,16 +145483,16 @@ ], "kind": "let", "range": [ - 77124, - 77158 + 77992, + 78026 ], "loc": { "start": { - "line": 2521, + "line": 2547, "column": 8 }, "end": { - "line": 2521, + "line": 2547, "column": 42 } } @@ -144707,16 +145508,16 @@ "type": "Identifier", "name": "i", "range": [ - 77176, - 77177 + 78044, + 78045 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 17 }, "end": { - "line": 2522, + "line": 2548, "column": 18 } } @@ -144726,31 +145527,31 @@ "value": 0, "raw": "0", "range": [ - 77180, - 77181 + 78048, + 78049 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 21 }, "end": { - "line": 2522, + "line": 2548, "column": 22 } } }, "range": [ - 77176, - 77181 + 78044, + 78049 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 17 }, "end": { - "line": 2522, + "line": 2548, "column": 22 } } @@ -144761,16 +145562,16 @@ "type": "Identifier", "name": "len", "range": [ - 77183, - 77186 + 78051, + 78054 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 24 }, "end": { - "line": 2522, + "line": 2548, "column": 27 } } @@ -144784,16 +145585,16 @@ "object": { "type": "ThisExpression", "range": [ - 77189, - 77193 + 78057, + 78061 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 30 }, "end": { - "line": 2522, + "line": 2548, "column": 34 } } @@ -144802,31 +145603,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 77194, - 77205 + 78062, + 78073 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 35 }, "end": { - "line": 2522, + "line": 2548, "column": 46 } } }, "range": [ - 77189, - 77205 + 78057, + 78073 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 30 }, "end": { - "line": 2522, + "line": 2548, "column": 46 } } @@ -144835,46 +145636,46 @@ "type": "Identifier", "name": "length", "range": [ - 77206, - 77212 + 78074, + 78080 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 47 }, "end": { - "line": 2522, + "line": 2548, "column": 53 } } }, "range": [ - 77189, - 77212 + 78057, + 78080 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 30 }, "end": { - "line": 2522, + "line": 2548, "column": 53 } } }, "range": [ - 77183, - 77212 + 78051, + 78080 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 24 }, "end": { - "line": 2522, + "line": 2548, "column": 53 } } @@ -144882,16 +145683,16 @@ ], "kind": "let", "range": [ - 77172, - 77212 + 78040, + 78080 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 13 }, "end": { - "line": 2522, + "line": 2548, "column": 53 } } @@ -144903,16 +145704,16 @@ "type": "Identifier", "name": "i", "range": [ - 77214, - 77215 + 78082, + 78083 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 55 }, "end": { - "line": 2522, + "line": 2548, "column": 56 } } @@ -144921,31 +145722,31 @@ "type": "Identifier", "name": "len", "range": [ - 77218, - 77221 + 78086, + 78089 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 59 }, "end": { - "line": 2522, + "line": 2548, "column": 62 } } }, "range": [ - 77214, - 77221 + 78082, + 78089 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 55 }, "end": { - "line": 2522, + "line": 2548, "column": 62 } } @@ -144957,32 +145758,32 @@ "type": "Identifier", "name": "i", "range": [ - 77223, - 77224 + 78091, + 78092 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 64 }, "end": { - "line": 2522, + "line": 2548, "column": 65 } } }, "prefix": false, "range": [ - 77223, - 77226 + 78091, + 78094 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 64 }, "end": { - "line": 2522, + "line": 2548, "column": 67 } } @@ -144999,16 +145800,16 @@ "type": "Identifier", "name": "row", "range": [ - 77246, - 77249 + 78114, + 78117 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 16 }, "end": { - "line": 2523, + "line": 2549, "column": 19 } } @@ -145022,16 +145823,16 @@ "object": { "type": "ThisExpression", "range": [ - 77252, - 77256 + 78120, + 78124 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 22 }, "end": { - "line": 2523, + "line": 2549, "column": 26 } } @@ -145040,31 +145841,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 77257, - 77268 + 78125, + 78136 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 27 }, "end": { - "line": 2523, + "line": 2549, "column": 38 } } }, "range": [ - 77252, - 77268 + 78120, + 78136 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 22 }, "end": { - "line": 2523, + "line": 2549, "column": 38 } } @@ -145073,46 +145874,46 @@ "type": "Identifier", "name": "i", "range": [ - 77269, - 77270 + 78137, + 78138 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 39 }, "end": { - "line": 2523, + "line": 2549, "column": 40 } } }, "range": [ - 77252, - 77271 + 78120, + 78139 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 22 }, "end": { - "line": 2523, + "line": 2549, "column": 41 } } }, "range": [ - 77246, - 77271 + 78114, + 78139 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 16 }, "end": { - "line": 2523, + "line": 2549, "column": 41 } } @@ -145120,16 +145921,16 @@ ], "kind": "let", "range": [ - 77242, - 77272 + 78110, + 78140 ], "loc": { "start": { - "line": 2523, + "line": 2549, "column": 12 }, "end": { - "line": 2523, + "line": 2549, "column": 42 } }, @@ -145138,16 +145939,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 77285, - 77314 + 78153, + 78182 ], "loc": { "start": { - "line": 2524, + "line": 2550, "column": 12 }, "end": { - "line": 2524, + "line": 2550, "column": 41 } } @@ -145163,16 +145964,16 @@ "type": "Identifier", "name": "row", "range": [ - 77331, - 77334 + 78199, + 78202 ], "loc": { "start": { - "line": 2525, + "line": 2551, "column": 16 }, "end": { - "line": 2525, + "line": 2551, "column": 19 } } @@ -145181,31 +145982,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 77338, - 77344 + 78206, + 78212 ], "loc": { "start": { - "line": 2525, + "line": 2551, "column": 23 }, "end": { - "line": 2525, + "line": 2551, "column": 29 } } }, "range": [ - 77331, - 77344 + 78199, + 78212 ], "loc": { "start": { - "line": 2525, + "line": 2551, "column": 16 }, "end": { - "line": 2525, + "line": 2551, "column": 29 } } @@ -145223,16 +146024,16 @@ "object": { "type": "ThisExpression", "range": [ - 77364, - 77368 + 78232, + 78236 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 16 }, "end": { - "line": 2526, + "line": 2552, "column": 20 } } @@ -145241,31 +146042,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 77369, - 77380 + 78237, + 78248 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 21 }, "end": { - "line": 2526, + "line": 2552, "column": 32 } } }, "range": [ - 77364, - 77380 + 78232, + 78248 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 16 }, "end": { - "line": 2526, + "line": 2552, "column": 32 } } @@ -145275,16 +146076,16 @@ "type": "Identifier", "name": "row", "range": [ - 77381, - 77384 + 78249, + 78252 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 33 }, "end": { - "line": 2526, + "line": 2552, "column": 36 } } @@ -145294,79 +146095,79 @@ "value": true, "raw": "true", "range": [ - 77386, - 77390 + 78254, + 78258 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 38 }, "end": { - "line": 2526, + "line": 2552, "column": 42 } } } ], "range": [ - 77364, - 77391 + 78232, + 78259 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 16 }, "end": { - "line": 2526, + "line": 2552, "column": 43 } } }, "range": [ - 77364, - 77392 + 78232, + 78260 ], "loc": { "start": { - "line": 2526, + "line": 2552, "column": 16 }, "end": { - "line": 2526, + "line": 2552, "column": 44 } } } ], "range": [ - 77346, - 77406 + 78214, + 78274 ], "loc": { "start": { - "line": 2525, + "line": 2551, "column": 31 }, "end": { - "line": 2527, + "line": 2553, "column": 13 } } }, "alternate": null, "range": [ - 77327, - 77406 + 78195, + 78274 ], "loc": { "start": { - "line": 2525, + "line": 2551, "column": 12 }, "end": { - "line": 2527, + "line": 2553, "column": 13 } }, @@ -145375,16 +146176,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 77285, - 77314 + 78153, + 78182 ], "loc": { "start": { - "line": 2524, + "line": 2550, "column": 12 }, "end": { - "line": 2524, + "line": 2550, "column": 41 } } @@ -145393,47 +146194,47 @@ } ], "range": [ - 77228, - 77416 + 78096, + 78284 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 69 }, "end": { - "line": 2528, + "line": 2554, "column": 9 } } }, "range": [ - 77167, - 77416 + 78035, + 78284 ], "loc": { "start": { - "line": 2522, + "line": 2548, "column": 8 }, "end": { - "line": 2528, + "line": 2554, "column": 9 } } } ], "range": [ - 77048, - 77422 + 77916, + 78290 ], "loc": { "start": { - "line": 2517, + "line": 2543, "column": 24 }, "end": { - "line": 2529, + "line": 2555, "column": 5 } } @@ -145441,16 +146242,16 @@ "generator": false, "expression": false, "range": [ - 77045, - 77422 + 77913, + 78290 ], "loc": { "start": { - "line": 2517, + "line": 2543, "column": 21 }, "end": { - "line": 2529, + "line": 2555, "column": 5 } } @@ -145458,16 +146259,16 @@ "kind": "method", "computed": false, "range": [ - 77028, - 77422 + 77896, + 78290 ], "loc": { "start": { - "line": 2517, + "line": 2543, "column": 4 }, "end": { - "line": 2529, + "line": 2555, "column": 5 } }, @@ -145476,16 +146277,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 76971, - 77023 + 77839, + 77891 ], "loc": { "start": { - "line": 2514, + "line": 2540, "column": 4 }, "end": { - "line": 2516, + "line": 2542, "column": 7 } } @@ -145496,16 +146297,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 77428, - 77476 + 78296, + 78344 ], "loc": { "start": { - "line": 2531, + "line": 2557, "column": 4 }, "end": { - "line": 2533, + "line": 2559, "column": 7 } } @@ -145519,16 +146320,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 77481, - 77493 + 78349, + 78361 ], "loc": { "start": { - "line": 2534, + "line": 2560, "column": 4 }, "end": { - "line": 2534, + "line": 2560, "column": 16 } } @@ -145551,16 +146352,16 @@ "object": { "type": "ThisExpression", "range": [ - 77511, - 77515 + 78379, + 78383 ], "loc": { "start": { - "line": 2535, + "line": 2561, "column": 13 }, "end": { - "line": 2535, + "line": 2561, "column": 17 } } @@ -145569,47 +146370,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 77516, - 77523 + 78384, + 78391 ], "loc": { "start": { - "line": 2535, + "line": 2561, "column": 18 }, "end": { - "line": 2535, + "line": 2561, "column": 25 } } }, "range": [ - 77511, - 77523 + 78379, + 78391 ], "loc": { "start": { - "line": 2535, + "line": 2561, "column": 13 }, "end": { - "line": 2535, + "line": 2561, "column": 25 } } }, "prefix": true, "range": [ - 77510, - 77523 + 78378, + 78391 ], "loc": { "start": { - "line": 2535, + "line": 2561, "column": 12 }, "end": { - "line": 2535, + "line": 2561, "column": 25 } } @@ -145621,48 +146422,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 77539, - 77546 + 78407, + 78414 ], "loc": { "start": { - "line": 2536, + "line": 2562, "column": 12 }, "end": { - "line": 2536, + "line": 2562, "column": 19 } } } ], "range": [ - 77525, - 77556 + 78393, + 78424 ], "loc": { "start": { - "line": 2535, + "line": 2561, "column": 27 }, "end": { - "line": 2537, + "line": 2563, "column": 9 } } }, "alternate": null, "range": [ - 77506, - 77556 + 78374, + 78424 ], "loc": { "start": { - "line": 2535, + "line": 2561, "column": 8 }, "end": { - "line": 2537, + "line": 2563, "column": 9 } } @@ -145680,16 +146481,16 @@ "object": { "type": "ThisExpression", "range": [ - 77566, - 77570 + 78434, + 78438 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 8 }, "end": { - "line": 2539, + "line": 2565, "column": 12 } } @@ -145698,31 +146499,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 77571, - 77578 + 78439, + 78446 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 13 }, "end": { - "line": 2539, + "line": 2565, "column": 20 } } }, "range": [ - 77566, - 77578 + 78434, + 78446 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 8 }, "end": { - "line": 2539, + "line": 2565, "column": 20 } } @@ -145731,31 +146532,31 @@ "type": "Identifier", "name": "emit", "range": [ - 77579, - 77583 + 78447, + 78451 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 21 }, "end": { - "line": 2539, + "line": 2565, "column": 25 } } }, "range": [ - 77566, - 77583 + 78434, + 78451 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 8 }, "end": { - "line": 2539, + "line": 2565, "column": 25 } } @@ -145766,16 +146567,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 77584, - 77609 + 78452, + 78477 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 26 }, "end": { - "line": 2539, + "line": 2565, "column": 51 } } @@ -145783,47 +146584,47 @@ { "type": "ThisExpression", "range": [ - 77611, - 77615 + 78479, + 78483 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 53 }, "end": { - "line": 2539, + "line": 2565, "column": 57 } } } ], "range": [ - 77566, - 77616 + 78434, + 78484 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 8 }, "end": { - "line": 2539, + "line": 2565, "column": 58 } } }, "range": [ - 77566, - 77617 + 78434, + 78485 ], "loc": { "start": { - "line": 2539, + "line": 2565, "column": 8 }, "end": { - "line": 2539, + "line": 2565, "column": 59 } } @@ -145836,16 +146637,16 @@ "object": { "type": "ThisExpression", "range": [ - 77631, - 77635 + 78499, + 78503 ], "loc": { "start": { - "line": 2541, + "line": 2567, "column": 12 }, "end": { - "line": 2541, + "line": 2567, "column": 16 } } @@ -145854,31 +146655,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 77636, - 77649 + 78504, + 78517 ], "loc": { "start": { - "line": 2541, + "line": 2567, "column": 17 }, "end": { - "line": 2541, + "line": 2567, "column": 30 } } }, "range": [ - 77631, - 77649 + 78499, + 78517 ], "loc": { "start": { - "line": 2541, + "line": 2567, "column": 12 }, "end": { - "line": 2541, + "line": 2567, "column": 30 } } @@ -145899,16 +146700,16 @@ "object": { "type": "ThisExpression", "range": [ - 77665, - 77669 + 78533, + 78537 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 12 }, "end": { - "line": 2542, + "line": 2568, "column": 16 } } @@ -145917,31 +146718,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 77670, - 77683 + 78538, + 78551 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 17 }, "end": { - "line": 2542, + "line": 2568, "column": 30 } } }, "range": [ - 77665, - 77683 + 78533, + 78551 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 12 }, "end": { - "line": 2542, + "line": 2568, "column": 30 } } @@ -145950,31 +146751,31 @@ "type": "Identifier", "name": "call", "range": [ - 77684, - 77688 + 78552, + 78556 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 31 }, "end": { - "line": 2542, + "line": 2568, "column": 35 } } }, "range": [ - 77665, - 77688 + 78533, + 78556 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 12 }, "end": { - "line": 2542, + "line": 2568, "column": 35 } } @@ -145985,16 +146786,16 @@ "value": null, "raw": "null", "range": [ - 77689, - 77693 + 78557, + 78561 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 36 }, "end": { - "line": 2542, + "line": 2568, "column": 40 } } @@ -146002,16 +146803,16 @@ { "type": "ThisExpression", "range": [ - 77695, - 77699 + 78563, + 78567 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 42 }, "end": { - "line": 2542, + "line": 2568, "column": 46 } } @@ -146024,16 +146825,16 @@ "object": { "type": "ThisExpression", "range": [ - 77701, - 77705 + 78569, + 78573 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 48 }, "end": { - "line": 2542, + "line": 2568, "column": 52 } } @@ -146042,110 +146843,110 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 77706, - 77721 + 78574, + 78589 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 53 }, "end": { - "line": 2542, + "line": 2568, "column": 68 } } }, "range": [ - 77701, - 77721 + 78569, + 78589 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 48 }, "end": { - "line": 2542, + "line": 2568, "column": 68 } } }, "arguments": [], "range": [ - 77701, - 77723 + 78569, + 78591 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 48 }, "end": { - "line": 2542, + "line": 2568, "column": 70 } } } ], "range": [ - 77665, - 77724 + 78533, + 78592 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 12 }, "end": { - "line": 2542, + "line": 2568, "column": 71 } } }, "range": [ - 77665, - 77725 + 78533, + 78593 ], "loc": { "start": { - "line": 2542, + "line": 2568, "column": 12 }, "end": { - "line": 2542, + "line": 2568, "column": 72 } } } ], "range": [ - 77651, - 77735 + 78519, + 78603 ], "loc": { "start": { - "line": 2541, + "line": 2567, "column": 32 }, "end": { - "line": 2543, + "line": 2569, "column": 9 } } }, "alternate": null, "range": [ - 77627, - 77735 + 78495, + 78603 ], "loc": { "start": { - "line": 2541, + "line": 2567, "column": 8 }, "end": { - "line": 2543, + "line": 2569, "column": 9 } } @@ -146161,16 +146962,16 @@ "type": "Identifier", "name": "i", "range": [ - 77753, - 77754 + 78621, + 78622 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 17 }, "end": { - "line": 2544, + "line": 2570, "column": 18 } } @@ -146180,31 +146981,31 @@ "value": 0, "raw": "0", "range": [ - 77757, - 77758 + 78625, + 78626 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 21 }, "end": { - "line": 2544, + "line": 2570, "column": 22 } } }, "range": [ - 77753, - 77758 + 78621, + 78626 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 17 }, "end": { - "line": 2544, + "line": 2570, "column": 22 } } @@ -146215,16 +147016,16 @@ "type": "Identifier", "name": "len", "range": [ - 77760, - 77763 + 78628, + 78631 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 24 }, "end": { - "line": 2544, + "line": 2570, "column": 27 } } @@ -146238,16 +147039,16 @@ "object": { "type": "ThisExpression", "range": [ - 77766, - 77770 + 78634, + 78638 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 30 }, "end": { - "line": 2544, + "line": 2570, "column": 34 } } @@ -146256,31 +147057,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 77771, - 77777 + 78639, + 78645 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 35 }, "end": { - "line": 2544, + "line": 2570, "column": 41 } } }, "range": [ - 77766, - 77777 + 78634, + 78645 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 30 }, "end": { - "line": 2544, + "line": 2570, "column": 41 } } @@ -146289,46 +147090,46 @@ "type": "Identifier", "name": "length", "range": [ - 77778, - 77784 + 78646, + 78652 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 42 }, "end": { - "line": 2544, + "line": 2570, "column": 48 } } }, "range": [ - 77766, - 77784 + 78634, + 78652 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 30 }, "end": { - "line": 2544, + "line": 2570, "column": 48 } } }, "range": [ - 77760, - 77784 + 78628, + 78652 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 24 }, "end": { - "line": 2544, + "line": 2570, "column": 48 } } @@ -146336,16 +147137,16 @@ ], "kind": "let", "range": [ - 77749, - 77784 + 78617, + 78652 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 13 }, "end": { - "line": 2544, + "line": 2570, "column": 48 } } @@ -146357,16 +147158,16 @@ "type": "Identifier", "name": "i", "range": [ - 77786, - 77787 + 78654, + 78655 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 50 }, "end": { - "line": 2544, + "line": 2570, "column": 51 } } @@ -146375,31 +147176,31 @@ "type": "Identifier", "name": "len", "range": [ - 77790, - 77793 + 78658, + 78661 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 54 }, "end": { - "line": 2544, + "line": 2570, "column": 57 } } }, "range": [ - 77786, - 77793 + 78654, + 78661 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 50 }, "end": { - "line": 2544, + "line": 2570, "column": 57 } } @@ -146411,32 +147212,32 @@ "type": "Identifier", "name": "i", "range": [ - 77795, - 77796 + 78663, + 78664 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 59 }, "end": { - "line": 2544, + "line": 2570, "column": 60 } } }, "prefix": false, "range": [ - 77795, - 77798 + 78663, + 78666 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 59 }, "end": { - "line": 2544, + "line": 2570, "column": 62 } } @@ -146454,16 +147255,16 @@ "object": { "type": "ThisExpression", "range": [ - 77814, - 77818 + 78682, + 78686 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 12 }, "end": { - "line": 2545, + "line": 2571, "column": 16 } } @@ -146472,31 +147273,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 77819, - 77833 + 78687, + 78701 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 17 }, "end": { - "line": 2545, + "line": 2571, "column": 31 } } }, "range": [ - 77814, - 77833 + 78682, + 78701 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 12 }, "end": { - "line": 2545, + "line": 2571, "column": 31 } } @@ -146506,16 +147307,16 @@ "type": "Identifier", "name": "i", "range": [ - 77834, - 77835 + 78702, + 78703 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 32 }, "end": { - "line": 2545, + "line": 2571, "column": 33 } } @@ -146525,78 +147326,78 @@ "value": "", "raw": "''", "range": [ - 77837, - 77839 + 78705, + 78707 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 35 }, "end": { - "line": 2545, + "line": 2571, "column": 37 } } } ], "range": [ - 77814, - 77840 + 78682, + 78708 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 12 }, "end": { - "line": 2545, + "line": 2571, "column": 38 } } }, "range": [ - 77814, - 77841 + 78682, + 78709 ], "loc": { "start": { - "line": 2545, + "line": 2571, "column": 12 }, "end": { - "line": 2545, + "line": 2571, "column": 39 } } } ], "range": [ - 77800, - 77851 + 78668, + 78719 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 64 }, "end": { - "line": 2546, + "line": 2572, "column": 9 } } }, "range": [ - 77744, - 77851 + 78612, + 78719 ], "loc": { "start": { - "line": 2544, + "line": 2570, "column": 8 }, "end": { - "line": 2546, + "line": 2572, "column": 9 } } @@ -146611,16 +147412,16 @@ "object": { "type": "ThisExpression", "range": [ - 77861, - 77865 + 78729, + 78733 ], "loc": { "start": { - "line": 2548, + "line": 2574, "column": 8 }, "end": { - "line": 2548, + "line": 2574, "column": 12 } } @@ -146629,62 +147430,62 @@ "type": "Identifier", "name": "filter", "range": [ - 77866, - 77872 + 78734, + 78740 ], "loc": { "start": { - "line": 2548, + "line": 2574, "column": 13 }, "end": { - "line": 2548, + "line": 2574, "column": 19 } } }, "range": [ - 77861, - 77872 + 78729, + 78740 ], "loc": { "start": { - "line": 2548, + "line": 2574, "column": 8 }, "end": { - "line": 2548, + "line": 2574, "column": 19 } } }, "arguments": [], "range": [ - 77861, - 77874 + 78729, + 78742 ], "loc": { "start": { - "line": 2548, + "line": 2574, "column": 8 }, "end": { - "line": 2548, + "line": 2574, "column": 21 } } }, "range": [ - 77861, - 77875 + 78729, + 78743 ], "loc": { "start": { - "line": 2548, + "line": 2574, "column": 8 }, "end": { - "line": 2548, + "line": 2574, "column": 22 } } @@ -146697,16 +147498,16 @@ "object": { "type": "ThisExpression", "range": [ - 77889, - 77893 + 78757, + 78761 ], "loc": { "start": { - "line": 2550, + "line": 2576, "column": 12 }, "end": { - "line": 2550, + "line": 2576, "column": 16 } } @@ -146715,31 +147516,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 77894, - 77906 + 78762, + 78774 ], "loc": { "start": { - "line": 2550, + "line": 2576, "column": 17 }, "end": { - "line": 2550, + "line": 2576, "column": 29 } } }, "range": [ - 77889, - 77906 + 78757, + 78774 ], "loc": { "start": { - "line": 2550, + "line": 2576, "column": 12 }, "end": { - "line": 2550, + "line": 2576, "column": 29 } } @@ -146760,16 +147561,16 @@ "object": { "type": "ThisExpression", "range": [ - 77922, - 77926 + 78790, + 78794 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 12 }, "end": { - "line": 2551, + "line": 2577, "column": 16 } } @@ -146778,31 +147579,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 77927, - 77939 + 78795, + 78807 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 17 }, "end": { - "line": 2551, + "line": 2577, "column": 29 } } }, "range": [ - 77922, - 77939 + 78790, + 78807 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 12 }, "end": { - "line": 2551, + "line": 2577, "column": 29 } } @@ -146811,31 +147612,31 @@ "type": "Identifier", "name": "call", "range": [ - 77940, - 77944 + 78808, + 78812 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 30 }, "end": { - "line": 2551, + "line": 2577, "column": 34 } } }, "range": [ - 77922, - 77944 + 78790, + 78812 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 12 }, "end": { - "line": 2551, + "line": 2577, "column": 34 } } @@ -146846,16 +147647,16 @@ "value": null, "raw": "null", "range": [ - 77945, - 77949 + 78813, + 78817 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 35 }, "end": { - "line": 2551, + "line": 2577, "column": 39 } } @@ -146863,79 +147664,79 @@ { "type": "ThisExpression", "range": [ - 77951, - 77955 + 78819, + 78823 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 41 }, "end": { - "line": 2551, + "line": 2577, "column": 45 } } } ], "range": [ - 77922, - 77956 + 78790, + 78824 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 12 }, "end": { - "line": 2551, + "line": 2577, "column": 46 } } }, "range": [ - 77922, - 77957 + 78790, + 78825 ], "loc": { "start": { - "line": 2551, + "line": 2577, "column": 12 }, "end": { - "line": 2551, + "line": 2577, "column": 47 } } } ], "range": [ - 77908, - 77967 + 78776, + 78835 ], "loc": { "start": { - "line": 2550, + "line": 2576, "column": 31 }, "end": { - "line": 2552, + "line": 2578, "column": 9 } } }, "alternate": null, "range": [ - 77885, - 77967 + 78753, + 78835 ], "loc": { "start": { - "line": 2550, + "line": 2576, "column": 8 }, "end": { - "line": 2552, + "line": 2578, "column": 9 } } @@ -146953,16 +147754,16 @@ "object": { "type": "ThisExpression", "range": [ - 77976, - 77980 + 78844, + 78848 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 8 }, "end": { - "line": 2553, + "line": 2579, "column": 12 } } @@ -146971,31 +147772,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 77981, - 77988 + 78849, + 78856 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 13 }, "end": { - "line": 2553, + "line": 2579, "column": 20 } } }, "range": [ - 77976, - 77988 + 78844, + 78856 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 8 }, "end": { - "line": 2553, + "line": 2579, "column": 20 } } @@ -147004,31 +147805,31 @@ "type": "Identifier", "name": "emit", "range": [ - 77989, - 77993 + 78857, + 78861 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 21 }, "end": { - "line": 2553, + "line": 2579, "column": 25 } } }, "range": [ - 77976, - 77993 + 78844, + 78861 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 8 }, "end": { - "line": 2553, + "line": 2579, "column": 25 } } @@ -147039,16 +147840,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 77994, - 78018 + 78862, + 78886 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 26 }, "end": { - "line": 2553, + "line": 2579, "column": 50 } } @@ -147056,63 +147857,63 @@ { "type": "ThisExpression", "range": [ - 78020, - 78024 + 78888, + 78892 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 52 }, "end": { - "line": 2553, + "line": 2579, "column": 56 } } } ], "range": [ - 77976, - 78025 + 78844, + 78893 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 8 }, "end": { - "line": 2553, + "line": 2579, "column": 57 } } }, "range": [ - 77976, - 78026 + 78844, + 78894 ], "loc": { "start": { - "line": 2553, + "line": 2579, "column": 8 }, "end": { - "line": 2553, + "line": 2579, "column": 58 } } } ], "range": [ - 77496, - 78032 + 78364, + 78900 ], "loc": { "start": { - "line": 2534, + "line": 2560, "column": 19 }, "end": { - "line": 2554, + "line": 2580, "column": 5 } } @@ -147120,16 +147921,16 @@ "generator": false, "expression": false, "range": [ - 77493, - 78032 + 78361, + 78900 ], "loc": { "start": { - "line": 2534, + "line": 2560, "column": 16 }, "end": { - "line": 2554, + "line": 2580, "column": 5 } } @@ -147137,16 +147938,16 @@ "kind": "method", "computed": false, "range": [ - 77481, - 78032 + 78349, + 78900 ], "loc": { "start": { - "line": 2534, + "line": 2560, "column": 4 }, "end": { - "line": 2554, + "line": 2580, "column": 5 } }, @@ -147155,16 +147956,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 77428, - 77476 + 78296, + 78344 ], "loc": { "start": { - "line": 2531, + "line": 2557, "column": 4 }, "end": { - "line": 2533, + "line": 2559, "column": 7 } } @@ -147175,16 +147976,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78038, - 78116 + 78906, + 78984 ], "loc": { "start": { - "line": 2556, + "line": 2582, "column": 4 }, "end": { - "line": 2558, + "line": 2584, "column": 7 } } @@ -147198,16 +147999,16 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 78121, - 78139 + 78989, + 79007 ], "loc": { "start": { - "line": 2559, + "line": 2585, "column": 4 }, "end": { - "line": 2559, + "line": 2585, "column": 22 } } @@ -147230,16 +148031,16 @@ "type": "Identifier", "name": "i", "range": [ - 78161, - 78162 + 79029, + 79030 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 17 }, "end": { - "line": 2560, + "line": 2586, "column": 18 } } @@ -147249,31 +148050,31 @@ "value": 0, "raw": "0", "range": [ - 78165, - 78166 + 79033, + 79034 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 21 }, "end": { - "line": 2560, + "line": 2586, "column": 22 } } }, "range": [ - 78161, - 78166 + 79029, + 79034 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 17 }, "end": { - "line": 2560, + "line": 2586, "column": 22 } } @@ -147284,16 +148085,16 @@ "type": "Identifier", "name": "len", "range": [ - 78168, - 78171 + 79036, + 79039 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 24 }, "end": { - "line": 2560, + "line": 2586, "column": 27 } } @@ -147306,16 +148107,16 @@ "object": { "type": "ThisExpression", "range": [ - 78174, - 78178 + 79042, + 79046 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 30 }, "end": { - "line": 2560, + "line": 2586, "column": 34 } } @@ -147324,31 +148125,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 78179, - 78189 + 79047, + 79057 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 35 }, "end": { - "line": 2560, + "line": 2586, "column": 45 } } }, "range": [ - 78174, - 78189 + 79042, + 79057 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 30 }, "end": { - "line": 2560, + "line": 2586, "column": 45 } } @@ -147360,16 +148161,16 @@ "object": { "type": "ThisExpression", "range": [ - 78190, - 78194 + 79058, + 79062 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 46 }, "end": { - "line": 2560, + "line": 2586, "column": 50 } } @@ -147378,62 +148179,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 78195, - 78205 + 79063, + 79073 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 51 }, "end": { - "line": 2560, + "line": 2586, "column": 61 } } }, "range": [ - 78190, - 78205 + 79058, + 79073 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 46 }, "end": { - "line": 2560, + "line": 2586, "column": 61 } } } ], "range": [ - 78174, - 78206 + 79042, + 79074 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 30 }, "end": { - "line": 2560, + "line": 2586, "column": 62 } } }, "range": [ - 78168, - 78206 + 79036, + 79074 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 24 }, "end": { - "line": 2560, + "line": 2586, "column": 62 } } @@ -147441,16 +148242,16 @@ ], "kind": "let", "range": [ - 78157, - 78206 + 79025, + 79074 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 13 }, "end": { - "line": 2560, + "line": 2586, "column": 62 } } @@ -147462,16 +148263,16 @@ "type": "Identifier", "name": "i", "range": [ - 78208, - 78209 + 79076, + 79077 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 64 }, "end": { - "line": 2560, + "line": 2586, "column": 65 } } @@ -147480,31 +148281,31 @@ "type": "Identifier", "name": "len", "range": [ - 78212, - 78215 + 79080, + 79083 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 68 }, "end": { - "line": 2560, + "line": 2586, "column": 71 } } }, "range": [ - 78208, - 78215 + 79076, + 79083 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 64 }, "end": { - "line": 2560, + "line": 2586, "column": 71 } } @@ -147516,32 +148317,32 @@ "type": "Identifier", "name": "i", "range": [ - 78217, - 78218 + 79085, + 79086 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 73 }, "end": { - "line": 2560, + "line": 2586, "column": 74 } } }, "prefix": false, "range": [ - 78217, - 78220 + 79085, + 79088 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 73 }, "end": { - "line": 2560, + "line": 2586, "column": 76 } } @@ -147557,16 +148358,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 78236, - 78247 + 79104, + 79115 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 12 }, "end": { - "line": 2561, + "line": 2587, "column": 23 } } @@ -147580,16 +148381,16 @@ "object": { "type": "ThisExpression", "range": [ - 78248, - 78252 + 79116, + 79120 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 24 }, "end": { - "line": 2561, + "line": 2587, "column": 28 } } @@ -147598,31 +148399,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 78253, - 78269 + 79121, + 79137 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 29 }, "end": { - "line": 2561, + "line": 2587, "column": 45 } } }, "range": [ - 78248, - 78269 + 79116, + 79137 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 24 }, "end": { - "line": 2561, + "line": 2587, "column": 45 } } @@ -147632,32 +148433,32 @@ "type": "Identifier", "name": "i", "range": [ - 78270, - 78271 + 79138, + 79139 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 46 }, "end": { - "line": 2561, + "line": 2587, "column": 47 } } } ], "range": [ - 78248, - 78272 + 79116, + 79140 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 24 }, "end": { - "line": 2561, + "line": 2587, "column": 48 } } @@ -147668,16 +148469,16 @@ "object": { "type": "ThisExpression", "range": [ - 78274, - 78278 + 79142, + 79146 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 50 }, "end": { - "line": 2561, + "line": 2587, "column": 54 } } @@ -147686,109 +148487,109 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 78279, - 78300 + 79147, + 79168 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 55 }, "end": { - "line": 2561, + "line": 2587, "column": 76 } } }, "range": [ - 78274, - 78300 + 79142, + 79168 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 50 }, "end": { - "line": 2561, + "line": 2587, "column": 76 } } } ], "range": [ - 78236, - 78301 + 79104, + 79169 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 12 }, "end": { - "line": 2561, + "line": 2587, "column": 77 } } }, "range": [ - 78236, - 78302 + 79104, + 79170 ], "loc": { "start": { - "line": 2561, + "line": 2587, "column": 12 }, "end": { - "line": 2561, + "line": 2587, "column": 78 } } } ], "range": [ - 78222, - 78312 + 79090, + 79180 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 78 }, "end": { - "line": 2562, + "line": 2588, "column": 9 } } }, "range": [ - 78152, - 78312 + 79020, + 79180 ], "loc": { "start": { - "line": 2560, + "line": 2586, "column": 8 }, "end": { - "line": 2562, + "line": 2588, "column": 9 } } } ], "range": [ - 78142, - 78318 + 79010, + 79186 ], "loc": { "start": { - "line": 2559, + "line": 2585, "column": 25 }, "end": { - "line": 2563, + "line": 2589, "column": 5 } } @@ -147796,16 +148597,16 @@ "generator": false, "expression": false, "range": [ - 78139, - 78318 + 79007, + 79186 ], "loc": { "start": { - "line": 2559, + "line": 2585, "column": 22 }, "end": { - "line": 2563, + "line": 2589, "column": 5 } } @@ -147813,16 +148614,16 @@ "kind": "method", "computed": false, "range": [ - 78121, - 78318 + 78989, + 79186 ], "loc": { "start": { - "line": 2559, + "line": 2585, "column": 4 }, "end": { - "line": 2563, + "line": 2589, "column": 5 } }, @@ -147831,16 +148632,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78038, - 78116 + 78906, + 78984 ], "loc": { "start": { - "line": 2556, + "line": 2582, "column": 4 }, "end": { - "line": 2558, + "line": 2584, "column": 7 } } @@ -147851,16 +148652,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 78324, - 78419 + 79192, + 79287 ], "loc": { "start": { - "line": 2565, + "line": 2591, "column": 4 }, "end": { - "line": 2568, + "line": 2594, "column": 7 } } @@ -147874,16 +148675,16 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 78424, - 78440 + 79292, + 79308 ], "loc": { "start": { - "line": 2569, + "line": 2595, "column": 4 }, "end": { - "line": 2569, + "line": 2595, "column": 20 } } @@ -147896,16 +148697,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78441, - 78449 + 79309, + 79317 ], "loc": { "start": { - "line": 2569, + "line": 2595, "column": 21 }, "end": { - "line": 2569, + "line": 2595, "column": 29 } } @@ -147923,16 +148724,16 @@ "type": "Identifier", "name": "header", "range": [ - 78465, - 78471 + 79333, + 79339 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 12 }, "end": { - "line": 2570, + "line": 2596, "column": 18 } } @@ -147945,16 +148746,16 @@ "object": { "type": "ThisExpression", "range": [ - 78474, - 78478 + 79342, + 79346 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 21 }, "end": { - "line": 2570, + "line": 2596, "column": 25 } } @@ -147963,31 +148764,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 78479, - 78495 + 79347, + 79363 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 26 }, "end": { - "line": 2570, + "line": 2596, "column": 42 } } }, "range": [ - 78474, - 78495 + 79342, + 79363 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 21 }, "end": { - "line": 2570, + "line": 2596, "column": 42 } } @@ -147997,47 +148798,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78496, - 78504 + 79364, + 79372 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 43 }, "end": { - "line": 2570, + "line": 2596, "column": 51 } } } ], "range": [ - 78474, - 78505 + 79342, + 79373 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 21 }, "end": { - "line": 2570, + "line": 2596, "column": 52 } } }, "range": [ - 78465, - 78505 + 79333, + 79373 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 12 }, "end": { - "line": 2570, + "line": 2596, "column": 52 } } @@ -148045,16 +148846,16 @@ ], "kind": "let", "range": [ - 78461, - 78506 + 79329, + 79374 ], "loc": { "start": { - "line": 2570, + "line": 2596, "column": 8 }, "end": { - "line": 2570, + "line": 2596, "column": 53 } } @@ -148067,16 +148868,16 @@ "type": "Identifier", "name": "hasClass", "range": [ - 78519, - 78527 + 79387, + 79395 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 12 }, "end": { - "line": 2571, + "line": 2597, "column": 20 } } @@ -148086,16 +148887,16 @@ "type": "Identifier", "name": "header", "range": [ - 78528, - 78534 + 79396, + 79402 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 21 }, "end": { - "line": 2571, + "line": 2597, "column": 27 } } @@ -148106,16 +148907,16 @@ "object": { "type": "ThisExpression", "range": [ - 78536, - 78540 + 79404, + 79408 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 29 }, "end": { - "line": 2571, + "line": 2597, "column": 33 } } @@ -148124,47 +148925,47 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 78541, - 78562 + 79409, + 79430 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 34 }, "end": { - "line": 2571, + "line": 2597, "column": 55 } } }, "range": [ - 78536, - 78562 + 79404, + 79430 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 29 }, "end": { - "line": 2571, + "line": 2597, "column": 55 } } } ], "range": [ - 78519, - 78563 + 79387, + 79431 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 12 }, "end": { - "line": 2571, + "line": 2597, "column": 56 } } @@ -148176,48 +148977,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 78579, - 78586 + 79447, + 79454 ], "loc": { "start": { - "line": 2572, + "line": 2598, "column": 12 }, "end": { - "line": 2572, + "line": 2598, "column": 19 } } } ], "range": [ - 78565, - 78596 + 79433, + 79464 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 58 }, "end": { - "line": 2573, + "line": 2599, "column": 9 } } }, "alternate": null, "range": [ - 78515, - 78596 + 79383, + 79464 ], "loc": { "start": { - "line": 2571, + "line": 2597, "column": 8 }, "end": { - "line": 2573, + "line": 2599, "column": 9 } } @@ -148230,16 +149031,16 @@ "object": { "type": "ThisExpression", "range": [ - 78609, - 78613 + 79477, + 79481 ], "loc": { "start": { - "line": 2574, + "line": 2600, "column": 12 }, "end": { - "line": 2574, + "line": 2600, "column": 16 } } @@ -148248,31 +149049,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 78614, - 78634 + 79482, + 79502 ], "loc": { "start": { - "line": 2574, + "line": 2600, "column": 17 }, "end": { - "line": 2574, + "line": 2600, "column": 37 } } }, "range": [ - 78609, - 78634 + 79477, + 79502 ], "loc": { "start": { - "line": 2574, + "line": 2600, "column": 12 }, "end": { - "line": 2574, + "line": 2600, "column": 37 } } @@ -148293,16 +149094,16 @@ "object": { "type": "ThisExpression", "range": [ - 78650, - 78654 + 79518, + 79522 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 12 }, "end": { - "line": 2575, + "line": 2601, "column": 16 } } @@ -148311,31 +149112,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 78655, - 78675 + 79523, + 79543 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 17 }, "end": { - "line": 2575, + "line": 2601, "column": 37 } } }, "range": [ - 78650, - 78675 + 79518, + 79543 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 12 }, "end": { - "line": 2575, + "line": 2601, "column": 37 } } @@ -148344,31 +149145,31 @@ "type": "Identifier", "name": "call", "range": [ - 78676, - 78680 + 79544, + 79548 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 38 }, "end": { - "line": 2575, + "line": 2601, "column": 42 } } }, "range": [ - 78650, - 78680 + 79518, + 79548 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 12 }, "end": { - "line": 2575, + "line": 2601, "column": 42 } } @@ -148379,16 +149180,16 @@ "value": null, "raw": "null", "range": [ - 78681, - 78685 + 79549, + 79553 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 43 }, "end": { - "line": 2575, + "line": 2601, "column": 47 } } @@ -148396,16 +149197,16 @@ { "type": "ThisExpression", "range": [ - 78687, - 78691 + 79555, + 79559 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 49 }, "end": { - "line": 2575, + "line": 2601, "column": 53 } } @@ -148414,79 +149215,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78693, - 78701 + 79561, + 79569 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 55 }, "end": { - "line": 2575, + "line": 2601, "column": 63 } } } ], "range": [ - 78650, - 78702 + 79518, + 79570 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 12 }, "end": { - "line": 2575, + "line": 2601, "column": 64 } } }, "range": [ - 78650, - 78703 + 79518, + 79571 ], "loc": { "start": { - "line": 2575, + "line": 2601, "column": 12 }, "end": { - "line": 2575, + "line": 2601, "column": 65 } } } ], "range": [ - 78636, - 78713 + 79504, + 79581 ], "loc": { "start": { - "line": 2574, + "line": 2600, "column": 39 }, "end": { - "line": 2576, + "line": 2602, "column": 9 } } }, "alternate": null, "range": [ - 78605, - 78713 + 79473, + 79581 ], "loc": { "start": { - "line": 2574, + "line": 2600, "column": 8 }, "end": { - "line": 2576, + "line": 2602, "column": 9 } } @@ -148499,16 +149300,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 78722, - 78730 + 79590, + 79598 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 8 }, "end": { - "line": 2577, + "line": 2603, "column": 16 } } @@ -148518,16 +149319,16 @@ "type": "Identifier", "name": "header", "range": [ - 78731, - 78737 + 79599, + 79605 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 17 }, "end": { - "line": 2577, + "line": 2603, "column": 23 } } @@ -148538,16 +149339,16 @@ "object": { "type": "ThisExpression", "range": [ - 78739, - 78743 + 79607, + 79611 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 25 }, "end": { - "line": 2577, + "line": 2603, "column": 29 } } @@ -148556,62 +149357,62 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 78744, - 78765 + 79612, + 79633 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 30 }, "end": { - "line": 2577, + "line": 2603, "column": 51 } } }, "range": [ - 78739, - 78765 + 79607, + 79633 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 25 }, "end": { - "line": 2577, + "line": 2603, "column": 51 } } } ], "range": [ - 78722, - 78766 + 79590, + 79634 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 8 }, "end": { - "line": 2577, + "line": 2603, "column": 52 } } }, "range": [ - 78722, - 78767 + 79590, + 79635 ], "loc": { "start": { - "line": 2577, + "line": 2603, "column": 8 }, "end": { - "line": 2577, + "line": 2603, "column": 53 } } @@ -148624,16 +149425,16 @@ "object": { "type": "ThisExpression", "range": [ - 78780, - 78784 + 79648, + 79652 ], "loc": { "start": { - "line": 2578, + "line": 2604, "column": 12 }, "end": { - "line": 2578, + "line": 2604, "column": 16 } } @@ -148642,31 +149443,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 78785, - 78804 + 79653, + 79672 ], "loc": { "start": { - "line": 2578, + "line": 2604, "column": 17 }, "end": { - "line": 2578, + "line": 2604, "column": 36 } } }, "range": [ - 78780, - 78804 + 79648, + 79672 ], "loc": { "start": { - "line": 2578, + "line": 2604, "column": 12 }, "end": { - "line": 2578, + "line": 2604, "column": 36 } } @@ -148687,16 +149488,16 @@ "object": { "type": "ThisExpression", "range": [ - 78820, - 78824 + 79688, + 79692 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 12 }, "end": { - "line": 2579, + "line": 2605, "column": 16 } } @@ -148705,31 +149506,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 78825, - 78844 + 79693, + 79712 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 17 }, "end": { - "line": 2579, + "line": 2605, "column": 36 } } }, "range": [ - 78820, - 78844 + 79688, + 79712 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 12 }, "end": { - "line": 2579, + "line": 2605, "column": 36 } } @@ -148738,31 +149539,31 @@ "type": "Identifier", "name": "call", "range": [ - 78845, - 78849 + 79713, + 79717 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 37 }, "end": { - "line": 2579, + "line": 2605, "column": 41 } } }, "range": [ - 78820, - 78849 + 79688, + 79717 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 12 }, "end": { - "line": 2579, + "line": 2605, "column": 41 } } @@ -148773,16 +149574,16 @@ "value": null, "raw": "null", "range": [ - 78850, - 78854 + 79718, + 79722 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 42 }, "end": { - "line": 2579, + "line": 2605, "column": 46 } } @@ -148790,16 +149591,16 @@ { "type": "ThisExpression", "range": [ - 78856, - 78860 + 79724, + 79728 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 48 }, "end": { - "line": 2579, + "line": 2605, "column": 52 } } @@ -148808,95 +149609,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78862, - 78870 + 79730, + 79738 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 54 }, "end": { - "line": 2579, + "line": 2605, "column": 62 } } } ], "range": [ - 78820, - 78871 + 79688, + 79739 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 12 }, "end": { - "line": 2579, + "line": 2605, "column": 63 } } }, "range": [ - 78820, - 78872 + 79688, + 79740 ], "loc": { "start": { - "line": 2579, + "line": 2605, "column": 12 }, "end": { - "line": 2579, + "line": 2605, "column": 64 } } } ], "range": [ - 78806, - 78882 + 79674, + 79750 ], "loc": { "start": { - "line": 2578, + "line": 2604, "column": 38 }, "end": { - "line": 2580, + "line": 2606, "column": 9 } } }, "alternate": null, "range": [ - 78776, - 78882 + 79644, + 79750 ], "loc": { "start": { - "line": 2578, + "line": 2604, "column": 8 }, "end": { - "line": 2580, + "line": 2606, "column": 9 } } } ], "range": [ - 78451, - 78888 + 79319, + 79756 ], "loc": { "start": { - "line": 2569, + "line": 2595, "column": 31 }, "end": { - "line": 2581, + "line": 2607, "column": 5 } } @@ -148904,16 +149705,16 @@ "generator": false, "expression": false, "range": [ - 78440, - 78888 + 79308, + 79756 ], "loc": { "start": { - "line": 2569, + "line": 2595, "column": 20 }, "end": { - "line": 2581, + "line": 2607, "column": 5 } } @@ -148921,16 +149722,16 @@ "kind": "method", "computed": false, "range": [ - 78424, - 78888 + 79292, + 79756 ], "loc": { "start": { - "line": 2569, + "line": 2595, "column": 4 }, "end": { - "line": 2581, + "line": 2607, "column": 5 } }, @@ -148939,16 +149740,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 78324, - 78419 + 79192, + 79287 ], "loc": { "start": { - "line": 2565, + "line": 2591, "column": 4 }, "end": { - "line": 2568, + "line": 2594, "column": 7 } } @@ -148959,16 +149760,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 78894, - 78980 + 79762, + 79848 ], "loc": { "start": { - "line": 2583, + "line": 2609, "column": 4 }, "end": { - "line": 2586, + "line": 2612, "column": 7 } } @@ -148982,16 +149783,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 78985, - 79002 + 79853, + 79870 ], "loc": { "start": { - "line": 2587, + "line": 2613, "column": 4 }, "end": { - "line": 2587, + "line": 2613, "column": 21 } } @@ -149011,16 +149812,16 @@ "object": { "type": "ThisExpression", "range": [ - 79022, - 79026 + 79890, + 79894 ], "loc": { "start": { - "line": 2588, + "line": 2614, "column": 15 }, "end": { - "line": 2588, + "line": 2614, "column": 19 } } @@ -149029,62 +149830,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 79027, - 79041 + 79895, + 79909 ], "loc": { "start": { - "line": 2588, + "line": 2614, "column": 20 }, "end": { - "line": 2588, + "line": 2614, "column": 34 } } }, "range": [ - 79022, - 79041 + 79890, + 79909 ], "loc": { "start": { - "line": 2588, + "line": 2614, "column": 15 }, "end": { - "line": 2588, + "line": 2614, "column": 34 } } }, "range": [ - 79015, - 79042 + 79883, + 79910 ], "loc": { "start": { - "line": 2588, + "line": 2614, "column": 8 }, "end": { - "line": 2588, + "line": 2614, "column": 35 } } } ], "range": [ - 79005, - 79048 + 79873, + 79916 ], "loc": { "start": { - "line": 2587, + "line": 2613, "column": 24 }, "end": { - "line": 2589, + "line": 2615, "column": 5 } } @@ -149092,16 +149893,16 @@ "generator": false, "expression": false, "range": [ - 79002, - 79048 + 79870, + 79916 ], "loc": { "start": { - "line": 2587, + "line": 2613, "column": 21 }, "end": { - "line": 2589, + "line": 2615, "column": 5 } } @@ -149109,16 +149910,16 @@ "kind": "method", "computed": false, "range": [ - 78985, - 79048 + 79853, + 79916 ], "loc": { "start": { - "line": 2587, + "line": 2613, "column": 4 }, "end": { - "line": 2589, + "line": 2615, "column": 5 } }, @@ -149127,16 +149928,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 78894, - 78980 + 79762, + 79848 ], "loc": { "start": { - "line": 2583, + "line": 2609, "column": 4 }, "end": { - "line": 2586, + "line": 2612, "column": 7 } } @@ -149147,16 +149948,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79054, - 79155 + 79922, + 80023 ], "loc": { "start": { - "line": 2591, + "line": 2617, "column": 4 }, "end": { - "line": 2594, + "line": 2620, "column": 7 } } @@ -149170,16 +149971,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 79160, - 79177 + 80028, + 80045 ], "loc": { "start": { - "line": 2595, + "line": 2621, "column": 4 }, "end": { - "line": 2595, + "line": 2621, "column": 21 } } @@ -149192,16 +149993,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 79178, - 79186 + 80046, + 80054 ], "loc": { "start": { - "line": 2595, + "line": 2621, "column": 22 }, "end": { - "line": 2595, + "line": 2621, "column": 30 } } @@ -149221,16 +150022,16 @@ "object": { "type": "ThisExpression", "range": [ - 79198, - 79202 + 80066, + 80070 ], "loc": { "start": { - "line": 2596, + "line": 2622, "column": 8 }, "end": { - "line": 2596, + "line": 2622, "column": 12 } } @@ -149239,31 +150040,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 79203, - 79217 + 80071, + 80085 ], "loc": { "start": { - "line": 2596, + "line": 2622, "column": 13 }, "end": { - "line": 2596, + "line": 2622, "column": 27 } } }, "range": [ - 79198, - 79217 + 80066, + 80085 ], "loc": { "start": { - "line": 2596, + "line": 2622, "column": 8 }, "end": { - "line": 2596, + "line": 2622, "column": 27 } } @@ -149272,62 +150073,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 79220, - 79228 + 80088, + 80096 ], "loc": { "start": { - "line": 2596, + "line": 2622, "column": 30 }, "end": { - "line": 2596, + "line": 2622, "column": 38 } } }, "range": [ - 79198, - 79228 + 80066, + 80096 ], "loc": { "start": { - "line": 2596, + "line": 2622, "column": 8 }, "end": { - "line": 2596, + "line": 2622, "column": 38 } } }, "range": [ - 79198, - 79229 + 80066, + 80097 ], "loc": { "start": { - "line": 2596, + "line": 2622, "column": 8 }, "end": { - "line": 2596, + "line": 2622, "column": 39 } } } ], "range": [ - 79188, - 79235 + 80056, + 80103 ], "loc": { "start": { - "line": 2595, + "line": 2621, "column": 32 }, "end": { - "line": 2597, + "line": 2623, "column": 5 } } @@ -149335,16 +150136,16 @@ "generator": false, "expression": false, "range": [ - 79177, - 79235 + 80045, + 80103 ], "loc": { "start": { - "line": 2595, + "line": 2621, "column": 21 }, "end": { - "line": 2597, + "line": 2623, "column": 5 } } @@ -149352,16 +150153,16 @@ "kind": "method", "computed": false, "range": [ - 79160, - 79235 + 80028, + 80103 ], "loc": { "start": { - "line": 2595, + "line": 2621, "column": 4 }, "end": { - "line": 2597, + "line": 2623, "column": 5 } }, @@ -149370,16 +150171,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79054, - 79155 + 79922, + 80023 ], "loc": { "start": { - "line": 2591, + "line": 2617, "column": 4 }, "end": { - "line": 2594, + "line": 2620, "column": 7 } } @@ -149390,16 +150191,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": [ - 79241, - 79390 + 80109, + 80258 ], "loc": { "start": { - "line": 2599, + "line": 2625, "column": 4 }, "end": { - "line": 2603, + "line": 2629, "column": 7 } } @@ -149413,16 +150214,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 79395, - 79421 + 80263, + 80289 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 4 }, "end": { - "line": 2604, + "line": 2630, "column": 30 } } @@ -149437,16 +150238,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 79422, - 79430 + 80290, + 80298 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 31 }, "end": { - "line": 2604, + "line": 2630, "column": 39 } } @@ -149456,31 +150257,31 @@ "value": "", "raw": "''", "range": [ - 79433, - 79435 + 80301, + 80303 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 42 }, "end": { - "line": 2604, + "line": 2630, "column": 44 } } }, "range": [ - 79422, - 79435 + 80290, + 80303 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 31 }, "end": { - "line": 2604, + "line": 2630, "column": 44 } } @@ -149498,16 +150299,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79451, - 79454 + 80319, + 80322 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 12 }, "end": { - "line": 2605, + "line": 2631, "column": 15 } } @@ -149524,16 +150325,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 79457, - 79465 + 80325, + 80333 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 18 }, "end": { - "line": 2605, + "line": 2631, "column": 26 } } @@ -149542,31 +150343,31 @@ "type": "Identifier", "name": "split", "range": [ - 79466, - 79471 + 80334, + 80339 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 27 }, "end": { - "line": 2605, + "line": 2631, "column": 32 } } }, "range": [ - 79457, - 79471 + 80325, + 80339 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 18 }, "end": { - "line": 2605, + "line": 2631, "column": 32 } } @@ -149577,32 +150378,32 @@ "value": "_", "raw": "'_'", "range": [ - 79472, - 79475 + 80340, + 80343 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 33 }, "end": { - "line": 2605, + "line": 2631, "column": 36 } } } ], "range": [ - 79457, - 79476 + 80325, + 80344 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 18 }, "end": { - "line": 2605, + "line": 2631, "column": 37 } } @@ -149612,46 +150413,46 @@ "value": 0, "raw": "0", "range": [ - 79477, - 79478 + 80345, + 80346 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 38 }, "end": { - "line": 2605, + "line": 2631, "column": 39 } } }, "range": [ - 79457, - 79479 + 80325, + 80347 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 18 }, "end": { - "line": 2605, + "line": 2631, "column": 40 } } }, "range": [ - 79451, - 79479 + 80319, + 80347 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 12 }, "end": { - "line": 2605, + "line": 2631, "column": 40 } } @@ -149659,16 +150460,16 @@ ], "kind": "let", "range": [ - 79447, - 79480 + 80315, + 80348 ], "loc": { "start": { - "line": 2605, + "line": 2631, "column": 8 }, "end": { - "line": 2605, + "line": 2631, "column": 41 } } @@ -149682,16 +150483,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79489, - 79492 + 80357, + 80360 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 8 }, "end": { - "line": 2606, + "line": 2632, "column": 11 } } @@ -149708,16 +150509,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79495, - 79498 + 80363, + 80366 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 14 }, "end": { - "line": 2606, + "line": 2632, "column": 17 } } @@ -149726,31 +150527,31 @@ "type": "Identifier", "name": "split", "range": [ - 79499, - 79504 + 80367, + 80372 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 18 }, "end": { - "line": 2606, + "line": 2632, "column": 23 } } }, "range": [ - 79495, - 79504 + 80363, + 80372 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 14 }, "end": { - "line": 2606, + "line": 2632, "column": 23 } } @@ -149762,16 +150563,16 @@ "object": { "type": "ThisExpression", "range": [ - 79505, - 79509 + 80373, + 80377 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 24 }, "end": { - "line": 2606, + "line": 2632, "column": 28 } } @@ -149780,47 +150581,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 79510, - 79517 + 80378, + 80385 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 29 }, "end": { - "line": 2606, + "line": 2632, "column": 36 } } }, "range": [ - 79505, - 79517 + 80373, + 80385 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 24 }, "end": { - "line": 2606, + "line": 2632, "column": 36 } } } ], "range": [ - 79495, - 79518 + 80363, + 80386 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 14 }, "end": { - "line": 2606, + "line": 2632, "column": 37 } } @@ -149830,61 +150631,61 @@ "value": 1, "raw": "1", "range": [ - 79519, - 79520 + 80387, + 80388 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 38 }, "end": { - "line": 2606, + "line": 2632, "column": 39 } } }, "range": [ - 79495, - 79521 + 80363, + 80389 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 14 }, "end": { - "line": 2606, + "line": 2632, "column": 40 } } }, "range": [ - 79489, - 79521 + 80357, + 80389 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 8 }, "end": { - "line": 2606, + "line": 2632, "column": 40 } } }, "range": [ - 79489, - 79522 + 80357, + 80390 ], "loc": { "start": { - "line": 2606, + "line": 2632, "column": 8 }, "end": { - "line": 2606, + "line": 2632, "column": 41 } } @@ -149897,16 +150698,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 79538, - 79546 + 80406, + 80414 ], "loc": { "start": { - "line": 2607, + "line": 2633, "column": 15 }, "end": { - "line": 2607, + "line": 2633, "column": 23 } } @@ -149916,16 +150717,16 @@ "type": "Identifier", "name": "idx", "range": [ - 79547, - 79550 + 80415, + 80418 ], "loc": { "start": { - "line": 2607, + "line": 2633, "column": 24 }, "end": { - "line": 2607, + "line": 2633, "column": 27 } } @@ -149935,63 +150736,63 @@ "value": 10, "raw": "10", "range": [ - 79552, - 79554 + 80420, + 80422 ], "loc": { "start": { - "line": 2607, + "line": 2633, "column": 29 }, "end": { - "line": 2607, + "line": 2633, "column": 31 } } } ], "range": [ - 79538, - 79555 + 80406, + 80423 ], "loc": { "start": { - "line": 2607, + "line": 2633, "column": 15 }, "end": { - "line": 2607, + "line": 2633, "column": 32 } } }, "range": [ - 79531, - 79556 + 80399, + 80424 ], "loc": { "start": { - "line": 2607, + "line": 2633, "column": 8 }, "end": { - "line": 2607, + "line": 2633, "column": 33 } } } ], "range": [ - 79437, - 79562 + 80305, + 80430 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 46 }, "end": { - "line": 2608, + "line": 2634, "column": 5 } } @@ -149999,16 +150800,16 @@ "generator": false, "expression": false, "range": [ - 79421, - 79562 + 80289, + 80430 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 30 }, "end": { - "line": 2608, + "line": 2634, "column": 5 } } @@ -150016,16 +150817,16 @@ "kind": "method", "computed": false, "range": [ - 79395, - 79562 + 80263, + 80430 ], "loc": { "start": { - "line": 2604, + "line": 2630, "column": 4 }, "end": { - "line": 2608, + "line": 2634, "column": 5 } }, @@ -150034,16 +150835,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": [ - 79241, - 79390 + 80109, + 80258 ], "loc": { "start": { - "line": 2599, + "line": 2625, "column": 4 }, "end": { - "line": 2603, + "line": 2629, "column": 7 } } @@ -150054,16 +150855,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 79568, - 79665 + 80436, + 80533 ], "loc": { "start": { - "line": 2610, + "line": 2636, "column": 4 }, "end": { - "line": 2613, + "line": 2639, "column": 7 } } @@ -150077,16 +150878,16 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 79670, - 79684 + 80538, + 80552 ], "loc": { "start": { - "line": 2614, + "line": 2640, "column": 4 }, "end": { - "line": 2614, + "line": 2640, "column": 18 } } @@ -150099,16 +150900,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79685, - 79693 + 80553, + 80561 ], "loc": { "start": { - "line": 2614, + "line": 2640, "column": 19 }, "end": { - "line": 2614, + "line": 2640, "column": 27 } } @@ -150125,16 +150926,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 79709, - 79716 + 80577, + 80584 ], "loc": { "start": { - "line": 2615, + "line": 2641, "column": 12 }, "end": { - "line": 2615, + "line": 2641, "column": 19 } } @@ -150144,32 +150945,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79717, - 79725 + 80585, + 80593 ], "loc": { "start": { - "line": 2615, + "line": 2641, "column": 20 }, "end": { - "line": 2615, + "line": 2641, "column": 28 } } } ], "range": [ - 79709, - 79726 + 80577, + 80594 ], "loc": { "start": { - "line": 2615, + "line": 2641, "column": 12 }, "end": { - "line": 2615, + "line": 2641, "column": 29 } } @@ -150181,48 +150982,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79742, - 79749 + 80610, + 80617 ], "loc": { "start": { - "line": 2616, + "line": 2642, "column": 12 }, "end": { - "line": 2616, + "line": 2642, "column": 19 } } } ], "range": [ - 79728, - 79759 + 80596, + 80627 ], "loc": { "start": { - "line": 2615, + "line": 2641, "column": 31 }, "end": { - "line": 2617, + "line": 2643, "column": 9 } } }, "alternate": null, "range": [ - 79705, - 79759 + 80573, + 80627 ], "loc": { "start": { - "line": 2615, + "line": 2641, "column": 8 }, "end": { - "line": 2617, + "line": 2643, "column": 9 } } @@ -150237,16 +151038,16 @@ "object": { "type": "ThisExpression", "range": [ - 79768, - 79772 + 80636, + 80640 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 8 }, "end": { - "line": 2618, + "line": 2644, "column": 12 } } @@ -150255,31 +151056,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 79773, - 79790 + 80641, + 80658 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 13 }, "end": { - "line": 2618, + "line": 2644, "column": 30 } } }, "range": [ - 79768, - 79790 + 80636, + 80658 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 8 }, "end": { - "line": 2618, + "line": 2644, "column": 30 } } @@ -150293,16 +151094,16 @@ "object": { "type": "ThisExpression", "range": [ - 79791, - 79795 + 80659, + 80663 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 31 }, "end": { - "line": 2618, + "line": 2644, "column": 35 } } @@ -150311,31 +151112,31 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 79796, - 79807 + 80664, + 80675 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 36 }, "end": { - "line": 2618, + "line": 2644, "column": 47 } } }, "range": [ - 79791, - 79807 + 80659, + 80675 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 31 }, "end": { - "line": 2618, + "line": 2644, "column": 47 } } @@ -150345,79 +151146,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79808, - 79816 + 80676, + 80684 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 48 }, "end": { - "line": 2618, + "line": 2644, "column": 56 } } } ], "range": [ - 79791, - 79817 + 80659, + 80685 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 31 }, "end": { - "line": 2618, + "line": 2644, "column": 57 } } } ], "range": [ - 79768, - 79818 + 80636, + 80686 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 8 }, "end": { - "line": 2618, + "line": 2644, "column": 58 } } }, "range": [ - 79768, - 79819 + 80636, + 80687 ], "loc": { "start": { - "line": 2618, + "line": 2644, "column": 8 }, "end": { - "line": 2618, + "line": 2644, "column": 59 } } } ], "range": [ - 79695, - 79825 + 80563, + 80693 ], "loc": { "start": { - "line": 2614, + "line": 2640, "column": 29 }, "end": { - "line": 2619, + "line": 2645, "column": 5 } } @@ -150425,16 +151226,16 @@ "generator": false, "expression": false, "range": [ - 79684, - 79825 + 80552, + 80693 ], "loc": { "start": { - "line": 2614, + "line": 2640, "column": 18 }, "end": { - "line": 2619, + "line": 2645, "column": 5 } } @@ -150442,16 +151243,16 @@ "kind": "method", "computed": false, "range": [ - 79670, - 79825 + 80538, + 80693 ], "loc": { "start": { - "line": 2614, + "line": 2640, "column": 4 }, "end": { - "line": 2619, + "line": 2645, "column": 5 } }, @@ -150460,16 +151261,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 79568, - 79665 + 80436, + 80533 ], "loc": { "start": { - "line": 2610, + "line": 2636, "column": 4 }, "end": { - "line": 2613, + "line": 2639, "column": 7 } } @@ -150480,16 +151281,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 79831, - 79936 + 80699, + 80804 ], "loc": { "start": { - "line": 2621, + "line": 2647, "column": 4 }, "end": { - "line": 2624, + "line": 2650, "column": 7 } } @@ -150503,16 +151304,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 79941, - 79952 + 80809, + 80820 ], "loc": { "start": { - "line": 2625, + "line": 2651, "column": 4 }, "end": { - "line": 2625, + "line": 2651, "column": 15 } } @@ -150538,16 +151339,16 @@ "object": { "type": "ThisExpression", "range": [ - 79970, - 79974 + 80838, + 80842 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 13 }, "end": { - "line": 2626, + "line": 2652, "column": 17 } } @@ -150556,47 +151357,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 79975, - 79988 + 80843, + 80856 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 18 }, "end": { - "line": 2626, + "line": 2652, "column": 31 } } }, "range": [ - 79970, - 79988 + 80838, + 80856 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 13 }, "end": { - "line": 2626, + "line": 2652, "column": 31 } } }, "prefix": true, "range": [ - 79969, - 79988 + 80837, + 80856 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 12 }, "end": { - "line": 2626, + "line": 2652, "column": 31 } } @@ -150610,16 +151411,16 @@ "object": { "type": "ThisExpression", "range": [ - 79993, - 79997 + 80861, + 80865 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 36 }, "end": { - "line": 2626, + "line": 2652, "column": 40 } } @@ -150628,62 +151429,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 79998, - 80012 + 80866, + 80880 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 41 }, "end": { - "line": 2626, + "line": 2652, "column": 55 } } }, "range": [ - 79993, - 80012 + 80861, + 80880 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 36 }, "end": { - "line": 2626, + "line": 2652, "column": 55 } } }, "prefix": true, "range": [ - 79992, - 80012 + 80860, + 80880 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 35 }, "end": { - "line": 2626, + "line": 2652, "column": 55 } } }, "range": [ - 79969, - 80012 + 80837, + 80880 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 12 }, "end": { - "line": 2626, + "line": 2652, "column": 55 } } @@ -150695,48 +151496,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80028, - 80035 + 80896, + 80903 ], "loc": { "start": { - "line": 2627, + "line": 2653, "column": 12 }, "end": { - "line": 2627, + "line": 2653, "column": 19 } } } ], "range": [ - 80014, - 80045 + 80882, + 80913 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 57 }, "end": { - "line": 2628, + "line": 2654, "column": 9 } } }, "alternate": null, "range": [ - 79965, - 80045 + 80833, + 80913 ], "loc": { "start": { - "line": 2626, + "line": 2652, "column": 8 }, "end": { - "line": 2628, + "line": 2654, "column": 9 } } @@ -150750,16 +151551,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 80058, - 80063 + 80926, + 80931 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 12 }, "end": { - "line": 2629, + "line": 2655, "column": 17 } } @@ -150772,16 +151573,16 @@ "object": { "type": "ThisExpression", "range": [ - 80066, - 80070 + 80934, + 80938 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 20 }, "end": { - "line": 2629, + "line": 2655, "column": 24 } } @@ -150790,31 +151591,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80071, - 80087 + 80939, + 80955 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 25 }, "end": { - "line": 2629, + "line": 2655, "column": 41 } } }, "range": [ - 80066, - 80087 + 80934, + 80955 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 20 }, "end": { - "line": 2629, + "line": 2655, "column": 41 } } @@ -150824,16 +151625,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 80088, - 80094 + 80956, + 80962 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 42 }, "end": { - "line": 2629, + "line": 2655, "column": 48 } } @@ -150843,47 +151644,47 @@ "value": true, "raw": "true", "range": [ - 80096, - 80100 + 80964, + 80968 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 50 }, "end": { - "line": 2629, + "line": 2655, "column": 54 } } } ], "range": [ - 80066, - 80101 + 80934, + 80969 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 20 }, "end": { - "line": 2629, + "line": 2655, "column": 55 } } }, "range": [ - 80058, - 80101 + 80926, + 80969 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 12 }, "end": { - "line": 2629, + "line": 2655, "column": 55 } } @@ -150894,16 +151695,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 80115, - 80120 + 80983, + 80988 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 12 }, "end": { - "line": 2630, + "line": 2656, "column": 17 } } @@ -150916,16 +151717,16 @@ "object": { "type": "ThisExpression", "range": [ - 80123, - 80127 + 80991, + 80995 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 20 }, "end": { - "line": 2630, + "line": 2656, "column": 24 } } @@ -150934,31 +151735,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80128, - 80144 + 80996, + 81012 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 25 }, "end": { - "line": 2630, + "line": 2656, "column": 41 } } }, "range": [ - 80123, - 80144 + 80991, + 81012 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 20 }, "end": { - "line": 2630, + "line": 2656, "column": 41 } } @@ -150968,16 +151769,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 80145, - 80153 + 81013, + 81021 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 42 }, "end": { - "line": 2630, + "line": 2656, "column": 50 } } @@ -150987,47 +151788,47 @@ "value": true, "raw": "true", "range": [ - 80155, - 80159 + 81023, + 81027 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 52 }, "end": { - "line": 2630, + "line": 2656, "column": 56 } } } ], "range": [ - 80123, - 80160 + 80991, + 81028 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 20 }, "end": { - "line": 2630, + "line": 2656, "column": 57 } } }, "range": [ - 80115, - 80160 + 80983, + 81028 ], "loc": { "start": { - "line": 2630, + "line": 2656, "column": 12 }, "end": { - "line": 2630, + "line": 2656, "column": 57 } } @@ -151038,16 +151839,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 80174, - 80179 + 81042, + 81047 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 12 }, "end": { - "line": 2631, + "line": 2657, "column": 17 } } @@ -151060,16 +151861,16 @@ "object": { "type": "ThisExpression", "range": [ - 80182, - 80186 + 81050, + 81054 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 20 }, "end": { - "line": 2631, + "line": 2657, "column": 24 } } @@ -151078,31 +151879,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80187, - 80203 + 81055, + 81071 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 25 }, "end": { - "line": 2631, + "line": 2657, "column": 41 } } }, "range": [ - 80182, - 80203 + 81050, + 81071 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 20 }, "end": { - "line": 2631, + "line": 2657, "column": 41 } } @@ -151112,16 +151913,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 80204, - 80213 + 81072, + 81081 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 42 }, "end": { - "line": 2631, + "line": 2657, "column": 51 } } @@ -151131,47 +151932,47 @@ "value": true, "raw": "true", "range": [ - 80215, - 80219 + 81083, + 81087 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 53 }, "end": { - "line": 2631, + "line": 2657, "column": 57 } } } ], "range": [ - 80182, - 80220 + 81050, + 81088 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 20 }, "end": { - "line": 2631, + "line": 2657, "column": 58 } } }, "range": [ - 80174, - 80220 + 81042, + 81088 ], "loc": { "start": { - "line": 2631, + "line": 2657, "column": 12 }, "end": { - "line": 2631, + "line": 2657, "column": 58 } } @@ -151182,16 +151983,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80234, - 80242 + 81102, + 81110 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 12 }, "end": { - "line": 2632, + "line": 2658, "column": 20 } } @@ -151205,16 +152006,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 80245, - 80250 + 81113, + 81118 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 23 }, "end": { - "line": 2632, + "line": 2658, "column": 28 } } @@ -151223,31 +152024,31 @@ "type": "Identifier", "name": "concat", "range": [ - 80251, - 80257 + 81119, + 81125 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 29 }, "end": { - "line": 2632, + "line": 2658, "column": 35 } } }, "range": [ - 80245, - 80257 + 81113, + 81125 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 23 }, "end": { - "line": 2632, + "line": 2658, "column": 35 } } @@ -151257,47 +152058,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 80258, - 80263 + 81126, + 81131 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 36 }, "end": { - "line": 2632, + "line": 2658, "column": 41 } } } ], "range": [ - 80245, - 80264 + 81113, + 81132 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 23 }, "end": { - "line": 2632, + "line": 2658, "column": 42 } } }, "range": [ - 80234, - 80264 + 81102, + 81132 ], "loc": { "start": { - "line": 2632, + "line": 2658, "column": 12 }, "end": { - "line": 2632, + "line": 2658, "column": 42 } } @@ -151305,16 +152106,16 @@ ], "kind": "let", "range": [ - 80054, - 80265 + 80922, + 81133 ], "loc": { "start": { - "line": 2629, + "line": 2655, "column": 8 }, "end": { - "line": 2632, + "line": 2658, "column": 43 } } @@ -151328,16 +152129,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80274, - 80282 + 81142, + 81150 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 8 }, "end": { - "line": 2633, + "line": 2659, "column": 16 } } @@ -151351,16 +152152,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80285, - 80293 + 81153, + 81161 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 19 }, "end": { - "line": 2633, + "line": 2659, "column": 27 } } @@ -151369,31 +152170,31 @@ "type": "Identifier", "name": "concat", "range": [ - 80294, - 80300 + 81162, + 81168 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 28 }, "end": { - "line": 2633, + "line": 2659, "column": 34 } } }, "range": [ - 80285, - 80300 + 81153, + 81168 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 19 }, "end": { - "line": 2633, + "line": 2659, "column": 34 } } @@ -151403,62 +152204,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 80301, - 80306 + 81169, + 81174 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 35 }, "end": { - "line": 2633, + "line": 2659, "column": 40 } } } ], "range": [ - 80285, - 80307 + 81153, + 81175 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 19 }, "end": { - "line": 2633, + "line": 2659, "column": 41 } } }, "range": [ - 80274, - 80307 + 81142, + 81175 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 8 }, "end": { - "line": 2633, + "line": 2659, "column": 41 } } }, "range": [ - 80274, - 80308 + 81142, + 81176 ], "loc": { "start": { - "line": 2633, + "line": 2659, "column": 8 }, "end": { - "line": 2633, + "line": 2659, "column": 42 } } @@ -151472,16 +152273,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 80322, - 80331 + 81190, + 81199 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 12 }, "end": { - "line": 2635, + "line": 2661, "column": 21 } } @@ -151494,16 +152295,16 @@ "object": { "type": "ThisExpression", "range": [ - 80334, - 80338 + 81202, + 81206 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 24 }, "end": { - "line": 2635, + "line": 2661, "column": 28 } } @@ -151512,31 +152313,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 80339, - 80365 + 81207, + 81233 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 29 }, "end": { - "line": 2635, + "line": 2661, "column": 55 } } }, "range": [ - 80334, - 80365 + 81202, + 81233 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 24 }, "end": { - "line": 2635, + "line": 2661, "column": 55 } } @@ -151548,16 +152349,16 @@ "object": { "type": "ThisExpression", "range": [ - 80366, - 80370 + 81234, + 81238 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 56 }, "end": { - "line": 2635, + "line": 2661, "column": 60 } } @@ -151566,62 +152367,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 80371, - 80385 + 81239, + 81253 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 61 }, "end": { - "line": 2635, + "line": 2661, "column": 75 } } }, "range": [ - 80366, - 80385 + 81234, + 81253 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 56 }, "end": { - "line": 2635, + "line": 2661, "column": 75 } } } ], "range": [ - 80334, - 80386 + 81202, + 81254 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 24 }, "end": { - "line": 2635, + "line": 2661, "column": 76 } } }, "range": [ - 80322, - 80386 + 81190, + 81254 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 12 }, "end": { - "line": 2635, + "line": 2661, "column": 76 } } @@ -151629,16 +152430,16 @@ ], "kind": "let", "range": [ - 80318, - 80387 + 81186, + 81255 ], "loc": { "start": { - "line": 2635, + "line": 2661, "column": 8 }, "end": { - "line": 2635, + "line": 2661, "column": 77 } } @@ -151654,16 +152455,16 @@ "type": "Identifier", "name": "i", "range": [ - 80406, - 80407 + 81274, + 81275 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 17 }, "end": { - "line": 2637, + "line": 2663, "column": 18 } } @@ -151673,31 +152474,31 @@ "value": 0, "raw": "0", "range": [ - 80410, - 80411 + 81278, + 81279 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 21 }, "end": { - "line": 2637, + "line": 2663, "column": 22 } } }, "range": [ - 80406, - 80411 + 81274, + 81279 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 17 }, "end": { - "line": 2637, + "line": 2663, "column": 22 } } @@ -151708,16 +152509,16 @@ "type": "Identifier", "name": "len", "range": [ - 80413, - 80416 + 81281, + 81284 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 24 }, "end": { - "line": 2637, + "line": 2663, "column": 27 } } @@ -151729,16 +152530,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80419, - 80427 + 81287, + 81295 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 30 }, "end": { - "line": 2637, + "line": 2663, "column": 38 } } @@ -151747,46 +152548,46 @@ "type": "Identifier", "name": "length", "range": [ - 80428, - 80434 + 81296, + 81302 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 39 }, "end": { - "line": 2637, + "line": 2663, "column": 45 } } }, "range": [ - 80419, - 80434 + 81287, + 81302 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 30 }, "end": { - "line": 2637, + "line": 2663, "column": 45 } } }, "range": [ - 80413, - 80434 + 81281, + 81302 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 24 }, "end": { - "line": 2637, + "line": 2663, "column": 45 } } @@ -151794,16 +152595,16 @@ ], "kind": "let", "range": [ - 80402, - 80434 + 81270, + 81302 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 13 }, "end": { - "line": 2637, + "line": 2663, "column": 45 } } @@ -151815,16 +152616,16 @@ "type": "Identifier", "name": "i", "range": [ - 80436, - 80437 + 81304, + 81305 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 47 }, "end": { - "line": 2637, + "line": 2663, "column": 48 } } @@ -151833,31 +152634,31 @@ "type": "Identifier", "name": "len", "range": [ - 80440, - 80443 + 81308, + 81311 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 51 }, "end": { - "line": 2637, + "line": 2663, "column": 54 } } }, "range": [ - 80436, - 80443 + 81304, + 81311 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 47 }, "end": { - "line": 2637, + "line": 2663, "column": 54 } } @@ -151869,32 +152670,32 @@ "type": "Identifier", "name": "i", "range": [ - 80445, - 80446 + 81313, + 81314 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 56 }, "end": { - "line": 2637, + "line": 2663, "column": 57 } } }, "prefix": false, "range": [ - 80445, - 80448 + 81313, + 81316 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 56 }, "end": { - "line": 2637, + "line": 2663, "column": 59 } } @@ -151911,16 +152712,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 80468, - 80474 + 81336, + 81342 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 16 }, "end": { - "line": 2638, + "line": 2664, "column": 22 } } @@ -151931,16 +152732,16 @@ "type": "Identifier", "name": "elm", "range": [ - 80477, - 80480 + 81345, + 81348 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 25 }, "end": { - "line": 2638, + "line": 2664, "column": 28 } } @@ -151955,16 +152756,16 @@ "object": { "type": "ThisExpression", "range": [ - 80481, - 80485 + 81349, + 81353 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 29 }, "end": { - "line": 2638, + "line": 2664, "column": 33 } } @@ -151973,31 +152774,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 80486, - 80492 + 81354, + 81360 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 34 }, "end": { - "line": 2638, + "line": 2664, "column": 40 } } }, "range": [ - 80481, - 80492 + 81349, + 81360 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 29 }, "end": { - "line": 2638, + "line": 2664, "column": 40 } } @@ -152009,16 +152810,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80493, - 80501 + 81361, + 81369 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 41 }, "end": { - "line": 2638, + "line": 2664, "column": 49 } } @@ -152027,77 +152828,77 @@ "type": "Identifier", "name": "i", "range": [ - 80502, - 80503 + 81370, + 81371 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 50 }, "end": { - "line": 2638, + "line": 2664, "column": 51 } } }, "range": [ - 80493, - 80504 + 81361, + 81372 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 41 }, "end": { - "line": 2638, + "line": 2664, "column": 52 } } }, "range": [ - 80481, - 80505 + 81349, + 81373 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 29 }, "end": { - "line": 2638, + "line": 2664, "column": 53 } } } ], "range": [ - 80477, - 80506 + 81345, + 81374 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 25 }, "end": { - "line": 2638, + "line": 2664, "column": 54 } } }, "range": [ - 80468, - 80506 + 81336, + 81374 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 16 }, "end": { - "line": 2638, + "line": 2664, "column": 54 } } @@ -152105,16 +152906,16 @@ ], "kind": "let", "range": [ - 80464, - 80507 + 81332, + 81375 ], "loc": { "start": { - "line": 2638, + "line": 2664, "column": 12 }, "end": { - "line": 2638, + "line": 2664, "column": 55 } } @@ -152128,16 +152929,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 80524, - 80540 + 81392, + 81408 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 16 }, "end": { - "line": 2639, + "line": 2665, "column": 32 } } @@ -152150,16 +152951,16 @@ "object": { "type": "ThisExpression", "range": [ - 80543, - 80547 + 81411, + 81415 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 35 }, "end": { - "line": 2639, + "line": 2665, "column": 39 } } @@ -152168,31 +152969,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 80548, - 80562 + 81416, + 81430 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 40 }, "end": { - "line": 2639, + "line": 2665, "column": 54 } } }, "range": [ - 80543, - 80562 + 81411, + 81430 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 35 }, "end": { - "line": 2639, + "line": 2665, "column": 54 } } @@ -152205,16 +153006,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80563, - 80571 + 81431, + 81439 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 55 }, "end": { - "line": 2639, + "line": 2665, "column": 63 } } @@ -152223,62 +153024,62 @@ "type": "Identifier", "name": "i", "range": [ - 80572, - 80573 + 81440, + 81441 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 64 }, "end": { - "line": 2639, + "line": 2665, "column": 65 } } }, "range": [ - 80563, - 80574 + 81431, + 81442 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 55 }, "end": { - "line": 2639, + "line": 2665, "column": 66 } } } ], "range": [ - 80543, - 80575 + 81411, + 81443 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 35 }, "end": { - "line": 2639, + "line": 2665, "column": 67 } } }, "range": [ - 80524, - 80575 + 81392, + 81443 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 16 }, "end": { - "line": 2639, + "line": 2665, "column": 67 } } @@ -152286,16 +153087,16 @@ ], "kind": "let", "range": [ - 80520, - 80576 + 81388, + 81444 ], "loc": { "start": { - "line": 2639, + "line": 2665, "column": 12 }, "end": { - "line": 2639, + "line": 2665, "column": 68 } }, @@ -152304,16 +153105,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 80590, - 80633 + 81458, + 81501 ], "loc": { "start": { - "line": 2641, + "line": 2667, "column": 12 }, "end": { - "line": 2641, + "line": 2667, "column": 55 } } @@ -152322,16 +153123,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 80646, - 80685 + 81514, + 81553 ], "loc": { "start": { - "line": 2642, + "line": 2668, "column": 12 }, "end": { - "line": 2642, + "line": 2668, "column": 51 } } @@ -152356,16 +153157,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 80702, - 80711 + 81570, + 81579 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 16 }, "end": { - "line": 2643, + "line": 2669, "column": 25 } } @@ -152377,16 +153178,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80716, - 80724 + 81584, + 81592 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 30 }, "end": { - "line": 2643, + "line": 2669, "column": 38 } } @@ -152395,46 +153196,46 @@ "type": "Identifier", "name": "i", "range": [ - 80725, - 80726 + 81593, + 81594 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 39 }, "end": { - "line": 2643, + "line": 2669, "column": 40 } } }, "range": [ - 80716, - 80727 + 81584, + 81595 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 30 }, "end": { - "line": 2643, + "line": 2669, "column": 41 } } }, "range": [ - 80702, - 80727 + 81570, + 81595 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 16 }, "end": { - "line": 2643, + "line": 2669, "column": 41 } } @@ -152451,16 +153252,16 @@ "object": { "type": "ThisExpression", "range": [ - 80748, - 80752 + 81616, + 81620 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 17 }, "end": { - "line": 2644, + "line": 2670, "column": 21 } } @@ -152469,31 +153270,31 @@ "type": "Identifier", "name": "paging", "range": [ - 80753, - 80759 + 81621, + 81627 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 22 }, "end": { - "line": 2644, + "line": 2670, "column": 28 } } }, "range": [ - 80748, - 80759 + 81616, + 81627 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 17 }, "end": { - "line": 2644, + "line": 2670, "column": 28 } } @@ -152510,16 +153311,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 80763, - 80768 + 81631, + 81636 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 32 }, "end": { - "line": 2644, + "line": 2670, "column": 37 } } @@ -152528,31 +153329,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 80769, - 80776 + 81637, + 81644 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 38 }, "end": { - "line": 2644, + "line": 2670, "column": 45 } } }, "range": [ - 80763, - 80776 + 81631, + 81644 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 32 }, "end": { - "line": 2644, + "line": 2670, "column": 45 } } @@ -152565,16 +153366,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80777, - 80785 + 81645, + 81653 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 46 }, "end": { - "line": 2644, + "line": 2670, "column": 54 } } @@ -152583,47 +153384,47 @@ "type": "Identifier", "name": "i", "range": [ - 80786, - 80787 + 81654, + 81655 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 55 }, "end": { - "line": 2644, + "line": 2670, "column": 56 } } }, "range": [ - 80777, - 80788 + 81645, + 81656 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 46 }, "end": { - "line": 2644, + "line": 2670, "column": 57 } } } ], "range": [ - 80763, - 80789 + 81631, + 81657 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 32 }, "end": { - "line": 2644, + "line": 2670, "column": 58 } } @@ -152636,62 +153437,62 @@ "value": 1, "raw": "1", "range": [ - 80795, - 80796 + 81663, + 81664 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 64 }, "end": { - "line": 2644, + "line": 2670, "column": 65 } } }, "prefix": true, "range": [ - 80794, - 80796 + 81662, + 81664 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 63 }, "end": { - "line": 2644, + "line": 2670, "column": 65 } } }, "range": [ - 80763, - 80796 + 81631, + 81664 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 32 }, "end": { - "line": 2644, + "line": 2670, "column": 65 } } }, "range": [ - 80748, - 80796 + 81616, + 81664 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 17 }, "end": { - "line": 2644, + "line": 2670, "column": 65 } } @@ -152703,16 +153504,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 80820, - 80829 + 81688, + 81697 ], "loc": { "start": { - "line": 2645, + "line": 2671, "column": 20 }, "end": { - "line": 2645, + "line": 2671, "column": 29 } } @@ -152724,16 +153525,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80834, - 80842 + 81702, + 81710 ], "loc": { "start": { - "line": 2645, + "line": 2671, "column": 34 }, "end": { - "line": 2645, + "line": 2671, "column": 42 } } @@ -152742,76 +153543,76 @@ "type": "Identifier", "name": "i", "range": [ - 80843, - 80844 + 81711, + 81712 ], "loc": { "start": { - "line": 2645, + "line": 2671, "column": 43 }, "end": { - "line": 2645, + "line": 2671, "column": 44 } } }, "range": [ - 80834, - 80845 + 81702, + 81713 ], "loc": { "start": { - "line": 2645, + "line": 2671, "column": 34 }, "end": { - "line": 2645, + "line": 2671, "column": 45 } } }, "range": [ - 80820, - 80845 + 81688, + 81713 ], "loc": { "start": { - "line": 2645, + "line": 2671, "column": 20 }, "end": { - "line": 2645, + "line": 2671, "column": 45 } } }, "range": [ - 80748, - 80845 + 81616, + 81713 ], "loc": { "start": { - "line": 2644, + "line": 2670, "column": 17 }, "end": { - "line": 2645, + "line": 2671, "column": 45 } } }, "range": [ - 80702, - 80846 + 81570, + 81714 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 16 }, "end": { - "line": 2645, + "line": 2671, "column": 46 } } @@ -152828,16 +153629,16 @@ "object": { "type": "ThisExpression", "range": [ - 80868, - 80872 + 81736, + 81740 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 18 }, "end": { - "line": 2646, + "line": 2672, "column": 22 } } @@ -152846,47 +153647,47 @@ "type": "Identifier", "name": "paging", "range": [ - 80873, - 80879 + 81741, + 81747 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 23 }, "end": { - "line": 2646, + "line": 2672, "column": 29 } } }, "range": [ - 80868, - 80879 + 81736, + 81747 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 18 }, "end": { - "line": 2646, + "line": 2672, "column": 29 } } }, "prefix": true, "range": [ - 80867, - 80879 + 81735, + 81747 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 17 }, "end": { - "line": 2646, + "line": 2672, "column": 29 } } @@ -152906,16 +153707,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 80884, - 80889 + 81752, + 81757 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 34 }, "end": { - "line": 2646, + "line": 2672, "column": 39 } } @@ -152924,31 +153725,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 80890, - 80897 + 81758, + 81765 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 40 }, "end": { - "line": 2646, + "line": 2672, "column": 47 } } }, "range": [ - 80884, - 80897 + 81752, + 81765 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 34 }, "end": { - "line": 2646, + "line": 2672, "column": 47 } } @@ -152961,16 +153762,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80898, - 80906 + 81766, + 81774 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 48 }, "end": { - "line": 2646, + "line": 2672, "column": 56 } } @@ -152979,47 +153780,47 @@ "type": "Identifier", "name": "i", "range": [ - 80907, - 80908 + 81775, + 81776 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 57 }, "end": { - "line": 2646, + "line": 2672, "column": 58 } } }, "range": [ - 80898, - 80909 + 81766, + 81777 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 48 }, "end": { - "line": 2646, + "line": 2672, "column": 59 } } } ], "range": [ - 80884, - 80910 + 81752, + 81778 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 34 }, "end": { - "line": 2646, + "line": 2672, "column": 60 } } @@ -153032,47 +153833,47 @@ "value": 1, "raw": "1", "range": [ - 80916, - 80917 + 81784, + 81785 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 66 }, "end": { - "line": 2646, + "line": 2672, "column": 67 } } }, "prefix": true, "range": [ - 80915, - 80917 + 81783, + 81785 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 65 }, "end": { - "line": 2646, + "line": 2672, "column": 67 } } }, "range": [ - 80884, - 80917 + 81752, + 81785 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 34 }, "end": { - "line": 2646, + "line": 2672, "column": 67 } } @@ -153089,16 +153890,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 80941, - 80946 + 81809, + 81814 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 20 }, "end": { - "line": 2647, + "line": 2673, "column": 25 } } @@ -153107,31 +153908,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 80947, - 80954 + 81815, + 81822 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 26 }, "end": { - "line": 2647, + "line": 2673, "column": 33 } } }, "range": [ - 80941, - 80954 + 81809, + 81822 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 20 }, "end": { - "line": 2647, + "line": 2673, "column": 33 } } @@ -153144,16 +153945,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 80955, - 80963 + 81823, + 81831 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 34 }, "end": { - "line": 2647, + "line": 2673, "column": 42 } } @@ -153162,47 +153963,47 @@ "type": "Identifier", "name": "i", "range": [ - 80964, - 80965 + 81832, + 81833 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 43 }, "end": { - "line": 2647, + "line": 2673, "column": 44 } } }, "range": [ - 80955, - 80966 + 81823, + 81834 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 34 }, "end": { - "line": 2647, + "line": 2673, "column": 45 } } } ], "range": [ - 80941, - 80967 + 81809, + 81835 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 20 }, "end": { - "line": 2647, + "line": 2673, "column": 46 } } @@ -153215,92 +154016,92 @@ "value": 1, "raw": "1", "range": [ - 80973, - 80974 + 81841, + 81842 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 52 }, "end": { - "line": 2647, + "line": 2673, "column": 53 } } }, "prefix": true, "range": [ - 80972, - 80974 + 81840, + 81842 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 51 }, "end": { - "line": 2647, + "line": 2673, "column": 53 } } }, "range": [ - 80941, - 80974 + 81809, + 81842 ], "loc": { "start": { - "line": 2647, + "line": 2673, "column": 20 }, "end": { - "line": 2647, + "line": 2673, "column": 53 } } }, "range": [ - 80884, - 80974 + 81752, + 81842 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 34 }, "end": { - "line": 2647, + "line": 2673, "column": 53 } } }, "range": [ - 80867, - 80975 + 81735, + 81843 ], "loc": { "start": { - "line": 2646, + "line": 2672, "column": 17 }, "end": { - "line": 2647, + "line": 2673, "column": 54 } } }, "range": [ - 80702, - 80976 + 81570, + 81844 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 16 }, "end": { - "line": 2647, + "line": 2673, "column": 55 } } @@ -153312,16 +154113,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 80996, - 81012 + 81864, + 81880 ], "loc": { "start": { - "line": 2648, + "line": 2674, "column": 16 }, "end": { - "line": 2648, + "line": 2674, "column": 32 } } @@ -153332,16 +154133,16 @@ "object": { "type": "ThisExpression", "range": [ - 81017, - 81021 + 81885, + 81889 ], "loc": { "start": { - "line": 2648, + "line": 2674, "column": 37 }, "end": { - "line": 2648, + "line": 2674, "column": 41 } } @@ -153350,61 +154151,61 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 81022, - 81036 + 81890, + 81904 ], "loc": { "start": { - "line": 2648, + "line": 2674, "column": 42 }, "end": { - "line": 2648, + "line": 2674, "column": 56 } } }, "range": [ - 81017, - 81036 + 81885, + 81904 ], "loc": { "start": { - "line": 2648, + "line": 2674, "column": 37 }, "end": { - "line": 2648, + "line": 2674, "column": 56 } } }, "range": [ - 80996, - 81036 + 81864, + 81904 ], "loc": { "start": { - "line": 2648, + "line": 2674, "column": 16 }, "end": { - "line": 2648, + "line": 2674, "column": 56 } } }, "range": [ - 80702, - 81036 + 81570, + 81904 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 16 }, "end": { - "line": 2648, + "line": 2674, "column": 56 } } @@ -153420,16 +154221,16 @@ "object": { "type": "ThisExpression", "range": [ - 81111, - 81115 + 81979, + 81983 ], "loc": { "start": { - "line": 2651, + "line": 2677, "column": 20 }, "end": { - "line": 2651, + "line": 2677, "column": 24 } } @@ -153438,31 +154239,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 81116, - 81131 + 81984, + 81999 ], "loc": { "start": { - "line": 2651, + "line": 2677, "column": 25 }, "end": { - "line": 2651, + "line": 2677, "column": 40 } } }, "range": [ - 81111, - 81131 + 81979, + 81999 ], "loc": { "start": { - "line": 2651, + "line": 2677, "column": 20 }, "end": { - "line": 2651, + "line": 2677, "column": 40 } } @@ -153479,16 +154280,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 81159, - 81163 + 82027, + 82031 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 24 }, "end": { - "line": 2652, + "line": 2678, "column": 28 } } @@ -153499,16 +154300,16 @@ "type": "Identifier", "name": "createOpt", "range": [ - 81166, - 81175 + 82034, + 82043 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 31 }, "end": { - "line": 2652, + "line": 2678, "column": 40 } } @@ -153520,16 +154321,16 @@ "object": { "type": "ThisExpression", "range": [ - 81176, - 81180 + 82044, + 82048 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 41 }, "end": { - "line": 2652, + "line": 2678, "column": 45 } } @@ -153538,31 +154339,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 81181, - 81195 + 82049, + 82063 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 46 }, "end": { - "line": 2652, + "line": 2678, "column": 60 } } }, "range": [ - 81176, - 81195 + 82044, + 82063 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 41 }, "end": { - "line": 2652, + "line": 2678, "column": 60 } } @@ -153572,47 +154373,47 @@ "value": "", "raw": "''", "range": [ - 81197, - 81199 + 82065, + 82067 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 62 }, "end": { - "line": 2652, + "line": 2678, "column": 64 } } } ], "range": [ - 81166, - 81200 + 82034, + 82068 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 31 }, "end": { - "line": 2652, + "line": 2678, "column": 65 } } }, "range": [ - 81159, - 81200 + 82027, + 82068 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 24 }, "end": { - "line": 2652, + "line": 2678, "column": 65 } } @@ -153620,16 +154421,16 @@ ], "kind": "let", "range": [ - 81155, - 81201 + 82023, + 82069 ], "loc": { "start": { - "line": 2652, + "line": 2678, "column": 20 }, "end": { - "line": 2652, + "line": 2678, "column": 66 } } @@ -153646,16 +154447,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 81222, - 81228 + 82090, + 82096 ], "loc": { "start": { - "line": 2653, + "line": 2679, "column": 20 }, "end": { - "line": 2653, + "line": 2679, "column": 26 } } @@ -153664,31 +154465,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 81229, - 81238 + 82097, + 82106 ], "loc": { "start": { - "line": 2653, + "line": 2679, "column": 27 }, "end": { - "line": 2653, + "line": 2679, "column": 36 } } }, "range": [ - 81222, - 81238 + 82090, + 82106 ], "loc": { "start": { - "line": 2653, + "line": 2679, "column": 20 }, "end": { - "line": 2653, + "line": 2679, "column": 36 } } @@ -153698,46 +154499,46 @@ "value": "", "raw": "''", "range": [ - 81241, - 81243 + 82109, + 82111 ], "loc": { "start": { - "line": 2653, + "line": 2679, "column": 39 }, "end": { - "line": 2653, + "line": 2679, "column": 41 } } }, "range": [ - 81222, - 81243 + 82090, + 82111 ], "loc": { "start": { - "line": 2653, + "line": 2679, "column": 20 }, "end": { - "line": 2653, + "line": 2679, "column": 41 } } }, "range": [ - 81222, - 81244 + 82090, + 82112 ], "loc": { "start": { - "line": 2653, + "line": 2679, "column": 20 }, "end": { - "line": 2653, + "line": 2679, "column": 42 } } @@ -153753,16 +154554,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 81265, - 81271 + 82133, + 82139 ], "loc": { "start": { - "line": 2654, + "line": 2680, "column": 20 }, "end": { - "line": 2654, + "line": 2680, "column": 26 } } @@ -153771,31 +154572,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 81272, - 81283 + 82140, + 82151 ], "loc": { "start": { - "line": 2654, + "line": 2680, "column": 27 }, "end": { - "line": 2654, + "line": 2680, "column": 38 } } }, "range": [ - 81265, - 81283 + 82133, + 82151 ], "loc": { "start": { - "line": 2654, + "line": 2680, "column": 20 }, "end": { - "line": 2654, + "line": 2680, "column": 38 } } @@ -153805,79 +154606,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 81284, - 81288 + 82152, + 82156 ], "loc": { "start": { - "line": 2654, + "line": 2680, "column": 39 }, "end": { - "line": 2654, + "line": 2680, "column": 43 } } } ], "range": [ - 81265, - 81289 + 82133, + 82157 ], "loc": { "start": { - "line": 2654, + "line": 2680, "column": 20 }, "end": { - "line": 2654, + "line": 2680, "column": 44 } } }, "range": [ - 81265, - 81290 + 82133, + 82158 ], "loc": { "start": { - "line": 2654, + "line": 2680, "column": 20 }, "end": { - "line": 2654, + "line": 2680, "column": 45 } } } ], "range": [ - 81133, - 81308 + 82001, + 82176 ], "loc": { "start": { - "line": 2651, + "line": 2677, "column": 42 }, "end": { - "line": 2655, + "line": 2681, "column": 17 } } }, "alternate": null, "range": [ - 81107, - 81308 + 81975, + 82176 ], "loc": { "start": { - "line": 2651, + "line": 2677, "column": 16 }, "end": { - "line": 2655, + "line": 2681, "column": 17 } }, @@ -153886,16 +154687,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 81057, - 81090 + 81925, + 81958 ], "loc": { "start": { - "line": 2650, + "line": 2676, "column": 16 }, "end": { - "line": 2650, + "line": 2676, "column": 49 } } @@ -153916,16 +154717,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 81330, - 81335 + 82198, + 82203 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 20 }, "end": { - "line": 2657, + "line": 2683, "column": 25 } } @@ -153934,31 +154735,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81336, - 81343 + 82204, + 82211 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 26 }, "end": { - "line": 2657, + "line": 2683, "column": 33 } } }, "range": [ - 81330, - 81343 + 82198, + 82211 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 20 }, "end": { - "line": 2657, + "line": 2683, "column": 33 } } @@ -153971,16 +154772,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81344, - 81352 + 82212, + 82220 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 34 }, "end": { - "line": 2657, + "line": 2683, "column": 42 } } @@ -153989,47 +154790,47 @@ "type": "Identifier", "name": "i", "range": [ - 81353, - 81354 + 82221, + 82222 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 43 }, "end": { - "line": 2657, + "line": 2683, "column": 44 } } }, "range": [ - 81344, - 81355 + 82212, + 82223 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 34 }, "end": { - "line": 2657, + "line": 2683, "column": 45 } } } ], "range": [ - 81330, - 81356 + 82198, + 82224 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 20 }, "end": { - "line": 2657, + "line": 2683, "column": 46 } } @@ -154042,47 +154843,47 @@ "value": 1, "raw": "1", "range": [ - 81362, - 81363 + 82230, + 82231 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 52 }, "end": { - "line": 2657, + "line": 2683, "column": 53 } } }, "prefix": true, "range": [ - 81361, - 81363 + 82229, + 82231 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 51 }, "end": { - "line": 2657, + "line": 2683, "column": 53 } } }, "range": [ - 81330, - 81363 + 82198, + 82231 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 20 }, "end": { - "line": 2657, + "line": 2683, "column": 53 } } @@ -154103,16 +154904,16 @@ "object": { "type": "ThisExpression", "range": [ - 81387, - 81391 + 82255, + 82259 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 20 }, "end": { - "line": 2658, + "line": 2684, "column": 24 } } @@ -154121,31 +154922,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81392, - 81399 + 82260, + 82267 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 25 }, "end": { - "line": 2658, + "line": 2684, "column": 32 } } }, "range": [ - 81387, - 81399 + 82255, + 82267 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 20 }, "end": { - "line": 2658, + "line": 2684, "column": 32 } } @@ -154154,31 +154955,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81400, - 81404 + 82268, + 82272 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 33 }, "end": { - "line": 2658, + "line": 2684, "column": 37 } } }, "range": [ - 81387, - 81404 + 82255, + 82272 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 20 }, "end": { - "line": 2658, + "line": 2684, "column": 37 } } @@ -154189,16 +154990,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 81405, - 81429 + 82273, + 82297 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 38 }, "end": { - "line": 2658, + "line": 2684, "column": 62 } } @@ -154206,16 +155007,16 @@ { "type": "ThisExpression", "range": [ - 81431, - 81435 + 82299, + 82303 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 64 }, "end": { - "line": 2658, + "line": 2684, "column": 68 } } @@ -154227,16 +155028,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81461, - 81469 + 82329, + 82337 ], "loc": { "start": { - "line": 2659, + "line": 2685, "column": 24 }, "end": { - "line": 2659, + "line": 2685, "column": 32 } } @@ -154245,78 +155046,78 @@ "type": "Identifier", "name": "i", "range": [ - 81470, - 81471 + 82338, + 82339 ], "loc": { "start": { - "line": 2659, + "line": 2685, "column": 33 }, "end": { - "line": 2659, + "line": 2685, "column": 34 } } }, "range": [ - 81461, - 81472 + 82329, + 82340 ], "loc": { "start": { - "line": 2659, + "line": 2685, "column": 24 }, "end": { - "line": 2659, + "line": 2685, "column": 35 } } } ], "range": [ - 81387, - 81473 + 82255, + 82341 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 20 }, "end": { - "line": 2659, + "line": 2685, "column": 36 } } }, "range": [ - 81387, - 81474 + 82255, + 82342 ], "loc": { "start": { - "line": 2658, + "line": 2684, "column": 20 }, "end": { - "line": 2659, + "line": 2685, "column": 37 } } } ], "range": [ - 81365, - 81492 + 82233, + 82360 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 55 }, "end": { - "line": 2660, + "line": 2686, "column": 17 } } @@ -154337,16 +155138,16 @@ "object": { "type": "ThisExpression", "range": [ - 81520, - 81524 + 82388, + 82392 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 20 }, "end": { - "line": 2661, + "line": 2687, "column": 24 } } @@ -154355,31 +155156,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81525, - 81532 + 82393, + 82400 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 25 }, "end": { - "line": 2661, + "line": 2687, "column": 32 } } }, "range": [ - 81520, - 81532 + 82388, + 82400 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 20 }, "end": { - "line": 2661, + "line": 2687, "column": 32 } } @@ -154388,31 +155189,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81533, - 81537 + 82401, + 82405 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 33 }, "end": { - "line": 2661, + "line": 2687, "column": 37 } } }, "range": [ - 81520, - 81537 + 82388, + 82405 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 20 }, "end": { - "line": 2661, + "line": 2687, "column": 37 } } @@ -154423,16 +155224,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 81538, - 81559 + 82406, + 82427 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 38 }, "end": { - "line": 2661, + "line": 2687, "column": 59 } } @@ -154440,16 +155241,16 @@ { "type": "ThisExpression", "range": [ - 81561, - 81565 + 82429, + 82433 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 61 }, "end": { - "line": 2661, + "line": 2687, "column": 65 } } @@ -154461,16 +155262,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81567, - 81575 + 82435, + 82443 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 67 }, "end": { - "line": 2661, + "line": 2687, "column": 75 } } @@ -154479,31 +155280,31 @@ "type": "Identifier", "name": "i", "range": [ - 81576, - 81577 + 82444, + 82445 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 76 }, "end": { - "line": 2661, + "line": 2687, "column": 77 } } }, "range": [ - 81567, - 81578 + 82435, + 82446 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 67 }, "end": { - "line": 2661, + "line": 2687, "column": 78 } } @@ -154513,78 +155314,78 @@ "value": true, "raw": "true", "range": [ - 81604, - 81608 + 82472, + 82476 ], "loc": { "start": { - "line": 2662, + "line": 2688, "column": 24 }, "end": { - "line": 2662, + "line": 2688, "column": 28 } } } ], "range": [ - 81520, - 81609 + 82388, + 82477 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 20 }, "end": { - "line": 2662, + "line": 2688, "column": 29 } } }, "range": [ - 81520, - 81610 + 82388, + 82478 ], "loc": { "start": { - "line": 2661, + "line": 2687, "column": 20 }, "end": { - "line": 2662, + "line": 2688, "column": 30 } } } ], "range": [ - 81498, - 81628 + 82366, + 82496 ], "loc": { "start": { - "line": 2660, + "line": 2686, "column": 23 }, "end": { - "line": 2663, + "line": 2689, "column": 17 } } }, "range": [ - 81326, - 81628 + 82194, + 82496 ], "loc": { "start": { - "line": 2657, + "line": 2683, "column": 16 }, "end": { - "line": 2663, + "line": 2689, "column": 17 } } @@ -154599,16 +155400,16 @@ "object": { "type": "ThisExpression", "range": [ - 81646, - 81650 + 82514, + 82518 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 16 }, "end": { - "line": 2665, + "line": 2691, "column": 20 } } @@ -154617,31 +155418,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 81651, - 81665 + 82519, + 82533 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 21 }, "end": { - "line": 2665, + "line": 2691, "column": 35 } } }, "range": [ - 81646, - 81665 + 82514, + 82533 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 16 }, "end": { - "line": 2665, + "line": 2691, "column": 35 } } @@ -154654,16 +155455,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81666, - 81674 + 82534, + 82542 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 36 }, "end": { - "line": 2665, + "line": 2691, "column": 44 } } @@ -154672,31 +155473,31 @@ "type": "Identifier", "name": "i", "range": [ - 81675, - 81676 + 82543, + 82544 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 45 }, "end": { - "line": 2665, + "line": 2691, "column": 46 } } }, "range": [ - 81666, - 81677 + 82534, + 82545 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 36 }, "end": { - "line": 2665, + "line": 2691, "column": 47 } } @@ -154705,79 +155506,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 81679, - 81695 + 82547, + 82563 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 49 }, "end": { - "line": 2665, + "line": 2691, "column": 65 } } } ], "range": [ - 81646, - 81696 + 82514, + 82564 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 16 }, "end": { - "line": 2665, + "line": 2691, "column": 66 } } }, "range": [ - 81646, - 81697 + 82514, + 82565 ], "loc": { "start": { - "line": 2665, + "line": 2691, "column": 16 }, "end": { - "line": 2665, + "line": 2691, "column": 67 } } } ], "range": [ - 81038, - 81711 + 81906, + 82579 ], "loc": { "start": { - "line": 2648, + "line": 2674, "column": 58 }, "end": { - "line": 2666, + "line": 2692, "column": 13 } } }, "alternate": null, "range": [ - 80698, - 81711 + 81566, + 82579 ], "loc": { "start": { - "line": 2643, + "line": 2669, "column": 12 }, "end": { - "line": 2666, + "line": 2692, "column": 13 } }, @@ -154786,16 +155587,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 80590, - 80633 + 81458, + 81501 ], "loc": { "start": { - "line": 2641, + "line": 2667, "column": 12 }, "end": { - "line": 2641, + "line": 2667, "column": 55 } } @@ -154804,16 +155605,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 80646, - 80685 + 81514, + 81553 ], "loc": { "start": { - "line": 2642, + "line": 2668, "column": 12 }, "end": { - "line": 2642, + "line": 2668, "column": 51 } } @@ -154822,47 +155623,47 @@ } ], "range": [ - 80450, - 81721 + 81318, + 82589 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 61 }, "end": { - "line": 2667, + "line": 2693, "column": 9 } } }, "range": [ - 80397, - 81721 + 81265, + 82589 ], "loc": { "start": { - "line": 2637, + "line": 2663, "column": 8 }, "end": { - "line": 2667, + "line": 2693, "column": 9 } } } ], "range": [ - 79955, - 81727 + 80823, + 82595 ], "loc": { "start": { - "line": 2625, + "line": 2651, "column": 18 }, "end": { - "line": 2668, + "line": 2694, "column": 5 } } @@ -154870,16 +155671,16 @@ "generator": false, "expression": false, "range": [ - 79952, - 81727 + 80820, + 82595 ], "loc": { "start": { - "line": 2625, + "line": 2651, "column": 15 }, "end": { - "line": 2668, + "line": 2694, "column": 5 } } @@ -154887,16 +155688,16 @@ "kind": "method", "computed": false, "range": [ - 79941, - 81727 + 80809, + 82595 ], "loc": { "start": { - "line": 2625, + "line": 2651, "column": 4 }, "end": { - "line": 2668, + "line": 2694, "column": 5 } }, @@ -154905,16 +155706,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 79831, - 79936 + 80699, + 80804 ], "loc": { "start": { - "line": 2621, + "line": 2647, "column": 4 }, "end": { - "line": 2624, + "line": 2650, "column": 7 } } @@ -154925,16 +155726,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 81733, - 81911 + 82601, + 82779 ], "loc": { "start": { - "line": 2670, + "line": 2696, "column": 4 }, "end": { - "line": 2674, + "line": 2700, "column": 7 } } @@ -154948,16 +155749,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 81916, - 81928 + 82784, + 82796 ], "loc": { "start": { - "line": 2675, + "line": 2701, "column": 4 }, "end": { - "line": 2675, + "line": 2701, "column": 16 } } @@ -154970,16 +155771,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 81929, - 81937 + 82797, + 82805 ], "loc": { "start": { - "line": 2675, + "line": 2701, "column": 17 }, "end": { - "line": 2675, + "line": 2701, "column": 25 } } @@ -154997,16 +155798,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 81953, - 81960 + 82821, + 82828 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 12 }, "end": { - "line": 2676, + "line": 2702, "column": 19 } } @@ -155019,16 +155820,16 @@ "object": { "type": "ThisExpression", "range": [ - 81963, - 81967 + 82831, + 82835 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 22 }, "end": { - "line": 2676, + "line": 2702, "column": 26 } } @@ -155037,31 +155838,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 81968, - 81981 + 82836, + 82849 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 27 }, "end": { - "line": 2676, + "line": 2702, "column": 40 } } }, "range": [ - 81963, - 81981 + 82831, + 82849 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 22 }, "end": { - "line": 2676, + "line": 2702, "column": 40 } } @@ -155071,47 +155872,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 81982, - 81990 + 82850, + 82858 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 41 }, "end": { - "line": 2676, + "line": 2702, "column": 49 } } } ], "range": [ - 81963, - 81991 + 82831, + 82859 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 22 }, "end": { - "line": 2676, + "line": 2702, "column": 50 } } }, "range": [ - 81953, - 81991 + 82821, + 82859 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 12 }, "end": { - "line": 2676, + "line": 2702, "column": 50 } } @@ -155119,16 +155920,16 @@ ], "kind": "let", "range": [ - 81949, - 81992 + 82817, + 82860 ], "loc": { "start": { - "line": 2676, + "line": 2702, "column": 8 }, "end": { - "line": 2676, + "line": 2702, "column": 51 } } @@ -155150,16 +155951,16 @@ "object": { "type": "ThisExpression", "range": [ - 82008, - 82012 + 82876, + 82880 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 15 }, "end": { - "line": 2677, + "line": 2703, "column": 19 } } @@ -155168,31 +155969,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 82013, - 82028 + 82881, + 82896 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 20 }, "end": { - "line": 2677, + "line": 2703, "column": 35 } } }, "range": [ - 82008, - 82028 + 82876, + 82896 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 15 }, "end": { - "line": 2677, + "line": 2703, "column": 35 } } @@ -155201,31 +156002,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82029, - 82037 + 82897, + 82905 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 36 }, "end": { - "line": 2677, + "line": 2703, "column": 44 } } }, "range": [ - 82008, - 82038 + 82876, + 82906 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 15 }, "end": { - "line": 2677, + "line": 2703, "column": 45 } } @@ -155236,16 +156037,16 @@ "object": { "type": "ThisExpression", "range": [ - 82042, - 82046 + 82910, + 82914 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 49 }, "end": { - "line": 2677, + "line": 2703, "column": 53 } } @@ -155254,46 +156055,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 82047, - 82057 + 82915, + 82925 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 54 }, "end": { - "line": 2677, + "line": 2703, "column": 64 } } }, "range": [ - 82042, - 82057 + 82910, + 82925 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 49 }, "end": { - "line": 2677, + "line": 2703, "column": 64 } } }, "range": [ - 82008, - 82057 + 82876, + 82925 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 15 }, "end": { - "line": 2677, + "line": 2703, "column": 64 } } @@ -155305,16 +156106,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 82073, - 82080 + 82941, + 82948 ], "loc": { "start": { - "line": 2678, + "line": 2704, "column": 12 }, "end": { - "line": 2678, + "line": 2704, "column": 19 } } @@ -155323,77 +156124,77 @@ "type": "Identifier", "name": "INPUT", "range": [ - 82085, - 82090 + 82953, + 82958 ], "loc": { "start": { - "line": 2678, + "line": 2704, "column": 24 }, "end": { - "line": 2678, + "line": 2704, "column": 29 } } }, "range": [ - 82073, - 82090 + 82941, + 82958 ], "loc": { "start": { - "line": 2678, + "line": 2704, "column": 12 }, "end": { - "line": 2678, + "line": 2704, "column": 29 } } }, "range": [ - 82008, - 82090 + 82876, + 82958 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 15 }, "end": { - "line": 2678, + "line": 2704, "column": 29 } } }, "range": [ - 82001, - 82091 + 82869, + 82959 ], "loc": { "start": { - "line": 2677, + "line": 2703, "column": 8 }, "end": { - "line": 2678, + "line": 2704, "column": 30 } } } ], "range": [ - 81939, - 82097 + 82807, + 82965 ], "loc": { "start": { - "line": 2675, + "line": 2701, "column": 27 }, "end": { - "line": 2679, + "line": 2705, "column": 5 } } @@ -155401,16 +156202,16 @@ "generator": false, "expression": false, "range": [ - 81928, - 82097 + 82796, + 82965 ], "loc": { "start": { - "line": 2675, + "line": 2701, "column": 16 }, "end": { - "line": 2679, + "line": 2705, "column": 5 } } @@ -155418,16 +156219,16 @@ "kind": "method", "computed": false, "range": [ - 81916, - 82097 + 82784, + 82965 ], "loc": { "start": { - "line": 2675, + "line": 2701, "column": 4 }, "end": { - "line": 2679, + "line": 2705, "column": 5 } }, @@ -155436,16 +156237,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 81733, - 81911 + 82601, + 82779 ], "loc": { "start": { - "line": 2670, + "line": 2696, "column": 4 }, "end": { - "line": 2674, + "line": 2700, "column": 7 } } @@ -155456,16 +156257,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": [ - 82103, - 82322 + 82971, + 83190 ], "loc": { "start": { - "line": 2681, + "line": 2707, "column": 4 }, "end": { - "line": 2686, + "line": 2712, "column": 7 } } @@ -155479,16 +156280,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 82327, - 82337 + 83195, + 83205 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 4 }, "end": { - "line": 2687, + "line": 2713, "column": 14 } } @@ -155501,16 +156302,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 82338, - 82346 + 83206, + 83214 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 15 }, "end": { - "line": 2687, + "line": 2713, "column": 23 } } @@ -155521,16 +156322,16 @@ "type": "Identifier", "name": "type", "range": [ - 82348, - 82352 + 83216, + 83220 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 25 }, "end": { - "line": 2687, + "line": 2713, "column": 29 } } @@ -155540,31 +156341,31 @@ "value": "script", "raw": "'script'", "range": [ - 82355, - 82363 + 83223, + 83231 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 32 }, "end": { - "line": 2687, + "line": 2713, "column": 40 } } }, "range": [ - 82348, - 82363 + 83216, + 83231 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 25 }, "end": { - "line": 2687, + "line": 2713, "column": 40 } } @@ -155582,16 +156383,16 @@ "type": "Identifier", "name": "imported", "range": [ - 82379, - 82387 + 83247, + 83255 ], "loc": { "start": { - "line": 2688, + "line": 2714, "column": 12 }, "end": { - "line": 2688, + "line": 2714, "column": 20 } } @@ -155601,31 +156402,31 @@ "value": false, "raw": "false", "range": [ - 82390, - 82395 + 83258, + 83263 ], "loc": { "start": { - "line": 2688, + "line": 2714, "column": 23 }, "end": { - "line": 2688, + "line": 2714, "column": 28 } } }, "range": [ - 82379, - 82395 + 83247, + 83263 ], "loc": { "start": { - "line": 2688, + "line": 2714, "column": 12 }, "end": { - "line": 2688, + "line": 2714, "column": 28 } } @@ -155636,16 +156437,16 @@ "type": "Identifier", "name": "attr", "range": [ - 82409, - 82413 + 83277, + 83281 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 12 }, "end": { - "line": 2689, + "line": 2715, "column": 16 } } @@ -155659,16 +156460,16 @@ "type": "Identifier", "name": "type", "range": [ - 82416, - 82420 + 83284, + 83288 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 19 }, "end": { - "line": 2689, + "line": 2715, "column": 23 } } @@ -155678,31 +156479,31 @@ "value": "script", "raw": "'script'", "range": [ - 82425, - 82433 + 83293, + 83301 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 28 }, "end": { - "line": 2689, + "line": 2715, "column": 36 } } }, "range": [ - 82416, - 82433 + 83284, + 83301 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 19 }, "end": { - "line": 2689, + "line": 2715, "column": 36 } } @@ -155712,16 +156513,16 @@ "value": "src", "raw": "'src'", "range": [ - 82436, - 82441 + 83304, + 83309 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 39 }, "end": { - "line": 2689, + "line": 2715, "column": 44 } } @@ -155731,46 +156532,46 @@ "value": "href", "raw": "'href'", "range": [ - 82444, - 82450 + 83312, + 83318 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 47 }, "end": { - "line": 2689, + "line": 2715, "column": 53 } } }, "range": [ - 82416, - 82450 + 83284, + 83318 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 19 }, "end": { - "line": 2689, + "line": 2715, "column": 53 } } }, "range": [ - 82409, - 82450 + 83277, + 83318 ], "loc": { "start": { - "line": 2689, + "line": 2715, "column": 12 }, "end": { - "line": 2689, + "line": 2715, "column": 53 } } @@ -155781,16 +156582,16 @@ "type": "Identifier", "name": "files", "range": [ - 82464, - 82469 + 83332, + 83337 ], "loc": { "start": { - "line": 2690, + "line": 2716, "column": 12 }, "end": { - "line": 2690, + "line": 2716, "column": 17 } } @@ -155801,16 +156602,16 @@ "type": "Identifier", "name": "tag", "range": [ - 82472, - 82475 + 83340, + 83343 ], "loc": { "start": { - "line": 2690, + "line": 2716, "column": 20 }, "end": { - "line": 2690, + "line": 2716, "column": 23 } } @@ -155820,16 +156621,16 @@ "type": "Identifier", "name": "doc", "range": [ - 82476, - 82479 + 83344, + 83347 ], "loc": { "start": { - "line": 2690, + "line": 2716, "column": 24 }, "end": { - "line": 2690, + "line": 2716, "column": 27 } } @@ -155838,47 +156639,47 @@ "type": "Identifier", "name": "type", "range": [ - 82481, - 82485 + 83349, + 83353 ], "loc": { "start": { - "line": 2690, + "line": 2716, "column": 29 }, "end": { - "line": 2690, + "line": 2716, "column": 33 } } } ], "range": [ - 82472, - 82486 + 83340, + 83354 ], "loc": { "start": { - "line": 2690, + "line": 2716, "column": 20 }, "end": { - "line": 2690, + "line": 2716, "column": 34 } } }, "range": [ - 82464, - 82486 + 83332, + 83354 ], "loc": { "start": { - "line": 2690, + "line": 2716, "column": 12 }, "end": { - "line": 2690, + "line": 2716, "column": 34 } } @@ -155886,16 +156687,16 @@ ], "kind": "let", "range": [ - 82375, - 82487 + 83243, + 83355 ], "loc": { "start": { - "line": 2688, + "line": 2714, "column": 8 }, "end": { - "line": 2690, + "line": 2716, "column": 35 } } @@ -155911,16 +156712,16 @@ "type": "Identifier", "name": "i", "range": [ - 82505, - 82506 + 83373, + 83374 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 17 }, "end": { - "line": 2691, + "line": 2717, "column": 18 } } @@ -155930,31 +156731,31 @@ "value": 0, "raw": "0", "range": [ - 82509, - 82510 + 83377, + 83378 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 21 }, "end": { - "line": 2691, + "line": 2717, "column": 22 } } }, "range": [ - 82505, - 82510 + 83373, + 83378 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 17 }, "end": { - "line": 2691, + "line": 2717, "column": 22 } } @@ -155965,16 +156766,16 @@ "type": "Identifier", "name": "len", "range": [ - 82512, - 82515 + 83380, + 83383 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 24 }, "end": { - "line": 2691, + "line": 2717, "column": 27 } } @@ -155986,16 +156787,16 @@ "type": "Identifier", "name": "files", "range": [ - 82518, - 82523 + 83386, + 83391 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 30 }, "end": { - "line": 2691, + "line": 2717, "column": 35 } } @@ -156004,46 +156805,46 @@ "type": "Identifier", "name": "length", "range": [ - 82524, - 82530 + 83392, + 83398 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 36 }, "end": { - "line": 2691, + "line": 2717, "column": 42 } } }, "range": [ - 82518, - 82530 + 83386, + 83398 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 30 }, "end": { - "line": 2691, + "line": 2717, "column": 42 } } }, "range": [ - 82512, - 82530 + 83380, + 83398 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 24 }, "end": { - "line": 2691, + "line": 2717, "column": 42 } } @@ -156051,16 +156852,16 @@ ], "kind": "let", "range": [ - 82501, - 82530 + 83369, + 83398 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 13 }, "end": { - "line": 2691, + "line": 2717, "column": 42 } } @@ -156072,16 +156873,16 @@ "type": "Identifier", "name": "i", "range": [ - 82532, - 82533 + 83400, + 83401 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 44 }, "end": { - "line": 2691, + "line": 2717, "column": 45 } } @@ -156090,31 +156891,31 @@ "type": "Identifier", "name": "len", "range": [ - 82536, - 82539 + 83404, + 83407 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 48 }, "end": { - "line": 2691, + "line": 2717, "column": 51 } } }, "range": [ - 82532, - 82539 + 83400, + 83407 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 44 }, "end": { - "line": 2691, + "line": 2717, "column": 51 } } @@ -156126,32 +156927,32 @@ "type": "Identifier", "name": "i", "range": [ - 82541, - 82542 + 83409, + 83410 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 53 }, "end": { - "line": 2691, + "line": 2717, "column": 54 } } }, "prefix": false, "range": [ - 82541, - 82544 + 83409, + 83412 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 53 }, "end": { - "line": 2691, + "line": 2717, "column": 56 } } @@ -156167,16 +156968,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 82564, - 82571 + 83432, + 83439 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 16 }, "end": { - "line": 2692, + "line": 2718, "column": 23 } } @@ -156192,16 +156993,16 @@ "type": "Identifier", "name": "files", "range": [ - 82572, - 82577 + 83440, + 83445 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 24 }, "end": { - "line": 2692, + "line": 2718, "column": 29 } } @@ -156210,31 +157011,31 @@ "type": "Identifier", "name": "i", "range": [ - 82578, - 82579 + 83446, + 83447 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 30 }, "end": { - "line": 2692, + "line": 2718, "column": 31 } } }, "range": [ - 82572, - 82580 + 83440, + 83448 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 24 }, "end": { - "line": 2692, + "line": 2718, "column": 32 } } @@ -156243,47 +157044,47 @@ "type": "Identifier", "name": "attr", "range": [ - 82581, - 82585 + 83449, + 83453 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 33 }, "end": { - "line": 2692, + "line": 2718, "column": 37 } } }, "range": [ - 82572, - 82586 + 83440, + 83454 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 24 }, "end": { - "line": 2692, + "line": 2718, "column": 38 } } } ], "range": [ - 82564, - 82587 + 83432, + 83455 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 16 }, "end": { - "line": 2692, + "line": 2718, "column": 39 } } @@ -156295,48 +157096,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 82607, - 82616 + 83475, + 83484 ], "loc": { "start": { - "line": 2693, + "line": 2719, "column": 16 }, "end": { - "line": 2693, + "line": 2719, "column": 25 } } } ], "range": [ - 82589, - 82630 + 83457, + 83498 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 41 }, "end": { - "line": 2694, + "line": 2720, "column": 13 } } }, "alternate": null, "range": [ - 82560, - 82630 + 83428, + 83498 ], "loc": { "start": { - "line": 2692, + "line": 2718, "column": 12 }, "end": { - "line": 2694, + "line": 2720, "column": 13 } } @@ -156358,16 +157159,16 @@ "type": "Identifier", "name": "files", "range": [ - 82647, - 82652 + 83515, + 83520 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 16 }, "end": { - "line": 2695, + "line": 2721, "column": 21 } } @@ -156376,31 +157177,31 @@ "type": "Identifier", "name": "i", "range": [ - 82653, - 82654 + 83521, + 83522 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 22 }, "end": { - "line": 2695, + "line": 2721, "column": 23 } } }, "range": [ - 82647, - 82655 + 83515, + 83523 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 16 }, "end": { - "line": 2695, + "line": 2721, "column": 24 } } @@ -156409,31 +157210,31 @@ "type": "Identifier", "name": "attr", "range": [ - 82656, - 82660 + 83524, + 83528 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 25 }, "end": { - "line": 2695, + "line": 2721, "column": 29 } } }, "range": [ - 82647, - 82661 + 83515, + 83529 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 16 }, "end": { - "line": 2695, + "line": 2721, "column": 30 } } @@ -156442,31 +157243,31 @@ "type": "Identifier", "name": "match", "range": [ - 82662, - 82667 + 83530, + 83535 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 31 }, "end": { - "line": 2695, + "line": 2721, "column": 36 } } }, "range": [ - 82647, - 82667 + 83515, + 83535 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 16 }, "end": { - "line": 2695, + "line": 2721, "column": 36 } } @@ -156476,32 +157277,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 82668, - 82676 + 83536, + 83544 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 37 }, "end": { - "line": 2695, + "line": 2721, "column": 45 } } } ], "range": [ - 82647, - 82677 + 83515, + 83545 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 16 }, "end": { - "line": 2695, + "line": 2721, "column": 46 } } @@ -156518,16 +157319,16 @@ "type": "Identifier", "name": "imported", "range": [ - 82697, - 82705 + 83565, + 83573 ], "loc": { "start": { - "line": 2696, + "line": 2722, "column": 16 }, "end": { - "line": 2696, + "line": 2722, "column": 24 } } @@ -156537,46 +157338,46 @@ "value": true, "raw": "true", "range": [ - 82708, - 82712 + 83576, + 83580 ], "loc": { "start": { - "line": 2696, + "line": 2722, "column": 27 }, "end": { - "line": 2696, + "line": 2722, "column": 31 } } }, "range": [ - 82697, - 82712 + 83565, + 83580 ], "loc": { "start": { - "line": 2696, + "line": 2722, "column": 16 }, "end": { - "line": 2696, + "line": 2722, "column": 31 } } }, "range": [ - 82697, - 82713 + 83565, + 83581 ], "loc": { "start": { - "line": 2696, + "line": 2722, "column": 16 }, "end": { - "line": 2696, + "line": 2722, "column": 32 } } @@ -156585,79 +157386,79 @@ "type": "BreakStatement", "label": null, "range": [ - 82730, - 82736 + 83598, + 83604 ], "loc": { "start": { - "line": 2697, + "line": 2723, "column": 16 }, "end": { - "line": 2697, + "line": 2723, "column": 22 } } } ], "range": [ - 82679, - 82750 + 83547, + 83618 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 48 }, "end": { - "line": 2698, + "line": 2724, "column": 13 } } }, "alternate": null, "range": [ - 82643, - 82750 + 83511, + 83618 ], "loc": { "start": { - "line": 2695, + "line": 2721, "column": 12 }, "end": { - "line": 2698, + "line": 2724, "column": 13 } } } ], "range": [ - 82546, - 82760 + 83414, + 83628 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 58 }, "end": { - "line": 2699, + "line": 2725, "column": 9 } } }, "range": [ - 82496, - 82760 + 83364, + 83628 ], "loc": { "start": { - "line": 2691, + "line": 2717, "column": 8 }, "end": { - "line": 2699, + "line": 2725, "column": 9 } } @@ -156668,47 +157469,47 @@ "type": "Identifier", "name": "imported", "range": [ - 82776, - 82784 + 83644, + 83652 ], "loc": { "start": { - "line": 2700, + "line": 2726, "column": 15 }, "end": { - "line": 2700, + "line": 2726, "column": 23 } } }, "range": [ - 82769, - 82785 + 83637, + 83653 ], "loc": { "start": { - "line": 2700, + "line": 2726, "column": 8 }, "end": { - "line": 2700, + "line": 2726, "column": 24 } } } ], "range": [ - 82365, - 82791 + 83233, + 83659 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 42 }, "end": { - "line": 2701, + "line": 2727, "column": 5 } } @@ -156716,16 +157517,16 @@ "generator": false, "expression": false, "range": [ - 82337, - 82791 + 83205, + 83659 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 14 }, "end": { - "line": 2701, + "line": 2727, "column": 5 } } @@ -156733,16 +157534,16 @@ "kind": "method", "computed": false, "range": [ - 82327, - 82791 + 83195, + 83659 ], "loc": { "start": { - "line": 2687, + "line": 2713, "column": 4 }, "end": { - "line": 2701, + "line": 2727, "column": 5 } }, @@ -156751,16 +157552,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": [ - 82103, - 82322 + 82971, + 83190 ], "loc": { "start": { - "line": 2681, + "line": 2707, "column": 4 }, "end": { - "line": 2686, + "line": 2712, "column": 7 } } @@ -156771,16 +157572,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": [ - 82797, - 83056 + 83665, + 83924 ], "loc": { "start": { - "line": 2703, + "line": 2729, "column": 4 }, "end": { - "line": 2709, + "line": 2735, "column": 7 } } @@ -156794,16 +157595,16 @@ "type": "Identifier", "name": "import", "range": [ - 83061, - 83067 + 83929, + 83935 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 4 }, "end": { - "line": 2710, + "line": 2736, "column": 10 } } @@ -156816,16 +157617,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 83068, - 83074 + 83936, + 83942 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 11 }, "end": { - "line": 2710, + "line": 2736, "column": 17 } } @@ -156834,16 +157635,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 83076, - 83084 + 83944, + 83952 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 19 }, "end": { - "line": 2710, + "line": 2736, "column": 27 } } @@ -156852,16 +157653,16 @@ "type": "Identifier", "name": "callback", "range": [ - 83086, - 83094 + 83954, + 83962 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 29 }, "end": { - "line": 2710, + "line": 2736, "column": 37 } } @@ -156872,16 +157673,16 @@ "type": "Identifier", "name": "type", "range": [ - 83096, - 83100 + 83964, + 83968 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 39 }, "end": { - "line": 2710, + "line": 2736, "column": 43 } } @@ -156891,31 +157692,31 @@ "value": "script", "raw": "'script'", "range": [ - 83103, - 83111 + 83971, + 83979 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 46 }, "end": { - "line": 2710, + "line": 2736, "column": 54 } } }, "range": [ - 83096, - 83111 + 83964, + 83979 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 39 }, "end": { - "line": 2710, + "line": 2736, "column": 54 } } @@ -156934,16 +157735,16 @@ "object": { "type": "ThisExpression", "range": [ - 83127, - 83131 + 83995, + 83999 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 12 }, "end": { - "line": 2711, + "line": 2737, "column": 16 } } @@ -156952,31 +157753,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 83132, - 83142 + 84000, + 84010 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 17 }, "end": { - "line": 2711, + "line": 2737, "column": 27 } } }, "range": [ - 83127, - 83142 + 83995, + 84010 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 12 }, "end": { - "line": 2711, + "line": 2737, "column": 27 } } @@ -156986,16 +157787,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 83143, - 83151 + 84011, + 84019 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 28 }, "end": { - "line": 2711, + "line": 2737, "column": 36 } } @@ -157004,32 +157805,32 @@ "type": "Identifier", "name": "type", "range": [ - 83153, - 83157 + 84021, + 84025 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 38 }, "end": { - "line": 2711, + "line": 2737, "column": 42 } } } ], "range": [ - 83127, - 83158 + 83995, + 84026 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 12 }, "end": { - "line": 2711, + "line": 2737, "column": 43 } } @@ -157041,48 +157842,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 83174, - 83181 + 84042, + 84049 ], "loc": { "start": { - "line": 2712, + "line": 2738, "column": 12 }, "end": { - "line": 2712, + "line": 2738, "column": 19 } } } ], "range": [ - 83160, - 83191 + 84028, + 84059 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 45 }, "end": { - "line": 2713, + "line": 2739, "column": 9 } } }, "alternate": null, "range": [ - 83123, - 83191 + 83991, + 84059 ], "loc": { "start": { - "line": 2711, + "line": 2737, "column": 8 }, "end": { - "line": 2713, + "line": 2739, "column": 9 } } @@ -157096,16 +157897,16 @@ "type": "Identifier", "name": "o", "range": [ - 83204, - 83205 + 84072, + 84073 ], "loc": { "start": { - "line": 2714, + "line": 2740, "column": 12 }, "end": { - "line": 2714, + "line": 2740, "column": 13 } } @@ -157113,31 +157914,31 @@ "init": { "type": "ThisExpression", "range": [ - 83208, - 83212 + 84076, + 84080 ], "loc": { "start": { - "line": 2714, + "line": 2740, "column": 16 }, "end": { - "line": 2714, + "line": 2740, "column": 20 } } }, "range": [ - 83204, - 83212 + 84072, + 84080 ], "loc": { "start": { - "line": 2714, + "line": 2740, "column": 12 }, "end": { - "line": 2714, + "line": 2740, "column": 20 } } @@ -157148,16 +157949,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 83226, - 83234 + 84094, + 84102 ], "loc": { "start": { - "line": 2715, + "line": 2741, "column": 12 }, "end": { - "line": 2715, + "line": 2741, "column": 20 } } @@ -157167,31 +157968,31 @@ "value": false, "raw": "false", "range": [ - 83237, - 83242 + 84105, + 84110 ], "loc": { "start": { - "line": 2715, + "line": 2741, "column": 23 }, "end": { - "line": 2715, + "line": 2741, "column": 28 } } }, "range": [ - 83226, - 83242 + 84094, + 84110 ], "loc": { "start": { - "line": 2715, + "line": 2741, "column": 12 }, "end": { - "line": 2715, + "line": 2741, "column": 28 } } @@ -157202,32 +158003,32 @@ "type": "Identifier", "name": "file", "range": [ - 83256, - 83260 + 84124, + 84128 ], "loc": { "start": { - "line": 2716, + "line": 2742, "column": 12 }, "end": { - "line": 2716, + "line": 2742, "column": 16 } } }, "init": null, "range": [ - 83256, - 83260 + 84124, + 84128 ], "loc": { "start": { - "line": 2716, + "line": 2742, "column": 12 }, "end": { - "line": 2716, + "line": 2742, "column": 16 } } @@ -157238,16 +158039,16 @@ "type": "Identifier", "name": "head", "range": [ - 83274, - 83278 + 84142, + 84146 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 12 }, "end": { - "line": 2717, + "line": 2743, "column": 16 } } @@ -157261,16 +158062,16 @@ "type": "Identifier", "name": "tag", "range": [ - 83281, - 83284 + 84149, + 84152 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 19 }, "end": { - "line": 2717, + "line": 2743, "column": 22 } } @@ -157280,16 +158081,16 @@ "type": "Identifier", "name": "doc", "range": [ - 83285, - 83288 + 84153, + 84156 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 23 }, "end": { - "line": 2717, + "line": 2743, "column": 26 } } @@ -157299,32 +158100,32 @@ "value": "head", "raw": "'head'", "range": [ - 83290, - 83296 + 84158, + 84164 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 28 }, "end": { - "line": 2717, + "line": 2743, "column": 34 } } } ], "range": [ - 83281, - 83297 + 84149, + 84165 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 19 }, "end": { - "line": 2717, + "line": 2743, "column": 35 } } @@ -157334,46 +158135,46 @@ "value": 0, "raw": "0", "range": [ - 83298, - 83299 + 84166, + 84167 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 36 }, "end": { - "line": 2717, + "line": 2743, "column": 37 } } }, "range": [ - 83281, - 83300 + 84149, + 84168 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 19 }, "end": { - "line": 2717, + "line": 2743, "column": 38 } } }, "range": [ - 83274, - 83300 + 84142, + 84168 ], "loc": { "start": { - "line": 2717, + "line": 2743, "column": 12 }, "end": { - "line": 2717, + "line": 2743, "column": 38 } } @@ -157381,16 +158182,16 @@ ], "kind": "let", "range": [ - 83200, - 83301 + 84068, + 84169 ], "loc": { "start": { - "line": 2714, + "line": 2740, "column": 8 }, "end": { - "line": 2717, + "line": 2743, "column": 39 } } @@ -157409,16 +158210,16 @@ "type": "Identifier", "name": "type", "range": [ - 83315, - 83319 + 84183, + 84187 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 12 }, "end": { - "line": 2719, + "line": 2745, "column": 16 } } @@ -157427,47 +158228,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 83320, - 83331 + 84188, + 84199 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 17 }, "end": { - "line": 2719, + "line": 2745, "column": 28 } } }, "range": [ - 83315, - 83331 + 84183, + 84199 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 12 }, "end": { - "line": 2719, + "line": 2745, "column": 28 } } }, "arguments": [], "range": [ - 83315, - 83333 + 84183, + 84201 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 12 }, "end": { - "line": 2719, + "line": 2745, "column": 30 } } @@ -157477,31 +158278,31 @@ "value": "link", "raw": "'link'", "range": [ - 83338, - 83344 + 84206, + 84212 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 35 }, "end": { - "line": 2719, + "line": 2745, "column": 41 } } }, "range": [ - 83315, - 83344 + 84183, + 84212 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 12 }, "end": { - "line": 2719, + "line": 2745, "column": 41 } } @@ -157518,16 +158319,16 @@ "type": "Identifier", "name": "file", "range": [ - 83360, - 83364 + 84228, + 84232 ], "loc": { "start": { - "line": 2720, + "line": 2746, "column": 12 }, "end": { - "line": 2720, + "line": 2746, "column": 16 } } @@ -157538,16 +158339,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 83367, - 83376 + 84235, + 84244 ], "loc": { "start": { - "line": 2720, + "line": 2746, "column": 19 }, "end": { - "line": 2720, + "line": 2746, "column": 28 } } @@ -157558,16 +158359,16 @@ "value": "link", "raw": "'link'", "range": [ - 83377, - 83383 + 84245, + 84251 ], "loc": { "start": { - "line": 2720, + "line": 2746, "column": 29 }, "end": { - "line": 2720, + "line": 2746, "column": 35 } } @@ -157580,16 +158381,16 @@ "value": "id", "raw": "'id'", "range": [ - 83402, - 83406 + 84270, + 84274 ], "loc": { "start": { - "line": 2721, + "line": 2747, "column": 17 }, "end": { - "line": 2721, + "line": 2747, "column": 21 } } @@ -157598,32 +158399,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 83408, - 83414 + 84276, + 84282 ], "loc": { "start": { - "line": 2721, + "line": 2747, "column": 23 }, "end": { - "line": 2721, + "line": 2747, "column": 29 } } } ], "range": [ - 83401, - 83415 + 84269, + 84283 ], "loc": { "start": { - "line": 2721, + "line": 2747, "column": 16 }, "end": { - "line": 2721, + "line": 2747, "column": 30 } } @@ -157636,16 +158437,16 @@ "value": "type", "raw": "'type'", "range": [ - 83418, - 83424 + 84286, + 84292 ], "loc": { "start": { - "line": 2721, + "line": 2747, "column": 33 }, "end": { - "line": 2721, + "line": 2747, "column": 39 } } @@ -157655,32 +158456,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 83426, - 83436 + 84294, + 84304 ], "loc": { "start": { - "line": 2721, + "line": 2747, "column": 41 }, "end": { - "line": 2721, + "line": 2747, "column": 51 } } } ], "range": [ - 83417, - 83437 + 84285, + 84305 ], "loc": { "start": { - "line": 2721, + "line": 2747, "column": 32 }, "end": { - "line": 2721, + "line": 2747, "column": 52 } } @@ -157693,16 +158494,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 83456, - 83461 + 84324, + 84329 ], "loc": { "start": { - "line": 2722, + "line": 2748, "column": 17 }, "end": { - "line": 2722, + "line": 2748, "column": 22 } } @@ -157712,32 +158513,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 83463, - 83475 + 84331, + 84343 ], "loc": { "start": { - "line": 2722, + "line": 2748, "column": 24 }, "end": { - "line": 2722, + "line": 2748, "column": 36 } } } ], "range": [ - 83455, - 83476 + 84323, + 84344 ], "loc": { "start": { - "line": 2722, + "line": 2748, "column": 16 }, "end": { - "line": 2722, + "line": 2748, "column": 37 } } @@ -157750,16 +158551,16 @@ "value": "href", "raw": "'href'", "range": [ - 83479, - 83485 + 84347, + 84353 ], "loc": { "start": { - "line": 2722, + "line": 2748, "column": 40 }, "end": { - "line": 2722, + "line": 2748, "column": 46 } } @@ -157768,94 +158569,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 83487, - 83495 + 84355, + 84363 ], "loc": { "start": { - "line": 2722, + "line": 2748, "column": 48 }, "end": { - "line": 2722, + "line": 2748, "column": 56 } } } ], "range": [ - 83478, - 83496 + 84346, + 84364 ], "loc": { "start": { - "line": 2722, + "line": 2748, "column": 39 }, "end": { - "line": 2722, + "line": 2748, "column": 57 } } } ], "range": [ - 83367, - 83510 + 84235, + 84378 ], "loc": { "start": { - "line": 2720, + "line": 2746, "column": 19 }, "end": { - "line": 2723, + "line": 2749, "column": 13 } } }, "range": [ - 83360, - 83510 + 84228, + 84378 ], "loc": { "start": { - "line": 2720, + "line": 2746, "column": 12 }, "end": { - "line": 2723, + "line": 2749, "column": 13 } } }, "range": [ - 83360, - 83511 + 84228, + 84379 ], "loc": { "start": { - "line": 2720, + "line": 2746, "column": 12 }, "end": { - "line": 2723, + "line": 2749, "column": 14 } } } ], "range": [ - 83346, - 83521 + 84214, + 84389 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 43 }, "end": { - "line": 2724, + "line": 2750, "column": 9 } } @@ -157872,16 +158673,16 @@ "type": "Identifier", "name": "file", "range": [ - 83541, - 83545 + 84409, + 84413 ], "loc": { "start": { - "line": 2725, + "line": 2751, "column": 12 }, "end": { - "line": 2725, + "line": 2751, "column": 16 } } @@ -157892,16 +158693,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 83548, - 83557 + 84416, + 84425 ], "loc": { "start": { - "line": 2725, + "line": 2751, "column": 19 }, "end": { - "line": 2725, + "line": 2751, "column": 28 } } @@ -157912,16 +158713,16 @@ "value": "script", "raw": "'script'", "range": [ - 83558, - 83566 + 84426, + 84434 ], "loc": { "start": { - "line": 2725, + "line": 2751, "column": 29 }, "end": { - "line": 2725, + "line": 2751, "column": 37 } } @@ -157934,16 +158735,16 @@ "value": "id", "raw": "'id'", "range": [ - 83585, - 83589 + 84453, + 84457 ], "loc": { "start": { - "line": 2726, + "line": 2752, "column": 17 }, "end": { - "line": 2726, + "line": 2752, "column": 21 } } @@ -157952,32 +158753,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 83591, - 83597 + 84459, + 84465 ], "loc": { "start": { - "line": 2726, + "line": 2752, "column": 23 }, "end": { - "line": 2726, + "line": 2752, "column": 29 } } } ], "range": [ - 83584, - 83598 + 84452, + 84466 ], "loc": { "start": { - "line": 2726, + "line": 2752, "column": 16 }, "end": { - "line": 2726, + "line": 2752, "column": 30 } } @@ -157990,16 +158791,16 @@ "value": "type", "raw": "'type'", "range": [ - 83617, - 83623 + 84485, + 84491 ], "loc": { "start": { - "line": 2727, + "line": 2753, "column": 17 }, "end": { - "line": 2727, + "line": 2753, "column": 23 } } @@ -158009,32 +158810,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 83625, - 83642 + 84493, + 84510 ], "loc": { "start": { - "line": 2727, + "line": 2753, "column": 25 }, "end": { - "line": 2727, + "line": 2753, "column": 42 } } } ], "range": [ - 83616, - 83643 + 84484, + 84511 ], "loc": { "start": { - "line": 2727, + "line": 2753, "column": 16 }, "end": { - "line": 2727, + "line": 2753, "column": 43 } } @@ -158047,16 +158848,16 @@ "value": "src", "raw": "'src'", "range": [ - 83646, - 83651 + 84514, + 84519 ], "loc": { "start": { - "line": 2727, + "line": 2753, "column": 46 }, "end": { - "line": 2727, + "line": 2753, "column": 51 } } @@ -158065,109 +158866,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 83653, - 83661 + 84521, + 84529 ], "loc": { "start": { - "line": 2727, + "line": 2753, "column": 53 }, "end": { - "line": 2727, + "line": 2753, "column": 61 } } } ], "range": [ - 83645, - 83662 + 84513, + 84530 ], "loc": { "start": { - "line": 2727, + "line": 2753, "column": 45 }, "end": { - "line": 2727, + "line": 2753, "column": 62 } } } ], "range": [ - 83548, - 83676 + 84416, + 84544 ], "loc": { "start": { - "line": 2725, + "line": 2751, "column": 19 }, "end": { - "line": 2728, + "line": 2754, "column": 13 } } }, "range": [ - 83541, - 83676 + 84409, + 84544 ], "loc": { "start": { - "line": 2725, + "line": 2751, "column": 12 }, "end": { - "line": 2728, + "line": 2754, "column": 13 } } }, "range": [ - 83541, - 83677 + 84409, + 84545 ], "loc": { "start": { - "line": 2725, + "line": 2751, "column": 12 }, "end": { - "line": 2728, + "line": 2754, "column": 14 } } } ], "range": [ - 83527, - 83687 + 84395, + 84555 ], "loc": { "start": { - "line": 2724, + "line": 2750, "column": 15 }, "end": { - "line": 2729, + "line": 2755, "column": 9 } } }, "range": [ - 83311, - 83687 + 84179, + 84555 ], "loc": { "start": { - "line": 2719, + "line": 2745, "column": 8 }, "end": { - "line": 2729, + "line": 2755, "column": 9 } }, @@ -158176,16 +158977,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 83697, - 83769 + 84565, + 84637 ], "loc": { "start": { - "line": 2731, + "line": 2757, "column": 8 }, "end": { - "line": 2731, + "line": 2757, "column": 80 } } @@ -158204,16 +159005,16 @@ "type": "Identifier", "name": "file", "range": [ - 83778, - 83782 + 84646, + 84650 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 8 }, "end": { - "line": 2732, + "line": 2758, "column": 12 } } @@ -158222,31 +159023,31 @@ "type": "Identifier", "name": "onload", "range": [ - 83783, - 83789 + 84651, + 84657 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 13 }, "end": { - "line": 2732, + "line": 2758, "column": 19 } } }, "range": [ - 83778, - 83789 + 84646, + 84657 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 8 }, "end": { - "line": 2732, + "line": 2758, "column": 19 } } @@ -158261,16 +159062,16 @@ "type": "Identifier", "name": "file", "range": [ - 83792, - 83796 + 84660, + 84664 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 22 }, "end": { - "line": 2732, + "line": 2758, "column": 26 } } @@ -158279,31 +159080,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 83797, - 83815 + 84665, + 84683 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 27 }, "end": { - "line": 2732, + "line": 2758, "column": 45 } } }, "range": [ - 83792, - 83815 + 84660, + 84683 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 22 }, "end": { - "line": 2732, + "line": 2758, "column": 45 } } @@ -158327,32 +159128,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 83843, - 83851 + 84711, + 84719 ], "loc": { "start": { - "line": 2733, + "line": 2759, "column": 17 }, "end": { - "line": 2733, + "line": 2759, "column": 25 } } }, "prefix": true, "range": [ - 83842, - 83851 + 84710, + 84719 ], "loc": { "start": { - "line": 2733, + "line": 2759, "column": 16 }, "end": { - "line": 2733, + "line": 2759, "column": 25 } } @@ -158372,16 +159173,16 @@ "object": { "type": "ThisExpression", "range": [ - 83873, - 83877 + 84741, + 84745 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 18 }, "end": { - "line": 2734, + "line": 2760, "column": 22 } } @@ -158390,47 +159191,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 83878, - 83888 + 84746, + 84756 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 23 }, "end": { - "line": 2734, + "line": 2760, "column": 33 } } }, "range": [ - 83873, - 83888 + 84741, + 84756 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 18 }, "end": { - "line": 2734, + "line": 2760, "column": 33 } } }, "prefix": true, "range": [ - 83872, - 83888 + 84740, + 84756 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 17 }, "end": { - "line": 2734, + "line": 2760, "column": 33 } } @@ -158444,16 +159245,16 @@ "object": { "type": "ThisExpression", "range": [ - 83892, - 83896 + 84760, + 84764 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 37 }, "end": { - "line": 2734, + "line": 2760, "column": 41 } } @@ -158462,31 +159263,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 83897, - 83907 + 84765, + 84775 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 42 }, "end": { - "line": 2734, + "line": 2760, "column": 52 } } }, "range": [ - 83892, - 83907 + 84760, + 84775 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 37 }, "end": { - "line": 2734, + "line": 2760, "column": 52 } } @@ -158496,46 +159297,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 83912, - 83920 + 84780, + 84788 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 57 }, "end": { - "line": 2734, + "line": 2760, "column": 65 } } }, "range": [ - 83892, - 83920 + 84760, + 84788 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 37 }, "end": { - "line": 2734, + "line": 2760, "column": 65 } } }, "range": [ - 83872, - 83920 + 84740, + 84788 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 17 }, "end": { - "line": 2734, + "line": 2760, "column": 65 } } @@ -158549,16 +159350,16 @@ "object": { "type": "ThisExpression", "range": [ - 83944, - 83948 + 84812, + 84816 ], "loc": { "start": { - "line": 2735, + "line": 2761, "column": 20 }, "end": { - "line": 2735, + "line": 2761, "column": 24 } } @@ -158567,31 +159368,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 83949, - 83959 + 84817, + 84827 ], "loc": { "start": { - "line": 2735, + "line": 2761, "column": 25 }, "end": { - "line": 2735, + "line": 2761, "column": 35 } } }, "range": [ - 83944, - 83959 + 84812, + 84827 ], "loc": { "start": { - "line": 2735, + "line": 2761, "column": 20 }, "end": { - "line": 2735, + "line": 2761, "column": 35 } } @@ -158601,61 +159402,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 83964, - 83974 + 84832, + 84842 ], "loc": { "start": { - "line": 2735, + "line": 2761, "column": 40 }, "end": { - "line": 2735, + "line": 2761, "column": 50 } } }, "range": [ - 83944, - 83974 + 84812, + 84842 ], "loc": { "start": { - "line": 2735, + "line": 2761, "column": 20 }, "end": { - "line": 2735, + "line": 2761, "column": 50 } } }, "range": [ - 83872, - 83974 + 84740, + 84842 ], "loc": { "start": { - "line": 2734, + "line": 2760, "column": 17 }, "end": { - "line": 2735, + "line": 2761, "column": 50 } } }, "range": [ - 83842, - 83975 + 84710, + 84843 ], "loc": { "start": { - "line": 2733, + "line": 2759, "column": 16 }, "end": { - "line": 2735, + "line": 2761, "column": 51 } } @@ -158672,16 +159473,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 83995, - 84003 + 84863, + 84871 ], "loc": { "start": { - "line": 2736, + "line": 2762, "column": 16 }, "end": { - "line": 2736, + "line": 2762, "column": 24 } } @@ -158691,46 +159492,46 @@ "value": true, "raw": "true", "range": [ - 84006, - 84010 + 84874, + 84878 ], "loc": { "start": { - "line": 2736, + "line": 2762, "column": 27 }, "end": { - "line": 2736, + "line": 2762, "column": 31 } } }, "range": [ - 83995, - 84010 + 84863, + 84878 ], "loc": { "start": { - "line": 2736, + "line": 2762, "column": 16 }, "end": { - "line": 2736, + "line": 2762, "column": 31 } } }, "range": [ - 83995, - 84011 + 84863, + 84879 ], "loc": { "start": { - "line": 2736, + "line": 2762, "column": 16 }, "end": { - "line": 2736, + "line": 2762, "column": 32 } } @@ -158747,32 +159548,32 @@ "type": "Identifier", "name": "callback", "range": [ - 84039, - 84047 + 84907, + 84915 ], "loc": { "start": { - "line": 2737, + "line": 2763, "column": 27 }, "end": { - "line": 2737, + "line": 2763, "column": 35 } } }, "prefix": true, "range": [ - 84032, - 84047 + 84900, + 84915 ], "loc": { "start": { - "line": 2737, + "line": 2763, "column": 20 }, "end": { - "line": 2737, + "line": 2763, "column": 35 } } @@ -158782,31 +159583,31 @@ "value": "function", "raw": "'function'", "range": [ - 84052, - 84062 + 84920, + 84930 ], "loc": { "start": { - "line": 2737, + "line": 2763, "column": 40 }, "end": { - "line": 2737, + "line": 2763, "column": 50 } } }, "range": [ - 84032, - 84062 + 84900, + 84930 ], "loc": { "start": { - "line": 2737, + "line": 2763, "column": 20 }, "end": { - "line": 2737, + "line": 2763, "column": 50 } } @@ -158825,16 +159626,16 @@ "type": "Identifier", "name": "callback", "range": [ - 84086, - 84094 + 84954, + 84962 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 20 }, "end": { - "line": 2738, + "line": 2764, "column": 28 } } @@ -158843,31 +159644,31 @@ "type": "Identifier", "name": "call", "range": [ - 84095, - 84099 + 84963, + 84967 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 29 }, "end": { - "line": 2738, + "line": 2764, "column": 33 } } }, "range": [ - 84086, - 84099 + 84954, + 84967 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 20 }, "end": { - "line": 2738, + "line": 2764, "column": 33 } } @@ -158878,16 +159679,16 @@ "value": null, "raw": "null", "range": [ - 84100, - 84104 + 84968, + 84972 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 34 }, "end": { - "line": 2738, + "line": 2764, "column": 38 } } @@ -158896,127 +159697,127 @@ "type": "Identifier", "name": "o", "range": [ - 84106, - 84107 + 84974, + 84975 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 40 }, "end": { - "line": 2738, + "line": 2764, "column": 41 } } } ], "range": [ - 84086, - 84108 + 84954, + 84976 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 20 }, "end": { - "line": 2738, + "line": 2764, "column": 42 } } }, "range": [ - 84086, - 84109 + 84954, + 84977 ], "loc": { "start": { - "line": 2738, + "line": 2764, "column": 20 }, "end": { - "line": 2738, + "line": 2764, "column": 43 } } } ], "range": [ - 84064, - 84127 + 84932, + 84995 ], "loc": { "start": { - "line": 2737, + "line": 2763, "column": 52 }, "end": { - "line": 2739, + "line": 2765, "column": 17 } } }, "alternate": null, "range": [ - 84028, - 84127 + 84896, + 84995 ], "loc": { "start": { - "line": 2737, + "line": 2763, "column": 16 }, "end": { - "line": 2739, + "line": 2765, "column": 17 } } } ], "range": [ - 83977, - 84141 + 84845, + 85009 ], "loc": { "start": { - "line": 2735, + "line": 2761, "column": 53 }, "end": { - "line": 2740, + "line": 2766, "column": 13 } } }, "alternate": null, "range": [ - 83838, - 84141 + 84706, + 85009 ], "loc": { "start": { - "line": 2733, + "line": 2759, "column": 12 }, "end": { - "line": 2740, + "line": 2766, "column": 13 } } } ], "range": [ - 83824, - 84151 + 84692, + 85019 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 54 }, "end": { - "line": 2741, + "line": 2767, "column": 9 } } @@ -159024,61 +159825,61 @@ "generator": false, "expression": false, "range": [ - 83818, - 84151 + 84686, + 85019 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 48 }, "end": { - "line": 2741, + "line": 2767, "column": 9 } } }, "range": [ - 83792, - 84151 + 84660, + 85019 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 22 }, "end": { - "line": 2741, + "line": 2767, "column": 9 } } }, "range": [ - 83778, - 84151 + 84646, + 85019 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 8 }, "end": { - "line": 2741, + "line": 2767, "column": 9 } } }, "range": [ - 83778, - 84152 + 84646, + 85020 ], "loc": { "start": { - "line": 2732, + "line": 2758, "column": 8 }, "end": { - "line": 2741, + "line": 2767, "column": 10 } }, @@ -159087,16 +159888,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 83697, - 83769 + 84565, + 84637 ], "loc": { "start": { - "line": 2731, + "line": 2757, "column": 8 }, "end": { - "line": 2731, + "line": 2757, "column": 80 } } @@ -159115,16 +159916,16 @@ "type": "Identifier", "name": "file", "range": [ - 84161, - 84165 + 85029, + 85033 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 8 }, "end": { - "line": 2742, + "line": 2768, "column": 12 } } @@ -159133,31 +159934,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 84166, - 84173 + 85034, + 85041 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 13 }, "end": { - "line": 2742, + "line": 2768, "column": 20 } } }, "range": [ - 84161, - 84173 + 85029, + 85041 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 8 }, "end": { - "line": 2742, + "line": 2768, "column": 20 } } @@ -159177,16 +159978,16 @@ "type": "Identifier", "name": "Error", "range": [ - 84212, - 84217 + 85080, + 85085 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 22 }, "end": { - "line": 2743, + "line": 2769, "column": 27 } } @@ -159203,16 +160004,16 @@ }, "tail": false, "range": [ - 84218, - 84249 + 85086, + 85117 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 28 }, "end": { - "line": 2743, + "line": 2769, "column": 59 } } @@ -159225,16 +160026,16 @@ }, "tail": true, "range": [ - 84257, - 84259 + 85125, + 85127 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 67 }, "end": { - "line": 2743, + "line": 2769, "column": 69 } } @@ -159245,79 +160046,79 @@ "type": "Identifier", "name": "filePath", "range": [ - 84249, - 84257 + 85117, + 85125 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 59 }, "end": { - "line": 2743, + "line": 2769, "column": 67 } } } ], "range": [ - 84218, - 84259 + 85086, + 85127 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 28 }, "end": { - "line": 2743, + "line": 2769, "column": 69 } } } ], "range": [ - 84208, - 84260 + 85076, + 85128 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 18 }, "end": { - "line": 2743, + "line": 2769, "column": 70 } } }, "range": [ - 84202, - 84261 + 85070, + 85129 ], "loc": { "start": { - "line": 2743, + "line": 2769, "column": 12 }, "end": { - "line": 2743, + "line": 2769, "column": 71 } } } ], "range": [ - 84188, - 84271 + 85056, + 85139 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 35 }, "end": { - "line": 2744, + "line": 2770, "column": 9 } } @@ -159325,46 +160126,46 @@ "generator": false, "expression": false, "range": [ - 84176, - 84271 + 85044, + 85139 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 23 }, "end": { - "line": 2744, + "line": 2770, "column": 9 } } }, "range": [ - 84161, - 84271 + 85029, + 85139 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 8 }, "end": { - "line": 2744, + "line": 2770, "column": 9 } } }, "range": [ - 84161, - 84272 + 85029, + 85140 ], "loc": { "start": { - "line": 2742, + "line": 2768, "column": 8 }, "end": { - "line": 2744, + "line": 2770, "column": 10 } } @@ -159380,16 +160181,16 @@ "type": "Identifier", "name": "head", "range": [ - 84281, - 84285 + 85149, + 85153 ], "loc": { "start": { - "line": 2745, + "line": 2771, "column": 8 }, "end": { - "line": 2745, + "line": 2771, "column": 12 } } @@ -159398,31 +160199,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 84286, - 84297 + 85154, + 85165 ], "loc": { "start": { - "line": 2745, + "line": 2771, "column": 13 }, "end": { - "line": 2745, + "line": 2771, "column": 24 } } }, "range": [ - 84281, - 84297 + 85149, + 85165 ], "loc": { "start": { - "line": 2745, + "line": 2771, "column": 8 }, "end": { - "line": 2745, + "line": 2771, "column": 24 } } @@ -159432,63 +160233,63 @@ "type": "Identifier", "name": "file", "range": [ - 84298, - 84302 + 85166, + 85170 ], "loc": { "start": { - "line": 2745, + "line": 2771, "column": 25 }, "end": { - "line": 2745, + "line": 2771, "column": 29 } } } ], "range": [ - 84281, - 84303 + 85149, + 85171 ], "loc": { "start": { - "line": 2745, + "line": 2771, "column": 8 }, "end": { - "line": 2745, + "line": 2771, "column": 30 } } }, "range": [ - 84281, - 84304 + 85149, + 85172 ], "loc": { "start": { - "line": 2745, + "line": 2771, "column": 8 }, "end": { - "line": 2745, + "line": 2771, "column": 31 } } } ], "range": [ - 83113, - 84310 + 83981, + 85178 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 56 }, "end": { - "line": 2746, + "line": 2772, "column": 5 } } @@ -159496,16 +160297,16 @@ "generator": false, "expression": false, "range": [ - 83067, - 84310 + 83935, + 85178 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 10 }, "end": { - "line": 2746, + "line": 2772, "column": 5 } } @@ -159513,16 +160314,16 @@ "kind": "method", "computed": false, "range": [ - 83061, - 84310 + 83929, + 85178 ], "loc": { "start": { - "line": 2710, + "line": 2736, "column": 4 }, "end": { - "line": 2746, + "line": 2772, "column": 5 } }, @@ -159531,16 +160332,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": [ - 82797, - 83056 + 83665, + 83924 ], "loc": { "start": { - "line": 2703, + "line": 2729, "column": 4 }, "end": { - "line": 2709, + "line": 2735, "column": 7 } } @@ -159551,16 +160352,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 84316, - 84391 + 85184, + 85259 ], "loc": { "start": { - "line": 2748, + "line": 2774, "column": 4 }, "end": { - "line": 2751, + "line": 2777, "column": 7 } } @@ -159574,16 +160375,16 @@ "type": "Identifier", "name": "isInitialized", "range": [ - 84396, - 84409 + 85264, + 85277 ], "loc": { "start": { - "line": 2752, + "line": 2778, "column": 4 }, "end": { - "line": 2752, + "line": 2778, "column": 17 } } @@ -159603,16 +160404,16 @@ "object": { "type": "ThisExpression", "range": [ - 84429, - 84433 + 85297, + 85301 ], "loc": { "start": { - "line": 2753, + "line": 2779, "column": 15 }, "end": { - "line": 2753, + "line": 2779, "column": 19 } } @@ -159621,62 +160422,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 84434, - 84445 + 85302, + 85313 ], "loc": { "start": { - "line": 2753, + "line": 2779, "column": 20 }, "end": { - "line": 2753, + "line": 2779, "column": 31 } } }, "range": [ - 84429, - 84445 + 85297, + 85313 ], "loc": { "start": { - "line": 2753, + "line": 2779, "column": 15 }, "end": { - "line": 2753, + "line": 2779, "column": 31 } } }, "range": [ - 84422, - 84446 + 85290, + 85314 ], "loc": { "start": { - "line": 2753, + "line": 2779, "column": 8 }, "end": { - "line": 2753, + "line": 2779, "column": 32 } } } ], "range": [ - 84412, - 84452 + 85280, + 85320 ], "loc": { "start": { - "line": 2752, + "line": 2778, "column": 20 }, "end": { - "line": 2754, + "line": 2780, "column": 5 } } @@ -159684,16 +160485,16 @@ "generator": false, "expression": false, "range": [ - 84409, - 84452 + 85277, + 85320 ], "loc": { "start": { - "line": 2752, + "line": 2778, "column": 17 }, "end": { - "line": 2754, + "line": 2780, "column": 5 } } @@ -159701,16 +160502,16 @@ "kind": "method", "computed": false, "range": [ - 84396, - 84452 + 85264, + 85320 ], "loc": { "start": { - "line": 2752, + "line": 2778, "column": 4 }, "end": { - "line": 2754, + "line": 2780, "column": 5 } }, @@ -159719,16 +160520,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 84316, - 84391 + 85184, + 85259 ], "loc": { "start": { - "line": 2748, + "line": 2774, "column": 4 }, "end": { - "line": 2751, + "line": 2777, "column": 7 } } @@ -159739,16 +160540,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 84458, - 84537 + 85326, + 85405 ], "loc": { "start": { - "line": 2756, + "line": 2782, "column": 4 }, "end": { - "line": 2759, + "line": 2785, "column": 7 } } @@ -159762,16 +160563,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 84542, - 84554 + 85410, + 85422 ], "loc": { "start": { - "line": 2760, + "line": 2786, "column": 4 }, "end": { - "line": 2760, + "line": 2786, "column": 16 } } @@ -159794,16 +160595,16 @@ "object": { "type": "ThisExpression", "range": [ - 84574, - 84578 + 85442, + 85446 ], "loc": { "start": { - "line": 2761, + "line": 2787, "column": 15 }, "end": { - "line": 2761, + "line": 2787, "column": 19 } } @@ -159812,31 +160613,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 84579, - 84585 + 85447, + 85453 ], "loc": { "start": { - "line": 2761, + "line": 2787, "column": 20 }, "end": { - "line": 2761, + "line": 2787, "column": 26 } } }, "range": [ - 84574, - 84585 + 85442, + 85453 ], "loc": { "start": { - "line": 2761, + "line": 2787, "column": 15 }, "end": { - "line": 2761, + "line": 2787, "column": 26 } } @@ -159845,62 +160646,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 84589, - 84591 + 85457, + 85459 ], "loc": { "start": { - "line": 2761, + "line": 2787, "column": 30 }, "end": { - "line": 2761, + "line": 2787, "column": 32 } } }, "range": [ - 84574, - 84591 + 85442, + 85459 ], "loc": { "start": { - "line": 2761, + "line": 2787, "column": 15 }, "end": { - "line": 2761, + "line": 2787, "column": 32 } } }, "range": [ - 84567, - 84592 + 85435, + 85460 ], "loc": { "start": { - "line": 2761, + "line": 2787, "column": 8 }, "end": { - "line": 2761, + "line": 2787, "column": 33 } } } ], "range": [ - 84557, - 84598 + 85425, + 85466 ], "loc": { "start": { - "line": 2760, + "line": 2786, "column": 19 }, "end": { - "line": 2762, + "line": 2788, "column": 5 } } @@ -159908,16 +160709,16 @@ "generator": false, "expression": false, "range": [ - 84554, - 84598 + 85422, + 85466 ], "loc": { "start": { - "line": 2760, + "line": 2786, "column": 16 }, "end": { - "line": 2762, + "line": 2788, "column": 5 } } @@ -159925,16 +160726,16 @@ "kind": "method", "computed": false, "range": [ - 84542, - 84598 + 85410, + 85466 ], "loc": { "start": { - "line": 2760, + "line": 2786, "column": 4 }, "end": { - "line": 2762, + "line": 2788, "column": 5 } }, @@ -159943,16 +160744,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 84458, - 84537 + 85326, + 85405 ], "loc": { "start": { - "line": 2756, + "line": 2782, "column": 4 }, "end": { - "line": 2759, + "line": 2785, "column": 7 } } @@ -159963,16 +160764,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": [ - 84604, - 84780 + 85472, + 85648 ], "loc": { "start": { - "line": 2764, + "line": 2790, "column": 4 }, "end": { - "line": 2768, + "line": 2794, "column": 7 } } @@ -159986,16 +160787,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 84785, - 84797 + 85653, + 85665 ], "loc": { "start": { - "line": 2769, + "line": 2795, "column": 4 }, "end": { - "line": 2769, + "line": 2795, "column": 16 } } @@ -160008,16 +160809,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 84798, - 84804 + 85666, + 85672 ], "loc": { "start": { - "line": 2769, + "line": 2795, "column": 17 }, "end": { - "line": 2769, + "line": 2795, "column": 23 } } @@ -160035,32 +160836,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 84821, - 84827 + 85689, + 85695 ], "loc": { "start": { - "line": 2770, + "line": 2796, "column": 13 }, "end": { - "line": 2770, + "line": 2796, "column": 19 } } }, "prefix": true, "range": [ - 84820, - 84827 + 85688, + 85695 ], "loc": { "start": { - "line": 2770, + "line": 2796, "column": 12 }, "end": { - "line": 2770, + "line": 2796, "column": 19 } } @@ -160076,16 +160877,16 @@ "object": { "type": "ThisExpression", "range": [ - 84850, - 84854 + 85718, + 85722 ], "loc": { "start": { - "line": 2771, + "line": 2797, "column": 19 }, "end": { - "line": 2771, + "line": 2797, "column": 23 } } @@ -160094,78 +160895,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 84855, - 84869 + 85723, + 85737 ], "loc": { "start": { - "line": 2771, + "line": 2797, "column": 24 }, "end": { - "line": 2771, + "line": 2797, "column": 38 } } }, "range": [ - 84850, - 84869 + 85718, + 85737 ], "loc": { "start": { - "line": 2771, + "line": 2797, "column": 19 }, "end": { - "line": 2771, + "line": 2797, "column": 38 } } }, "range": [ - 84843, - 84870 + 85711, + 85738 ], "loc": { "start": { - "line": 2771, + "line": 2797, "column": 12 }, "end": { - "line": 2771, + "line": 2797, "column": 39 } } } ], "range": [ - 84829, - 84880 + 85697, + 85748 ], "loc": { "start": { - "line": 2770, + "line": 2796, "column": 21 }, "end": { - "line": 2772, + "line": 2798, "column": 9 } } }, "alternate": null, "range": [ - 84816, - 84880 + 85684, + 85748 ], "loc": { "start": { - "line": 2770, + "line": 2796, "column": 8 }, "end": { - "line": 2772, + "line": 2798, "column": 9 } } @@ -160179,16 +160980,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 84894, - 84900 + 85762, + 85768 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 12 }, "end": { - "line": 2774, + "line": 2800, "column": 18 } } @@ -160201,16 +161002,16 @@ "object": { "type": "ThisExpression", "range": [ - 84903, - 84907 + 85771, + 85775 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 21 }, "end": { - "line": 2774, + "line": 2800, "column": 25 } } @@ -160219,31 +161020,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 84908, - 84917 + 85776, + 85785 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 26 }, "end": { - "line": 2774, + "line": 2800, "column": 35 } } }, "range": [ - 84903, - 84917 + 85771, + 85785 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 21 }, "end": { - "line": 2774, + "line": 2800, "column": 35 } } @@ -160254,47 +161055,47 @@ "value": true, "raw": "true", "range": [ - 84918, - 84922 + 85786, + 85790 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 36 }, "end": { - "line": 2774, + "line": 2800, "column": 40 } } } ], "range": [ - 84903, - 84923 + 85771, + 85791 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 21 }, "end": { - "line": 2774, + "line": 2800, "column": 41 } } }, "range": [ - 84894, - 84923 + 85762, + 85791 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 12 }, "end": { - "line": 2774, + "line": 2800, "column": 41 } } @@ -160302,16 +161103,16 @@ ], "kind": "let", "range": [ - 84890, - 84924 + 85758, + 85792 ], "loc": { "start": { - "line": 2774, + "line": 2800, "column": 8 }, "end": { - "line": 2774, + "line": 2800, "column": 42 } } @@ -160327,16 +161128,16 @@ "object": { "type": "ThisExpression", "range": [ - 84933, - 84937 + 85801, + 85805 ], "loc": { "start": { - "line": 2775, + "line": 2801, "column": 8 }, "end": { - "line": 2775, + "line": 2801, "column": 12 } } @@ -160345,31 +161146,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 84938, - 84952 + 85806, + 85820 ], "loc": { "start": { - "line": 2775, + "line": 2801, "column": 13 }, "end": { - "line": 2775, + "line": 2801, "column": 27 } } }, "range": [ - 84933, - 84952 + 85801, + 85820 ], "loc": { "start": { - "line": 2775, + "line": 2801, "column": 8 }, "end": { - "line": 2775, + "line": 2801, "column": 27 } } @@ -160378,46 +161179,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 84955, - 84957 + 85823, + 85825 ], "loc": { "start": { - "line": 2775, + "line": 2801, "column": 30 }, "end": { - "line": 2775, + "line": 2801, "column": 32 } } }, "range": [ - 84933, - 84957 + 85801, + 85825 ], "loc": { "start": { - "line": 2775, + "line": 2801, "column": 8 }, "end": { - "line": 2775, + "line": 2801, "column": 32 } } }, "range": [ - 84933, - 84958 + 85801, + 85826 ], "loc": { "start": { - "line": 2775, + "line": 2801, "column": 8 }, "end": { - "line": 2775, + "line": 2801, "column": 33 } } @@ -160433,16 +161234,16 @@ "type": "Identifier", "name": "k", "range": [ - 84976, - 84977 + 85844, + 85845 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 17 }, "end": { - "line": 2776, + "line": 2802, "column": 18 } } @@ -160453,16 +161254,16 @@ "object": { "type": "ThisExpression", "range": [ - 84980, - 84984 + 85848, + 85852 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 21 }, "end": { - "line": 2776, + "line": 2802, "column": 25 } } @@ -160471,46 +161272,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 84985, - 84991 + 85853, + 85859 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 26 }, "end": { - "line": 2776, + "line": 2802, "column": 32 } } }, "range": [ - 84980, - 84991 + 85848, + 85859 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 21 }, "end": { - "line": 2776, + "line": 2802, "column": 32 } } }, "range": [ - 84976, - 84991 + 85844, + 85859 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 17 }, "end": { - "line": 2776, + "line": 2802, "column": 32 } } @@ -160518,16 +161319,16 @@ ], "kind": "let", "range": [ - 84972, - 84991 + 85840, + 85859 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 13 }, "end": { - "line": 2776, + "line": 2802, "column": 32 } } @@ -160539,16 +161340,16 @@ "type": "Identifier", "name": "k", "range": [ - 84993, - 84994 + 85861, + 85862 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 34 }, "end": { - "line": 2776, + "line": 2802, "column": 35 } } @@ -160557,31 +161358,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 84997, - 85003 + 85865, + 85871 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 38 }, "end": { - "line": 2776, + "line": 2802, "column": 44 } } }, "range": [ - 84993, - 85003 + 85861, + 85871 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 34 }, "end": { - "line": 2776, + "line": 2802, "column": 44 } } @@ -160593,32 +161394,32 @@ "type": "Identifier", "name": "k", "range": [ - 85005, - 85006 + 85873, + 85874 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 46 }, "end": { - "line": 2776, + "line": 2802, "column": 47 } } }, "prefix": false, "range": [ - 85005, - 85008 + 85873, + 85876 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 46 }, "end": { - "line": 2776, + "line": 2802, "column": 49 } } @@ -160635,16 +161436,16 @@ "type": "Identifier", "name": "r", "range": [ - 85028, - 85029 + 85896, + 85897 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 16 }, "end": { - "line": 2777, + "line": 2803, "column": 17 } } @@ -160661,16 +161462,16 @@ "object": { "type": "ThisExpression", "range": [ - 85032, - 85036 + 85900, + 85904 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 20 }, "end": { - "line": 2777, + "line": 2803, "column": 24 } } @@ -160679,31 +161480,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 85037, - 85040 + 85905, + 85908 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 25 }, "end": { - "line": 2777, + "line": 2803, "column": 28 } } }, "range": [ - 85032, - 85040 + 85900, + 85908 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 20 }, "end": { - "line": 2777, + "line": 2803, "column": 28 } } @@ -160712,31 +161513,31 @@ "type": "Identifier", "name": "rows", "range": [ - 85041, - 85045 + 85909, + 85913 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 29 }, "end": { - "line": 2777, + "line": 2803, "column": 33 } } }, "range": [ - 85032, - 85045 + 85900, + 85913 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 20 }, "end": { - "line": 2777, + "line": 2803, "column": 33 } } @@ -160745,46 +161546,46 @@ "type": "Identifier", "name": "k", "range": [ - 85046, - 85047 + 85914, + 85915 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 34 }, "end": { - "line": 2777, + "line": 2803, "column": 35 } } }, "range": [ - 85032, - 85048 + 85900, + 85916 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 20 }, "end": { - "line": 2777, + "line": 2803, "column": 36 } } }, "range": [ - 85028, - 85048 + 85896, + 85916 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 16 }, "end": { - "line": 2777, + "line": 2803, "column": 36 } } @@ -160792,16 +161593,16 @@ ], "kind": "let", "range": [ - 85024, - 85049 + 85892, + 85917 ], "loc": { "start": { - "line": 2777, + "line": 2803, "column": 12 }, "end": { - "line": 2777, + "line": 2803, "column": 37 } } @@ -160817,16 +161618,16 @@ "object": { "type": "ThisExpression", "range": [ - 85067, - 85071 + 85935, + 85939 ], "loc": { "start": { - "line": 2778, + "line": 2804, "column": 17 }, "end": { - "line": 2778, + "line": 2804, "column": 21 } } @@ -160835,47 +161636,47 @@ "type": "Identifier", "name": "paging", "range": [ - 85072, - 85078 + 85940, + 85946 ], "loc": { "start": { - "line": 2778, + "line": 2804, "column": 22 }, "end": { - "line": 2778, + "line": 2804, "column": 28 } } }, "range": [ - 85067, - 85078 + 85935, + 85946 ], "loc": { "start": { - "line": 2778, + "line": 2804, "column": 17 }, "end": { - "line": 2778, + "line": 2804, "column": 28 } } }, "prefix": true, "range": [ - 85066, - 85078 + 85934, + 85946 ], "loc": { "start": { - "line": 2778, + "line": 2804, "column": 16 }, "end": { - "line": 2778, + "line": 2804, "column": 28 } } @@ -160896,16 +161697,16 @@ "object": { "type": "ThisExpression", "range": [ - 85102, - 85106 + 85970, + 85974 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 20 }, "end": { - "line": 2779, + "line": 2805, "column": 24 } } @@ -160914,31 +161715,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 85107, - 85120 + 85975, + 85988 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 25 }, "end": { - "line": 2779, + "line": 2805, "column": 38 } } }, "range": [ - 85102, - 85120 + 85970, + 85988 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 20 }, "end": { - "line": 2779, + "line": 2805, "column": 38 } } @@ -160948,32 +161749,32 @@ "type": "Identifier", "name": "r", "range": [ - 85121, - 85122 + 85989, + 85990 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 39 }, "end": { - "line": 2779, + "line": 2805, "column": 40 } } } ], "range": [ - 85102, - 85123 + 85970, + 85991 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 20 }, "end": { - "line": 2779, + "line": 2805, "column": 41 } } @@ -160982,31 +161783,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 85128, - 85132 + 85996, + 86000 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 46 }, "end": { - "line": 2779, + "line": 2805, "column": 50 } } }, "range": [ - 85102, - 85132 + 85970, + 86000 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 20 }, "end": { - "line": 2779, + "line": 2805, "column": 50 } } @@ -161027,16 +161828,16 @@ "object": { "type": "ThisExpression", "range": [ - 85156, - 85160 + 86024, + 86028 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 20 }, "end": { - "line": 2780, + "line": 2806, "column": 24 } } @@ -161045,31 +161846,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 85161, - 85175 + 86029, + 86043 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 25 }, "end": { - "line": 2780, + "line": 2806, "column": 39 } } }, "range": [ - 85156, - 85175 + 86024, + 86043 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 20 }, "end": { - "line": 2780, + "line": 2806, "column": 39 } } @@ -161078,31 +161879,31 @@ "type": "Identifier", "name": "push", "range": [ - 85176, - 85180 + 86044, + 86048 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 40 }, "end": { - "line": 2780, + "line": 2806, "column": 44 } } }, "range": [ - 85156, - 85180 + 86024, + 86048 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 20 }, "end": { - "line": 2780, + "line": 2806, "column": 44 } } @@ -161115,16 +161916,16 @@ "type": "Identifier", "name": "r", "range": [ - 85181, - 85182 + 86049, + 86050 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 45 }, "end": { - "line": 2780, + "line": 2806, "column": 46 } } @@ -161133,110 +161934,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 85183, - 85191 + 86051, + 86059 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 47 }, "end": { - "line": 2780, + "line": 2806, "column": 55 } } }, "range": [ - 85181, - 85191 + 86049, + 86059 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 45 }, "end": { - "line": 2780, + "line": 2806, "column": 55 } } } ], "range": [ - 85156, - 85192 + 86024, + 86060 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 20 }, "end": { - "line": 2780, + "line": 2806, "column": 56 } } }, "range": [ - 85156, - 85193 + 86024, + 86061 ], "loc": { "start": { - "line": 2780, + "line": 2806, "column": 20 }, "end": { - "line": 2780, + "line": 2806, "column": 57 } } } ], "range": [ - 85134, - 85211 + 86002, + 86079 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 52 }, "end": { - "line": 2781, + "line": 2807, "column": 17 } } }, "alternate": null, "range": [ - 85098, - 85211 + 85966, + 86079 ], "loc": { "start": { - "line": 2779, + "line": 2805, "column": 16 }, "end": { - "line": 2781, + "line": 2807, "column": 17 } } } ], "range": [ - 85080, - 85225 + 85948, + 86093 ], "loc": { "start": { - "line": 2778, + "line": 2804, "column": 30 }, "end": { - "line": 2782, + "line": 2808, "column": 13 } } @@ -161261,16 +162062,16 @@ "type": "Identifier", "name": "r", "range": [ - 85253, - 85254 + 86121, + 86122 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 20 }, "end": { - "line": 2783, + "line": 2809, "column": 21 } } @@ -161279,31 +162080,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 85255, - 85267 + 86123, + 86135 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 22 }, "end": { - "line": 2783, + "line": 2809, "column": 34 } } }, "range": [ - 85253, - 85267 + 86121, + 86135 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 20 }, "end": { - "line": 2783, + "line": 2809, "column": 34 } } @@ -161314,32 +162115,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 85268, - 85278 + 86136, + 86146 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 35 }, "end": { - "line": 2783, + "line": 2809, "column": 45 } } } ], "range": [ - 85253, - 85279 + 86121, + 86147 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 20 }, "end": { - "line": 2783, + "line": 2809, "column": 46 } } @@ -161349,31 +162150,31 @@ "value": "true", "raw": "'true'", "range": [ - 85284, - 85290 + 86152, + 86158 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 51 }, "end": { - "line": 2783, + "line": 2809, "column": 57 } } }, "range": [ - 85253, - 85290 + 86121, + 86158 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 20 }, "end": { - "line": 2783, + "line": 2809, "column": 57 } } @@ -161390,16 +162191,16 @@ "type": "Identifier", "name": "r", "range": [ - 85314, - 85315 + 86182, + 86183 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 20 }, "end": { - "line": 2784, + "line": 2810, "column": 21 } } @@ -161408,31 +162209,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 85316, - 85328 + 86184, + 86196 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 22 }, "end": { - "line": 2784, + "line": 2810, "column": 34 } } }, "range": [ - 85314, - 85328 + 86182, + 86196 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 20 }, "end": { - "line": 2784, + "line": 2810, "column": 34 } } @@ -161443,32 +162244,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 85329, - 85339 + 86197, + 86207 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 35 }, "end": { - "line": 2784, + "line": 2810, "column": 45 } } } ], "range": [ - 85314, - 85340 + 86182, + 86208 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 20 }, "end": { - "line": 2784, + "line": 2810, "column": 46 } } @@ -161478,46 +162279,46 @@ "value": null, "raw": "null", "range": [ - 85345, - 85349 + 86213, + 86217 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 51 }, "end": { - "line": 2784, + "line": 2810, "column": 55 } } }, "range": [ - 85314, - 85349 + 86182, + 86217 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 20 }, "end": { - "line": 2784, + "line": 2810, "column": 55 } } }, "range": [ - 85253, - 85349 + 86121, + 86217 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 20 }, "end": { - "line": 2784, + "line": 2810, "column": 55 } } @@ -161538,16 +162339,16 @@ "object": { "type": "ThisExpression", "range": [ - 85373, - 85377 + 86241, + 86245 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 20 }, "end": { - "line": 2785, + "line": 2811, "column": 24 } } @@ -161556,31 +162357,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 85378, - 85392 + 86246, + 86260 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 25 }, "end": { - "line": 2785, + "line": 2811, "column": 39 } } }, "range": [ - 85373, - 85392 + 86241, + 86260 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 20 }, "end": { - "line": 2785, + "line": 2811, "column": 39 } } @@ -161589,31 +162390,31 @@ "type": "Identifier", "name": "push", "range": [ - 85393, - 85397 + 86261, + 86265 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 40 }, "end": { - "line": 2785, + "line": 2811, "column": 44 } } }, "range": [ - 85373, - 85397 + 86241, + 86265 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 20 }, "end": { - "line": 2785, + "line": 2811, "column": 44 } } @@ -161626,16 +162427,16 @@ "type": "Identifier", "name": "r", "range": [ - 85398, - 85399 + 86266, + 86267 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 45 }, "end": { - "line": 2785, + "line": 2811, "column": 46 } } @@ -161644,156 +162445,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 85400, - 85408 + 86268, + 86276 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 47 }, "end": { - "line": 2785, + "line": 2811, "column": 55 } } }, "range": [ - 85398, - 85408 + 86266, + 86276 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 45 }, "end": { - "line": 2785, + "line": 2811, "column": 55 } } } ], "range": [ - 85373, - 85409 + 86241, + 86277 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 20 }, "end": { - "line": 2785, + "line": 2811, "column": 56 } } }, "range": [ - 85373, - 85410 + 86241, + 86278 ], "loc": { "start": { - "line": 2785, + "line": 2811, "column": 20 }, "end": { - "line": 2785, + "line": 2811, "column": 57 } } } ], "range": [ - 85351, - 85428 + 86219, + 86296 ], "loc": { "start": { - "line": 2784, + "line": 2810, "column": 57 }, "end": { - "line": 2786, + "line": 2812, "column": 17 } } }, "alternate": null, "range": [ - 85249, - 85428 + 86117, + 86296 ], "loc": { "start": { - "line": 2783, + "line": 2809, "column": 16 }, "end": { - "line": 2786, + "line": 2812, "column": 17 } } } ], "range": [ - 85231, - 85442 + 86099, + 86310 ], "loc": { "start": { - "line": 2782, + "line": 2808, "column": 19 }, "end": { - "line": 2787, + "line": 2813, "column": 13 } } }, "range": [ - 85062, - 85442 + 85930, + 86310 ], "loc": { "start": { - "line": 2778, + "line": 2804, "column": 12 }, "end": { - "line": 2787, + "line": 2813, "column": 13 } } } ], "range": [ - 85010, - 85452 + 85878, + 86320 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 51 }, "end": { - "line": 2788, + "line": 2814, "column": 9 } } }, "range": [ - 84967, - 85452 + 85835, + 86320 ], "loc": { "start": { - "line": 2776, + "line": 2802, "column": 8 }, "end": { - "line": 2788, + "line": 2814, "column": 9 } } @@ -161806,16 +162607,16 @@ "object": { "type": "ThisExpression", "range": [ - 85468, - 85472 + 86336, + 86340 ], "loc": { "start": { - "line": 2789, + "line": 2815, "column": 15 }, "end": { - "line": 2789, + "line": 2815, "column": 19 } } @@ -161824,62 +162625,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 85473, - 85487 + 86341, + 86355 ], "loc": { "start": { - "line": 2789, + "line": 2815, "column": 20 }, "end": { - "line": 2789, + "line": 2815, "column": 34 } } }, "range": [ - 85468, - 85487 + 86336, + 86355 ], "loc": { "start": { - "line": 2789, + "line": 2815, "column": 15 }, "end": { - "line": 2789, + "line": 2815, "column": 34 } } }, "range": [ - 85461, - 85488 + 86329, + 86356 ], "loc": { "start": { - "line": 2789, + "line": 2815, "column": 8 }, "end": { - "line": 2789, + "line": 2815, "column": 35 } } } ], "range": [ - 84806, - 85494 + 85674, + 86362 ], "loc": { "start": { - "line": 2769, + "line": 2795, "column": 25 }, "end": { - "line": 2790, + "line": 2816, "column": 5 } } @@ -161887,16 +162688,16 @@ "generator": false, "expression": false, "range": [ - 84797, - 85494 + 85665, + 86362 ], "loc": { "start": { - "line": 2769, + "line": 2795, "column": 16 }, "end": { - "line": 2790, + "line": 2816, "column": 5 } } @@ -161904,16 +162705,16 @@ "kind": "method", "computed": false, "range": [ - 84785, - 85494 + 85653, + 86362 ], "loc": { "start": { - "line": 2769, + "line": 2795, "column": 4 }, "end": { - "line": 2790, + "line": 2816, "column": 5 } }, @@ -161922,16 +162723,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": [ - 84604, - 84780 + 85472, + 85648 ], "loc": { "start": { - "line": 2764, + "line": 2790, "column": 4 }, "end": { - "line": 2768, + "line": 2794, "column": 7 } } @@ -161942,16 +162743,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 85500, - 85590 + 86368, + 86458 ], "loc": { "start": { - "line": 2792, + "line": 2818, "column": 4 }, "end": { - "line": 2795, + "line": 2821, "column": 7 } } @@ -161965,16 +162766,16 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 85595, - 85613 + 86463, + 86481 ], "loc": { "start": { - "line": 2796, + "line": 2822, "column": 4 }, "end": { - "line": 2796, + "line": 2822, "column": 22 } } @@ -161994,16 +162795,16 @@ "object": { "type": "ThisExpression", "range": [ - 85633, - 85637 + 86501, + 86505 ], "loc": { "start": { - "line": 2797, + "line": 2823, "column": 15 }, "end": { - "line": 2797, + "line": 2823, "column": 19 } } @@ -162012,62 +162813,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 85638, - 85653 + 86506, + 86521 ], "loc": { "start": { - "line": 2797, + "line": 2823, "column": 20 }, "end": { - "line": 2797, + "line": 2823, "column": 35 } } }, "range": [ - 85633, - 85653 + 86501, + 86521 ], "loc": { "start": { - "line": 2797, + "line": 2823, "column": 15 }, "end": { - "line": 2797, + "line": 2823, "column": 35 } } }, "range": [ - 85626, - 85654 + 86494, + 86522 ], "loc": { "start": { - "line": 2797, + "line": 2823, "column": 8 }, "end": { - "line": 2797, + "line": 2823, "column": 36 } } } ], "range": [ - 85616, - 85660 + 86484, + 86528 ], "loc": { "start": { - "line": 2796, + "line": 2822, "column": 25 }, "end": { - "line": 2798, + "line": 2824, "column": 5 } } @@ -162075,16 +162876,16 @@ "generator": false, "expression": false, "range": [ - 85613, - 85660 + 86481, + 86528 ], "loc": { "start": { - "line": 2796, + "line": 2822, "column": 22 }, "end": { - "line": 2798, + "line": 2824, "column": 5 } } @@ -162092,16 +162893,16 @@ "kind": "method", "computed": false, "range": [ - 85595, - 85660 + 86463, + 86528 ], "loc": { "start": { - "line": 2796, + "line": 2822, "column": 4 }, "end": { - "line": 2798, + "line": 2824, "column": 5 } }, @@ -162110,16 +162911,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 85500, - 85590 + 86368, + 86458 ], "loc": { "start": { - "line": 2792, + "line": 2818, "column": 4 }, "end": { - "line": 2795, + "line": 2821, "column": 7 } } @@ -162130,16 +162931,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 85666, - 85741 + 86534, + 86609 ], "loc": { "start": { - "line": 2800, + "line": 2826, "column": 4 }, "end": { - "line": 2803, + "line": 2829, "column": 7 } } @@ -162153,16 +162954,16 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 85746, - 85764 + 86614, + 86632 ], "loc": { "start": { - "line": 2804, + "line": 2830, "column": 4 }, "end": { - "line": 2804, + "line": 2830, "column": 22 } } @@ -162182,16 +162983,16 @@ "object": { "type": "ThisExpression", "range": [ - 85784, - 85788 + 86652, + 86656 ], "loc": { "start": { - "line": 2805, + "line": 2831, "column": 15 }, "end": { - "line": 2805, + "line": 2831, "column": 19 } } @@ -162200,62 +163001,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 85789, - 85799 + 86657, + 86667 ], "loc": { "start": { - "line": 2805, + "line": 2831, "column": 20 }, "end": { - "line": 2805, + "line": 2831, "column": 30 } } }, "range": [ - 85784, - 85799 + 86652, + 86667 ], "loc": { "start": { - "line": 2805, + "line": 2831, "column": 15 }, "end": { - "line": 2805, + "line": 2831, "column": 30 } } }, "range": [ - 85777, - 85800 + 86645, + 86668 ], "loc": { "start": { - "line": 2805, + "line": 2831, "column": 8 }, "end": { - "line": 2805, + "line": 2831, "column": 31 } } } ], "range": [ - 85767, - 85806 + 86635, + 86674 ], "loc": { "start": { - "line": 2804, + "line": 2830, "column": 25 }, "end": { - "line": 2806, + "line": 2832, "column": 5 } } @@ -162263,16 +163064,16 @@ "generator": false, "expression": false, "range": [ - 85764, - 85806 + 86632, + 86674 ], "loc": { "start": { - "line": 2804, + "line": 2830, "column": 22 }, "end": { - "line": 2806, + "line": 2832, "column": 5 } } @@ -162280,16 +163081,16 @@ "kind": "method", "computed": false, "range": [ - 85746, - 85806 + 86614, + 86674 ], "loc": { "start": { - "line": 2804, + "line": 2830, "column": 4 }, "end": { - "line": 2806, + "line": 2832, "column": 5 } }, @@ -162298,16 +163099,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 85666, - 85741 + 86534, + 86609 ], "loc": { "start": { - "line": 2800, + "line": 2826, "column": 4 }, "end": { - "line": 2803, + "line": 2829, "column": 7 } } @@ -162318,16 +163119,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 85812, - 85939 + 86680, + 86807 ], "loc": { "start": { - "line": 2808, + "line": 2834, "column": 4 }, "end": { - "line": 2812, + "line": 2838, "column": 7 } } @@ -162341,16 +163142,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 85944, - 85960 + 86812, + 86828 ], "loc": { "start": { - "line": 2813, + "line": 2839, "column": 4 }, "end": { - "line": 2813, + "line": 2839, "column": 20 } } @@ -162370,16 +163171,16 @@ "object": { "type": "ThisExpression", "range": [ - 85980, - 85984 + 86848, + 86852 ], "loc": { "start": { - "line": 2814, + "line": 2840, "column": 15 }, "end": { - "line": 2814, + "line": 2840, "column": 19 } } @@ -162388,62 +163189,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 85985, - 85991 + 86853, + 86859 ], "loc": { "start": { - "line": 2814, + "line": 2840, "column": 20 }, "end": { - "line": 2814, + "line": 2840, "column": 26 } } }, "range": [ - 85980, - 85991 + 86848, + 86859 ], "loc": { "start": { - "line": 2814, + "line": 2840, "column": 15 }, "end": { - "line": 2814, + "line": 2840, "column": 26 } } }, "range": [ - 85973, - 85992 + 86841, + 86860 ], "loc": { "start": { - "line": 2814, + "line": 2840, "column": 8 }, "end": { - "line": 2814, + "line": 2840, "column": 27 } } } ], "range": [ - 85963, - 85998 + 86831, + 86866 ], "loc": { "start": { - "line": 2813, + "line": 2839, "column": 23 }, "end": { - "line": 2815, + "line": 2841, "column": 5 } } @@ -162451,16 +163252,16 @@ "generator": false, "expression": false, "range": [ - 85960, - 85998 + 86828, + 86866 ], "loc": { "start": { - "line": 2813, + "line": 2839, "column": 20 }, "end": { - "line": 2815, + "line": 2841, "column": 5 } } @@ -162468,16 +163269,16 @@ "kind": "method", "computed": false, "range": [ - 85944, - 85998 + 86812, + 86866 ], "loc": { "start": { - "line": 2813, + "line": 2839, "column": 4 }, "end": { - "line": 2815, + "line": 2841, "column": 5 } }, @@ -162486,16 +163287,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 85812, - 85939 + 86680, + 86807 ], "loc": { "start": { - "line": 2808, + "line": 2834, "column": 4 }, "end": { - "line": 2812, + "line": 2838, "column": 7 } } @@ -162506,16 +163307,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 86004, - 86076 + 86872, + 86944 ], "loc": { "start": { - "line": 2817, + "line": 2843, "column": 4 }, "end": { - "line": 2820, + "line": 2846, "column": 7 } } @@ -162529,16 +163330,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 86081, - 86096 + 86949, + 86964 ], "loc": { "start": { - "line": 2821, + "line": 2847, "column": 4 }, "end": { - "line": 2821, + "line": 2847, "column": 19 } } @@ -162559,16 +163360,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 86113, - 86119 + 86981, + 86987 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 12 }, "end": { - "line": 2822, + "line": 2848, "column": 18 } } @@ -162581,16 +163382,16 @@ "object": { "type": "ThisExpression", "range": [ - 86122, - 86126 + 86990, + 86994 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 21 }, "end": { - "line": 2822, + "line": 2848, "column": 25 } } @@ -162599,31 +163400,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 86127, - 86136 + 86995, + 87004 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 26 }, "end": { - "line": 2822, + "line": 2848, "column": 35 } } }, "range": [ - 86122, - 86136 + 86990, + 87004 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 21 }, "end": { - "line": 2822, + "line": 2848, "column": 35 } } @@ -162634,47 +163435,47 @@ "value": true, "raw": "true", "range": [ - 86137, - 86141 + 87005, + 87009 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 36 }, "end": { - "line": 2822, + "line": 2848, "column": 40 } } } ], "range": [ - 86122, - 86142 + 86990, + 87010 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 21 }, "end": { - "line": 2822, + "line": 2848, "column": 41 } } }, "range": [ - 86113, - 86142 + 86981, + 87010 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 12 }, "end": { - "line": 2822, + "line": 2848, "column": 41 } } @@ -162682,16 +163483,16 @@ ], "kind": "let", "range": [ - 86109, - 86143 + 86977, + 87011 ], "loc": { "start": { - "line": 2822, + "line": 2848, "column": 8 }, "end": { - "line": 2822, + "line": 2848, "column": 42 } } @@ -162705,16 +163506,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 86160, - 86166 + 87028, + 87034 ], "loc": { "start": { - "line": 2823, + "line": 2849, "column": 16 }, "end": { - "line": 2823, + "line": 2849, "column": 22 } } @@ -162724,62 +163525,62 @@ "value": 1, "raw": "1", "range": [ - 86169, - 86170 + 87037, + 87038 ], "loc": { "start": { - "line": 2823, + "line": 2849, "column": 25 }, "end": { - "line": 2823, + "line": 2849, "column": 26 } } }, "range": [ - 86160, - 86170 + 87028, + 87038 ], "loc": { "start": { - "line": 2823, + "line": 2849, "column": 16 }, "end": { - "line": 2823, + "line": 2849, "column": 26 } } }, "range": [ - 86152, - 86172 + 87020, + 87040 ], "loc": { "start": { - "line": 2823, + "line": 2849, "column": 8 }, "end": { - "line": 2823, + "line": 2849, "column": 28 } } } ], "range": [ - 86099, - 86178 + 86967, + 87046 ], "loc": { "start": { - "line": 2821, + "line": 2847, "column": 22 }, "end": { - "line": 2824, + "line": 2850, "column": 5 } } @@ -162787,16 +163588,16 @@ "generator": false, "expression": false, "range": [ - 86096, - 86178 + 86964, + 87046 ], "loc": { "start": { - "line": 2821, + "line": 2847, "column": 19 }, "end": { - "line": 2824, + "line": 2850, "column": 5 } } @@ -162804,16 +163605,16 @@ "kind": "method", "computed": false, "range": [ - 86081, - 86178 + 86949, + 87046 ], "loc": { "start": { - "line": 2821, + "line": 2847, "column": 4 }, "end": { - "line": 2824, + "line": 2850, "column": 5 } }, @@ -162822,16 +163623,858 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 86004, - 86076 + 86872, + 86944 ], "loc": { "start": { - "line": 2817, + "line": 2843, "column": 4 }, "end": { - "line": 2820, + "line": 2846, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", + "range": [ + 87052, + 87262 + ], + "loc": { + "start": { + "line": 2852, + "column": 4 + }, + "end": { + "line": 2857, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "hasType", + "range": [ + 87267, + 87274 + ], + "loc": { + "start": { + "line": 2858, + "column": 4 + }, + "end": { + "line": 2858, + "column": 11 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 87275, + 87283 + ], + "loc": { + "start": { + "line": 2858, + "column": 12 + }, + "end": { + "line": 2858, + "column": 20 + } + } + }, + { + "type": "AssignmentPattern", + "left": { + "type": "Identifier", + "name": "types", + "range": [ + 87285, + 87290 + ], + "loc": { + "start": { + "line": 2858, + "column": 22 + }, + "end": { + "line": 2858, + "column": 27 + } + } + }, + "right": { + "type": "ArrayExpression", + "elements": [], + "range": [ + 87293, + 87295 + ], + "loc": { + "start": { + "line": 2858, + "column": 30 + }, + "end": { + "line": 2858, + "column": 32 + } + } + }, + "range": [ + 87285, + 87295 + ], + "loc": { + "start": { + "line": 2858, + "column": 22 + }, + "end": { + "line": 2858, + "column": 32 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 87312, + 87316 + ], + "loc": { + "start": { + "line": 2859, + "column": 13 + }, + "end": { + "line": 2859, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasColTypes", + "range": [ + 87317, + 87328 + ], + "loc": { + "start": { + "line": 2859, + "column": 18 + }, + "end": { + "line": 2859, + "column": 29 + } + } + }, + "range": [ + 87312, + 87328 + ], + "loc": { + "start": { + "line": 2859, + "column": 13 + }, + "end": { + "line": 2859, + "column": 29 + } + } + }, + "prefix": true, + "range": [ + 87311, + 87328 + ], + "loc": { + "start": { + "line": 2859, + "column": 12 + }, + "end": { + "line": 2859, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 87351, + 87356 + ], + "loc": { + "start": { + "line": 2860, + "column": 19 + }, + "end": { + "line": 2860, + "column": 24 + } + } + }, + "range": [ + 87344, + 87357 + ], + "loc": { + "start": { + "line": 2860, + "column": 12 + }, + "end": { + "line": 2860, + "column": 25 + } + } + } + ], + "range": [ + 87330, + 87367 + ], + "loc": { + "start": { + "line": 2859, + "column": 31 + }, + "end": { + "line": 2861, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 87307, + 87367 + ], + "loc": { + "start": { + "line": 2859, + "column": 8 + }, + "end": { + "line": 2861, + "column": 9 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "colType", + "range": [ + 87380, + 87387 + ], + "loc": { + "start": { + "line": 2862, + "column": 12 + }, + "end": { + "line": 2862, + "column": 19 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 87390, + 87394 + ], + "loc": { + "start": { + "line": 2862, + "column": 22 + }, + "end": { + "line": 2862, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "colTypes", + "range": [ + 87395, + 87403 + ], + "loc": { + "start": { + "line": 2862, + "column": 27 + }, + "end": { + "line": 2862, + "column": 35 + } + } + }, + "range": [ + 87390, + 87403 + ], + "loc": { + "start": { + "line": 2862, + "column": 22 + }, + "end": { + "line": 2862, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 87404, + 87412 + ], + "loc": { + "start": { + "line": 2862, + "column": 36 + }, + "end": { + "line": 2862, + "column": 44 + } + } + }, + "range": [ + 87390, + 87413 + ], + "loc": { + "start": { + "line": 2862, + "column": 22 + }, + "end": { + "line": 2862, + "column": 45 + } + } + }, + "range": [ + 87380, + 87413 + ], + "loc": { + "start": { + "line": 2862, + "column": 12 + }, + "end": { + "line": 2862, + "column": 45 + } + } + } + ], + "kind": "let", + "range": [ + 87376, + 87414 + ], + "loc": { + "start": { + "line": 2862, + "column": 8 + }, + "end": { + "line": 2862, + "column": 46 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isObj", + "range": [ + 87427, + 87432 + ], + "loc": { + "start": { + "line": 2863, + "column": 12 + }, + "end": { + "line": 2863, + "column": 17 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colType", + "range": [ + 87433, + 87440 + ], + "loc": { + "start": { + "line": 2863, + "column": 18 + }, + "end": { + "line": 2863, + "column": 25 + } + } + } + ], + "range": [ + 87427, + 87441 + ], + "loc": { + "start": { + "line": 2863, + "column": 12 + }, + "end": { + "line": 2863, + "column": 26 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "colType", + "range": [ + 87457, + 87464 + ], + "loc": { + "start": { + "line": 2864, + "column": 12 + }, + "end": { + "line": 2864, + "column": 19 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "colType", + "range": [ + 87467, + 87474 + ], + "loc": { + "start": { + "line": 2864, + "column": 22 + }, + "end": { + "line": 2864, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "type", + "range": [ + 87475, + 87479 + ], + "loc": { + "start": { + "line": 2864, + "column": 30 + }, + "end": { + "line": 2864, + "column": 34 + } + } + }, + "range": [ + 87467, + 87479 + ], + "loc": { + "start": { + "line": 2864, + "column": 22 + }, + "end": { + "line": 2864, + "column": 34 + } + } + }, + "range": [ + 87457, + 87479 + ], + "loc": { + "start": { + "line": 2864, + "column": 12 + }, + "end": { + "line": 2864, + "column": 34 + } + } + }, + "range": [ + 87457, + 87480 + ], + "loc": { + "start": { + "line": 2864, + "column": 12 + }, + "end": { + "line": 2864, + "column": 35 + } + } + } + ], + "range": [ + 87443, + 87490 + ], + "loc": { + "start": { + "line": 2863, + "column": 28 + }, + "end": { + "line": 2865, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 87423, + 87490 + ], + "loc": { + "start": { + "line": 2863, + "column": 8 + }, + "end": { + "line": 2865, + "column": 9 + } + } + }, + { + "type": "ReturnStatement", + "argument": { + "type": "BinaryExpression", + "operator": "!==", + "left": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "types", + "range": [ + 87506, + 87511 + ], + "loc": { + "start": { + "line": 2866, + "column": 15 + }, + "end": { + "line": 2866, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "indexOf", + "range": [ + 87512, + 87519 + ], + "loc": { + "start": { + "line": 2866, + "column": 21 + }, + "end": { + "line": 2866, + "column": 28 + } + } + }, + "range": [ + 87506, + 87519 + ], + "loc": { + "start": { + "line": 2866, + "column": 15 + }, + "end": { + "line": 2866, + "column": 28 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colType", + "range": [ + 87520, + 87527 + ], + "loc": { + "start": { + "line": 2866, + "column": 29 + }, + "end": { + "line": 2866, + "column": 36 + } + } + } + ], + "range": [ + 87506, + 87528 + ], + "loc": { + "start": { + "line": 2866, + "column": 15 + }, + "end": { + "line": 2866, + "column": 37 + } + } + }, + "right": { + "type": "UnaryExpression", + "operator": "-", + "argument": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 87534, + 87535 + ], + "loc": { + "start": { + "line": 2866, + "column": 43 + }, + "end": { + "line": 2866, + "column": 44 + } + } + }, + "prefix": true, + "range": [ + 87533, + 87535 + ], + "loc": { + "start": { + "line": 2866, + "column": 42 + }, + "end": { + "line": 2866, + "column": 44 + } + } + }, + "range": [ + 87506, + 87535 + ], + "loc": { + "start": { + "line": 2866, + "column": 15 + }, + "end": { + "line": 2866, + "column": 44 + } + } + }, + "range": [ + 87499, + 87536 + ], + "loc": { + "start": { + "line": 2866, + "column": 8 + }, + "end": { + "line": 2866, + "column": 45 + } + } + } + ], + "range": [ + 87297, + 87542 + ], + "loc": { + "start": { + "line": 2858, + "column": 34 + }, + "end": { + "line": 2867, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 87274, + 87542 + ], + "loc": { + "start": { + "line": 2858, + "column": 11 + }, + "end": { + "line": 2867, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 87267, + 87542 + ], + "loc": { + "start": { + "line": 2858, + "column": 4 + }, + "end": { + "line": 2867, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", + "range": [ + 87052, + 87262 + ], + "loc": { + "start": { + "line": 2852, + "column": 4 + }, + "end": { + "line": 2857, "column": 7 } } @@ -162842,16 +164485,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": [ - 86184, - 86325 + 87548, + 87689 ], "loc": { "start": { - "line": 2826, + "line": 2869, "column": 4 }, "end": { - "line": 2830, + "line": 2873, "column": 7 } } @@ -162865,16 +164508,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 86330, - 86346 + 87694, + 87710 ], "loc": { "start": { - "line": 2831, + "line": 2874, "column": 4 }, "end": { - "line": 2831, + "line": 2874, "column": 20 } } @@ -162887,16 +164530,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 86347, - 86355 + 87711, + 87719 ], "loc": { "start": { - "line": 2831, + "line": 2874, "column": 21 }, "end": { - "line": 2831, + "line": 2874, "column": 29 } } @@ -162914,16 +164557,16 @@ "type": "Identifier", "name": "table", "range": [ - 86371, - 86376 + 87735, + 87740 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 12 }, "end": { - "line": 2832, + "line": 2875, "column": 17 } } @@ -162936,16 +164579,16 @@ "object": { "type": "ThisExpression", "range": [ - 86379, - 86383 + 87743, + 87747 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 20 }, "end": { - "line": 2832, + "line": 2875, "column": 24 } } @@ -162954,31 +164597,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 86384, - 86394 + 87748, + 87758 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 25 }, "end": { - "line": 2832, + "line": 2875, "column": 35 } } }, "range": [ - 86379, - 86394 + 87743, + 87758 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 20 }, "end": { - "line": 2832, + "line": 2875, "column": 35 } } @@ -162995,16 +164638,16 @@ "object": { "type": "ThisExpression", "range": [ - 86397, - 86401 + 87761, + 87765 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 38 }, "end": { - "line": 2832, + "line": 2875, "column": 42 } } @@ -163013,31 +164656,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 86402, - 86405 + 87766, + 87769 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 43 }, "end": { - "line": 2832, + "line": 2875, "column": 46 } } }, "range": [ - 86397, - 86405 + 87761, + 87769 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 38 }, "end": { - "line": 2832, + "line": 2875, "column": 46 } } @@ -163046,31 +164689,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 86406, - 86416 + 87770, + 87780 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 47 }, "end": { - "line": 2832, + "line": 2875, "column": 57 } } }, "range": [ - 86397, - 86416 + 87761, + 87780 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 38 }, "end": { - "line": 2832, + "line": 2875, "column": 57 } } @@ -163079,31 +164722,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 86417, - 86424 + 87781, + 87788 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 58 }, "end": { - "line": 2832, + "line": 2875, "column": 65 } } }, "range": [ - 86397, - 86424 + 87761, + 87788 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 38 }, "end": { - "line": 2832, + "line": 2875, "column": 65 } } @@ -163114,16 +164757,16 @@ "object": { "type": "ThisExpression", "range": [ - 86427, - 86431 + 87791, + 87795 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 68 }, "end": { - "line": 2832, + "line": 2875, "column": 72 } } @@ -163132,61 +164775,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 86432, - 86435 + 87796, + 87799 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 73 }, "end": { - "line": 2832, + "line": 2875, "column": 76 } } }, "range": [ - 86427, - 86435 + 87791, + 87799 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 68 }, "end": { - "line": 2832, + "line": 2875, "column": 76 } } }, "range": [ - 86379, - 86435 + 87743, + 87799 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 20 }, "end": { - "line": 2832, + "line": 2875, "column": 76 } } }, "range": [ - 86371, - 86435 + 87735, + 87799 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 12 }, "end": { - "line": 2832, + "line": 2875, "column": 76 } } @@ -163194,16 +164837,16 @@ ], "kind": "let", "range": [ - 86367, - 86436 + 87731, + 87800 ], "loc": { "start": { - "line": 2832, + "line": 2875, "column": 8 }, "end": { - "line": 2832, + "line": 2875, "column": 77 } } @@ -163217,16 +164860,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 86449, - 86454 + 87813, + 87818 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 12 }, "end": { - "line": 2833, + "line": 2876, "column": 17 } } @@ -163237,16 +164880,16 @@ "type": "Identifier", "name": "tag", "range": [ - 86457, - 86460 + 87821, + 87824 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 20 }, "end": { - "line": 2833, + "line": 2876, "column": 23 } } @@ -163256,16 +164899,16 @@ "type": "Identifier", "name": "table", "range": [ - 86461, - 86466 + 87825, + 87830 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 24 }, "end": { - "line": 2833, + "line": 2876, "column": 29 } } @@ -163275,47 +164918,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 86468, - 86475 + 87832, + 87839 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 31 }, "end": { - "line": 2833, + "line": 2876, "column": 38 } } } ], "range": [ - 86457, - 86476 + 87821, + 87840 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 20 }, "end": { - "line": 2833, + "line": 2876, "column": 39 } } }, "range": [ - 86449, - 86476 + 87813, + 87840 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 12 }, "end": { - "line": 2833, + "line": 2876, "column": 39 } } @@ -163323,16 +164966,16 @@ ], "kind": "let", "range": [ - 86445, - 86477 + 87809, + 87841 ], "loc": { "start": { - "line": 2833, + "line": 2876, "column": 8 }, "end": { - "line": 2833, + "line": 2876, "column": 40 } } @@ -163346,16 +164989,16 @@ "type": "Identifier", "name": "headersRow", "range": [ - 86490, - 86500 + 87854, + 87864 ], "loc": { "start": { - "line": 2834, + "line": 2877, "column": 12 }, "end": { - "line": 2834, + "line": 2877, "column": 22 } } @@ -163366,16 +165009,16 @@ "object": { "type": "ThisExpression", "range": [ - 86503, - 86507 + 87867, + 87871 ], "loc": { "start": { - "line": 2834, + "line": 2877, "column": 25 }, "end": { - "line": 2834, + "line": 2877, "column": 29 } } @@ -163384,46 +165027,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 86508, - 86518 + 87872, + 87882 ], "loc": { "start": { - "line": 2834, + "line": 2877, "column": 30 }, "end": { - "line": 2834, + "line": 2877, "column": 40 } } }, "range": [ - 86503, - 86518 + 87867, + 87882 ], "loc": { "start": { - "line": 2834, + "line": 2877, "column": 25 }, "end": { - "line": 2834, + "line": 2877, "column": 40 } } }, "range": [ - 86490, - 86518 + 87854, + 87882 ], "loc": { "start": { - "line": 2834, + "line": 2877, "column": 12 }, "end": { - "line": 2834, + "line": 2877, "column": 40 } } @@ -163431,16 +165074,16 @@ ], "kind": "let", "range": [ - 86486, - 86519 + 87850, + 87883 ], "loc": { "start": { - "line": 2834, + "line": 2877, "column": 8 }, "end": { - "line": 2834, + "line": 2877, "column": 41 } } @@ -163454,32 +165097,32 @@ "type": "Identifier", "name": "header", "range": [ - 86532, - 86538 + 87896, + 87902 ], "loc": { "start": { - "line": 2835, + "line": 2878, "column": 12 }, "end": { - "line": 2835, + "line": 2878, "column": 18 } } }, "init": null, "range": [ - 86532, - 86538 + 87896, + 87902 ], "loc": { "start": { - "line": 2835, + "line": 2878, "column": 12 }, "end": { - "line": 2835, + "line": 2878, "column": 18 } } @@ -163487,16 +165130,16 @@ ], "kind": "let", "range": [ - 86528, - 86539 + 87892, + 87903 ], "loc": { "start": { - "line": 2835, + "line": 2878, "column": 8 }, "end": { - "line": 2835, + "line": 2878, "column": 19 } } @@ -163512,16 +165155,16 @@ "type": "Identifier", "name": "i", "range": [ - 86557, - 86558 + 87921, + 87922 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 17 }, "end": { - "line": 2836, + "line": 2879, "column": 18 } } @@ -163531,31 +165174,31 @@ "value": 0, "raw": "0", "range": [ - 86561, - 86562 + 87925, + 87926 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 21 }, "end": { - "line": 2836, + "line": 2879, "column": 22 } } }, "range": [ - 86557, - 86562 + 87921, + 87926 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 17 }, "end": { - "line": 2836, + "line": 2879, "column": 22 } } @@ -163563,16 +165206,16 @@ ], "kind": "let", "range": [ - 86553, - 86562 + 87917, + 87926 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 13 }, "end": { - "line": 2836, + "line": 2879, "column": 22 } } @@ -163584,16 +165227,16 @@ "type": "Identifier", "name": "i", "range": [ - 86564, - 86565 + 87928, + 87929 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 24 }, "end": { - "line": 2836, + "line": 2879, "column": 25 } } @@ -163604,16 +165247,16 @@ "object": { "type": "ThisExpression", "range": [ - 86568, - 86572 + 87932, + 87936 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 28 }, "end": { - "line": 2836, + "line": 2879, "column": 32 } } @@ -163622,46 +165265,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 86573, - 86580 + 87937, + 87944 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 33 }, "end": { - "line": 2836, + "line": 2879, "column": 40 } } }, "range": [ - 86568, - 86580 + 87932, + 87944 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 28 }, "end": { - "line": 2836, + "line": 2879, "column": 40 } } }, "range": [ - 86564, - 86580 + 87928, + 87944 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 24 }, "end": { - "line": 2836, + "line": 2879, "column": 40 } } @@ -163673,32 +165316,32 @@ "type": "Identifier", "name": "i", "range": [ - 86582, - 86583 + 87946, + 87947 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 42 }, "end": { - "line": 2836, + "line": 2879, "column": 43 } } }, "prefix": false, "range": [ - 86582, - 86585 + 87946, + 87949 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 42 }, "end": { - "line": 2836, + "line": 2879, "column": 45 } } @@ -163715,16 +165358,16 @@ "type": "Identifier", "name": "i", "range": [ - 86605, - 86606 + 87969, + 87970 ], "loc": { "start": { - "line": 2837, + "line": 2880, "column": 16 }, "end": { - "line": 2837, + "line": 2880, "column": 17 } } @@ -163733,31 +165376,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 86611, - 86619 + 87975, + 87983 ], "loc": { "start": { - "line": 2837, + "line": 2880, "column": 22 }, "end": { - "line": 2837, + "line": 2880, "column": 30 } } }, "range": [ - 86605, - 86619 + 87969, + 87983 ], "loc": { "start": { - "line": 2837, + "line": 2880, "column": 16 }, "end": { - "line": 2837, + "line": 2880, "column": 30 } } @@ -163769,48 +165412,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 86639, - 86648 + 88003, + 88012 ], "loc": { "start": { - "line": 2838, + "line": 2881, "column": 16 }, "end": { - "line": 2838, + "line": 2881, "column": 25 } } } ], "range": [ - 86621, - 86662 + 87985, + 88026 ], "loc": { "start": { - "line": 2837, + "line": 2880, "column": 32 }, "end": { - "line": 2839, + "line": 2882, "column": 13 } } }, "alternate": null, "range": [ - 86601, - 86662 + 87965, + 88026 ], "loc": { "start": { - "line": 2837, + "line": 2880, "column": 12 }, "end": { - "line": 2839, + "line": 2882, "column": 13 } } @@ -163827,16 +165470,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 86679, - 86684 + 88043, + 88048 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 16 }, "end": { - "line": 2840, + "line": 2883, "column": 21 } } @@ -163845,31 +165488,31 @@ "type": "Identifier", "name": "length", "range": [ - 86685, - 86691 + 88049, + 88055 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 22 }, "end": { - "line": 2840, + "line": 2883, "column": 28 } } }, "range": [ - 86679, - 86691 + 88043, + 88055 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 16 }, "end": { - "line": 2840, + "line": 2883, "column": 28 } } @@ -163879,31 +165522,31 @@ "value": 0, "raw": "0", "range": [ - 86696, - 86697 + 88060, + 88061 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 33 }, "end": { - "line": 2840, + "line": 2883, "column": 34 } } }, "range": [ - 86679, - 86697 + 88043, + 88061 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 16 }, "end": { - "line": 2840, + "line": 2883, "column": 34 } } @@ -163920,16 +165563,16 @@ "type": "Identifier", "name": "header", "range": [ - 86717, - 86723 + 88081, + 88087 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 16 }, "end": { - "line": 2841, + "line": 2884, "column": 22 } } @@ -163950,16 +165593,16 @@ "type": "Identifier", "name": "table", "range": [ - 86726, - 86731 + 88090, + 88095 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 25 }, "end": { - "line": 2841, + "line": 2884, "column": 30 } } @@ -163968,31 +165611,31 @@ "type": "Identifier", "name": "rows", "range": [ - 86732, - 86736 + 88096, + 88100 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 31 }, "end": { - "line": 2841, + "line": 2884, "column": 35 } } }, "range": [ - 86726, - 86736 + 88090, + 88100 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 25 }, "end": { - "line": 2841, + "line": 2884, "column": 35 } } @@ -164001,31 +165644,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 86737, - 86747 + 88101, + 88111 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 36 }, "end": { - "line": 2841, + "line": 2884, "column": 46 } } }, "range": [ - 86726, - 86748 + 88090, + 88112 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 25 }, "end": { - "line": 2841, + "line": 2884, "column": 47 } } @@ -164034,31 +165677,31 @@ "type": "Identifier", "name": "cells", "range": [ - 86749, - 86754 + 88113, + 88118 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 48 }, "end": { - "line": 2841, + "line": 2884, "column": 53 } } }, "range": [ - 86726, - 86754 + 88090, + 88118 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 25 }, "end": { - "line": 2841, + "line": 2884, "column": 53 } } @@ -164067,93 +165710,93 @@ "type": "Identifier", "name": "i", "range": [ - 86755, - 86756 + 88119, + 88120 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 54 }, "end": { - "line": 2841, + "line": 2884, "column": 55 } } }, "range": [ - 86726, - 86757 + 88090, + 88121 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 25 }, "end": { - "line": 2841, + "line": 2884, "column": 56 } } }, "range": [ - 86717, - 86757 + 88081, + 88121 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 16 }, "end": { - "line": 2841, + "line": 2884, "column": 56 } } }, "range": [ - 86717, - 86758 + 88081, + 88122 ], "loc": { "start": { - "line": 2841, + "line": 2884, "column": 16 }, "end": { - "line": 2841, + "line": 2884, "column": 57 } } } ], "range": [ - 86699, - 86772 + 88063, + 88136 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 36 }, "end": { - "line": 2842, + "line": 2885, "column": 13 } } }, "alternate": null, "range": [ - 86675, - 86772 + 88039, + 88136 ], "loc": { "start": { - "line": 2840, + "line": 2883, "column": 12 }, "end": { - "line": 2842, + "line": 2885, "column": 13 } } @@ -164170,16 +165813,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 86789, - 86794 + 88153, + 88158 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 16 }, "end": { - "line": 2843, + "line": 2886, "column": 21 } } @@ -164188,31 +165831,31 @@ "type": "Identifier", "name": "length", "range": [ - 86795, - 86801 + 88159, + 88165 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 22 }, "end": { - "line": 2843, + "line": 2886, "column": 28 } } }, "range": [ - 86789, - 86801 + 88153, + 88165 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 16 }, "end": { - "line": 2843, + "line": 2886, "column": 28 } } @@ -164222,31 +165865,31 @@ "value": 1, "raw": "1", "range": [ - 86806, - 86807 + 88170, + 88171 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 33 }, "end": { - "line": 2843, + "line": 2886, "column": 34 } } }, "range": [ - 86789, - 86807 + 88153, + 88171 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 16 }, "end": { - "line": 2843, + "line": 2886, "column": 34 } } @@ -164263,16 +165906,16 @@ "type": "Identifier", "name": "header", "range": [ - 86827, - 86833 + 88191, + 88197 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 16 }, "end": { - "line": 2844, + "line": 2887, "column": 22 } } @@ -164296,16 +165939,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 86836, - 86841 + 88200, + 88205 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 25 }, "end": { - "line": 2844, + "line": 2887, "column": 30 } } @@ -164315,31 +165958,31 @@ "value": 0, "raw": "0", "range": [ - 86842, - 86843 + 88206, + 88207 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 31 }, "end": { - "line": 2844, + "line": 2887, "column": 32 } } }, "range": [ - 86836, - 86844 + 88200, + 88208 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 25 }, "end": { - "line": 2844, + "line": 2887, "column": 33 } } @@ -164348,31 +165991,31 @@ "type": "Identifier", "name": "rows", "range": [ - 86845, - 86849 + 88209, + 88213 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 34 }, "end": { - "line": 2844, + "line": 2887, "column": 38 } } }, "range": [ - 86836, - 86849 + 88200, + 88213 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 25 }, "end": { - "line": 2844, + "line": 2887, "column": 38 } } @@ -164381,31 +166024,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 86850, - 86860 + 88214, + 88224 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 39 }, "end": { - "line": 2844, + "line": 2887, "column": 49 } } }, "range": [ - 86836, - 86861 + 88200, + 88225 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 25 }, "end": { - "line": 2844, + "line": 2887, "column": 50 } } @@ -164414,31 +166057,31 @@ "type": "Identifier", "name": "cells", "range": [ - 86862, - 86867 + 88226, + 88231 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 51 }, "end": { - "line": 2844, + "line": 2887, "column": 56 } } }, "range": [ - 86836, - 86867 + 88200, + 88231 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 25 }, "end": { - "line": 2844, + "line": 2887, "column": 56 } } @@ -164447,93 +166090,93 @@ "type": "Identifier", "name": "i", "range": [ - 86868, - 86869 + 88232, + 88233 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 57 }, "end": { - "line": 2844, + "line": 2887, "column": 58 } } }, "range": [ - 86836, - 86870 + 88200, + 88234 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 25 }, "end": { - "line": 2844, + "line": 2887, "column": 59 } } }, "range": [ - 86827, - 86870 + 88191, + 88234 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 16 }, "end": { - "line": 2844, + "line": 2887, "column": 59 } } }, "range": [ - 86827, - 86871 + 88191, + 88235 ], "loc": { "start": { - "line": 2844, + "line": 2887, "column": 16 }, "end": { - "line": 2844, + "line": 2887, "column": 60 } } } ], "range": [ - 86809, - 86885 + 88173, + 88249 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 36 }, "end": { - "line": 2845, + "line": 2888, "column": 13 } } }, "alternate": null, "range": [ - 86785, - 86885 + 88149, + 88249 ], "loc": { "start": { - "line": 2843, + "line": 2886, "column": 12 }, "end": { - "line": 2845, + "line": 2888, "column": 13 } } @@ -164542,47 +166185,47 @@ "type": "BreakStatement", "label": null, "range": [ - 86898, - 86904 + 88262, + 88268 ], "loc": { "start": { - "line": 2846, + "line": 2889, "column": 12 }, "end": { - "line": 2846, + "line": 2889, "column": 18 } } } ], "range": [ - 86587, - 86914 + 87951, + 88278 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 47 }, "end": { - "line": 2847, + "line": 2890, "column": 9 } } }, "range": [ - 86548, - 86914 + 87912, + 88278 ], "loc": { "start": { - "line": 2836, + "line": 2879, "column": 8 }, "end": { - "line": 2847, + "line": 2890, "column": 9 } } @@ -164593,47 +166236,47 @@ "type": "Identifier", "name": "header", "range": [ - 86930, - 86936 + 88294, + 88300 ], "loc": { "start": { - "line": 2848, + "line": 2891, "column": 15 }, "end": { - "line": 2848, + "line": 2891, "column": 21 } } }, "range": [ - 86923, - 86937 + 88287, + 88301 ], "loc": { "start": { - "line": 2848, + "line": 2891, "column": 8 }, "end": { - "line": 2848, + "line": 2891, "column": 22 } } } ], "range": [ - 86357, - 86943 + 87721, + 88307 ], "loc": { "start": { - "line": 2831, + "line": 2874, "column": 31 }, "end": { - "line": 2849, + "line": 2892, "column": 5 } } @@ -164641,16 +166284,16 @@ "generator": false, "expression": false, "range": [ - 86346, - 86943 + 87710, + 88307 ], "loc": { "start": { - "line": 2831, + "line": 2874, "column": 20 }, "end": { - "line": 2849, + "line": 2892, "column": 5 } } @@ -164658,16 +166301,16 @@ "kind": "method", "computed": false, "range": [ - 86330, - 86943 + 87694, + 88307 ], "loc": { "start": { - "line": 2831, + "line": 2874, "column": 4 }, "end": { - "line": 2849, + "line": 2892, "column": 5 } }, @@ -164676,16 +166319,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": [ - 86184, - 86325 + 87548, + 87689 ], "loc": { "start": { - "line": 2826, + "line": 2869, "column": 4 }, "end": { - "line": 2830, + "line": 2873, "column": 7 } } @@ -164696,16 +166339,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": [ - 86949, - 87122 + 88313, + 88486 ], "loc": { "start": { - "line": 2851, + "line": 2894, "column": 4 }, "end": { - "line": 2855, + "line": 2898, "column": 7 } } @@ -164719,16 +166362,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 87127, - 87141 + 88491, + 88505 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 4 }, "end": { - "line": 2856, + "line": 2899, "column": 18 } } @@ -164743,16 +166386,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 87142, - 87159 + 88506, + 88523 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 19 }, "end": { - "line": 2856, + "line": 2899, "column": 36 } } @@ -164762,31 +166405,31 @@ "value": false, "raw": "false", "range": [ - 87162, - 87167 + 88526, + 88531 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 39 }, "end": { - "line": 2856, + "line": 2899, "column": 44 } } }, "range": [ - 87142, - 87167 + 88506, + 88531 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 19 }, "end": { - "line": 2856, + "line": 2899, "column": 44 } } @@ -164804,16 +166447,16 @@ "type": "Identifier", "name": "headers", "range": [ - 87183, - 87190 + 88547, + 88554 ], "loc": { "start": { - "line": 2857, + "line": 2900, "column": 12 }, "end": { - "line": 2857, + "line": 2900, "column": 19 } } @@ -164822,31 +166465,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 87193, - 87195 + 88557, + 88559 ], "loc": { "start": { - "line": 2857, + "line": 2900, "column": 22 }, "end": { - "line": 2857, + "line": 2900, "column": 24 } } }, "range": [ - 87183, - 87195 + 88547, + 88559 ], "loc": { "start": { - "line": 2857, + "line": 2900, "column": 12 }, "end": { - "line": 2857, + "line": 2900, "column": 24 } } @@ -164854,16 +166497,16 @@ ], "kind": "let", "range": [ - 87179, - 87196 + 88543, + 88560 ], "loc": { "start": { - "line": 2857, + "line": 2900, "column": 8 }, "end": { - "line": 2857, + "line": 2900, "column": 25 } } @@ -164879,16 +166522,16 @@ "type": "Identifier", "name": "j", "range": [ - 87214, - 87215 + 88578, + 88579 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 17 }, "end": { - "line": 2858, + "line": 2901, "column": 18 } } @@ -164898,31 +166541,31 @@ "value": 0, "raw": "0", "range": [ - 87218, - 87219 + 88582, + 88583 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 21 }, "end": { - "line": 2858, + "line": 2901, "column": 22 } } }, "range": [ - 87214, - 87219 + 88578, + 88583 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 17 }, "end": { - "line": 2858, + "line": 2901, "column": 22 } } @@ -164930,16 +166573,16 @@ ], "kind": "let", "range": [ - 87210, - 87219 + 88574, + 88583 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 13 }, "end": { - "line": 2858, + "line": 2901, "column": 22 } } @@ -164951,16 +166594,16 @@ "type": "Identifier", "name": "j", "range": [ - 87221, - 87222 + 88585, + 88586 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 24 }, "end": { - "line": 2858, + "line": 2901, "column": 25 } } @@ -164971,16 +166614,16 @@ "object": { "type": "ThisExpression", "range": [ - 87225, - 87229 + 88589, + 88593 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 28 }, "end": { - "line": 2858, + "line": 2901, "column": 32 } } @@ -164989,46 +166632,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 87230, - 87237 + 88594, + 88601 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 33 }, "end": { - "line": 2858, + "line": 2901, "column": 40 } } }, "range": [ - 87225, - 87237 + 88589, + 88601 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 28 }, "end": { - "line": 2858, + "line": 2901, "column": 40 } } }, "range": [ - 87221, - 87237 + 88585, + 88601 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 24 }, "end": { - "line": 2858, + "line": 2901, "column": 40 } } @@ -165040,32 +166683,32 @@ "type": "Identifier", "name": "j", "range": [ - 87239, - 87240 + 88603, + 88604 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 42 }, "end": { - "line": 2858, + "line": 2901, "column": 43 } } }, "prefix": false, "range": [ - 87239, - 87242 + 88603, + 88606 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 42 }, "end": { - "line": 2858, + "line": 2901, "column": 45 } } @@ -165082,16 +166725,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 87262, - 87279 + 88626, + 88643 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 16 }, "end": { - "line": 2859, + "line": 2902, "column": 33 } } @@ -165104,16 +166747,16 @@ "object": { "type": "ThisExpression", "range": [ - 87283, - 87287 + 88647, + 88651 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 37 }, "end": { - "line": 2859, + "line": 2902, "column": 41 } } @@ -165122,31 +166765,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 87288, - 87300 + 88652, + 88664 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 42 }, "end": { - "line": 2859, + "line": 2902, "column": 54 } } }, "range": [ - 87283, - 87300 + 88647, + 88664 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 37 }, "end": { - "line": 2859, + "line": 2902, "column": 54 } } @@ -165157,47 +166800,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 87301, - 87317 + 88665, + 88681 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 55 }, "end": { - "line": 2859, + "line": 2902, "column": 71 } } } ], "range": [ - 87283, - 87318 + 88647, + 88682 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 37 }, "end": { - "line": 2859, + "line": 2902, "column": 72 } } }, "range": [ - 87262, - 87318 + 88626, + 88682 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 16 }, "end": { - "line": 2859, + "line": 2902, "column": 72 } } @@ -165220,16 +166863,16 @@ "object": { "type": "ThisExpression", "range": [ - 87342, - 87346 + 88706, + 88710 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 20 }, "end": { - "line": 2860, + "line": 2903, "column": 24 } } @@ -165238,31 +166881,31 @@ "type": "Identifier", "name": "extension", "range": [ - 87347, - 87356 + 88711, + 88720 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 25 }, "end": { - "line": 2860, + "line": 2903, "column": 34 } } }, "range": [ - 87342, - 87356 + 88706, + 88720 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 20 }, "end": { - "line": 2860, + "line": 2903, "column": 34 } } @@ -165273,32 +166916,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 87357, - 87373 + 88721, + 88737 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 35 }, "end": { - "line": 2860, + "line": 2903, "column": 51 } } } ], "range": [ - 87342, - 87374 + 88706, + 88738 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 20 }, "end": { - "line": 2860, + "line": 2903, "column": 52 } } @@ -165307,31 +166950,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 87375, - 87386 + 88739, + 88750 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 53 }, "end": { - "line": 2860, + "line": 2903, "column": 64 } } }, "range": [ - 87342, - 87386 + 88706, + 88750 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 20 }, "end": { - "line": 2860, + "line": 2903, "column": 64 } } @@ -165341,32 +166984,32 @@ "type": "Identifier", "name": "j", "range": [ - 87387, - 87388 + 88751, + 88752 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 65 }, "end": { - "line": 2860, + "line": 2903, "column": 66 } } } ], "range": [ - 87342, - 87389 + 88706, + 88753 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 20 }, "end": { - "line": 2860, + "line": 2903, "column": 67 } } @@ -165378,80 +167021,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 87413, - 87422 + 88777, + 88786 ], "loc": { "start": { - "line": 2861, + "line": 2904, "column": 20 }, "end": { - "line": 2861, + "line": 2904, "column": 29 } } } ], "range": [ - 87391, - 87440 + 88755, + 88804 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 69 }, "end": { - "line": 2862, + "line": 2905, "column": 17 } } }, "alternate": null, "range": [ - 87338, - 87440 + 88702, + 88804 ], "loc": { "start": { - "line": 2860, + "line": 2903, "column": 16 }, "end": { - "line": 2862, + "line": 2905, "column": 17 } } } ], "range": [ - 87320, - 87454 + 88684, + 88818 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 74 }, "end": { - "line": 2863, + "line": 2906, "column": 13 } } }, "alternate": null, "range": [ - 87258, - 87454 + 88622, + 88818 ], "loc": { "start": { - "line": 2859, + "line": 2902, "column": 12 }, "end": { - "line": 2863, + "line": 2906, "column": 13 } } @@ -165465,16 +167108,16 @@ "type": "Identifier", "name": "header", "range": [ - 87471, - 87477 + 88835, + 88841 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 16 }, "end": { - "line": 2864, + "line": 2907, "column": 22 } } @@ -165487,16 +167130,16 @@ "object": { "type": "ThisExpression", "range": [ - 87480, - 87484 + 88844, + 88848 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 25 }, "end": { - "line": 2864, + "line": 2907, "column": 29 } } @@ -165505,31 +167148,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 87485, - 87501 + 88849, + 88865 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 30 }, "end": { - "line": 2864, + "line": 2907, "column": 46 } } }, "range": [ - 87480, - 87501 + 88844, + 88865 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 25 }, "end": { - "line": 2864, + "line": 2907, "column": 46 } } @@ -165539,47 +167182,47 @@ "type": "Identifier", "name": "j", "range": [ - 87502, - 87503 + 88866, + 88867 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 47 }, "end": { - "line": 2864, + "line": 2907, "column": 48 } } } ], "range": [ - 87480, - 87504 + 88844, + 88868 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 25 }, "end": { - "line": 2864, + "line": 2907, "column": 49 } } }, "range": [ - 87471, - 87504 + 88835, + 88868 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 16 }, "end": { - "line": 2864, + "line": 2907, "column": 49 } } @@ -165587,16 +167230,16 @@ ], "kind": "let", "range": [ - 87467, - 87505 + 88831, + 88869 ], "loc": { "start": { - "line": 2864, + "line": 2907, "column": 12 }, "end": { - "line": 2864, + "line": 2907, "column": 50 } } @@ -165610,16 +167253,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 87522, - 87532 + 88886, + 88896 ], "loc": { "start": { - "line": 2865, + "line": 2908, "column": 16 }, "end": { - "line": 2865, + "line": 2908, "column": 26 } } @@ -165630,16 +167273,16 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 87535, - 87551 + 88899, + 88915 ], "loc": { "start": { - "line": 2865, + "line": 2908, "column": 29 }, "end": { - "line": 2865, + "line": 2908, "column": 45 } } @@ -165649,47 +167292,47 @@ "type": "Identifier", "name": "header", "range": [ - 87552, - 87558 + 88916, + 88922 ], "loc": { "start": { - "line": 2865, + "line": 2908, "column": 46 }, "end": { - "line": 2865, + "line": 2908, "column": 52 } } } ], "range": [ - 87535, - 87559 + 88899, + 88923 ], "loc": { "start": { - "line": 2865, + "line": 2908, "column": 29 }, "end": { - "line": 2865, + "line": 2908, "column": 53 } } }, "range": [ - 87522, - 87559 + 88886, + 88923 ], "loc": { "start": { - "line": 2865, + "line": 2908, "column": 16 }, "end": { - "line": 2865, + "line": 2908, "column": 53 } } @@ -165697,16 +167340,16 @@ ], "kind": "let", "range": [ - 87518, - 87560 + 88882, + 88924 ], "loc": { "start": { - "line": 2865, + "line": 2908, "column": 12 }, "end": { - "line": 2865, + "line": 2908, "column": 54 } } @@ -165722,16 +167365,16 @@ "type": "Identifier", "name": "headers", "range": [ - 87573, - 87580 + 88937, + 88944 ], "loc": { "start": { - "line": 2866, + "line": 2909, "column": 12 }, "end": { - "line": 2866, + "line": 2909, "column": 19 } } @@ -165740,31 +167383,31 @@ "type": "Identifier", "name": "push", "range": [ - 87581, - 87585 + 88945, + 88949 ], "loc": { "start": { - "line": 2866, + "line": 2909, "column": 20 }, "end": { - "line": 2866, + "line": 2909, "column": 24 } } }, "range": [ - 87573, - 87585 + 88937, + 88949 ], "loc": { "start": { - "line": 2866, + "line": 2909, "column": 12 }, "end": { - "line": 2866, + "line": 2909, "column": 24 } } @@ -165774,78 +167417,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 87586, - 87596 + 88950, + 88960 ], "loc": { "start": { - "line": 2866, + "line": 2909, "column": 25 }, "end": { - "line": 2866, + "line": 2909, "column": 35 } } } ], "range": [ - 87573, - 87597 + 88937, + 88961 ], "loc": { "start": { - "line": 2866, + "line": 2909, "column": 12 }, "end": { - "line": 2866, + "line": 2909, "column": 36 } } }, "range": [ - 87573, - 87598 + 88937, + 88962 ], "loc": { "start": { - "line": 2866, + "line": 2909, "column": 12 }, "end": { - "line": 2866, + "line": 2909, "column": 37 } } } ], "range": [ - 87244, - 87608 + 88608, + 88972 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 47 }, "end": { - "line": 2867, + "line": 2910, "column": 9 } } }, "range": [ - 87205, - 87608 + 88569, + 88972 ], "loc": { "start": { - "line": 2858, + "line": 2901, "column": 8 }, "end": { - "line": 2867, + "line": 2910, "column": 9 } } @@ -165856,47 +167499,47 @@ "type": "Identifier", "name": "headers", "range": [ - 87624, - 87631 + 88988, + 88995 ], "loc": { "start": { - "line": 2868, + "line": 2911, "column": 15 }, "end": { - "line": 2868, + "line": 2911, "column": 22 } } }, "range": [ - 87617, - 87632 + 88981, + 88996 ], "loc": { "start": { - "line": 2868, + "line": 2911, "column": 8 }, "end": { - "line": 2868, + "line": 2911, "column": 23 } } } ], "range": [ - 87169, - 87638 + 88533, + 89002 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 46 }, "end": { - "line": 2869, + "line": 2912, "column": 5 } } @@ -165904,16 +167547,16 @@ "generator": false, "expression": false, "range": [ - 87141, - 87638 + 88505, + 89002 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 18 }, "end": { - "line": 2869, + "line": 2912, "column": 5 } } @@ -165921,16 +167564,16 @@ "kind": "method", "computed": false, "range": [ - 87127, - 87638 + 88491, + 89002 ], "loc": { "start": { - "line": 2856, + "line": 2899, "column": 4 }, "end": { - "line": 2869, + "line": 2912, "column": 5 } }, @@ -165939,16 +167582,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": [ - 86949, - 87122 + 88313, + 88486 ], "loc": { "start": { - "line": 2851, + "line": 2894, "column": 4 }, "end": { - "line": 2855, + "line": 2898, "column": 7 } } @@ -165959,16 +167602,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": [ - 87644, - 87780 + 89008, + 89144 ], "loc": { "start": { - "line": 2871, + "line": 2914, "column": 4 }, "end": { - "line": 2875, + "line": 2918, "column": 7 } } @@ -165982,16 +167625,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 87785, - 87798 + 89149, + 89162 ], "loc": { "start": { - "line": 2876, + "line": 2919, "column": 4 }, "end": { - "line": 2876, + "line": 2919, "column": 17 } } @@ -166004,16 +167647,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87799, - 87807 + 89163, + 89171 ], "loc": { "start": { - "line": 2876, + "line": 2919, "column": 18 }, "end": { - "line": 2876, + "line": 2919, "column": 26 } } @@ -166031,16 +167674,16 @@ "type": "Identifier", "name": "colType", "range": [ - 87823, - 87830 + 89187, + 89194 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 12 }, "end": { - "line": 2877, + "line": 2920, "column": 19 } } @@ -166054,16 +167697,16 @@ "object": { "type": "ThisExpression", "range": [ - 87833, - 87837 + 89197, + 89201 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 22 }, "end": { - "line": 2877, + "line": 2920, "column": 26 } } @@ -166072,31 +167715,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 87838, - 87841 + 89202, + 89205 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 27 }, "end": { - "line": 2877, + "line": 2920, "column": 30 } } }, "range": [ - 87833, - 87841 + 89197, + 89205 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 22 }, "end": { - "line": 2877, + "line": 2920, "column": 30 } } @@ -166109,16 +167752,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 87842, - 87848 + 89206, + 89212 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 31 }, "end": { - "line": 2877, + "line": 2920, "column": 37 } } @@ -166127,61 +167770,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87851, - 87859 + 89215, + 89223 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 40 }, "end": { - "line": 2877, + "line": 2920, "column": 48 } } }, "range": [ - 87842, - 87859 + 89206, + 89223 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 31 }, "end": { - "line": 2877, + "line": 2920, "column": 48 } } }, "range": [ - 87833, - 87860 + 89197, + 89224 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 22 }, "end": { - "line": 2877, + "line": 2920, "column": 49 } } }, "range": [ - 87823, - 87860 + 89187, + 89224 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 12 }, "end": { - "line": 2877, + "line": 2920, "column": 49 } } @@ -166189,16 +167832,16 @@ ], "kind": "let", "range": [ - 87819, - 87861 + 89183, + 89225 ], "loc": { "start": { - "line": 2877, + "line": 2920, "column": 8 }, "end": { - "line": 2877, + "line": 2920, "column": 50 } } @@ -166214,32 +167857,32 @@ "type": "Identifier", "name": "colType", "range": [ - 87878, - 87885 + 89242, + 89249 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 16 }, "end": { - "line": 2878, + "line": 2921, "column": 23 } } }, "prefix": true, "range": [ - 87877, - 87885 + 89241, + 89249 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 15 }, "end": { - "line": 2878, + "line": 2921, "column": 23 } } @@ -166248,16 +167891,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 87888, - 87893 + 89252, + 89257 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 26 }, "end": { - "line": 2878, + "line": 2921, "column": 31 } } @@ -166271,16 +167914,16 @@ "type": "Identifier", "name": "colType", "range": [ - 87896, - 87903 + 89260, + 89267 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 34 }, "end": { - "line": 2878, + "line": 2921, "column": 41 } } @@ -166289,93 +167932,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 87904, - 87915 + 89268, + 89279 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 42 }, "end": { - "line": 2878, + "line": 2921, "column": 53 } } }, "range": [ - 87896, - 87915 + 89260, + 89279 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 34 }, "end": { - "line": 2878, + "line": 2921, "column": 53 } } }, "arguments": [], "range": [ - 87896, - 87917 + 89260, + 89281 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 34 }, "end": { - "line": 2878, + "line": 2921, "column": 55 } } }, "range": [ - 87877, - 87917 + 89241, + 89281 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 15 }, "end": { - "line": 2878, + "line": 2921, "column": 55 } } }, "range": [ - 87870, - 87918 + 89234, + 89282 ], "loc": { "start": { - "line": 2878, + "line": 2921, "column": 8 }, "end": { - "line": 2878, + "line": 2921, "column": 56 } } } ], "range": [ - 87809, - 87924 + 89173, + 89288 ], "loc": { "start": { - "line": 2876, + "line": 2919, "column": 28 }, "end": { - "line": 2879, + "line": 2922, "column": 5 } } @@ -166383,16 +168026,16 @@ "generator": false, "expression": false, "range": [ - 87798, - 87924 + 89162, + 89288 ], "loc": { "start": { - "line": 2876, + "line": 2919, "column": 17 }, "end": { - "line": 2879, + "line": 2922, "column": 5 } } @@ -166400,16 +168043,16 @@ "kind": "method", "computed": false, "range": [ - 87785, - 87924 + 89149, + 89288 ], "loc": { "start": { - "line": 2876, + "line": 2919, "column": 4 }, "end": { - "line": 2879, + "line": 2922, "column": 5 } }, @@ -166418,16 +168061,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": [ - 87644, - 87780 + 89008, + 89144 ], "loc": { "start": { - "line": 2871, + "line": 2914, "column": 4 }, "end": { - "line": 2875, + "line": 2918, "column": 7 } } @@ -166438,16 +168081,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 87930, - 88012 + 89294, + 89376 ], "loc": { "start": { - "line": 2881, + "line": 2924, "column": 4 }, "end": { - "line": 2884, + "line": 2927, "column": 7 } } @@ -166461,16 +168104,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 88017, - 88036 + 89381, + 89400 ], "loc": { "start": { - "line": 2885, + "line": 2928, "column": 4 }, "end": { - "line": 2885, + "line": 2928, "column": 23 } } @@ -166492,16 +168135,16 @@ "object": { "type": "ThisExpression", "range": [ - 88056, - 88060 + 89420, + 89424 ], "loc": { "start": { - "line": 2886, + "line": 2929, "column": 15 }, "end": { - "line": 2886, + "line": 2929, "column": 19 } } @@ -166510,31 +168153,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 88061, - 88070 + 89425, + 89434 ], "loc": { "start": { - "line": 2886, + "line": 2929, "column": 20 }, "end": { - "line": 2886, + "line": 2929, "column": 29 } } }, "range": [ - 88056, - 88070 + 89420, + 89434 ], "loc": { "start": { - "line": 2886, + "line": 2929, "column": 15 }, "end": { - "line": 2886, + "line": 2929, "column": 29 } } @@ -166545,63 +168188,63 @@ "value": false, "raw": "false", "range": [ - 88071, - 88076 + 89435, + 89440 ], "loc": { "start": { - "line": 2886, + "line": 2929, "column": 30 }, "end": { - "line": 2886, + "line": 2929, "column": 35 } } } ], "range": [ - 88056, - 88077 + 89420, + 89441 ], "loc": { "start": { - "line": 2886, + "line": 2929, "column": 15 }, "end": { - "line": 2886, + "line": 2929, "column": 36 } } }, "range": [ - 88049, - 88078 + 89413, + 89442 ], "loc": { "start": { - "line": 2886, + "line": 2929, "column": 8 }, "end": { - "line": 2886, + "line": 2929, "column": 37 } } } ], "range": [ - 88039, - 88084 + 89403, + 89448 ], "loc": { "start": { - "line": 2885, + "line": 2928, "column": 26 }, "end": { - "line": 2887, + "line": 2930, "column": 5 } } @@ -166609,16 +168252,16 @@ "generator": false, "expression": false, "range": [ - 88036, - 88084 + 89400, + 89448 ], "loc": { "start": { - "line": 2885, + "line": 2928, "column": 23 }, "end": { - "line": 2887, + "line": 2930, "column": 5 } } @@ -166626,16 +168269,16 @@ "kind": "method", "computed": false, "range": [ - 88017, - 88084 + 89381, + 89448 ], "loc": { "start": { - "line": 2885, + "line": 2928, "column": 4 }, "end": { - "line": 2887, + "line": 2930, "column": 5 } }, @@ -166644,16 +168287,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 87930, - 88012 + 89294, + 89376 ], "loc": { "start": { - "line": 2881, + "line": 2924, "column": 4 }, "end": { - "line": 2884, + "line": 2927, "column": 7 } } @@ -166664,16 +168307,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": [ - 88090, - 88246 + 89454, + 89610 ], "loc": { "start": { - "line": 2889, + "line": 2932, "column": 4 }, "end": { - "line": 2893, + "line": 2936, "column": 7 } } @@ -166687,16 +168330,16 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 88251, - 88265 + 89615, + 89629 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 4 }, "end": { - "line": 2894, + "line": 2937, "column": 18 } } @@ -166711,16 +168354,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 88266, - 88272 + 89630, + 89636 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 19 }, "end": { - "line": 2894, + "line": 2937, "column": 25 } } @@ -166730,31 +168373,31 @@ "value": false, "raw": "false", "range": [ - 88275, - 88280 + 89639, + 89644 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 28 }, "end": { - "line": 2894, + "line": 2937, "column": 33 } } }, "range": [ - 88266, - 88280 + 89630, + 89644 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 19 }, "end": { - "line": 2894, + "line": 2937, "column": 33 } } @@ -166776,16 +168419,16 @@ "object": { "type": "ThisExpression", "range": [ - 88299, - 88303 + 89663, + 89667 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 15 }, "end": { - "line": 2895, + "line": 2938, "column": 19 } } @@ -166794,31 +168437,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 88304, - 88316 + 89668, + 89680 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 20 }, "end": { - "line": 2895, + "line": 2938, "column": 32 } } }, "range": [ - 88299, - 88316 + 89663, + 89680 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 15 }, "end": { - "line": 2895, + "line": 2938, "column": 32 } } @@ -166828,32 +168471,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 88317, - 88323 + 89681, + 89687 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 33 }, "end": { - "line": 2895, + "line": 2938, "column": 39 } } } ], "range": [ - 88299, - 88324 + 89663, + 89688 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 15 }, "end": { - "line": 2895, + "line": 2938, "column": 40 } } @@ -166862,62 +168505,62 @@ "type": "Identifier", "name": "length", "range": [ - 88325, - 88331 + 89689, + 89695 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 41 }, "end": { - "line": 2895, + "line": 2938, "column": 47 } } }, "range": [ - 88299, - 88331 + 89663, + 89695 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 15 }, "end": { - "line": 2895, + "line": 2938, "column": 47 } } }, "range": [ - 88292, - 88332 + 89656, + 89696 ], "loc": { "start": { - "line": 2895, + "line": 2938, "column": 8 }, "end": { - "line": 2895, + "line": 2938, "column": 48 } } } ], "range": [ - 88282, - 88338 + 89646, + 89702 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 35 }, "end": { - "line": 2896, + "line": 2939, "column": 5 } } @@ -166925,16 +168568,16 @@ "generator": false, "expression": false, "range": [ - 88265, - 88338 + 89629, + 89702 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 18 }, "end": { - "line": 2896, + "line": 2939, "column": 5 } } @@ -166942,16 +168585,16 @@ "kind": "method", "computed": false, "range": [ - 88251, - 88338 + 89615, + 89702 ], "loc": { "start": { - "line": 2894, + "line": 2937, "column": 4 }, "end": { - "line": 2896, + "line": 2939, "column": 5 } }, @@ -166960,16 +168603,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": [ - 88090, - 88246 + 89454, + 89610 ], "loc": { "start": { - "line": 2889, + "line": 2932, "column": 4 }, "end": { - "line": 2893, + "line": 2936, "column": 7 } } @@ -166980,16 +168623,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 88344, - 88432 + 89708, + 89796 ], "loc": { "start": { - "line": 2898, + "line": 2941, "column": 4 }, "end": { - "line": 2901, + "line": 2944, "column": 7 } } @@ -167003,16 +168646,16 @@ "type": "Identifier", "name": "config", "range": [ - 88437, - 88443 + 89801, + 89807 ], "loc": { "start": { - "line": 2902, + "line": 2945, "column": 4 }, "end": { - "line": 2902, + "line": 2945, "column": 10 } } @@ -167032,16 +168675,16 @@ "object": { "type": "ThisExpression", "range": [ - 88463, - 88467 + 89827, + 89831 ], "loc": { "start": { - "line": 2903, + "line": 2946, "column": 15 }, "end": { - "line": 2903, + "line": 2946, "column": 19 } } @@ -167050,62 +168693,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 88468, - 88471 + 89832, + 89835 ], "loc": { "start": { - "line": 2903, + "line": 2946, "column": 20 }, "end": { - "line": 2903, + "line": 2946, "column": 23 } } }, "range": [ - 88463, - 88471 + 89827, + 89835 ], "loc": { "start": { - "line": 2903, + "line": 2946, "column": 15 }, "end": { - "line": 2903, + "line": 2946, "column": 23 } } }, "range": [ - 88456, - 88472 + 89820, + 89836 ], "loc": { "start": { - "line": 2903, + "line": 2946, "column": 8 }, "end": { - "line": 2903, + "line": 2946, "column": 24 } } } ], "range": [ - 88446, - 88478 + 89810, + 89842 ], "loc": { "start": { - "line": 2902, + "line": 2945, "column": 13 }, "end": { - "line": 2904, + "line": 2947, "column": 5 } } @@ -167113,16 +168756,16 @@ "generator": false, "expression": false, "range": [ - 88443, - 88478 + 89807, + 89842 ], "loc": { "start": { - "line": 2902, + "line": 2945, "column": 10 }, "end": { - "line": 2904, + "line": 2947, "column": 5 } } @@ -167130,16 +168773,16 @@ "kind": "method", "computed": false, "range": [ - 88437, - 88478 + 89801, + 89842 ], "loc": { "start": { - "line": 2902, + "line": 2945, "column": 4 }, "end": { - "line": 2904, + "line": 2947, "column": 5 } }, @@ -167148,16 +168791,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 88344, - 88432 + 89708, + 89796 ], "loc": { "start": { - "line": 2898, + "line": 2941, "column": 4 }, "end": { - "line": 2901, + "line": 2944, "column": 7 } } @@ -167167,31 +168810,31 @@ } ], "range": [ - 1535, - 88480 + 1570, + 89844 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 25 }, "end": { - "line": 2905, + "line": 2948, "column": 1 } } }, "range": [ - 1517, - 88480 + 1552, + 89844 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 7 }, "end": { - "line": 2905, + "line": 2948, "column": 1 } }, @@ -167200,16 +168843,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1416, - 1509 + 1451, + 1544 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 0 }, "end": { - "line": 43, + "line": 44, "column": 3 } } @@ -167220,16 +168863,16 @@ "specifiers": [], "source": null, "range": [ - 1510, - 88480 + 1545, + 89844 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 0 }, "end": { - "line": 2905, + "line": 2948, "column": 1 } }, @@ -167238,16 +168881,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1416, - 1509 + 1451, + 1544 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 0 }, "end": { - "line": 43, + "line": 44, "column": 3 } } @@ -167258,7 +168901,7 @@ "sourceType": "module", "range": [ 0, - 88480 + 89844 ], "loc": { "start": { @@ -167266,7 +168909,7 @@ "column": 0 }, "end": { - "line": 2905, + "line": 2948, "column": 1 } }, @@ -167275,16 +168918,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1416, - 1509 + 1451, + 1544 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 0 }, "end": { - "line": 43, + "line": 44, "column": 3 } } @@ -167293,16 +168936,16 @@ "type": "Block", "value": "*\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n ", "range": [ - 1542, - 1859 + 1577, + 1894 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 4 }, "end": { - "line": 53, + "line": 54, "column": 7 } } @@ -167311,16 +168954,16 @@ "type": "Block", "value": "*\n * ID of current instance\n * @type {String}\n * @private\n ", "range": [ - 1895, - 1990 + 1930, + 2025 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 11 } } @@ -167329,16 +168972,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2024, - 2092 + 2059, + 2127 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 11 } } @@ -167347,16 +168990,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2138, - 2223 + 2173, + 2258 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 11 } } @@ -167365,16 +169008,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n ", "range": [ - 2279, - 2358 + 2314, + 2393 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 78, + "line": 79, "column": 11 } } @@ -167383,16 +169026,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2393, - 2534 + 2428, + 2569 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 11 } } @@ -167401,16 +169044,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2572, - 2669 + 2607, + 2704 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 92, + "line": 93, "column": 11 } } @@ -167419,16 +169062,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2711, - 2804 + 2746, + 2839 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 99, + "line": 100, "column": 11 } } @@ -167437,16 +169080,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2837, - 2945 + 2872, + 2980 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 106, + "line": 107, "column": 11 } } @@ -167455,16 +169098,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 2990, - 3099 + 3025, + 3134 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 11 } } @@ -167473,16 +169116,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3161, - 3180 + 3196, + 3215 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 27 } } @@ -167491,16 +169134,16 @@ "type": "Line", "value": " configuration object", "range": [ - 3891, - 3914 + 3926, + 3949 ], "loc": { "start": { - "line": 139, + "line": 140, "column": 8 }, "end": { - "line": 139, + "line": 140, "column": 31 } } @@ -167509,16 +169152,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 3950, - 4026 + 3985, + 4061 ], "loc": { "start": { - "line": 142, + "line": 143, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 11 } } @@ -167527,16 +169170,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4074, - 4096 + 4109, + 4131 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 30 } } @@ -167545,16 +169188,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4286, - 4366 + 4321, + 4401 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 11 } } @@ -167563,16 +169206,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4431, - 4465 + 4466, + 4500 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 159, + "line": 160, "column": 42 } } @@ -167581,16 +169224,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4475, - 4551 + 4510, + 4586 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 164, + "line": 165, "column": 11 } } @@ -167599,16 +169242,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4617, - 4713 + 4652, + 4748 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 11 } } @@ -167617,16 +169260,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4773, - 4843 + 4808, + 4878 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 11 } } @@ -167635,16 +169278,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 4950, - 5020 + 4985, + 5055 ], "loc": { "start": { - "line": 180, + "line": 181, "column": 8 }, "end": { - "line": 183, + "line": 184, "column": 11 } } @@ -167653,16 +169296,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5157, - 5261 + 5192, + 5296 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 8 }, "end": { - "line": 190, + "line": 191, "column": 11 } } @@ -167671,16 +169314,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5371, - 5462 + 5406, + 5497 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 8 }, "end": { - "line": 198, + "line": 199, "column": 11 } } @@ -167689,16 +169332,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5498, - 5626 + 5533, + 5661 ], "loc": { "start": { - "line": 201, + "line": 202, "column": 8 }, "end": { - "line": 205, + "line": 206, "column": 11 } } @@ -167707,16 +169350,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5670, - 5778 + 5705, + 5813 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 212, + "line": 213, "column": 11 } } @@ -167725,16 +169368,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5816, - 5956 + 5851, + 5991 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 8 }, "end": { - "line": 219, + "line": 220, "column": 11 } } @@ -167743,16 +169386,16 @@ "type": "Block", "value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5992, - 6166 + 6027, + 6201 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 11 } } @@ -167761,16 +169404,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6202, - 6342 + 6237, + 6377 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 8 }, "end": { - "line": 234, + "line": 235, "column": 11 } } @@ -167779,16 +169422,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6378, - 6476 + 6413, + 6511 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 11 } } @@ -167797,16 +169440,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6546, - 6650 + 6581, + 6685 ], "loc": { "start": { - "line": 243, + "line": 244, "column": 8 }, "end": { - "line": 246, + "line": 247, "column": 11 } } @@ -167815,16 +169458,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6720, - 6825 + 6755, + 6860 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 8 }, "end": { - "line": 252, + "line": 253, "column": 11 } } @@ -167833,16 +169476,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 6896, - 6997 + 6931, + 7032 ], "loc": { "start": { - "line": 255, + "line": 256, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 11 } } @@ -167851,16 +169494,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7069, - 7103 + 7104, + 7138 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 42 } } @@ -167869,16 +169512,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7112, - 7185 + 7147, + 7220 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 11 } } @@ -167887,16 +169530,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7262, - 7335 + 7297, + 7370 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 271, + "line": 272, "column": 11 } } @@ -167905,16 +169548,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7423, - 7514 + 7458, + 7549 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 8 }, "end": { - "line": 278, + "line": 279, "column": 11 } } @@ -167923,16 +169566,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7572, - 7654 + 7607, + 7689 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 8 }, "end": { - "line": 284, + "line": 285, "column": 11 } } @@ -167941,16 +169584,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7729, - 7826 + 7764, + 7861 ], "loc": { "start": { - "line": 287, + "line": 288, "column": 8 }, "end": { - "line": 290, + "line": 291, "column": 11 } } @@ -167959,16 +169602,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 7904, - 7989 + 7939, + 8024 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 8 }, "end": { - "line": 296, + "line": 297, "column": 11 } } @@ -167977,16 +169620,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8055, - 8168 + 8090, + 8203 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 8 }, "end": { - "line": 303, + "line": 304, "column": 11 } } @@ -167995,16 +169638,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8229, - 8301 + 8264, + 8336 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 11 } } @@ -168013,16 +169656,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8375, - 8458 + 8410, + 8493 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 315, + "line": 316, "column": 11 } } @@ -168031,16 +169674,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8521, - 8611 + 8556, + 8646 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 8 }, "end": { - "line": 321, + "line": 322, "column": 11 } } @@ -168049,16 +169692,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8691, - 8801 + 8726, + 8836 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 11 } } @@ -168067,16 +169710,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 8877, - 8962 + 8912, + 8997 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 11 } } @@ -168085,16 +169728,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9045, - 9079 + 9080, + 9114 ], "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 42 } } @@ -168103,16 +169746,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9089, - 9190 + 9124, + 9225 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 341, + "line": 342, "column": 11 } } @@ -168121,16 +169764,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9262, - 9363 + 9297, + 9398 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 11 } } @@ -168139,16 +169782,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9469, - 9575 + 9504, + 9610 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 8 }, "end": { - "line": 354, + "line": 355, "column": 11 } } @@ -168157,16 +169800,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9666, - 9761 + 9701, + 9796 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 11 } } @@ -168175,16 +169818,16 @@ "type": "Block", "value": "*\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n ", "range": [ - 9827, - 9983 + 9862, + 10018 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 8 }, "end": { - "line": 368, + "line": 369, "column": 11 } } @@ -168193,16 +169836,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10059, - 10149 + 10094, + 10184 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 11 } } @@ -168211,16 +169854,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10256, - 10355 + 10291, + 10390 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 8 }, "end": { - "line": 381, + "line": 382, "column": 11 } } @@ -168229,16 +169872,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10415, - 10513 + 10450, + 10548 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 11 } } @@ -168247,16 +169890,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10579, - 10735 + 10614, + 10770 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 8 }, "end": { - "line": 394, + "line": 395, "column": 11 } } @@ -168265,16 +169908,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 10820, - 10909 + 10855, + 10944 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 8 }, "end": { - "line": 401, + "line": 402, "column": 11 } } @@ -168283,16 +169926,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 10955, - 11068 + 10990, + 11103 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 407, + "line": 408, "column": 11 } } @@ -168301,16 +169944,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11140, - 11241 + 11175, + 11276 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 11 } } @@ -168319,16 +169962,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11328, - 11424 + 11363, + 11459 ], "loc": { "start": { - "line": 416, + "line": 417, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 11 } } @@ -168337,16 +169980,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11493, - 11608 + 11528, + 11643 ], "loc": { "start": { - "line": 422, + "line": 423, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 11 } } @@ -168355,16 +169998,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11682, - 11779 + 11717, + 11814 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 11 } } @@ -168373,16 +170016,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 11888, - 11992 + 11923, + 12027 ], "loc": { "start": { - "line": 435, + "line": 436, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 11 } } @@ -168391,16 +170034,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12059, - 12170 + 12094, + 12205 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 11 } } @@ -168409,16 +170052,16 @@ "type": "Block", "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", "range": [ - 12276, - 12373 + 12311, + 12408 ], "loc": { "start": { - "line": 448, + "line": 449, "column": 8 }, "end": { - "line": 451, + "line": 452, "column": 11 } } @@ -168427,16 +170070,16 @@ "type": "Block", "value": "*\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n ", "range": [ - 12485, - 12600 + 12520, + 12635 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 8 }, "end": { - "line": 458, + "line": 459, "column": 11 } } @@ -168445,16 +170088,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 12706, - 12872 + 12741, + 12907 ], "loc": { "start": { - "line": 462, + "line": 463, "column": 8 }, "end": { - "line": 466, + "line": 467, "column": 11 } } @@ -168463,16 +170106,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 12926, - 13051 + 12961, + 13086 ], "loc": { "start": { - "line": 469, + "line": 470, "column": 8 }, "end": { - "line": 473, + "line": 474, "column": 11 } } @@ -168481,16 +170124,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13118, - 13200 + 13153, + 13235 ], "loc": { "start": { - "line": 476, + "line": 477, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 11 } } @@ -168499,16 +170142,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13267, - 13367 + 13302, + 13402 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 8 }, "end": { - "line": 485, + "line": 486, "column": 11 } } @@ -168517,16 +170160,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13482, - 13581 + 13517, + 13616 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 492, + "line": 493, "column": 11 } } @@ -168535,16 +170178,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 13645, - 13762 + 13680, + 13797 ], "loc": { "start": { - "line": 495, + "line": 496, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 11 } } @@ -168553,16 +170196,16 @@ "type": "Block", "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", "range": [ - 13837, - 13929 + 13872, + 13964 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 8 }, "end": { - "line": 504, + "line": 505, "column": 11 } } @@ -168571,16 +170214,16 @@ "type": "Block", "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14034, - 14141 + 14069, + 14176 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 8 }, "end": { - "line": 511, + "line": 512, "column": 11 } } @@ -168589,16 +170232,16 @@ "type": "Block", "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14267, - 14373 + 14302, + 14408 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 8 }, "end": { - "line": 518, + "line": 519, "column": 11 } } @@ -168607,16 +170250,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14496, - 14550 + 14531, + 14585 ], "loc": { "start": { - "line": 522, + "line": 523, "column": 8 }, "end": { - "line": 522, + "line": 523, "column": 62 } } @@ -168625,16 +170268,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n ", "range": [ - 14559, - 14672 + 14594, + 14707 ], "loc": { "start": { - "line": 523, + "line": 524, "column": 8 }, "end": { - "line": 526, + "line": 527, "column": 11 } } @@ -168643,16 +170286,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14743, - 14863 + 14778, + 14898 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 8 }, "end": { - "line": 532, + "line": 533, "column": 11 } } @@ -168661,16 +170304,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14938, - 15038 + 14973, + 15073 ], "loc": { "start": { - "line": 535, + "line": 536, "column": 8 }, "end": { - "line": 538, + "line": 539, "column": 11 } } @@ -168679,16 +170322,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15100, - 15235 + 15135, + 15270 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 545, + "line": 546, "column": 11 } } @@ -168697,16 +170340,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15317, - 15421 + 15352, + 15456 ], "loc": { "start": { - "line": 548, + "line": 549, "column": 8 }, "end": { - "line": 551, + "line": 552, "column": 11 } } @@ -168715,16 +170358,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15494, - 15642 + 15529, + 15677 ], "loc": { "start": { - "line": 554, + "line": 555, "column": 8 }, "end": { - "line": 558, + "line": 559, "column": 11 } } @@ -168733,16 +170376,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15717, - 15880 + 15752, + 15915 ], "loc": { "start": { - "line": 561, + "line": 562, "column": 8 }, "end": { - "line": 565, + "line": 566, "column": 11 } } @@ -168751,16 +170394,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15953, - 16129 + 15988, + 16164 ], "loc": { "start": { - "line": 568, + "line": 569, "column": 8 }, "end": { - "line": 573, + "line": 574, "column": 11 } } @@ -168769,16 +170412,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16192, - 16329 + 16227, + 16364 ], "loc": { "start": { - "line": 576, + "line": 577, "column": 8 }, "end": { - "line": 580, + "line": 581, "column": 11 } } @@ -168787,16 +170430,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16406, - 16583 + 16441, + 16618 ], "loc": { "start": { - "line": 583, + "line": 584, "column": 8 }, "end": { - "line": 588, + "line": 589, "column": 11 } } @@ -168805,16 +170448,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16648, - 16786 + 16683, + 16821 ], "loc": { "start": { - "line": 591, + "line": 592, "column": 8 }, "end": { - "line": 595, + "line": 596, "column": 11 } } @@ -168823,16 +170466,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16866, - 17009 + 16901, + 17044 ], "loc": { "start": { - "line": 598, + "line": 599, "column": 8 }, "end": { - "line": 602, + "line": 603, "column": 11 } } @@ -168841,16 +170484,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17085, - 17203 + 17120, + 17238 ], "loc": { "start": { - "line": 605, + "line": 606, "column": 8 }, "end": { - "line": 608, + "line": 609, "column": 11 } } @@ -168859,16 +170502,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17270, - 17742 + 17305, + 17777 ], "loc": { "start": { - "line": 611, + "line": 612, "column": 8 }, "end": { - "line": 627, + "line": 628, "column": 11 } } @@ -168877,16 +170520,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17799, - 17825 + 17834, + 17860 ], "loc": { "start": { - "line": 630, + "line": 631, "column": 8 }, "end": { - "line": 630, + "line": 631, "column": 34 } } @@ -168895,16 +170538,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17834, - 17951 + 17869, + 17986 ], "loc": { "start": { - "line": 631, + "line": 632, "column": 8 }, "end": { - "line": 634, + "line": 635, "column": 11 } } @@ -168913,16 +170556,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 18017, - 18130 + 18052, + 18165 ], "loc": { "start": { - "line": 637, + "line": 638, "column": 8 }, "end": { - "line": 640, + "line": 641, "column": 11 } } @@ -168931,16 +170574,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18197, - 18317 + 18232, + 18352 ], "loc": { "start": { - "line": 643, + "line": 644, "column": 8 }, "end": { - "line": 646, + "line": 647, "column": 11 } } @@ -168949,16 +170592,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18390, - 18497 + 18425, + 18532 ], "loc": { "start": { - "line": 649, + "line": 650, "column": 8 }, "end": { - "line": 652, + "line": 653, "column": 11 } } @@ -168967,16 +170610,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18556, - 18664 + 18591, + 18699 ], "loc": { "start": { - "line": 655, + "line": 656, "column": 8 }, "end": { - "line": 658, + "line": 659, "column": 11 } } @@ -168985,16 +170628,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18724, - 18832 + 18759, + 18867 ], "loc": { "start": { - "line": 661, + "line": 662, "column": 8 }, "end": { - "line": 664, + "line": 665, "column": 11 } } @@ -169003,16 +170646,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18895, - 19001 + 18930, + 19036 ], "loc": { "start": { - "line": 667, + "line": 668, "column": 8 }, "end": { - "line": 670, + "line": 671, "column": 11 } } @@ -169021,16 +170664,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19062, - 19178 + 19097, + 19213 ], "loc": { "start": { - "line": 673, + "line": 674, "column": 8 }, "end": { - "line": 676, + "line": 677, "column": 11 } } @@ -169039,16 +170682,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19246, - 19364 + 19281, + 19399 ], "loc": { "start": { - "line": 679, + "line": 680, "column": 8 }, "end": { - "line": 682, + "line": 683, "column": 11 } } @@ -169057,16 +170700,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19434, - 19540 + 19469, + 19575 ], "loc": { "start": { - "line": 685, + "line": 686, "column": 8 }, "end": { - "line": 688, + "line": 689, "column": 11 } } @@ -169075,16 +170718,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19605, - 19705 + 19640, + 19740 ], "loc": { "start": { - "line": 691, + "line": 692, "column": 8 }, "end": { - "line": 694, + "line": 695, "column": 11 } } @@ -169093,16 +170736,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19765, - 19876 + 19800, + 19911 ], "loc": { "start": { - "line": 697, + "line": 698, "column": 8 }, "end": { - "line": 700, + "line": 701, "column": 11 } } @@ -169111,16 +170754,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19937, - 20044 + 19972, + 20079 ], "loc": { "start": { - "line": 703, + "line": 704, "column": 8 }, "end": { - "line": 706, + "line": 707, "column": 11 } } @@ -169129,16 +170772,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20110, - 20215 + 20145, + 20250 ], "loc": { "start": { - "line": 709, + "line": 710, "column": 8 }, "end": { - "line": 712, + "line": 713, "column": 11 } } @@ -169147,16 +170790,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20279, - 20319 + 20314, + 20354 ], "loc": { "start": { - "line": 715, + "line": 716, "column": 8 }, "end": { - "line": 715, + "line": 716, "column": 48 } } @@ -169165,16 +170808,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20329, - 20405 + 20364, + 20440 ], "loc": { "start": { - "line": 717, + "line": 718, "column": 8 }, "end": { - "line": 720, + "line": 721, "column": 11 } } @@ -169183,16 +170826,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20460, - 20546 + 20495, + 20581 ], "loc": { "start": { - "line": 723, + "line": 724, "column": 8 }, "end": { - "line": 726, + "line": 727, "column": 11 } } @@ -169201,16 +170844,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20608, - 20692 + 20643, + 20727 ], "loc": { "start": { - "line": 729, + "line": 730, "column": 8 }, "end": { - "line": 732, + "line": 733, "column": 11 } } @@ -169219,16 +170862,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20750, - 20850 + 20785, + 20885 ], "loc": { "start": { - "line": 735, + "line": 736, "column": 8 }, "end": { - "line": 738, + "line": 739, "column": 11 } } @@ -169237,16 +170880,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20901, - 20943 + 20936, + 20978 ], "loc": { "start": { - "line": 741, + "line": 742, "column": 8 }, "end": { - "line": 741, + "line": 742, "column": 50 } } @@ -169255,16 +170898,16 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20952, - 21038 + 20987, + 21073 ], "loc": { "start": { - "line": 742, + "line": 743, "column": 8 }, "end": { - "line": 745, + "line": 746, "column": 11 } } @@ -169273,16 +170916,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21090, - 21180 + 21125, + 21215 ], "loc": { "start": { - "line": 748, + "line": 749, "column": 8 }, "end": { - "line": 751, + "line": 752, "column": 11 } } @@ -169291,16 +170934,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21260, - 21352 + 21295, + 21387 ], "loc": { "start": { - "line": 754, + "line": 755, "column": 8 }, "end": { - "line": 757, + "line": 758, "column": 11 } } @@ -169309,16 +170952,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21468, - 21541 + 21503, + 21576 ], "loc": { "start": { - "line": 761, + "line": 762, "column": 8 }, "end": { - "line": 764, + "line": 765, "column": 11 } } @@ -169327,16 +170970,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21597, - 21693 + 21632, + 21728 ], "loc": { "start": { - "line": 767, + "line": 768, "column": 8 }, "end": { - "line": 770, + "line": 771, "column": 11 } } @@ -169345,16 +170988,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21796, - 21891 + 21831, + 21926 ], "loc": { "start": { - "line": 774, + "line": 775, "column": 8 }, "end": { - "line": 777, + "line": 778, "column": 11 } } @@ -169363,16 +171006,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 21979, - 22056 + 22014, + 22091 ], "loc": { "start": { - "line": 780, + "line": 781, "column": 8 }, "end": { - "line": 783, + "line": 784, "column": 11 } } @@ -169381,16 +171024,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22107, - 22201 + 22142, + 22236 ], "loc": { "start": { - "line": 786, + "line": 787, "column": 8 }, "end": { - "line": 790, + "line": 791, "column": 11 } } @@ -169399,16 +171042,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22242, - 22379 + 22277, + 22414 ], "loc": { "start": { - "line": 793, + "line": 794, "column": 8 }, "end": { - "line": 797, + "line": 798, "column": 11 } } @@ -169417,16 +171060,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22439, - 22518 + 22474, + 22553 ], "loc": { "start": { - "line": 800, + "line": 801, "column": 8 }, "end": { - "line": 803, + "line": 804, "column": 11 } } @@ -169435,16 +171078,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22642, - 22747 + 22677, + 22782 ], "loc": { "start": { - "line": 807, + "line": 808, "column": 8 }, "end": { - "line": 811, + "line": 812, "column": 11 } } @@ -169453,16 +171096,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22791, - 22887 + 22826, + 22922 ], "loc": { "start": { - "line": 814, + "line": 815, "column": 8 }, "end": { - "line": 818, + "line": 819, "column": 11 } } @@ -169471,16 +171114,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 22934, - 23025 + 22969, + 23060 ], "loc": { "start": { - "line": 821, + "line": 822, "column": 8 }, "end": { - "line": 824, + "line": 825, "column": 11 } } @@ -169489,16 +171132,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23099, - 23191 + 23134, + 23226 ], "loc": { "start": { - "line": 827, + "line": 828, "column": 8 }, "end": { - "line": 830, + "line": 831, "column": 11 } } @@ -169507,16 +171150,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23300, - 23378 + 23335, + 23413 ], "loc": { "start": { - "line": 834, + "line": 835, "column": 8 }, "end": { - "line": 837, + "line": 838, "column": 11 } } @@ -169525,26 +171168,8 @@ "type": "Block", "value": "** data types **", "range": [ - 23445, - 23465 - ], - "loc": { - "start": { - "line": 840, - "column": 8 - }, - "end": { - "line": 840, - "column": 28 - } - } - }, - { - "type": "Block", - "value": "*\n * Define default date type (DMY)\n * @type {String}\n ", - "range": [ - 23474, - 23557 + 23480, + 23500 ], "loc": { "start": { @@ -169552,7 +171177,25 @@ "column": 8 }, "end": { - "line": 844, + "line": 841, + "column": 28 + } + } + }, + { + "type": "Block", + "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", + "range": [ + 23510, + 23677 + ], + "loc": { + "start": { + "line": 843, + "column": 8 + }, + "end": { + "line": 847, "column": 11 } } @@ -169561,16 +171204,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23628, - 23735 + 23727, + 23834 ], "loc": { "start": { - "line": 847, + "line": 850, "column": 8 }, "end": { - "line": 850, + "line": 853, "column": 11 } } @@ -169579,88 +171222,52 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23809, - 23914 + 23908, + 24013 ], "loc": { "start": { - "line": 853, - "column": 8 - }, - "end": { "line": 856, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Determine whether table has columns with numeric formats\n * @type {Boolean}\n * @private\n ", - "range": [ - 23984, - 24114 - ], - "loc": { - "start": { + "column": 8 + }, + "end": { "line": 859, - "column": 8 - }, - "end": { - "line": 863, "column": 11 } } }, { "type": "Block", - "value": "*\n * Define numeric format on a column basis, two possible values 'EU' and\n * 'US', ie:\n * col_number_format : [null, 'US', 'EU', null]\n * @type {Array}\n ", + "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", "range": [ - 24184, - 24382 + 24083, + 24203 ], "loc": { "start": { + "line": 862, + "column": 8 + }, + "end": { "line": 866, - "column": 8 - }, - "end": { - "line": 871, "column": 11 } } }, { "type": "Block", - "value": "*\n * Determine whether table has columns with date types\n * @type {Boolean}\n * @private\n ", + "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 24469, - 24594 + 24262, + 24860 ], "loc": { "start": { - "line": 874, + "line": 869, "column": 8 }, "end": { - "line": 878, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Define date format on a column basis, possible values 'DMY', 'MDY',\n * 'YMD', 'DDMMMYYYY', ie:\n * col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']\n * @type {Array}\n ", - "range": [ - 24660, - 24888 - ], - "loc": { - "start": { - "line": 881, - "column": 8 - }, - "end": { - "line": 886, + "line": 882, "column": 11 } } @@ -169669,16 +171276,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24971, - 24993 + 24931, + 24953 ], "loc": { "start": { - "line": 889, + "line": 885, "column": 8 }, "end": { - "line": 889, + "line": 885, "column": 30 } } @@ -169687,16 +171294,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 25002, - 25060 + 24962, + 25020 ], "loc": { "start": { - "line": 890, + "line": 886, "column": 8 }, "end": { - "line": 893, + "line": 889, "column": 11 } } @@ -169705,16 +171312,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 25098, - 25182 + 25058, + 25142 ], "loc": { "start": { - "line": 896, + "line": 892, "column": 8 }, "end": { - "line": 899, + "line": 895, "column": 11 } } @@ -169723,16 +171330,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 25222, - 25287 + 25182, + 25247 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 11 } } @@ -169741,16 +171348,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25333, - 25407 + 25293, + 25367 ], "loc": { "start": { - "line": 908, + "line": 904, "column": 8 }, "end": { - "line": 911, + "line": 907, "column": 11 } } @@ -169759,16 +171366,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25451, - 25528 + 25411, + 25488 ], "loc": { "start": { - "line": 914, + "line": 910, "column": 8 }, "end": { - "line": 917, + "line": 913, "column": 11 } } @@ -169777,16 +171384,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25571, - 25649 + 25531, + 25609 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 8 }, "end": { - "line": 923, + "line": 919, "column": 11 } } @@ -169795,16 +171402,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25692, - 25771 + 25652, + 25731 ], "loc": { "start": { - "line": 926, + "line": 922, "column": 8 }, "end": { - "line": 929, + "line": 925, "column": 11 } } @@ -169813,16 +171420,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25814, - 25881 + 25774, + 25841 ], "loc": { "start": { - "line": 932, + "line": 928, "column": 8 }, "end": { - "line": 935, + "line": 931, "column": 11 } } @@ -169831,16 +171438,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25929, - 25949 + 25889, + 25909 ], "loc": { "start": { - "line": 938, + "line": 934, "column": 8 }, "end": { - "line": 938, + "line": 934, "column": 28 } } @@ -169849,16 +171456,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25958, - 26055 + 25918, + 26015 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 11 } } @@ -169867,16 +171474,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26105, - 26218 + 26065, + 26178 ], "loc": { "start": { - "line": 946, + "line": 942, "column": 8 }, "end": { - "line": 950, + "line": 946, "column": 11 } } @@ -169885,16 +171492,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26283, - 26299 + 26243, + 26259 ], "loc": { "start": { - "line": 953, + "line": 949, "column": 8 }, "end": { - "line": 953, + "line": 949, "column": 24 } } @@ -169903,16 +171510,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26308, - 26382 + 26268, + 26342 ], "loc": { "start": { - "line": 954, + "line": 950, "column": 8 }, "end": { - "line": 957, + "line": 953, "column": 11 } } @@ -169921,16 +171528,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26459, - 26569 + 26419, + 26529 ], "loc": { "start": { - "line": 960, + "line": 956, "column": 8 }, "end": { - "line": 964, + "line": 960, "column": 11 } } @@ -169939,16 +171546,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26652, - 26764 + 26612, + 26724 ], "loc": { "start": { - "line": 967, + "line": 963, "column": 8 }, "end": { - "line": 971, + "line": 967, "column": 11 } } @@ -169957,16 +171564,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26812, - 26993 + 26772, + 26953 ], "loc": { "start": { - "line": 974, + "line": 970, "column": 8 }, "end": { - "line": 979, + "line": 975, "column": 11 } } @@ -169975,16 +171582,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27074, - 27152 + 27034, + 27112 ], "loc": { "start": { - "line": 982, + "line": 978, "column": 8 }, "end": { - "line": 985, + "line": 981, "column": 11 } } @@ -169993,16 +171600,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27211, - 27275 + 27171, + 27235 ], "loc": { "start": { - "line": 988, + "line": 984, "column": 8 }, "end": { - "line": 991, + "line": 987, "column": 11 } } @@ -170011,16 +171618,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27308, - 27374 + 27268, + 27334 ], "loc": { "start": { - "line": 994, + "line": 990, "column": 8 }, "end": { - "line": 997, + "line": 993, "column": 11 } } @@ -170029,16 +171636,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27417, - 27466 + 27377, + 27426 ], "loc": { "start": { - "line": 1001, + "line": 997, "column": 4 }, "end": { - "line": 1003, + "line": 999, "column": 7 } } @@ -170047,16 +171654,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 27659, - 27693 + 27619, + 27653 ], "loc": { "start": { - "line": 1013, + "line": 1009, "column": 8 }, "end": { - "line": 1013, + "line": 1009, "column": 42 } } @@ -170065,34 +171672,52 @@ "type": "Line", "value": "loads theme", "range": [ - 27774, - 27787 + 27734, + 27747 ], "loc": { "start": { - "line": 1016, + "line": 1012, "column": 8 }, "end": { - "line": 1016, + "line": 1012, "column": 21 } } }, + { + "type": "Line", + "value": " Instanciate sugar date wrapper", + "range": [ + 27828, + 27861 + ], + "loc": { + "start": { + "line": 1017, + "column": 8 + }, + "end": { + "line": 1017, + "column": 41 + } + } + }, { "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27868, - 27927 + 27990, + 28049 ], "loc": { "start": { - "line": 1021, + "line": 1023, "column": 8 }, "end": { - "line": 1021, + "line": 1023, "column": 67 } } @@ -170101,16 +171726,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 28913, - 28944 + 29035, + 29066 ], "loc": { "start": { - "line": 1062, + "line": 1064, "column": 8 }, "end": { - "line": 1062, + "line": 1064, "column": 39 } } @@ -170119,16 +171744,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29145, - 29164 + 29267, + 29286 ], "loc": { "start": { - "line": 1070, + "line": 1072, "column": 12 }, "end": { - "line": 1070, + "line": 1072, "column": 31 } } @@ -170137,16 +171762,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29744, - 29776 + 29866, + 29898 ], "loc": { "start": { - "line": 1086, + "line": 1088, "column": 16 }, "end": { - "line": 1086, + "line": 1088, "column": 48 } } @@ -170155,16 +171780,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 29944, - 29963 + 30066, + 30085 ], "loc": { "start": { - "line": 1092, + "line": 1094, "column": 16 }, "end": { - "line": 1092, + "line": 1094, "column": 35 } } @@ -170173,16 +171798,16 @@ "type": "Line", "value": " checklist", "range": [ - 30249, - 30261 + 30371, + 30383 ], "loc": { "start": { - "line": 1099, + "line": 1101, "column": 16 }, "end": { - "line": 1099, + "line": 1101, "column": 28 } } @@ -170191,16 +171816,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30631, - 30657 + 30753, + 30779 ], "loc": { "start": { - "line": 1109, + "line": 1111, "column": 16 }, "end": { - "line": 1109, + "line": 1111, "column": 42 } } @@ -170209,16 +171834,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 30992, - 31009 + 31114, + 31131 ], "loc": { "start": { - "line": 1120, + "line": 1122, "column": 9 }, "end": { - "line": 1120, + "line": 1122, "column": 26 } } @@ -170227,16 +171852,16 @@ "type": "Block", "value": " Features ", "range": [ - 31019, - 31033 + 31141, + 31155 ], "loc": { "start": { - "line": 1122, + "line": 1124, "column": 8 }, "end": { - "line": 1122, + "line": 1124, "column": 22 } } @@ -170245,16 +171870,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32238, - 32270 + 32360, + 32392 ], "loc": { "start": { - "line": 1163, + "line": 1165, "column": 8 }, "end": { - "line": 1163, + "line": 1165, "column": 40 } } @@ -170263,16 +171888,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 32473, - 32495 + 32595, + 32617 ], "loc": { "start": { - "line": 1171, + "line": 1173, "column": 8 }, "end": { - "line": 1171, + "line": 1173, "column": 30 } } @@ -170281,16 +171906,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32584, - 32606 + 32706, + 32728 ], "loc": { "start": { - "line": 1176, + "line": 1178, "column": 8 }, "end": { - "line": 1176, + "line": 1178, "column": 30 } } @@ -170299,16 +171924,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 33000, - 33037 + 33122, + 33159 ], "loc": { "start": { - "line": 1187, + "line": 1189, "column": 8 }, "end": { - "line": 1189, + "line": 1191, "column": 11 } } @@ -170317,16 +171942,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33228, - 33291 + 33350, + 33413 ], "loc": { "start": { - "line": 1198, + "line": 1200, "column": 4 }, "end": { - "line": 1201, + "line": 1203, "column": 7 } } @@ -170335,16 +171960,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 33759, - 33892 + 33881, + 34014 ], "loc": { "start": { - "line": 1220, + "line": 1222, "column": 4 }, "end": { - "line": 1224, + "line": 1226, "column": 7 } } @@ -170353,16 +171978,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34748, - 34831 + 34870, + 34953 ], "loc": { "start": { - "line": 1253, + "line": 1255, "column": 4 }, "end": { - "line": 1255, + "line": 1257, "column": 7 } } @@ -170371,16 +171996,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34940, - 35005 + 35062, + 35127 ], "loc": { "start": { - "line": 1262, + "line": 1264, "column": 4 }, "end": { - "line": 1265, + "line": 1267, "column": 7 } } @@ -170389,16 +172014,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35127, - 35215 + 35249, + 35337 ], "loc": { "start": { - "line": 1271, + "line": 1273, "column": 4 }, "end": { - "line": 1273, + "line": 1275, "column": 7 } } @@ -170407,34 +172032,88 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35427, - 35482 + 35549, + 35604 ], "loc": { "start": { - "line": 1282, + "line": 1284, "column": 4 }, "end": { - "line": 1284, + "line": 1286, "column": 7 } } }, + { + "type": "Line", + "value": " TODO: prevent filters row generation for popup filters too,", + "range": [ + 35639, + 35701 + ], + "loc": { + "start": { + "line": 1288, + "column": 8 + }, + "end": { + "line": 1288, + "column": 70 + } + } + }, + { + "type": "Line", + "value": " to reduce and simplify headers row index adjusting across lib modules", + "range": [ + 35710, + 35782 + ], + "loc": { + "start": { + "line": 1289, + "column": 8 + }, + "end": { + "line": 1289, + "column": 80 + } + } + }, + { + "type": "Line", + "value": " (GridLayout, PopupFilter etc)", + "range": [ + 35791, + 35823 + ], + "loc": { + "start": { + "line": 1290, + "column": 8 + }, + "end": { + "line": 1290, + "column": 40 + } + } + }, { "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36056, - 36103 + 36371, + 36418 ], "loc": { "start": { - "line": 1308, + "line": 1313, "column": 4 }, "end": { - "line": 1310, + "line": 1315, "column": 7 } } @@ -170443,16 +172122,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 36307, - 36526 + 36622, + 36841 ], "loc": { "start": { - "line": 1319, + "line": 1324, "column": 4 }, "end": { - "line": 1324, + "line": 1329, "column": 7 } } @@ -170461,16 +172140,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37296, - 37334 + 37611, + 37649 ], "loc": { "start": { - "line": 1343, + "line": 1348, "column": 8 }, "end": { - "line": 1343, + "line": 1348, "column": 46 } } @@ -170479,16 +172158,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37763, - 37912 + 38078, + 38227 ], "loc": { "start": { - "line": 1358, + "line": 1363, "column": 4 }, "end": { - "line": 1362, + "line": 1367, "column": 7 } } @@ -170497,16 +172176,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38275, - 38313 + 38590, + 38628 ], "loc": { "start": { - "line": 1371, + "line": 1376, "column": 8 }, "end": { - "line": 1371, + "line": 1376, "column": 46 } } @@ -170515,16 +172194,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 38528, - 38662 + 38843, + 38977 ], "loc": { "start": { - "line": 1381, + "line": 1386, "column": 4 }, "end": { - "line": 1385, + "line": 1390, "column": 7 } } @@ -170533,16 +172212,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38725, - 38809 + 39040, + 39124 ], "loc": { "start": { - "line": 1390, + "line": 1395, "column": 4 }, "end": { - "line": 1392, + "line": 1397, "column": 7 } } @@ -170551,16 +172230,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 38877, - 38930 + 39192, + 39245 ], "loc": { "start": { - "line": 1395, + "line": 1400, "column": 8 }, "end": { - "line": 1395, + "line": 1400, "column": 61 } } @@ -170569,16 +172248,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39317, - 39412 + 39632, + 39727 ], "loc": { "start": { - "line": 1408, + "line": 1413, "column": 4 }, "end": { - "line": 1411, + "line": 1416, "column": 7 } } @@ -170587,16 +172266,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 39801, - 39831 + 40116, + 40146 ], "loc": { "start": { - "line": 1428, + "line": 1433, "column": 8 }, "end": { - "line": 1428, + "line": 1433, "column": 38 } } @@ -170605,16 +172284,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 39892, - 39912 + 40207, + 40227 ], "loc": { "start": { - "line": 1430, + "line": 1435, "column": 12 }, "end": { - "line": 1430, + "line": 1435, "column": 32 } } @@ -170623,16 +172302,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 39976, - 39995 + 40291, + 40310 ], "loc": { "start": { - "line": 1432, + "line": 1437, "column": 12 }, "end": { - "line": 1432, + "line": 1437, "column": 31 } } @@ -170641,16 +172320,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40087, - 40230 + 40402, + 40545 ], "loc": { "start": { - "line": 1438, + "line": 1443, "column": 4 }, "end": { - "line": 1442, + "line": 1447, "column": 7 } } @@ -170659,16 +172338,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40303, - 40433 + 40618, + 40748 ], "loc": { "start": { - "line": 1447, + "line": 1452, "column": 4 }, "end": { - "line": 1451, + "line": 1456, "column": 7 } } @@ -170677,16 +172356,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 40519, - 40600 + 40834, + 40915 ], "loc": { "start": { - "line": 1456, + "line": 1461, "column": 4 }, "end": { - "line": 1458, + "line": 1463, "column": 7 } } @@ -170695,16 +172374,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40973, - 41039 + 41288, + 41354 ], "loc": { "start": { - "line": 1472, + "line": 1477, "column": 4 }, "end": { - "line": 1474, + "line": 1479, "column": 7 } } @@ -170713,16 +172392,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41160, - 41182 + 41475, + 41497 ], "loc": { "start": { - "line": 1479, + "line": 1484, "column": 8 }, "end": { - "line": 1479, + "line": 1484, "column": 30 } } @@ -170731,16 +172410,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42010, - 42036 + 42325, + 42351 ], "loc": { "start": { - "line": 1503, + "line": 1508, "column": 8 }, "end": { - "line": 1503, + "line": 1508, "column": 34 } } @@ -170749,16 +172428,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42134, - 42252 + 42449, + 42567 ], "loc": { "start": { - "line": 1509, + "line": 1514, "column": 4 }, "end": { - "line": 1512, + "line": 1517, "column": 7 } } @@ -170767,16 +172446,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42342, - 42380 + 42657, + 42695 ], "loc": { "start": { - "line": 1517, + "line": 1522, "column": 4 }, "end": { - "line": 1519, + "line": 1524, "column": 7 } } @@ -170785,16 +172464,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 43218, - 43244 + 43533, + 43559 ], "loc": { "start": { - "line": 1550, + "line": 1555, "column": 8 }, "end": { - "line": 1550, + "line": 1555, "column": 34 } } @@ -170803,16 +172482,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 43293, - 43311 + 43608, + 43626 ], "loc": { "start": { - "line": 1553, + "line": 1558, "column": 8 }, "end": { - "line": 1553, + "line": 1558, "column": 26 } } @@ -170821,16 +172500,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 43320, - 43370 + 43635, + 43685 ], "loc": { "start": { - "line": 1554, + "line": 1559, "column": 8 }, "end": { - "line": 1554, + "line": 1559, "column": 58 } } @@ -170839,16 +172518,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43579, - 43603 + 43894, + 43918 ], "loc": { "start": { - "line": 1562, + "line": 1567, "column": 8 }, "end": { - "line": 1562, + "line": 1567, "column": 32 } } @@ -170857,16 +172536,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44184, - 44273 + 44499, + 44588 ], "loc": { "start": { - "line": 1581, + "line": 1586, "column": 4 }, "end": { - "line": 1583, + "line": 1588, "column": 7 } } @@ -170875,16 +172554,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44359, - 44382 + 44674, + 44697 ], "loc": { "start": { - "line": 1589, + "line": 1594, "column": 8 }, "end": { - "line": 1589, + "line": 1594, "column": 31 } } @@ -170893,16 +172572,16 @@ "type": "Line", "value": "custom container", "range": [ - 44514, - 44532 + 44829, + 44847 ], "loc": { "start": { - "line": 1593, + "line": 1598, "column": 8 }, "end": { - "line": 1593, + "line": 1598, "column": 26 } } @@ -170911,16 +172590,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44640, - 44653 + 44955, + 44968 ], "loc": { "start": { - "line": 1597, + "line": 1602, "column": 8 }, "end": { - "line": 1597, + "line": 1602, "column": 21 } } @@ -170929,16 +172608,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44872, - 44912 + 45187, + 45227 ], "loc": { "start": { - "line": 1603, + "line": 1608, "column": 8 }, "end": { - "line": 1603, + "line": 1608, "column": 48 } } @@ -170947,16 +172626,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45146, - 45192 + 45461, + 45507 ], "loc": { "start": { - "line": 1611, + "line": 1616, "column": 8 }, "end": { - "line": 1611, + "line": 1616, "column": 54 } } @@ -170965,16 +172644,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45400, - 45494 + 45715, + 45809 ], "loc": { "start": { - "line": 1617, + "line": 1622, "column": 8 }, "end": { - "line": 1618, + "line": 1623, "column": 52 } } @@ -170983,16 +172662,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45702, - 45746 + 46017, + 46061 ], "loc": { "start": { - "line": 1624, + "line": 1629, "column": 8 }, "end": { - "line": 1624, + "line": 1629, "column": 52 } } @@ -171001,16 +172680,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45954, - 45999 + 46269, + 46314 ], "loc": { "start": { - "line": 1630, + "line": 1635, "column": 8 }, "end": { - "line": 1630, + "line": 1635, "column": 53 } } @@ -171019,16 +172698,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 46046, - 46108 + 46361, + 46423 ], "loc": { "start": { - "line": 1632, + "line": 1637, "column": 12 }, "end": { - "line": 1632, + "line": 1637, "column": 74 } } @@ -171037,16 +172716,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 46121, - 46161 + 46436, + 46476 ], "loc": { "start": { - "line": 1633, + "line": 1638, "column": 12 }, "end": { - "line": 1633, + "line": 1638, "column": 52 } } @@ -171055,16 +172734,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 46275, - 46326 + 46590, + 46641 ], "loc": { "start": { - "line": 1639, + "line": 1644, "column": 4 }, "end": { - "line": 1641, + "line": 1646, "column": 7 } } @@ -171073,16 +172752,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46666, - 46723 + 46981, + 47038 ], "loc": { "start": { - "line": 1656, + "line": 1661, "column": 4 }, "end": { - "line": 1658, + "line": 1663, "column": 7 } } @@ -171091,16 +172770,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": [ - 47138, - 47292 + 47453, + 47607 ], "loc": { "start": { - "line": 1674, + "line": 1679, "column": 4 }, "end": { - "line": 1678, + "line": 1683, "column": 7 } } @@ -171109,16 +172788,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": [ - 47438, - 47634 + 47753, + 47949 ], "loc": { "start": { - "line": 1684, + "line": 1689, "column": 4 }, "end": { - "line": 1689, + "line": 1694, "column": 7 } } @@ -171127,16 +172806,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": [ - 48494, - 48731 + 48809, + 49046 ], "loc": { "start": { - "line": 1718, + "line": 1723, "column": 4 }, "end": { - "line": 1722, + "line": 1727, "column": 7 } } @@ -171145,16 +172824,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 48835, - 48861 + 49150, + 49176 ], "loc": { "start": { - "line": 1727, + "line": 1732, "column": 8 }, "end": { - "line": 1727, + "line": 1732, "column": 34 } } @@ -171163,16 +172842,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 49158, - 49180 + 49473, + 49495 ], "loc": { "start": { - "line": 1738, + "line": 1743, "column": 8 }, "end": { - "line": 1738, + "line": 1743, "column": 30 } } @@ -171181,16 +172860,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 49736, - 49775 + 50070, + 50109 ], "loc": { "start": { - "line": 1752, + "line": 1757, "column": 12 }, "end": { - "line": 1752, + "line": 1757, "column": 51 } } @@ -171199,16 +172878,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 49788, - 49823 + 50122, + 50157 ], "loc": { "start": { - "line": 1753, + "line": 1758, "column": 12 }, "end": { - "line": 1753, + "line": 1758, "column": 47 } } @@ -171217,16 +172896,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 49965, - 49987 + 50299, + 50321 ], "loc": { "start": { - "line": 1758, + "line": 1763, "column": 8 }, "end": { - "line": 1758, + "line": 1763, "column": 30 } } @@ -171235,16 +172914,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 50044, - 50070 + 50378, + 50404 ], "loc": { "start": { - "line": 1760, + "line": 1765, "column": 12 }, "end": { - "line": 1760, + "line": 1765, "column": 38 } } @@ -171253,16 +172932,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 50679, - 50721 + 51013, + 51055 ], "loc": { "start": { - "line": 1777, + "line": 1782, "column": 8 }, "end": { - "line": 1777, + "line": 1782, "column": 50 } } @@ -171271,16 +172950,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 50965, - 50992 + 51205, + 51232 ], "loc": { "start": { - "line": 1785, + "line": 1788, "column": 12 }, "end": { - "line": 1785, + "line": 1788, "column": 39 } } @@ -171289,53 +172968,53 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 51286, - 51312 + 51526, + 51552 ], "loc": { "start": { - "line": 1793, + "line": 1796, "column": 16 }, "end": { - "line": 1793, + "line": 1796, "column": 42 } } }, { "type": "Line", - "value": "Search arg dates tests", + "value": " Check for dates or resolve date type", "range": [ - 51526, - 51550 + 51766, + 51805 ], "loc": { "start": { - "line": 1800, + "line": 1803, "column": 12 }, "end": { - "line": 1800, - "column": 36 + "line": 1803, + "column": 51 } } }, { "type": "Line", - "value": "dates", + "value": " Search arg dates tests", "range": [ - 52067, - 52074 + 52164, + 52189 ], "loc": { "start": { - "line": 1809, - "column": 12 + "line": 1812, + "column": 16 }, "end": { - "line": 1809, - "column": 19 + "line": 1812, + "column": 41 } } }, @@ -171343,16 +173022,16 @@ "type": "Line", "value": " lower date", "range": [ - 52193, - 52206 + 52879, + 52892 ], "loc": { "start": { - "line": 1812, + "line": 1828, "column": 16 }, "end": { - "line": 1812, + "line": 1828, "column": 29 } } @@ -171361,16 +173040,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 52386, - 52405 + 53071, + 53090 ], "loc": { "start": { - "line": 1817, + "line": 1833, "column": 16 }, "end": { - "line": 1817, + "line": 1833, "column": 35 } } @@ -171379,16 +173058,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 52593, - 52614 + 53277, + 53298 ], "loc": { "start": { - "line": 1822, + "line": 1838, "column": 16 }, "end": { - "line": 1822, + "line": 1838, "column": 37 } } @@ -171397,16 +173076,16 @@ "type": "Line", "value": " greater date", "range": [ - 52802, - 52817 + 53485, + 53500 ], "loc": { "start": { - "line": 1827, + "line": 1843, "column": 16 }, "end": { - "line": 1827, + "line": 1843, "column": 31 } } @@ -171415,16 +173094,16 @@ "type": "Line", "value": " different date", "range": [ - 53002, - 53019 + 53684, + 53701 ], "loc": { "start": { - "line": 1832, + "line": 1848, "column": 16 }, "end": { - "line": 1832, + "line": 1848, "column": 33 } } @@ -171433,16 +173112,16 @@ "type": "Line", "value": " equal date", "range": [ - 53229, - 53242 + 53910, + 53923 ], "loc": { "start": { - "line": 1837, + "line": 1853, "column": 16 }, "end": { - "line": 1837, + "line": 1853, "column": 29 } } @@ -171451,16 +173130,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 53453, - 53514 + 54133, + 54194 ], "loc": { "start": { - "line": 1842, + "line": 1858, "column": 16 }, "end": { - "line": 1842, + "line": 1858, "column": 77 } } @@ -171469,16 +173148,16 @@ "type": "Line", "value": " like date", "range": [ - 53557, - 53569 + 54237, + 54249 ], "loc": { "start": { - "line": 1843, + "line": 1859, "column": 42 }, "end": { - "line": 1843, + "line": 1859, "column": 54 } } @@ -171487,16 +173166,16 @@ "type": "Line", "value": "empty", "range": [ - 53920, - 53927 + 54591, + 54598 ], "loc": { "start": { - "line": 1851, + "line": 1867, "column": 16 }, "end": { - "line": 1851, + "line": 1867, "column": 23 } } @@ -171505,35 +173184,53 @@ "type": "Line", "value": "non-empty", "range": [ - 54053, - 54064 + 54724, + 54735 ], "loc": { "start": { - "line": 1855, + "line": 1871, "column": 16 }, "end": { - "line": 1855, + "line": 1871, "column": 27 } } }, { "type": "Line", - "value": "first numbers need to be formated", + "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 54372, - 54407 + 55321, + 55382 ], "loc": { "start": { - "line": 1865, + "line": 1887, "column": 16 }, "end": { - "line": 1865, - "column": 51 + "line": 1887, + "column": 77 + } + } + }, + { + "type": "Line", + "value": " defined by configuration", + "range": [ + 55399, + 55426 + ], + "loc": { + "start": { + "line": 1888, + "column": 16 + }, + "end": { + "line": 1888, + "column": 43 } } }, @@ -171541,16 +173238,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 55056, - 55118 + 55518, + 55580 ], "loc": { "start": { - "line": 1880, + "line": 1891, "column": 16 }, "end": { - "line": 1880, + "line": 1891, "column": 78 } } @@ -171559,16 +173256,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 55135, - 55143 + 55597, + 55605 ], "loc": { "start": { - "line": 1881, + "line": 1892, "column": 16 }, "end": { - "line": 1881, + "line": 1892, "column": 24 } } @@ -171577,16 +173274,16 @@ "type": "Line", "value": " lower equal", "range": [ - 55160, - 55174 + 55622, + 55636 ], "loc": { "start": { - "line": 1882, + "line": 1893, "column": 16 }, "end": { - "line": 1882, + "line": 1893, "column": 30 } } @@ -171595,16 +173292,16 @@ "type": "Line", "value": "greater equal", "range": [ - 55359, - 55374 + 55854, + 55869 ], "loc": { "start": { - "line": 1887, + "line": 1900, "column": 16 }, "end": { - "line": 1887, + "line": 1900, "column": 31 } } @@ -171613,16 +173310,16 @@ "type": "Line", "value": "lower", "range": [ - 55564, - 55571 + 56092, + 56099 ], "loc": { "start": { - "line": 1892, + "line": 1907, "column": 16 }, "end": { - "line": 1892, + "line": 1907, "column": 23 } } @@ -171631,16 +173328,16 @@ "type": "Line", "value": "greater", "range": [ - 55759, - 55768 + 56320, + 56329 ], "loc": { "start": { - "line": 1897, + "line": 1914, "column": 16 }, "end": { - "line": 1897, + "line": 1914, "column": 25 } } @@ -171649,16 +173346,16 @@ "type": "Line", "value": "different", "range": [ - 55956, - 55967 + 56550, + 56561 ], "loc": { "start": { - "line": 1902, + "line": 1921, "column": 16 }, "end": { - "line": 1902, + "line": 1921, "column": 27 } } @@ -171667,16 +173364,16 @@ "type": "Line", "value": "like", "range": [ - 56176, - 56182 + 56770, + 56776 ], "loc": { "start": { - "line": 1907, + "line": 1926, "column": 16 }, "end": { - "line": 1907, + "line": 1926, "column": 22 } } @@ -171685,16 +173382,16 @@ "type": "Line", "value": "equal", "range": [ - 56377, - 56384 + 56971, + 56978 ], "loc": { "start": { - "line": 1912, + "line": 1931, "column": 16 }, "end": { - "line": 1912, + "line": 1931, "column": 23 } } @@ -171703,16 +173400,16 @@ "type": "Line", "value": "starts with", "range": [ - 56578, - 56591 + 57172, + 57185 ], "loc": { "start": { - "line": 1917, + "line": 1936, "column": 16 }, "end": { - "line": 1917, + "line": 1936, "column": 29 } } @@ -171721,16 +173418,16 @@ "type": "Line", "value": "ends with", "range": [ - 56778, - 56789 + 57372, + 57383 ], "loc": { "start": { - "line": 1922, + "line": 1941, "column": 16 }, "end": { - "line": 1922, + "line": 1941, "column": 27 } } @@ -171739,16 +173436,16 @@ "type": "Line", "value": "empty", "range": [ - 57238, - 57245 + 57832, + 57839 ], "loc": { "start": { - "line": 1931, + "line": 1950, "column": 16 }, "end": { - "line": 1931, + "line": 1950, "column": 23 } } @@ -171757,16 +173454,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57371, - 57382 + 57965, + 57976 ], "loc": { "start": { - "line": 1935, + "line": 1954, "column": 16 }, "end": { - "line": 1935, + "line": 1954, "column": 27 } } @@ -171775,16 +173472,16 @@ "type": "Line", "value": "regexp", "range": [ - 57509, - 57517 + 58103, + 58111 ], "loc": { "start": { - "line": 1939, + "line": 1958, "column": 16 }, "end": { - "line": 1939, + "line": 1958, "column": 24 } } @@ -171793,16 +173490,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 57572, - 57607 + 58166, + 58201 ], "loc": { "start": { - "line": 1941, + "line": 1960, "column": 20 }, "end": { - "line": 1941, + "line": 1960, "column": 55 } } @@ -171811,16 +173508,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 57658, - 57679 + 58252, + 58273 ], "loc": { "start": { - "line": 1943, + "line": 1962, "column": 24 }, "end": { - "line": 1943, + "line": 1962, "column": 45 } } @@ -171829,16 +173526,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 57997, - 58056 + 58591, + 58650 ], "loc": { "start": { - "line": 1951, + "line": 1970, "column": 20 }, "end": { - "line": 1951, + "line": 1970, "column": 79 } } @@ -171847,35 +173544,35 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 58077, - 58128 + 58671, + 58722 ], "loc": { "start": { - "line": 1952, + "line": 1971, "column": 20 }, "end": { - "line": 1952, + "line": 1971, "column": 71 } } }, { "type": "Line", - "value": " removeNbFormat can return 0 for strings which are not", + "value": " parseNb can return 0 for strings which are not", "range": [ - 58287, - 58343 + 58907, + 58956 ], "loc": { "start": { - "line": 1955, + "line": 1975, "column": 24 }, "end": { - "line": 1955, - "column": 80 + "line": 1975, + "column": 73 } } }, @@ -171883,35 +173580,35 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 58368, - 58422 + 58981, + 59035 ], "loc": { "start": { - "line": 1956, + "line": 1976, "column": 24 }, "end": { - "line": 1956, + "line": 1976, "column": 78 } } }, { "type": "Line", - "value": " string. TODO: handle this in removeNbFormat", + "value": " string. TODO: handle this in parseNb", "range": [ - 58447, - 58493 + 59060, + 59099 ], "loc": { "start": { - "line": 1957, + "line": 1977, "column": 24 }, "end": { - "line": 1957, - "column": 70 + "line": 1977, + "column": 63 } } }, @@ -171919,16 +173616,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 58821, - 58874 + 59416, + 59469 ], "loc": { "start": { - "line": 1963, + "line": 1983, "column": 24 }, "end": { - "line": 1963, + "line": 1983, "column": 77 } } @@ -171937,16 +173634,16 @@ "type": "Line", "value": "else", "range": [ - 59059, - 59065 + 59659, + 59665 ], "loc": { "start": { - "line": 1969, + "line": 1989, "column": 13 }, "end": { - "line": 1969, + "line": 1989, "column": 19 } } @@ -171955,16 +173652,16 @@ "type": "Line", "value": "fn", "range": [ - 59105, - 59109 + 59705, + 59709 ], "loc": { "start": { - "line": 1971, + "line": 1991, "column": 9 }, "end": { - "line": 1971, + "line": 1991, "column": 13 } } @@ -171973,16 +173670,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 59176, - 59216 + 59776, + 59816 ], "loc": { "start": { - "line": 1974, + "line": 1994, "column": 12 }, "end": { - "line": 1974, + "line": 1994, "column": 52 } } @@ -171991,16 +173688,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 59348, - 59381 + 59948, + 59981 ], "loc": { "start": { - "line": 1980, + "line": 2000, "column": 12 }, "end": { - "line": 1980, + "line": 2000, "column": 45 } } @@ -172009,16 +173706,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 59550, - 59581 + 60150, + 60181 ], "loc": { "start": { - "line": 1987, + "line": 2007, "column": 16 }, "end": { - "line": 1987, + "line": 2007, "column": 47 } } @@ -172027,16 +173724,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 59638, - 59670 + 60238, + 60270 ], "loc": { "start": { - "line": 1990, + "line": 2010, "column": 12 }, "end": { - "line": 1990, + "line": 2010, "column": 44 } } @@ -172045,16 +173742,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 59735, - 59753 + 60335, + 60353 ], "loc": { "start": { - "line": 1992, + "line": 2012, "column": 16 }, "end": { - "line": 1992, + "line": 2012, "column": 34 } } @@ -172063,16 +173760,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 60031, - 60070 + 60631, + 60670 ], "loc": { "start": { - "line": 2002, + "line": 2022, "column": 16 }, "end": { - "line": 2002, + "line": 2022, "column": 55 } } @@ -172081,16 +173778,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 60161, - 60199 + 60761, + 60799 ], "loc": { "start": { - "line": 2004, + "line": 2024, "column": 20 }, "end": { - "line": 2004, + "line": 2024, "column": 58 } } @@ -172099,16 +173796,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 60277, - 60316 + 60877, + 60916 ], "loc": { "start": { - "line": 2006, + "line": 2026, "column": 20 }, "end": { - "line": 2006, + "line": 2026, "column": 59 } } @@ -172117,16 +173814,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 60408, - 60446 + 61008, + 61046 ], "loc": { "start": { - "line": 2008, + "line": 2028, "column": 20 }, "end": { - "line": 2008, + "line": 2028, "column": 58 } } @@ -172135,16 +173832,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 60523, - 60556 + 61123, + 61156 ], "loc": { "start": { - "line": 2011, + "line": 2031, "column": 16 }, "end": { - "line": 2011, + "line": 2031, "column": 49 } } @@ -172153,16 +173850,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 60928, - 60978 + 61528, + 61578 ], "loc": { "start": { - "line": 2021, + "line": 2041, "column": 20 }, "end": { - "line": 2021, + "line": 2041, "column": 70 } } @@ -172171,16 +173868,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 61608, - 61633 + 62208, + 62233 ], "loc": { "start": { - "line": 2037, + "line": 2057, "column": 16 }, "end": { - "line": 2037, + "line": 2057, "column": 41 } } @@ -172189,16 +173886,16 @@ "type": "Line", "value": "else single param", "range": [ - 61821, - 61840 + 62421, + 62440 ], "loc": { "start": { - "line": 2041, + "line": 2061, "column": 17 }, "end": { - "line": 2041, + "line": 2061, "column": 36 } } @@ -172207,16 +173904,16 @@ "type": "Line", "value": "for j", "range": [ - 62147, - 62154 + 62747, + 62754 ], "loc": { "start": { - "line": 2051, + "line": 2071, "column": 13 }, "end": { - "line": 2051, + "line": 2071, "column": 20 } } @@ -172225,16 +173922,16 @@ "type": "Line", "value": " for k", "range": [ - 62573, - 62581 + 63173, + 63181 ], "loc": { "start": { - "line": 2066, + "line": 2086, "column": 9 }, "end": { - "line": 2066, + "line": 2086, "column": 17 } } @@ -172243,16 +173940,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 62632, - 62664 + 63232, + 63264 ], "loc": { "start": { - "line": 2070, + "line": 2090, "column": 8 }, "end": { - "line": 2070, + "line": 2090, "column": 40 } } @@ -172261,16 +173958,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ", "range": [ - 62834, - 63218 + 63434, + 63818 ], "loc": { "start": { - "line": 2078, + "line": 2098, "column": 4 }, "end": { - "line": 2085, + "line": 2105, "column": 7 } } @@ -172279,16 +173976,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 63668, - 63723 + 64268, + 64323 ], "loc": { "start": { - "line": 2100, + "line": 2120, "column": 12 }, "end": { - "line": 2100, + "line": 2120, "column": 67 } } @@ -172297,16 +173994,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 63923, - 63976 + 64523, + 64576 ], "loc": { "start": { - "line": 2107, + "line": 2127, "column": 12 }, "end": { - "line": 2107, + "line": 2127, "column": 65 } } @@ -172315,16 +174012,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 64054, - 64086 + 64654, + 64686 ], "loc": { "start": { - "line": 2109, + "line": 2129, "column": 16 }, "end": { - "line": 2109, + "line": 2129, "column": 48 } } @@ -172333,16 +174030,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": [ - 64685, - 64837 + 65553, + 65705 ], "loc": { "start": { - "line": 2126, + "line": 2152, "column": 4 }, "end": { - "line": 2130, + "line": 2156, "column": 7 } } @@ -172351,16 +174048,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 65231, - 65247 + 66099, + 66115 ], "loc": { "start": { - "line": 2145, + "line": 2171, "column": 8 }, "end": { - "line": 2145, + "line": 2171, "column": 24 } } @@ -172369,16 +174066,16 @@ "type": "Line", "value": "checklist", "range": [ - 65376, - 65387 + 66244, + 66255 ], "loc": { "start": { - "line": 2149, + "line": 2175, "column": 8 }, "end": { - "line": 2149, + "line": 2175, "column": 19 } } @@ -172387,16 +174084,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 65518, - 65586 + 66386, + 66454 ], "loc": { "start": { - "line": 2153, + "line": 2179, "column": 8 }, "end": { - "line": 2153, + "line": 2179, "column": 76 } } @@ -172405,16 +174102,16 @@ "type": "Line", "value": "empty string", "range": [ - 65595, - 65609 + 66463, + 66477 ], "loc": { "start": { - "line": 2154, + "line": 2180, "column": 8 }, "end": { - "line": 2154, + "line": 2180, "column": 22 } } @@ -172423,16 +174120,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 65803, - 65895 + 66671, + 66763 ], "loc": { "start": { - "line": 2163, + "line": 2189, "column": 4 }, "end": { - "line": 2166, + "line": 2192, "column": 7 } } @@ -172441,16 +174138,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": [ - 66337, - 66500 + 67205, + 67368 ], "loc": { "start": { - "line": 2183, + "line": 2209, "column": 4 }, "end": { - "line": 2187, + "line": 2213, "column": 7 } } @@ -172459,16 +174156,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": [ - 66631, - 67032 + 67499, + 67900 ], "loc": { "start": { - "line": 2195, + "line": 2221, "column": 4 }, "end": { - "line": 2203, + "line": 2229, "column": 7 } } @@ -172477,16 +174174,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": [ - 67449, - 67595 + 68317, + 68463 ], "loc": { "start": { - "line": 2219, + "line": 2245, "column": 4 }, "end": { - "line": 2223, + "line": 2249, "column": 7 } } @@ -172495,16 +174192,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": [ - 67704, - 67870 + 68572, + 68738 ], "loc": { "start": { - "line": 2229, + "line": 2255, "column": 4 }, "end": { - "line": 2233, + "line": 2259, "column": 7 } } @@ -172513,16 +174210,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": [ - 67987, - 68218 + 68855, + 69086 ], "loc": { "start": { - "line": 2239, + "line": 2265, "column": 4 }, "end": { - "line": 2244, + "line": 2270, "column": 7 } } @@ -172531,16 +174228,16 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 68457, - 68582 + 69325, + 69450 ], "loc": { "start": { - "line": 2254, + "line": 2280, "column": 4 }, "end": { - "line": 2258, + "line": 2284, "column": 7 } } @@ -172549,16 +174246,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 68649, - 68684 + 69517, + 69552 ], "loc": { "start": { - "line": 2261, + "line": 2287, "column": 8 }, "end": { - "line": 2261, + "line": 2287, "column": 43 } } @@ -172567,16 +174264,16 @@ "type": "Block", "value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 68919, - 69323 + 69787, + 70191 ], "loc": { "start": { - "line": 2270, + "line": 2296, "column": 4 }, "end": { - "line": 2281, + "line": 2307, "column": 7 } } @@ -172585,16 +174282,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 70283, - 70690 + 71151, + 71558 ], "loc": { "start": { - "line": 2307, + "line": 2333, "column": 4 }, "end": { - "line": 2318, + "line": 2344, "column": 7 } } @@ -172603,16 +174300,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71774, - 72105 + 72642, + 72973 ], "loc": { "start": { - "line": 2348, + "line": 2374, "column": 4 }, "end": { - "line": 2355, + "line": 2381, "column": 7 } } @@ -172621,16 +174318,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 72503, - 72531 + 73371, + 73399 ], "loc": { "start": { - "line": 2367, + "line": 2393, "column": 16 }, "end": { - "line": 2367, + "line": 2393, "column": 44 } } @@ -172639,16 +174336,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 72574, - 72599 + 73442, + 73467 ], "loc": { "start": { - "line": 2369, + "line": 2395, "column": 16 }, "end": { - "line": 2369, + "line": 2395, "column": 41 } } @@ -172657,16 +174354,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": [ - 72707, - 72869 + 73575, + 73737 ], "loc": { "start": { - "line": 2376, + "line": 2402, "column": 4 }, "end": { - "line": 2380, + "line": 2406, "column": 7 } } @@ -172675,16 +174372,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": [ - 72940, - 73113 + 73808, + 73981 ], "loc": { "start": { - "line": 2385, + "line": 2411, "column": 4 }, "end": { - "line": 2389, + "line": 2415, "column": 7 } } @@ -172693,16 +174390,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 73285, - 73317 + 74153, + 74185 ], "loc": { "start": { - "line": 2396, + "line": 2422, "column": 8 }, "end": { - "line": 2396, + "line": 2422, "column": 40 } } @@ -172711,16 +174408,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74026, - 74073 + 74894, + 74941 ], "loc": { "start": { - "line": 2422, + "line": 2448, "column": 4 }, "end": { - "line": 2424, + "line": 2450, "column": 7 } } @@ -172729,16 +174426,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": [ - 74323, - 74485 + 75191, + 75353 ], "loc": { "start": { - "line": 2435, + "line": 2461, "column": 4 }, "end": { - "line": 2439, + "line": 2465, "column": 7 } } @@ -172747,16 +174444,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75008, - 75026 + 75876, + 75894 ], "loc": { "start": { - "line": 2454, + "line": 2480, "column": 8 }, "end": { - "line": 2454, + "line": 2480, "column": 26 } } @@ -172765,16 +174462,16 @@ "type": "Line", "value": "checklist", "range": [ - 75475, - 75486 + 76343, + 76354 ], "loc": { "start": { - "line": 2466, + "line": 2492, "column": 8 }, "end": { - "line": 2466, + "line": 2492, "column": 19 } } @@ -172783,16 +174480,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76082, - 76186 + 76950, + 77054 ], "loc": { "start": { - "line": 2484, + "line": 2510, "column": 4 }, "end": { - "line": 2487, + "line": 2513, "column": 7 } } @@ -172801,16 +174498,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 76971, - 77023 + 77839, + 77891 ], "loc": { "start": { - "line": 2514, + "line": 2540, "column": 4 }, "end": { - "line": 2516, + "line": 2542, "column": 7 } } @@ -172819,16 +174516,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 77285, - 77314 + 78153, + 78182 ], "loc": { "start": { - "line": 2524, + "line": 2550, "column": 12 }, "end": { - "line": 2524, + "line": 2550, "column": 41 } } @@ -172837,16 +174534,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 77428, - 77476 + 78296, + 78344 ], "loc": { "start": { - "line": 2531, + "line": 2557, "column": 4 }, "end": { - "line": 2533, + "line": 2559, "column": 7 } } @@ -172855,16 +174552,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78038, - 78116 + 78906, + 78984 ], "loc": { "start": { - "line": 2556, + "line": 2582, "column": 4 }, "end": { - "line": 2558, + "line": 2584, "column": 7 } } @@ -172873,44 +174570,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 78324, - 78419 - ], - "loc": { - "start": { - "line": 2565, - "column": 4 - }, - "end": { - "line": 2568, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", - "range": [ - 78894, - 78980 - ], - "loc": { - "start": { - "line": 2583, - "column": 4 - }, - "end": { - "line": 2586, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", - "range": [ - 79054, - 79155 + 79192, + 79287 ], "loc": { "start": { @@ -172925,18 +174586,54 @@ }, { "type": "Block", - "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", + "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79241, - 79390 + 79762, + 79848 ], "loc": { "start": { - "line": 2599, + "line": 2609, "column": 4 }, "end": { - "line": 2603, + "line": 2612, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", + "range": [ + 79922, + 80023 + ], + "loc": { + "start": { + "line": 2617, + "column": 4 + }, + "end": { + "line": 2620, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", + "range": [ + 80109, + 80258 + ], + "loc": { + "start": { + "line": 2625, + "column": 4 + }, + "end": { + "line": 2629, "column": 7 } } @@ -172945,16 +174642,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 79568, - 79665 + 80436, + 80533 ], "loc": { "start": { - "line": 2610, + "line": 2636, "column": 4 }, "end": { - "line": 2613, + "line": 2639, "column": 7 } } @@ -172963,16 +174660,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 79831, - 79936 + 80699, + 80804 ], "loc": { "start": { - "line": 2621, + "line": 2647, "column": 4 }, "end": { - "line": 2624, + "line": 2650, "column": 7 } } @@ -172981,16 +174678,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 80590, - 80633 + 81458, + 81501 ], "loc": { "start": { - "line": 2641, + "line": 2667, "column": 12 }, "end": { - "line": 2641, + "line": 2667, "column": 55 } } @@ -172999,16 +174696,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 80646, - 80685 + 81514, + 81553 ], "loc": { "start": { - "line": 2642, + "line": 2668, "column": 12 }, "end": { - "line": 2642, + "line": 2668, "column": 51 } } @@ -173017,16 +174714,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 81057, - 81090 + 81925, + 81958 ], "loc": { "start": { - "line": 2650, + "line": 2676, "column": 16 }, "end": { - "line": 2650, + "line": 2676, "column": 49 } } @@ -173035,16 +174732,16 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 81733, - 81911 + 82601, + 82779 ], "loc": { "start": { - "line": 2670, + "line": 2696, "column": 4 }, "end": { - "line": 2674, + "line": 2700, "column": 7 } } @@ -173053,16 +174750,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": [ - 82103, - 82322 + 82971, + 83190 ], "loc": { "start": { - "line": 2681, + "line": 2707, "column": 4 }, "end": { - "line": 2686, + "line": 2712, "column": 7 } } @@ -173071,16 +174768,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": [ - 82797, - 83056 + 83665, + 83924 ], "loc": { "start": { - "line": 2703, + "line": 2729, "column": 4 }, "end": { - "line": 2709, + "line": 2735, "column": 7 } } @@ -173089,16 +174786,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 83697, - 83769 + 84565, + 84637 ], "loc": { "start": { - "line": 2731, + "line": 2757, "column": 8 }, "end": { - "line": 2731, + "line": 2757, "column": 80 } } @@ -173107,16 +174804,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 84316, - 84391 + 85184, + 85259 ], "loc": { "start": { - "line": 2748, + "line": 2774, "column": 4 }, "end": { - "line": 2751, + "line": 2777, "column": 7 } } @@ -173125,16 +174822,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 84458, - 84537 + 85326, + 85405 ], "loc": { "start": { - "line": 2756, + "line": 2782, "column": 4 }, "end": { - "line": 2759, + "line": 2785, "column": 7 } } @@ -173143,16 +174840,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": [ - 84604, - 84780 + 85472, + 85648 ], "loc": { "start": { - "line": 2764, + "line": 2790, "column": 4 }, "end": { - "line": 2768, + "line": 2794, "column": 7 } } @@ -173161,16 +174858,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 85500, - 85590 + 86368, + 86458 ], "loc": { "start": { - "line": 2792, + "line": 2818, "column": 4 }, "end": { - "line": 2795, + "line": 2821, "column": 7 } } @@ -173179,16 +174876,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 85666, - 85741 + 86534, + 86609 ], "loc": { "start": { - "line": 2800, + "line": 2826, "column": 4 }, "end": { - "line": 2803, + "line": 2829, "column": 7 } } @@ -173197,16 +174894,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 85812, - 85939 + 86680, + 86807 ], "loc": { "start": { - "line": 2808, + "line": 2834, "column": 4 }, "end": { - "line": 2812, + "line": 2838, "column": 7 } } @@ -173215,16 +174912,34 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 86004, - 86076 + 86872, + 86944 ], "loc": { "start": { - "line": 2817, + "line": 2843, "column": 4 }, "end": { - "line": 2820, + "line": 2846, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", + "range": [ + 87052, + 87262 + ], + "loc": { + "start": { + "line": 2852, + "column": 4 + }, + "end": { + "line": 2857, "column": 7 } } @@ -173233,16 +174948,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": [ - 86184, - 86325 + 87548, + 87689 ], "loc": { "start": { - "line": 2826, + "line": 2869, "column": 4 }, "end": { - "line": 2830, + "line": 2873, "column": 7 } } @@ -173251,16 +174966,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": [ - 86949, - 87122 + 88313, + 88486 ], "loc": { "start": { - "line": 2851, + "line": 2894, "column": 4 }, "end": { - "line": 2855, + "line": 2898, "column": 7 } } @@ -173269,16 +174984,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": [ - 87644, - 87780 + 89008, + 89144 ], "loc": { "start": { - "line": 2871, + "line": 2914, "column": 4 }, "end": { - "line": 2875, + "line": 2918, "column": 7 } } @@ -173287,16 +175002,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 87930, - 88012 + 89294, + 89376 ], "loc": { "start": { - "line": 2881, + "line": 2924, "column": 4 }, "end": { - "line": 2884, + "line": 2927, "column": 7 } } @@ -173305,16 +175020,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": [ - 88090, - 88246 + 89454, + 89610 ], "loc": { "start": { - "line": 2889, + "line": 2932, "column": 4 }, "end": { - "line": 2893, + "line": 2936, "column": 7 } } @@ -173323,16 +175038,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 88344, - 88432 + 89708, + 89796 ], "loc": { "start": { - "line": 2898, + "line": 2941, "column": 4 }, "end": { - "line": 2901, + "line": 2944, "column": 7 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 516c9838..49924514 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.2.67 API Document + Emitter | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 68b85830..22f77988 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.2.67 API Document + AdapterEzEditTable | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index f868298e..0cdd5320 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.2.67 API Document + ColOps | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index 0f410f8d..e2c80314 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.2.67 API Document + ColsVisibility | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index 9e9ad143..54b4df0a 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.2.67 API Document + FiltersVisibility | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index d92fcd97..690af7ca 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.2.67 API Document + AdapterSortableTable | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -115,13 +119,13 @@
    - + public class - | source + | source
    @@ -626,7 +630,7 @@ sort_col_at_start: [1, true]

    - addSortType() + addSortType(args: ...*)

    @@ -1084,7 +1088,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1152,7 +1156,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1193,7 +1197,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1234,7 +1238,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1275,7 +1279,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1316,7 +1320,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1357,7 +1361,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1398,7 +1402,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1439,7 +1443,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1480,7 +1484,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1520,7 +1524,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1561,7 +1565,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1602,7 +1606,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1643,7 +1647,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1684,7 +1688,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1726,7 +1730,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1767,7 +1771,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1807,11 +1811,11 @@ sort_col_at_start: [1, true]

    - addSortType() + addSortType(args: ...*) - source + source @@ -1823,7 +1827,23 @@ sort_col_at_start: [1, true]

    -
    +
    +

    Params:

    + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    args...*
    +
    @@ -1852,7 +1872,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1893,7 +1913,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1934,7 +1954,7 @@ sort_col_at_start: [1, true]

    - source + source @@ -1975,7 +1995,7 @@ sort_col_at_start: [1, true]

    - source + source diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 3d965c56..b37efef9 100644 --- a/docs/class/src/feature.js~Feature.html +++ b/docs/class/src/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.2.67 API Document + Feature | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -132,7 +136,7 @@ - + diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 23778aa8..8686f695 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.2.67 API Document + AlternateRows | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index ea749586..cc9d95a4 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.2.67 API Document + CheckList | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 24e1665c..2c1e81cc 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.2.67 API Document + ClearButton | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html new file mode 100644 index 00000000..83974b0a --- /dev/null +++ b/docs/class/src/modules/dateType.js~DateType.html @@ -0,0 +1,1350 @@ + + + + + + DateType | tablefilter v0.3.0 API Document + + + + + + + + + +
    + Home + + Reference + Source + + Repository + +
    + + + +
    +
    import {DateType} from 'tablefilter/src/modules/dateType.js'
    + public + class + + + + | source +
    + +
    +

    DateType

    + + + + + +

    Extends:

    Feature → DateType
    + + + + + + + + + +

    Wrapper for Sugar Date module providing datetime helpers and locales

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

    Constructor Summary

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

    + constructor(tf: TableFilter) +

    +
    +
    + + +

    Creates an instance of DateType

    +
    +
    +
    + + +
    +
    +

    Member Summary

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

    + datetime: Object +

    +
    +
    + + +

    Sugar Date instance

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

    + initialized: boolean +

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

    + locale: String +

    +
    +
    + + +

    Global locale

    +
    +
    +
    + + +
    +
    +

    Method Summary

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

    + addConfigFormats(types: Array) +

    +
    +
    + + +

    Add date time format(s) to a locale as specified by the passed +collection of column types, ie: + [ + 'string', + 'number', + { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']} +]

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

    + destroy() +

    +
    +
    + + +

    Remove DateType instance

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

    + getOptions(colIndex: Number, types: Array): Object +

    +
    +
    + + +

    Return the type object of a specified column as per configuration or +passed collection

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

    + init() +

    +
    +
    + + +

    Initialize DateType instance

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

    + isValid(dateStr: any, localeCode: any): Boolean +

    +
    +
    + + +

    Check string representation of a date for a specified locale is valid

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

    + parse(dateStr: String, localeCode: String): Date +

    +
    +
    + + +

    Parse a string representation of a date for a specified locale and return +a date object

    +
    +
    +
    + + +
    +
    + +

    Inherited Summary

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

    + config: Object +

    +
    +
    + + +

    TableFilter configuration

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

    + emitter: Emitter +

    +
    +
    + + +

    TableFilter emitter instance

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

    + enabled: Boolean +

    +
    +
    + + +

    TableFilter feature setting

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

    + feature: String +

    +
    +
    + + +

    Feature name

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

    + initialized: Boolean +

    +
    +
    + + +

    Field indicating whether Feature is initialized

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

    + tf: TableFilter +

    +
    +
    + + +

    TableFilter instance

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

    + destroy() +

    +
    +
    + + +

    Destroy the feature

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

    + disable() +

    +
    +
    + + +

    Disable the feature

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

    + enable() +

    +
    +
    + + +

    Enable the feature

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

    + init() +

    +
    +
    + + +

    Initialize the feature

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

    + isEnabled(): Boolean +

    +
    +
    + + +

    Indicate whether the feature is enabled or not

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

    + reset() +

    +
    +
    + + +

    Reset the feature after being disabled

    +
    +
    +
    + + +
    +
    + + + +

    Public Constructors

    + +
    +

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

    + + + + +

    Creates an instance of DateType

    +
    + + + +
    +

    Params:

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

    TableFilter instance

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

    Public Members

    + +
    +

    + public + + + + + datetime: Object + + + + source + +

    + + + + +

    Sugar Date instance

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

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

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

    + public + + + + + locale: String + + + + source + +

    + + + + +

    Global locale

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

    Public Methods

    + +
    +

    + public + + + + + addConfigFormats(types: Array) + + + + source + +

    + + + + +

    Add date time format(s) to a locale as specified by the passed +collection of column types, ie: + [ + 'string', + 'number', + { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']} +]

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    typesArray
    • optional
    • +
    • default: []

    Collection of column types

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

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

    + + + + +

    Remove DateType instance

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

    + public + + + + + getOptions(colIndex: Number, types: Array): Object + + + + source + +

    + + + + +

    Return the type object of a specified column as per configuration or +passed collection

    +
    + + + +
    +

    Params:

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

    Column index

    +
    typesArray

    Collection of column types, optional

    +
    +
    +
    + +
    +

    Return:

    + + + + + +
    Object
    +
    +
    +
    + + + + + + + + + + + + + +
    +
    +

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

    + + + + +

    Initialize DateType instance

    +
    + +

    Override:

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

    + public + + + + + isValid(dateStr: any, localeCode: any): Boolean + + + + source + +

    + + + + +

    Check string representation of a date for a specified locale is valid

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    dateStrany

    String representation of a date

    +
    localeCodeany

    Locale code (ie 'en-us')

    +
    +
    +
    + +
    +

    Return:

    + + + + + +
    Boolean
    +
    +
    +
    + + + + + + + + + + + + + +
    +
    +

    + public + + + + + parse(dateStr: String, localeCode: String): Date + + + + source + +

    + + + + +

    Parse a string representation of a date for a specified locale and return +a date object

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    dateStrString

    String representation of a date

    +
    localeCodeString

    Locale code (ie 'en-us')

    +
    +
    +
    + +
    +

    Return:

    + + + + + +
    Date
    +
    +
    +
    + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + + + + diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index be4b48e7..3b931b42 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.2.67 API Document + Dropdown | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index faf27f2d..4c1a961e 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.2.67 API Document + GridLayout | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index 4a01dd26..66d21b70 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.2.67 API Document + Hash | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index 306a5b83..7ae4c05f 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.2.67 API Document + Help | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index 8820e414..eb169c8f 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.2.67 API Document + HighlightKeyword | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index defa7698..2b8288cb 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.2.67 API Document + Loader | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 9d5c2c30..2350c235 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.2.67 API Document + NoResults | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index fafd3384..c4d32f1f 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.2.67 API Document + Paging | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index 05cf6a42..f64176a1 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.2.67 API Document + PopupFilter | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -1323,7 +1327,7 @@ - source + source @@ -1530,7 +1534,7 @@ - source + source @@ -1595,7 +1599,7 @@ - source + source @@ -1636,7 +1640,7 @@ - source + source @@ -1677,7 +1681,7 @@ - source + source @@ -1742,7 +1746,7 @@ - source + source @@ -1800,7 +1804,7 @@ - source + source @@ -1882,7 +1886,7 @@ - source + source @@ -1923,7 +1927,7 @@ - source + source @@ -1964,7 +1968,7 @@ - source + source diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index ab4b8ba8..04280ec3 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.2.67 API Document + RowsCounter | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 697fecb8..7af3f362 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.2.67 API Document + State | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 182c1cd1..6c895a01 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.2.67 API Document + StatusBar | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index 76f9803d..10616b8e 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.2.67 API Document + Storage | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index a30b6f22..96c45cab 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.2.67 API Document + TableFilter | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -115,13 +119,13 @@
    -
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    +
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    public class - | source + | source
    @@ -465,43 +469,20 @@ stops typing

    -

    Define date format on a column basis, possible values 'DMY', 'MDY', -'YMD', 'DDMMMYYYY', ie: -col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']

    -
    -
    - - - - - - - - - public - - - - - - -
    -

    - colNbFormat: Array -

    -
    -
    - - -

    Define numeric format on a column basis, two possible values 'EU' and -'US', ie: -col_number_format : [null, 'US', 'EU', null]

    +

    Define data types on a column basis, possible values 'string', +'number', 'formatted-number', 'date', 'ipaddress' ie: +col_types : [ + 'string', 'date', 'number', + { type: 'formatted-number', decimal: ',', thousands: '.' }, + { type: 'date', locale: 'en-gb' }, + { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] } +]

    @@ -658,32 +639,6 @@ custom_options: { - - - - -
    - - -

    Define default date type (DMY)

    -
    -
    - - - - - - - - - public - - - @@ -1726,6 +1681,33 @@ first usage

    + + + +
    +

    + locale: String +

    +
    +
    + + +

    Define default locale, default to 'en' as per Sugar Date module: +https://sugarjs.com/docs/#/DateLocales

    +
    +
    + + + + + + + + + public + + + @@ -3885,6 +3867,32 @@ row)

    + + + +
    +

    + hasType(colIndex: Number, types: Array): Boolean +

    +
    +
    + + +

    Determine whether the specified column has one of the passed types

    +
    +
    + + + + + + + + + public + + + @@ -4500,7 +4508,7 @@ columns

    - source + source @@ -4583,7 +4591,7 @@ requires table or id arguments, row and < - source + source @@ -4624,7 +4632,7 @@ requires table or id arguments, row and < - source + source @@ -4665,7 +4673,7 @@ requires table or id arguments, row and < - source + source @@ -4706,7 +4714,7 @@ requires table or id arguments, row and < - source + source @@ -4748,7 +4756,7 @@ stops typing

    - source + source @@ -4789,7 +4797,7 @@ stops typing

    - source + source @@ -4830,7 +4838,7 @@ stops typing

    - source + source @@ -4871,7 +4879,7 @@ stops typing

    - source + source @@ -4912,7 +4920,7 @@ stops typing

    - source + source @@ -4953,7 +4961,7 @@ stops typing

    - source + source @@ -4984,69 +4992,33 @@ stops typing

    -

    +

    public - colDateType: Array + colTypes: Array - source + source

    -

    Define date format on a column basis, possible values 'DMY', 'MDY', -'YMD', 'DDMMMYYYY', ie: -col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']

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

    - public - - - - - colNbFormat: Array - - - - source - -

    - - - - -

    Define numeric format on a column basis, two possible values 'EU' and -'US', ie: -col_number_format : [null, 'US', 'EU', null]

    +

    Define data types on a column basis, possible values 'string', +'number', 'formatted-number', 'date', 'ipaddress' ie: +col_types : [ + 'string', 'date', 'number', + { type: 'formatted-number', decimal: ',', thousands: '.' }, + { type: 'date', locale: 'en-gb' }, + { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] } +]

    +

    Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive +information on date parsing formats supported by Sugar Date

    @@ -5080,7 +5052,7 @@ col_number_format : [null, 'US', 'EU', null]

    - source + source @@ -5121,7 +5093,7 @@ col_number_format : [null, 'US', 'EU', null]

    - source + source @@ -5162,7 +5134,7 @@ col_number_format : [null, 'US', 'EU', null]

    - source + source @@ -5203,7 +5175,7 @@ col_number_format : [null, 'US', 'EU', null]

    - source + source @@ -5256,7 +5228,7 @@ custom_options: { - source + source @@ -5285,47 +5257,6 @@ custom_options: { -
    -
    -

    - public - - - - - defaultDateType: String - - - - source - -

    - - - - -

    Define default date type (DMY)

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

    @@ -5338,7 +5269,7 @@ custom_options: { - source + source

    @@ -5379,7 +5310,7 @@ custom_options: { - source + source @@ -5421,7 +5352,7 @@ linked filters filtering mode is on

    - source + source @@ -5462,7 +5393,7 @@ linked filters filtering mode is on

    - source + source @@ -5503,7 +5434,7 @@ linked filters filtering mode is on

    - source + source @@ -5544,7 +5475,7 @@ linked filters filtering mode is on

    - source + source @@ -5585,7 +5516,7 @@ linked filters filtering mode is on

    - source + source @@ -5626,7 +5557,7 @@ linked filters filtering mode is on

    - source + source @@ -5667,7 +5598,7 @@ linked filters filtering mode is on

    - source + source @@ -5708,7 +5639,7 @@ linked filters filtering mode is on

    - source + source @@ -5749,7 +5680,7 @@ linked filters filtering mode is on

    - source + source @@ -5790,7 +5721,7 @@ linked filters filtering mode is on

    - source + source @@ -5832,7 +5763,7 @@ types

    - source + source @@ -5873,7 +5804,7 @@ types

    - source + source @@ -5914,7 +5845,7 @@ types

    - source + source @@ -5955,7 +5886,7 @@ types

    - source + source @@ -5996,7 +5927,7 @@ types

    - source + source @@ -6037,7 +5968,7 @@ types

    - source + source @@ -6078,7 +6009,7 @@ types

    - source + source @@ -6119,7 +6050,7 @@ types

    - source + source @@ -6160,7 +6091,7 @@ types

    - source + source @@ -6201,7 +6132,7 @@ types

    - source + source @@ -6242,7 +6173,7 @@ types

    - source + source @@ -6283,7 +6214,7 @@ types

    - source + source @@ -6324,7 +6255,7 @@ types

    - source + source @@ -6365,7 +6296,7 @@ types

    - source + source @@ -6406,7 +6337,7 @@ types

    - source + source @@ -6447,7 +6378,7 @@ types

    - source + source @@ -6488,7 +6419,7 @@ types

    - source + source @@ -6529,7 +6460,7 @@ types

    - source + source @@ -6570,7 +6501,7 @@ types

    - source + source @@ -6611,7 +6542,7 @@ types

    - source + source @@ -6652,7 +6583,7 @@ types

    - source + source @@ -6692,7 +6623,7 @@ types

    - source + source @@ -6733,7 +6664,7 @@ types

    - source + source @@ -6774,7 +6705,7 @@ types

    - source + source @@ -6815,7 +6746,7 @@ types

    - source + source @@ -6856,7 +6787,7 @@ types

    - source + source @@ -6897,7 +6828,7 @@ types

    - source + source @@ -6939,7 +6870,7 @@ first usage

    - source + source @@ -6968,6 +6899,48 @@ first usage

    +
    +
    +

    + public + + + + + locale: String + + + + source + +

    + + + + +

    Define default locale, default to 'en' as per Sugar Date module: +https://sugarjs.com/docs/#/DateLocales

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

    @@ -6980,7 +6953,7 @@ first usage

    - source + source

    @@ -7021,7 +6994,7 @@ first usage

    - source + source @@ -7062,7 +7035,7 @@ first usage

    - source + source @@ -7103,7 +7076,7 @@ first usage

    - source + source @@ -7144,7 +7117,7 @@ first usage

    - source + source @@ -7185,7 +7158,7 @@ first usage

    - source + source @@ -7226,7 +7199,7 @@ first usage

    - source + source @@ -7267,7 +7240,7 @@ first usage

    - source + source @@ -7308,7 +7281,7 @@ first usage

    - source + source @@ -7349,7 +7322,7 @@ first usage

    - source + source @@ -7390,7 +7363,7 @@ first usage

    - source + source @@ -7431,7 +7404,7 @@ first usage

    - source + source @@ -7472,7 +7445,7 @@ first usage

    - source + source @@ -7513,7 +7486,7 @@ first usage

    - source + source @@ -7554,7 +7527,7 @@ first usage

    - source + source @@ -7596,7 +7569,7 @@ on change event

    - source + source @@ -7637,7 +7610,7 @@ on change event

    - source + source @@ -7678,7 +7651,7 @@ on change event

    - source + source @@ -7719,7 +7692,7 @@ on change event

    - source + source @@ -7760,7 +7733,7 @@ on change event

    - source + source @@ -7802,7 +7775,7 @@ are generated

    - source + source @@ -7843,7 +7816,7 @@ are generated

    - source + source @@ -7884,7 +7857,7 @@ are generated

    - source + source @@ -7925,7 +7898,7 @@ are generated

    - source + source @@ -7966,7 +7939,7 @@ are generated

    - source + source @@ -8007,7 +7980,7 @@ are generated

    - source + source @@ -8048,7 +8021,7 @@ are generated

    - source + source @@ -8090,7 +8063,7 @@ manner

    - source + source @@ -8132,7 +8105,7 @@ manner

    - source + source @@ -8174,7 +8147,7 @@ alpha-numeric manner by default

    - source + source @@ -8215,7 +8188,7 @@ alpha-numeric manner by default

    - source + source @@ -8256,7 +8229,7 @@ alpha-numeric manner by default

    - source + source @@ -8297,7 +8270,7 @@ alpha-numeric manner by default

    - source + source @@ -8338,7 +8311,7 @@ alpha-numeric manner by default

    - source + source @@ -8379,7 +8352,7 @@ alpha-numeric manner by default

    - source + source @@ -8420,7 +8393,7 @@ alpha-numeric manner by default

    - source + source @@ -8462,7 +8435,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8505,7 +8478,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8546,7 +8519,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8587,7 +8560,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8628,7 +8601,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8669,7 +8642,7 @@ themes: [{ name: 'skyblue' }]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - source + source @@ -9682,7 +9655,7 @@ custom options values and texts

    - source + source @@ -9750,7 +9723,7 @@ custom options values and texts

    - source + source @@ -9819,7 +9792,7 @@ custom options values and texts

    - source + source @@ -9887,7 +9860,7 @@ custom options values and texts

    - source + source @@ -9956,7 +9929,7 @@ custom options values and texts

    - source + source @@ -10007,7 +9980,7 @@ custom options values and texts

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

    - source + source @@ -10164,7 +10137,7 @@ custom options values and texts

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

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

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

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

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

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

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

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

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

    - source + source @@ -10775,7 +10748,7 @@ defined

    - source + source @@ -10827,7 +10800,7 @@ row)

    - source + source @@ -10896,7 +10869,7 @@ row)

    - source + source @@ -10976,7 +10949,7 @@ row)

    - source + source @@ -11045,7 +11018,7 @@ row)

    - source + source @@ -11114,7 +11087,7 @@ row)

    - source + source @@ -11170,6 +11143,82 @@ row)

    +
    +
    +

    + public + + + + + hasType(colIndex: Number, types: Array): Boolean + + + + source + +

    + + + + +

    Determine whether the specified column has one of the passed types

    +
    + + + +
    +

    Params:

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

    Column index

    +
    typesArray
    • optional
    • +
    • default: []

    List of column types

    +
    +
    +
    + +
    +

    Return:

    + + + + + +
    Boolean
    +
    +
    +
    + + + + + + + + + + + + +

    @@ -11182,7 +11231,7 @@ row)

    - source + source

    @@ -11261,7 +11310,7 @@ row)

    - source + source @@ -11302,7 +11351,7 @@ row)

    - source + source @@ -11343,7 +11392,7 @@ row)

    - source + source @@ -11411,7 +11460,7 @@ row)

    - source + source @@ -11480,7 +11529,7 @@ row)

    - source + source @@ -11555,7 +11604,7 @@ row)

    - source + source @@ -11606,7 +11655,7 @@ row)

    - source + source @@ -11648,7 +11697,7 @@ row)

    - source + source @@ -11706,7 +11755,7 @@ row)

    - source + source @@ -11747,7 +11796,7 @@ row)

    - source + source @@ -11805,7 +11854,7 @@ row)

    - source + source @@ -11846,7 +11895,7 @@ row)

    - source + source @@ -11903,7 +11952,7 @@ row)

    - source + source @@ -11944,7 +11993,7 @@ row)

    - source + source @@ -12002,7 +12051,7 @@ columns

    - source + source @@ -12043,7 +12092,7 @@ columns

    - source + source @@ -12084,7 +12133,7 @@ columns

    - source + source @@ -12142,7 +12191,7 @@ columns

    - source + source @@ -12200,7 +12249,7 @@ columns

    - source + source @@ -12265,7 +12314,7 @@ columns

    - source + source @@ -12306,7 +12355,7 @@ columns

    - source + source @@ -12347,7 +12396,7 @@ columns

    - source + source diff --git a/docs/coverage.json b/docs/coverage.json index 3233bf70..f6055ead 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,11 +1,11 @@ { "coverage": "100%", - "expectCount": 629, - "actualCount": 629, + "expectCount": 643, + "actualCount": 643, "files": { "src/const.js": { - "expectCount": 13, - "actualCount": 13, + "expectCount": 18, + "actualCount": 18, "undocumentLines": [] }, "src/extensions/advancedGrid/adapterEzEditTable.js": { @@ -43,6 +43,11 @@ "actualCount": 49, "undocumentLines": [] }, + "src/modules/dateType.js": { + "expectCount": 11, + "actualCount": 11, + "undocumentLines": [] + }, "src/modules/dropdown.js": { "expectCount": 13, "actualCount": 13, @@ -143,11 +148,6 @@ "actualCount": 5, "undocumentLines": [] }, - "src/date.js": { - "expectCount": 2, - "actualCount": 2, - "undocumentLines": [] - }, "src/array.js": { "expectCount": 1, "actualCount": 1, @@ -163,7 +163,7 @@ "actualCount": 8, "undocumentLines": [] }, - "src/helpers.js": { + "src/number.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] diff --git a/docs/dump.json b/docs/dump.json index f8f90eb8..0950f539 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -83,7 +83,7 @@ "access": null, "description": null, "lineNumber": 9, - "content": "/**\n * Filter types\n */\n\n/**\n * Input filter type\n * @type {String}\n */\nexport const INPUT = 'input';\n/**\n * Select filter type\n * @type {String}\n */\nexport const SELECT = 'select';\n/**\n * Multiple select filter type\n * @type {String}\n */\nexport const MULTIPLE = 'multiple';\n/**\n * Checklist filter type\n * @type {String}\n */\nexport const CHECKLIST = 'checklist';\n/**\n * None filter type\n * @type {String}\n */\nexport const NONE = 'none';\n\n/**\n * Key codes\n */\n\n/**\n * Enter key code\n * @type {Number}\n */\nexport const ENTER_KEY = 13;\n/**\n * Tab key code\n * @type {Number}\n */\nexport const TAB_KEY = 9;\n/**\n * Escape key code\n * @type {Number}\n */\nexport const ESC_KEY = 27;\n/**\n * Up arrow key code\n * @type {Number}\n */\nexport const UP_ARROW_KEY = 38;\n/**\n * Down arrow key code\n * @type {Number}\n */\nexport const DOWN_ARROW_KEY = 40;\n\n/**\n * HTML tags\n */\n\n/**\n * Header cell tag\n * @type {String}\n */\nexport const HEADER_TAG = 'TH';\n/**\n * Cell tag\n * @type {String}\n */\nexport const CELL_TAG = 'TD';\n\n/**\n * Default values\n */\n\n/**\n * Auto filter delay in milliseconds\n * @type {Number}\n */\nexport const AUTO_FILTER_DELAY = 750;\n" + "content": "/**\n * Filter types\n */\n\n/**\n * Input filter type\n * @type {String}\n */\nexport const INPUT = 'input';\n/**\n * Select filter type\n * @type {String}\n */\nexport const SELECT = 'select';\n/**\n * Multiple select filter type\n * @type {String}\n */\nexport const MULTIPLE = 'multiple';\n/**\n * Checklist filter type\n * @type {String}\n */\nexport const CHECKLIST = 'checklist';\n/**\n * None filter type\n * @type {String}\n */\nexport const NONE = 'none';\n\n/**\n * Key codes\n */\n\n/**\n * Enter key code\n * @type {Number}\n */\nexport const ENTER_KEY = 13;\n/**\n * Tab key code\n * @type {Number}\n */\nexport const TAB_KEY = 9;\n/**\n * Escape key code\n * @type {Number}\n */\nexport const ESC_KEY = 27;\n/**\n * Up arrow key code\n * @type {Number}\n */\nexport const UP_ARROW_KEY = 38;\n/**\n * Down arrow key code\n * @type {Number}\n */\nexport const DOWN_ARROW_KEY = 40;\n\n/**\n * HTML tags\n */\n\n/**\n * Header cell tag\n * @type {String}\n */\nexport const HEADER_TAG = 'TH';\n/**\n * Cell tag\n * @type {String}\n */\nexport const CELL_TAG = 'TD';\n\n/**\n * Data types\n */\n\n/**\n * String\n * @type {String}\n */\nexport const STRING = 'string';\n\n/**\n * Number\n * @type {String}\n */\nexport const NUMBER = 'number';\n\n/**\n * Formatted number\n * @type {String}\n */\nexport const FORMATTED_NUMBER = 'formatted-number';\n\n/**\n * Date\n * @type {String}\n */\nexport const DATE = 'date';\n\n/**\n * IP address\n * @type {String}\n */\nexport const IP_ADDRESS = 'ipaddress';\n\n/**\n * Default values\n */\n\n/**\n * Auto filter delay in milliseconds\n * @type {Number}\n */\nexport const AUTO_FILTER_DELAY = 750;\n" }, { "__docId__": 3, @@ -366,6 +366,121 @@ "kind": "variable", "static": true, "variation": null, + "name": "STRING", + "memberof": "src/const.js", + "longname": "src/const.js~STRING", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{STRING}", + "description": "String", + "lineNumber": 84, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 16, + "kind": "variable", + "static": true, + "variation": null, + "name": "NUMBER", + "memberof": "src/const.js", + "longname": "src/const.js~NUMBER", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{NUMBER}", + "description": "Number", + "lineNumber": 90, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 17, + "kind": "variable", + "static": true, + "variation": null, + "name": "FORMATTED_NUMBER", + "memberof": "src/const.js", + "longname": "src/const.js~FORMATTED_NUMBER", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{FORMATTED_NUMBER}", + "description": "Formatted number", + "lineNumber": 96, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 18, + "kind": "variable", + "static": true, + "variation": null, + "name": "DATE", + "memberof": "src/const.js", + "longname": "src/const.js~DATE", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{DATE}", + "description": "Date", + "lineNumber": 102, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 19, + "kind": "variable", + "static": true, + "variation": null, + "name": "IP_ADDRESS", + "memberof": "src/const.js", + "longname": "src/const.js~IP_ADDRESS", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{IP_ADDRESS}", + "description": "IP address", + "lineNumber": 108, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 20, + "kind": "variable", + "static": true, + "variation": null, "name": "AUTO_FILTER_DELAY", "memberof": "src/const.js", "longname": "src/const.js~AUTO_FILTER_DELAY", @@ -374,7 +489,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{AUTO_FILTER_DELAY}", "description": "Auto filter delay in milliseconds", - "lineNumber": 84, + "lineNumber": 118, "type": { "nullable": null, "types": [ @@ -385,7 +500,7 @@ } }, { - "__docId__": 16, + "__docId__": 21, "kind": "file", "static": true, "variation": null, @@ -398,7 +513,7 @@ "content": "import {root} from './root';\n\n/**\n * Cookie utilities\n */\n\nconst doc = root.document;\n\nexport default {\n\n /**\n * Write a cookie\n * @param {String} name Name of the cookie\n * @param {String} value Value of the cookie\n * @param {Number} hours Cookie duration in hours\n */\n write(name, value, hours) {\n let expire = '';\n if (hours) {\n expire = new Date((new Date()).getTime() + hours * 3600000);\n expire = '; expires=' + expire.toGMTString();\n }\n doc.cookie = name + '=' + escape(value) + expire;\n },\n\n /**\n * Read a cookie\n * @param {String} name Name of the cookie\n * @returns {String} Value of the cookie\n */\n read(name) {\n let cookieValue = '',\n search = name + '=';\n if (doc.cookie.length > 0) {\n let cookie = doc.cookie,\n offset = cookie.indexOf(search);\n if (offset !== -1) {\n offset += search.length;\n let end = cookie.indexOf(';', offset);\n if (end === -1) {\n end = cookie.length;\n }\n cookieValue = unescape(cookie.substring(offset, end));\n }\n }\n return cookieValue;\n },\n\n /**\n * Remove a cookie\n * @param {String} name Name of the cookie\n */\n remove(name) {\n this.write(name, '', -1);\n }\n\n};\n" }, { - "__docId__": 17, + "__docId__": 22, "kind": "variable", "static": true, "variation": null, @@ -417,179 +532,6 @@ ] } }, - { - "__docId__": 18, - "kind": "file", - "static": true, - "variation": null, - "name": "src/date.js", - "memberof": null, - "longname": "src/date.js", - "access": null, - "description": null, - "lineNumber": 11, - "content": "/**\n * Date utilities\n */\n\n/**\n * Verifies passed formatted date string is valid\n * @param {String} dateStr Formatted date string\n * @param {String} format accepted formats: 'DMY', 'MDY', 'YMD', 'DDMMMYYYY'\n * @return {Boolean}\n */\nexport const isValidDate = (dateStr, format) => {\n if (!format) {\n format = 'DMY';\n }\n format = format.toUpperCase();\n if (format.length !== 3) {\n if (format === 'DDMMMYYYY') {\n let d = formatDate(dateStr, format);\n dateStr = d.getDate() + '/' + (d.getMonth() + 1) + '/' +\n d.getFullYear();\n format = 'DMY';\n }\n }\n if ((format.indexOf('M') === -1) || (format.indexOf('D') === -1) ||\n (format.indexOf('Y') === -1)) {\n format = 'DMY';\n }\n let reg1, reg2;\n // If the year is first\n if (format.substring(0, 1) === 'Y') {\n reg1 = /^\\d{2}(\\-|\\/|\\.)\\d{1,2}\\1\\d{1,2}$/;\n reg2 = /^\\d{4}(\\-|\\/|\\.)\\d{1,2}\\1\\d{1,2}$/;\n } else if (format.substring(1, 2) === 'Y') { // If the year is second\n reg1 = /^\\d{1,2}(\\-|\\/|\\.)\\d{2}\\1\\d{1,2}$/;\n reg2 = /^\\d{1,2}(\\-|\\/|\\.)\\d{4}\\1\\d{1,2}$/;\n } else { // The year must be third\n reg1 = /^\\d{1,2}(\\-|\\/|\\.)\\d{1,2}\\1\\d{2}$/;\n reg2 = /^\\d{1,2}(\\-|\\/|\\.)\\d{1,2}\\1\\d{4}$/;\n }\n // If it doesn't conform to the right format (with either a 2 digit year\n // or 4 digit year), fail\n if (reg1.test(dateStr) === false && reg2.test(dateStr) === false) {\n return false;\n }\n // Split into 3 parts based on what the divider was\n let parts = dateStr.split(RegExp.$1);\n let mm, dd, yy;\n // Check to see if the 3 parts end up making a valid date\n if (format.substring(0, 1) === 'M') {\n mm = parts[0];\n } else if (format.substring(1, 2) === 'M') {\n mm = parts[1];\n } else {\n mm = parts[2];\n }\n if (format.substring(0, 1) === 'D') {\n dd = parts[0];\n } else if (format.substring(1, 2) === 'D') {\n dd = parts[1];\n } else {\n dd = parts[2];\n }\n if (format.substring(0, 1) === 'Y') {\n yy = parts[0];\n } else if (format.substring(1, 2) === 'Y') {\n yy = parts[1];\n } else {\n yy = parts[2];\n }\n if (parseInt(yy, 10) <= 50) {\n yy = (parseInt(yy, 10) + 2000).toString();\n }\n if (parseInt(yy, 10) <= 99) {\n yy = (parseInt(yy, 10) + 1900).toString();\n }\n let dt = new Date(\n parseInt(yy, 10), parseInt(mm, 10) - 1, parseInt(dd, 10),\n 0, 0, 0, 0);\n if (parseInt(dd, 10) !== dt.getDate()) {\n return false;\n }\n if (parseInt(mm, 10) - 1 !== dt.getMonth()) {\n return false;\n }\n return true;\n}\n\n/**\n * Converts formatted date into a Date object\n * @param {String} dateStr Formatted date string\n * @param {String} format accepted formats: 'DMY', 'MDY', 'YMD', 'DDMMMYYYY'\n * @return {Object} date object\n */\nexport const formatDate = (dateStr, formatStr) => {\n if (!formatStr) {\n formatStr = 'DMY';\n }\n if (!dateStr || dateStr === '') {\n return new Date(1001, 0, 1);\n }\n let oDate;\n let parts;\n\n switch (formatStr.toUpperCase()) {\n case 'DDMMMYYYY':\n parts = dateStr.replace(/[- \\/.]/g, ' ').split(' ');\n oDate = new Date(y2kDate(parts[2]), mmm2mm(parts[1]) - 1, parts[0]);\n break;\n case 'DMY':\n /* eslint-disable */\n parts = dateStr.replace(\n /^(0?[1-9]|[12][0-9]|3[01])([- \\/.])(0?[1-9]|1[012])([- \\/.])((\\d\\d)?\\d\\d)$/, '$1 $3 $5').split(' ');\n oDate = new Date(y2kDate(parts[2]), parts[1] - 1, parts[0]);\n /* eslint-enable */\n break;\n case 'MDY':\n /* eslint-disable */\n parts = dateStr.replace(\n /^(0?[1-9]|1[012])([- \\/.])(0?[1-9]|[12][0-9]|3[01])([- \\/.])((\\d\\d)?\\d\\d)$/, '$1 $3 $5').split(' ');\n oDate = new Date(y2kDate(parts[2]), parts[0] - 1, parts[1]);\n /* eslint-enable */\n break;\n case 'YMD':\n /* eslint-disable */\n parts = dateStr.replace(/^((\\d\\d)?\\d\\d)([- \\/.])(0?[1-9]|1[012])([- \\/.])(0?[1-9]|[12][0-9]|3[01])$/, '$1 $4 $6').split(' ');\n oDate = new Date(y2kDate(parts[0]), parts[1] - 1, parts[2]);\n /* eslint-enable */\n break;\n default: //in case format is not correct\n /* eslint-disable */\n parts = dateStr.replace(/^(0?[1-9]|[12][0-9]|3[01])([- \\/.])(0?[1-9]|1[012])([- \\/.])((\\d\\d)?\\d\\d)$/, '$1 $3 $5').split(' ');\n oDate = new Date(y2kDate(parts[2]), parts[1] - 1, parts[0]);\n /* eslint-enable */\n break;\n }\n return oDate;\n}\n\nfunction y2kDate(yr) {\n if (yr === undefined) {\n return 0;\n }\n if (yr.length > 2) {\n return yr;\n }\n let y;\n //>50 belong to 1900\n if (yr <= 99 && yr > 50) {\n y = '19' + yr;\n }\n //<50 belong to 2000\n if (yr < 50 || yr === '00') {\n y = '20' + yr;\n }\n return y;\n}\n\nfunction mmm2mm(mmm) {\n if (mmm === undefined) {\n return 0;\n }\n let mondigit;\n let MONTH_NAMES = [\n 'january', 'february', 'march', 'april', 'may', 'june', 'july',\n 'august', 'september', 'october', 'november', 'december',\n 'jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct',\n 'nov', 'dec'\n ];\n for (let m_i = 0; m_i < MONTH_NAMES.length; m_i++) {\n let month_name = MONTH_NAMES[m_i];\n if (mmm.toLowerCase() === month_name) {\n mondigit = m_i + 1;\n break;\n }\n }\n if (mondigit > 11 || mondigit < 23) {\n mondigit = mondigit - 12;\n }\n if (mondigit < 1 || mondigit > 12) {\n return 0;\n }\n return mondigit;\n}\n" - }, - { - "__docId__": 19, - "kind": "variable", - "static": true, - "variation": null, - "name": "isValidDate", - "memberof": "src/date.js", - "longname": "src/date.js~isValidDate", - "access": null, - "export": true, - "importPath": "tablefilter/src/date.js", - "importStyle": "{isValidDate}", - "description": "Verifies passed formatted date string is valid", - "lineNumber": 11, - "params": [ - { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "optional": false, - "name": "dateStr", - "description": "Formatted date string" - }, - { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "optional": false, - "name": "format", - "description": "accepted formats: 'DMY', 'MDY', 'YMD', 'DDMMMYYYY'" - } - ], - "return": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": "" - }, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 20, - "kind": "variable", - "static": true, - "variation": null, - "name": "formatDate", - "memberof": "src/date.js", - "longname": "src/date.js~formatDate", - "access": null, - "export": true, - "importPath": "tablefilter/src/date.js", - "importStyle": "{formatDate}", - "description": "Converts formatted date into a Date object", - "lineNumber": 94, - "params": [ - { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "optional": false, - "name": "dateStr", - "description": "Formatted date string" - }, - { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "optional": false, - "name": "format", - "description": "accepted formats: 'DMY', 'MDY', 'YMD', 'DDMMMYYYY'" - } - ], - "return": { - "nullable": null, - "types": [ - "Object" - ], - "spread": false, - "description": "date object" - }, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 21, - "kind": "function", - "static": true, - "variation": null, - "name": "y2kDate", - "memberof": "src/date.js", - "longname": "src/date.js~y2kDate", - "access": null, - "export": false, - "importPath": "tablefilter/src/date.js", - "importStyle": null, - "description": null, - "lineNumber": 139, - "undocument": true, - "params": [ - { - "name": "yr", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 22, - "kind": "function", - "static": true, - "variation": null, - "name": "mmm2mm", - "memberof": "src/date.js", - "longname": "src/date.js~mmm2mm", - "access": null, - "export": false, - "importPath": "tablefilter/src/date.js", - "importStyle": null, - "description": null, - "lineNumber": 158, - "undocument": true, - "params": [ - { - "name": "mmm", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, { "__docId__": 23, "kind": "file", @@ -4392,7 +4334,7 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from '../../feature';\nimport {isArray, isFn, isUndef} from '../../types';\nimport {createElm, elm, getText, tag} from '../../dom';\nimport {addEvt} from '../../event';\nimport {formatDate} from '../../date';\nimport {removeNbFormat} from '../../helpers';\nimport {NONE, CELL_TAG, HEADER_TAG} from '../../const';\n\n/**\n * SortableTable Adapter module\n */\nexport default class AdapterSortableTable extends Feature {\n\n /**\n * Creates an instance of AdapterSortableTable\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} opts Configuration object\n */\n constructor(tf, opts) {\n super(tf, opts.name);\n\n /**\n * Module name\n * @type {String}\n */\n this.name = opts.name;\n\n /**\n * Module description\n * @type {String}\n */\n this.desc = opts.description || 'Sortable table';\n\n /**\n * Indicate whether table previously sorted\n * @type {Boolean}\n * @private\n */\n this.sorted = false;\n\n /**\n * List of sort type per column basis\n * @type {Array}\n */\n this.sortTypes = isArray(opts.types) ? opts.types : [];\n\n /**\n * Column to be sorted at initialization, ie:\n * sort_col_at_start: [1, true]\n * @type {Array}\n */\n this.sortColAtStart = isArray(opts.sort_col_at_start) ?\n opts.sort_col_at_start : null;\n\n /**\n * Enable asynchronous sort, if triggers are external\n * @type {Boolean}\n */\n this.asyncSort = Boolean(opts.async_sort);\n\n /**\n * List of element IDs triggering sort on a per column basis\n * @type {Array}\n */\n this.triggerIds = isArray(opts.trigger_ids) ? opts.trigger_ids : [];\n\n // edit .sort-arrow.descending / .sort-arrow.ascending in\n // tablefilter.css to reflect any path change\n /**\n * Path to images\n * @type {String}\n */\n this.imgPath = opts.images_path || tf.themesPath;\n\n /**\n * Blank image file name\n * @type {String}\n */\n this.imgBlank = opts.image_blank || 'blank.png';\n\n /**\n * Css class for sort indicator image\n * @type {String}\n */\n this.imgClassName = opts.image_class_name || 'sort-arrow';\n\n /**\n * Css class for ascending sort indicator image\n * @type {String}\n */\n this.imgAscClassName = opts.image_asc_class_name || 'ascending';\n\n /**\n * Css class for descending sort indicator image\n * @type {String}\n */\n this.imgDescClassName = opts.image_desc_class_name || 'descending';\n\n /**\n * Cell attribute key storing custom value used for sorting\n * @type {String}\n */\n this.customKey = opts.custom_key || 'data-tf-sortKey';\n\n /**\n * Callback fired when sort extension is instanciated\n * @type {Function}\n */\n this.onSortLoaded = isFn(opts.on_sort_loaded) ?\n opts.on_sort_loaded : null;\n\n /**\n * Callback fired before a table column is sorted\n * @type {Function}\n */\n this.onBeforeSort = isFn(opts.on_before_sort) ?\n opts.on_before_sort : null;\n\n /**\n * Callback fired after a table column is sorted\n * @type {Function}\n */\n this.onAfterSort = isFn(opts.on_after_sort) ? opts.on_after_sort : null;\n\n /**\n * SortableTable instance\n * @private\n */\n this.stt = null;\n\n this.enable();\n }\n\n /**\n * Initializes AdapterSortableTable instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let adpt = this;\n\n // SortableTable class sanity check (sortabletable.js)\n if (isUndef(SortableTable)) {\n throw new Error('SortableTable class not found.');\n }\n\n this.overrideSortableTable();\n this.setSortTypes();\n\n //Column sort at start\n let sortColAtStart = adpt.sortColAtStart;\n if (sortColAtStart) {\n this.stt.sort(sortColAtStart[0], sortColAtStart[1]);\n }\n\n if (this.onSortLoaded) {\n this.onSortLoaded.call(null, tf, this);\n }\n\n /*** SortableTable callbacks ***/\n this.stt.onbeforesort = function () {\n if (adpt.onBeforeSort) {\n adpt.onBeforeSort.call(null, tf, adpt.stt.sortColumn);\n }\n\n /*** sort behaviour for paging ***/\n if (tf.paging) {\n tf.feature('paging').disable();\n }\n };\n\n this.stt.onsort = function () {\n adpt.sorted = true;\n\n //sort behaviour for paging\n if (tf.paging) {\n let paginator = tf.feature('paging');\n // recalculate valid rows index as sorting may have change it\n tf.getValidRows(true);\n paginator.enable();\n paginator.setPage(paginator.getPage());\n }\n\n if (adpt.onAfterSort) {\n adpt.onAfterSort.call(null, tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n }\n\n adpt.emitter.emit('column-sorted', tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n };\n\n this.emitter.on(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n\n /** @inherited */\n this.initialized = true;\n\n this.emitter.emit('sort-initialized', tf, this);\n }\n\n /**\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n */\n sortByColumnIndex(colIdx, desc) {\n this.stt.sort(colIdx, desc);\n }\n\n /**\n * Set SortableTable overrides for TableFilter integration\n */\n overrideSortableTable() {\n let adpt = this,\n tf = this.tf;\n\n /**\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n */\n SortableTable.prototype.headerOnclick = function (evt) {\n if (!adpt.initialized) {\n return;\n }\n\n // find Header element\n let el = evt.target || evt.srcElement;\n\n while (el.tagName !== CELL_TAG && el.tagName !== HEADER_TAG) {\n el = el.parentNode;\n }\n\n this.sort(\n SortableTable.msie ?\n SortableTable.getCellIndex(el) : el.cellIndex\n );\n };\n\n /**\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n */\n SortableTable.getCellIndex = function (oTd) {\n let cells = oTd.parentNode.cells,\n l = cells.length, i;\n for (i = 0; cells[i] !== oTd && i < l; i++) { }\n return i;\n };\n\n /**\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n */\n SortableTable.prototype.initHeader = function (oSortTypes) {\n let stt = this;\n if (!stt.tHead) {\n if (tf.gridLayout) {\n stt.tHead = tf.feature('gridLayout').headTbl.tHead;\n } else {\n return;\n }\n }\n\n stt.headersRow = tf.headersRow;\n let cells = stt.tHead.rows[stt.headersRow].cells;\n stt.sortTypes = oSortTypes || [];\n let l = cells.length;\n let img, c;\n\n for (let i = 0; i < l; i++) {\n c = cells[i];\n if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None') {\n c.style.cursor = 'pointer';\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n c.appendChild(img);\n if (stt.sortTypes[i] !== null) {\n c.setAttribute('_sortType', stt.sortTypes[i]);\n }\n addEvt(c, 'click', stt._headerOnclick);\n } else {\n c.setAttribute('_sortType', oSortTypes[i]);\n c._sortType = 'None';\n }\n }\n stt.updateHeaderArrows();\n };\n\n /**\n * Overrides updateHeaderArrows in order to handle arrows indicators\n */\n SortableTable.prototype.updateHeaderArrows = function () {\n let stt = this;\n let cells, l, img;\n\n // external headers\n if (adpt.asyncSort && adpt.triggerIds.length > 0) {\n let triggers = adpt.triggerIds;\n cells = [];\n l = triggers.length;\n for (let j = 0; j < l; j++) {\n cells.push(elm(triggers[j]));\n }\n } else {\n if (!this.tHead) {\n return;\n }\n cells = stt.tHead.rows[stt.headersRow].cells;\n l = cells.length;\n }\n for (let i = 0; i < l; i++) {\n let cell = cells[i];\n if (!cell) {\n continue;\n }\n let cellAttr = cell.getAttribute('_sortType');\n if (cellAttr !== null && cellAttr !== 'None') {\n img = cell.lastChild || cell;\n if (img.nodeName.toLowerCase() !== 'img') {\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n cell.appendChild(img);\n }\n if (i === stt.sortColumn) {\n img.className = adpt.imgClassName + ' ' +\n (this.descending ?\n adpt.imgDescClassName :\n adpt.imgAscClassName);\n } else {\n img.className = adpt.imgClassName;\n }\n }\n }\n };\n\n /**\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n */\n SortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\n let stt = this;\n // if we have defined a custom getRowValue use that\n let sortTypeInfo = stt._sortTypeInfo[sType];\n if (sortTypeInfo && sortTypeInfo.getRowValue) {\n return sortTypeInfo.getRowValue(oRow, nColumn);\n }\n let c = oRow.cells[nColumn];\n let s = SortableTable.getInnerText(c);\n return stt.getValueFromString(s, sType);\n };\n\n /**\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n */\n SortableTable.getInnerText = function (oNode) {\n if (!oNode) {\n return;\n }\n if (oNode.getAttribute(adpt.customKey)) {\n return oNode.getAttribute(adpt.customKey);\n } else {\n return getText(oNode);\n }\n };\n }\n\n /**\n * Adds a sort type\n */\n addSortType() {\n var args = arguments;\n SortableTable.prototype.addSortType(args[0], args[1], args[2], args[3]);\n }\n\n /**\n * Sets the sort types on a column basis\n * @private\n */\n setSortTypes() {\n let tf = this.tf,\n sortTypes = this.sortTypes,\n _sortTypes = [];\n\n for (let i = 0; i < tf.nbCells; i++) {\n let colType;\n\n if (sortTypes[i]) {\n colType = sortTypes[i].toLowerCase();\n if (colType === NONE) {\n colType = 'None';\n }\n } else { // resolve column types\n if (tf.hasColNbFormat && tf.colNbFormat[i] !== null) {\n colType = tf.colNbFormat[i].toLowerCase();\n } else if (tf.hasColDateType && tf.colDateType[i] !== null) {\n colType = tf.colDateType[i].toLowerCase() + 'date';\n } else {\n colType = 'String';\n }\n }\n _sortTypes.push(colType);\n }\n\n //Public TF method to add sort type\n\n //Custom sort types\n this.addSortType('number', Number);\n this.addSortType('caseinsensitivestring', SortableTable.toUpperCase);\n this.addSortType('date', SortableTable.toDate);\n this.addSortType('string');\n this.addSortType('us', usNumberConverter);\n this.addSortType('eu', euNumberConverter);\n this.addSortType('dmydate', dmyDateConverter);\n this.addSortType('ymddate', ymdDateConverter);\n this.addSortType('mdydate', mdyDateConverter);\n this.addSortType('ddmmmyyyydate', ddmmmyyyyDateConverter);\n this.addSortType('ipaddress', ipAddress, sortIP);\n\n this.stt = new SortableTable(tf.tbl, _sortTypes);\n\n /*** external table headers adapter ***/\n if (this.asyncSort && this.triggerIds.length > 0) {\n let triggers = this.triggerIds;\n for (let j = 0; j < triggers.length; j++) {\n if (triggers[j] === null) {\n continue;\n }\n let trigger = elm(triggers[j]);\n if (trigger) {\n trigger.style.cursor = 'pointer';\n\n addEvt(trigger, 'click', (evt) => {\n let elm = evt.target;\n if (!this.tf.sort) {\n return;\n }\n this.stt.asyncSort(triggers.indexOf(elm.id));\n });\n trigger.setAttribute('_sortType', _sortTypes[j]);\n }\n }\n }\n }\n\n /**\n * Remove extension\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n let tf = this.tf;\n this.emitter.off(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n this.sorted = false;\n this.initialized = false;\n this.stt.destroy();\n\n let ids = tf.getFiltersId();\n for (let idx = 0; idx < ids.length; idx++) {\n let header = tf.getHeaderElement(idx);\n let img = tag(header, 'img');\n\n if (img.length === 1) {\n header.removeChild(img[0]);\n }\n }\n this.initialized = false;\n }\n\n}\n\n//Converters\nfunction usNumberConverter(s) {\n return removeNbFormat(s, 'us');\n}\nfunction euNumberConverter(s) {\n return removeNbFormat(s, 'eu');\n}\nfunction dateConverter(s, format) {\n return formatDate(s, format);\n}\nfunction dmyDateConverter(s) {\n return dateConverter(s, 'DMY');\n}\nfunction mdyDateConverter(s) {\n return dateConverter(s, 'MDY');\n}\nfunction ymdDateConverter(s) {\n return dateConverter(s, 'YMD');\n}\nfunction ddmmmyyyyDateConverter(s) {\n return dateConverter(s, 'DDMMMYYYY');\n}\n\nfunction ipAddress(value) {\n let vals = value.split('.');\n for (let x in vals) {\n let val = vals[x];\n while (3 > val.length) {\n val = '0' + val;\n }\n vals[x] = val;\n }\n return vals.join('.');\n}\n\nfunction sortIP(a, b) {\n let aa = ipAddress(a.value.toLowerCase());\n let bb = ipAddress(b.value.toLowerCase());\n if (aa === bb) {\n return 0;\n } else if (aa < bb) {\n return -1;\n } else {\n return 1;\n }\n}\n" + "content": "import {Feature} from '../../feature';\nimport {isArray, isFn, isUndef, isObj} from '../../types';\nimport {createElm, elm, getText, tag} from '../../dom';\nimport {addEvt} from '../../event';\nimport {parse as parseNb} from '../../number';\nimport {\n NONE, CELL_TAG, HEADER_TAG, STRING, NUMBER, DATE, FORMATTED_NUMBER,\n IP_ADDRESS\n} from '../../const';\n\n/**\n * SortableTable Adapter module\n */\nexport default class AdapterSortableTable extends Feature {\n\n /**\n * Creates an instance of AdapterSortableTable\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} opts Configuration object\n */\n constructor(tf, opts) {\n super(tf, opts.name);\n\n /**\n * Module name\n * @type {String}\n */\n this.name = opts.name;\n\n /**\n * Module description\n * @type {String}\n */\n this.desc = opts.description || 'Sortable table';\n\n /**\n * Indicate whether table previously sorted\n * @type {Boolean}\n * @private\n */\n this.sorted = false;\n\n /**\n * List of sort type per column basis\n * @type {Array}\n */\n this.sortTypes = isArray(opts.types) ? opts.types : tf.colTypes;\n\n /**\n * Column to be sorted at initialization, ie:\n * sort_col_at_start: [1, true]\n * @type {Array}\n */\n this.sortColAtStart = isArray(opts.sort_col_at_start) ?\n opts.sort_col_at_start : null;\n\n /**\n * Enable asynchronous sort, if triggers are external\n * @type {Boolean}\n */\n this.asyncSort = Boolean(opts.async_sort);\n\n /**\n * List of element IDs triggering sort on a per column basis\n * @type {Array}\n */\n this.triggerIds = isArray(opts.trigger_ids) ? opts.trigger_ids : [];\n\n // edit .sort-arrow.descending / .sort-arrow.ascending in\n // tablefilter.css to reflect any path change\n /**\n * Path to images\n * @type {String}\n */\n this.imgPath = opts.images_path || tf.themesPath;\n\n /**\n * Blank image file name\n * @type {String}\n */\n this.imgBlank = opts.image_blank || 'blank.png';\n\n /**\n * Css class for sort indicator image\n * @type {String}\n */\n this.imgClassName = opts.image_class_name || 'sort-arrow';\n\n /**\n * Css class for ascending sort indicator image\n * @type {String}\n */\n this.imgAscClassName = opts.image_asc_class_name || 'ascending';\n\n /**\n * Css class for descending sort indicator image\n * @type {String}\n */\n this.imgDescClassName = opts.image_desc_class_name || 'descending';\n\n /**\n * Cell attribute key storing custom value used for sorting\n * @type {String}\n */\n this.customKey = opts.custom_key || 'data-tf-sortKey';\n\n /**\n * Callback fired when sort extension is instanciated\n * @type {Function}\n */\n this.onSortLoaded = isFn(opts.on_sort_loaded) ?\n opts.on_sort_loaded : null;\n\n /**\n * Callback fired before a table column is sorted\n * @type {Function}\n */\n this.onBeforeSort = isFn(opts.on_before_sort) ?\n opts.on_before_sort : null;\n\n /**\n * Callback fired after a table column is sorted\n * @type {Function}\n */\n this.onAfterSort = isFn(opts.on_after_sort) ? opts.on_after_sort : null;\n\n /**\n * SortableTable instance\n * @private\n */\n this.stt = null;\n\n this.enable();\n }\n\n /**\n * Initializes AdapterSortableTable instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let adpt = this;\n\n // SortableTable class sanity check (sortabletable.js)\n if (isUndef(SortableTable)) {\n throw new Error('SortableTable class not found.');\n }\n\n // Add any date format if needed\n let dateType = tf.feature('dateType');\n dateType.addConfigFormats(this.sortTypes);\n\n this.overrideSortableTable();\n this.setSortTypes();\n\n // Column sort at start\n let sortColAtStart = adpt.sortColAtStart;\n if (sortColAtStart) {\n this.stt.sort(sortColAtStart[0], sortColAtStart[1]);\n }\n\n if (this.onSortLoaded) {\n this.onSortLoaded.call(null, tf, this);\n }\n\n /*** SortableTable callbacks ***/\n this.stt.onbeforesort = function () {\n if (adpt.onBeforeSort) {\n adpt.onBeforeSort.call(null, tf, adpt.stt.sortColumn);\n }\n\n /*** sort behaviour for paging ***/\n if (tf.paging) {\n tf.feature('paging').disable();\n }\n };\n\n this.stt.onsort = function () {\n adpt.sorted = true;\n\n //sort behaviour for paging\n if (tf.paging) {\n let paginator = tf.feature('paging');\n // recalculate valid rows index as sorting may have change it\n tf.getValidRows(true);\n paginator.enable();\n paginator.setPage(paginator.getPage());\n }\n\n if (adpt.onAfterSort) {\n adpt.onAfterSort.call(null, tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n }\n\n adpt.emitter.emit('column-sorted', tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n };\n\n this.emitter.on(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n\n /** @inherited */\n this.initialized = true;\n\n this.emitter.emit('sort-initialized', tf, this);\n }\n\n /**\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n */\n sortByColumnIndex(colIdx, desc) {\n this.stt.sort(colIdx, desc);\n }\n\n /**\n * Set SortableTable overrides for TableFilter integration\n */\n overrideSortableTable() {\n let adpt = this,\n tf = this.tf;\n\n /**\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n */\n SortableTable.prototype.headerOnclick = function (evt) {\n if (!adpt.initialized) {\n return;\n }\n\n // find Header element\n let el = evt.target || evt.srcElement;\n\n while (el.tagName !== CELL_TAG && el.tagName !== HEADER_TAG) {\n el = el.parentNode;\n }\n\n this.sort(\n SortableTable.msie ?\n SortableTable.getCellIndex(el) : el.cellIndex\n );\n };\n\n /**\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n */\n SortableTable.getCellIndex = function (oTd) {\n let cells = oTd.parentNode.cells,\n l = cells.length, i;\n for (i = 0; cells[i] !== oTd && i < l; i++) { }\n return i;\n };\n\n /**\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n */\n SortableTable.prototype.initHeader = function (oSortTypes) {\n let stt = this;\n if (!stt.tHead) {\n if (tf.gridLayout) {\n stt.tHead = tf.feature('gridLayout').headTbl.tHead;\n } else {\n return;\n }\n }\n\n stt.headersRow = tf.headersRow;\n let cells = stt.tHead.rows[stt.headersRow].cells;\n stt.sortTypes = oSortTypes || [];\n let l = cells.length;\n let img, c;\n\n for (let i = 0; i < l; i++) {\n c = cells[i];\n if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None') {\n c.style.cursor = 'pointer';\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n c.appendChild(img);\n if (stt.sortTypes[i] !== null) {\n c.setAttribute('_sortType', stt.sortTypes[i]);\n }\n addEvt(c, 'click', stt._headerOnclick);\n } else {\n c.setAttribute('_sortType', oSortTypes[i]);\n c._sortType = 'None';\n }\n }\n stt.updateHeaderArrows();\n };\n\n /**\n * Overrides updateHeaderArrows in order to handle arrows indicators\n */\n SortableTable.prototype.updateHeaderArrows = function () {\n let stt = this;\n let cells, l, img;\n\n // external headers\n if (adpt.asyncSort && adpt.triggerIds.length > 0) {\n let triggers = adpt.triggerIds;\n cells = [];\n l = triggers.length;\n for (let j = 0; j < l; j++) {\n cells.push(elm(triggers[j]));\n }\n } else {\n if (!this.tHead) {\n return;\n }\n cells = stt.tHead.rows[stt.headersRow].cells;\n l = cells.length;\n }\n for (let i = 0; i < l; i++) {\n let cell = cells[i];\n if (!cell) {\n continue;\n }\n let cellAttr = cell.getAttribute('_sortType');\n if (cellAttr !== null && cellAttr !== 'None') {\n img = cell.lastChild || cell;\n if (img.nodeName.toLowerCase() !== 'img') {\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n cell.appendChild(img);\n }\n if (i === stt.sortColumn) {\n img.className = adpt.imgClassName + ' ' +\n (this.descending ?\n adpt.imgDescClassName :\n adpt.imgAscClassName);\n } else {\n img.className = adpt.imgClassName;\n }\n }\n }\n };\n\n /**\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n */\n SortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\n let stt = this;\n // if we have defined a custom getRowValue use that\n let sortTypeInfo = stt._sortTypeInfo[sType];\n if (sortTypeInfo && sortTypeInfo.getRowValue) {\n return sortTypeInfo.getRowValue(oRow, nColumn);\n }\n let c = oRow.cells[nColumn];\n let s = SortableTable.getInnerText(c);\n return stt.getValueFromString(s, sType);\n };\n\n /**\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n */\n SortableTable.getInnerText = function (oNode) {\n if (!oNode) {\n return;\n }\n if (oNode.getAttribute(adpt.customKey)) {\n return oNode.getAttribute(adpt.customKey);\n } else {\n return getText(oNode);\n }\n };\n }\n\n /**\n * Adds a sort type\n */\n addSortType(...args) {\n // Extract the arguments\n let [id, caster, sorter] = args;\n SortableTable.prototype.addSortType(id, caster, sorter);\n }\n\n /**\n * Sets the sort types on a column basis\n * @private\n */\n setSortTypes() {\n let tf = this.tf,\n sortTypes = this.sortTypes,\n _sortTypes = [];\n\n for (let i = 0; i < tf.nbCells; i++) {\n let colType;\n if (sortTypes[i]) {\n colType = sortTypes[i];\n if (isObj(colType)) {\n if (colType.type === DATE) {\n colType = this._addDateType(i, sortTypes);\n }\n else if (colType.type === FORMATTED_NUMBER) {\n let decimal = colType.decimal || tf.decimalSeparator;\n colType = this._addNumberType(i, decimal);\n }\n } else {\n colType = colType.toLowerCase();\n if (colType === DATE) {\n colType = this._addDateType(i, sortTypes);\n }\n else if (colType === FORMATTED_NUMBER ||\n colType === NUMBER) {\n colType = this._addNumberType(i, tf.decimalSeparator);\n }\n else if (colType === NONE) {\n // TODO: normalise 'none' vs 'None'\n colType = 'None';\n }\n }\n } else {\n colType = STRING;\n }\n _sortTypes.push(colType);\n }\n\n //Public TF method to add sort type\n\n //Custom sort types\n this.addSortType('caseinsensitivestring', SortableTable.toUpperCase);\n this.addSortType(STRING);\n this.addSortType(IP_ADDRESS, ipAddress, sortIP);\n\n this.stt = new SortableTable(tf.tbl, _sortTypes);\n\n /*** external table headers adapter ***/\n if (this.asyncSort && this.triggerIds.length > 0) {\n let triggers = this.triggerIds;\n for (let j = 0; j < triggers.length; j++) {\n if (triggers[j] === null) {\n continue;\n }\n let trigger = elm(triggers[j]);\n if (trigger) {\n trigger.style.cursor = 'pointer';\n\n addEvt(trigger, 'click', (evt) => {\n let elm = evt.target;\n if (!this.tf.sort) {\n return;\n }\n this.stt.asyncSort(triggers.indexOf(elm.id));\n });\n trigger.setAttribute('_sortType', _sortTypes[j]);\n }\n }\n }\n }\n\n _addDateType(colIndex, types) {\n let tf = this.tf;\n let dateType = tf.feature('dateType');\n let locale = dateType.getOptions(colIndex, types).locale || tf.locale;\n let colType = `${DATE}-${locale}`;\n\n this.addSortType(colType, (value) => {\n return dateType.parse(value, locale);\n });\n return colType;\n }\n\n _addNumberType(colIndex, decimal) {\n let colType = `${FORMATTED_NUMBER}${decimal === '.' ? '' : '-custom'}`;\n\n this.addSortType(colType, (value) => {\n return parseNb(value, decimal);\n });\n return colType;\n }\n\n /**\n * Remove extension\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n let tf = this.tf;\n this.emitter.off(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n this.sorted = false;\n this.stt.destroy();\n\n let ids = tf.getFiltersId();\n for (let idx = 0; idx < ids.length; idx++) {\n let header = tf.getHeaderElement(idx);\n let img = tag(header, 'img');\n\n if (img.length === 1) {\n header.removeChild(img[0]);\n }\n }\n this.initialized = false;\n }\n\n}\n\n//Converters\nfunction ipAddress(value) {\n let vals = value.split('.');\n for (let x in vals) {\n let val = vals[x];\n while (3 > val.length) {\n val = '0' + val;\n }\n vals[x] = val;\n }\n return vals.join('.');\n}\n\nfunction sortIP(a, b) {\n let aa = ipAddress(a.value.toLowerCase());\n let bb = ipAddress(b.value.toLowerCase());\n if (aa === bb) {\n return 0;\n } else if (aa < bb) {\n return -1;\n } else {\n return 1;\n }\n}\n" }, { "__docId__": 194, @@ -4407,7 +4349,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": "AdapterSortableTable", "description": "SortableTable Adapter module", - "lineNumber": 12, + "lineNumber": 14, "interface": false, "extends": [ "src/feature.js~Feature" @@ -4423,7 +4365,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#constructor", "access": null, "description": "Creates an instance of AdapterSortableTable", - "lineNumber": 19, + "lineNumber": 21, "params": [ { "nullable": null, @@ -4458,7 +4400,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#name", "access": null, "description": "Module name", - "lineNumber": 26, + "lineNumber": 28, "type": { "nullable": null, "types": [ @@ -4478,7 +4420,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#desc", "access": null, "description": "Module description", - "lineNumber": 32, + "lineNumber": 34, "type": { "nullable": null, "types": [ @@ -4498,7 +4440,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sorted", "access": "private", "description": "Indicate whether table previously sorted", - "lineNumber": 39, + "lineNumber": 41, "type": { "nullable": null, "types": [ @@ -4518,7 +4460,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortTypes", "access": null, "description": "List of sort type per column basis", - "lineNumber": 45, + "lineNumber": 47, "type": { "nullable": null, "types": [ @@ -4538,7 +4480,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortColAtStart", "access": null, "description": "Column to be sorted at initialization, ie:\nsort_col_at_start: [1, true]", - "lineNumber": 52, + "lineNumber": 54, "type": { "nullable": null, "types": [ @@ -4558,7 +4500,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#asyncSort", "access": null, "description": "Enable asynchronous sort, if triggers are external", - "lineNumber": 59, + "lineNumber": 61, "type": { "nullable": null, "types": [ @@ -4578,7 +4520,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#triggerIds", "access": null, "description": "List of element IDs triggering sort on a per column basis", - "lineNumber": 65, + "lineNumber": 67, "type": { "nullable": null, "types": [ @@ -4598,7 +4540,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgPath", "access": null, "description": "Path to images", - "lineNumber": 73, + "lineNumber": 75, "type": { "nullable": null, "types": [ @@ -4618,7 +4560,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgBlank", "access": null, "description": "Blank image file name", - "lineNumber": 79, + "lineNumber": 81, "type": { "nullable": null, "types": [ @@ -4638,7 +4580,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgClassName", "access": null, "description": "Css class for sort indicator image", - "lineNumber": 85, + "lineNumber": 87, "type": { "nullable": null, "types": [ @@ -4658,7 +4600,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgAscClassName", "access": null, "description": "Css class for ascending sort indicator image", - "lineNumber": 91, + "lineNumber": 93, "type": { "nullable": null, "types": [ @@ -4678,7 +4620,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#imgDescClassName", "access": null, "description": "Css class for descending sort indicator image", - "lineNumber": 97, + "lineNumber": 99, "type": { "nullable": null, "types": [ @@ -4698,7 +4640,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#customKey", "access": null, "description": "Cell attribute key storing custom value used for sorting", - "lineNumber": 103, + "lineNumber": 105, "type": { "nullable": null, "types": [ @@ -4718,7 +4660,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onSortLoaded", "access": null, "description": "Callback fired when sort extension is instanciated", - "lineNumber": 109, + "lineNumber": 111, "type": { "nullable": null, "types": [ @@ -4738,7 +4680,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onBeforeSort", "access": null, "description": "Callback fired before a table column is sorted", - "lineNumber": 116, + "lineNumber": 118, "type": { "nullable": null, "types": [ @@ -4758,7 +4700,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#onAfterSort", "access": null, "description": "Callback fired after a table column is sorted", - "lineNumber": 123, + "lineNumber": 125, "type": { "nullable": null, "types": [ @@ -4778,7 +4720,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#stt", "access": "private", "description": "SortableTable instance", - "lineNumber": 129, + "lineNumber": 131, "type": { "types": [ "*" @@ -4795,7 +4737,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#init", "access": null, "description": "Initializes AdapterSortableTable instance", - "lineNumber": 137, + "lineNumber": 139, "params": [], "generator": false }, @@ -4809,7 +4751,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", "access": null, "description": null, - "lineNumber": 199, + "lineNumber": 205, "unknown": [ { "tagName": "@inherited", @@ -4832,7 +4774,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sortByColumnIndex", "access": null, "description": "Sort specified column", - "lineNumber": 209, + "lineNumber": 215, "params": [ { "nullable": null, @@ -4867,7 +4809,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#overrideSortableTable", "access": null, "description": "Set SortableTable overrides for TableFilter integration", - "lineNumber": 216, + "lineNumber": 222, "params": [], "generator": false }, @@ -4881,8 +4823,16 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#addSortType", "access": null, "description": "Adds a sort type", - "lineNumber": 381, - "params": [], + "lineNumber": 387, + "params": [ + { + "name": "args", + "types": [ + "...*" + ], + "spread": true + } + ], "generator": false }, { @@ -4895,7 +4845,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#setSortTypes", "access": "private", "description": "Sets the sort types on a column basis", - "lineNumber": 390, + "lineNumber": 397, "params": [], "generator": false }, @@ -4909,7 +4859,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#stt", "access": null, "description": null, - "lineNumber": 430, + "lineNumber": 441, "undocument": true, "type": { "types": [ @@ -4922,17 +4872,83 @@ "kind": "method", "static": false, "variation": null, + "name": "_addDateType", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#_addDateType", + "access": null, + "description": null, + "lineNumber": 467, + "undocument": true, + "params": [ + { + "name": "colIndex", + "types": [ + "*" + ] + }, + { + "name": "types", + "types": [ + "*" + ] + } + ], + "return": { + "types": [ + "*" + ] + }, + "generator": false + }, + { + "__docId__": 221, + "kind": "method", + "static": false, + "variation": null, + "name": "_addNumberType", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#_addNumberType", + "access": null, + "description": null, + "lineNumber": 479, + "undocument": true, + "params": [ + { + "name": "colIndex", + "types": [ + "*" + ] + }, + { + "name": "decimal", + "types": [ + "*" + ] + } + ], + "return": { + "types": [ + "*" + ] + }, + "generator": false + }, + { + "__docId__": 222, + "kind": "method", + "static": false, + "variation": null, "name": "destroy", "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#destroy", "access": null, "description": "Remove extension", - "lineNumber": 459, + "lineNumber": 491, "params": [], "generator": false }, { - "__docId__": 221, + "__docId__": 223, "kind": "member", "static": false, "variation": null, @@ -4941,43 +4957,7 @@ "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#sorted", "access": null, "description": null, - "lineNumber": 466, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 222, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", - "access": null, - "description": null, - "lineNumber": 467, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 223, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", - "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", - "access": null, - "description": null, - "lineNumber": 479, + "lineNumber": 498, "undocument": true, "type": { "types": [ @@ -4987,225 +4967,27 @@ }, { "__docId__": 224, - "kind": "function", - "static": true, + "kind": "member", + "static": false, "variation": null, - "name": "usNumberConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~usNumberConverter", + "name": "initialized", + "memberof": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable", + "longname": "src/extensions/sort/adapterSortabletable.js~AdapterSortableTable#initialized", "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, "description": null, - "lineNumber": 485, + "lineNumber": 510, "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - } - ], - "return": { + "type": { "types": [ - "*" + "boolean" ] - }, - "generator": false + } }, { "__docId__": 225, "kind": "function", "static": true, "variation": null, - "name": "euNumberConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~euNumberConverter", - "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, - "description": null, - "lineNumber": 488, - "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 226, - "kind": "function", - "static": true, - "variation": null, - "name": "dateConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~dateConverter", - "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, - "description": null, - "lineNumber": 491, - "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - }, - { - "name": "format", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 227, - "kind": "function", - "static": true, - "variation": null, - "name": "dmyDateConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~dmyDateConverter", - "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, - "description": null, - "lineNumber": 494, - "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 228, - "kind": "function", - "static": true, - "variation": null, - "name": "mdyDateConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~mdyDateConverter", - "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, - "description": null, - "lineNumber": 497, - "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 229, - "kind": "function", - "static": true, - "variation": null, - "name": "ymdDateConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~ymdDateConverter", - "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, - "description": null, - "lineNumber": 500, - "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 230, - "kind": "function", - "static": true, - "variation": null, - "name": "ddmmmyyyyDateConverter", - "memberof": "src/extensions/sort/adapterSortabletable.js", - "longname": "src/extensions/sort/adapterSortabletable.js~ddmmmyyyyDateConverter", - "access": null, - "export": false, - "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", - "importStyle": null, - "description": null, - "lineNumber": 503, - "undocument": true, - "params": [ - { - "name": "s", - "types": [ - "*" - ] - } - ], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, - { - "__docId__": 231, - "kind": "function", - "static": true, - "variation": null, "name": "ipAddress", "memberof": "src/extensions/sort/adapterSortabletable.js", "longname": "src/extensions/sort/adapterSortabletable.js~ipAddress", @@ -5214,7 +4996,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 507, + "lineNumber": 516, "undocument": true, "params": [ { @@ -5232,7 +5014,7 @@ "generator": false }, { - "__docId__": 232, + "__docId__": 226, "kind": "function", "static": true, "variation": null, @@ -5244,7 +5026,7 @@ "importPath": "tablefilter/src/extensions/sort/adapterSortabletable.js", "importStyle": null, "description": null, - "lineNumber": 519, + "lineNumber": 528, "undocument": true, "params": [ { @@ -5268,7 +5050,7 @@ "generator": false }, { - "__docId__": 233, + "__docId__": 227, "kind": "file", "static": true, "variation": null, @@ -5281,7 +5063,7 @@ "content": "import AdapterSortableTable from './adapterSortabletable';\nimport {root} from '../../root';\n\nif (!root.SortableTable) {\n require('script!sortabletable');\n}\n\nexport default AdapterSortableTable;\n" }, { - "__docId__": 234, + "__docId__": 228, "kind": "file", "static": true, "variation": null, @@ -5294,7 +5076,7 @@ "content": "\nconst NOTIMPLEMENTED = 'Not implemented.';\n\n/**\n * Base class defining the interface of a TableFilter feature\n */\nexport class Feature {\n /**\n * Creates an instance of Feature\n * @param {Object} tf TableFilter instance\n * @param {String} feature Feature name known by TableFilter\n */\n constructor(tf, feature) {\n /**\n * TableFilter instance\n * @type {TableFilter}\n */\n this.tf = tf;\n\n /**\n * Feature name\n * @type {String}\n */\n this.feature = feature;\n\n /**\n * TableFilter feature setting\n * @type {Boolean}\n */\n this.enabled = tf[feature];\n\n /**\n * TableFilter configuration\n * @type {Object}\n */\n this.config = tf.config();\n\n /**\n * TableFilter emitter instance\n * @type {Emitter}\n */\n this.emitter = tf.emitter;\n\n /**\n * Field indicating whether Feature is initialized\n * @type {Boolean}\n */\n this.initialized = false;\n }\n\n /**\n * Initialize the feature\n */\n init() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n /**\n * Reset the feature after being disabled\n */\n reset() {\n this.enable();\n this.init();\n }\n\n /**\n * Destroy the feature\n */\n destroy() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n /**\n * Enable the feature\n */\n enable() {\n this.enabled = true;\n }\n\n /**\n * Disable the feature\n */\n disable() {\n this.enabled = false;\n }\n\n /**\n * Indicate whether the feature is enabled or not\n * @returns {Boolean}\n */\n isEnabled() {\n return this.enabled;\n }\n}\n" }, { - "__docId__": 235, + "__docId__": 229, "kind": "variable", "static": true, "variation": null, @@ -5315,7 +5097,7 @@ } }, { - "__docId__": 236, + "__docId__": 230, "kind": "class", "static": true, "variation": null, @@ -5331,7 +5113,7 @@ "interface": false }, { - "__docId__": 237, + "__docId__": 231, "kind": "constructor", "static": false, "variation": null, @@ -5366,7 +5148,7 @@ "generator": false }, { - "__docId__": 238, + "__docId__": 232, "kind": "member", "static": false, "variation": null, @@ -5386,7 +5168,7 @@ } }, { - "__docId__": 239, + "__docId__": 233, "kind": "member", "static": false, "variation": null, @@ -5406,7 +5188,7 @@ } }, { - "__docId__": 240, + "__docId__": 234, "kind": "member", "static": false, "variation": null, @@ -5426,7 +5208,7 @@ } }, { - "__docId__": 241, + "__docId__": 235, "kind": "member", "static": false, "variation": null, @@ -5446,7 +5228,7 @@ } }, { - "__docId__": 242, + "__docId__": 236, "kind": "member", "static": false, "variation": null, @@ -5466,7 +5248,7 @@ } }, { - "__docId__": 243, + "__docId__": 237, "kind": "member", "static": false, "variation": null, @@ -5486,7 +5268,7 @@ } }, { - "__docId__": 244, + "__docId__": 238, "kind": "method", "static": false, "variation": null, @@ -5500,7 +5282,7 @@ "generator": false }, { - "__docId__": 245, + "__docId__": 239, "kind": "method", "static": false, "variation": null, @@ -5514,7 +5296,7 @@ "generator": false }, { - "__docId__": 246, + "__docId__": 240, "kind": "method", "static": false, "variation": null, @@ -5528,7 +5310,7 @@ "generator": false }, { - "__docId__": 247, + "__docId__": 241, "kind": "method", "static": false, "variation": null, @@ -5542,7 +5324,7 @@ "generator": false }, { - "__docId__": 248, + "__docId__": 242, "kind": "member", "static": false, "variation": null, @@ -5560,7 +5342,7 @@ } }, { - "__docId__": 249, + "__docId__": 243, "kind": "method", "static": false, "variation": null, @@ -5574,7 +5356,7 @@ "generator": false }, { - "__docId__": 250, + "__docId__": 244, "kind": "member", "static": false, "variation": null, @@ -5592,7 +5374,7 @@ } }, { - "__docId__": 251, + "__docId__": 245, "kind": "method", "static": false, "variation": null, @@ -5620,70 +5402,7 @@ "generator": false }, { - "__docId__": 252, - "kind": "file", - "static": true, - "variation": null, - "name": "src/helpers.js", - "memberof": null, - "longname": "src/helpers.js", - "access": null, - "description": null, - "lineNumber": 11, - "content": "/**\n * Misc helpers\n */\n\n/**\n * Returns a unformatted number\n * @param {String} Formatted number\n * @param {String} Format type, currently 'us' or 'eu'\n * @return {String} Unformatted number\n */\nexport const removeNbFormat = (data, format = 'us') => {\n let n = data;\n if (format.toLowerCase() === 'us') {\n n = + n.replace(/[^\\d\\.-]/g, '');\n } else {\n n = + n.replace(/[^\\d\\,-]/g, '').replace(',', '.');\n }\n return n;\n}\n" - }, - { - "__docId__": 253, - "kind": "variable", - "static": true, - "variation": null, - "name": "removeNbFormat", - "memberof": "src/helpers.js", - "longname": "src/helpers.js~removeNbFormat", - "access": null, - "export": true, - "importPath": "tablefilter/src/helpers.js", - "importStyle": "{removeNbFormat}", - "description": "Returns a unformatted number", - "lineNumber": 11, - "params": [ - { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "optional": false, - "name": "Formatted", - "description": "number" - }, - { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "optional": false, - "name": "Format", - "description": "type, currently 'us' or 'eu'" - } - ], - "return": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": "Unformatted number" - }, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 254, + "__docId__": 246, "kind": "file", "static": true, "variation": null, @@ -5696,7 +5415,7 @@ "content": "import {Feature} from '../feature';\nimport {addClass, removeClass} from '../dom';\n\n/**\n * Rows with alternating background color for improved readability\n */\nexport class AlternateRows extends Feature {\n\n /**\n * Creates an instance of AlternateRows.\n *\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'alternateRows');\n\n let config = this.config;\n /**\n * Css class for even rows (default: 'even')\n * @type {String}\n */\n this.evenCss = config.even_row_css_class || 'even';\n\n /**\n * Css class for odd rows (default: 'odd')\n * @type {String}\n */\n this.oddCss = config.odd_row_css_class || 'odd';\n }\n\n /**\n * Sets alternating rows color\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.processAll();\n\n // Subscribe to events\n this.emitter.on(['row-processed', 'row-paged'],\n (tf, rowIndex, arrIndex, isValid) =>\n this.processRow(rowIndex, arrIndex, isValid));\n this.emitter.on(['column-sorted'], () => this.processAll());\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Apply background to all valid rows\n */\n processAll() {\n if (!this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n let validRowsIndex = tf.getValidRows(true);\n let indexLen = validRowsIndex.length;\n let idx = 0;\n\n //alternates bg color\n for (let j = 0; j < indexLen; j++) {\n let rowIdx = validRowsIndex[j];\n this.setRowBg(rowIdx, idx);\n idx++;\n }\n }\n\n /**\n * Set/remove row background based on row validation\n * @param {Number} rowIdx Row index\n * @param {Number} arrIdx Array index\n * @param {Boolean} isValid Valid row flag\n */\n processRow(rowIdx, arrIdx, isValid) {\n if (isValid) {\n this.setRowBg(rowIdx, arrIdx);\n } else {\n this.removeRowBg(rowIdx);\n }\n }\n\n /**\n * Sets row background color\n * @param {Number} rowIdx Row index\n * @param {Number} idx Valid rows collection index needed to calculate bg\n * color\n * @private\n */\n setRowBg(rowIdx, idx) {\n if (!this.isEnabled() || isNaN(rowIdx)) {\n return;\n }\n let rows = this.tf.tbl.rows;\n let i = isNaN(idx) ? rowIdx : idx;\n this.removeRowBg(rowIdx);\n\n addClass(rows[rowIdx], (i % 2) ? this.evenCss : this.oddCss);\n }\n\n /**\n * Removes row background color\n * @param {Number} idx Row index\n * @private\n */\n removeRowBg(idx) {\n if (isNaN(idx)) {\n return;\n }\n let rows = this.tf.tbl.rows;\n removeClass(rows[idx], this.oddCss);\n removeClass(rows[idx], this.evenCss);\n }\n\n /**\n * Removes all alternating backgrounds\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n let nbRows = this.tf.getRowsNb(true);\n for (let i = 0; i < nbRows; i++) {\n this.removeRowBg(i);\n }\n\n // Unsubscribe to events\n this.emitter.off(['row-processed', 'row-paged'],\n (tf, rowIndex, arrIndex, isValid) =>\n this.processRow(rowIndex, arrIndex, isValid));\n this.emitter.off(['column-sorted'], () => this.processAll());\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 255, + "__docId__": 247, "kind": "class", "static": true, "variation": null, @@ -5715,7 +5434,7 @@ ] }, { - "__docId__": 256, + "__docId__": 248, "kind": "constructor", "static": false, "variation": null, @@ -5740,7 +5459,7 @@ "generator": false }, { - "__docId__": 257, + "__docId__": 249, "kind": "member", "static": false, "variation": null, @@ -5760,7 +5479,7 @@ } }, { - "__docId__": 258, + "__docId__": 250, "kind": "member", "static": false, "variation": null, @@ -5780,7 +5499,7 @@ } }, { - "__docId__": 259, + "__docId__": 251, "kind": "method", "static": false, "variation": null, @@ -5794,7 +5513,7 @@ "generator": false }, { - "__docId__": 260, + "__docId__": 252, "kind": "member", "static": false, "variation": null, @@ -5817,7 +5536,7 @@ } }, { - "__docId__": 261, + "__docId__": 253, "kind": "method", "static": false, "variation": null, @@ -5831,7 +5550,7 @@ "generator": false }, { - "__docId__": 262, + "__docId__": 254, "kind": "method", "static": false, "variation": null, @@ -5876,7 +5595,7 @@ "generator": false }, { - "__docId__": 263, + "__docId__": 255, "kind": "method", "static": false, "variation": null, @@ -5911,7 +5630,7 @@ "generator": false }, { - "__docId__": 264, + "__docId__": 256, "kind": "method", "static": false, "variation": null, @@ -5936,7 +5655,7 @@ "generator": false }, { - "__docId__": 265, + "__docId__": 257, "kind": "method", "static": false, "variation": null, @@ -5950,7 +5669,7 @@ "generator": false }, { - "__docId__": 266, + "__docId__": 258, "kind": "member", "static": false, "variation": null, @@ -5968,7 +5687,7 @@ } }, { - "__docId__": 267, + "__docId__": 259, "kind": "file", "static": true, "variation": null, @@ -5981,7 +5700,7 @@ "content": "import {Feature} from '../feature';\nimport {\n addClass, createCheckItem, createText, createElm, elm, getText,\n removeClass, tag\n} from '../dom';\nimport {has} from '../array';\nimport {matchCase, trim, rgxEsc} from '../string';\nimport {ignoreCase, numSortAsc, numSortDesc} from '../sort';\nimport {addEvt, removeEvt, targetEvt} from '../event';\nimport {isEmpty} from '../types';\nimport {CHECKLIST, NONE} from '../const';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\n/**\n * Checklist filter UI component\n */\nexport class CheckList extends Feature {\n\n /**\n * Creates an instance of CheckList\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n let f = this.config;\n\n /**\n * List of container DOM elements\n * @type {Array}\n */\n this.containers = [];\n\n /**\n * Css class for the container of the checklist filter (div)\n * @type {String}\n */\n this.containerCssClass = f.div_checklist_css_class || 'div_checklist';\n\n /**\n * Css class for the checklist filter element (ul)\n * @type {String}\n */\n this.filterCssClass = f.checklist_css_class || 'flt_checklist';\n\n /**\n * Css class for the item of a checklist (li)\n * @type {String}\n */\n this.itemCssClass = f.checklist_item_css_class || 'flt_checklist_item';\n\n /**\n * Css class for a selected item of a checklist (li)\n * @type {String}\n */\n this.selectedItemCssClass =\n f.checklist_selected_item_css_class || 'flt_checklist_slc_item';\n\n /**\n * Text placed in the filter's container when load filter on demand\n * feature is enabled\n * @type {String}\n */\n this.activateText =\n f.activate_checklist_text || 'Click to load filter data';\n\n /**\n * Css class for a disabled item of a checklist (li)\n * @type {String}\n */\n this.disabledItemCssClass = f.checklist_item_disabled_css_class ||\n 'flt_checklist_item_disabled';\n\n /**\n * Enable the reset filter option as first item\n * @type {Boolean}\n */\n this.enableResetOption = f.enable_checklist_reset_filter === false ?\n false : true;\n\n /**\n * Prefix for container element ID\n * @type {String}\n * @private\n */\n this.prfx = 'chkdiv_';\n\n /**\n * Has custom options\n * @type {Boolean}\n * @private\n */\n this.isCustom = false;\n\n /**\n * List of options values\n * @type {Array}\n * @private\n */\n this.opts = [];\n\n /**\n * List of options texts for custom values\n * @type {Array}\n * @private\n */\n this.optsTxt = [];\n\n /**\n * List of options to be excluded from the checklist filter\n * @type {Array}\n * @private\n */\n this.excludedOpts = [];\n }\n\n /**\n * Checklist option click event handler\n * @param {Event} evt\n */\n optionClick(evt) {\n let elm = targetEvt(evt);\n let tf = this.tf;\n\n this.emitter.emit('filter-focus', tf, elm);\n this.setCheckListValues(elm);\n tf.filter();\n }\n\n /**\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n */\n onCheckListClick(evt) {\n let elm = targetEvt(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.containers[ct];\n this.build(ct);\n removeEvt(div, 'click', (evt) => this.onCheckListClick(evt));\n }\n }\n\n /**\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let divCont = createElm('div',\n ['id', this.prfx + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.containerCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.containers[colIndex] = divCont;\n tf.fltIds.push(tf.prfxFlt + colIndex + '_' + tf.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n addEvt(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(createText(this.activateText));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex) => this.build(colIndex)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Build checklist UI\n * @param {Number} colIndex Column index\n */\n build(colIndex) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n\n let flt = this.containers[colIndex];\n let ul = createElm('ul', ['id', tf.fltIds[colIndex]],\n ['colIndex', colIndex]);\n ul.className = this.filterCssClass;\n\n let rows = tf.tbl.rows;\n let nbRows = tf.getRowsNb(true);\n let caseSensitive = tf.caseSensitive;\n this.isCustom = tf.isCustomOptions(colIndex);\n\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (tf.linkedFilters && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let filteredDataCol = [];\n if (tf.linkedFilters && tf.disableExcludedOptions) {\n this.excludedOpts = [];\n }\n\n flt.innerHTML = '';\n\n for (let k = tf.refRow; k < nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cells = rows[k].cells;\n let ncells = cells.length;\n\n // checks if row has exact cell #\n if (ncells !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < ncells; j++) {\n // WTF: cyclomatic complexity hell :)\n if ((colIndex === j && (!tf.linkedFilters ||\n (tf.linkedFilters && tf.disableExcludedOptions))) ||\n (colIndex === j && tf.linkedFilters &&\n ((rows[k].style.display === '' && !tf.paging) ||\n (tf.paging && ((!activeIdx ||\n activeIdx === colIndex) ||\n (activeIdx !== colIndex &&\n tf.validRowsIndex.indexOf(k) !== -1)))))) {\n\n let cellData = tf.getCellData(cells[j]);\n //Vary Peter's patch\n let cellString = matchCase(cellData, caseSensitive);\n // checks if celldata is already in array\n if (!has(this.opts, cellString, caseSensitive)) {\n this.opts.push(cellData);\n }\n let filteredCol = filteredDataCol[j];\n if (tf.linkedFilters && tf.disableExcludedOptions) {\n if (!filteredCol) {\n filteredCol = tf.getFilteredDataCol(j);\n }\n if (!has(filteredCol, cellString, caseSensitive) &&\n !has(this.excludedOpts, cellString,\n caseSensitive)) {\n this.excludedOpts.push(cellData);\n }\n }\n }\n }\n }\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!caseSensitive) {\n this.opts.sort(ignoreCase);\n if (this.excludedOpts) {\n this.excludedOpts.sort(ignoreCase);\n }\n } else {\n this.opts.sort();\n if (this.excludedOpts) {\n this.excludedOpts.sort();\n }\n }\n }\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortAsc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortDesc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'descending'));\n }//in case there are alphanumeric values\n }\n\n this.addChecks(colIndex, ul);\n\n if (tf.loadFltOnDemand) {\n flt.innerHTML = '';\n }\n flt.appendChild(ul);\n flt.setAttribute('filled', '1');\n\n this.emitter.emit('after-populating-filter', tf, colIndex, flt);\n }\n\n /**\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n */\n addChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = this.addTChecks(colIndex, ul);\n\n for (let y = 0; y < this.opts.length; y++) {\n let val = this.opts[y]; //item value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //item text\n let li = createCheckItem(tf.fltIds[colIndex] + '_' + (y + chkCt),\n val, lbl);\n li.className = this.itemCssClass;\n\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n has(this.excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n addClass(li, this.disabledItemCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n addEvt(li.check, 'click', evt => this.optionClick(evt));\n }\n ul.appendChild(li);\n\n if (val === '') {\n //item is hidden\n li.style.display = NONE;\n }\n }\n }\n\n /**\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n */\n addTChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = 1;\n let li0 = createCheckItem(tf.fltIds[colIndex] + '_0', '',\n tf.displayAllText);\n li0.className = this.itemCssClass;\n ul.appendChild(li0);\n\n addEvt(li0.check, 'click', evt => this.optionClick(evt));\n\n if (!this.enableResetOption) {\n li0.style.display = NONE;\n }\n\n if (tf.enableEmptyOption) {\n let li1 = createCheckItem(tf.fltIds[colIndex] + '_1',\n tf.emOperator, tf.emptyText);\n li1.className = this.itemCssClass;\n ul.appendChild(li1);\n addEvt(li1.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n\n if (tf.enableNonEmptyOption) {\n let li2 = createCheckItem(tf.fltIds[colIndex] + '_2', tf.nmOperator,\n tf.nonEmptyText);\n li2.className = this.itemCssClass;\n ul.appendChild(li2);\n addEvt(li2.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n return chkCt;\n }\n\n /**\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n */\n setCheckListValues(o) {\n if (!o) {\n return;\n }\n\n let tf = this.tf;\n let chkValue = o.value; //checked item value\n // TODO: provide helper to extract column index, ugly!\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let colIdx = tf.getColumnIndexFromFilterId(o.id);\n let itemTag = 'LI';\n\n let n = tf.getFilterElement(parseInt(colIdx, 10));\n let li = n.childNodes[chkIndex];\n let colIndex = n.getAttribute('colIndex');\n let fltValue = n.getAttribute('value'); //filter value (ul tag)\n let fltIndexes = n.getAttribute('indexes'); //selected items (ul tag)\n\n if (o.checked) {\n //show all item\n if (chkValue === '') {\n if ((fltIndexes && fltIndexes !== '')) {\n //items indexes\n let indSplit = fltIndexes.split(tf.separator);\n //checked items loop\n for (let u = 0; u < indSplit.length; u++) {\n //checked item\n let cChk = elm(tf.fltIds[colIndex] + '_' +\n indSplit[u]);\n if (cChk) {\n cChk.checked = false;\n removeClass(n.childNodes[indSplit[u]],\n this.selectedItemCssClass);\n }\n }\n }\n n.setAttribute('value', '');\n n.setAttribute('indexes', '');\n\n } else {\n fltValue = (fltValue) ? fltValue : '';\n chkValue = trim(fltValue + ' ' + chkValue + ' ' +\n tf.orOperator);\n chkIndex = fltIndexes + chkIndex + tf.separator;\n n.setAttribute('value', chkValue);\n n.setAttribute('indexes', chkIndex);\n //1st option unchecked\n if (elm(tf.fltIds[colIndex] + '_0')) {\n elm(tf.fltIds[colIndex] + '_0').checked = false;\n }\n }\n\n if (li.nodeName === itemTag) {\n removeClass(n.childNodes[0], this.selectedItemCssClass);\n addClass(li, this.selectedItemCssClass);\n }\n } else { //removes values and indexes\n if (chkValue !== '') {\n let replaceValue = new RegExp(\n rgxEsc(chkValue + ' ' + tf.orOperator));\n fltValue = fltValue.replace(replaceValue, '');\n n.setAttribute('value', trim(fltValue));\n\n let replaceIndex = new RegExp(\n rgxEsc(chkIndex + tf.separator));\n fltIndexes = fltIndexes.replace(replaceIndex, '');\n n.setAttribute('indexes', fltIndexes);\n }\n if (li.nodeName === itemTag) {\n removeClass(li, this.selectedItemCssClass);\n }\n }\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n if (tf.getFilterType(colIndex) !== CHECKLIST || !flt) {\n return;\n }\n\n let lisNb = tag(flt, 'li').length;\n\n flt.setAttribute('value', '');\n flt.setAttribute('indexes', '');\n\n for (let k = 0; k < lisNb; k++) {\n let li = tag(flt, 'li')[k];\n let lbl = tag(li, 'label')[0];\n let chk = tag(li, 'input')[0];\n let lblTxt = matchCase(getText(lbl), tf.caseSensitive);\n\n if (lblTxt !== '' && has(values, lblTxt, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n // Check non-empty-text or empty-text option\n if (values.indexOf(tf.nmOperator) !== -1 &&\n lblTxt === matchCase(tf.nonEmptyText, tf.caseSensitive)) {\n chk.checked = true;\n }\n else if (values.indexOf(tf.emOperator) !== -1 &&\n lblTxt === matchCase(tf.emptyText, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n chk.checked = false;\n }\n }\n this.setCheckListValues(chk);\n }\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n let fltAttr = flt.getAttribute('value');\n let values = isEmpty(fltAttr) ? '' : fltAttr;\n\n //removes last operator ||\n values = values.substr(0, values.length - 3);\n //turn || separated values into array\n values = values.split(' ' + tf.orOperator + ' ');\n\n return values;\n }\n\n /**\n * Destroy CheckList instance\n */\n destroy() {\n this.emitter.off(\n ['build-checklist-filter'],\n (tf, colIndex, isExternal) => this.build(colIndex, isExternal)\n );\n this.emitter.off(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n }\n}\n" }, { - "__docId__": 268, + "__docId__": 260, "kind": "variable", "static": true, "variation": null, @@ -6002,7 +5721,7 @@ } }, { - "__docId__": 269, + "__docId__": 261, "kind": "class", "static": true, "variation": null, @@ -6021,7 +5740,7 @@ ] }, { - "__docId__": 270, + "__docId__": 262, "kind": "constructor", "static": false, "variation": null, @@ -6046,7 +5765,7 @@ "generator": false }, { - "__docId__": 271, + "__docId__": 263, "kind": "member", "static": false, "variation": null, @@ -6066,7 +5785,7 @@ } }, { - "__docId__": 272, + "__docId__": 264, "kind": "member", "static": false, "variation": null, @@ -6086,7 +5805,7 @@ } }, { - "__docId__": 273, + "__docId__": 265, "kind": "member", "static": false, "variation": null, @@ -6106,7 +5825,7 @@ } }, { - "__docId__": 274, + "__docId__": 266, "kind": "member", "static": false, "variation": null, @@ -6126,7 +5845,7 @@ } }, { - "__docId__": 275, + "__docId__": 267, "kind": "member", "static": false, "variation": null, @@ -6146,7 +5865,7 @@ } }, { - "__docId__": 276, + "__docId__": 268, "kind": "member", "static": false, "variation": null, @@ -6166,7 +5885,7 @@ } }, { - "__docId__": 277, + "__docId__": 269, "kind": "member", "static": false, "variation": null, @@ -6186,7 +5905,7 @@ } }, { - "__docId__": 278, + "__docId__": 270, "kind": "member", "static": false, "variation": null, @@ -6206,7 +5925,7 @@ } }, { - "__docId__": 279, + "__docId__": 271, "kind": "member", "static": false, "variation": null, @@ -6226,7 +5945,7 @@ } }, { - "__docId__": 280, + "__docId__": 272, "kind": "member", "static": false, "variation": null, @@ -6246,7 +5965,7 @@ } }, { - "__docId__": 281, + "__docId__": 273, "kind": "member", "static": false, "variation": null, @@ -6266,7 +5985,7 @@ } }, { - "__docId__": 282, + "__docId__": 274, "kind": "member", "static": false, "variation": null, @@ -6286,7 +6005,7 @@ } }, { - "__docId__": 283, + "__docId__": 275, "kind": "member", "static": false, "variation": null, @@ -6306,7 +6025,7 @@ } }, { - "__docId__": 284, + "__docId__": 276, "kind": "method", "static": false, "variation": null, @@ -6331,7 +6050,7 @@ "generator": false }, { - "__docId__": 285, + "__docId__": 277, "kind": "method", "static": false, "variation": null, @@ -6356,7 +6075,7 @@ "generator": false }, { - "__docId__": 286, + "__docId__": 278, "kind": "method", "static": false, "variation": null, @@ -6401,7 +6120,7 @@ "generator": false }, { - "__docId__": 287, + "__docId__": 279, "kind": "member", "static": false, "variation": null, @@ -6424,7 +6143,7 @@ } }, { - "__docId__": 288, + "__docId__": 280, "kind": "method", "static": false, "variation": null, @@ -6449,7 +6168,7 @@ "generator": false }, { - "__docId__": 289, + "__docId__": 281, "kind": "member", "static": false, "variation": null, @@ -6467,7 +6186,7 @@ } }, { - "__docId__": 290, + "__docId__": 282, "kind": "member", "static": false, "variation": null, @@ -6485,7 +6204,7 @@ } }, { - "__docId__": 291, + "__docId__": 283, "kind": "member", "static": false, "variation": null, @@ -6503,7 +6222,7 @@ } }, { - "__docId__": 292, + "__docId__": 284, "kind": "member", "static": false, "variation": null, @@ -6521,7 +6240,7 @@ } }, { - "__docId__": 293, + "__docId__": 285, "kind": "member", "static": false, "variation": null, @@ -6539,7 +6258,7 @@ } }, { - "__docId__": 294, + "__docId__": 286, "kind": "member", "static": false, "variation": null, @@ -6557,7 +6276,7 @@ } }, { - "__docId__": 295, + "__docId__": 287, "kind": "method", "static": false, "variation": null, @@ -6592,7 +6311,7 @@ "generator": false }, { - "__docId__": 296, + "__docId__": 288, "kind": "method", "static": false, "variation": null, @@ -6632,7 +6351,7 @@ "generator": false }, { - "__docId__": 297, + "__docId__": 289, "kind": "method", "static": false, "variation": null, @@ -6657,7 +6376,7 @@ "generator": false }, { - "__docId__": 298, + "__docId__": 290, "kind": "method", "static": false, "variation": null, @@ -6692,7 +6411,7 @@ "generator": false }, { - "__docId__": 299, + "__docId__": 291, "kind": "method", "static": false, "variation": null, @@ -6731,7 +6450,7 @@ "generator": false }, { - "__docId__": 300, + "__docId__": 292, "kind": "method", "static": false, "variation": null, @@ -6745,7 +6464,7 @@ "generator": false }, { - "__docId__": 301, + "__docId__": 293, "kind": "file", "static": true, "variation": null, @@ -6758,7 +6477,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {addEvt} from '../event';\n\n/**\n * Clear button UI component\n */\nexport class ClearButton extends Feature {\n\n /**\n * Creates an instance of ClearButton\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'btnReset');\n\n let f = this.config;\n\n /**\n * Container element ID\n * @type {String}\n */\n this.targetId = f.btn_reset_target_id || null;\n\n /**\n * Clear button element\n * @type {DOMElement}\n * @private\n */\n this.element = null;\n\n /**\n * Text for the clear button\n * @type {String}\n */\n this.text = f.btn_reset_text || 'Reset';\n\n /**\n * Css class for reset button\n * @type {String}\n */\n this.cssClass = f.btn_reset_css_class || 'reset';\n\n /**\n * Tooltip text for the clear button\n * @type {String}\n */\n this.tooltip = f.btn_reset_tooltip || 'Clear filters';\n\n /**\n * Custom Html string for the clear button\n * @type {String}\n */\n this.html = f.btn_reset_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Prefix for container ID\n * @type {String}\n * @private\n */\n this.prfxCont = 'resetspan_';\n }\n\n /**\n * Click event handler for clear button\n * @private\n */\n onClick() {\n if (!this.isEnabled()) {\n return;\n }\n this.tf.clearFilters();\n }\n\n /**\n * Initialize clear button component\n */\n init() {\n let tf = this.tf;\n\n if (this.initialized) {\n return;\n }\n\n let resetspan = createElm('span', ['id', this.prfxCont + tf.id]);\n\n // reset button is added to defined element\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.rDiv : elm(this.targetId);\n targetEl.appendChild(resetspan);\n\n if (!this.html) {\n let fltReset = createElm('a', ['href', 'javascript:void(0);']);\n fltReset.className = this.cssClass;\n fltReset.appendChild(createText(this.text));\n resetspan.appendChild(fltReset);\n addEvt(fltReset, 'click', () => this.onClick());\n } else {\n resetspan.innerHTML = this.html;\n let resetEl = resetspan.firstChild;\n addEvt(resetEl, 'click', () => this.onClick());\n }\n this.element = resetspan.firstChild;\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Destroy ClearButton instance\n */\n destroy() {\n let tf = this.tf;\n\n if (!this.initialized) {\n return;\n }\n\n let resetspan = elm(this.prfxCont + tf.id);\n if (resetspan) {\n removeElm(resetspan);\n }\n this.element = null;\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 302, + "__docId__": 294, "kind": "class", "static": true, "variation": null, @@ -6777,7 +6496,7 @@ ] }, { - "__docId__": 303, + "__docId__": 295, "kind": "constructor", "static": false, "variation": null, @@ -6802,7 +6521,7 @@ "generator": false }, { - "__docId__": 304, + "__docId__": 296, "kind": "member", "static": false, "variation": null, @@ -6822,7 +6541,7 @@ } }, { - "__docId__": 305, + "__docId__": 297, "kind": "member", "static": false, "variation": null, @@ -6842,7 +6561,7 @@ } }, { - "__docId__": 306, + "__docId__": 298, "kind": "member", "static": false, "variation": null, @@ -6862,7 +6581,7 @@ } }, { - "__docId__": 307, + "__docId__": 299, "kind": "member", "static": false, "variation": null, @@ -6882,7 +6601,7 @@ } }, { - "__docId__": 308, + "__docId__": 300, "kind": "member", "static": false, "variation": null, @@ -6902,7 +6621,7 @@ } }, { - "__docId__": 309, + "__docId__": 301, "kind": "member", "static": false, "variation": null, @@ -6922,7 +6641,7 @@ } }, { - "__docId__": 310, + "__docId__": 302, "kind": "member", "static": false, "variation": null, @@ -6942,7 +6661,7 @@ } }, { - "__docId__": 311, + "__docId__": 303, "kind": "method", "static": false, "variation": null, @@ -6956,7 +6675,7 @@ "generator": false }, { - "__docId__": 312, + "__docId__": 304, "kind": "method", "static": false, "variation": null, @@ -6970,7 +6689,7 @@ "generator": false }, { - "__docId__": 313, + "__docId__": 305, "kind": "member", "static": false, "variation": null, @@ -6988,7 +6707,7 @@ } }, { - "__docId__": 314, + "__docId__": 306, "kind": "member", "static": false, "variation": null, @@ -7011,7 +6730,7 @@ } }, { - "__docId__": 315, + "__docId__": 307, "kind": "method", "static": false, "variation": null, @@ -7025,7 +6744,7 @@ "generator": false }, { - "__docId__": 316, + "__docId__": 308, "kind": "member", "static": false, "variation": null, @@ -7043,7 +6762,7 @@ } }, { - "__docId__": 317, + "__docId__": 309, "kind": "member", "static": false, "variation": null, @@ -7060,8 +6779,358 @@ ] } }, + { + "__docId__": 310, + "kind": "file", + "static": true, + "variation": null, + "name": "src/modules/dateType.js", + "memberof": null, + "longname": "src/modules/dateType.js", + "access": null, + "description": null, + "lineNumber": 1, + "content": "import {Date as SugarDate} from 'sugar-date';\nimport 'sugar-date/locales';\nimport {Feature} from '../feature';\nimport {isObj, isArray} from '../types';\nimport {DATE} from '../const';\n\n/**\n * Wrapper for Sugar Date module providing datetime helpers and locales\n * @export\n * @class DateType\n */\nexport class DateType extends Feature {\n\n /**\n * Creates an instance of DateType\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dateType');\n\n /**\n * Global locale\n * @type {String}\n */\n this.locale = tf.locale;\n\n /**\n * Sugar Date instance\n * @type {Object}\n */\n this.datetime = SugarDate;\n\n this.enable();\n }\n\n /**\n * Initialize DateType instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n // Set global locale\n this.datetime.setLocale(this.locale);\n\n // Add formats from column types configuration if any\n this.addConfigFormats(this.tf.colTypes);\n\n // Broadcast date-type initialization\n this.emitter.emit('date-type-initialized', this.tf, this);\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Parse a string representation of a date for a specified locale and return\n * a date object\n * @param {String} dateStr String representation of a date\n * @param {String} localeCode Locale code (ie 'en-us')\n * @returns {Date}\n */\n parse(dateStr, localeCode) {\n return this.datetime.create(dateStr, localeCode);\n }\n\n /**\n * Check string representation of a date for a specified locale is valid\n * @param {any} dateStr String representation of a date\n * @param {any} localeCode Locale code (ie 'en-us')\n * @returns {Boolean}\n */\n isValid(dateStr, localeCode) {\n return this.datetime.isValid(this.parse(dateStr, localeCode));\n }\n\n /**\n * Return the type object of a specified column as per configuration or\n * passed collection\n * @param {Number} colIndex Column index\n * @param {Array} types Collection of column types, optional\n * @returns {Object}\n */\n getOptions(colIndex, types) {\n types = types || this.tf.colTypes;\n let colType = types[colIndex];\n return isObj(colType) ? colType : {};\n }\n\n /**\n * Add date time format(s) to a locale as specified by the passed\n * collection of column types, ie:\n * [\n * 'string',\n * 'number',\n * { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}\n * ]\n *\n * @param {Array} [types=[]] Collection of column types\n */\n addConfigFormats(types=[]) {\n types.forEach((type, idx) => {\n let options = this.getOptions(idx, types);\n if (options.type === DATE && options.hasOwnProperty('format')) {\n let locale = this.datetime.getLocale(\n options.locale || this.locale\n );\n if (isArray(options.format)) {\n options.format.forEach((format) => {\n locale.addFormat(format);\n });\n } else {\n locale.addFormat(options.format);\n }\n }\n });\n }\n\n /**\n * Remove DateType instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n // TODO: remove added formats\n\n this.initialized = false;\n }\n}\n" + }, + { + "__docId__": 311, + "kind": "class", + "static": true, + "variation": null, + "name": "DateType", + "memberof": "src/modules/dateType.js", + "longname": "src/modules/dateType.js~DateType", + "access": null, + "export": true, + "importPath": "tablefilter/src/modules/dateType.js", + "importStyle": "{DateType}", + "description": "Wrapper for Sugar Date module providing datetime helpers and locales", + "lineNumber": 12, + "unknown": [ + { + "tagName": "@export", + "tagValue": "" + }, + { + "tagName": "@class", + "tagValue": "DateType" + } + ], + "interface": false, + "extends": [ + "src/feature.js~Feature" + ] + }, + { + "__docId__": 312, + "kind": "constructor", + "static": false, + "variation": null, + "name": "constructor", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#constructor", + "access": null, + "description": "Creates an instance of DateType", + "lineNumber": 18, + "params": [ + { + "nullable": null, + "types": [ + "TableFilter" + ], + "spread": false, + "optional": false, + "name": "tf", + "description": "TableFilter instance" + } + ], + "generator": false + }, + { + "__docId__": 313, + "kind": "member", + "static": false, + "variation": null, + "name": "locale", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#locale", + "access": null, + "description": "Global locale", + "lineNumber": 25, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 314, + "kind": "member", + "static": false, + "variation": null, + "name": "datetime", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#datetime", + "access": null, + "description": "Sugar Date instance", + "lineNumber": 31, + "type": { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 315, + "kind": "method", + "static": false, + "variation": null, + "name": "init", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#init", + "access": null, + "description": "Initialize DateType instance", + "lineNumber": 39, + "params": [], + "generator": false + }, + { + "__docId__": 316, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#initialized", + "access": null, + "description": null, + "lineNumber": 54, + "unknown": [ + { + "tagName": "@inherited", + "tagValue": "" + } + ], + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 317, + "kind": "method", + "static": false, + "variation": null, + "name": "parse", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#parse", + "access": null, + "description": "Parse a string representation of a date for a specified locale and return\na date object", + "lineNumber": 64, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "{Date}" + } + ], + "params": [ + { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "optional": false, + "name": "dateStr", + "description": "String representation of a date" + }, + { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "optional": false, + "name": "localeCode", + "description": "Locale code (ie 'en-us')" + } + ], + "return": { + "nullable": null, + "types": [ + "Date" + ], + "spread": false, + "description": "" + }, + "generator": false + }, { "__docId__": 318, + "kind": "method", + "static": false, + "variation": null, + "name": "isValid", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#isValid", + "access": null, + "description": "Check string representation of a date for a specified locale is valid", + "lineNumber": 74, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "{Boolean}" + } + ], + "params": [ + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": false, + "name": "dateStr", + "description": "String representation of a date" + }, + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": false, + "name": "localeCode", + "description": "Locale code (ie 'en-us')" + } + ], + "return": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 319, + "kind": "method", + "static": false, + "variation": null, + "name": "getOptions", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#getOptions", + "access": null, + "description": "Return the type object of a specified column as per configuration or\npassed collection", + "lineNumber": 85, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "{Object}" + } + ], + "params": [ + { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "optional": false, + "name": "colIndex", + "description": "Column index" + }, + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": false, + "name": "types", + "description": "Collection of column types, optional" + } + ], + "return": { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 320, + "kind": "method", + "static": false, + "variation": null, + "name": "addConfigFormats", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#addConfigFormats", + "access": null, + "description": "Add date time format(s) to a locale as specified by the passed\ncollection of column types, ie:\n [\n 'string',\n 'number',\n { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}\n]", + "lineNumber": 102, + "params": [ + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": true, + "defaultValue": "[]", + "defaultRaw": [], + "name": "types", + "description": "Collection of column types" + } + ], + "generator": false + }, + { + "__docId__": 321, + "kind": "method", + "static": false, + "variation": null, + "name": "destroy", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#destroy", + "access": null, + "description": "Remove DateType instance", + "lineNumber": 123, + "params": [], + "generator": false + }, + { + "__docId__": 322, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/dateType.js~DateType", + "longname": "src/modules/dateType.js~DateType#initialized", + "access": null, + "description": null, + "lineNumber": 130, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 323, "kind": "file", "static": true, "variation": null, @@ -7074,7 +7143,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, elm} from '../dom';\nimport {has} from '../array';\nimport {matchCase} from '../string';\nimport {ignoreCase, numSortAsc, numSortDesc} from '../sort';\nimport {addEvt, targetEvt} from '../event';\nimport {SELECT, MULTIPLE, NONE} from '../const';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\n/**\n * Dropdown filter UI component\n */\nexport class Dropdown extends Feature {\n\n /**\n * Creates an instance of Dropdown\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dropdown');\n\n // Configuration object\n let f = this.config;\n\n /**\n * Enable the reset filter option as first item\n * @type {Boolean}\n */\n this.enableSlcResetFilter = f.enable_slc_reset_filter === false ?\n false : true;\n\n /**\n * Non empty option text\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Tooltip text appearing on multiple select\n * @type {String}\n */\n this.multipleSlcTooltip = f.multiple_slc_tooltip ||\n 'Use Ctrl/Cmd key for multiple selections';\n\n /**\n * Indicates drop-down has custom options\n * @private\n */\n this.isCustom = null;\n\n /**\n * List of options values\n * @type {Array}\n * @private\n */\n this.opts = null;\n\n /**\n * List of options texts for custom values\n * @type {Array}\n * @private\n */\n this.optsTxt = null;\n }\n\n\n /**\n * Drop-down filter focus event handler\n * @param {Event} e DOM Event\n * @private\n */\n onSlcFocus(e) {\n let elm = targetEvt(e);\n let tf = this.tf;\n // select is populated when element has focus\n if (tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n this.build(ct);\n }\n this.emitter.emit('filter-focus', tf, elm);\n }\n\n /**\n * Drop-down filter change event handler\n * @private\n */\n onSlcChange() {\n if (this.tf.onSlcChange) {\n this.tf.filter();\n }\n }\n\n /**\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let col = tf.getFilterType(colIndex);\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let slc = createElm(SELECT,\n ['id', tf.prfxFlt + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']\n );\n\n if (col === MULTIPLE) {\n slc.multiple = MULTIPLE;\n slc.title = this.multipleSlcTooltip;\n }\n slc.className = col.toLowerCase() === SELECT ?\n tf.fltCssClass : tf.fltMultiCssClass;\n\n //filter is appended in container element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(slc);\n } else {\n container.appendChild(slc);\n }\n\n tf.fltIds.push(slc.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n //1st option is created here since build isn't invoked\n let opt0 = createOpt(tf.displayAllText, '');\n slc.appendChild(opt0);\n }\n\n addEvt(slc, 'change', () => this.onSlcChange());\n addEvt(slc, 'focus', (e) => this.onSlcFocus(e));\n\n this.emitter.on(\n ['build-select-filter'],\n (tf, colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.on(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n\n let slcId = tf.fltIds[colIndex];\n let slc = elm(slcId);\n let rows = tf.tbl.rows;\n let nbRows = tf.getRowsNb(true);\n\n //custom select test\n this.isCustom = tf.isCustomOptions(colIndex);\n\n //custom selects text\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let excludedOpts = null,\n filteredDataCol = null;\n if (isLinked && tf.disableExcludedOptions) {\n excludedOpts = [];\n filteredDataCol = [];\n }\n\n for (let k = tf.refRow; k < nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cell = rows[k].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell #\n if (nchilds !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n // WTF: cyclomatic complexity hell\n // TODO: simplify hell below\n if ((colIndex === j &&\n (!isLinked ||\n (isLinked && tf.disableExcludedOptions))) ||\n (colIndex === j && isLinked &&\n ((rows[k].style.display === '' && !tf.paging) ||\n (tf.paging && (!tf.validRowsIndex ||\n (tf.validRowsIndex &&\n tf.validRowsIndex.indexOf(k) !== -1)) &&\n ((activeIdx === undefined ||\n activeIdx === colIndex) ||\n (activeIdx !== colIndex &&\n tf.validRowsIndex.indexOf(k) !== -1)))))) {\n let cellData = tf.getCellData(cell[j]),\n //Vary Peter's patch\n cellString = matchCase(cellData, tf.caseSensitive);\n\n // checks if celldata is already in array\n if (!has(this.opts, cellString, tf.caseSensitive)) {\n this.opts.push(cellData);\n }\n\n if (isLinked && tf.disableExcludedOptions) {\n let filteredCol = filteredDataCol[j];\n if (!filteredCol) {\n filteredCol = tf.getFilteredDataCol(j);\n }\n if (!has(filteredCol, cellString, tf.caseSensitive) &&\n !has(excludedOpts, cellString, tf.caseSensitive)) {\n excludedOpts.push(cellData);\n }\n }\n }//if colIndex==j\n }//for j\n }//for k\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!tf.caseSensitive) {\n this.opts.sort(ignoreCase);\n if (excludedOpts) {\n excludedOpts.sort(ignoreCase);\n }\n } else {\n this.opts.sort();\n if (excludedOpts) { excludedOpts.sort(); }\n }\n }\n\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortAsc);\n if (excludedOpts) {\n excludedOpts.sort(numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortDesc);\n if (excludedOpts) {\n excludedOpts.sort(numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n\n //populates drop-down\n this.addOptions(colIndex, slc, isLinked, excludedOpts);\n\n this.emitter.emit('after-populating-filter', tf, colIndex, slc);\n }\n\n /**\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n */\n addOptions(colIndex, slc, isLinked, excludedOpts) {\n let tf = this.tf,\n slcValue = slc.value;\n\n slc.innerHTML = '';\n slc = this.addFirstOption(slc);\n\n for (let y = 0; y < this.opts.length; y++) {\n if (this.opts[y] === '') {\n continue;\n }\n let val = this.opts[y]; //option value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //option text\n let isDisabled = false;\n if (isLinked && tf.disableExcludedOptions &&\n has(excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n isDisabled = true;\n }\n\n let opt;\n //fill select on demand\n if (tf.loadFltOnDemand && slcValue === this.opts[y] &&\n tf.getFilterType(colIndex) === SELECT) {\n opt = createOpt(lbl, val, true);\n } else {\n opt = createOpt(lbl, val, false);\n }\n if (isDisabled) {\n opt.disabled = true;\n }\n slc.appendChild(opt);\n }// for y\n\n slc.setAttribute('filled', '1');\n }\n\n /**\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n */\n addFirstOption(slc) {\n let tf = this.tf;\n\n let opt0 = createOpt(\n (!this.enableSlcResetFilter ? '' : tf.displayAllText), '');\n if (!this.enableSlcResetFilter) {\n opt0.style.display = NONE;\n }\n slc.appendChild(opt0);\n if (tf.enableEmptyOption) {\n let opt1 = createOpt(tf.emptyText, tf.emOperator);\n slc.appendChild(opt1);\n }\n if (tf.enableNonEmptyOption) {\n let opt2 = createOpt(tf.nonEmptyText, tf.nmOperator);\n slc.appendChild(opt2);\n }\n return slc;\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n if (tf.getFilterType(colIndex) !== MULTIPLE || values.length === 0) {\n return;\n }\n let slc = tf.getFilterElement(colIndex);\n [].forEach.call(slc.options, (option) => {\n // Empty value means clear all selections and first option is the\n // clear all option\n if (values[0] === '' || option.value === '') {\n option.selected = false;\n }\n\n if (option.value !== '' && has(values, option.value, true)) {\n option.selected = true;\n }//if\n });\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let slc = tf.getFilterElement(colIndex);\n let values = [];\n\n // IE >= 9 does not support the selectedOptions property :(\n if (slc.selectedOptions) {\n [].forEach.call(slc.selectedOptions,\n option => values.push(option.value));\n } else {\n [].forEach.call(slc.options, (option) => {\n if (option.selected) {\n values.push(option.value);\n }\n });\n }\n\n return values;\n }\n\n /**\n * Destroy Dropdown instance\n */\n destroy() {\n this.emitter.off(\n ['build-select-filter'],\n (colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.off(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n }\n}\n" }, { - "__docId__": 319, + "__docId__": 324, "kind": "variable", "static": true, "variation": null, @@ -7095,7 +7164,7 @@ } }, { - "__docId__": 320, + "__docId__": 325, "kind": "class", "static": true, "variation": null, @@ -7114,7 +7183,7 @@ ] }, { - "__docId__": 321, + "__docId__": 326, "kind": "constructor", "static": false, "variation": null, @@ -7139,7 +7208,7 @@ "generator": false }, { - "__docId__": 322, + "__docId__": 327, "kind": "member", "static": false, "variation": null, @@ -7159,7 +7228,7 @@ } }, { - "__docId__": 323, + "__docId__": 328, "kind": "member", "static": false, "variation": null, @@ -7179,7 +7248,7 @@ } }, { - "__docId__": 324, + "__docId__": 329, "kind": "member", "static": false, "variation": null, @@ -7199,7 +7268,7 @@ } }, { - "__docId__": 325, + "__docId__": 330, "kind": "member", "static": false, "variation": null, @@ -7216,7 +7285,7 @@ } }, { - "__docId__": 326, + "__docId__": 331, "kind": "member", "static": false, "variation": null, @@ -7236,7 +7305,7 @@ } }, { - "__docId__": 327, + "__docId__": 332, "kind": "member", "static": false, "variation": null, @@ -7256,7 +7325,7 @@ } }, { - "__docId__": 328, + "__docId__": 333, "kind": "method", "static": false, "variation": null, @@ -7281,7 +7350,7 @@ "generator": false }, { - "__docId__": 329, + "__docId__": 334, "kind": "method", "static": false, "variation": null, @@ -7295,7 +7364,7 @@ "generator": false }, { - "__docId__": 330, + "__docId__": 335, "kind": "method", "static": false, "variation": null, @@ -7340,7 +7409,7 @@ "generator": false }, { - "__docId__": 331, + "__docId__": 336, "kind": "member", "static": false, "variation": null, @@ -7363,7 +7432,7 @@ } }, { - "__docId__": 332, + "__docId__": 337, "kind": "method", "static": false, "variation": null, @@ -7398,7 +7467,7 @@ "generator": false }, { - "__docId__": 333, + "__docId__": 338, "kind": "member", "static": false, "variation": null, @@ -7416,7 +7485,7 @@ } }, { - "__docId__": 334, + "__docId__": 339, "kind": "member", "static": false, "variation": null, @@ -7434,7 +7503,7 @@ } }, { - "__docId__": 335, + "__docId__": 340, "kind": "member", "static": false, "variation": null, @@ -7452,7 +7521,7 @@ } }, { - "__docId__": 336, + "__docId__": 341, "kind": "member", "static": false, "variation": null, @@ -7470,7 +7539,7 @@ } }, { - "__docId__": 337, + "__docId__": 342, "kind": "member", "static": false, "variation": null, @@ -7488,7 +7557,7 @@ } }, { - "__docId__": 338, + "__docId__": 343, "kind": "method", "static": false, "variation": null, @@ -7543,7 +7612,7 @@ "generator": false }, { - "__docId__": 339, + "__docId__": 344, "kind": "method", "static": false, "variation": null, @@ -7573,7 +7642,7 @@ "generator": false }, { - "__docId__": 340, + "__docId__": 345, "kind": "method", "static": false, "variation": null, @@ -7608,7 +7677,7 @@ "generator": false }, { - "__docId__": 341, + "__docId__": 346, "kind": "method", "static": false, "variation": null, @@ -7647,7 +7716,7 @@ "generator": false }, { - "__docId__": 342, + "__docId__": 347, "kind": "method", "static": false, "variation": null, @@ -7661,7 +7730,7 @@ "generator": false }, { - "__docId__": 343, + "__docId__": 348, "kind": "file", "static": true, "variation": null, @@ -7674,7 +7743,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, removeElm, elm, tag} from '../dom';\nimport {addEvt, targetEvt} from '../event';\nimport {contains} from '../string';\nimport {NONE} from '../const';\n\n/**\n * Grid layout, table with fixed headers\n */\nexport class GridLayout extends Feature {\n\n /**\n * Creates an instance of GridLayout\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'gridLayout');\n\n let f = this.config;\n\n /**\n * Grid-layout container width as CSS string\n * @type {String}\n */\n this.width = f.grid_width || null;\n\n /**\n * Grid-layout container height as CSS string\n * @type {String}\n */\n this.height = f.grid_height || null;\n\n /**\n * Css class for main container element\n * @type {String}\n */\n this.mainContCssClass = f.grid_cont_css_class || 'grd_Cont';\n\n /**\n * Css class for body table container element\n * @type {String}\n */\n this.contCssClass = f.grid_tbl_cont_css_class || 'grd_tblCont';\n\n /**\n * Css class for headers table container element\n * @type {String}\n */\n this.headContCssClass = f.grid_tblHead_cont_css_class ||\n 'grd_headTblCont';\n\n /**\n * Css class for toolbar container element (rows counter, paging etc.)\n * @type {String}\n */\n this.infDivCssClass = f.grid_inf_grid_css_class || 'grd_inf';\n\n /**\n * Index of the headers row, default: 0\n * @type {Number}\n */\n this.headRowIndex = f.grid_headers_row_index || 0;\n\n /**\n * Collection of the header row indexes to be moved into headers table\n * @type {Array}\n */\n this.headRows = f.grid_headers_rows || [0];\n\n /**\n * Enable or disable column filters generation, default: true\n * @type {Boolean}\n */\n this.enableFilters = f.grid_enable_default_filters === false ?\n false : true;\n\n /**\n * Enable or disable column headers, default: false\n * @type {Boolean}\n */\n this.noHeaders = Boolean(f.grid_no_headers);\n\n /**\n * Grid-layout default column widht as CSS string\n * @type {String}\n */\n this.defaultColWidth = f.grid_default_col_width || '100px';\n\n /**\n * List of column elements\n * @type {Array}\n * @private\n */\n this.colElms = [];\n\n /**\n * Prefix for grid-layout main container ID\n * @type {String}\n * @private\n */\n this.prfxMainTblCont = 'gridCont_';\n\n /**\n * Prefix for grid-layout body table container ID\n * @type {String}\n * @private\n */\n this.prfxTblCont = 'tblCont_';\n\n /**\n * Prefix for grid-layout headers table container ID\n * @type {String}\n * @private\n */\n this.prfxHeadTblCont = 'tblHeadCont_';\n\n /**\n * Prefix for grid-layout headers table ID\n * @type {String}\n * @private\n */\n this.prfxHeadTbl = 'tblHead_';\n\n /**\n * Prefix for grid-layout filter's cell ID\n * @type {String}\n * @private\n */\n this.prfxGridFltTd = '_td_';\n\n /**\n * Prefix for grid-layout header's cell ID\n * @type {String}\n * @private\n */\n this.prfxGridTh = 'tblHeadTh_';\n\n /**\n * Mark-up of original HTML table\n * @type {String}\n * @private\n */\n this.sourceTblHtml = tf.tbl.outerHTML;\n\n /**\n * Indicates if working table has column elements\n * @type {Boolean}\n * @private\n */\n this.tblHasColTag = tag(tf.tbl, 'col').length > 0 ? true : false;\n\n /**\n * Main container element\n * @private\n */\n this.tblMainCont = null;\n\n /**\n * Table container element\n * @private\n */\n this.tblCont = null;\n\n /**\n * Headers' table container element\n * @private\n */\n this.headTblCont = null;\n\n /**\n * Headers' table element\n * @private\n */\n this.headTbl = null;\n\n // filters flag at TF level\n tf.fltGrid = this.enableFilters;\n }\n\n /**\n * Generates a grid with fixed headers\n * TODO: reduce size of init by extracting single purposed methods\n */\n init() {\n let tf = this.tf;\n let tbl = tf.tbl;\n\n if (this.initialized) {\n return;\n }\n\n // Override relevant TableFilter properties\n this.setOverrides();\n\n // Assign default column widths\n this.setDefaultColWidths();\n\n // Initial table width\n let tblW = this.initialTableWidth();\n\n //Main container: it will contain all the elements\n this.tblMainCont = this.createContainer(this.prfxMainTblCont + tf.id,\n 'div', this.mainContCssClass);\n if (this.width) {\n this.tblMainCont.style.width = this.width;\n }\n tbl.parentNode.insertBefore(this.tblMainCont, tbl);\n\n //Table container: div wrapping content table\n this.tblCont = this.createContainer(this.prfxTblCont + tf.id, 'div',\n this.contCssClass);\n this.setConfigWidth(this.tblCont);\n if (this.height) {\n this.tblCont.style.height = this.height;\n }\n tbl.parentNode.insertBefore(this.tblCont, tbl);\n let t = removeElm(tbl);\n this.tblCont.appendChild(t);\n\n //In case table width is expressed in %\n if (tbl.style.width === '') {\n tbl.style.width = (contains('%', tblW) ?\n tbl.clientWidth : tblW) + 'px';\n }\n\n let d = removeElm(this.tblCont);\n this.tblMainCont.appendChild(d);\n\n //Headers table container: div wrapping headers table\n this.headTblCont = this.createContainer(this.prfxHeadTblCont + tf.id,\n 'div', this.headContCssClass);\n this.setConfigWidth(this.headTblCont);\n\n //Headers table\n this.headTbl = createElm('table', ['id', this.prfxHeadTbl + tf.id]);\n let tH = createElm('tHead');\n\n //1st row should be headers row, ids are added if not set\n //Those ids are used by the sort feature\n let hRow = tbl.rows[this.headRowIndex];\n let sortTriggers = this.getSortTriggerIds(hRow);\n\n //Filters row is created\n let filtersRow = this.createFiltersRow();\n\n //Headers row are moved from content table to headers table\n this.setHeadersRow(tH);\n\n this.headTbl.appendChild(tH);\n if (tf.filtersRowIndex === 0) {\n tH.insertBefore(filtersRow, hRow);\n } else {\n tH.appendChild(filtersRow);\n }\n\n this.headTblCont.appendChild(this.headTbl);\n this.tblCont.parentNode.insertBefore(this.headTblCont, this.tblCont);\n\n //THead needs to be removed in content table for sort feature\n let thead = tag(tbl, 'thead');\n if (thead.length > 0) {\n tbl.removeChild(thead[0]);\n }\n\n //Headers table style\n this.headTbl.style.tableLayout = 'fixed';\n tbl.style.tableLayout = 'fixed';\n this.headTbl.cellPadding = tbl.cellPadding;\n this.headTbl.cellSpacing = tbl.cellSpacing;\n // this.headTbl.style.width = tbl.style.width;\n\n //content table without headers needs col widths to be reset\n tf.setColWidths(this.headTbl);\n\n //Headers container width\n // this.headTblCont.style.width = this.tblCont.clientWidth+'px';\n\n tbl.style.width = '';\n //\n this.headTbl.style.width = tbl.clientWidth + 'px';\n //\n\n //scroll synchronisation\n addEvt(this.tblCont, 'scroll', (evt) => {\n let elm = targetEvt(evt);\n let scrollLeft = elm.scrollLeft;\n this.headTblCont.scrollLeft = scrollLeft;\n //New pointerX calc taking into account scrollLeft\n // if(!o.isPointerXOverwritten){\n // try{\n // o.Evt.pointerX = function(evt){\n // let e = evt || global.event;\n // let bdScrollLeft = tf_StandardBody().scrollLeft +\n // scrollLeft;\n // return (e.pageX + scrollLeft) ||\n // (e.clientX + bdScrollLeft);\n // };\n // o.isPointerXOverwritten = true;\n // } catch(err) {\n // o.isPointerXOverwritten = false;\n // }\n // }\n });\n\n // TODO: Trigger a custom event handled by sort extension\n let sort = tf.extension('sort');\n if (sort) {\n sort.asyncSort = true;\n sort.triggerIds = sortTriggers;\n }\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n this.setColumnElements();\n\n if (tf.popupFilters) {\n filtersRow.style.display = NONE;\n }\n\n if (tbl.clientWidth !== this.headTbl.clientWidth) {\n tbl.style.width = this.headTbl.clientWidth + 'px';\n }\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Overrides TableFilter instance properties to adjust to grid layout mode\n * @private\n */\n setOverrides() {\n let tf = this.tf;\n tf.refRow = 0;\n tf.headersRow = 0;\n tf.filtersRowIndex = 1;\n tf.isExternalFlt = true;\n }\n\n /**\n * Set grid-layout default column widths if column widths are not defined\n * @private\n */\n setDefaultColWidths() {\n let tf = this.tf;\n if (tf.hasColWidths) {\n return;\n }\n for (let k = 0, len = tf.getCellsNb(); k < len; k++) {\n let colW;\n let cell = tf.tbl.rows[tf.getHeadersRowIndex()].cells[k];\n if (cell.width !== '') {\n colW = cell.width;\n } else if (cell.style.width !== '') {\n colW = parseInt(cell.style.width, 10);\n } else {\n colW = this.defaultColWidth;\n }\n tf.colWidths[k] = colW;\n }\n tf.hasColWidths = true;\n tf.setColWidths();\n }\n\n /**\n * Initial table width\n * @returns {Number}\n * @private\n */\n initialTableWidth() {\n let tbl = this.tf.tbl;\n let width; //initial table width\n\n if (tbl.width !== '') {\n width = tbl.width;\n }\n else if (tbl.style.width !== '') {\n width = tbl.style.width;\n } else {\n width = tbl.clientWidth;\n }\n return parseInt(width, 10);\n }\n\n /**\n * Creates container element\n * @param {String} id Element ID\n * @param {String} tag Tag name\n * @param {String} className Css class to assign to element\n * @returns {DOMElement}\n * @private\n */\n createContainer(id, tag, className) {\n let element = createElm(tag, ['id', id]);\n element.className = className;\n return element;\n }\n\n /**\n * Creates filters row with cells\n * @returns {HTMLTableRowElement}\n * @private\n */\n createFiltersRow() {\n let tf = this.tf;\n let filtersRow = createElm('tr');\n if (this.enableFilters && tf.fltGrid) {\n tf.externalFltTgtIds = [];\n for (let j = 0; j < tf.getCellsNb(); j++) {\n let fltTdId = tf.prfxFlt + j + this.prfxGridFltTd + tf.id;\n let cl = createElm(tf.fltCellTag, ['id', fltTdId]);\n filtersRow.appendChild(cl);\n tf.externalFltTgtIds[j] = fltTdId;\n }\n }\n return filtersRow;\n }\n\n /**\n * Generates column elements if necessary and assigns their widths\n * @private\n */\n setColumnElements() {\n let tf = this.tf;\n let cols = tag(tf.tbl, 'col');\n this.tblHasColTag = cols.length > 0;\n\n for (let k = (tf.nbCells - 1); k >= 0; k--) {\n let col;\n let id = `${tf.id}_col_${k}`;\n\n if (!this.tblHasColTag) {\n col = createElm('col', ['id', id]);\n tf.tbl.insertBefore(col, tf.tbl.firstChild);\n } else {\n col = cols[k];\n col.setAttribute('id', id);\n }\n col.style.width = tf.colWidths[k];\n this.colElms[k] = col;\n }\n this.tblHasColTag = true;\n }\n\n /**\n * Sets headers row in headers table\n * @param {HTMLHeadElement} tableHead Table head element\n * @private\n */\n setHeadersRow(tableHead) {\n if (this.noHeaders) {\n // Handle table with no headers, assuming here headers do not\n // exist\n tableHead.appendChild(createElm('tr'));\n } else {\n // Headers row are moved from content table to headers table\n for (let i = 0; i < this.headRows.length; i++) {\n let row = this.tf.tbl.rows[this.headRows[i]];\n tableHead.appendChild(row);\n }\n }\n }\n\n /**\n * Sets width defined in configuration to passed element\n * @param {DOMElement} element DOM element\n * @private\n */\n setConfigWidth(element) {\n if (!this.width) {\n return;\n }\n if (this.width.indexOf('%') !== -1) {\n element.style.width = '100%';\n } else {\n element.style.width = this.width;\n }\n }\n\n /**\n * Returns a list of header IDs used for specifing external sort triggers\n * @param {HTMLTableRowElement} row DOM row element\n * @returns {Array} List of IDs\n * @private\n */\n getSortTriggerIds(row) {\n let tf = this.tf;\n let sortTriggers = [];\n for (let n = 0; n < tf.getCellsNb(); n++) {\n let c = row.cells[n];\n let thId = c.getAttribute('id');\n if (!thId || thId === '') {\n thId = this.prfxGridTh + n + '_' + tf.id;\n c.setAttribute('id', thId);\n }\n sortTriggers.push(thId);\n }\n return sortTriggers;\n }\n\n /**\n * Removes the grid layout\n */\n destroy() {\n let tf = this.tf;\n let tbl = tf.tbl;\n\n if (!this.initialized) {\n return;\n }\n let t = removeElm(tbl);\n this.tblMainCont.parentNode.insertBefore(t, this.tblMainCont);\n removeElm(this.tblMainCont);\n\n this.tblMainCont = null;\n this.headTblCont = null;\n this.headTbl = null;\n this.tblCont = null;\n\n tbl.outerHTML = this.sourceTblHtml;\n //needed to keep reference of table element for future usage\n this.tf.tbl = elm(tf.id);\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 344, + "__docId__": 349, "kind": "class", "static": true, "variation": null, @@ -7693,7 +7762,7 @@ ] }, { - "__docId__": 345, + "__docId__": 350, "kind": "constructor", "static": false, "variation": null, @@ -7718,7 +7787,7 @@ "generator": false }, { - "__docId__": 346, + "__docId__": 351, "kind": "member", "static": false, "variation": null, @@ -7738,7 +7807,7 @@ } }, { - "__docId__": 347, + "__docId__": 352, "kind": "member", "static": false, "variation": null, @@ -7758,7 +7827,7 @@ } }, { - "__docId__": 348, + "__docId__": 353, "kind": "member", "static": false, "variation": null, @@ -7778,7 +7847,7 @@ } }, { - "__docId__": 349, + "__docId__": 354, "kind": "member", "static": false, "variation": null, @@ -7798,7 +7867,7 @@ } }, { - "__docId__": 350, + "__docId__": 355, "kind": "member", "static": false, "variation": null, @@ -7818,7 +7887,7 @@ } }, { - "__docId__": 351, + "__docId__": 356, "kind": "member", "static": false, "variation": null, @@ -7838,7 +7907,7 @@ } }, { - "__docId__": 352, + "__docId__": 357, "kind": "member", "static": false, "variation": null, @@ -7858,7 +7927,7 @@ } }, { - "__docId__": 353, + "__docId__": 358, "kind": "member", "static": false, "variation": null, @@ -7878,7 +7947,7 @@ } }, { - "__docId__": 354, + "__docId__": 359, "kind": "member", "static": false, "variation": null, @@ -7898,7 +7967,7 @@ } }, { - "__docId__": 355, + "__docId__": 360, "kind": "member", "static": false, "variation": null, @@ -7918,7 +7987,7 @@ } }, { - "__docId__": 356, + "__docId__": 361, "kind": "member", "static": false, "variation": null, @@ -7938,7 +8007,7 @@ } }, { - "__docId__": 357, + "__docId__": 362, "kind": "member", "static": false, "variation": null, @@ -7958,7 +8027,7 @@ } }, { - "__docId__": 358, + "__docId__": 363, "kind": "member", "static": false, "variation": null, @@ -7978,7 +8047,7 @@ } }, { - "__docId__": 359, + "__docId__": 364, "kind": "member", "static": false, "variation": null, @@ -7998,7 +8067,7 @@ } }, { - "__docId__": 360, + "__docId__": 365, "kind": "member", "static": false, "variation": null, @@ -8018,7 +8087,7 @@ } }, { - "__docId__": 361, + "__docId__": 366, "kind": "member", "static": false, "variation": null, @@ -8038,7 +8107,7 @@ } }, { - "__docId__": 362, + "__docId__": 367, "kind": "member", "static": false, "variation": null, @@ -8058,7 +8127,7 @@ } }, { - "__docId__": 363, + "__docId__": 368, "kind": "member", "static": false, "variation": null, @@ -8078,7 +8147,7 @@ } }, { - "__docId__": 364, + "__docId__": 369, "kind": "member", "static": false, "variation": null, @@ -8098,7 +8167,7 @@ } }, { - "__docId__": 365, + "__docId__": 370, "kind": "member", "static": false, "variation": null, @@ -8118,7 +8187,7 @@ } }, { - "__docId__": 366, + "__docId__": 371, "kind": "member", "static": false, "variation": null, @@ -8135,7 +8204,7 @@ } }, { - "__docId__": 367, + "__docId__": 372, "kind": "member", "static": false, "variation": null, @@ -8152,7 +8221,7 @@ } }, { - "__docId__": 368, + "__docId__": 373, "kind": "member", "static": false, "variation": null, @@ -8169,7 +8238,7 @@ } }, { - "__docId__": 369, + "__docId__": 374, "kind": "member", "static": false, "variation": null, @@ -8186,7 +8255,7 @@ } }, { - "__docId__": 370, + "__docId__": 375, "kind": "method", "static": false, "variation": null, @@ -8200,7 +8269,7 @@ "generator": false }, { - "__docId__": 371, + "__docId__": 376, "kind": "member", "static": false, "variation": null, @@ -8218,7 +8287,7 @@ } }, { - "__docId__": 372, + "__docId__": 377, "kind": "member", "static": false, "variation": null, @@ -8236,7 +8305,7 @@ } }, { - "__docId__": 373, + "__docId__": 378, "kind": "member", "static": false, "variation": null, @@ -8254,7 +8323,7 @@ } }, { - "__docId__": 374, + "__docId__": 379, "kind": "member", "static": false, "variation": null, @@ -8272,7 +8341,7 @@ } }, { - "__docId__": 375, + "__docId__": 380, "kind": "member", "static": false, "variation": null, @@ -8295,7 +8364,7 @@ } }, { - "__docId__": 376, + "__docId__": 381, "kind": "method", "static": false, "variation": null, @@ -8309,7 +8378,7 @@ "generator": false }, { - "__docId__": 377, + "__docId__": 382, "kind": "method", "static": false, "variation": null, @@ -8323,7 +8392,7 @@ "generator": false }, { - "__docId__": 378, + "__docId__": 383, "kind": "method", "static": false, "variation": null, @@ -8351,7 +8420,7 @@ "generator": false }, { - "__docId__": 379, + "__docId__": 384, "kind": "method", "static": false, "variation": null, @@ -8410,7 +8479,7 @@ "generator": false }, { - "__docId__": 380, + "__docId__": 385, "kind": "method", "static": false, "variation": null, @@ -8438,7 +8507,7 @@ "generator": false }, { - "__docId__": 381, + "__docId__": 386, "kind": "method", "static": false, "variation": null, @@ -8452,7 +8521,7 @@ "generator": false }, { - "__docId__": 382, + "__docId__": 387, "kind": "member", "static": false, "variation": null, @@ -8470,7 +8539,7 @@ } }, { - "__docId__": 383, + "__docId__": 388, "kind": "member", "static": false, "variation": null, @@ -8488,7 +8557,7 @@ } }, { - "__docId__": 384, + "__docId__": 389, "kind": "method", "static": false, "variation": null, @@ -8513,7 +8582,7 @@ "generator": false }, { - "__docId__": 385, + "__docId__": 390, "kind": "method", "static": false, "variation": null, @@ -8538,7 +8607,7 @@ "generator": false }, { - "__docId__": 386, + "__docId__": 391, "kind": "method", "static": false, "variation": null, @@ -8577,7 +8646,7 @@ "generator": false }, { - "__docId__": 387, + "__docId__": 392, "kind": "method", "static": false, "variation": null, @@ -8591,7 +8660,7 @@ "generator": false }, { - "__docId__": 388, + "__docId__": 393, "kind": "member", "static": false, "variation": null, @@ -8609,7 +8678,7 @@ } }, { - "__docId__": 389, + "__docId__": 394, "kind": "member", "static": false, "variation": null, @@ -8627,7 +8696,7 @@ } }, { - "__docId__": 390, + "__docId__": 395, "kind": "member", "static": false, "variation": null, @@ -8645,7 +8714,7 @@ } }, { - "__docId__": 391, + "__docId__": 396, "kind": "member", "static": false, "variation": null, @@ -8663,7 +8732,7 @@ } }, { - "__docId__": 392, + "__docId__": 397, "kind": "member", "static": false, "variation": null, @@ -8681,7 +8750,7 @@ } }, { - "__docId__": 393, + "__docId__": 398, "kind": "file", "static": true, "variation": null, @@ -8694,7 +8763,7 @@ "content": "import {addEvt, removeEvt} from '../event';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst location = root.location;\nconst decodeURIComponent = root.decodeURIComponent;\nconst encodeURIComponent = root.encodeURIComponent;\n\n/**\n * Checks if browser has onhashchange event\n */\nexport const hasHashChange = () => {\n let docMode = root.documentMode;\n return ('onhashchange' in root) && (docMode === undefined || docMode > 7);\n};\n\n/**\n * Manages state via URL hash changes\n *\n * @export\n * @class Hash\n */\nexport class Hash {\n\n /**\n * Creates an instance of Hash\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n /**\n * State object\n * @type {State}\n */\n this.state = state;\n\n /**\n * Cached URL hash\n * @type {String} Hash string\n * @private\n */\n this.lastHash = null;\n\n /**\n * Application event emitter instance\n * @type {Emitter}\n */\n this.emitter = state.emitter;\n\n /**\n * Bound sync wrapper for future use\n * @private\n */\n this.boundSync = null;\n }\n\n /**\n * Initializes the Hash object\n */\n init() {\n if (!hasHashChange()) {\n return;\n }\n\n this.lastHash = location.hash;\n //Store a bound sync wrapper\n this.boundSync = this.sync.bind(this);\n this.emitter.on(['state-changed'], (tf, state) => this.update(state));\n this.emitter.on(['initialized'], this.boundSync);\n addEvt(root, 'hashchange', this.boundSync);\n }\n\n /**\n * Updates the URL hash based on a state change\n *\n * @param {State} state Instance of State\n */\n update(state) {\n let hash = `#${encodeURIComponent(JSON.stringify(state))}`;\n if (this.lastHash === hash) {\n return;\n }\n\n location.hash = hash;\n this.lastHash = hash;\n }\n\n /**\n * Converts a URL hash into a state JSON object\n *\n * @param {String} hash URL hash fragment\n * @returns {Object} JSON object\n */\n parse(hash) {\n if (hash.indexOf('#') === -1) {\n return null;\n }\n hash = hash.substr(1);\n return JSON.parse(decodeURIComponent(hash));\n }\n\n /**\n * Applies current hash state to features\n */\n sync() {\n let state = this.parse(location.hash);\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Release Hash event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.update(state));\n this.emitter.off(['initialized'], this.boundSync);\n removeEvt(root, 'hashchange', this.boundSync);\n\n this.state = null;\n this.lastHash = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 394, + "__docId__": 399, "kind": "variable", "static": true, "variation": null, @@ -8715,7 +8784,7 @@ } }, { - "__docId__": 395, + "__docId__": 400, "kind": "variable", "static": true, "variation": null, @@ -8736,7 +8805,7 @@ } }, { - "__docId__": 396, + "__docId__": 401, "kind": "variable", "static": true, "variation": null, @@ -8757,7 +8826,7 @@ } }, { - "__docId__": 397, + "__docId__": 402, "kind": "variable", "static": true, "variation": null, @@ -8778,7 +8847,7 @@ } }, { - "__docId__": 398, + "__docId__": 403, "kind": "variable", "static": true, "variation": null, @@ -8798,7 +8867,7 @@ } }, { - "__docId__": 399, + "__docId__": 404, "kind": "class", "static": true, "variation": null, @@ -8824,7 +8893,7 @@ "interface": false }, { - "__docId__": 400, + "__docId__": 405, "kind": "constructor", "static": false, "variation": null, @@ -8849,7 +8918,7 @@ "generator": false }, { - "__docId__": 401, + "__docId__": 406, "kind": "member", "static": false, "variation": null, @@ -8869,7 +8938,7 @@ } }, { - "__docId__": 402, + "__docId__": 407, "kind": "member", "static": false, "variation": null, @@ -8889,7 +8958,7 @@ } }, { - "__docId__": 403, + "__docId__": 408, "kind": "member", "static": false, "variation": null, @@ -8909,7 +8978,7 @@ } }, { - "__docId__": 404, + "__docId__": 409, "kind": "member", "static": false, "variation": null, @@ -8926,7 +8995,7 @@ } }, { - "__docId__": 405, + "__docId__": 410, "kind": "method", "static": false, "variation": null, @@ -8940,7 +9009,7 @@ "generator": false }, { - "__docId__": 406, + "__docId__": 411, "kind": "member", "static": false, "variation": null, @@ -8958,7 +9027,7 @@ } }, { - "__docId__": 407, + "__docId__": 412, "kind": "member", "static": false, "variation": null, @@ -8976,7 +9045,7 @@ } }, { - "__docId__": 408, + "__docId__": 413, "kind": "method", "static": false, "variation": null, @@ -9001,7 +9070,7 @@ "generator": false }, { - "__docId__": 409, + "__docId__": 414, "kind": "member", "static": false, "variation": null, @@ -9019,7 +9088,7 @@ } }, { - "__docId__": 410, + "__docId__": 415, "kind": "method", "static": false, "variation": null, @@ -9058,7 +9127,7 @@ "generator": false }, { - "__docId__": 411, + "__docId__": 416, "kind": "method", "static": false, "variation": null, @@ -9072,7 +9141,7 @@ "generator": false }, { - "__docId__": 412, + "__docId__": 417, "kind": "method", "static": false, "variation": null, @@ -9086,7 +9155,7 @@ "generator": false }, { - "__docId__": 413, + "__docId__": 418, "kind": "member", "static": false, "variation": null, @@ -9104,7 +9173,7 @@ } }, { - "__docId__": 414, + "__docId__": 419, "kind": "member", "static": false, "variation": null, @@ -9122,7 +9191,7 @@ } }, { - "__docId__": 415, + "__docId__": 420, "kind": "member", "static": false, "variation": null, @@ -9140,7 +9209,7 @@ } }, { - "__docId__": 416, + "__docId__": 421, "kind": "file", "static": true, "variation": null, @@ -9153,7 +9222,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {addEvt} from '../event';\nimport {NONE} from '../const';\n\nconst WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +\n '4.-Filter-operators';\nconst WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';\n\n/**\n * Help UI component\n */\nexport class Help extends Feature {\n\n /**\n * Creates an instance of Help.\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'help');\n\n var f = this.config;\n\n /**\n * ID of main custom container element\n * @type {String}\n */\n this.tgtId = f.help_instructions_target_id || null;\n\n /**\n * ID of custom container element for instructions\n * @type {String}\n */\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n\n /**\n * Instructions text (accepts HTML)\n * @type {String}\n */\n this.instrText = f.help_instructions_text ?\n f.help_instructions_text :\n 'Use the filters above each column to filter and limit table ' +\n 'data. Advanced searches can be performed by using the following ' +\n 'operators:
    <, <=, >, ' +\n '>=, =, *, !, {, }, ' +\n '||,&&, [empty], [nonempty], ' +\n 'rgx:
    ' +\n 'Learn more
    ';\n\n /**\n * Instructions HTML\n * @type {String}\n */\n this.instrHtml = f.help_instructions_html || null;\n\n /**\n * Help button text ('?')\n * @type {String}\n */\n this.btnText = f.help_instructions_btn_text || '?';\n\n /**\n * Custom help button HTML\n * @type {String}\n */\n this.btnHtml = f.help_instructions_btn_html || null;\n\n /**\n * Css class for help button\n * @type {String}\n */\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n\n /**\n * Css class for help container element\n * @type {String}\n */\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n\n /**\n * Stores button DOM element\n * @type {DOMElement}\n */\n this.btn = null;\n\n /**\n * Stores help container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Default HTML appended to instructions text\n * @type {String}\n */\n this.defaultHtml = '

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

    ' + '' + WEBSITE_URL + '' +\n '
    ©2015-' + tf.year + ' {AUTHOR}' +\n '
    ' +\n 'Close
    ';\n\n /**\n * Prefix for help main container ID\n * @type {String}\n * @private\n */\n this.prfxHelpSpan = 'helpSpan_';\n\n /**\n * Prefix for help instructions container ID\n * @type {String}\n * @private\n */\n this.prfxHelpDiv = 'helpDiv_';\n\n this.emitter.on(['init-help'], () => this.init());\n }\n\n /**\n * Initialise Help instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n var tf = this.tf;\n\n var helpspan = createElm('span', ['id', this.prfxHelpSpan + tf.id]);\n var helpdiv = createElm('div', ['id', this.prfxHelpDiv + tf.id]);\n\n //help button is added to defined element\n if (!this.tgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.tgtId ? tf.rDiv : elm(this.tgtId);\n targetEl.appendChild(helpspan);\n\n var divContainer = !this.contTgtId ? helpspan : elm(this.contTgtId);\n\n if (!this.btnHtml) {\n divContainer.appendChild(helpdiv);\n var helplink = createElm('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(createText(this.btnText));\n helpspan.appendChild(helplink);\n addEvt(helplink, 'click', () => this.toggle());\n } else {\n helpspan.innerHTML = this.btnHtml;\n var helpEl = helpspan.firstChild;\n addEvt(helpEl, 'click', () => this.toggle());\n divContainer.appendChild(helpdiv);\n }\n\n if (!this.instrHtml) {\n helpdiv.innerHTML = this.instrText;\n helpdiv.className = this.contCssClass;\n addEvt(helpdiv, 'dblclick', () => this.toggle());\n } else {\n if (this.contTgtId) {\n divContainer.appendChild(helpdiv);\n }\n helpdiv.innerHTML = this.instrHtml;\n if (!this.contTgtId) {\n helpdiv.className = this.contCssClass;\n addEvt(helpdiv, 'dblclick', () => this.toggle());\n }\n }\n helpdiv.innerHTML += this.defaultHtml;\n addEvt(helpdiv, 'click', () => this.toggle());\n\n this.cont = helpdiv;\n this.btn = helpspan;\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle() {\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if (this.enabled === false) {\n return;\n }\n var divDisplay = this.cont.style.display;\n if (divDisplay === '' || divDisplay === NONE) {\n this.cont.style.display = 'inline';\n } else {\n this.cont.style.display = NONE;\n }\n }\n\n /**\n * Remove help UI\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.btn);\n this.btn = null;\n if (!this.cont) {\n return;\n }\n removeElm(this.cont);\n this.cont = null;\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 417, + "__docId__": 422, "kind": "variable", "static": true, "variation": null, @@ -9174,7 +9243,7 @@ } }, { - "__docId__": 418, + "__docId__": 423, "kind": "variable", "static": true, "variation": null, @@ -9195,7 +9264,7 @@ } }, { - "__docId__": 419, + "__docId__": 424, "kind": "class", "static": true, "variation": null, @@ -9214,7 +9283,7 @@ ] }, { - "__docId__": 420, + "__docId__": 425, "kind": "constructor", "static": false, "variation": null, @@ -9239,7 +9308,7 @@ "generator": false }, { - "__docId__": 421, + "__docId__": 426, "kind": "member", "static": false, "variation": null, @@ -9259,7 +9328,7 @@ } }, { - "__docId__": 422, + "__docId__": 427, "kind": "member", "static": false, "variation": null, @@ -9279,7 +9348,7 @@ } }, { - "__docId__": 423, + "__docId__": 428, "kind": "member", "static": false, "variation": null, @@ -9299,7 +9368,7 @@ } }, { - "__docId__": 424, + "__docId__": 429, "kind": "member", "static": false, "variation": null, @@ -9319,7 +9388,7 @@ } }, { - "__docId__": 425, + "__docId__": 430, "kind": "member", "static": false, "variation": null, @@ -9339,7 +9408,7 @@ } }, { - "__docId__": 426, + "__docId__": 431, "kind": "member", "static": false, "variation": null, @@ -9359,7 +9428,7 @@ } }, { - "__docId__": 427, + "__docId__": 432, "kind": "member", "static": false, "variation": null, @@ -9379,7 +9448,7 @@ } }, { - "__docId__": 428, + "__docId__": 433, "kind": "member", "static": false, "variation": null, @@ -9399,7 +9468,7 @@ } }, { - "__docId__": 429, + "__docId__": 434, "kind": "member", "static": false, "variation": null, @@ -9419,7 +9488,7 @@ } }, { - "__docId__": 430, + "__docId__": 435, "kind": "member", "static": false, "variation": null, @@ -9439,7 +9508,7 @@ } }, { - "__docId__": 431, + "__docId__": 436, "kind": "member", "static": false, "variation": null, @@ -9459,7 +9528,7 @@ } }, { - "__docId__": 432, + "__docId__": 437, "kind": "member", "static": false, "variation": null, @@ -9479,7 +9548,7 @@ } }, { - "__docId__": 433, + "__docId__": 438, "kind": "member", "static": false, "variation": null, @@ -9499,7 +9568,7 @@ } }, { - "__docId__": 434, + "__docId__": 439, "kind": "method", "static": false, "variation": null, @@ -9513,7 +9582,7 @@ "generator": false }, { - "__docId__": 435, + "__docId__": 440, "kind": "member", "static": false, "variation": null, @@ -9531,7 +9600,7 @@ } }, { - "__docId__": 436, + "__docId__": 441, "kind": "member", "static": false, "variation": null, @@ -9549,7 +9618,7 @@ } }, { - "__docId__": 437, + "__docId__": 442, "kind": "member", "static": false, "variation": null, @@ -9572,7 +9641,7 @@ } }, { - "__docId__": 438, + "__docId__": 443, "kind": "method", "static": false, "variation": null, @@ -9586,7 +9655,7 @@ "generator": false }, { - "__docId__": 439, + "__docId__": 444, "kind": "method", "static": false, "variation": null, @@ -9600,7 +9669,7 @@ "generator": false }, { - "__docId__": 440, + "__docId__": 445, "kind": "member", "static": false, "variation": null, @@ -9618,7 +9687,7 @@ } }, { - "__docId__": 441, + "__docId__": 446, "kind": "member", "static": false, "variation": null, @@ -9636,7 +9705,7 @@ } }, { - "__docId__": 442, + "__docId__": 447, "kind": "member", "static": false, "variation": null, @@ -9654,7 +9723,7 @@ } }, { - "__docId__": 443, + "__docId__": 448, "kind": "file", "static": true, "variation": null, @@ -9667,7 +9736,7 @@ "content": "import {createText, createElm, getText} from '../dom';\nimport {isArray} from '../types';\n\n/**\n * Highlight matched keywords upon filtering\n *\n * @export\n * @class HighlightKeyword\n */\nexport class HighlightKeyword {\n\n /**\n * Creates an instance of HighlightKeyword\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n let f = tf.config();\n\n /**\n * Css class for highlighted term\n * @type {String}\n */\n this.highlightCssClass = f.highlight_css_class || 'keyword';\n\n /**\n * TableFilter instance\n * @type {TableFilter}\n */\n this.tf = tf;\n\n /**\n * TableFilter's emitter instance\n * @type {Emitter}\n */\n this.emitter = tf.emitter;\n }\n\n /**\n * Initializes HighlightKeyword instance\n */\n init() {\n this.emitter.on(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.on(\n ['highlight-keyword'],\n (tf, cell, word) =>\n this.highlight(cell, word, this.highlightCssClass)\n );\n }\n\n /**\n * Highlight occurences of searched term in passed node\n * @param {Node} node\n * @param {String} word Searched term\n * @param {String} cssClass Css class name\n *\n * TODO: refactor this method\n */\n highlight(node, word, cssClass) {\n // Iterate into this nodes childNodes\n if (node.hasChildNodes) {\n let children = node.childNodes;\n for (let i = 0; i < children.length; i++) {\n this.highlight(children[i], word, cssClass);\n }\n }\n\n if (node.nodeType === 3) {\n let tempNodeVal = node.nodeValue.toLowerCase();\n let tempWordVal = word.toLowerCase();\n if (tempNodeVal.indexOf(tempWordVal) !== -1) {\n let pn = node.parentNode;\n if (pn && pn.className !== cssClass) {\n // word not highlighted yet\n let nv = node.nodeValue,\n ni = tempNodeVal.indexOf(tempWordVal),\n // Create a load of replacement nodes\n before = createText(nv.substr(0, ni)),\n docWordVal = nv.substr(ni, word.length),\n after = createText(nv.substr(ni + word.length)),\n hiwordtext = createText(docWordVal),\n hiword = createElm('span');\n hiword.className = cssClass;\n hiword.appendChild(hiwordtext);\n pn.insertBefore(before, node);\n pn.insertBefore(hiword, node);\n pn.insertBefore(after, node);\n pn.removeChild(node);\n }\n }\n }\n }\n\n /**\n * Removes highlight to nodes matching passed string\n * @param {String} word\n * @param {String} cssClass Css class to remove\n */\n unhighlight(word, cssClass) {\n let highlightedNodes = this.tf.tbl.querySelectorAll(`.${cssClass}`);\n for (let i = 0; i < highlightedNodes.length; i++) {\n let n = highlightedNodes[i];\n let nodeVal = getText(n),\n tempNodeVal = nodeVal.toLowerCase(),\n tempWordVal = word.toLowerCase();\n\n if (tempNodeVal.indexOf(tempWordVal) !== -1) {\n n.parentNode.replaceChild(createText(nodeVal), n);\n }\n }\n }\n\n /**\n * Clear all occurrences of highlighted nodes\n */\n unhighlightAll() {\n if (!this.tf.highlightKeywords) {\n return;\n }\n // iterate filters values to unhighlight all values\n this.tf.getFiltersValue().forEach((val) => {\n if (isArray(val)) {\n val.forEach((item) =>\n this.unhighlight(item, this.highlightCssClass));\n } else {\n this.unhighlight(val, this.highlightCssClass);\n }\n });\n }\n\n /**\n * Remove feature\n */\n destroy() {\n this.emitter.off(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.off(\n ['highlight-keyword'],\n (tf, cell, word) =>\n this.highlight(cell, word, this.highlightCssClass)\n );\n }\n}\n" }, { - "__docId__": 444, + "__docId__": 449, "kind": "class", "static": true, "variation": null, @@ -9693,7 +9762,7 @@ "interface": false }, { - "__docId__": 445, + "__docId__": 450, "kind": "constructor", "static": false, "variation": null, @@ -9718,7 +9787,7 @@ "generator": false }, { - "__docId__": 446, + "__docId__": 451, "kind": "member", "static": false, "variation": null, @@ -9738,7 +9807,7 @@ } }, { - "__docId__": 447, + "__docId__": 452, "kind": "member", "static": false, "variation": null, @@ -9758,7 +9827,7 @@ } }, { - "__docId__": 448, + "__docId__": 453, "kind": "member", "static": false, "variation": null, @@ -9778,7 +9847,7 @@ } }, { - "__docId__": 449, + "__docId__": 454, "kind": "method", "static": false, "variation": null, @@ -9792,7 +9861,7 @@ "generator": false }, { - "__docId__": 450, + "__docId__": 455, "kind": "method", "static": false, "variation": null, @@ -9837,7 +9906,7 @@ "generator": false }, { - "__docId__": 451, + "__docId__": 456, "kind": "method", "static": false, "variation": null, @@ -9872,7 +9941,7 @@ "generator": false }, { - "__docId__": 452, + "__docId__": 457, "kind": "method", "static": false, "variation": null, @@ -9886,7 +9955,7 @@ "generator": false }, { - "__docId__": 453, + "__docId__": 458, "kind": "method", "static": false, "variation": null, @@ -9900,7 +9969,7 @@ "generator": false }, { - "__docId__": 454, + "__docId__": 459, "kind": "file", "static": true, "variation": null, @@ -9913,7 +9982,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn} from '../types';\nimport {root} from '../root';\nimport {NONE} from '../const';\n\n/**\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n */\nexport class Loader extends Feature {\n\n /**\n * Creates an instance of Loader.\n *\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.loader_target_id || null;\n\n /**\n * Loader container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Text displayed when indicator is visible\n * @type {String}\n */\n this.text = f.loader_text || 'Loading...';\n\n /**\n * Custom HTML injected in Loader's container element\n * @type {String}\n */\n this.html = f.loader_html || null;\n\n /**\n * Css class for Loader's container element\n * @type {String}\n */\n this.cssClass = f.loader_css_class || 'loader';\n\n /**\n * Close delay in milliseconds\n * @type {Number}\n */\n this.closeDelay = 250;\n\n /**\n * Callback fired when loader is displayed\n * @type {Function}\n */\n this.onShow = isFn(f.on_show_loader) ? f.on_show_loader : null;\n\n /**\n * Callback fired when loader is closed\n * @type {Function}\n */\n this.onHide = isFn(f.on_hide_loader) ? f.on_hide_loader : null;\n\n /**\n * Prefix for container ID\n * @type {String}\n * @private\n */\n this.prfx = 'load_';\n }\n\n /**\n * Initializes Loader instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n let containerDiv = createElm('div', ['id', this.prfx + tf.id]);\n containerDiv.className = this.cssClass;\n\n let targetEl = !this.targetId ?\n tf.tbl.parentNode : elm(this.targetId);\n if (!this.targetId) {\n targetEl.insertBefore(containerDiv, tf.tbl);\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.cont = containerDiv;\n if (!this.html) {\n this.cont.appendChild(createText(this.text));\n } else {\n this.cont.innerHTML = this.html;\n }\n\n this.show(NONE);\n\n // Subscribe to events\n emitter.on([\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n () => this.show('')\n );\n emitter.on([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n () => this.show(NONE)\n );\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n */\n show(p) {\n if (!this.isEnabled()) {\n return;\n }\n\n let displayLoader = () => {\n if (!this.cont) {\n return;\n }\n if (this.onShow && p !== NONE) {\n this.onShow.call(null, this);\n }\n this.cont.style.display = p;\n if (this.onHide && p === NONE) {\n this.onHide.call(null, this);\n }\n };\n\n let t = p === NONE ? this.closeDelay : 1;\n root.setTimeout(displayLoader, t);\n }\n\n /**\n * Removes feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n removeElm(this.cont);\n this.cont = null;\n\n // Unsubscribe to events\n emitter.off([\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'],\n () => this.show('')\n );\n emitter.off([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n () => this.show(NONE)\n );\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 455, + "__docId__": 460, "kind": "class", "static": true, "variation": null, @@ -9942,7 +10011,7 @@ ] }, { - "__docId__": 456, + "__docId__": 461, "kind": "constructor", "static": false, "variation": null, @@ -9967,7 +10036,7 @@ "generator": false }, { - "__docId__": 457, + "__docId__": 462, "kind": "member", "static": false, "variation": null, @@ -9987,7 +10056,7 @@ } }, { - "__docId__": 458, + "__docId__": 463, "kind": "member", "static": false, "variation": null, @@ -10007,7 +10076,7 @@ } }, { - "__docId__": 459, + "__docId__": 464, "kind": "member", "static": false, "variation": null, @@ -10027,7 +10096,7 @@ } }, { - "__docId__": 460, + "__docId__": 465, "kind": "member", "static": false, "variation": null, @@ -10047,7 +10116,7 @@ } }, { - "__docId__": 461, + "__docId__": 466, "kind": "member", "static": false, "variation": null, @@ -10067,7 +10136,7 @@ } }, { - "__docId__": 462, + "__docId__": 467, "kind": "member", "static": false, "variation": null, @@ -10087,7 +10156,7 @@ } }, { - "__docId__": 463, + "__docId__": 468, "kind": "member", "static": false, "variation": null, @@ -10107,7 +10176,7 @@ } }, { - "__docId__": 464, + "__docId__": 469, "kind": "member", "static": false, "variation": null, @@ -10127,7 +10196,7 @@ } }, { - "__docId__": 465, + "__docId__": 470, "kind": "member", "static": false, "variation": null, @@ -10147,7 +10216,7 @@ } }, { - "__docId__": 466, + "__docId__": 471, "kind": "method", "static": false, "variation": null, @@ -10161,7 +10230,7 @@ "generator": false }, { - "__docId__": 467, + "__docId__": 472, "kind": "member", "static": false, "variation": null, @@ -10179,7 +10248,7 @@ } }, { - "__docId__": 468, + "__docId__": 473, "kind": "member", "static": false, "variation": null, @@ -10202,7 +10271,7 @@ } }, { - "__docId__": 469, + "__docId__": 474, "kind": "method", "static": false, "variation": null, @@ -10227,7 +10296,7 @@ "generator": false }, { - "__docId__": 470, + "__docId__": 475, "kind": "method", "static": false, "variation": null, @@ -10241,7 +10310,7 @@ "generator": false }, { - "__docId__": 471, + "__docId__": 476, "kind": "member", "static": false, "variation": null, @@ -10259,7 +10328,7 @@ } }, { - "__docId__": 472, + "__docId__": 477, "kind": "member", "static": false, "variation": null, @@ -10277,7 +10346,7 @@ } }, { - "__docId__": 473, + "__docId__": 478, "kind": "file", "static": true, "variation": null, @@ -10290,7 +10359,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, elm, removeElm} from '../dom';\nimport {isEmpty, isFn} from '../types';\nimport {NONE} from '../const';\n\n/**\n * UI when filtering yields no matches\n * @export\n * @class NoResults\n * @extends {Feature}\n */\nexport class NoResults extends Feature {\n\n /**\n * Creates an instance of NoResults\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message;\n\n /**\n * Text (accepts HTML)\n * @type {String}\n */\n this.content = f.content || 'No results';\n\n /**\n * Custom container DOM element\n * @type {DOMElement}\n */\n this.customContainer = f.custom_container || null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.customContainerId = f.custom_container_id || null;\n\n /**\n * Indicates if UI is contained in a external element\n * @type {Boolean}\n * @private\n */\n this.isExternal = !isEmpty(this.customContainer) ||\n !isEmpty(this.customContainerId);\n\n /**\n * Css class assigned to container element\n * @type {String}\n */\n this.cssClass = f.css_class || 'no-results';\n\n /**\n * Stores container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShow = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShow = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n\n /**\n * Callback fired before the message is hidden\n * @type {Function}\n */\n this.onBeforeHide = isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : null;\n\n /**\n * Callback fired after the message is hidden\n * @type {Function}\n */\n this.onAfterHide = isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : null;\n\n /**\n * Prefix for container ID\n * @type {String}\n * @private\n */\n this.prfx = 'nores_';\n }\n\n /**\n * Initializes NoResults instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || elm(this.customContainerId) ||\n tf.tbl;\n\n //container\n let cont = createElm('div', ['id', this.prfx + tf.id]);\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if (this.isExternal) {\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], () => this.toggle());\n\n /**\n * @inherited\n */\n this.initialized = true;\n\n this.hide();\n }\n\n /**\n * Toggle no results message\n */\n toggle() {\n if (this.tf.getValidRowsNb() > 0) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n /**\n * Show no results message\n */\n show() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n if (this.onBeforeShow) {\n this.onBeforeShow.call(null, this.tf, this);\n }\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n if (this.onAfterShow) {\n this.onAfterShow.call(null, this.tf, this);\n }\n }\n\n /**\n * Hide no results message\n */\n hide() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n if (this.onBeforeHide) {\n this.onBeforeHide.call(null, this.tf, this);\n }\n\n this.cont.style.display = NONE;\n\n if (this.onAfterHide) {\n this.onAfterHide.call(null, this.tf, this);\n }\n }\n\n /**\n * Sets no results container width\n * @private\n */\n setWidth() {\n if (!this.initialized || this.isExternal || !this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n if (tf.gridLayout) {\n let gridLayout = tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = (tf.tbl.tHead ? tf.tbl.tHead.clientWidth :\n tf.tbl.tBodies[0].clientWidth) + 'px';\n }\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], () => this.toggle());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 474, + "__docId__": 479, "kind": "class", "static": true, "variation": null, @@ -10319,7 +10388,7 @@ ] }, { - "__docId__": 475, + "__docId__": 480, "kind": "constructor", "static": false, "variation": null, @@ -10344,7 +10413,7 @@ "generator": false }, { - "__docId__": 476, + "__docId__": 481, "kind": "member", "static": false, "variation": null, @@ -10364,7 +10433,7 @@ } }, { - "__docId__": 477, + "__docId__": 482, "kind": "member", "static": false, "variation": null, @@ -10384,7 +10453,7 @@ } }, { - "__docId__": 478, + "__docId__": 483, "kind": "member", "static": false, "variation": null, @@ -10404,7 +10473,7 @@ } }, { - "__docId__": 479, + "__docId__": 484, "kind": "member", "static": false, "variation": null, @@ -10424,7 +10493,7 @@ } }, { - "__docId__": 480, + "__docId__": 485, "kind": "member", "static": false, "variation": null, @@ -10444,7 +10513,7 @@ } }, { - "__docId__": 481, + "__docId__": 486, "kind": "member", "static": false, "variation": null, @@ -10464,7 +10533,7 @@ } }, { - "__docId__": 482, + "__docId__": 487, "kind": "member", "static": false, "variation": null, @@ -10484,7 +10553,7 @@ } }, { - "__docId__": 483, + "__docId__": 488, "kind": "member", "static": false, "variation": null, @@ -10504,7 +10573,7 @@ } }, { - "__docId__": 484, + "__docId__": 489, "kind": "member", "static": false, "variation": null, @@ -10524,7 +10593,7 @@ } }, { - "__docId__": 485, + "__docId__": 490, "kind": "member", "static": false, "variation": null, @@ -10544,7 +10613,7 @@ } }, { - "__docId__": 486, + "__docId__": 491, "kind": "member", "static": false, "variation": null, @@ -10564,7 +10633,7 @@ } }, { - "__docId__": 487, + "__docId__": 492, "kind": "method", "static": false, "variation": null, @@ -10578,7 +10647,7 @@ "generator": false }, { - "__docId__": 488, + "__docId__": 493, "kind": "member", "static": false, "variation": null, @@ -10596,7 +10665,7 @@ } }, { - "__docId__": 489, + "__docId__": 494, "kind": "member", "static": false, "variation": null, @@ -10619,7 +10688,7 @@ } }, { - "__docId__": 490, + "__docId__": 495, "kind": "method", "static": false, "variation": null, @@ -10633,7 +10702,7 @@ "generator": false }, { - "__docId__": 491, + "__docId__": 496, "kind": "method", "static": false, "variation": null, @@ -10647,7 +10716,7 @@ "generator": false }, { - "__docId__": 492, + "__docId__": 497, "kind": "method", "static": false, "variation": null, @@ -10661,7 +10730,7 @@ "generator": false }, { - "__docId__": 493, + "__docId__": 498, "kind": "method", "static": false, "variation": null, @@ -10675,7 +10744,7 @@ "generator": false }, { - "__docId__": 494, + "__docId__": 499, "kind": "method", "static": false, "variation": null, @@ -10689,7 +10758,7 @@ "generator": false }, { - "__docId__": 495, + "__docId__": 500, "kind": "member", "static": false, "variation": null, @@ -10707,7 +10776,7 @@ } }, { - "__docId__": 496, + "__docId__": 501, "kind": "member", "static": false, "variation": null, @@ -10725,7 +10794,7 @@ } }, { - "__docId__": 497, + "__docId__": 502, "kind": "file", "static": true, "variation": null, @@ -10738,7 +10807,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, createText, elm, removeElm} from '../dom';\nimport {isArray, isFn, isNull} from '../types';\nimport {addEvt, keyCode, removeEvt} from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\n/**\n * Paging UI component\n * @export\n * @class Paging\n * @extends {Feature}\n */\nexport class Paging extends Feature {\n\n /**\n * Creates an instance of Paging\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n /**\n * Css class for the paging buttons (previous, next, etc.)\n * @type {String}\n */\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n\n /**\n * Main select DOM element\n * @type {DOMElement}\n */\n this.pagingSlc = null;\n\n /**\n * Results per page select DOM element\n * @type {DOMElement}\n */\n this.resultsPerPageSlc = null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.pagingTgtId = f.paging_target_id || null;\n\n /**\n * Number of rows contained in a page\n * @type {Number}\n */\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n\n /**\n * ID of custom container element for the results per page selector\n * @type {String}\n */\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n\n /**\n * Css class for the paging select element\n * @type {String}\n */\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n\n /**\n * Css class for the paging input element\n * @type {String}\n */\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n\n /**\n * Label and values for the results per page select, example of usage:\n * ['Records: ', [10,25,50,100]]\n * @type {Array}\n */\n this.resultsPerPage = f.results_per_page || null;\n\n /**\n * Determines if results per page is configured\n * @type {Boolean}\n */\n this.hasResultsPerPage = isArray(this.resultsPerPage);\n\n /**\n * Css class for the results per page select\n * @type {String}\n */\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n\n /**\n * Css class for the label preceding results per page select\n * @type {String}\n */\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n\n /**\n * Index of the first row of current page\n * @type {Number}\n * @private\n */\n this.startPagingRow = 0;\n\n /**\n * Total number of pages\n * @type {Number}\n * @private\n */\n this.nbPages = 0;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.currentPageNb = 1;\n\n /**\n * Next page button text\n * @type {String}\n */\n this.btnNextPageText = f.btn_next_page_text || '>';\n\n /**\n * Previous page button text\n * @type {String}\n */\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n\n /**\n * Last page button text\n * @type {String}\n */\n this.btnLastPageText = f.btn_last_page_text || '>|';\n\n /**\n * First page button text\n * @type {String}\n */\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n\n /**\n * Next page button HTML\n * @type {String}\n */\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Previous page button HTML\n * @type {String}\n */\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * First page button HTML\n * @type {String}\n */\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Last page button HTML\n * @type {String}\n */\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Text preceeding page selector drop-down\n * @type {String}\n */\n this.pageText = f.page_text || ' Page ';\n\n /**\n * Text after page selector drop-down\n * @type {String}\n */\n this.ofText = f.of_text || ' of ';\n\n /**\n * Css class for the span containing total number of pages\n * @type {String}\n */\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n\n /**\n * Determines if paging buttons are enabled (default: true)\n * @type {Boolean}\n */\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n\n /**\n * Defines page selector type, two possible values: 'select', 'input'\n * @type {String}\n */\n this.pageSelectorType = f.page_selector_type || SELECT;\n\n /**\n * Callback fired before the page is changed\n * @type {Function}\n */\n this.onBeforeChangePage = isFn(f.on_before_change_page) ?\n f.on_before_change_page : null;\n\n /**\n * Callback fired after the page is changed\n * @type {Function}\n */\n this.onAfterChangePage = isFn(f.on_after_change_page) ?\n f.on_after_change_page : null;\n\n /**\n * Element IDs prefixes\n */\n /**\n * Page select\n * @type {String}\n * @private\n */\n this.prfxSlcPages = 'slcPages_';\n /**\n * Results per page select\n * @type {String}\n * @private\n */\n this.prfxSlcResults = 'slcResults_';\n /**\n * Label preciding results per page select\n * @type {String}\n * @private\n */\n this.prfxSlcResultsTxt = 'slcResultsTxt_';\n /**\n * Span containing next page button\n * @type {String}\n * @private\n */\n this.prfxBtnNextSpan = 'btnNextSpan_';\n /**\n * Span containing previous page button\n * @type {String}\n * @private\n */\n this.prfxBtnPrevSpan = 'btnPrevSpan_';\n /**\n * Span containing last page button\n * @type {String}\n * @private\n */\n this.prfxBtnLastSpan = 'btnLastSpan_';\n /**\n * Span containing first page button\n * @type {String}\n * @private\n */\n this.prfxBtnFirstSpan = 'btnFirstSpan_';\n /**\n * Next button\n * @type {String}\n * @private\n */\n this.prfxBtnNext = 'btnNext_';\n /**\n * Previous button\n * @type {String}\n * @private\n */\n this.prfxBtnPrev = 'btnPrev_';\n /**\n * Last button\n * @type {String}\n * @private\n */\n this.prfxBtnLast = 'btnLast_';\n /**\n * First button\n * @type {String}\n * @private\n */\n this.prfxBtnFirst = 'btnFirst_';\n /**\n * Span for tot nb pages\n * @type {String}\n * @private\n */\n this.prfxPgSpan = 'pgspan_';\n /**\n * Span preceding pages select (contains 'Page')\n * @type {String}\n * @private\n */\n this.prfxPgBeforeSpan = 'pgbeforespan_';\n /**\n * Span following pages select (contains ' of ')\n * @type {String}\n * @private\n */\n this.prfxPgAfterSpan = 'pgafterspan_';\n\n var start_row = tf.refRow;\n var nrows = tf.getRowsNb(true);\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n var o = this;\n /**\n * Paging DOM events handlers\n * @type {String}\n * @private\n */\n this.evt = {\n slcIndex() {\n return (o.pageSelectorType === SELECT) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10) - 1;\n },\n nbOpts() {\n return (o.pageSelectorType === SELECT) ?\n parseInt(o.pagingSlc.options.length, 10) - 1 :\n (o.nbPages - 1);\n },\n next() {\n var nextIndex = o.evt.slcIndex() < o.evt.nbOpts() ?\n o.evt.slcIndex() + 1 : 0;\n o.changePage(nextIndex);\n },\n prev() {\n var prevIndex = o.evt.slcIndex() > 0 ?\n o.evt.slcIndex() - 1 : o.evt.nbOpts();\n o.changePage(prevIndex);\n },\n last() {\n o.changePage(o.evt.nbOpts());\n },\n first() {\n o.changePage(0);\n },\n _detectKey(e) {\n var key = keyCode(e);\n if (key === ENTER_KEY) {\n if (tf.sorted) {\n tf.filter();\n o.changePage(o.evt.slcIndex());\n } else {\n o.changePage();\n }\n this.blur();\n }\n },\n slcPagesChange: null,\n nextEvt: null,\n prevEvt: null,\n lastEvt: null,\n firstEvt: null\n };\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n var slcPages;\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.initialized) {\n return;\n }\n\n // Check resultsPerPage is in expected format and initialise the\n // results per page component\n if (this.hasResultsPerPage) {\n if (this.resultsPerPage.length < 2) {\n this.hasResultsPerPage = false;\n } else {\n this.pagingLength = this.resultsPerPage[1][0];\n this.setResultsPerPage();\n }\n }\n\n evt.slcPagesChange = (event) => {\n var slc = event.target;\n this.changePage(slc.selectedIndex);\n };\n\n // Paging drop-down list selector\n if (this.pageSelectorType === SELECT) {\n slcPages = createElm(SELECT, ['id', this.prfxSlcPages + tf.id]);\n slcPages.className = this.pgSlcCssClass;\n addEvt(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === INPUT) {\n slcPages = createElm(INPUT,\n ['id', this.prfxSlcPages + tf.id],\n ['value', this.currentPageNb]\n );\n slcPages.className = this.pgInpCssClass;\n addEvt(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = createElm(\n 'span', ['id', this.prfxBtnNextSpan + tf.id]);\n var btnPrevSpan = createElm(\n 'span', ['id', this.prfxBtnPrevSpan + tf.id]);\n var btnLastSpan = createElm(\n 'span', ['id', this.prfxBtnLastSpan + tf.id]);\n var btnFirstSpan = createElm(\n 'span', ['id', this.prfxBtnFirstSpan + tf.id]);\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btn_next = createElm(INPUT,\n ['id', this.prfxBtnNext + tf.id],\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btn_next.className = this.btnPageCssClass;\n addEvt(btn_next, 'click', evt.next);\n btnNextSpan.appendChild(btn_next);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n addEvt(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btn_prev = createElm(INPUT,\n ['id', this.prfxBtnPrev + tf.id],\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btn_prev.className = this.btnPageCssClass;\n addEvt(btn_prev, 'click', evt.prev);\n btnPrevSpan.appendChild(btn_prev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n addEvt(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btn_last = createElm(INPUT,\n ['id', this.prfxBtnLast + tf.id],\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btn_last.className = this.btnPageCssClass;\n addEvt(btn_last, 'click', evt.last);\n btnLastSpan.appendChild(btn_last);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n addEvt(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btn_first = createElm(INPUT,\n ['id', this.prfxBtnFirst + tf.id],\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btn_first.className = this.btnPageCssClass;\n addEvt(btn_first, 'click', evt.first);\n btnFirstSpan.appendChild(btn_first);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n addEvt(btnFirstSpan, 'click', evt.first);\n }\n }\n\n // paging elements (buttons+drop-down list) are added to defined element\n if (!this.pagingTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = createElm(\n 'span', ['id', this.prfxPgBeforeSpan + tf.id]);\n pgBeforeSpan.appendChild(createText(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = createElm(\n 'span', ['id', this.prfxPgAfterSpan + tf.id]);\n pgAfterSpan.appendChild(createText(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgspan = createElm('span', ['id', this.prfxPgSpan + tf.id]);\n pgspan.className = this.nbPgSpanCssClass;\n pgspan.appendChild(createText(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgspan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n this.pagingSlc = elm(this.prfxSlcPages + tf.id);\n\n this.setPagingInfo();\n\n if (!tf.fltGrid) {\n tf.validateAllRows();\n this.setPagingInfo(tf.validRowsIndex);\n }\n\n this.emitter.on(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.on(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.on(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n */\n reset(filterTable = false) {\n var tf = this.tf;\n if (this.isEnabled()) {\n return;\n }\n this.enable();\n this.init();\n\n if (filterTable) {\n tf.filter();\n }\n }\n\n /**\n * Reset paging info from scratch after a filtering process\n */\n resetPagingInfo() {\n this.startPagingRow = 0;\n this.currentPageNb = 1;\n this.setPagingInfo(this.tf.validRowsIndex);\n }\n\n /**\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n */\n setPagingInfo(validRows) {\n var tf = this.tf;\n var mdiv = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n var pgspan = elm(this.prfxPgSpan + tf.id);\n\n //store valid rows indexes\n tf.validRowsIndex = validRows || tf.getValidRows(true);\n\n //calculate nb of pages\n this.nbPages = Math.ceil(tf.validRowsIndex.length / this.pagingLength);\n //refresh page nb span\n pgspan.innerHTML = this.nbPages;\n //select clearing shortcut\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.innerHTML = '';\n }\n\n if (this.nbPages > 0) {\n mdiv.style.visibility = 'visible';\n if (this.pageSelectorType === SELECT) {\n for (var z = 0; z < this.nbPages; z++) {\n var opt = createOpt(z + 1, z * this.pagingLength, false);\n this.pagingSlc.options[z] = opt;\n }\n } else {\n //input type\n this.pagingSlc.value = this.currentPageNb;\n }\n\n } else {\n /*** if no results paging select and buttons are hidden ***/\n mdiv.style.visibility = 'hidden';\n }\n this.groupByPage(tf.validRowsIndex);\n }\n\n /**\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n */\n groupByPage(validRows) {\n var tf = this.tf;\n var rows = tf.tbl.rows;\n var startPagingRow = parseInt(this.startPagingRow, 10);\n var endPagingRow = startPagingRow + parseInt(this.pagingLength, 10);\n\n //store valid rows indexes\n if (validRows) {\n tf.validRowsIndex = validRows;\n }\n\n //this loop shows valid rows of current page\n for (var h = 0, len = tf.getValidRowsNb(true); h < len; h++) {\n var validRowIdx = tf.validRowsIndex[h];\n var r = rows[validRowIdx];\n var isRowValid = r.getAttribute('validRow');\n var rowDisplayed = false;\n\n if (h >= startPagingRow && h < endPagingRow) {\n if (isNull(isRowValid) || Boolean(isRowValid === 'true')) {\n r.style.display = '';\n rowDisplayed = true;\n }\n } else {\n r.style.display = NONE;\n }\n this.emitter.emit('row-paged', tf, validRowIdx, h, rowDisplayed);\n }\n\n // broadcast grouping by page\n this.emitter.emit('grouped-by-page', tf, this);\n }\n\n /**\n * Return the current page number\n * @return {Number} Page number\n */\n getPage() {\n return this.currentPageNb;\n }\n\n /**\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n */\n setPage(cmd) {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (cmd.toLowerCase()) {\n case 'next':\n btnEvt.next();\n break;\n case 'previous':\n btnEvt.prev();\n break;\n case 'last':\n btnEvt.last();\n break;\n case 'first':\n btnEvt.first();\n break;\n default:\n btnEvt.next();\n break;\n }\n }\n else if (cmdtype === 'number') {\n this.changePage(cmd - 1);\n }\n }\n\n /**\n * Generates UI elements for the number of results per page drop-down\n */\n setResultsPerPage() {\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n\n evt.slcResultsChange = (ev) => {\n this.onChangeResultsPerPage();\n ev.target.blur();\n };\n\n var slcR = createElm(SELECT, ['id', this.prfxSlcResults + tf.id]);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = createElm(\n 'span', ['id', this.prfxSlcResultsTxt + tf.id]);\n slcRSpan.className = this.resultsSpanCssClass;\n\n // results per page select is added to external element\n if (!this.resultsPerPageTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.resultsPerPageTgtId ?\n tf.rDiv : elm(this.resultsPerPageTgtId);\n slcRSpan.appendChild(createText(slcRText));\n\n var help = tf.feature('help');\n if (help && help.btn) {\n help.btn.parentNode.insertBefore(slcRSpan, help.btn);\n help.btn.parentNode.insertBefore(slcR, help.btn);\n } else {\n targetEl.appendChild(slcRSpan);\n targetEl.appendChild(slcR);\n }\n\n for (var r = 0; r < slcROpts.length; r++) {\n var currOpt = new Option(slcROpts[r], slcROpts[r], false, false);\n slcR.options[r] = currOpt;\n }\n addEvt(slcR, 'change', evt.slcResultsChange);\n this.resultsPerPageSlc = slcR;\n }\n\n /**\n * Remove number of results per page UI elements\n */\n removeResultsPerPage() {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.resultsPerPageSlc ||\n !this.resultsPerPage) {\n return;\n }\n var slcR = this.resultsPerPageSlc,\n slcRSpan = elm(this.prfxSlcResultsTxt + tf.id);\n if (slcR) {\n removeElm(slcR);\n }\n if (slcRSpan) {\n removeElm(slcRSpan);\n }\n this.resultsPerPageSlc = null;\n }\n\n /**\n * Change the page based on passed index\n * @param {Number} index Index of the page (0-n)\n */\n changePage(index) {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-change', tf, (index + 1));\n\n if (index === null) {\n index = this.pageSelectorType === SELECT ?\n this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1;\n }\n if (index >= 0 && index <= (this.nbPages - 1)) {\n if (this.onBeforeChangePage) {\n this.onBeforeChangePage.call(null, this, (index + 1));\n }\n this.currentPageNb = parseInt(index, 10) + 1;\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.options[index].selected = true;\n } else {\n this.pagingSlc.value = this.currentPageNb;\n }\n\n this.startPagingRow = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.value : (index * this.pagingLength);\n\n this.groupByPage();\n\n if (this.onAfterChangePage) {\n this.onAfterChangePage.call(null, this, (index + 1));\n }\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\n\n /**\n * Change the number of results per page based on passed value\n * @param {String} val The number of results per page\n */\n changeResultsPerPage(val) {\n if (!this.isEnabled() || isNaN(val)) {\n return;\n }\n\n this.resultsPerPageSlc.value = val;\n this.onChangeResultsPerPage();\n }\n\n /**\n * Change rows according to page results drop-down\n */\n onChangeResultsPerPage() {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-length-change', tf);\n\n var slcR = this.resultsPerPageSlc;\n var slcIndex = slcR.selectedIndex;\n var slcPagesSelIndex = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.selectedIndex :\n parseInt(this.pagingSlc.value - 1, 10);\n this.pagingLength = parseInt(slcR.options[slcIndex].value, 10);\n this.startPagingRow = this.pagingLength * slcPagesSelIndex;\n\n if (!isNaN(this.pagingLength)) {\n if (this.startPagingRow >= tf.nbFilterableRows) {\n this.startPagingRow = (tf.nbFilterableRows - this.pagingLength);\n }\n this.setPagingInfo();\n\n if (this.pageSelectorType === SELECT) {\n var slcIdx =\n (this.pagingSlc.options.length - 1 <= slcPagesSelIndex) ?\n (this.pagingSlc.options.length - 1) : slcPagesSelIndex;\n this.pagingSlc.options[slcIdx].selected = true;\n }\n }\n\n this.emitter.emit('after-page-length-change', tf, this.pagingLength);\n }\n\n /**\n * Re-set page nb at page re-load\n */\n resetPage() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page', tf);\n var pgNb = tf.feature('store').getPageNb();\n if (pgNb !== '') {\n this.changePage((pgNb - 1));\n }\n this.emitter.emit('after-reset-page', tf, pgNb);\n }\n\n /**\n * Re-set page length value at page re-load\n */\n resetPageLength() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page-length', tf);\n var pglenIndex = tf.feature('store').getPageLength();\n\n if (pglenIndex !== '') {\n this.resultsPerPageSlc.options[pglenIndex].selected = true;\n this.changeResultsPerPage();\n }\n this.emitter.emit('after-reset-page-length', tf, pglenIndex);\n }\n\n /**\n * Remove paging feature\n */\n destroy() {\n var tf = this.tf;\n\n if (!this.initialized) {\n return;\n }\n // btns containers\n var btnNextSpan = elm(this.prfxBtnNextSpan + tf.id);\n var btnPrevSpan = elm(this.prfxBtnPrevSpan + tf.id);\n var btnLastSpan = elm(this.prfxBtnLastSpan + tf.id);\n var btnFirstSpan = elm(this.prfxBtnFirstSpan + tf.id);\n //span containing 'Page' text\n var pgBeforeSpan = elm(this.prfxPgBeforeSpan + tf.id);\n //span containing 'of' text\n var pgAfterSpan = elm(this.prfxPgAfterSpan + tf.id);\n //span containing nb of pages\n var pgspan = elm(this.prfxPgSpan + tf.id);\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === SELECT) {\n removeEvt(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n removeEvt(this.pagingSlc, 'keypress', evt._detectKey);\n }\n removeElm(this.pagingSlc);\n }\n\n if (btnNextSpan) {\n removeEvt(btnNextSpan, 'click', evt.next);\n removeElm(btnNextSpan);\n }\n\n if (btnPrevSpan) {\n removeEvt(btnPrevSpan, 'click', evt.prev);\n removeElm(btnPrevSpan);\n }\n\n if (btnLastSpan) {\n removeEvt(btnLastSpan, 'click', evt.last);\n removeElm(btnLastSpan);\n }\n\n if (btnFirstSpan) {\n removeEvt(btnFirstSpan, 'click', evt.first);\n removeElm(btnFirstSpan);\n }\n\n if (pgBeforeSpan) {\n removeElm(pgBeforeSpan);\n }\n\n if (pgAfterSpan) {\n removeElm(pgAfterSpan);\n }\n\n if (pgspan) {\n removeElm(pgspan);\n }\n\n if (this.hasResultsPerPage) {\n this.removeResultsPerPage();\n }\n\n this.emitter.off(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.off(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.off(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n this.pagingSlc = null;\n this.nbPages = 0;\n this.disable();\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 498, + "__docId__": 503, "kind": "class", "static": true, "variation": null, @@ -10767,7 +10836,7 @@ ] }, { - "__docId__": 499, + "__docId__": 504, "kind": "constructor", "static": false, "variation": null, @@ -10792,7 +10861,7 @@ "generator": false }, { - "__docId__": 500, + "__docId__": 505, "kind": "member", "static": false, "variation": null, @@ -10812,7 +10881,7 @@ } }, { - "__docId__": 501, + "__docId__": 506, "kind": "member", "static": false, "variation": null, @@ -10832,7 +10901,7 @@ } }, { - "__docId__": 502, + "__docId__": 507, "kind": "member", "static": false, "variation": null, @@ -10852,7 +10921,7 @@ } }, { - "__docId__": 503, + "__docId__": 508, "kind": "member", "static": false, "variation": null, @@ -10872,7 +10941,7 @@ } }, { - "__docId__": 504, + "__docId__": 509, "kind": "member", "static": false, "variation": null, @@ -10892,7 +10961,7 @@ } }, { - "__docId__": 505, + "__docId__": 510, "kind": "member", "static": false, "variation": null, @@ -10912,7 +10981,7 @@ } }, { - "__docId__": 506, + "__docId__": 511, "kind": "member", "static": false, "variation": null, @@ -10932,7 +11001,7 @@ } }, { - "__docId__": 507, + "__docId__": 512, "kind": "member", "static": false, "variation": null, @@ -10952,7 +11021,7 @@ } }, { - "__docId__": 508, + "__docId__": 513, "kind": "member", "static": false, "variation": null, @@ -10972,7 +11041,7 @@ } }, { - "__docId__": 509, + "__docId__": 514, "kind": "member", "static": false, "variation": null, @@ -10992,7 +11061,7 @@ } }, { - "__docId__": 510, + "__docId__": 515, "kind": "member", "static": false, "variation": null, @@ -11012,7 +11081,7 @@ } }, { - "__docId__": 511, + "__docId__": 516, "kind": "member", "static": false, "variation": null, @@ -11032,7 +11101,7 @@ } }, { - "__docId__": 512, + "__docId__": 517, "kind": "member", "static": false, "variation": null, @@ -11052,7 +11121,7 @@ } }, { - "__docId__": 513, + "__docId__": 518, "kind": "member", "static": false, "variation": null, @@ -11072,7 +11141,7 @@ } }, { - "__docId__": 514, + "__docId__": 519, "kind": "member", "static": false, "variation": null, @@ -11092,7 +11161,7 @@ } }, { - "__docId__": 515, + "__docId__": 520, "kind": "member", "static": false, "variation": null, @@ -11112,7 +11181,7 @@ } }, { - "__docId__": 516, + "__docId__": 521, "kind": "member", "static": false, "variation": null, @@ -11132,7 +11201,7 @@ } }, { - "__docId__": 517, + "__docId__": 522, "kind": "member", "static": false, "variation": null, @@ -11152,7 +11221,7 @@ } }, { - "__docId__": 518, + "__docId__": 523, "kind": "member", "static": false, "variation": null, @@ -11172,7 +11241,7 @@ } }, { - "__docId__": 519, + "__docId__": 524, "kind": "member", "static": false, "variation": null, @@ -11192,7 +11261,7 @@ } }, { - "__docId__": 520, + "__docId__": 525, "kind": "member", "static": false, "variation": null, @@ -11212,7 +11281,7 @@ } }, { - "__docId__": 521, + "__docId__": 526, "kind": "member", "static": false, "variation": null, @@ -11232,7 +11301,7 @@ } }, { - "__docId__": 522, + "__docId__": 527, "kind": "member", "static": false, "variation": null, @@ -11252,7 +11321,7 @@ } }, { - "__docId__": 523, + "__docId__": 528, "kind": "member", "static": false, "variation": null, @@ -11272,7 +11341,7 @@ } }, { - "__docId__": 524, + "__docId__": 529, "kind": "member", "static": false, "variation": null, @@ -11292,7 +11361,7 @@ } }, { - "__docId__": 525, + "__docId__": 530, "kind": "member", "static": false, "variation": null, @@ -11312,7 +11381,7 @@ } }, { - "__docId__": 526, + "__docId__": 531, "kind": "member", "static": false, "variation": null, @@ -11332,7 +11401,7 @@ } }, { - "__docId__": 527, + "__docId__": 532, "kind": "member", "static": false, "variation": null, @@ -11352,7 +11421,7 @@ } }, { - "__docId__": 528, + "__docId__": 533, "kind": "member", "static": false, "variation": null, @@ -11372,7 +11441,7 @@ } }, { - "__docId__": 529, + "__docId__": 534, "kind": "member", "static": false, "variation": null, @@ -11392,7 +11461,7 @@ } }, { - "__docId__": 530, + "__docId__": 535, "kind": "member", "static": false, "variation": null, @@ -11412,7 +11481,7 @@ } }, { - "__docId__": 531, + "__docId__": 536, "kind": "member", "static": false, "variation": null, @@ -11432,7 +11501,7 @@ } }, { - "__docId__": 532, + "__docId__": 537, "kind": "member", "static": false, "variation": null, @@ -11452,7 +11521,7 @@ } }, { - "__docId__": 533, + "__docId__": 538, "kind": "member", "static": false, "variation": null, @@ -11472,7 +11541,7 @@ } }, { - "__docId__": 534, + "__docId__": 539, "kind": "member", "static": false, "variation": null, @@ -11492,7 +11561,7 @@ } }, { - "__docId__": 535, + "__docId__": 540, "kind": "member", "static": false, "variation": null, @@ -11512,7 +11581,7 @@ } }, { - "__docId__": 536, + "__docId__": 541, "kind": "member", "static": false, "variation": null, @@ -11532,7 +11601,7 @@ } }, { - "__docId__": 537, + "__docId__": 542, "kind": "member", "static": false, "variation": null, @@ -11552,7 +11621,7 @@ } }, { - "__docId__": 538, + "__docId__": 543, "kind": "member", "static": false, "variation": null, @@ -11572,7 +11641,7 @@ } }, { - "__docId__": 539, + "__docId__": 544, "kind": "member", "static": false, "variation": null, @@ -11592,7 +11661,7 @@ } }, { - "__docId__": 540, + "__docId__": 545, "kind": "member", "static": false, "variation": null, @@ -11612,7 +11681,7 @@ } }, { - "__docId__": 541, + "__docId__": 546, "kind": "member", "static": false, "variation": null, @@ -11632,7 +11701,7 @@ } }, { - "__docId__": 542, + "__docId__": 547, "kind": "member", "static": false, "variation": null, @@ -11652,7 +11721,7 @@ } }, { - "__docId__": 543, + "__docId__": 548, "kind": "member", "static": false, "variation": null, @@ -11672,7 +11741,7 @@ } }, { - "__docId__": 544, + "__docId__": 549, "kind": "member", "static": false, "variation": null, @@ -11690,7 +11759,7 @@ } }, { - "__docId__": 545, + "__docId__": 550, "kind": "member", "static": false, "variation": null, @@ -11710,7 +11779,7 @@ } }, { - "__docId__": 546, + "__docId__": 551, "kind": "method", "static": false, "variation": null, @@ -11724,7 +11793,7 @@ "generator": false }, { - "__docId__": 547, + "__docId__": 552, "kind": "member", "static": false, "variation": null, @@ -11742,7 +11811,7 @@ } }, { - "__docId__": 548, + "__docId__": 553, "kind": "member", "static": false, "variation": null, @@ -11760,7 +11829,7 @@ } }, { - "__docId__": 549, + "__docId__": 554, "kind": "member", "static": false, "variation": null, @@ -11778,7 +11847,7 @@ } }, { - "__docId__": 550, + "__docId__": 555, "kind": "member", "static": false, "variation": null, @@ -11801,7 +11870,7 @@ } }, { - "__docId__": 551, + "__docId__": 556, "kind": "method", "static": false, "variation": null, @@ -11826,7 +11895,7 @@ "generator": false }, { - "__docId__": 552, + "__docId__": 557, "kind": "method", "static": false, "variation": null, @@ -11840,7 +11909,7 @@ "generator": false }, { - "__docId__": 553, + "__docId__": 558, "kind": "member", "static": false, "variation": null, @@ -11858,7 +11927,7 @@ } }, { - "__docId__": 554, + "__docId__": 559, "kind": "member", "static": false, "variation": null, @@ -11876,7 +11945,7 @@ } }, { - "__docId__": 555, + "__docId__": 560, "kind": "method", "static": false, "variation": null, @@ -11901,7 +11970,7 @@ "generator": false }, { - "__docId__": 556, + "__docId__": 561, "kind": "member", "static": false, "variation": null, @@ -11919,7 +11988,7 @@ } }, { - "__docId__": 557, + "__docId__": 562, "kind": "method", "static": false, "variation": null, @@ -11944,7 +12013,7 @@ "generator": false }, { - "__docId__": 558, + "__docId__": 563, "kind": "method", "static": false, "variation": null, @@ -11966,7 +12035,7 @@ "generator": false }, { - "__docId__": 559, + "__docId__": 564, "kind": "method", "static": false, "variation": null, @@ -11991,7 +12060,7 @@ "generator": false }, { - "__docId__": 560, + "__docId__": 565, "kind": "method", "static": false, "variation": null, @@ -12005,7 +12074,7 @@ "generator": false }, { - "__docId__": 561, + "__docId__": 566, "kind": "member", "static": false, "variation": null, @@ -12023,7 +12092,7 @@ } }, { - "__docId__": 562, + "__docId__": 567, "kind": "method", "static": false, "variation": null, @@ -12037,7 +12106,7 @@ "generator": false }, { - "__docId__": 563, + "__docId__": 568, "kind": "member", "static": false, "variation": null, @@ -12055,7 +12124,7 @@ } }, { - "__docId__": 564, + "__docId__": 569, "kind": "method", "static": false, "variation": null, @@ -12080,7 +12149,7 @@ "generator": false }, { - "__docId__": 565, + "__docId__": 570, "kind": "member", "static": false, "variation": null, @@ -12098,7 +12167,7 @@ } }, { - "__docId__": 566, + "__docId__": 571, "kind": "member", "static": false, "variation": null, @@ -12116,7 +12185,7 @@ } }, { - "__docId__": 567, + "__docId__": 572, "kind": "method", "static": false, "variation": null, @@ -12141,7 +12210,7 @@ "generator": false }, { - "__docId__": 568, + "__docId__": 573, "kind": "method", "static": false, "variation": null, @@ -12155,7 +12224,7 @@ "generator": false }, { - "__docId__": 569, + "__docId__": 574, "kind": "member", "static": false, "variation": null, @@ -12173,7 +12242,7 @@ } }, { - "__docId__": 570, + "__docId__": 575, "kind": "member", "static": false, "variation": null, @@ -12191,7 +12260,7 @@ } }, { - "__docId__": 571, + "__docId__": 576, "kind": "member", "static": false, "variation": null, @@ -12209,7 +12278,7 @@ } }, { - "__docId__": 572, + "__docId__": 577, "kind": "method", "static": false, "variation": null, @@ -12223,7 +12292,7 @@ "generator": false }, { - "__docId__": 573, + "__docId__": 578, "kind": "method", "static": false, "variation": null, @@ -12237,7 +12306,7 @@ "generator": false }, { - "__docId__": 574, + "__docId__": 579, "kind": "method", "static": false, "variation": null, @@ -12251,7 +12320,7 @@ "generator": false }, { - "__docId__": 575, + "__docId__": 580, "kind": "member", "static": false, "variation": null, @@ -12269,7 +12338,7 @@ } }, { - "__docId__": 576, + "__docId__": 581, "kind": "member", "static": false, "variation": null, @@ -12287,7 +12356,7 @@ } }, { - "__docId__": 577, + "__docId__": 582, "kind": "member", "static": false, "variation": null, @@ -12305,7 +12374,7 @@ } }, { - "__docId__": 578, + "__docId__": 583, "kind": "file", "static": true, "variation": null, @@ -12315,10 +12384,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from '../feature';\nimport {isFn} from '../types';\nimport {createElm, removeElm} from '../dom';\nimport {addEvt, cancelEvt, stopEvt, targetEvt} from '../event';\nimport {INPUT, NONE} from '../const';\n\n/**\n * Pop-up filter component\n * @export\n * @class PopupFilter\n * @extends {Feature}\n */\nexport class PopupFilter extends Feature {\n\n /**\n * Creates an instance of PopupFilter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'popupFilters');\n\n // Configuration object\n let f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n /**\n * Filter icon path\n * @type {String}\n */\n this.iconPath = f.popup_filters_image ||\n tf.themesPath + 'icn_filter.gif';\n\n /**\n * Active filter icon path\n * @type {string}\n */\n this.activeIconPath = f.popup_filters_image_active ||\n tf.themesPath + 'icn_filterActive.gif';\n\n /**\n * HTML for the filter icon\n * @type {string}\n */\n this.iconHtml = f.popup_filters_image_html ||\n '\"Column';\n\n /**\n * Css class assigned to filter container element\n * @type {String}\n */\n this.containerCssClass = f.popup_div_css_class || 'popUpFilter';\n\n /**\n * Callback fired before a popup filter is opened\n * @type {Function}\n */\n this.onBeforeOpen = isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n\n /**\n * Callback fired after a popup filter is opened\n * @type {Function}\n */\n this.onAfterOpen = isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n\n /**\n * Callback fired before a popup filter is closed\n * @type {Function}\n */\n this.onBeforeClose = isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n\n /**\n * Callback fired after a popup filter is closed\n * @type {Function}\n */\n this.onAfterClose = isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n /**\n * Collection of filters spans\n * @type {Array}\n * @private\n */\n this.fltSpans = [];\n\n /**\n * Collection of filters icons\n * @type {Array}\n * @private\n */\n this.fltIcons = [];\n\n /**\n * Collection of filters icons cached after pop-up filters are removed\n * @type {Array}\n * @private\n */\n this.filtersCache = null;\n\n /**\n * Collection of filters containers\n * @type {Array}\n * @private\n */\n this.fltElms = this.filtersCache || [];\n\n /**\n * Ensure filter's container element width matches column width\n * @type {Boolean}\n */\n this.adjustToContainer = true;\n\n /**\n * Prefix for pop-up filter span ID\n * @type {String}\n * @private\n */\n this.prfxSpan = 'popUpSpan_';\n\n /**\n * Prefix for pop-up filter container ID\n * @type {String}\n * @private\n */\n this.prfxDiv = 'popUpDiv_';\n }\n\n /**\n * Click event handler for pop-up filter icon\n * @private\n */\n onClick(evt) {\n let elm = targetEvt(evt).parentNode,\n colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if (this.adjustToContainer) {\n let popUpDiv = this.fltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n popUpDiv.style.width = parseInt(headerWidth, 10) + 'px';\n }\n cancelEvt(evt);\n stopEvt(evt);\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n // Override headers row index if no grouped headers\n // TODO: Prevent the filters row to simplify headers row index adjusting\n if (tf.headersRow <= 1 && isNaN(tf.config().headers_row_index)) {\n tf.headersRow = 0;\n }\n\n // Adjust headers row index for grid-layout mode\n // TODO: Prevent the filters row to simplify headers row index adjusting\n if (tf.gridLayout) {\n tf.headersRow--;\n this.buildIcons();\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], () => this.setIconsState());\n this.emitter.on(['after-filtering'], () => this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.on(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset() {\n this.enable();\n this.init();\n this.buildAll();\n }\n\n /**\n * Build all filters icons\n */\n buildIcons() {\n let tf = this.tf;\n\n // Filters row is added to the DOM, adjust headers row index\n // TODO: Prevent the filters row to simplify headers row index adjusting\n tf.headersRow++;\n\n for (let i = 0; i < tf.nbCells; i++) {\n if (tf.getFilterType(i) === NONE) {\n continue;\n }\n let popUpSpan = createElm(\n 'span',\n ['id', this.prfxSpan + tf.id + '_' + i],\n ['ci', i]\n );\n popUpSpan.innerHTML = this.iconHtml;\n let header = tf.getHeaderElement(i);\n header.appendChild(popUpSpan);\n addEvt(popUpSpan, 'click', (evt) => this.onClick(evt));\n this.fltSpans[i] = popUpSpan;\n this.fltIcons[i] = popUpSpan.firstChild;\n }\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll() {\n for (let i = 0; i < this.filtersCache.length; i++) {\n this.build(i, this.filtersCache[i]);\n }\n }\n\n /**\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n */\n build(colIndex, div) {\n let tf = this.tf;\n let popUpDiv = !div ?\n createElm('div',\n ['id', this.prfxDiv + tf.id + '_' + colIndex]) :\n div;\n popUpDiv.className = this.containerCssClass;\n tf.externalFltTgtIds.push(popUpDiv.id);\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(popUpDiv, header.firstChild);\n addEvt(popUpDiv, 'click', (evt) => stopEvt(evt));\n this.fltElms[colIndex] = popUpDiv;\n }\n\n /**\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex) {\n let tf = this.tf,\n popUpFltElm = this.fltElms[colIndex];\n\n if (popUpFltElm.style.display === NONE ||\n popUpFltElm.style.display === '') {\n if (this.onBeforeOpen) {\n this.onBeforeOpen.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = 'block';\n if (tf.getFilterType(colIndex) === INPUT) {\n let flt = tf.getFilterElement(colIndex);\n if (flt) {\n flt.focus();\n }\n }\n if (this.onAfterOpen) {\n this.onAfterOpen.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n } else {\n if (this.onBeforeClose) {\n this.onBeforeClose.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = NONE;\n if (this.onAfterClose) {\n this.onAfterClose.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n }\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx) {\n for (let i = 0; i < this.fltElms.length; i++) {\n if (i === exceptIdx) {\n continue;\n }\n let popUpFltElm = this.fltElms[i];\n if (popUpFltElm) {\n popUpFltElm.style.display = NONE;\n }\n }\n }\n\n /**\n * Build all the icons representing the pop-up filters\n */\n setIconsState() {\n for (let i = 0; i < this.fltIcons.length; i++) {\n this.changeState(i, false);\n }\n }\n\n /**\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n */\n changeState(colIndex, active) {\n if (this.fltIcons[colIndex]) {\n this.fltIcons[colIndex].src = active ?\n this.activeIconPath : this.iconPath;\n }\n }\n\n /**\n * Remove pop-up filters\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.filtersCache = [];\n for (let i = 0; i < this.fltElms.length; i++) {\n let popUpFltElm = this.fltElms[i],\n popUpFltSpan = this.fltSpans[i],\n popUpFltImg = this.fltIcons[i];\n if (popUpFltElm) {\n removeElm(popUpFltElm);\n this.filtersCache[i] = popUpFltElm;\n }\n popUpFltElm = null;\n if (popUpFltSpan) {\n removeElm(popUpFltSpan);\n }\n popUpFltSpan = null;\n if (popUpFltImg) {\n removeElm(popUpFltImg);\n }\n popUpFltImg = null;\n }\n this.fltElms = [];\n this.fltSpans = [];\n this.fltIcons = [];\n\n // unsubscribe to events\n this.emitter.off(['before-filtering'], () => this.setIconsState());\n this.emitter.off(['after-filtering'], () => this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.off(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n" + "content": "import {Feature} from '../feature';\nimport {isFn} from '../types';\nimport {createElm, removeElm} from '../dom';\nimport {addEvt, cancelEvt, stopEvt, targetEvt} from '../event';\nimport {INPUT, NONE} from '../const';\n\n/**\n * Pop-up filter component\n * @export\n * @class PopupFilter\n * @extends {Feature}\n */\nexport class PopupFilter extends Feature {\n\n /**\n * Creates an instance of PopupFilter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'popupFilters');\n\n // Configuration object\n let f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n /**\n * Filter icon path\n * @type {String}\n */\n this.iconPath = f.popup_filters_image ||\n tf.themesPath + 'icn_filter.gif';\n\n /**\n * Active filter icon path\n * @type {string}\n */\n this.activeIconPath = f.popup_filters_image_active ||\n tf.themesPath + 'icn_filterActive.gif';\n\n /**\n * HTML for the filter icon\n * @type {string}\n */\n this.iconHtml = f.popup_filters_image_html ||\n '\"Column';\n\n /**\n * Css class assigned to filter container element\n * @type {String}\n */\n this.containerCssClass = f.popup_div_css_class || 'popUpFilter';\n\n /**\n * Callback fired before a popup filter is opened\n * @type {Function}\n */\n this.onBeforeOpen = isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n\n /**\n * Callback fired after a popup filter is opened\n * @type {Function}\n */\n this.onAfterOpen = isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n\n /**\n * Callback fired before a popup filter is closed\n * @type {Function}\n */\n this.onBeforeClose = isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n\n /**\n * Callback fired after a popup filter is closed\n * @type {Function}\n */\n this.onAfterClose = isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n /**\n * Collection of filters spans\n * @type {Array}\n * @private\n */\n this.fltSpans = [];\n\n /**\n * Collection of filters icons\n * @type {Array}\n * @private\n */\n this.fltIcons = [];\n\n /**\n * Collection of filters icons cached after pop-up filters are removed\n * @type {Array}\n * @private\n */\n this.filtersCache = null;\n\n /**\n * Collection of filters containers\n * @type {Array}\n * @private\n */\n this.fltElms = this.filtersCache || [];\n\n /**\n * Ensure filter's container element width matches column width\n * @type {Boolean}\n */\n this.adjustToContainer = true;\n\n /**\n * Prefix for pop-up filter span ID\n * @type {String}\n * @private\n */\n this.prfxSpan = 'popUpSpan_';\n\n /**\n * Prefix for pop-up filter container ID\n * @type {String}\n * @private\n */\n this.prfxDiv = 'popUpDiv_';\n }\n\n /**\n * Click event handler for pop-up filter icon\n * @private\n */\n onClick(evt) {\n let elm = targetEvt(evt).parentNode,\n colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if (this.adjustToContainer) {\n let popUpDiv = this.fltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n popUpDiv.style.width = parseInt(headerWidth, 10) + 'px';\n }\n cancelEvt(evt);\n stopEvt(evt);\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n // Override headers row index if no grouped headers\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.headersRow <= 1 && isNaN(tf.config().headers_row_index)) {\n tf.headersRow = 0;\n }\n\n // Adjust headers row index for grid-layout mode\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.gridLayout) {\n tf.headersRow--;\n this.buildIcons();\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], () => this.setIconsState());\n this.emitter.on(['after-filtering'], () => this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.on(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset() {\n this.enable();\n this.init();\n this.buildAll();\n }\n\n /**\n * Build all filters icons\n */\n buildIcons() {\n let tf = this.tf;\n\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n tf.headersRow++;\n\n for (let i = 0; i < tf.nbCells; i++) {\n if (tf.getFilterType(i) === NONE) {\n continue;\n }\n let popUpSpan = createElm(\n 'span',\n ['id', this.prfxSpan + tf.id + '_' + i],\n ['ci', i]\n );\n popUpSpan.innerHTML = this.iconHtml;\n let header = tf.getHeaderElement(i);\n header.appendChild(popUpSpan);\n addEvt(popUpSpan, 'click', (evt) => this.onClick(evt));\n this.fltSpans[i] = popUpSpan;\n this.fltIcons[i] = popUpSpan.firstChild;\n }\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll() {\n for (let i = 0; i < this.filtersCache.length; i++) {\n this.build(i, this.filtersCache[i]);\n }\n }\n\n /**\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n */\n build(colIndex, div) {\n let tf = this.tf;\n let popUpDiv = !div ?\n createElm('div',\n ['id', this.prfxDiv + tf.id + '_' + colIndex]) :\n div;\n popUpDiv.className = this.containerCssClass;\n tf.externalFltTgtIds.push(popUpDiv.id);\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(popUpDiv, header.firstChild);\n addEvt(popUpDiv, 'click', (evt) => stopEvt(evt));\n this.fltElms[colIndex] = popUpDiv;\n }\n\n /**\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex) {\n let tf = this.tf,\n popUpFltElm = this.fltElms[colIndex];\n\n if (popUpFltElm.style.display === NONE ||\n popUpFltElm.style.display === '') {\n if (this.onBeforeOpen) {\n this.onBeforeOpen.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = 'block';\n if (tf.getFilterType(colIndex) === INPUT) {\n let flt = tf.getFilterElement(colIndex);\n if (flt) {\n flt.focus();\n }\n }\n if (this.onAfterOpen) {\n this.onAfterOpen.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n } else {\n if (this.onBeforeClose) {\n this.onBeforeClose.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = NONE;\n if (this.onAfterClose) {\n this.onAfterClose.call(\n null, this, this.fltElms[colIndex], colIndex);\n }\n }\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx) {\n for (let i = 0; i < this.fltElms.length; i++) {\n if (i === exceptIdx) {\n continue;\n }\n let popUpFltElm = this.fltElms[i];\n if (popUpFltElm) {\n popUpFltElm.style.display = NONE;\n }\n }\n }\n\n /**\n * Build all the icons representing the pop-up filters\n */\n setIconsState() {\n for (let i = 0; i < this.fltIcons.length; i++) {\n this.changeState(i, false);\n }\n }\n\n /**\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n */\n changeState(colIndex, active) {\n if (this.fltIcons[colIndex]) {\n this.fltIcons[colIndex].src = active ?\n this.activeIconPath : this.iconPath;\n }\n }\n\n /**\n * Remove pop-up filters\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.filtersCache = [];\n for (let i = 0; i < this.fltElms.length; i++) {\n let popUpFltElm = this.fltElms[i],\n popUpFltSpan = this.fltSpans[i],\n popUpFltImg = this.fltIcons[i];\n if (popUpFltElm) {\n removeElm(popUpFltElm);\n this.filtersCache[i] = popUpFltElm;\n }\n popUpFltElm = null;\n if (popUpFltSpan) {\n removeElm(popUpFltSpan);\n }\n popUpFltSpan = null;\n if (popUpFltImg) {\n removeElm(popUpFltImg);\n }\n popUpFltImg = null;\n }\n this.fltElms = [];\n this.fltSpans = [];\n this.fltIcons = [];\n\n // unsubscribe to events\n this.emitter.off(['before-filtering'], () => this.setIconsState());\n this.emitter.off(['after-filtering'], () => this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.off(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 579, + "__docId__": 584, "kind": "class", "static": true, "variation": null, @@ -12347,7 +12416,7 @@ ] }, { - "__docId__": 580, + "__docId__": 585, "kind": "constructor", "static": false, "variation": null, @@ -12372,7 +12441,7 @@ "generator": false }, { - "__docId__": 581, + "__docId__": 586, "kind": "member", "static": false, "variation": null, @@ -12392,7 +12461,7 @@ } }, { - "__docId__": 582, + "__docId__": 587, "kind": "member", "static": false, "variation": null, @@ -12412,7 +12481,7 @@ } }, { - "__docId__": 583, + "__docId__": 588, "kind": "member", "static": false, "variation": null, @@ -12432,7 +12501,7 @@ } }, { - "__docId__": 584, + "__docId__": 589, "kind": "member", "static": false, "variation": null, @@ -12452,7 +12521,7 @@ } }, { - "__docId__": 585, + "__docId__": 590, "kind": "member", "static": false, "variation": null, @@ -12472,7 +12541,7 @@ } }, { - "__docId__": 586, + "__docId__": 591, "kind": "member", "static": false, "variation": null, @@ -12492,7 +12561,7 @@ } }, { - "__docId__": 587, + "__docId__": 592, "kind": "member", "static": false, "variation": null, @@ -12512,7 +12581,7 @@ } }, { - "__docId__": 588, + "__docId__": 593, "kind": "member", "static": false, "variation": null, @@ -12532,7 +12601,7 @@ } }, { - "__docId__": 589, + "__docId__": 594, "kind": "member", "static": false, "variation": null, @@ -12552,7 +12621,7 @@ } }, { - "__docId__": 590, + "__docId__": 595, "kind": "member", "static": false, "variation": null, @@ -12572,7 +12641,7 @@ } }, { - "__docId__": 591, + "__docId__": 596, "kind": "member", "static": false, "variation": null, @@ -12592,7 +12661,7 @@ } }, { - "__docId__": 592, + "__docId__": 597, "kind": "member", "static": false, "variation": null, @@ -12612,7 +12681,7 @@ } }, { - "__docId__": 593, + "__docId__": 598, "kind": "member", "static": false, "variation": null, @@ -12632,7 +12701,7 @@ } }, { - "__docId__": 594, + "__docId__": 599, "kind": "member", "static": false, "variation": null, @@ -12652,7 +12721,7 @@ } }, { - "__docId__": 595, + "__docId__": 600, "kind": "member", "static": false, "variation": null, @@ -12672,7 +12741,7 @@ } }, { - "__docId__": 596, + "__docId__": 601, "kind": "method", "static": false, "variation": null, @@ -12693,7 +12762,7 @@ "generator": false }, { - "__docId__": 597, + "__docId__": 602, "kind": "method", "static": false, "variation": null, @@ -12707,7 +12776,7 @@ "generator": false }, { - "__docId__": 598, + "__docId__": 603, "kind": "member", "static": false, "variation": null, @@ -12716,7 +12785,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#initialized", "access": null, "description": "", - "lineNumber": 189, + "lineNumber": 191, "unknown": [ { "tagName": "@inherited", @@ -12730,7 +12799,7 @@ } }, { - "__docId__": 599, + "__docId__": 604, "kind": "method", "static": false, "variation": null, @@ -12739,12 +12808,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#reset", "access": null, "description": "Reset previously destroyed feature", - "lineNumber": 195, + "lineNumber": 197, "params": [], "generator": false }, { - "__docId__": 600, + "__docId__": 605, "kind": "method", "static": false, "variation": null, @@ -12753,12 +12822,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#buildIcons", "access": null, "description": "Build all filters icons", - "lineNumber": 204, + "lineNumber": 206, "params": [], "generator": false }, { - "__docId__": 601, + "__docId__": 606, "kind": "method", "static": false, "variation": null, @@ -12767,12 +12836,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#buildAll", "access": null, "description": "Build all pop-up filters elements", - "lineNumber": 232, + "lineNumber": 234, "params": [], "generator": false }, { - "__docId__": 602, + "__docId__": 607, "kind": "method", "static": false, "variation": null, @@ -12781,7 +12850,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#build", "access": null, "description": "Build a specified pop-up filter elements", - "lineNumber": 243, + "lineNumber": 245, "params": [ { "nullable": null, @@ -12807,7 +12876,7 @@ "generator": false }, { - "__docId__": 603, + "__docId__": 608, "kind": "method", "static": false, "variation": null, @@ -12816,7 +12885,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#toggle", "access": null, "description": "Toogle visibility of specified filter", - "lineNumber": 261, + "lineNumber": 263, "params": [ { "nullable": null, @@ -12832,7 +12901,7 @@ "generator": false }, { - "__docId__": 604, + "__docId__": 609, "kind": "method", "static": false, "variation": null, @@ -12841,7 +12910,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#closeAll", "access": null, "description": "Close all filters excepted for the specified one if any", - "lineNumber": 299, + "lineNumber": 301, "params": [ { "nullable": null, @@ -12857,7 +12926,7 @@ "generator": false }, { - "__docId__": 605, + "__docId__": 610, "kind": "method", "static": false, "variation": null, @@ -12866,12 +12935,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#setIconsState", "access": null, "description": "Build all the icons representing the pop-up filters", - "lineNumber": 314, + "lineNumber": 316, "params": [], "generator": false }, { - "__docId__": 606, + "__docId__": 611, "kind": "method", "static": false, "variation": null, @@ -12880,7 +12949,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#changeState", "access": null, "description": "Apply specified icon state", - "lineNumber": 325, + "lineNumber": 327, "params": [ { "nullable": null, @@ -12906,7 +12975,7 @@ "generator": false }, { - "__docId__": 607, + "__docId__": 612, "kind": "method", "static": false, "variation": null, @@ -12915,12 +12984,12 @@ "longname": "src/modules/popupFilter.js~PopupFilter#destroy", "access": null, "description": "Remove pop-up filters", - "lineNumber": 335, + "lineNumber": 337, "params": [], "generator": false }, { - "__docId__": 608, + "__docId__": 613, "kind": "member", "static": false, "variation": null, @@ -12929,7 +12998,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#filtersCache", "access": null, "description": null, - "lineNumber": 340, + "lineNumber": 342, "undocument": true, "type": { "types": [ @@ -12938,7 +13007,7 @@ } }, { - "__docId__": 609, + "__docId__": 614, "kind": "member", "static": false, "variation": null, @@ -12947,42 +13016,6 @@ "longname": "src/modules/popupFilter.js~PopupFilter#fltElms", "access": null, "description": null, - "lineNumber": 359, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 610, - "kind": "member", - "static": false, - "variation": null, - "name": "fltSpans", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#fltSpans", - "access": null, - "description": null, - "lineNumber": 360, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 611, - "kind": "member", - "static": false, - "variation": null, - "name": "fltIcons", - "memberof": "src/modules/popupFilter.js~PopupFilter", - "longname": "src/modules/popupFilter.js~PopupFilter#fltIcons", - "access": null, - "description": null, "lineNumber": 361, "undocument": true, "type": { @@ -12992,7 +13025,43 @@ } }, { - "__docId__": 612, + "__docId__": 615, + "kind": "member", + "static": false, + "variation": null, + "name": "fltSpans", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#fltSpans", + "access": null, + "description": null, + "lineNumber": 362, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 616, + "kind": "member", + "static": false, + "variation": null, + "name": "fltIcons", + "memberof": "src/modules/popupFilter.js~PopupFilter", + "longname": "src/modules/popupFilter.js~PopupFilter#fltIcons", + "access": null, + "description": null, + "lineNumber": 363, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 617, "kind": "member", "static": false, "variation": null, @@ -13001,7 +13070,7 @@ "longname": "src/modules/popupFilter.js~PopupFilter#initialized", "access": null, "description": null, - "lineNumber": 372, + "lineNumber": 374, "undocument": true, "type": { "types": [ @@ -13010,7 +13079,7 @@ } }, { - "__docId__": 613, + "__docId__": 618, "kind": "file", "static": true, "variation": null, @@ -13023,7 +13092,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn} from '../types';\n\n/**\n * Rows counter UI component\n * @export\n * @class RowsCounter\n * @extends {Feature}\n */\nexport class RowsCounter extends Feature {\n\n /**\n * Creates an instance of RowsCounter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'rowsCounter');\n\n // TableFilter configuration\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.rows_counter_target_id || null;\n\n /**\n * Container DOM element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Container DOM element for label displaying the total number of rows\n * @type {DOMElement}\n * @private\n */\n this.label = null;\n\n /**\n * Text preceding the total number of rows\n * @type {String}\n */\n this.text = f.rows_counter_text || 'Rows: ';\n\n /**\n * Separator symbol appearing between the first and last visible rows of\n * current page when paging is enabled. ie: Rows: 31-40 / 70\n * @type {String}\n */\n this.fromToTextSeparator = f.from_to_text_separator || '-';\n\n /**\n * Separator symbol appearing between the first and last visible rows of\n * current page and the total number of filterable rows when paging is\n * enabled. ie: Rows: 31-40 / 70\n * @type {String}\n */\n this.overText = f.over_text || ' / ';\n\n /**\n * Css class for container element\n * @type {String}\n */\n this.cssClass = f.tot_rows_css_class || 'tot';\n\n /**\n * Prefix for container ID\n * @type {String}\n * @private\n */\n this.prfxCounter = 'counter_';\n\n /**\n * Prefix for DOM element containing the counter\n * @type {String}\n * @private\n */\n this.prfxLabel = 'totrows_span_';\n\n /**\n * Prefix for label preceding the counter\n * @type {String}\n * @private\n */\n this.prfxText = 'totRowsTextSpan_';\n\n /**\n * Callback fired before the counter is refreshed\n * @type {Function}\n */\n this.onBeforeRefreshCounter = isFn(f.on_before_refresh_counter) ?\n f.on_before_refresh_counter : null;\n\n /**\n * Callback fired after the counter is refreshed\n * @type {Function}\n */\n this.onAfterRefreshCounter = isFn(f.on_after_refresh_counter) ?\n f.on_after_refresh_counter : null;\n }\n\n /**\n * Initializes RowsCounter instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n //rows counter container\n let countDiv = createElm('div', ['id', this.prfxCounter + tf.id]);\n countDiv.className = this.cssClass;\n //rows counter label\n let countSpan = createElm('span', ['id', this.prfxLabel + tf.id]);\n let countText = createElm('span', ['id', this.prfxText + tf.id]);\n countText.appendChild(createText(this.text));\n\n // counter is added to defined element\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.lDiv : elm(this.targetId);\n\n //default container: 'lDiv'\n if (!this.targetId) {\n countDiv.appendChild(countText);\n countDiv.appendChild(countSpan);\n targetEl.appendChild(countDiv);\n }\n else {\n //custom container, no need to append statusDiv\n targetEl.appendChild(countText);\n targetEl.appendChild(countSpan);\n }\n this.container = countDiv;\n this.label = countSpan;\n\n // subscribe to events\n this.emitter.on(['after-filtering', 'grouped-by-page'],\n () => this.refresh(tf.getValidRowsNb()));\n this.emitter.on(['rows-changed'], () => this.refresh());\n\n /**\n * @inherited\n */\n this.initialized = true;\n this.refresh();\n }\n\n /**\n * Refreshes the rows counter\n * @param {Number} p Optional parameter the total number of rows to display\n * @returns\n */\n refresh(p) {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n let tf = this.tf;\n\n if (this.onBeforeRefreshCounter) {\n this.onBeforeRefreshCounter.call(null, tf, this.label);\n }\n\n let totTxt;\n if (!tf.paging) {\n if (p && p !== '') {\n totTxt = p;\n } else {\n totTxt = tf.getFilterableRowsNb() - tf.nbHiddenRows;\n }\n } else {\n let paging = tf.feature('paging');\n if (paging) {\n //paging start row\n let pagingStartRow = parseInt(paging.startPagingRow, 10) +\n ((tf.getValidRowsNb() > 0) ? 1 : 0);\n let pagingEndRow =\n (pagingStartRow + paging.pagingLength) - 1 <=\n tf.getValidRowsNb() ?\n pagingStartRow + paging.pagingLength - 1 :\n tf.getValidRowsNb();\n totTxt = pagingStartRow + this.fromToTextSeparator +\n pagingEndRow + this.overText + tf.getValidRowsNb();\n }\n }\n\n this.label.innerHTML = totTxt;\n if (this.onAfterRefreshCounter) {\n this.onAfterRefreshCounter.call(null, tf, this.label, totTxt);\n }\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n if (!this.targetId && this.container) {\n removeElm(this.container);\n } else {\n elm(this.targetId).innerHTML = '';\n }\n this.label = null;\n this.container = null;\n\n // unsubscribe to events\n this.emitter.off(['after-filtering', 'grouped-by-page'],\n () => this.refresh(tf.getValidRowsNb()));\n this.emitter.off(['rows-changed'], () => this.refresh());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 614, + "__docId__": 619, "kind": "class", "static": true, "variation": null, @@ -13052,7 +13121,7 @@ ] }, { - "__docId__": 615, + "__docId__": 620, "kind": "constructor", "static": false, "variation": null, @@ -13077,7 +13146,7 @@ "generator": false }, { - "__docId__": 616, + "__docId__": 621, "kind": "member", "static": false, "variation": null, @@ -13097,7 +13166,7 @@ } }, { - "__docId__": 617, + "__docId__": 622, "kind": "member", "static": false, "variation": null, @@ -13117,7 +13186,7 @@ } }, { - "__docId__": 618, + "__docId__": 623, "kind": "member", "static": false, "variation": null, @@ -13137,7 +13206,7 @@ } }, { - "__docId__": 619, + "__docId__": 624, "kind": "member", "static": false, "variation": null, @@ -13157,7 +13226,7 @@ } }, { - "__docId__": 620, + "__docId__": 625, "kind": "member", "static": false, "variation": null, @@ -13177,7 +13246,7 @@ } }, { - "__docId__": 621, + "__docId__": 626, "kind": "member", "static": false, "variation": null, @@ -13197,7 +13266,7 @@ } }, { - "__docId__": 622, + "__docId__": 627, "kind": "member", "static": false, "variation": null, @@ -13217,7 +13286,7 @@ } }, { - "__docId__": 623, + "__docId__": 628, "kind": "member", "static": false, "variation": null, @@ -13237,7 +13306,7 @@ } }, { - "__docId__": 624, + "__docId__": 629, "kind": "member", "static": false, "variation": null, @@ -13257,7 +13326,7 @@ } }, { - "__docId__": 625, + "__docId__": 630, "kind": "member", "static": false, "variation": null, @@ -13277,7 +13346,7 @@ } }, { - "__docId__": 626, + "__docId__": 631, "kind": "member", "static": false, "variation": null, @@ -13297,7 +13366,7 @@ } }, { - "__docId__": 627, + "__docId__": 632, "kind": "member", "static": false, "variation": null, @@ -13317,7 +13386,7 @@ } }, { - "__docId__": 628, + "__docId__": 633, "kind": "method", "static": false, "variation": null, @@ -13331,7 +13400,7 @@ "generator": false }, { - "__docId__": 629, + "__docId__": 634, "kind": "member", "static": false, "variation": null, @@ -13349,7 +13418,7 @@ } }, { - "__docId__": 630, + "__docId__": 635, "kind": "member", "static": false, "variation": null, @@ -13367,7 +13436,7 @@ } }, { - "__docId__": 631, + "__docId__": 636, "kind": "member", "static": false, "variation": null, @@ -13390,7 +13459,7 @@ } }, { - "__docId__": 632, + "__docId__": 637, "kind": "method", "static": false, "variation": null, @@ -13421,7 +13490,7 @@ "generator": false }, { - "__docId__": 633, + "__docId__": 638, "kind": "method", "static": false, "variation": null, @@ -13435,7 +13504,7 @@ "generator": false }, { - "__docId__": 634, + "__docId__": 639, "kind": "member", "static": false, "variation": null, @@ -13453,7 +13522,7 @@ } }, { - "__docId__": 635, + "__docId__": 640, "kind": "member", "static": false, "variation": null, @@ -13471,7 +13540,7 @@ } }, { - "__docId__": 636, + "__docId__": 641, "kind": "member", "static": false, "variation": null, @@ -13489,7 +13558,7 @@ } }, { - "__docId__": 637, + "__docId__": 642, "kind": "file", "static": true, "variation": null, @@ -13502,7 +13571,7 @@ "content": "import {Feature} from '../feature';\nimport {Hash} from './hash';\nimport {Storage} from './storage';\nimport {isEmpty} from '../string';\nimport {isArray, isNull, isString, isUndef} from '../types';\n\n/**\n * Features state object persistable with localStorage, cookie or URL hash\n *\n * @export\n * @class State\n * @extends {Feature}\n */\nexport class State extends Feature {\n\n /**\n * Creates an instance of State\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'state');\n\n let cfg = this.config.state;\n\n /**\n * Determines whether state is persisted with URL hash\n * @type {Boolean}\n */\n this.enableHash = cfg === true ||\n (isArray(cfg.types) && cfg.types.indexOf('hash') !== -1);\n\n /**\n * Determines whether state is persisted with localStorage\n * @type {Boolean}\n */\n this.enableLocalStorage = isArray(cfg.types) &&\n cfg.types.indexOf('local_storage') !== -1;\n\n /**\n * Determines whether state is persisted with localStorage\n * @type {Boolean}\n */\n this.enableCookie = isArray(cfg.types) &&\n cfg.types.indexOf('cookie') !== -1;\n\n /**\n * Persist filters values, enabled by default\n * @type {Boolean}\n */\n this.persistFilters = cfg.filters === false ? false : true;\n\n /**\n * Persist current page number when paging is enabled\n * @type {Boolean}\n */\n this.persistPageNumber = Boolean(cfg.page_number);\n\n /**\n * Persist page length when paging is enabled\n * @type {Boolean}\n */\n this.persistPageLength = Boolean(cfg.page_length);\n\n /**\n * Persist column sorting\n * @type {Boolean}\n */\n this.persistSort = Boolean(cfg.sort);\n\n /**\n * Persist columns visibility\n * @type {Boolean}\n */\n this.persistColsVisibility = Boolean(cfg.columns_visibility);\n\n /**\n * Persist filters row visibility\n * @type {Boolean}\n */\n this.persistFiltersVisibility = Boolean(cfg.filters_visibility);\n\n /**\n * Cookie duration in hours\n * @type {Boolean}\n */\n this.cookieDuration = !isNaN(cfg.cookie_duration) ?\n parseInt(cfg.cookie_duration, 10) : 87600;\n\n /**\n * Enable Storage if localStorage or cookie is required\n * @type {Boolean}\n * @private\n */\n this.enableStorage = this.enableLocalStorage || this.enableCookie;\n\n /**\n * Storage instance if storage is required\n * @type {Storage}\n * @private\n */\n this.storage = null;\n\n /**\n * Hash instance if URL hash is required\n * @type {Boolean}\n * @private\n */\n this.hash = null;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.pageNb = null;\n\n /**\n * Current page length\n * @type {Number}\n * @private\n */\n this.pageLength = null;\n\n /**\n * Current column sorting\n * @type {Object}\n * @private\n */\n this.sort = null;\n\n /**\n * Current hidden columns\n * @type {Object}\n * @private\n */\n this.hiddenCols = null;\n\n /**\n * Filters row visibility\n * @type {Boolean}\n * @private\n */\n this.filtersVisibility = null;\n\n /**\n * State object\n * @type {Object}\n * @private\n */\n this.state = {};\n\n /**\n * Prefix for column ID\n * @type {String}\n * @private\n */\n this.prfxCol = 'col_';\n\n /**\n * Prefix for page number ID\n * @type {String}\n * @private\n */\n this.pageNbKey = 'page';\n\n /**\n * Prefix for page length ID\n * @type {String}\n * @private\n */\n this.pageLengthKey = 'page_length';\n\n /**\n * Prefix for filters visibility ID\n * @type {String}\n * @private\n */\n this.filtersVisKey = 'filters_visibility';\n }\n\n /**\n * Initializes State instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.emitter.on(['after-filtering'], () => this.update());\n this.emitter.on(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.on(['after-page-length-change'],\n (tf, pageLength) => this.updatePageLength(pageLength));\n this.emitter.on(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.on(['sort-initialized'], () => this._syncSort());\n this.emitter.on(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.on(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.on(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.on(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash = new Hash(this);\n this.hash.init();\n }\n if (this.enableStorage) {\n this.storage = new Storage(this);\n this.storage.init();\n }\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n\n /**\n * Update state object based on current features state\n */\n update() {\n if (!this.isEnabled()) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n if (this.persistFilters) {\n let filterValues = tf.getFiltersValue();\n\n filterValues.forEach((val, idx) => {\n let key = `${this.prfxCol}${idx}`;\n\n if (isString(val) && isEmpty(val)) {\n if (state.hasOwnProperty(key)) {\n state[key].flt = undefined;\n }\n } else {\n state[key] = state[key] || {};\n state[key].flt = val;\n }\n });\n }\n\n if (this.persistPageNumber) {\n if (isNull(this.pageNb)) {\n state[this.pageNbKey] = undefined;\n } else {\n state[this.pageNbKey] = this.pageNb;\n }\n }\n\n if (this.persistPageLength) {\n if (isNull(this.pageLength)) {\n state[this.pageLengthKey] = undefined;\n } else {\n state[this.pageLengthKey] = this.pageLength;\n }\n }\n\n if (this.persistSort) {\n if (!isNull(this.sort)) {\n // Remove previuosly sorted column\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].sort = undefined;\n }\n });\n\n let key = `${this.prfxCol}${this.sort.column}`;\n state[key] = state[key] || {};\n state[key].sort = { descending: this.sort.descending };\n }\n }\n\n if (this.persistColsVisibility) {\n if (!isNull(this.hiddenCols)) {\n // Clear previuosly hidden columns\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].hidden = undefined;\n }\n });\n\n this.hiddenCols.forEach((colIdx) => {\n let key = `${this.prfxCol}${colIdx}`;\n state[key] = state[key] || {};\n state[key].hidden = true;\n });\n }\n }\n\n if (this.persistFiltersVisibility) {\n if (isNull(this.filtersVisibility)) {\n state[this.filtersVisKey] = undefined;\n } else {\n state[this.filtersVisKey] = this.filtersVisibility;\n }\n }\n\n this.emitter.emit('state-changed', tf, state);\n }\n\n /**\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n */\n updatePage(pageNb) {\n this.pageNb = pageNb;\n this.update();\n }\n\n /**\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n */\n updatePageLength(pageLength) {\n this.pageLength = pageLength;\n this.update();\n }\n\n /**\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n */\n updateSort(index, descending) {\n this.sort = {\n column: index,\n descending: descending\n };\n this.update();\n }\n\n /**\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n */\n updateColsVisibility(hiddenCols) {\n this.hiddenCols = hiddenCols;\n this.update();\n }\n\n /**\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n */\n updateFiltersVisibility(visible) {\n this.filtersVisibility = visible;\n this.update();\n }\n\n /**\n * Override state field\n *\n * @param state State object\n */\n override(state) {\n this.state = state;\n }\n\n /**\n * Sync stored features state\n */\n sync() {\n let state = this.state;\n let tf = this.tf;\n\n this._syncFilters();\n\n if (this.persistPageNumber) {\n let pageNumber = state[this.pageNbKey];\n this.emitter.emit('change-page', tf, pageNumber);\n }\n\n if (this.persistPageLength) {\n let pageLength = state[this.pageLengthKey];\n this.emitter.emit('change-page-results', tf, pageLength);\n }\n\n this._syncSort();\n this._syncColsVisibility();\n this._syncFiltersVisibility();\n }\n\n /**\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n */\n overrideAndSync(state) {\n // To prevent state to react to features changes, state is temporarily\n // disabled\n this.disable();\n // State is overriden with passed state object\n this.override(state);\n // New hash state is applied to features\n this.sync();\n // State is re-enabled\n this.enable();\n }\n\n /**\n * Sync filters with stored values and filter table\n *\n * @private\n */\n _syncFilters() {\n if (!this.persistFilters) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n let val = state[key].flt;\n tf.setFilterValue(colIdx, val);\n }\n });\n\n tf.filter();\n }\n\n /**\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n */\n _syncSort() {\n if (!this.persistSort) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!isUndef(state[key].sort)) {\n let sort = state[key].sort;\n this.emitter.emit('sort', tf, colIdx, sort.descending);\n }\n }\n });\n }\n\n /**\n * Sync hidden columns with stored information\n *\n * @private\n */\n _syncColsVisibility() {\n if (!this.persistColsVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let hiddenCols = [];\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!isUndef(state[key].hidden)) {\n hiddenCols.push(colIdx);\n }\n }\n });\n\n hiddenCols.forEach((colIdx) => {\n this.emitter.emit('hide-column', tf, colIdx);\n });\n }\n\n /**\n * Sync filters visibility with stored information\n *\n * @private\n */\n _syncFiltersVisibility() {\n if (!this.persistFiltersVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let filtersVisibility = state[this.filtersVisKey];\n\n this.filtersVisibility = filtersVisibility;\n this.emitter.emit('show-filters', tf, filtersVisibility);\n }\n\n /**\n * Destroy State instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.state = {};\n\n this.emitter.off(['after-filtering'], () => this.update());\n this.emitter.off(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.off(['after-page-length-change'],\n (tf, index) => this.updatePageLength(index));\n this.emitter.off(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.off(['sort-initialized'], () => this._syncSort());\n this.emitter.off(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.off(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.off(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.off(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash.destroy();\n this.hash = null;\n }\n\n if (this.enableStorage) {\n this.storage.destroy();\n this.storage = null;\n }\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 638, + "__docId__": 643, "kind": "class", "static": true, "variation": null, @@ -13531,7 +13600,7 @@ ] }, { - "__docId__": 639, + "__docId__": 644, "kind": "constructor", "static": false, "variation": null, @@ -13556,7 +13625,7 @@ "generator": false }, { - "__docId__": 640, + "__docId__": 645, "kind": "member", "static": false, "variation": null, @@ -13576,7 +13645,7 @@ } }, { - "__docId__": 641, + "__docId__": 646, "kind": "member", "static": false, "variation": null, @@ -13596,7 +13665,7 @@ } }, { - "__docId__": 642, + "__docId__": 647, "kind": "member", "static": false, "variation": null, @@ -13616,7 +13685,7 @@ } }, { - "__docId__": 643, + "__docId__": 648, "kind": "member", "static": false, "variation": null, @@ -13636,7 +13705,7 @@ } }, { - "__docId__": 644, + "__docId__": 649, "kind": "member", "static": false, "variation": null, @@ -13656,7 +13725,7 @@ } }, { - "__docId__": 645, + "__docId__": 650, "kind": "member", "static": false, "variation": null, @@ -13676,7 +13745,7 @@ } }, { - "__docId__": 646, + "__docId__": 651, "kind": "member", "static": false, "variation": null, @@ -13696,7 +13765,7 @@ } }, { - "__docId__": 647, + "__docId__": 652, "kind": "member", "static": false, "variation": null, @@ -13716,7 +13785,7 @@ } }, { - "__docId__": 648, + "__docId__": 653, "kind": "member", "static": false, "variation": null, @@ -13736,7 +13805,7 @@ } }, { - "__docId__": 649, + "__docId__": 654, "kind": "member", "static": false, "variation": null, @@ -13756,7 +13825,7 @@ } }, { - "__docId__": 650, + "__docId__": 655, "kind": "member", "static": false, "variation": null, @@ -13776,7 +13845,7 @@ } }, { - "__docId__": 651, + "__docId__": 656, "kind": "member", "static": false, "variation": null, @@ -13796,7 +13865,7 @@ } }, { - "__docId__": 652, + "__docId__": 657, "kind": "member", "static": false, "variation": null, @@ -13816,7 +13885,7 @@ } }, { - "__docId__": 653, + "__docId__": 658, "kind": "member", "static": false, "variation": null, @@ -13836,7 +13905,7 @@ } }, { - "__docId__": 654, + "__docId__": 659, "kind": "member", "static": false, "variation": null, @@ -13856,7 +13925,7 @@ } }, { - "__docId__": 655, + "__docId__": 660, "kind": "member", "static": false, "variation": null, @@ -13876,7 +13945,7 @@ } }, { - "__docId__": 656, + "__docId__": 661, "kind": "member", "static": false, "variation": null, @@ -13896,7 +13965,7 @@ } }, { - "__docId__": 657, + "__docId__": 662, "kind": "member", "static": false, "variation": null, @@ -13916,7 +13985,7 @@ } }, { - "__docId__": 658, + "__docId__": 663, "kind": "member", "static": false, "variation": null, @@ -13936,7 +14005,7 @@ } }, { - "__docId__": 659, + "__docId__": 664, "kind": "member", "static": false, "variation": null, @@ -13956,7 +14025,7 @@ } }, { - "__docId__": 660, + "__docId__": 665, "kind": "member", "static": false, "variation": null, @@ -13976,7 +14045,7 @@ } }, { - "__docId__": 661, + "__docId__": 666, "kind": "member", "static": false, "variation": null, @@ -13996,7 +14065,7 @@ } }, { - "__docId__": 662, + "__docId__": 667, "kind": "member", "static": false, "variation": null, @@ -14016,7 +14085,7 @@ } }, { - "__docId__": 663, + "__docId__": 668, "kind": "method", "static": false, "variation": null, @@ -14030,7 +14099,7 @@ "generator": false }, { - "__docId__": 664, + "__docId__": 669, "kind": "member", "static": false, "variation": null, @@ -14048,7 +14117,7 @@ } }, { - "__docId__": 665, + "__docId__": 670, "kind": "member", "static": false, "variation": null, @@ -14066,7 +14135,7 @@ } }, { - "__docId__": 666, + "__docId__": 671, "kind": "member", "static": false, "variation": null, @@ -14089,7 +14158,7 @@ } }, { - "__docId__": 667, + "__docId__": 672, "kind": "method", "static": false, "variation": null, @@ -14103,7 +14172,7 @@ "generator": false }, { - "__docId__": 668, + "__docId__": 673, "kind": "method", "static": false, "variation": null, @@ -14128,7 +14197,7 @@ "generator": false }, { - "__docId__": 669, + "__docId__": 674, "kind": "member", "static": false, "variation": null, @@ -14146,7 +14215,7 @@ } }, { - "__docId__": 670, + "__docId__": 675, "kind": "method", "static": false, "variation": null, @@ -14171,7 +14240,7 @@ "generator": false }, { - "__docId__": 671, + "__docId__": 676, "kind": "member", "static": false, "variation": null, @@ -14189,7 +14258,7 @@ } }, { - "__docId__": 672, + "__docId__": 677, "kind": "method", "static": false, "variation": null, @@ -14224,7 +14293,7 @@ "generator": false }, { - "__docId__": 673, + "__docId__": 678, "kind": "member", "static": false, "variation": null, @@ -14242,7 +14311,7 @@ } }, { - "__docId__": 674, + "__docId__": 679, "kind": "method", "static": false, "variation": null, @@ -14267,7 +14336,7 @@ "generator": false }, { - "__docId__": 675, + "__docId__": 680, "kind": "member", "static": false, "variation": null, @@ -14285,7 +14354,7 @@ } }, { - "__docId__": 676, + "__docId__": 681, "kind": "method", "static": false, "variation": null, @@ -14310,7 +14379,7 @@ "generator": false }, { - "__docId__": 677, + "__docId__": 682, "kind": "member", "static": false, "variation": null, @@ -14328,7 +14397,7 @@ } }, { - "__docId__": 678, + "__docId__": 683, "kind": "method", "static": false, "variation": null, @@ -14353,7 +14422,7 @@ "generator": false }, { - "__docId__": 679, + "__docId__": 684, "kind": "member", "static": false, "variation": null, @@ -14371,7 +14440,7 @@ } }, { - "__docId__": 680, + "__docId__": 685, "kind": "method", "static": false, "variation": null, @@ -14385,7 +14454,7 @@ "generator": false }, { - "__docId__": 681, + "__docId__": 686, "kind": "method", "static": false, "variation": null, @@ -14410,7 +14479,7 @@ "generator": false }, { - "__docId__": 682, + "__docId__": 687, "kind": "method", "static": false, "variation": null, @@ -14424,7 +14493,7 @@ "generator": false }, { - "__docId__": 683, + "__docId__": 688, "kind": "method", "static": false, "variation": null, @@ -14438,7 +14507,7 @@ "generator": false }, { - "__docId__": 684, + "__docId__": 689, "kind": "method", "static": false, "variation": null, @@ -14452,7 +14521,7 @@ "generator": false }, { - "__docId__": 685, + "__docId__": 690, "kind": "method", "static": false, "variation": null, @@ -14466,7 +14535,7 @@ "generator": false }, { - "__docId__": 686, + "__docId__": 691, "kind": "member", "static": false, "variation": null, @@ -14484,7 +14553,7 @@ } }, { - "__docId__": 687, + "__docId__": 692, "kind": "method", "static": false, "variation": null, @@ -14498,7 +14567,7 @@ "generator": false }, { - "__docId__": 688, + "__docId__": 693, "kind": "member", "static": false, "variation": null, @@ -14516,7 +14585,7 @@ } }, { - "__docId__": 689, + "__docId__": 694, "kind": "member", "static": false, "variation": null, @@ -14534,7 +14603,7 @@ } }, { - "__docId__": 690, + "__docId__": 695, "kind": "member", "static": false, "variation": null, @@ -14552,7 +14621,7 @@ } }, { - "__docId__": 691, + "__docId__": 696, "kind": "member", "static": false, "variation": null, @@ -14570,7 +14639,7 @@ } }, { - "__docId__": 692, + "__docId__": 697, "kind": "file", "static": true, "variation": null, @@ -14583,7 +14652,7 @@ "content": "import {Feature} from '../feature';\nimport {root} from '../root';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn} from '../types';\n\n/**\n * Status bar UI component\n * @export\n * @class StatusBar\n * @extends {Feature}\n */\nexport class StatusBar extends Feature {\n\n /**\n * Creates an instance of StatusBar\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'statusBar');\n\n // Configuration object\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.status_bar_target_id || null;\n\n /**\n * Container DOM element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Message container DOM element\n * @type {DOMElement}\n * @private\n */\n this.msgContainer = null;\n\n /**\n * Label container DOM element\n * @type {DOMElement}\n * @private\n */\n this.labelContainer = null;\n\n /**\n * Text preceding status message\n * @type {String}\n */\n this.text = f.status_bar_text || '';\n\n /**\n * Css class for container element\n * @type {String}\n */\n this.cssClass = f.status_bar_css_class || 'status';\n\n /**\n * Message visibility duration in milliseconds\n * @type {Number}\n * @private\n */\n this.delay = 250;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShowMsg = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShowMsg = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n\n /**\n * Message appearing upon filtering\n * @type {String}\n */\n this.msgFilter = f.msg_filter || 'Filtering data...';\n\n /**\n * Message appearing when a drop-down filter is populated\n * @type {String}\n */\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n\n /**\n * Message appearing when a checklist filter is populated\n * @type {String}\n */\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n\n /**\n * Message appearing when a pagination page is changed\n * @type {String}\n */\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n\n /**\n * Message appearing when filters are cleared\n * @type {String}\n */\n this.msgClear = f.msg_clear || 'Clearing filters...';\n\n /**\n * Message appearing when the page length is changed\n * @type {String}\n */\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n\n /**\n * Message appearing when the page is re-set\n * @type {String}\n */\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n\n /**\n * Message appearing when the page length is re-set\n * @type {String}\n */\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n\n /**\n * Message appearing upon column sorting\n * @type {String}\n */\n this.msgSort = f.msg_sort || 'Sorting data...';\n\n /**\n * Message appearing when extensions are loading\n * @type {String}\n */\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n\n /**\n * Message appearing when themes are loading\n * @type {String}\n */\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n\n /**\n * Prefix for container ID\n * @type {String}\n * @private\n */\n this.prfxCont = 'status_';\n\n /**\n * Prefix for label container ID\n * @type {String}\n * @private\n */\n this.prfxLabel = 'statusSpan_';\n\n /**\n * Prefix for text preceding the message\n * @type {String}\n * @private\n */\n this.prfxText = 'statusText_';\n }\n\n /**\n * Initializes StatusBar instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n //status bar container\n let statusDiv = createElm('div', ['id', this.prfxCont + tf.id]);\n statusDiv.className = this.cssClass;\n\n //status bar label\n let statusSpan = createElm('span', ['id', this.prfxLabel + tf.id]);\n //preceding text\n let statusSpanText = createElm('span', ['id', this.prfxText + tf.id]);\n statusSpanText.appendChild(createText(this.text));\n\n // target element container\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = (!this.targetId) ? tf.lDiv : elm(this.targetId);\n\n //default container: 'lDiv'\n if (!this.targetId) {\n statusDiv.appendChild(statusSpanText);\n statusDiv.appendChild(statusSpan);\n targetEl.appendChild(statusDiv);\n } else {\n // custom container, no need to append statusDiv\n targetEl.appendChild(statusSpanText);\n targetEl.appendChild(statusSpan);\n }\n\n this.container = statusDiv;\n this.msgContainer = statusSpan;\n this.labelContainer = statusSpanText;\n\n // Subscribe to events\n emitter.on(['before-filtering'], () => this.message(this.msgFilter));\n emitter.on(['before-populating-filter'],\n () => this.message(this.msgPopulate));\n emitter.on(['before-page-change'],\n () => this.message(this.msgChangePage));\n emitter.on(['before-clearing-filters'], () =>\n this.message(this.msgClear));\n emitter.on(['before-page-length-change'],\n () => this.message(this.msgChangeResults));\n emitter.on(['before-reset-page'],\n () => this.message(this.msgResetPage));\n emitter.on(['before-reset-page-length'],\n () => this.message(this.msgResetPageLength));\n emitter.on(['before-loading-extensions'],\n () => this.message(this.msgLoadExtensions));\n emitter.on(['before-loading-themes'],\n () => this.message(this.msgLoadThemes));\n\n emitter.on([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n () => this.message('')\n );\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Display status message\n * @param {String} [t=''] Message to be displayed\n */\n message(t = '') {\n if (!this.isEnabled()) {\n return;\n }\n\n if (this.onBeforeShowMsg) {\n this.onBeforeShowMsg.call(null, this.tf, t);\n }\n\n let d = t === '' ? this.delay : 1;\n root.setTimeout(() => {\n if (!this.initialized) {\n return;\n }\n this.msgContainer.innerHTML = t;\n if (this.onAfterShowMsg) {\n this.onAfterShowMsg.call(null, this.tf, t);\n }\n }, d);\n }\n\n /**\n * Destroy StatusBar instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n this.container.innerHTML = '';\n if (!this.targetId) {\n removeElm(this.container);\n }\n this.labelContainer = null;\n this.msgContainer = null;\n this.container = null;\n\n // Unsubscribe to events\n emitter.off(['before-filtering'], () => this.message(this.msgFilter));\n emitter.off(['before-populating-filter'],\n () => this.message(this.msgPopulate));\n emitter.off(['before-page-change'],\n () => this.message(this.msgChangePage));\n emitter.off(['before-clearing-filters'],\n () => this.message(this.msgClear));\n emitter.off(['before-page-length-change'],\n () => this.message(this.msgChangeResults));\n emitter.off(['before-reset-page'], () =>\n this.message(this.msgResetPage));\n emitter.off(['before-reset-page-length'],\n () => this.message(this.msgResetPageLength));\n emitter.off(['before-loading-extensions'],\n () => this.message(this.msgLoadExtensions));\n emitter.off(['before-loading-themes'],\n () => this.message(this.msgLoadThemes));\n\n emitter.off([\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'],\n () => this.message('')\n );\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 693, + "__docId__": 698, "kind": "class", "static": true, "variation": null, @@ -14612,7 +14681,7 @@ ] }, { - "__docId__": 694, + "__docId__": 699, "kind": "constructor", "static": false, "variation": null, @@ -14637,7 +14706,7 @@ "generator": false }, { - "__docId__": 695, + "__docId__": 700, "kind": "member", "static": false, "variation": null, @@ -14657,7 +14726,7 @@ } }, { - "__docId__": 696, + "__docId__": 701, "kind": "member", "static": false, "variation": null, @@ -14677,7 +14746,7 @@ } }, { - "__docId__": 697, + "__docId__": 702, "kind": "member", "static": false, "variation": null, @@ -14697,7 +14766,7 @@ } }, { - "__docId__": 698, + "__docId__": 703, "kind": "member", "static": false, "variation": null, @@ -14717,7 +14786,7 @@ } }, { - "__docId__": 699, + "__docId__": 704, "kind": "member", "static": false, "variation": null, @@ -14737,7 +14806,7 @@ } }, { - "__docId__": 700, + "__docId__": 705, "kind": "member", "static": false, "variation": null, @@ -14757,7 +14826,7 @@ } }, { - "__docId__": 701, + "__docId__": 706, "kind": "member", "static": false, "variation": null, @@ -14777,7 +14846,7 @@ } }, { - "__docId__": 702, + "__docId__": 707, "kind": "member", "static": false, "variation": null, @@ -14797,7 +14866,7 @@ } }, { - "__docId__": 703, + "__docId__": 708, "kind": "member", "static": false, "variation": null, @@ -14817,7 +14886,7 @@ } }, { - "__docId__": 704, + "__docId__": 709, "kind": "member", "static": false, "variation": null, @@ -14837,7 +14906,7 @@ } }, { - "__docId__": 705, + "__docId__": 710, "kind": "member", "static": false, "variation": null, @@ -14857,7 +14926,7 @@ } }, { - "__docId__": 706, + "__docId__": 711, "kind": "member", "static": false, "variation": null, @@ -14877,7 +14946,7 @@ } }, { - "__docId__": 707, + "__docId__": 712, "kind": "member", "static": false, "variation": null, @@ -14897,7 +14966,7 @@ } }, { - "__docId__": 708, + "__docId__": 713, "kind": "member", "static": false, "variation": null, @@ -14917,7 +14986,7 @@ } }, { - "__docId__": 709, + "__docId__": 714, "kind": "member", "static": false, "variation": null, @@ -14937,7 +15006,7 @@ } }, { - "__docId__": 710, + "__docId__": 715, "kind": "member", "static": false, "variation": null, @@ -14957,7 +15026,7 @@ } }, { - "__docId__": 711, + "__docId__": 716, "kind": "member", "static": false, "variation": null, @@ -14977,7 +15046,7 @@ } }, { - "__docId__": 712, + "__docId__": 717, "kind": "member", "static": false, "variation": null, @@ -14997,7 +15066,7 @@ } }, { - "__docId__": 713, + "__docId__": 718, "kind": "member", "static": false, "variation": null, @@ -15017,7 +15086,7 @@ } }, { - "__docId__": 714, + "__docId__": 719, "kind": "member", "static": false, "variation": null, @@ -15037,7 +15106,7 @@ } }, { - "__docId__": 715, + "__docId__": 720, "kind": "member", "static": false, "variation": null, @@ -15057,7 +15126,7 @@ } }, { - "__docId__": 716, + "__docId__": 721, "kind": "member", "static": false, "variation": null, @@ -15077,7 +15146,7 @@ } }, { - "__docId__": 717, + "__docId__": 722, "kind": "member", "static": false, "variation": null, @@ -15097,7 +15166,7 @@ } }, { - "__docId__": 718, + "__docId__": 723, "kind": "method", "static": false, "variation": null, @@ -15111,7 +15180,7 @@ "generator": false }, { - "__docId__": 719, + "__docId__": 724, "kind": "member", "static": false, "variation": null, @@ -15129,7 +15198,7 @@ } }, { - "__docId__": 720, + "__docId__": 725, "kind": "member", "static": false, "variation": null, @@ -15147,7 +15216,7 @@ } }, { - "__docId__": 721, + "__docId__": 726, "kind": "member", "static": false, "variation": null, @@ -15165,7 +15234,7 @@ } }, { - "__docId__": 722, + "__docId__": 727, "kind": "member", "static": false, "variation": null, @@ -15188,7 +15257,7 @@ } }, { - "__docId__": 723, + "__docId__": 728, "kind": "method", "static": false, "variation": null, @@ -15215,7 +15284,7 @@ "generator": false }, { - "__docId__": 724, + "__docId__": 729, "kind": "method", "static": false, "variation": null, @@ -15229,7 +15298,7 @@ "generator": false }, { - "__docId__": 725, + "__docId__": 730, "kind": "member", "static": false, "variation": null, @@ -15247,7 +15316,7 @@ } }, { - "__docId__": 726, + "__docId__": 731, "kind": "member", "static": false, "variation": null, @@ -15265,7 +15334,7 @@ } }, { - "__docId__": 727, + "__docId__": 732, "kind": "member", "static": false, "variation": null, @@ -15283,7 +15352,7 @@ } }, { - "__docId__": 728, + "__docId__": 733, "kind": "member", "static": false, "variation": null, @@ -15301,7 +15370,7 @@ } }, { - "__docId__": 729, + "__docId__": 734, "kind": "file", "static": true, "variation": null, @@ -15314,7 +15383,7 @@ "content": "\nimport Cookie from '../cookie';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst localStorage = root.localStorage;\nconst location = root.location;\n\n/**\n * Checks if browser has Storage feature\n */\nexport const hasStorage = () => {\n return 'Storage' in root;\n};\n\n/**\n * Stores the features state in browser's local storage or cookie\n *\n * @export\n * @class Storage\n */\nexport class Storage {\n\n /**\n * Creates an instance of Storage\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n\n /**\n * State object\n * @type {State}\n * @private\n */\n this.state = state;\n\n /**\n * TableFilter object\n * @type {TableFilter}\n * @private\n */\n this.tf = state.tf;\n\n /**\n * Persist with local storage\n * @type {Boolean}\n * @private\n */\n this.enableLocalStorage = state.enableLocalStorage && hasStorage();\n\n /**\n * Persist with cookie\n * @type {Boolean}\n * @private\n */\n this.enableCookie = state.enableCookie && !this.enableLocalStorage;\n\n /**\n * Emitter object\n * @type {Emitter}\n * @private\n */\n this.emitter = state.emitter;\n\n /**\n * Cookie duration in hours from state object\n * @type {Number}\n * @private\n */\n this.duration = state.cookieDuration;\n }\n\n\n /**\n * Initializes the Storage object\n */\n init() {\n this.emitter.on(['state-changed'], (tf, state) => this.save(state));\n this.emitter.on(['initialized'], () => this.sync());\n }\n\n /**\n * Persists the features state on state changes\n *\n * @param {State} state Instance of State\n */\n save(state) {\n if (this.enableLocalStorage) {\n localStorage[this.getKey()] = JSON.stringify(state);\n } else {\n Cookie.write(this.getKey(), JSON.stringify(state), this.duration);\n }\n }\n\n /**\n * Turns stored string into a State JSON object\n *\n * @returns {Object} JSON object\n */\n retrieve() {\n let state = null;\n if (this.enableLocalStorage) {\n state = localStorage[this.getKey()];\n } else {\n state = Cookie.read(this.getKey());\n }\n\n if (!state) {\n return null;\n }\n return JSON.parse(state);\n }\n\n /**\n * Removes persisted state from storage\n */\n remove() {\n if (this.enableLocalStorage) {\n localStorage.removeItem(this.getKey());\n } else {\n Cookie.remove(this.getKey());\n }\n }\n\n /**\n * Applies persisted state to features\n */\n sync() {\n let state = this.retrieve();\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Returns the storage key\n *\n * @returns {String} Key\n */\n getKey() {\n return JSON.stringify({\n key: `${this.tf.prfxTf}_${this.tf.id}`,\n path: location.pathname\n });\n }\n\n /**\n * Release Storage event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.save(state));\n this.emitter.off(['initialized'], () => this.sync());\n\n this.remove();\n\n this.state = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 730, + "__docId__": 735, "kind": "variable", "static": true, "variation": null, @@ -15335,7 +15404,7 @@ } }, { - "__docId__": 731, + "__docId__": 736, "kind": "variable", "static": true, "variation": null, @@ -15356,7 +15425,7 @@ } }, { - "__docId__": 732, + "__docId__": 737, "kind": "variable", "static": true, "variation": null, @@ -15377,7 +15446,7 @@ } }, { - "__docId__": 733, + "__docId__": 738, "kind": "variable", "static": true, "variation": null, @@ -15397,7 +15466,7 @@ } }, { - "__docId__": 734, + "__docId__": 739, "kind": "class", "static": true, "variation": null, @@ -15423,7 +15492,7 @@ "interface": false }, { - "__docId__": 735, + "__docId__": 740, "kind": "constructor", "static": false, "variation": null, @@ -15448,7 +15517,7 @@ "generator": false }, { - "__docId__": 736, + "__docId__": 741, "kind": "member", "static": false, "variation": null, @@ -15468,7 +15537,7 @@ } }, { - "__docId__": 737, + "__docId__": 742, "kind": "member", "static": false, "variation": null, @@ -15488,7 +15557,7 @@ } }, { - "__docId__": 738, + "__docId__": 743, "kind": "member", "static": false, "variation": null, @@ -15508,7 +15577,7 @@ } }, { - "__docId__": 739, + "__docId__": 744, "kind": "member", "static": false, "variation": null, @@ -15528,7 +15597,7 @@ } }, { - "__docId__": 740, + "__docId__": 745, "kind": "member", "static": false, "variation": null, @@ -15548,7 +15617,7 @@ } }, { - "__docId__": 741, + "__docId__": 746, "kind": "member", "static": false, "variation": null, @@ -15568,7 +15637,7 @@ } }, { - "__docId__": 742, + "__docId__": 747, "kind": "method", "static": false, "variation": null, @@ -15582,7 +15651,7 @@ "generator": false }, { - "__docId__": 743, + "__docId__": 748, "kind": "method", "static": false, "variation": null, @@ -15607,7 +15676,7 @@ "generator": false }, { - "__docId__": 744, + "__docId__": 749, "kind": "method", "static": false, "variation": null, @@ -15635,7 +15704,7 @@ "generator": false }, { - "__docId__": 745, + "__docId__": 750, "kind": "method", "static": false, "variation": null, @@ -15649,7 +15718,7 @@ "generator": false }, { - "__docId__": 746, + "__docId__": 751, "kind": "method", "static": false, "variation": null, @@ -15663,7 +15732,7 @@ "generator": false }, { - "__docId__": 747, + "__docId__": 752, "kind": "method", "static": false, "variation": null, @@ -15691,7 +15760,7 @@ "generator": false }, { - "__docId__": 748, + "__docId__": 753, "kind": "method", "static": false, "variation": null, @@ -15705,7 +15774,7 @@ "generator": false }, { - "__docId__": 749, + "__docId__": 754, "kind": "member", "static": false, "variation": null, @@ -15723,7 +15792,7 @@ } }, { - "__docId__": 750, + "__docId__": 755, "kind": "member", "static": false, "variation": null, @@ -15741,7 +15810,70 @@ } }, { - "__docId__": 751, + "__docId__": 756, + "kind": "file", + "static": true, + "variation": null, + "name": "src/number.js", + "memberof": null, + "longname": "src/number.js", + "access": null, + "description": null, + "lineNumber": 1, + "content": "import {isNumber} from './types';\n\n/**\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n */\nexport const parse = (value, decimal = '.') => {\n // Return the value as-is if it's already a number\n if (isNumber(value)) {\n return value;\n }\n\n // Build regex to strip out everything except digits, decimal point and\n // minus sign\n let regex = new RegExp('[^0-9-' + decimal + ']', ['g']);\n let unformatted = parseFloat(\n ('' + value)\n .replace(/\\((.*)\\)/, '-$1') // replace bracketed values with negatives\n .replace(regex, '') // strip out any cruft\n .replace(decimal, '.') // make sure decimal point is standard\n );\n\n // This will fail silently\n return !isNaN(unformatted) ? unformatted : 0;\n}\n" + }, + { + "__docId__": 757, + "kind": "variable", + "static": true, + "variation": null, + "name": "parse", + "memberof": "src/number.js", + "longname": "src/number.js~parse", + "access": null, + "export": true, + "importPath": "tablefilter/src/number.js", + "importStyle": "{parse}", + "description": "Takes a string, removes all formatting/cruft and returns the raw float value", + "lineNumber": 11, + "params": [ + { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "optional": false, + "name": "Formatted", + "description": "number" + }, + { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "optional": false, + "name": "Decimal", + "description": "type '.' or ','" + } + ], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "Unformatted number\n\nhttps://github.com/openexchangerates/accounting.js/blob/master/accounting.js" + }, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 758, "kind": "file", "static": true, "variation": null, @@ -15754,7 +15886,7 @@ "content": "/**\n * Export window or global object depending on the environment\n */\nexport const root = (typeof self === 'object' && self.self === self && self) ||\n (typeof global === 'object' && global.global === global && global) ||\n this;\n" }, { - "__docId__": 752, + "__docId__": 759, "kind": "variable", "static": true, "variation": null, @@ -15774,7 +15906,7 @@ } }, { - "__docId__": 753, + "__docId__": 760, "kind": "file", "static": true, "variation": null, @@ -15787,7 +15919,7 @@ "content": "/**\n * Sorting utilities\n */\n\n/**\n * Case insensitive compare function for passed strings\n * @param {String} First string\n * @param {String} Second string\n * @return {Number} -1 if first string lower than second one\n * 0 if first string same order as second one\n * 1 if first string greater than second one\n */\nexport const ignoreCase = (a, b) => {\n let x = a.toLowerCase();\n let y = b.toLowerCase();\n return ((x < y) ? -1 : ((x > y) ? 1 : 0));\n}\n\n/**\n * Sorts passed numbers in a ascending manner\n * @param {Number} First number\n * @param {Number} Second number\n * @param {Number} Negative, zero or positive number\n */\nexport const numSortAsc = (a, b) => (a - b);\n\n/**\n * Sorts passed numbers in a descending manner\n * @param {Number} First number\n * @param {Number} Second number\n * @param {Number} Negative, zero or positive number\n */\nexport const numSortDesc = (a, b) => (b - a);\n" }, { - "__docId__": 754, + "__docId__": 761, "kind": "variable", "static": true, "variation": null, @@ -15837,7 +15969,7 @@ } }, { - "__docId__": 755, + "__docId__": 762, "kind": "variable", "static": true, "variation": null, @@ -15889,7 +16021,7 @@ } }, { - "__docId__": 756, + "__docId__": 763, "kind": "variable", "static": true, "variation": null, @@ -15941,7 +16073,7 @@ } }, { - "__docId__": 757, + "__docId__": 764, "kind": "file", "static": true, "variation": null, @@ -15954,7 +16086,7 @@ "content": "/**\n * String utilities\n */\n\n/**\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n */\nexport const trim = text => {\n if (text.trim) {\n return text.trim();\n }\n return text.replace(/^\\s*|\\s*$/g, '');\n}\n\n/**\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n */\nexport const isEmpty = (text) => trim(text) === '';\n\n/**\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n */\nexport const rgxEsc = text => {\n let chars = /[-\\/\\\\^$*+?.()|[\\]{}]/g;\n let escMatch = '\\\\$&';\n return String(text).replace(chars, escMatch);\n}\n\n/**\n * Returns passed string as lowercase if caseSensitive flag set false. By\n * default it returns the string with no casing changes.\n * @param {String} text\n * @return {String} string\n */\nexport const matchCase = (text, caseSensitive = false) => {\n if (!caseSensitive) {\n return text.toLowerCase();\n }\n return text;\n}\n\n/**\n * Checks if passed data contains the searched term\n * @param {String} term Searched term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @param {Boolean} caseSensitive Case sensitive\n * @return {Boolean}\n */\nexport const contains =\n (term, data, exactMatch = false, caseSensitive = false) => {\n // Improved by Cedric Wartel (cwl) automatic exact match for selects and\n // special characters are now filtered\n let regexp;\n let modifier = caseSensitive ? 'g' : 'gi';\n if (exactMatch) {\n regexp = new RegExp('(^\\\\s*)' + rgxEsc(term) + '(\\\\s*$)',\n modifier);\n } else {\n regexp = new RegExp(rgxEsc(term), modifier);\n }\n return regexp.test(data);\n }\n" }, { - "__docId__": 758, + "__docId__": 765, "kind": "variable", "static": true, "variation": null, @@ -15994,7 +16126,7 @@ } }, { - "__docId__": 759, + "__docId__": 766, "kind": "variable", "static": true, "variation": null, @@ -16034,7 +16166,7 @@ } }, { - "__docId__": 760, + "__docId__": 767, "kind": "variable", "static": true, "variation": null, @@ -16074,7 +16206,7 @@ } }, { - "__docId__": 761, + "__docId__": 768, "kind": "variable", "static": true, "variation": null, @@ -16114,7 +16246,7 @@ } }, { - "__docId__": 762, + "__docId__": 769, "kind": "variable", "static": true, "variation": null, @@ -16184,7 +16316,7 @@ } }, { - "__docId__": 763, + "__docId__": 770, "kind": "file", "static": true, "variation": null, @@ -16194,10 +16326,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef}\nfrom './types';\nimport {formatDate, isValidDate} from './date';\nimport {removeNbFormat} from './helpers';\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';\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\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 this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\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 try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\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 : null;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ? f.on_after_filter : null;\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 * 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 : null;\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 : null;\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 : null;\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 : null;\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 : null;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n */\n this.displayAllText = f.display_all_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 : null;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ? f.on_after_reset : null;\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 * Define default date type (DMY)\n * @type {String}\n */\n this.defaultDateType = f.default_date_type || 'DMY';\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 with numeric formats\n * @type {Boolean}\n * @private\n */\n this.hasColNbFormat = isArray(f.col_number_format);\n\n /**\n * Define numeric format on a column basis, two possible values 'EU' and\n * 'US', ie:\n * col_number_format : [null, 'US', 'EU', null]\n * @type {Array}\n */\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n\n /**\n * Determine whether table has columns with date types\n * @type {Boolean}\n * @private\n */\n this.hasColDateType = isArray(f.col_date_type);\n\n /**\n * Define date format on a column basis, possible values 'DMY', 'MDY',\n * 'YMD', 'DDMMMYYYY', ie:\n * col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']\n * @type {Array}\n */\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\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 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 // Instantiate help feature and initialise only if set true\n if (!Mod.help) {\n Mod.help = new Help(this);\n }\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n if (!Mod.state) {\n Mod.state = new State(this);\n }\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n if (!Mod.gridLayout) {\n Mod.gridLayout = new GridLayout(this);\n }\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n if (!Mod.loader) {\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n if (!Mod.popupFilter) {\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._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 if (!Mod.noResults) {\n Mod.noResults = new NoResults(this);\n }\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 /**\n * @inherited\n */\n this.initialized = true;\n\n if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, 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 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.prfxFlt + colIndex + '_' + this.id],\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 ['id', this.prfxValButton + colIndex + '_' + this.id],\n ['type', 'button'], ['value', this.btnText]);\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 Mod = this.Mod;\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 // Destroy modules\n // TODO: subcribe modules to destroy event instead\n Object.keys(Mod).forEach(function (key) {\n let feature = Mod[key];\n if (feature && isFn(feature.destroy)) {\n feature.destroy();\n }\n });\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.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', ['id', this.prfxInfDiv + this.id]);\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 = elm(this.prfxInfDiv + this.id);\n\n /*** left div containing rows # displayer ***/\n let ldiv = createElm('div', ['id', this.prfxLDiv + this.id]);\n ldiv.className = this.lDivCssClass;\n infdiv.appendChild(ldiv);\n this.lDiv = elm(this.prfxLDiv + this.id);\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rdiv = createElm('div', ['id', this.prfxRDiv + this.id]);\n rdiv.className = this.rDivCssClass;\n infdiv.appendChild(rdiv);\n this.rDiv = elm(this.prfxRDiv + this.id);\n\n /*** mid div containing paging elements ***/\n let mdiv = createElm('div', ['id', this.prfxMDiv + this.id]);\n mdiv.className = this.mDivCssClass;\n infdiv.appendChild(mdiv);\n this.mDiv = elm(this.prfxMDiv + this.id);\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 //invoke onbefore callback\n if (this.onBeforeFilter) {\n this.onBeforeFilter.call(null, this);\n }\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 let numCellData;\n let nbFormat;\n let re_le = new RegExp(this.leOperator),\n re_ge = new RegExp(this.geOperator),\n re_l = new RegExp(this.lwOperator),\n re_g = new RegExp(this.grOperator),\n re_d = new RegExp(this.dfOperator),\n re_lk = new RegExp(rgxEsc(this.lkOperator)),\n re_eq = new RegExp(this.eqOperator),\n re_st = new RegExp(this.stOperator),\n re_en = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n re_em = this.emOperator,\n re_nm = this.nmOperator,\n re_re = new RegExp(rgxEsc(this.rgxOperator));\n\n //keyword highlighting\n function highlight(str, ok, cell) {\n /*jshint validthis:true */\n if (this.highlightKeywords && ok) {\n str = str.replace(re_lk, '');\n str = str.replace(re_eq, '');\n str = str.replace(re_st, '');\n str = str.replace(re_en, '');\n let w = str;\n if (re_le.test(str) || re_ge.test(str) || re_l.test(str) ||\n re_g.test(str) || re_d.test(str)) {\n w = getText(cell);\n }\n if (w !== '') {\n this.emitter.emit('highlight-keyword', this, cell, w);\n }\n }\n }\n\n //looks for search argument in current row\n function hasArg(sA, cellData, j) {\n sA = matchCase(sA, this.caseSensitive);\n\n let occurence;\n let dtType = this.hasColDateType ?\n this.colDateType[j] : this.defaultDateType;\n\n //Search arg operator tests\n let hasLO = re_l.test(sA),\n hasLE = re_le.test(sA),\n hasGR = re_g.test(sA),\n hasGE = re_ge.test(sA),\n hasDF = re_d.test(sA),\n hasEQ = re_eq.test(sA),\n hasLK = re_lk.test(sA),\n // hasAN = re_an.test(sA),\n hasST = re_st.test(sA),\n hasEN = re_en.test(sA),\n hasEM = (re_em === sA),\n hasNM = (re_nm === sA),\n hasRE = re_re.test(sA);\n\n //Search arg dates tests\n let isLDate = hasLO && isValidDate(sA.replace(re_l, ''), dtType);\n let isLEDate = hasLE && isValidDate(sA.replace(re_le, ''), dtType);\n let isGDate = hasGR && isValidDate(sA.replace(re_g, ''), dtType);\n let isGEDate = hasGE && isValidDate(sA.replace(re_ge, ''), dtType);\n let isDFDate = hasDF && isValidDate(sA.replace(re_d, ''), dtType);\n let isEQDate = hasEQ && isValidDate(sA.replace(re_eq, ''), dtType);\n\n let dte1, dte2;\n //dates\n if (isValidDate(cellData, dtType)) {\n dte1 = formatDate(cellData, dtType);\n // lower date\n if (isLDate) {\n dte2 = formatDate(sA.replace(re_l, ''), dtType);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = formatDate(sA.replace(re_le, ''), dtType);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = formatDate(sA.replace(re_ge, ''), dtType);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = formatDate(sA.replace(re_g, ''), dtType);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = formatDate(sA.replace(re_d, ''), dtType);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = formatDate(sA.replace(re_eq, ''), dtType);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (re_lk.test(sA)) {// like date\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (isValidDate(sA, dtType)) {\n dte2 = formatDate(sA, dtType);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n } else {\n occurence = contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n }\n\n else {\n //first numbers need to be formated\n if (this.hasColNbFormat && this.colNbFormat[j]) {\n numCellData = removeNbFormat(cellData, this.colNbFormat[j]);\n nbFormat = this.colNbFormat[j];\n } else {\n if (this.thousandsSeparator === ',' &&\n this.decimalSeparator === '.') {\n numCellData = removeNbFormat(cellData, 'us');\n nbFormat = 'us';\n } else {\n numCellData = removeNbFormat(cellData, 'eu');\n nbFormat = 'eu';\n }\n }\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numCellData <= removeNbFormat(\n sA.replace(re_le, ''), nbFormat);\n }\n //greater equal\n else if (hasGE) {\n occurence = numCellData >= removeNbFormat(\n sA.replace(re_ge, ''), nbFormat);\n }\n //lower\n else if (hasLO) {\n occurence = numCellData < removeNbFormat(\n sA.replace(re_l, ''), nbFormat);\n }\n //greater\n else if (hasGR) {\n occurence = numCellData > removeNbFormat(\n sA.replace(re_g, ''), nbFormat);\n }\n //different\n else if (hasDF) {\n occurence = contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp fires an exception\n try {\n //operator is removed\n let srchArg = sA.replace(re_re, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (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 (numCellData && this.hasColNbFormat &&\n this.colNbFormat[j] && !this.singleSearchFlt) {\n // removeNbFormat can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in removeNbFormat\n sA = removeNbFormat(sA, nbFormat) || sA;\n occurence = numCellData === sA ||\n contains(sA.toString(), numCellData.toString(),\n this.isExactMatch(j), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n }\n\n }//else\n return occurence;\n }//fn\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 cellData = matchCase(this.getCellData(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 // TODO: improve clarity/readability of this block\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = hasArg.call(this, cS, cellData, j);\n highlight.call(this, cS, occur, cells[j]);\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] = hasArg.call(this, trim(sA), cellData, j);\n highlight.call(this, sA, occurence[j], cells[j]);\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 if (!isRowValid) {\n this.validateRow(k, false);\n hiddenRows++;\n } else {\n this.validateRow(k, true);\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 //invokes onafterfilter callback\n if (this.onAfterFilter) {\n this.onAfterFilter.call(null, this);\n }\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\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 || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]),\n nbFormat = this.colNbFormat ?\n this.colNbFormat[colIndex] : undefined,\n data = num ? removeNbFormat(cellData, nbFormat) :\n cellData;\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];\n return tr.cells.length;\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 * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Check for customCellData callback\n if (this.customCellData &&\n this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData.call(null, this, cell, idx);\n } else {\n return getText(cell);\n }\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 Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\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 cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\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 Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\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 cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\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 Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\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 if (this.onRowValidated) {\n this.onRowValidated.call(null, this, rowIndex);\n }\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.isExternalFlt);\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', ['id', this.id + '_col_' + k]);\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\n if (this.onBeforeReset) {\n this.onBeforeReset.call(null, 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 if (this.onAfterReset) {\n this.onAfterReset.call(null, this);\n }\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 if (this.onBeforeActiveColumn) {\n this.onBeforeActiveColumn.call(null, this, colIndex);\n }\n addClass(header, this.activeColumnsCssClass);\n if (this.onAfterActiveColumn) {\n this.onAfterActiveColumn.call(null, this, colIndex);\n }\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 * 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 curSlc = elm(this.fltIds[slcIndex[i]]);\n let slcSelectedValue = this.getFilterValue(slcIndex[i]);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== slcIndex[i] ||\n (this.paging && slcA1.indexOf(slcIndex[i]) !== -1 &&\n activeIdx === slcIndex[i]) ||\n (!this.paging && (slcA3.indexOf(slcIndex[i]) !== -1 ||\n slcA2.indexOf(slcIndex[i]) !== -1)) ||\n slcSelectedValue === this.displayAllText) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.displayAllText, '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(slcIndex[i]) !== -1) {\n this.emitter.emit('build-checklist-filter', this,\n slcIndex[i]);\n } else {\n this.emitter.emit('build-select-filter', this, slcIndex[i],\n true);\n }\n\n this.setFilterValue(slcIndex[i], slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Check if passed 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 * 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\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 this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\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 try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\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 : null;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ? f.on_after_filter : null;\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 * 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 : null;\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 : null;\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 : null;\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 : null;\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 : null;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n */\n this.displayAllText = f.display_all_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 : null;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ? f.on_after_reset : null;\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 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 if (!Mod.dateType) {\n Mod.dateType = new DateType(this);\n Mod.dateType.init();\n }\n\n // Instantiate help feature and initialise only if set true\n if (!Mod.help) {\n Mod.help = new Help(this);\n }\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n if (!Mod.state) {\n Mod.state = new State(this);\n }\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n if (!Mod.gridLayout) {\n Mod.gridLayout = new GridLayout(this);\n }\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n if (!Mod.loader) {\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n if (!Mod.popupFilter) {\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._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 if (!Mod.noResults) {\n Mod.noResults = new NoResults(this);\n }\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 /**\n * @inherited\n */\n this.initialized = true;\n\n if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, 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.prfxFlt + colIndex + '_' + this.id],\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 ['id', this.prfxValButton + colIndex + '_' + this.id],\n ['type', 'button'], ['value', this.btnText]);\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 Mod = this.Mod;\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 // Destroy modules\n // TODO: subcribe modules to destroy event instead\n Object.keys(Mod).forEach(function (key) {\n let feature = Mod[key];\n if (feature && isFn(feature.destroy)) {\n feature.destroy();\n }\n });\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.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', ['id', this.prfxInfDiv + this.id]);\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 = elm(this.prfxInfDiv + this.id);\n\n /*** left div containing rows # displayer ***/\n let ldiv = createElm('div', ['id', this.prfxLDiv + this.id]);\n ldiv.className = this.lDivCssClass;\n infdiv.appendChild(ldiv);\n this.lDiv = elm(this.prfxLDiv + this.id);\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rdiv = createElm('div', ['id', this.prfxRDiv + this.id]);\n rdiv.className = this.rDivCssClass;\n infdiv.appendChild(rdiv);\n this.rDiv = elm(this.prfxRDiv + this.id);\n\n /*** mid div containing paging elements ***/\n let mdiv = createElm('div', ['id', this.prfxMDiv + this.id]);\n mdiv.className = this.mDivCssClass;\n infdiv.appendChild(mdiv);\n this.mDiv = elm(this.prfxMDiv + this.id);\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 //invoke onbefore callback\n if (this.onBeforeFilter) {\n this.onBeforeFilter.call(null, this);\n }\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 let numData;\n let decimal = this.decimalSeparator;\n let re_le = new RegExp(this.leOperator),\n re_ge = new RegExp(this.geOperator),\n re_l = new RegExp(this.lwOperator),\n re_g = new RegExp(this.grOperator),\n re_d = new RegExp(this.dfOperator),\n re_lk = new RegExp(rgxEsc(this.lkOperator)),\n re_eq = new RegExp(this.eqOperator),\n re_st = new RegExp(this.stOperator),\n re_en = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n re_em = this.emOperator,\n re_nm = this.nmOperator,\n re_re = new RegExp(rgxEsc(this.rgxOperator));\n\n //keyword highlighting\n function highlight(str, ok, cell) {\n /*jshint validthis:true */\n if (this.highlightKeywords && ok) {\n str = str.replace(re_lk, '');\n str = str.replace(re_eq, '');\n str = str.replace(re_st, '');\n str = str.replace(re_en, '');\n let w = str;\n if (re_le.test(str) || re_ge.test(str) || re_l.test(str) ||\n re_g.test(str) || re_d.test(str)) {\n w = getText(cell);\n }\n if (w !== '') {\n this.emitter.emit('highlight-keyword', this, cell, w);\n }\n }\n }\n\n //looks for search argument in current row\n function hasArg(sA, cellData, colIdx) {\n sA = matchCase(sA, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = re_l.test(sA),\n hasLE = re_le.test(sA),\n hasGR = re_g.test(sA),\n hasGE = re_ge.test(sA),\n hasDF = re_d.test(sA),\n hasEQ = re_eq.test(sA),\n hasLK = re_lk.test(sA),\n // hasAN = re_an.test(sA),\n hasST = re_st.test(sA),\n hasEN = re_en.test(sA),\n hasEM = (re_em === sA),\n hasNM = (re_nm === sA),\n hasRE = re_re.test(sA);\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(sA.replace(re_l, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(sA.replace(re_le, ''), locale);\n let isGDate = hasGR &&\n isValidDate(sA.replace(re_g, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(sA.replace(re_ge, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(sA.replace(re_d, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(sA.replace(re_eq, ''), locale);\n\n dte1 = parseDate(cellData, locale);\n\n // lower date\n if (isLDate) {\n dte2 = parseDate(sA.replace(re_l, ''), locale);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = parseDate(sA.replace(re_le, ''), locale);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(sA.replace(re_ge, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(sA.replace(re_g, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(sA.replace(re_d, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(sA.replace(re_eq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (re_lk.test(sA)) {// like date\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (isValidDate(sA)) {\n dte2 = parseDate(sA, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n } else {\n occurence = contains(sA, cellData,\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(cellData) || parseNb(cellData, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n sA.replace(re_le, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n sA.replace(re_ge, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n sA.replace(re_l, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n sA.replace(re_g, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp fires an exception\n try {\n //operator is removed\n let srchArg = sA.replace(re_re, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (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 sA = parseNb(sA, decimal) || sA;\n occurence = numData === sA ||\n contains(sA.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(sA, cellData,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n }//else\n return occurence;\n }//fn\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 cellData = matchCase(this.getCellData(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 // TODO: improve clarity/readability of this block\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = hasArg.call(this, cS, cellData, j);\n highlight.call(this, cS, occur, cells[j]);\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] = hasArg.call(this, trim(sA), cellData, j);\n highlight.call(this, sA, occurence[j], cells[j]);\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 if (!isRowValid) {\n this.validateRow(k, false);\n hiddenRows++;\n } else {\n this.validateRow(k, true);\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 //invokes onafterfilter callback\n if (this.onAfterFilter) {\n this.onAfterFilter.call(null, this);\n }\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\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 || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]);\n let decimal = this.decimalSeparator;\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n let data = num ?\n Number(cellData) || parseNb(cellData, decimal) :\n cellData;\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];\n return tr.cells.length;\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 * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Check for customCellData callback\n if (this.customCellData &&\n this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData.call(null, this, cell, idx);\n } else {\n return getText(cell);\n }\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 Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\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 cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\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 Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\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 cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\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 Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\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 if (this.onRowValidated) {\n this.onRowValidated.call(null, this, rowIndex);\n }\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.isExternalFlt);\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', ['id', this.id + '_col_' + k]);\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\n if (this.onBeforeReset) {\n this.onBeforeReset.call(null, 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 if (this.onAfterReset) {\n this.onAfterReset.call(null, this);\n }\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 if (this.onBeforeActiveColumn) {\n this.onBeforeActiveColumn.call(null, this, colIndex);\n }\n addClass(header, this.activeColumnsCssClass);\n if (this.onAfterActiveColumn) {\n this.onAfterActiveColumn.call(null, this, colIndex);\n }\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 * 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 curSlc = elm(this.fltIds[slcIndex[i]]);\n let slcSelectedValue = this.getFilterValue(slcIndex[i]);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== slcIndex[i] ||\n (this.paging && slcA1.indexOf(slcIndex[i]) !== -1 &&\n activeIdx === slcIndex[i]) ||\n (!this.paging && (slcA3.indexOf(slcIndex[i]) !== -1 ||\n slcA2.indexOf(slcIndex[i]) !== -1)) ||\n slcSelectedValue === this.displayAllText) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.displayAllText, '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(slcIndex[i]) !== -1) {\n this.emitter.emit('build-checklist-filter', this,\n slcIndex[i]);\n } else {\n this.emitter.emit('build-select-filter', this, slcIndex[i],\n true);\n }\n\n this.setFilterValue(slcIndex[i], slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Check if passed 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__": 764, + "__docId__": 771, "kind": "variable", "static": true, "variation": null, @@ -16209,7 +16341,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": null, "description": null, - "lineNumber": 36, + "lineNumber": 37, "undocument": true, "type": { "types": [ @@ -16218,7 +16350,7 @@ } }, { - "__docId__": 765, + "__docId__": 772, "kind": "class", "static": true, "variation": null, @@ -16230,7 +16362,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": "{TableFilter}", "description": "Makes HTML tables filterable and a bit more :)", - "lineNumber": 44, + "lineNumber": 45, "unknown": [ { "tagName": "@export", @@ -16244,7 +16376,7 @@ "interface": false }, { - "__docId__": 766, + "__docId__": 773, "kind": "constructor", "static": false, "variation": null, @@ -16253,7 +16385,7 @@ "longname": "src/tablefilter.js~TableFilter#constructor", "access": null, "description": "Creates an instance of TableFilter\nrequires `table` or `id` arguments, `row` and `configuration` optional", - "lineNumber": 54, + "lineNumber": 55, "params": [ { "nullable": null, @@ -16299,7 +16431,7 @@ "generator": false }, { - "__docId__": 767, + "__docId__": 774, "kind": "member", "static": false, "variation": null, @@ -16308,7 +16440,7 @@ "longname": "src/tablefilter.js~TableFilter#id", "access": "private", "description": "ID of current instance", - "lineNumber": 60, + "lineNumber": 61, "type": { "nullable": null, "types": [ @@ -16318,161 +16450,21 @@ "description": null } }, - { - "__docId__": 768, - "kind": "member", - "static": false, - "variation": null, - "name": "version", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#version", - "access": null, - "description": "Current version", - "lineNumber": 66, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 769, - "kind": "member", - "static": false, - "variation": null, - "name": "year", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#year", - "access": "private", - "description": "Current year", - "lineNumber": 73, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 770, - "kind": "member", - "static": false, - "variation": null, - "name": "tbl", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": "HTML Table DOM element", - "lineNumber": 79, - "type": { - "nullable": null, - "types": [ - "DOMElement" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 771, - "kind": "member", - "static": false, - "variation": null, - "name": "refRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#refRow", - "access": null, - "description": "Calculated row's index from which starts filtering once filters\nare generated", - "lineNumber": 86, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 772, - "kind": "member", - "static": false, - "variation": null, - "name": "headersRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", - "access": "private", - "description": "Index of the headers row", - "lineNumber": 93, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 773, - "kind": "member", - "static": false, - "variation": null, - "name": "cfg", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", - "access": "private", - "description": "Configuration object", - "lineNumber": 100, - "type": { - "nullable": null, - "types": [ - "Object" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 774, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": "private", - "description": "Number of rows that can be filtered", - "lineNumber": 107, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, { "__docId__": 775, "kind": "member", "static": false, "variation": null, - "name": "nbCells", + "name": "version", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", - "access": "private", - "description": "Number of cells in the reference row", - "lineNumber": 114, + "longname": "src/tablefilter.js~TableFilter#version", + "access": null, + "description": "Current version", + "lineNumber": 67, "type": { "nullable": null, "types": [ - "Number" + "String" ], "spread": false, "description": null @@ -16483,17 +16475,19 @@ "kind": "member", "static": false, "variation": null, - "name": "tbl", + "name": "year", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": null, - "lineNumber": 121, - "undocument": true, + "longname": "src/tablefilter.js~TableFilter#year", + "access": "private", + "description": "Current year", + "lineNumber": 74, "type": { + "nullable": null, "types": [ - "*" - ] + "Number" + ], + "spread": false, + "description": null } }, { @@ -16501,9 +16495,129 @@ "kind": "member", "static": false, "variation": null, - "name": "id", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#id", + "longname": "src/tablefilter.js~TableFilter#tbl", + "access": null, + "description": "HTML Table DOM element", + "lineNumber": 80, + "type": { + "nullable": null, + "types": [ + "DOMElement" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 778, + "kind": "member", + "static": false, + "variation": null, + "name": "refRow", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#refRow", + "access": null, + "description": "Calculated row's index from which starts filtering once filters\nare generated", + "lineNumber": 87, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 779, + "kind": "member", + "static": false, + "variation": null, + "name": "headersRow", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#headersRow", + "access": "private", + "description": "Index of the headers row", + "lineNumber": 94, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 780, + "kind": "member", + "static": false, + "variation": null, + "name": "cfg", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#cfg", + "access": "private", + "description": "Configuration object", + "lineNumber": 101, + "type": { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 781, + "kind": "member", + "static": false, + "variation": null, + "name": "nbFilterableRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": "private", + "description": "Number of rows that can be filtered", + "lineNumber": 108, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 782, + "kind": "member", + "static": false, + "variation": null, + "name": "nbCells", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbCells", + "access": "private", + "description": "Number of cells in the reference row", + "lineNumber": 115, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 783, + "kind": "member", + "static": false, + "variation": null, + "name": "tbl", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, "lineNumber": 122, @@ -16515,7 +16629,7 @@ } }, { - "__docId__": 778, + "__docId__": 784, "kind": "member", "static": false, "variation": null, @@ -16524,7 +16638,7 @@ "longname": "src/tablefilter.js~TableFilter#id", "access": null, "description": null, - "lineNumber": 124, + "lineNumber": 123, "undocument": true, "type": { "types": [ @@ -16533,13 +16647,13 @@ } }, { - "__docId__": 779, + "__docId__": 785, "kind": "member", "static": false, "variation": null, - "name": "tbl", + "name": "id", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", + "longname": "src/tablefilter.js~TableFilter#id", "access": null, "description": null, "lineNumber": 125, @@ -16551,16 +16665,16 @@ } }, { - "__docId__": 780, + "__docId__": 786, "kind": "member", "static": false, "variation": null, - "name": "cfg", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, - "lineNumber": 129, + "lineNumber": 126, "undocument": true, "type": { "types": [ @@ -16569,7 +16683,25 @@ } }, { - "__docId__": 781, + "__docId__": 787, + "kind": "member", + "static": false, + "variation": null, + "name": "cfg", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#cfg", + "access": null, + "description": null, + "lineNumber": 130, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 788, "kind": "member", "static": false, "variation": null, @@ -16578,7 +16710,7 @@ "longname": "src/tablefilter.js~TableFilter#emitter", "access": null, "description": "Event emitter instance", - "lineNumber": 146, + "lineNumber": 147, "type": { "nullable": null, "types": [ @@ -16589,7 +16721,7 @@ } }, { - "__docId__": 782, + "__docId__": 789, "kind": "member", "static": false, "variation": null, @@ -16598,24 +16730,6 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 149, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 783, - "kind": "member", - "static": false, - "variation": null, - "name": "nbCells", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", - "access": null, - "description": null, "lineNumber": 150, "undocument": true, "type": { @@ -16625,7 +16739,7 @@ } }, { - "__docId__": 784, + "__docId__": 790, "kind": "member", "static": false, "variation": null, @@ -16643,7 +16757,25 @@ } }, { - "__docId__": 785, + "__docId__": 791, + "kind": "member", + "static": false, + "variation": null, + "name": "nbCells", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbCells", + "access": null, + "description": null, + "lineNumber": 152, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 792, "kind": "member", "static": false, "variation": null, @@ -16652,7 +16784,7 @@ "longname": "src/tablefilter.js~TableFilter#basePath", "access": null, "description": "Base path for static assets", - "lineNumber": 157, + "lineNumber": 158, "type": { "nullable": null, "types": [ @@ -16662,161 +16794,21 @@ "description": null } }, - { - "__docId__": 786, - "kind": "member", - "static": false, - "variation": null, - "name": "fltGrid", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltGrid", - "access": null, - "description": "Enable/disable filters", - "lineNumber": 165, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 787, - "kind": "member", - "static": false, - "variation": null, - "name": "gridLayout", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#gridLayout", - "access": null, - "description": "Enable/disable grid layout (fixed headers)", - "lineNumber": 171, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 788, - "kind": "member", - "static": false, - "variation": null, - "name": "filtersRowIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", - "access": null, - "description": "Filters row index", - "lineNumber": 177, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 789, - "kind": "member", - "static": false, - "variation": null, - "name": "headersRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", - "access": null, - "description": "Headers row index", - "lineNumber": 184, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 790, - "kind": "member", - "static": false, - "variation": null, - "name": "fltCellTag", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCellTag", - "access": null, - "description": "Define the type of cell containing a filter (td/th)", - "lineNumber": 191, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 791, - "kind": "member", - "static": false, - "variation": null, - "name": "fltIds", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": "private", - "description": "List of filters IDs", - "lineNumber": 199, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 792, - "kind": "member", - "static": false, - "variation": null, - "name": "validRowsIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", - "access": "private", - "description": "List of valid rows indexes (rows visible upon filtering)", - "lineNumber": 206, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, { "__docId__": 793, "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "fltGrid", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", - "access": "private", - "description": "Toolbar's container DOM element", - "lineNumber": 213, + "longname": "src/tablefilter.js~TableFilter#fltGrid", + "access": null, + "description": "Enable/disable filters", + "lineNumber": 166, "type": { "nullable": null, "types": [ - "DOMElement" + "Boolean" ], "spread": false, "description": null @@ -16827,16 +16819,16 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "gridLayout", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", - "access": "private", - "description": "Left-side inner container DOM element (rows counter in toolbar)", - "lineNumber": 220, + "longname": "src/tablefilter.js~TableFilter#gridLayout", + "access": null, + "description": "Enable/disable grid layout (fixed headers)", + "lineNumber": 172, "type": { "nullable": null, "types": [ - "DOMElement" + "Boolean" ], "spread": false, "description": null @@ -16847,16 +16839,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "filtersRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", - "access": "private", - "description": "Right-side inner container DOM element (reset button,\npage length selector in toolbar)", - "lineNumber": 228, + "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", + "access": null, + "description": "Filters row index", + "lineNumber": 178, "type": { "nullable": null, "types": [ - "DOMElement" + "Number" ], "spread": false, "description": null @@ -16867,16 +16859,16 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", - "access": "private", - "description": "Middle inner container DOM element (paging elements in toolbar)", - "lineNumber": 235, + "longname": "src/tablefilter.js~TableFilter#headersRow", + "access": null, + "description": "Headers row index", + "lineNumber": 185, "type": { "nullable": null, "types": [ - "DOMElement" + "Number" ], "spread": false, "description": null @@ -16887,12 +16879,12 @@ "kind": "member", "static": false, "variation": null, - "name": "infDivCssClass", + "name": "fltCellTag", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDivCssClass", + "longname": "src/tablefilter.js~TableFilter#fltCellTag", "access": null, - "description": "Css class for toolbar's container DOM element", - "lineNumber": 241, + "description": "Define the type of cell containing a filter (td/th)", + "lineNumber": 192, "type": { "nullable": null, "types": [ @@ -16907,16 +16899,16 @@ "kind": "member", "static": false, "variation": null, - "name": "lDivCssClass", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDivCssClass", - "access": null, - "description": "Css class for left-side inner container DOM element", - "lineNumber": 247, + "longname": "src/tablefilter.js~TableFilter#fltIds", + "access": "private", + "description": "List of filters IDs", + "lineNumber": 200, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -16927,16 +16919,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rDivCssClass", + "name": "validRowsIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDivCssClass", - "access": null, - "description": "Css class for right-side inner container DOM element", - "lineNumber": 253, + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", + "access": "private", + "description": "List of valid rows indexes (rows visible upon filtering)", + "lineNumber": 207, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -16947,16 +16939,16 @@ "kind": "member", "static": false, "variation": null, - "name": "mDivCssClass", + "name": "infDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDivCssClass", - "access": null, - "description": "Css class for middle inner container DOM element", - "lineNumber": 259, + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": "private", + "description": "Toolbar's container DOM element", + "lineNumber": 214, "type": { "nullable": null, "types": [ - "String" + "DOMElement" ], "spread": false, "description": null @@ -16967,16 +16959,16 @@ "kind": "member", "static": false, "variation": null, - "name": "stylePath", + "name": "lDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylePath", - "access": null, - "description": "Path for stylesheets", - "lineNumber": 266, + "longname": "src/tablefilter.js~TableFilter#lDiv", + "access": "private", + "description": "Left-side inner container DOM element (rows counter in toolbar)", + "lineNumber": 221, "type": { "nullable": null, "types": [ - "String" + "DOMElement" ], "spread": false, "description": null @@ -16987,16 +16979,16 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheet", + "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheet", - "access": null, - "description": "Main stylesheet path", - "lineNumber": 272, + "longname": "src/tablefilter.js~TableFilter#rDiv", + "access": "private", + "description": "Right-side inner container DOM element (reset button,\npage length selector in toolbar)", + "lineNumber": 229, "type": { "nullable": null, "types": [ - "String" + "DOMElement" ], "spread": false, "description": null @@ -17007,16 +16999,16 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheetId", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "longname": "src/tablefilter.js~TableFilter#mDiv", "access": "private", - "description": "Main stylesheet ID", - "lineNumber": 279, + "description": "Middle inner container DOM element (paging elements in toolbar)", + "lineNumber": 236, "type": { "nullable": null, "types": [ - "String" + "DOMElement" ], "spread": false, "description": null @@ -17027,12 +17019,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltsRowCssClass", + "name": "infDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", + "longname": "src/tablefilter.js~TableFilter#infDivCssClass", "access": null, - "description": "Css class for the filters row", - "lineNumber": 285, + "description": "Css class for toolbar's container DOM element", + "lineNumber": 242, "type": { "nullable": null, "types": [ @@ -17047,16 +17039,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enableIcons", + "name": "lDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableIcons", + "longname": "src/tablefilter.js~TableFilter#lDivCssClass", "access": null, - "description": "Enable/disable icons (paging, reset button)", - "lineNumber": 291, + "description": "Css class for left-side inner container DOM element", + "lineNumber": 248, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17067,16 +17059,16 @@ "kind": "member", "static": false, "variation": null, - "name": "alternateRows", + "name": "rDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#alternateRows", + "longname": "src/tablefilter.js~TableFilter#rDivCssClass", "access": null, - "description": "Enable/disable alternating rows", - "lineNumber": 297, + "description": "Css class for right-side inner container DOM element", + "lineNumber": 254, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17087,16 +17079,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColWidths", + "name": "mDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColWidths", - "access": "private", - "description": "Indicate whether columns widths are set", - "lineNumber": 304, + "longname": "src/tablefilter.js~TableFilter#mDivCssClass", + "access": null, + "description": "Css class for middle inner container DOM element", + "lineNumber": 260, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17107,16 +17099,16 @@ "kind": "member", "static": false, "variation": null, - "name": "colWidths", + "name": "stylePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colWidths", + "longname": "src/tablefilter.js~TableFilter#stylePath", "access": null, - "description": "Columns widths array", - "lineNumber": 310, + "description": "Path for stylesheets", + "lineNumber": 267, "type": { "nullable": null, "types": [ - "Array" + "String" ], "spread": false, "description": null @@ -17127,12 +17119,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCssClass", + "name": "stylesheet", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCssClass", + "longname": "src/tablefilter.js~TableFilter#stylesheet", "access": null, - "description": "Css class for a filter element", - "lineNumber": 316, + "description": "Main stylesheet path", + "lineNumber": 273, "type": { "nullable": null, "types": [ @@ -17147,12 +17139,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltMultiCssClass", + "name": "stylesheetId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", - "access": null, - "description": "Css class for multiple select filters", - "lineNumber": 322, + "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "access": "private", + "description": "Main stylesheet ID", + "lineNumber": 280, "type": { "nullable": null, "types": [ @@ -17167,12 +17159,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltSmallCssClass", + "name": "fltsRowCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", "access": null, - "description": "Css class for small filter (when submit button is active)", - "lineNumber": 328, + "description": "Css class for the filters row", + "lineNumber": 286, "type": { "nullable": null, "types": [ @@ -17187,16 +17179,16 @@ "kind": "member", "static": false, "variation": null, - "name": "singleFltCssClass", + "name": "enableIcons", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", + "longname": "src/tablefilter.js~TableFilter#enableIcons", "access": null, - "description": "Css class for single filter type", - "lineNumber": 334, + "description": "Enable/disable icons (paging, reset button)", + "lineNumber": 292, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -17207,12 +17199,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enterKey", + "name": "alternateRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enterKey", + "longname": "src/tablefilter.js~TableFilter#alternateRows", "access": null, - "description": "Enable/disable enter key for input type filters", - "lineNumber": 342, + "description": "Enable/disable alternating rows", + "lineNumber": 298, "type": { "nullable": null, "types": [ @@ -17227,16 +17219,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeFilter", + "name": "hasColWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", - "access": null, - "description": "Callback fired before filtering process starts", - "lineNumber": 348, + "longname": "src/tablefilter.js~TableFilter#hasColWidths", + "access": "private", + "description": "Indicate whether columns widths are set", + "lineNumber": 305, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -17247,72 +17239,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterFilter", + "name": "colWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterFilter", + "longname": "src/tablefilter.js~TableFilter#colWidths", "access": null, - "description": "Callback fired after filtering process is completed", - "lineNumber": 355, - "type": { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 816, - "kind": "member", - "static": false, - "variation": null, - "name": "caseSensitive", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#caseSensitive", - "access": null, - "description": "Enable/disable case sensitivity filtering", - "lineNumber": 361, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 817, - "kind": "member", - "static": false, - "variation": null, - "name": "hasExactMatchByCol", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", - "access": "private", - "description": "Indicate whether exact match filtering is enabled on a per column\nbasis", - "lineNumber": 369, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 818, - "kind": "member", - "static": false, - "variation": null, - "name": "exactMatchByCol", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", - "access": null, - "description": "Exact match filtering per column array", - "lineNumber": 375, + "description": "Columns widths array", + "lineNumber": 311, "type": { "nullable": null, "types": [ @@ -17322,21 +17254,81 @@ "description": null } }, + { + "__docId__": 816, + "kind": "member", + "static": false, + "variation": null, + "name": "fltCssClass", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#fltCssClass", + "access": null, + "description": "Css class for a filter element", + "lineNumber": 317, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 817, + "kind": "member", + "static": false, + "variation": null, + "name": "fltMultiCssClass", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", + "access": null, + "description": "Css class for multiple select filters", + "lineNumber": 323, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 818, + "kind": "member", + "static": false, + "variation": null, + "name": "fltSmallCssClass", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "access": null, + "description": "Css class for small filter (when submit button is active)", + "lineNumber": 329, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 819, "kind": "member", "static": false, "variation": null, - "name": "exactMatch", + "name": "singleFltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatch", + "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", "access": null, - "description": "Globally enable/disable exact match filtering", - "lineNumber": 382, + "description": "Css class for single filter type", + "lineNumber": 335, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17347,12 +17339,12 @@ "kind": "member", "static": false, "variation": null, - "name": "linkedFilters", + "name": "enterKey", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#linkedFilters", + "longname": "src/tablefilter.js~TableFilter#enterKey", "access": null, - "description": "Enable/disable linked filters filtering mode", - "lineNumber": 388, + "description": "Enable/disable enter key for input type filters", + "lineNumber": 343, "type": { "nullable": null, "types": [ @@ -17367,16 +17359,16 @@ "kind": "member", "static": false, "variation": null, - "name": "disableExcludedOptions", + "name": "onBeforeFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", "access": null, - "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", - "lineNumber": 395, + "description": "Callback fired before filtering process starts", + "lineNumber": 349, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -17387,16 +17379,16 @@ "kind": "member", "static": false, "variation": null, - "name": "activeFilterId", + "name": "onAfterFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeFilterId", - "access": "private", - "description": "Active filter ID", - "lineNumber": 402, + "longname": "src/tablefilter.js~TableFilter#onAfterFilter", + "access": null, + "description": "Callback fired after filtering process is completed", + "lineNumber": 356, "type": { "nullable": null, "types": [ - "String" + "Function" ], "spread": false, "description": null @@ -17407,12 +17399,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasVisibleRows", + "name": "caseSensitive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", + "longname": "src/tablefilter.js~TableFilter#caseSensitive", "access": null, - "description": "Enable/disable always visible rows, excluded from filtering", - "lineNumber": 408, + "description": "Enable/disable case sensitivity filtering", + "lineNumber": 362, "type": { "nullable": null, "types": [ @@ -17427,32 +17419,12 @@ "kind": "member", "static": false, "variation": null, - "name": "visibleRows", + "name": "hasExactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#visibleRows", - "access": null, - "description": "List of row indexes to be excluded from filtering", - "lineNumber": 414, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 825, - "kind": "member", - "static": false, - "variation": null, - "name": "isExternalFlt", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isExternalFlt", - "access": null, - "description": "Enable/disable external filters generation", - "lineNumber": 420, + "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", + "access": "private", + "description": "Indicate whether exact match filtering is enabled on a per column\nbasis", + "lineNumber": 370, "type": { "nullable": null, "types": [ @@ -17463,16 +17435,16 @@ } }, { - "__docId__": 826, + "__docId__": 825, "kind": "member", "static": false, "variation": null, - "name": "externalFltTgtIds", + "name": "exactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", + "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", "access": null, - "description": "List of containers IDs where external filters will be generated", - "lineNumber": 426, + "description": "Exact match filtering per column array", + "lineNumber": 376, "type": { "nullable": null, "types": [ @@ -17482,21 +17454,41 @@ "description": null } }, + { + "__docId__": 826, + "kind": "member", + "static": false, + "variation": null, + "name": "exactMatch", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#exactMatch", + "access": null, + "description": "Globally enable/disable exact match filtering", + "lineNumber": 383, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, { "__docId__": 827, "kind": "member", "static": false, "variation": null, - "name": "onFiltersLoaded", + "name": "linkedFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", + "longname": "src/tablefilter.js~TableFilter#linkedFilters", "access": null, - "description": "Callback fired after filters are generated", - "lineNumber": 432, + "description": "Enable/disable linked filters filtering mode", + "lineNumber": 389, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -17507,12 +17499,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleSearchFlt", + "name": "disableExcludedOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", + "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", "access": null, - "description": "Enable/disable single filter filtering all columns", - "lineNumber": 439, + "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", + "lineNumber": 396, "type": { "nullable": null, "types": [ @@ -17527,113 +17519,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onRowValidated", + "name": "activeFilterId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onRowValidated", - "access": null, - "description": "Callback fired after a row is validated during filtering", - "lineNumber": 445, - "type": { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 830, - "kind": "member", - "static": false, - "variation": null, - "name": "customCellDataCols", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellDataCols", - "access": null, - "description": "List of columns implementing custom filtering", - "lineNumber": 452, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 831, - "kind": "member", - "static": false, - "variation": null, - "name": "customCellData", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellData", - "access": null, - "description": "Delegate function for retrieving cell data with custom logic", - "lineNumber": 459, - "type": { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 832, - "kind": "member", - "static": false, - "variation": null, - "name": "watermark", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#watermark", - "access": null, - "description": "Global watermark text for input filter type or watermark for each\nfilter if an array is supplied", - "lineNumber": 467, - "type": { - "nullable": null, - "types": [ - "String", - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 833, - "kind": "member", - "static": false, - "variation": null, - "name": "isWatermarkArray", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", + "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": "private", - "description": "Indicate whether watermark is on a per column basis", - "lineNumber": 474, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 834, - "kind": "member", - "static": false, - "variation": null, - "name": "toolBarTgtId", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", - "access": null, - "description": "Toolbar's custom container ID", - "lineNumber": 480, + "description": "Active filter ID", + "lineNumber": 403, "type": { "nullable": null, "types": [ @@ -17643,17 +17534,117 @@ "description": null } }, + { + "__docId__": 830, + "kind": "member", + "static": false, + "variation": null, + "name": "hasVisibleRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", + "access": null, + "description": "Enable/disable always visible rows, excluded from filtering", + "lineNumber": 409, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 831, + "kind": "member", + "static": false, + "variation": null, + "name": "visibleRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#visibleRows", + "access": null, + "description": "List of row indexes to be excluded from filtering", + "lineNumber": 415, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 832, + "kind": "member", + "static": false, + "variation": null, + "name": "isExternalFlt", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isExternalFlt", + "access": null, + "description": "Enable/disable external filters generation", + "lineNumber": 421, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 833, + "kind": "member", + "static": false, + "variation": null, + "name": "externalFltTgtIds", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", + "access": null, + "description": "List of containers IDs where external filters will be generated", + "lineNumber": 427, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 834, + "kind": "member", + "static": false, + "variation": null, + "name": "onFiltersLoaded", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", + "access": null, + "description": "Callback fired after filters are generated", + "lineNumber": 433, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, { "__docId__": 835, "kind": "member", "static": false, "variation": null, - "name": "help", + "name": "singleSearchFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#help", + "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", "access": null, - "description": "Indicate whether help UI component is disabled", - "lineNumber": 486, + "description": "Enable/disable single filter filtering all columns", + "lineNumber": 440, "type": { "nullable": null, "types": [ @@ -17668,16 +17659,16 @@ "kind": "member", "static": false, "variation": null, - "name": "popupFilters", + "name": "onRowValidated", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#popupFilters", + "longname": "src/tablefilter.js~TableFilter#onRowValidated", "access": null, - "description": "Indicate whether pop-up filters UI is enabled", - "lineNumber": 493, + "description": "Callback fired after a row is validated during filtering", + "lineNumber": 446, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -17688,16 +17679,16 @@ "kind": "member", "static": false, "variation": null, - "name": "markActiveColumns", + "name": "customCellDataCols", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "longname": "src/tablefilter.js~TableFilter#customCellDataCols", "access": null, - "description": "Indicate whether filtered (active) columns indicator is enabled", - "lineNumber": 499, + "description": "List of columns implementing custom filtering", + "lineNumber": 453, "type": { "nullable": null, "types": [ - "Boolean" + "Array" ], "spread": false, "description": null @@ -17708,16 +17699,16 @@ "kind": "member", "static": false, "variation": null, - "name": "activeColumnsCssClass", + "name": "customCellData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", + "longname": "src/tablefilter.js~TableFilter#customCellData", "access": null, - "description": "Css class for filtered (active) columns", - "lineNumber": 505, + "description": "Delegate function for retrieving cell data with custom logic", + "lineNumber": 460, "type": { "nullable": null, "types": [ - "String" + "Function" ], "spread": false, "description": null @@ -17728,16 +17719,17 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeActiveColumn", + "name": "watermark", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", + "longname": "src/tablefilter.js~TableFilter#watermark", "access": null, - "description": "Callback fired before a column is marked as filtered", - "lineNumber": 512, + "description": "Global watermark text for input filter type or watermark for each\nfilter if an array is supplied", + "lineNumber": 468, "type": { "nullable": null, "types": [ - "Function" + "String", + "Array" ], "spread": false, "description": null @@ -17748,16 +17740,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterActiveColumn", + "name": "isWatermarkArray", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", - "access": null, - "description": "Callback fired after a column is marked as filtered", - "lineNumber": 519, + "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", + "access": "private", + "description": "Indicate whether watermark is on a per column basis", + "lineNumber": 475, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -17768,12 +17760,12 @@ "kind": "member", "static": false, "variation": null, - "name": "displayAllText", + "name": "toolBarTgtId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayAllText", + "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", "access": null, - "description": "Text for clear option in drop-down filter types (1st option)", - "lineNumber": 527, + "description": "Toolbar's custom container ID", + "lineNumber": 481, "type": { "nullable": null, "types": [ @@ -17788,12 +17780,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableEmptyOption", + "name": "help", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", + "longname": "src/tablefilter.js~TableFilter#help", "access": null, - "description": "Indicate whether empty option is enabled in drop-down filter types", - "lineNumber": 533, + "description": "Indicate whether help UI component is disabled", + "lineNumber": 487, "type": { "nullable": null, "types": [ @@ -17808,16 +17800,16 @@ "kind": "member", "static": false, "variation": null, - "name": "emptyText", + "name": "popupFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emptyText", + "longname": "src/tablefilter.js~TableFilter#popupFilters", "access": null, - "description": "Text for empty option in drop-down filter types", - "lineNumber": 539, + "description": "Indicate whether pop-up filters UI is enabled", + "lineNumber": 494, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -17828,12 +17820,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableNonEmptyOption", + "name": "markActiveColumns", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", + "longname": "src/tablefilter.js~TableFilter#markActiveColumns", "access": null, - "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", - "lineNumber": 546, + "description": "Indicate whether filtered (active) columns indicator is enabled", + "lineNumber": 500, "type": { "nullable": null, "types": [ @@ -17848,12 +17840,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nonEmptyText", + "name": "activeColumnsCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nonEmptyText", + "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", "access": null, - "description": "Text for non-empty option in drop-down filter types", - "lineNumber": 552, + "description": "Css class for filtered (active) columns", + "lineNumber": 506, "type": { "nullable": null, "types": [ @@ -17868,16 +17860,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onSlcChange", + "name": "onBeforeActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onSlcChange", + "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", "access": null, - "description": "Indicate whether drop-down filter types filter the table by default\non change event", - "lineNumber": 559, + "description": "Callback fired before a column is marked as filtered", + "lineNumber": 513, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -17888,16 +17880,16 @@ "kind": "member", "static": false, "variation": null, - "name": "sortSlc", + "name": "onAfterActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortSlc", + "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", "access": null, - "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", - "lineNumber": 566, + "description": "Callback fired after a column is marked as filtered", + "lineNumber": 520, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -17908,16 +17900,16 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumAsc", + "name": "displayAllText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", - "access": "private", - "description": "Indicate whether options in drop-down filter types are sorted in a\nascending numeric manner", - "lineNumber": 574, + "longname": "src/tablefilter.js~TableFilter#displayAllText", + "access": null, + "description": "Text for clear option in drop-down filter types (1st option)", + "lineNumber": 528, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17928,16 +17920,16 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumAsc", + "name": "enableEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumAsc", + "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", "access": null, - "description": "List of columns implementing options sorting in a ascending numeric\nmanner", - "lineNumber": 581, + "description": "Indicate whether empty option is enabled in drop-down filter types", + "lineNumber": 534, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -17948,16 +17940,16 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumDesc", + "name": "emptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", - "access": "private", - "description": "Indicate whether options in drop-down filter types are sorted in a\ndescending numeric manner", - "lineNumber": 589, + "longname": "src/tablefilter.js~TableFilter#emptyText", + "access": null, + "description": "Text for empty option in drop-down filter types", + "lineNumber": 540, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17968,32 +17960,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumDesc", + "name": "enableNonEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", "access": null, - "description": "List of columns implementing options sorting in a descending numeric\nmanner", - "lineNumber": 596, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 852, - "kind": "member", - "static": false, - "variation": null, - "name": "loadFltOnDemand", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", - "access": null, - "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", - "lineNumber": 603, + "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", + "lineNumber": 547, "type": { "nullable": null, "types": [ @@ -18003,17 +17975,37 @@ "description": null } }, + { + "__docId__": 852, + "kind": "member", + "static": false, + "variation": null, + "name": "nonEmptyText", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nonEmptyText", + "access": null, + "description": "Text for non-empty option in drop-down filter types", + "lineNumber": 553, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 853, "kind": "member", "static": false, "variation": null, - "name": "hasCustomOptions", + "name": "onSlcChange", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", + "longname": "src/tablefilter.js~TableFilter#onSlcChange", "access": null, - "description": "Indicate whether custom drop-down filter options are implemented", - "lineNumber": 609, + "description": "Indicate whether drop-down filter types filter the table by default\non change event", + "lineNumber": 560, "type": { "nullable": null, "types": [ @@ -18028,16 +18020,16 @@ "kind": "member", "static": false, "variation": null, - "name": "customOptions", + "name": "sortSlc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customOptions", + "longname": "src/tablefilter.js~TableFilter#sortSlc", "access": null, - "description": "Custom options definition of a per column basis, ie:\ncustom_options: {\n cols:[0, 1],\n texts: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n values: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n sorts: [false, true]\n }", - "lineNumber": 628, + "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", + "lineNumber": 567, "type": { "nullable": null, "types": [ - "Object" + "Boolean" ], "spread": false, "description": null @@ -18048,16 +18040,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rgxOperator", + "name": "isSortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rgxOperator", - "access": null, - "description": "Regular expression operator for input filter. Defaults to 'rgx:'", - "lineNumber": 635, + "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", + "access": "private", + "description": "Indicate whether options in drop-down filter types are sorted in a\nascending numeric manner", + "lineNumber": 575, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18068,16 +18060,16 @@ "kind": "member", "static": false, "variation": null, - "name": "emOperator", + "name": "sortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emOperator", + "longname": "src/tablefilter.js~TableFilter#sortNumAsc", "access": null, - "description": "Empty cells operator for input filter. Defaults to '[empty]'", - "lineNumber": 641, + "description": "List of columns implementing options sorting in a ascending numeric\nmanner", + "lineNumber": 582, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -18088,16 +18080,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nmOperator", + "name": "isSortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nmOperator", - "access": null, - "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", - "lineNumber": 647, + "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", + "access": "private", + "description": "Indicate whether options in drop-down filter types are sorted in a\ndescending numeric manner", + "lineNumber": 590, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18108,16 +18100,16 @@ "kind": "member", "static": false, "variation": null, - "name": "orOperator", + "name": "sortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#orOperator", + "longname": "src/tablefilter.js~TableFilter#sortNumDesc", "access": null, - "description": "Logical OR operator for input filter. Defaults to '||'", - "lineNumber": 653, + "description": "List of columns implementing options sorting in a descending numeric\nmanner", + "lineNumber": 597, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -18128,16 +18120,16 @@ "kind": "member", "static": false, "variation": null, - "name": "anOperator", + "name": "loadFltOnDemand", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#anOperator", + "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", "access": null, - "description": "Logical AND operator for input filter. Defaults to '&&'", - "lineNumber": 659, + "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", + "lineNumber": 604, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18148,16 +18140,16 @@ "kind": "member", "static": false, "variation": null, - "name": "grOperator", + "name": "hasCustomOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#grOperator", + "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", "access": null, - "description": "Greater than operator for input filter. Defaults to '>'", - "lineNumber": 665, + "description": "Indicate whether custom drop-down filter options are implemented", + "lineNumber": 610, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18168,16 +18160,16 @@ "kind": "member", "static": false, "variation": null, - "name": "lwOperator", + "name": "customOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lwOperator", + "longname": "src/tablefilter.js~TableFilter#customOptions", "access": null, - "description": "Lower than operator for input filter. Defaults to '<'", - "lineNumber": 671, + "description": "Custom options definition of a per column basis, ie:\ncustom_options: {\n cols:[0, 1],\n texts: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n values: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n sorts: [false, true]\n }", + "lineNumber": 629, "type": { "nullable": null, "types": [ - "String" + "Object" ], "spread": false, "description": null @@ -18188,12 +18180,12 @@ "kind": "member", "static": false, "variation": null, - "name": "leOperator", + "name": "rgxOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#leOperator", + "longname": "src/tablefilter.js~TableFilter#rgxOperator", "access": null, - "description": "Lower than or equal operator for input filter. Defaults to '<='", - "lineNumber": 677, + "description": "Regular expression operator for input filter. Defaults to 'rgx:'", + "lineNumber": 636, "type": { "nullable": null, "types": [ @@ -18208,12 +18200,12 @@ "kind": "member", "static": false, "variation": null, - "name": "geOperator", + "name": "emOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#geOperator", + "longname": "src/tablefilter.js~TableFilter#emOperator", "access": null, - "description": "Greater than or equal operator for input filter. Defaults to '>='", - "lineNumber": 683, + "description": "Empty cells operator for input filter. Defaults to '[empty]'", + "lineNumber": 642, "type": { "nullable": null, "types": [ @@ -18228,12 +18220,12 @@ "kind": "member", "static": false, "variation": null, - "name": "dfOperator", + "name": "nmOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#dfOperator", + "longname": "src/tablefilter.js~TableFilter#nmOperator", "access": null, - "description": "Inequality operator for input filter. Defaults to '!'", - "lineNumber": 689, + "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", + "lineNumber": 648, "type": { "nullable": null, "types": [ @@ -18248,12 +18240,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lkOperator", + "name": "orOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lkOperator", + "longname": "src/tablefilter.js~TableFilter#orOperator", "access": null, - "description": "Like operator for input filter. Defaults to '!'", - "lineNumber": 695, + "description": "Logical OR operator for input filter. Defaults to '||'", + "lineNumber": 654, "type": { "nullable": null, "types": [ @@ -18268,12 +18260,12 @@ "kind": "member", "static": false, "variation": null, - "name": "eqOperator", + "name": "anOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#eqOperator", + "longname": "src/tablefilter.js~TableFilter#anOperator", "access": null, - "description": "Strict equality operator for input filter. Defaults to '='", - "lineNumber": 701, + "description": "Logical AND operator for input filter. Defaults to '&&'", + "lineNumber": 660, "type": { "nullable": null, "types": [ @@ -18288,12 +18280,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stOperator", + "name": "grOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stOperator", + "longname": "src/tablefilter.js~TableFilter#grOperator", "access": null, - "description": "Starts with operator for input filter. Defaults to '='", - "lineNumber": 707, + "description": "Greater than operator for input filter. Defaults to '>'", + "lineNumber": 666, "type": { "nullable": null, "types": [ @@ -18308,12 +18300,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enOperator", + "name": "lwOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enOperator", + "longname": "src/tablefilter.js~TableFilter#lwOperator", "access": null, - "description": "Ends with operator for input filter. Defaults to '='", - "lineNumber": 713, + "description": "Lower than operator for input filter. Defaults to '<'", + "lineNumber": 672, "type": { "nullable": null, "types": [ @@ -18328,12 +18320,12 @@ "kind": "member", "static": false, "variation": null, - "name": "separator", + "name": "leOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#separator", + "longname": "src/tablefilter.js~TableFilter#leOperator", "access": null, - "description": "Stored values separator", - "lineNumber": 721, + "description": "Lower than or equal operator for input filter. Defaults to '<='", + "lineNumber": 678, "type": { "nullable": null, "types": [ @@ -18348,16 +18340,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rowsCounter", + "name": "geOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rowsCounter", + "longname": "src/tablefilter.js~TableFilter#geOperator", "access": null, - "description": "Enable rows counter UI component", - "lineNumber": 727, + "description": "Greater than or equal operator for input filter. Defaults to '>='", + "lineNumber": 684, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18368,16 +18360,16 @@ "kind": "member", "static": false, "variation": null, - "name": "statusBar", + "name": "dfOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#statusBar", + "longname": "src/tablefilter.js~TableFilter#dfOperator", "access": null, - "description": "Enable status bar UI component", - "lineNumber": 733, + "description": "Inequality operator for input filter. Defaults to '!'", + "lineNumber": 690, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18388,16 +18380,16 @@ "kind": "member", "static": false, "variation": null, - "name": "loader", + "name": "lkOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", + "longname": "src/tablefilter.js~TableFilter#lkOperator", "access": null, - "description": "Enable activity/spinner indicator UI component", - "lineNumber": 739, + "description": "Like operator for input filter. Defaults to '!'", + "lineNumber": 696, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18408,16 +18400,16 @@ "kind": "member", "static": false, "variation": null, - "name": "displayBtn", + "name": "eqOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayBtn", + "longname": "src/tablefilter.js~TableFilter#eqOperator", "access": null, - "description": "Enable filters submission button", - "lineNumber": 746, + "description": "Strict equality operator for input filter. Defaults to '='", + "lineNumber": 702, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18428,12 +18420,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnText", + "name": "stOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnText", + "longname": "src/tablefilter.js~TableFilter#stOperator", "access": null, - "description": "Define filters submission button text", - "lineNumber": 752, + "description": "Starts with operator for input filter. Defaults to '='", + "lineNumber": 708, "type": { "nullable": null, "types": [ @@ -18448,12 +18440,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnCssClass", + "name": "enOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "longname": "src/tablefilter.js~TableFilter#enOperator", "access": null, - "description": "Css class for filters submission button", - "lineNumber": 758, + "description": "Ends with operator for input filter. Defaults to '='", + "lineNumber": 714, "type": { "nullable": null, "types": [ @@ -18468,16 +18460,16 @@ "kind": "member", "static": false, "variation": null, - "name": "btnReset", + "name": "separator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnReset", + "longname": "src/tablefilter.js~TableFilter#separator", "access": null, - "description": "Enable clear button", - "lineNumber": 765, + "description": "Stored values separator", + "lineNumber": 722, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18488,16 +18480,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeReset", + "name": "rowsCounter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "longname": "src/tablefilter.js~TableFilter#rowsCounter", "access": null, - "description": "Callback fired before filters are cleared", - "lineNumber": 771, + "description": "Enable rows counter UI component", + "lineNumber": 728, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -18508,16 +18500,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterReset", + "name": "statusBar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterReset", + "longname": "src/tablefilter.js~TableFilter#statusBar", "access": null, - "description": "Callback fired after filters are cleared", - "lineNumber": 778, + "description": "Enable status bar UI component", + "lineNumber": 734, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -18528,12 +18520,12 @@ "kind": "member", "static": false, "variation": null, - "name": "paging", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#paging", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, - "description": "Enable paging component", - "lineNumber": 784, + "description": "Enable activity/spinner indicator UI component", + "lineNumber": 740, "type": { "nullable": null, "types": [ @@ -18548,32 +18540,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nbHiddenRows", + "name": "displayBtn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": "private", - "description": "Number of hidden rows", - "lineNumber": 791, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 881, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilter", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilter", + "longname": "src/tablefilter.js~TableFilter#displayBtn", "access": null, - "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", - "lineNumber": 798, + "description": "Enable filters submission button", + "lineNumber": 747, "type": { "nullable": null, "types": [ @@ -18583,21 +18555,41 @@ "description": null } }, + { + "__docId__": 881, + "kind": "member", + "static": false, + "variation": null, + "name": "btnText", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#btnText", + "access": null, + "description": "Define filters submission button text", + "lineNumber": 753, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 882, "kind": "member", "static": false, "variation": null, - "name": "autoFilterDelay", + "name": "btnCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "longname": "src/tablefilter.js~TableFilter#btnCssClass", "access": null, - "description": "Auto-filter delay in msecs", - "lineNumber": 804, + "description": "Css class for filters submission button", + "lineNumber": 759, "type": { "nullable": null, "types": [ - "Number" + "String" ], "spread": false, "description": null @@ -18608,12 +18600,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "btnReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": "private", - "description": "Indicate whether user is typing", - "lineNumber": 812, + "longname": "src/tablefilter.js~TableFilter#btnReset", + "access": null, + "description": "Enable clear button", + "lineNumber": 766, "type": { "nullable": null, "types": [ @@ -18628,16 +18620,16 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "onBeforeReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": "private", - "description": "Auto-filter interval ID", - "lineNumber": 819, + "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "access": null, + "description": "Callback fired before filters are cleared", + "lineNumber": 772, "type": { "nullable": null, "types": [ - "String" + "Function" ], "spread": false, "description": null @@ -18648,16 +18640,16 @@ "kind": "member", "static": false, "variation": null, - "name": "highlightKeywords", + "name": "onAfterReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#highlightKeywords", + "longname": "src/tablefilter.js~TableFilter#onAfterReset", "access": null, - "description": "Enable keyword highlighting behaviour", - "lineNumber": 825, + "description": "Callback fired after filters are cleared", + "lineNumber": 779, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -18668,12 +18660,12 @@ "kind": "member", "static": false, "variation": null, - "name": "noResults", + "name": "paging", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#noResults", + "longname": "src/tablefilter.js~TableFilter#paging", "access": null, - "description": "Enable no results message UI component", - "lineNumber": 831, + "description": "Enable paging component", + "lineNumber": 785, "type": { "nullable": null, "types": [ @@ -18688,16 +18680,16 @@ "kind": "member", "static": false, "variation": null, - "name": "state", + "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#state", - "access": null, - "description": "Enable state persistence", - "lineNumber": 838, + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": "private", + "description": "Number of hidden rows", + "lineNumber": 792, "type": { "nullable": null, "types": [ - "Boolean" + "Number" ], "spread": false, "description": null @@ -18708,72 +18700,12 @@ "kind": "member", "static": false, "variation": null, - "name": "defaultDateType", + "name": "autoFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#defaultDateType", + "longname": "src/tablefilter.js~TableFilter#autoFilter", "access": null, - "description": "Define default date type (DMY)", - "lineNumber": 845, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 889, - "kind": "member", - "static": false, - "variation": null, - "name": "thousandsSeparator", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", - "access": null, - "description": "Define thousands separator ',' or '.', defaults to ','", - "lineNumber": 851, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 890, - "kind": "member", - "static": false, - "variation": null, - "name": "decimalSeparator", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#decimalSeparator", - "access": null, - "description": "Define decimal separator ',' or '.', defaults to '.'", - "lineNumber": 857, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 891, - "kind": "member", - "static": false, - "variation": null, - "name": "hasColNbFormat", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColNbFormat", - "access": "private", - "description": "Determine whether table has columns with numeric formats", - "lineNumber": 864, + "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", + "lineNumber": 799, "type": { "nullable": null, "types": [ @@ -18783,21 +18715,81 @@ "description": null } }, + { + "__docId__": 889, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterDelay", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "access": null, + "description": "Auto-filter delay in msecs", + "lineNumber": 805, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 890, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": "private", + "description": "Indicate whether user is typing", + "lineNumber": 813, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 891, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": "private", + "description": "Auto-filter interval ID", + "lineNumber": 820, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 892, "kind": "member", "static": false, "variation": null, - "name": "colNbFormat", + "name": "highlightKeywords", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colNbFormat", + "longname": "src/tablefilter.js~TableFilter#highlightKeywords", "access": null, - "description": "Define numeric format on a column basis, two possible values 'EU' and\n'US', ie:\ncol_number_format : [null, 'US', 'EU', null]", - "lineNumber": 872, + "description": "Enable keyword highlighting behaviour", + "lineNumber": 826, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -18808,12 +18800,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColDateType", + "name": "noResults", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColDateType", - "access": "private", - "description": "Determine whether table has columns with date types", - "lineNumber": 879, + "longname": "src/tablefilter.js~TableFilter#noResults", + "access": null, + "description": "Enable no results message UI component", + "lineNumber": 832, "type": { "nullable": null, "types": [ @@ -18828,16 +18820,16 @@ "kind": "member", "static": false, "variation": null, - "name": "colDateType", + "name": "state", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colDateType", + "longname": "src/tablefilter.js~TableFilter#state", "access": null, - "description": "Define date format on a column basis, possible values 'DMY', 'MDY',\n'YMD', 'DDMMMYYYY', ie:\ncol_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY']", - "lineNumber": 887, + "description": "Enable state persistence", + "lineNumber": 839, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -18848,16 +18840,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxTf", + "name": "locale", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxTf", - "access": "private", - "description": "Main prefix", - "lineNumber": 894, + "longname": "src/tablefilter.js~TableFilter#locale", + "access": null, + "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", + "lineNumber": 848, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -18865,16 +18860,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxFlt", + "name": "thousandsSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxFlt", - "access": "private", - "description": "Filter's ID prefix (inputs - selects)", - "lineNumber": 900, + "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", + "access": null, + "description": "Define thousands separator ',' or '.', defaults to ','", + "lineNumber": 854, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -18882,16 +18880,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxValButton", + "name": "decimalSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxValButton", - "access": "private", - "description": "Button's ID prefix", - "lineNumber": 906, + "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "access": null, + "description": "Define decimal separator ',' or '.', defaults to '.'", + "lineNumber": 860, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -18899,16 +18900,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxInfDiv", + "name": "hasColTypes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", + "longname": "src/tablefilter.js~TableFilter#hasColTypes", "access": "private", - "description": "Toolbar container ID prefix", - "lineNumber": 912, + "description": "Determine whether table has columns data types", + "lineNumber": 867, "type": { + "nullable": null, "types": [ - "string" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -18916,16 +18920,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxLDiv", + "name": "colTypes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxLDiv", - "access": "private", - "description": "Toolbar left element ID prefix", - "lineNumber": 918, + "longname": "src/tablefilter.js~TableFilter#colTypes", + "access": null, + "description": "Define data types on a column basis, possible values 'string',\n'number', 'formatted-number', 'date', 'ipaddress' ie:\ncol_types : [\n 'string', 'date', 'number',\n { type: 'formatted-number', decimal: ',', thousands: '.' },\n { type: 'date', locale: 'en-gb' },\n { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n]\n\nRefer to https://sugarjs.com/docs/#/DateParsing for exhaustive\ninformation on date parsing formats supported by Sugar Date", + "lineNumber": 883, "type": { + "nullable": null, "types": [ - "string" - ] + "Array" + ], + "spread": false, + "description": null } }, { @@ -18933,12 +18940,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxRDiv", + "name": "prfxTf", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "longname": "src/tablefilter.js~TableFilter#prfxTf", "access": "private", - "description": "Toolbar right element ID prefix", - "lineNumber": 924, + "description": "Main prefix", + "lineNumber": 890, "type": { "types": [ "string" @@ -18950,12 +18957,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxMDiv", + "name": "prfxFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxMDiv", + "longname": "src/tablefilter.js~TableFilter#prfxFlt", "access": "private", - "description": "Toolbar middle element ID prefix", - "lineNumber": 930, + "description": "Filter's ID prefix (inputs - selects)", + "lineNumber": 896, "type": { "types": [ "string" @@ -18967,12 +18974,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxResponsive", + "name": "prfxValButton", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "longname": "src/tablefilter.js~TableFilter#prfxValButton", "access": "private", - "description": "Responsive Css class", - "lineNumber": 936, + "description": "Button's ID prefix", + "lineNumber": 902, "type": { "types": [ "string" @@ -18984,19 +18991,16 @@ "kind": "member", "static": false, "variation": null, - "name": "extensions", + "name": "prfxInfDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#extensions", + "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", "access": "private", - "description": "List of loaded extensions", - "lineNumber": 944, + "description": "Toolbar container ID prefix", + "lineNumber": 908, "type": { - "nullable": null, "types": [ - "Array" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -19004,19 +19008,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExtensions", + "name": "prfxLDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExtensions", + "longname": "src/tablefilter.js~TableFilter#prfxLDiv", "access": "private", - "description": "Determine whether extensions are loaded", - "lineNumber": 951, + "description": "Toolbar left element ID prefix", + "lineNumber": 914, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -19024,19 +19025,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enableDefaultTheme", + "name": "prfxRDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", - "access": null, - "description": "Enable default theme", - "lineNumber": 958, + "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "access": "private", + "description": "Toolbar right element ID prefix", + "lineNumber": 920, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -19044,19 +19042,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasThemes", + "name": "prfxMDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasThemes", + "longname": "src/tablefilter.js~TableFilter#prfxMDiv", "access": "private", - "description": "Determine whether themes are enables", - "lineNumber": 965, + "description": "Toolbar middle element ID prefix", + "lineNumber": 926, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -19064,19 +19059,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themes", + "name": "prfxResponsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themes", - "access": null, - "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 972, + "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "access": "private", + "description": "Responsive Css class", + "lineNumber": 932, "type": { - "nullable": null, "types": [ - "Array" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -19084,12 +19076,12 @@ "kind": "member", "static": false, "variation": null, - "name": "themesPath", + "name": "extensions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themesPath", - "access": null, - "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 980, + "longname": "src/tablefilter.js~TableFilter#extensions", + "access": "private", + "description": "List of loaded extensions", + "lineNumber": 940, "type": { "nullable": null, "types": [ @@ -19104,12 +19096,12 @@ "kind": "member", "static": false, "variation": null, - "name": "responsive", + "name": "hasExtensions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#responsive", - "access": null, - "description": "Enable responsive layout", - "lineNumber": 986, + "longname": "src/tablefilter.js~TableFilter#hasExtensions", + "access": "private", + "description": "Determine whether extensions are loaded", + "lineNumber": 947, "type": { "nullable": null, "types": [ @@ -19124,12 +19116,112 @@ "kind": "member", "static": false, "variation": null, + "name": "enableDefaultTheme", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", + "access": null, + "description": "Enable default theme", + "lineNumber": 954, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 911, + "kind": "member", + "static": false, + "variation": null, + "name": "hasThemes", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#hasThemes", + "access": "private", + "description": "Determine whether themes are enables", + "lineNumber": 961, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 912, + "kind": "member", + "static": false, + "variation": null, + "name": "themes", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#themes", + "access": null, + "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 968, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 913, + "kind": "member", + "static": false, + "variation": null, + "name": "themesPath", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#themesPath", + "access": null, + "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 976, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 914, + "kind": "member", + "static": false, + "variation": null, + "name": "responsive", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#responsive", + "access": null, + "description": "Enable responsive layout", + "lineNumber": 982, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 915, + "kind": "member", + "static": false, + "variation": null, "name": "Mod", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#Mod", "access": "private", "description": "Features registry", - "lineNumber": 992, + "lineNumber": 988, "type": { "types": [ "*" @@ -19137,7 +19229,7 @@ } }, { - "__docId__": 911, + "__docId__": 916, "kind": "member", "static": false, "variation": null, @@ -19146,7 +19238,7 @@ "longname": "src/tablefilter.js~TableFilter#ExtRegistry", "access": "private", "description": "Extensions registry", - "lineNumber": 998, + "lineNumber": 994, "type": { "types": [ "*" @@ -19154,7 +19246,7 @@ } }, { - "__docId__": 912, + "__docId__": 917, "kind": "method", "static": false, "variation": null, @@ -19163,12 +19255,12 @@ "longname": "src/tablefilter.js~TableFilter#init", "access": null, "description": "Initialise features and layout", - "lineNumber": 1004, + "lineNumber": 1000, "params": [], "generator": false }, { - "__docId__": 913, + "__docId__": 918, "kind": "member", "static": false, "variation": null, @@ -19177,7 +19269,7 @@ "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 1068, + "lineNumber": 1070, "undocument": true, "type": { "types": [ @@ -19186,7 +19278,7 @@ } }, { - "__docId__": 914, + "__docId__": 919, "kind": "member", "static": false, "variation": null, @@ -19195,7 +19287,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": "", - "lineNumber": 1190, + "lineNumber": 1192, "unknown": [ { "tagName": "@inherited", @@ -19209,7 +19301,7 @@ } }, { - "__docId__": 915, + "__docId__": 920, "kind": "method", "static": false, "variation": null, @@ -19218,7 +19310,7 @@ "longname": "src/tablefilter.js~TableFilter#detectKey", "access": null, "description": "Detect key", - "lineNumber": 1202, + "lineNumber": 1204, "params": [ { "nullable": null, @@ -19233,103 +19325,6 @@ ], "generator": false }, - { - "__docId__": 916, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1213, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 917, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 1215, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 918, - "kind": "method", - "static": false, - "variation": null, - "name": "onKeyUp", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onKeyUp", - "access": null, - "description": "Filter's keyup event: if auto-filter on, detect user is typing and filter\ncolumns", - "lineNumber": 1225, - "params": [ - { - "nullable": null, - "types": [ - "Event" - ], - "spread": false, - "optional": false, - "name": "evt", - "description": "" - } - ], - "generator": false - }, - { - "__docId__": 919, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1230, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 920, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 1234, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, { "__docId__": 921, "kind": "member", @@ -19340,11 +19335,11 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1237, + "lineNumber": 1215, "undocument": true, "type": { "types": [ - "*" + "boolean" ] } }, @@ -19358,7 +19353,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1244, + "lineNumber": 1217, "undocument": true, "type": { "types": [ @@ -19368,65 +19363,15 @@ }, { "__docId__": 923, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 1249, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 924, "kind": "method", "static": false, "variation": null, - "name": "onKeyDown", + "name": "onKeyUp", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onKeyDown", + "longname": "src/tablefilter.js~TableFilter#onKeyUp", "access": null, - "description": "Filter's keydown event: if auto-filter on, detect user is typing", - "lineNumber": 1256, - "params": [], - "generator": false - }, - { - "__docId__": 925, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1258, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 926, - "kind": "method", - "static": false, - "variation": null, - "name": "onInpFocus", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onInpFocus", - "access": null, - "description": "Filter's focus event", - "lineNumber": 1266, + "description": "Filter's keyup event: if auto-filter on, detect user is typing and filter\ncolumns", + "lineNumber": 1227, "params": [ { "nullable": null, @@ -19442,21 +19387,7 @@ "generator": false }, { - "__docId__": 927, - "kind": "method", - "static": false, - "variation": null, - "name": "onInpBlur", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onInpBlur", - "access": null, - "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", - "lineNumber": 1274, - "params": [], - "generator": false - }, - { - "__docId__": 928, + "__docId__": 924, "kind": "member", "static": false, "variation": null, @@ -19465,7 +19396,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1276, + "lineNumber": 1232, "undocument": true, "type": { "types": [ @@ -19473,17 +19404,178 @@ ] } }, + { + "__docId__": 925, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 1236, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 926, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 1239, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 927, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 1246, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 928, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 1251, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, { "__docId__": 929, "kind": "method", "static": false, "variation": null, + "name": "onKeyDown", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onKeyDown", + "access": null, + "description": "Filter's keydown event: if auto-filter on, detect user is typing", + "lineNumber": 1258, + "params": [], + "generator": false + }, + { + "__docId__": 930, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 1260, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 931, + "kind": "method", + "static": false, + "variation": null, + "name": "onInpFocus", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onInpFocus", + "access": null, + "description": "Filter's focus event", + "lineNumber": 1268, + "params": [ + { + "nullable": null, + "types": [ + "Event" + ], + "spread": false, + "optional": false, + "name": "evt", + "description": "" + } + ], + "generator": false + }, + { + "__docId__": 932, + "kind": "method", + "static": false, + "variation": null, + "name": "onInpBlur", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onInpBlur", + "access": null, + "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", + "lineNumber": 1276, + "params": [], + "generator": false + }, + { + "__docId__": 933, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 1278, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 934, + "kind": "method", + "static": false, + "variation": null, "name": "_insertFiltersRow", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", "access": null, "description": "Insert filters row at initialization", - "lineNumber": 1285, + "lineNumber": 1287, "params": [], "return": { "types": [ @@ -19493,7 +19585,7 @@ "generator": false }, { - "__docId__": 930, + "__docId__": 935, "kind": "method", "static": false, "variation": null, @@ -19502,12 +19594,12 @@ "longname": "src/tablefilter.js~TableFilter#_initNoFilters", "access": null, "description": "Initialize filtersless table", - "lineNumber": 1311, + "lineNumber": 1316, "params": [], "generator": false }, { - "__docId__": 931, + "__docId__": 936, "kind": "member", "static": false, "variation": null, @@ -19516,7 +19608,7 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 1315, + "lineNumber": 1320, "undocument": true, "type": { "types": [ @@ -19525,7 +19617,7 @@ } }, { - "__docId__": 932, + "__docId__": 937, "kind": "member", "static": false, "variation": null, @@ -19534,7 +19626,7 @@ "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 1316, + "lineNumber": 1321, "undocument": true, "type": { "types": [ @@ -19543,7 +19635,7 @@ } }, { - "__docId__": 933, + "__docId__": 938, "kind": "method", "static": false, "variation": null, @@ -19552,7 +19644,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildInputFilter", "access": null, "description": "Build input filter type", - "lineNumber": 1325, + "lineNumber": 1330, "params": [ { "nullable": null, @@ -19588,7 +19680,7 @@ "generator": false }, { - "__docId__": 934, + "__docId__": 939, "kind": "method", "static": false, "variation": null, @@ -19597,7 +19689,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildSubmitButton", "access": null, "description": "Build submit button", - "lineNumber": 1363, + "lineNumber": 1368, "params": [ { "nullable": null, @@ -19623,7 +19715,7 @@ "generator": false }, { - "__docId__": 935, + "__docId__": 940, "kind": "method", "static": false, "variation": null, @@ -19632,7 +19724,7 @@ "longname": "src/tablefilter.js~TableFilter#feature", "access": null, "description": "Return a feature instance for a given name", - "lineNumber": 1386, + "lineNumber": 1391, "params": [ { "nullable": null, @@ -19656,7 +19748,7 @@ "generator": false }, { - "__docId__": 936, + "__docId__": 941, "kind": "method", "static": false, "variation": null, @@ -19665,12 +19757,12 @@ "longname": "src/tablefilter.js~TableFilter#initExtensions", "access": null, "description": "Initialise all the extensions defined in the configuration object", - "lineNumber": 1393, + "lineNumber": 1398, "params": [], "generator": false }, { - "__docId__": 937, + "__docId__": 942, "kind": "method", "static": false, "variation": null, @@ -19679,7 +19771,7 @@ "longname": "src/tablefilter.js~TableFilter#loadExtension", "access": null, "description": "Load an extension module", - "lineNumber": 1412, + "lineNumber": 1417, "params": [ { "nullable": null, @@ -19695,7 +19787,7 @@ "generator": false }, { - "__docId__": 938, + "__docId__": 943, "kind": "method", "static": false, "variation": null, @@ -19704,7 +19796,7 @@ "longname": "src/tablefilter.js~TableFilter#extension", "access": null, "description": "Get an extension instance", - "lineNumber": 1443, + "lineNumber": 1448, "params": [ { "nullable": null, @@ -19728,7 +19820,7 @@ "generator": false }, { - "__docId__": 939, + "__docId__": 944, "kind": "method", "static": false, "variation": null, @@ -19737,7 +19829,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtension", "access": null, "description": "Check passed extension name exists", - "lineNumber": 1452, + "lineNumber": 1457, "params": [ { "nullable": null, @@ -19761,7 +19853,7 @@ "generator": false }, { - "__docId__": 940, + "__docId__": 945, "kind": "method", "static": false, "variation": null, @@ -19770,12 +19862,12 @@ "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, "description": "Destroy all the extensions defined in the configuration object", - "lineNumber": 1459, + "lineNumber": 1464, "params": [], "generator": false }, { - "__docId__": 941, + "__docId__": 946, "kind": "method", "static": false, "variation": null, @@ -19784,12 +19876,12 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 1475, + "lineNumber": 1480, "params": [], "generator": false }, { - "__docId__": 942, + "__docId__": 947, "kind": "member", "static": false, "variation": null, @@ -19798,7 +19890,7 @@ "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 1504, + "lineNumber": 1509, "undocument": true, "type": { "types": [ @@ -19807,7 +19899,7 @@ } }, { - "__docId__": 943, + "__docId__": 948, "kind": "method", "static": false, "variation": null, @@ -19816,7 +19908,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 1513, + "lineNumber": 1518, "params": [ { "name": "name", @@ -19839,7 +19931,7 @@ "generator": false }, { - "__docId__": 944, + "__docId__": 949, "kind": "method", "static": false, "variation": null, @@ -19848,93 +19940,7 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 1520, - "params": [], - "generator": false - }, - { - "__docId__": 945, - "kind": "member", - "static": false, - "variation": null, - "name": "nbHiddenRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": null, - "description": null, - "lineNumber": 1575, - "undocument": true, - "type": { - "types": [ - "number" - ] - } - }, - { - "__docId__": 946, - "kind": "member", - "static": false, - "variation": null, - "name": "validRowsIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", - "access": null, - "description": null, - "lineNumber": 1576, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 947, - "kind": "member", - "static": false, - "variation": null, - "name": "fltIds", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": null, - "description": null, - "lineNumber": 1577, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 948, - "kind": "member", - "static": false, - "variation": null, - "name": "initialized", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#initialized", - "access": null, - "description": null, - "lineNumber": 1578, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 949, - "kind": "method", - "static": false, - "variation": null, - "name": "setToolbar", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#setToolbar", - "access": null, - "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 1584, + "lineNumber": 1525, "params": [], "generator": false }, @@ -19943,16 +19949,16 @@ "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1609, + "lineNumber": 1580, "undocument": true, "type": { "types": [ - "*" + "number" ] } }, @@ -19961,12 +19967,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "validRowsIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1615, + "lineNumber": 1581, "undocument": true, "type": { "types": [ @@ -19979,12 +19985,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", + "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 1622, + "lineNumber": 1582, "undocument": true, "type": { "types": [ @@ -19997,16 +20003,16 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "initialized", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 1628, + "lineNumber": 1583, "undocument": true, "type": { "types": [ - "*" + "boolean" ] } }, @@ -20015,12 +20021,12 @@ "kind": "method", "static": false, "variation": null, - "name": "removeToolbar", + "name": "setToolbar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#removeToolbar", + "longname": "src/tablefilter.js~TableFilter#setToolbar", "access": null, - "description": "Remove toolbar container element", - "lineNumber": 1642, + "description": "Generate container element for paging, reset button, rows counter etc.", + "lineNumber": 1589, "params": [], "generator": false }, @@ -20034,7 +20040,7 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1647, + "lineNumber": 1614, "undocument": true, "type": { "types": [ @@ -20044,6 +20050,92 @@ }, { "__docId__": 956, + "kind": "member", + "static": false, + "variation": null, + "name": "lDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#lDiv", + "access": null, + "description": null, + "lineNumber": 1620, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 957, + "kind": "member", + "static": false, + "variation": null, + "name": "rDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#rDiv", + "access": null, + "description": null, + "lineNumber": 1627, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 958, + "kind": "member", + "static": false, + "variation": null, + "name": "mDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#mDiv", + "access": null, + "description": null, + "lineNumber": 1633, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 959, + "kind": "method", + "static": false, + "variation": null, + "name": "removeToolbar", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#removeToolbar", + "access": null, + "description": "Remove toolbar container element", + "lineNumber": 1647, + "params": [], + "generator": false + }, + { + "__docId__": 960, + "kind": "member", + "static": false, + "variation": null, + "name": "infDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": null, + "description": null, + "lineNumber": 1652, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 961, "kind": "method", "static": false, "variation": null, @@ -20052,12 +20144,12 @@ "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", "access": null, "description": "Remove all the external column filters", - "lineNumber": 1659, + "lineNumber": 1664, "params": [], "generator": false }, { - "__docId__": 957, + "__docId__": 962, "kind": "method", "static": false, "variation": null, @@ -20066,7 +20158,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1679, + "lineNumber": 1684, "params": [ { "nullable": null, @@ -20090,7 +20182,7 @@ "generator": false }, { - "__docId__": 958, + "__docId__": 963, "kind": "method", "static": false, "variation": null, @@ -20099,7 +20191,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": 1690, + "lineNumber": 1695, "params": [ { "nullable": null, @@ -20123,7 +20215,7 @@ "generator": false }, { - "__docId__": 959, + "__docId__": 964, "kind": "method", "static": false, "variation": null, @@ -20132,12 +20224,12 @@ "longname": "src/tablefilter.js~TableFilter#filter", "access": null, "description": "Filter the table by retrieving the data from each cell in every single\nrow and comparing it to the search term for current column. A row is\nhidden when all the search terms are not found in inspected row.", - "lineNumber": 1723, + "lineNumber": 1728, "params": [], "generator": false }, { - "__docId__": 960, + "__docId__": 965, "kind": "member", "static": false, "variation": null, @@ -20146,7 +20238,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1737, + "lineNumber": 1742, "undocument": true, "type": { "types": [ @@ -20155,7 +20247,7 @@ } }, { - "__docId__": 961, + "__docId__": 966, "kind": "member", "static": false, "variation": null, @@ -20164,7 +20256,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 2068, + "lineNumber": 2088, "undocument": true, "type": { "types": [ @@ -20173,7 +20265,7 @@ } }, { - "__docId__": 962, + "__docId__": 967, "kind": "method", "static": false, "variation": null, @@ -20182,7 +20274,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": null, "description": "Return the data of a specified column", - "lineNumber": 2086, + "lineNumber": 2106, "params": [ { "nullable": null, @@ -20236,7 +20328,7 @@ "generator": false }, { - "__docId__": 963, + "__docId__": 968, "kind": "method", "static": false, "variation": null, @@ -20245,7 +20337,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 2131, + "lineNumber": 2157, "params": [ { "nullable": null, @@ -20269,7 +20361,7 @@ "generator": false }, { - "__docId__": 964, + "__docId__": 969, "kind": "method", "static": false, "variation": null, @@ -20278,7 +20370,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 2167, + "lineNumber": 2193, "params": [], "return": { "nullable": null, @@ -20291,7 +20383,7 @@ "generator": false }, { - "__docId__": 965, + "__docId__": 970, "kind": "method", "static": false, "variation": null, @@ -20300,7 +20392,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 2188, + "lineNumber": 2214, "params": [ { "nullable": null, @@ -20324,7 +20416,7 @@ "generator": false }, { - "__docId__": 966, + "__docId__": 971, "kind": "method", "static": false, "variation": null, @@ -20333,7 +20425,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": 2204, + "lineNumber": 2230, "params": [ { "nullable": null, @@ -20367,7 +20459,7 @@ "generator": false }, { - "__docId__": 967, + "__docId__": 972, "kind": "method", "static": false, "variation": null, @@ -20376,7 +20468,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 2224, + "lineNumber": 2250, "params": [ { "nullable": null, @@ -20400,7 +20492,7 @@ "generator": false }, { - "__docId__": 968, + "__docId__": 973, "kind": "method", "static": false, "variation": null, @@ -20409,7 +20501,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 2234, + "lineNumber": 2260, "params": [ { "nullable": null, @@ -20433,7 +20525,7 @@ "generator": false }, { - "__docId__": 969, + "__docId__": 974, "kind": "method", "static": false, "variation": null, @@ -20442,7 +20534,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 2245, + "lineNumber": 2271, "params": [ { "nullable": null, @@ -20466,7 +20558,7 @@ "generator": false }, { - "__docId__": 970, + "__docId__": 975, "kind": "method", "static": false, "variation": null, @@ -20475,7 +20567,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellData", "access": null, "description": "Return the data of a given cell", - "lineNumber": 2259, + "lineNumber": 2285, "params": [ { "nullable": null, @@ -20499,7 +20591,7 @@ "generator": false }, { - "__docId__": 971, + "__docId__": 976, "kind": "method", "static": false, "variation": null, @@ -20508,7 +20600,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": 2282, + "lineNumber": 2308, "params": [ { "nullable": null, @@ -20542,7 +20634,7 @@ "generator": false }, { - "__docId__": 972, + "__docId__": 977, "kind": "method", "static": false, "variation": null, @@ -20551,7 +20643,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": 2319, + "lineNumber": 2345, "params": [ { "nullable": null, @@ -20585,7 +20677,7 @@ "generator": false }, { - "__docId__": 973, + "__docId__": 978, "kind": "method", "static": false, "variation": null, @@ -20594,7 +20686,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilteredDataCol", "access": null, "description": "Return the filtered data for a given column index", - "lineNumber": 2356, + "lineNumber": 2382, "params": [ { "nullable": null, @@ -20628,7 +20720,7 @@ "generator": false }, { - "__docId__": 974, + "__docId__": 979, "kind": "method", "static": false, "variation": null, @@ -20637,7 +20729,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 2381, + "lineNumber": 2407, "params": [ { "nullable": null, @@ -20661,7 +20753,7 @@ "generator": false }, { - "__docId__": 975, + "__docId__": 980, "kind": "method", "static": false, "variation": null, @@ -20670,7 +20762,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 2390, + "lineNumber": 2416, "params": [ { "nullable": null, @@ -20696,7 +20788,7 @@ "generator": false }, { - "__docId__": 976, + "__docId__": 981, "kind": "method", "static": false, "variation": null, @@ -20705,12 +20797,12 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 2425, + "lineNumber": 2451, "params": [], "generator": false }, { - "__docId__": 977, + "__docId__": 982, "kind": "member", "static": false, "variation": null, @@ -20719,7 +20811,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2429, + "lineNumber": 2455, "undocument": true, "type": { "types": [ @@ -20728,7 +20820,7 @@ } }, { - "__docId__": 978, + "__docId__": 983, "kind": "method", "static": false, "variation": null, @@ -20737,7 +20829,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 2440, + "lineNumber": 2466, "params": [ { "nullable": null, @@ -20763,7 +20855,7 @@ "generator": false }, { - "__docId__": 979, + "__docId__": 984, "kind": "method", "static": false, "variation": null, @@ -20772,7 +20864,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 2488, + "lineNumber": 2514, "params": [ { "nullable": null, @@ -20788,7 +20880,7 @@ "generator": false }, { - "__docId__": 980, + "__docId__": 985, "kind": "method", "static": false, "variation": null, @@ -20797,12 +20889,12 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Makes defined rows always visible", - "lineNumber": 2517, + "lineNumber": 2543, "params": [], "generator": false }, { - "__docId__": 981, + "__docId__": 986, "kind": "method", "static": false, "variation": null, @@ -20811,12 +20903,12 @@ "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, "description": "Clear all the filters' values", - "lineNumber": 2534, + "lineNumber": 2560, "params": [], "generator": false }, { - "__docId__": 982, + "__docId__": 987, "kind": "method", "static": false, "variation": null, @@ -20825,12 +20917,12 @@ "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", "access": null, "description": "Clears filtered columns visual indicator (background color)", - "lineNumber": 2559, + "lineNumber": 2585, "params": [], "generator": false }, { - "__docId__": 983, + "__docId__": 988, "kind": "method", "static": false, "variation": null, @@ -20839,7 +20931,7 @@ "longname": "src/tablefilter.js~TableFilter#markActiveColumn", "access": null, "description": "Mark currently filtered column", - "lineNumber": 2569, + "lineNumber": 2595, "params": [ { "nullable": null, @@ -20855,7 +20947,7 @@ "generator": false }, { - "__docId__": 984, + "__docId__": 989, "kind": "method", "static": false, "variation": null, @@ -20864,7 +20956,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 2587, + "lineNumber": 2613, "unknown": [ { "tagName": "@returns", @@ -20883,7 +20975,7 @@ "generator": false }, { - "__docId__": 985, + "__docId__": 990, "kind": "method", "static": false, "variation": null, @@ -20892,7 +20984,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 2595, + "lineNumber": 2621, "params": [ { "nullable": null, @@ -20908,7 +21000,7 @@ "generator": false }, { - "__docId__": 986, + "__docId__": 991, "kind": "member", "static": false, "variation": null, @@ -20917,7 +21009,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 2596, + "lineNumber": 2622, "undocument": true, "type": { "types": [ @@ -20926,7 +21018,7 @@ } }, { - "__docId__": 987, + "__docId__": 992, "kind": "method", "static": false, "variation": null, @@ -20935,7 +21027,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2604, + "lineNumber": 2630, "unknown": [ { "tagName": "@returns", @@ -20967,7 +21059,7 @@ "generator": false }, { - "__docId__": 988, + "__docId__": 993, "kind": "method", "static": false, "variation": null, @@ -20976,7 +21068,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2614, + "lineNumber": 2640, "params": [ { "nullable": null, @@ -20992,7 +21084,7 @@ "generator": false }, { - "__docId__": 989, + "__docId__": 994, "kind": "method", "static": false, "variation": null, @@ -21001,12 +21093,12 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2625, + "lineNumber": 2651, "params": [], "generator": false }, { - "__docId__": 990, + "__docId__": 995, "kind": "method", "static": false, "variation": null, @@ -21015,7 +21107,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determines if passed filter column implements exact query match", - "lineNumber": 2675, + "lineNumber": 2701, "params": [ { "nullable": null, @@ -21039,7 +21131,7 @@ "generator": false }, { - "__docId__": 991, + "__docId__": 996, "kind": "method", "static": false, "variation": null, @@ -21048,7 +21140,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2687, + "lineNumber": 2713, "params": [ { "nullable": null, @@ -21082,7 +21174,7 @@ "generator": false }, { - "__docId__": 992, + "__docId__": 997, "kind": "method", "static": false, "variation": null, @@ -21091,7 +21183,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2710, + "lineNumber": 2736, "params": [ { "nullable": null, @@ -21137,7 +21229,7 @@ "generator": false }, { - "__docId__": 993, + "__docId__": 998, "kind": "method", "static": false, "variation": null, @@ -21146,7 +21238,7 @@ "longname": "src/tablefilter.js~TableFilter#isInitialized", "access": null, "description": "Check if table has filters grid", - "lineNumber": 2752, + "lineNumber": 2778, "params": [], "return": { "nullable": null, @@ -21159,7 +21251,7 @@ "generator": false }, { - "__docId__": 994, + "__docId__": 999, "kind": "method", "static": false, "variation": null, @@ -21168,7 +21260,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 2760, + "lineNumber": 2786, "params": [], "return": { "nullable": null, @@ -21181,7 +21273,7 @@ "generator": false }, { - "__docId__": 995, + "__docId__": 1000, "kind": "method", "static": false, "variation": null, @@ -21190,7 +21282,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 2769, + "lineNumber": 2795, "params": [ { "nullable": null, @@ -21214,7 +21306,7 @@ "generator": false }, { - "__docId__": 996, + "__docId__": 1001, "kind": "member", "static": false, "variation": null, @@ -21223,7 +21315,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2775, + "lineNumber": 2801, "undocument": true, "type": { "types": [ @@ -21232,7 +21324,7 @@ } }, { - "__docId__": 997, + "__docId__": 1002, "kind": "method", "static": false, "variation": null, @@ -21241,7 +21333,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", - "lineNumber": 2796, + "lineNumber": 2822, "params": [], "return": { "nullable": null, @@ -21254,7 +21346,7 @@ "generator": false }, { - "__docId__": 998, + "__docId__": 1003, "kind": "method", "static": false, "variation": null, @@ -21263,7 +21355,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", "access": null, "description": "Get the index of the headers row", - "lineNumber": 2804, + "lineNumber": 2830, "params": [], "return": { "nullable": null, @@ -21276,7 +21368,7 @@ "generator": false }, { - "__docId__": 999, + "__docId__": 1004, "kind": "method", "static": false, "variation": null, @@ -21285,7 +21377,7 @@ "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", "access": null, "description": "Get the row index from where the filtering process start (1st filterable\nrow)", - "lineNumber": 2813, + "lineNumber": 2839, "params": [], "return": { "nullable": null, @@ -21298,7 +21390,7 @@ "generator": false }, { - "__docId__": 1000, + "__docId__": 1005, "kind": "method", "static": false, "variation": null, @@ -21307,7 +21399,7 @@ "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", "access": null, "description": "Get the index of the last row", - "lineNumber": 2821, + "lineNumber": 2847, "params": [], "return": { "nullable": null, @@ -21320,7 +21412,58 @@ "generator": false }, { - "__docId__": 1001, + "__docId__": 1006, + "kind": "method", + "static": false, + "variation": null, + "name": "hasType", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#hasType", + "access": null, + "description": "Determine whether the specified column has one of the passed types", + "lineNumber": 2858, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "{Boolean}" + } + ], + "params": [ + { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "optional": false, + "name": "colIndex", + "description": "Column index" + }, + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": true, + "defaultValue": "[]", + "defaultRaw": [], + "name": "types", + "description": "List of column types" + } + ], + "return": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1007, "kind": "method", "static": false, "variation": null, @@ -21329,7 +21472,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 2831, + "lineNumber": 2874, "params": [ { "nullable": null, @@ -21353,7 +21496,7 @@ "generator": false }, { - "__docId__": 1002, + "__docId__": 1008, "kind": "method", "static": false, "variation": null, @@ -21362,7 +21505,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 2856, + "lineNumber": 2899, "params": [ { "nullable": null, @@ -21386,7 +21529,7 @@ "generator": false }, { - "__docId__": 1003, + "__docId__": 1009, "kind": "method", "static": false, "variation": null, @@ -21395,7 +21538,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 2876, + "lineNumber": 2919, "params": [ { "nullable": null, @@ -21419,7 +21562,7 @@ "generator": false }, { - "__docId__": 1004, + "__docId__": 1010, "kind": "method", "static": false, "variation": null, @@ -21428,7 +21571,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 2885, + "lineNumber": 2928, "params": [], "return": { "nullable": null, @@ -21441,7 +21584,7 @@ "generator": false }, { - "__docId__": 1005, + "__docId__": 1011, "kind": "method", "static": false, "variation": null, @@ -21450,7 +21593,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRowsNb", "access": null, "description": "Return the total number of valid rows", - "lineNumber": 2894, + "lineNumber": 2937, "unknown": [ { "tagName": "@returns", @@ -21482,7 +21625,7 @@ "generator": false }, { - "__docId__": 1006, + "__docId__": 1012, "kind": "method", "static": false, "variation": null, @@ -21491,7 +21634,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 2902, + "lineNumber": 2945, "params": [], "return": { "nullable": null, @@ -21504,7 +21647,7 @@ "generator": false }, { - "__docId__": 1007, + "__docId__": 1013, "kind": "file", "static": true, "variation": null, @@ -21517,7 +21660,7 @@ "content": "\n/**\n * Types utilities\n */\n\nconst UNDEFINED = void 0;\n\n/**\n * Check passed argument is an object\n * @param {Object} obj\n * @return {Boolean}\n */\nexport const isObj =\n obj => Object.prototype.toString.call(obj) === '[object Object]';\n\n/**\n * Check passed argument is a function\n * @param {Function} obj\n * @return {Boolean}\n */\nexport const isFn =\n obj => Object.prototype.toString.call(obj) === '[object Function]';\n\n/**\n * Check passed argument is an array\n * @param {Array} obj\n * @return {Boolean}\n */\nexport const isArray =\n obj => Object.prototype.toString.call(obj) === '[object Array]';\n\n/**\n * Check passed argument is a string\n * @param {String} obj objue\n * @returns {Boolean}\n */\nexport const isString =\n obj => Object.prototype.toString.call(obj) === '[object String]';\n\n/**\n * Check passed argument is a number\n * @param {Number} obj\n * @returns {Boolean}\n */\nexport const isNumber =\n obj => Object.prototype.toString.call(obj) === '[object Number]';\n\n/**\n * Check passed argument is undefined\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isUndef = obj => obj === UNDEFINED;\n\n/**\n * Check passed argument is null\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isNull = obj => obj === null;\n\n/**\n * Check passed argument is empty (undefined, null or empty string)\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isEmpty = obj => isUndef(obj) || isNull(obj) || obj.length === 0;\n" }, { - "__docId__": 1008, + "__docId__": 1014, "kind": "variable", "static": true, "variation": null, @@ -21537,7 +21680,7 @@ } }, { - "__docId__": 1009, + "__docId__": 1015, "kind": "variable", "static": true, "variation": null, @@ -21577,7 +21720,7 @@ } }, { - "__docId__": 1010, + "__docId__": 1016, "kind": "variable", "static": true, "variation": null, @@ -21617,7 +21760,7 @@ } }, { - "__docId__": 1011, + "__docId__": 1017, "kind": "variable", "static": true, "variation": null, @@ -21657,7 +21800,7 @@ } }, { - "__docId__": 1012, + "__docId__": 1018, "kind": "variable", "static": true, "variation": null, @@ -21703,7 +21846,7 @@ } }, { - "__docId__": 1013, + "__docId__": 1019, "kind": "variable", "static": true, "variation": null, @@ -21749,7 +21892,7 @@ } }, { - "__docId__": 1014, + "__docId__": 1020, "kind": "variable", "static": true, "variation": null, @@ -21789,7 +21932,7 @@ } }, { - "__docId__": 1015, + "__docId__": 1021, "kind": "variable", "static": true, "variation": null, @@ -21829,7 +21972,7 @@ } }, { - "__docId__": 1016, + "__docId__": 1022, "kind": "variable", "static": true, "variation": null, @@ -21869,7 +22012,7 @@ } }, { - "__docId__": 1018, + "__docId__": 1024, "kind": "external", "static": true, "variation": null, @@ -21882,7 +22025,7 @@ "builtinExternal": true }, { - "__docId__": 1019, + "__docId__": 1025, "kind": "external", "static": true, "variation": null, @@ -21895,7 +22038,7 @@ "builtinExternal": true }, { - "__docId__": 1020, + "__docId__": 1026, "kind": "external", "static": true, "variation": null, @@ -21908,7 +22051,7 @@ "builtinExternal": true }, { - "__docId__": 1021, + "__docId__": 1027, "kind": "external", "static": true, "variation": null, @@ -21921,7 +22064,7 @@ "builtinExternal": true }, { - "__docId__": 1022, + "__docId__": 1028, "kind": "external", "static": true, "variation": null, @@ -21934,7 +22077,7 @@ "builtinExternal": true }, { - "__docId__": 1023, + "__docId__": 1029, "kind": "external", "static": true, "variation": null, @@ -21947,7 +22090,7 @@ "builtinExternal": true }, { - "__docId__": 1024, + "__docId__": 1030, "kind": "external", "static": true, "variation": null, @@ -21960,7 +22103,7 @@ "builtinExternal": true }, { - "__docId__": 1025, + "__docId__": 1031, "kind": "external", "static": true, "variation": null, @@ -21973,7 +22116,7 @@ "builtinExternal": true }, { - "__docId__": 1026, + "__docId__": 1032, "kind": "external", "static": true, "variation": null, @@ -21986,7 +22129,7 @@ "builtinExternal": true }, { - "__docId__": 1027, + "__docId__": 1033, "kind": "external", "static": true, "variation": null, @@ -21999,7 +22142,7 @@ "builtinExternal": true }, { - "__docId__": 1028, + "__docId__": 1034, "kind": "external", "static": true, "variation": null, @@ -22012,7 +22155,7 @@ "builtinExternal": true }, { - "__docId__": 1029, + "__docId__": 1035, "kind": "external", "static": true, "variation": null, @@ -22025,7 +22168,7 @@ "builtinExternal": true }, { - "__docId__": 1030, + "__docId__": 1036, "kind": "external", "static": true, "variation": null, @@ -22038,7 +22181,7 @@ "builtinExternal": true }, { - "__docId__": 1031, + "__docId__": 1037, "kind": "external", "static": true, "variation": null, @@ -22051,7 +22194,7 @@ "builtinExternal": true }, { - "__docId__": 1032, + "__docId__": 1038, "kind": "external", "static": true, "variation": null, @@ -22064,7 +22207,7 @@ "builtinExternal": true }, { - "__docId__": 1033, + "__docId__": 1039, "kind": "external", "static": true, "variation": null, @@ -22077,7 +22220,7 @@ "builtinExternal": true }, { - "__docId__": 1034, + "__docId__": 1040, "kind": "external", "static": true, "variation": null, @@ -22090,7 +22233,7 @@ "builtinExternal": true }, { - "__docId__": 1035, + "__docId__": 1041, "kind": "external", "static": true, "variation": null, @@ -22103,7 +22246,7 @@ "builtinExternal": true }, { - "__docId__": 1036, + "__docId__": 1042, "kind": "external", "static": true, "variation": null, @@ -22116,7 +22259,7 @@ "builtinExternal": true }, { - "__docId__": 1037, + "__docId__": 1043, "kind": "external", "static": true, "variation": null, @@ -22129,7 +22272,7 @@ "builtinExternal": true }, { - "__docId__": 1038, + "__docId__": 1044, "kind": "external", "static": true, "variation": null, @@ -22142,7 +22285,7 @@ "builtinExternal": true }, { - "__docId__": 1039, + "__docId__": 1045, "kind": "external", "static": true, "variation": null, @@ -22155,7 +22298,7 @@ "builtinExternal": true }, { - "__docId__": 1040, + "__docId__": 1046, "kind": "external", "static": true, "variation": null, @@ -22168,7 +22311,7 @@ "builtinExternal": true }, { - "__docId__": 1041, + "__docId__": 1047, "kind": "external", "static": true, "variation": null, @@ -22181,7 +22324,7 @@ "builtinExternal": true }, { - "__docId__": 1042, + "__docId__": 1048, "kind": "external", "static": true, "variation": null, @@ -22194,7 +22337,7 @@ "builtinExternal": true }, { - "__docId__": 1043, + "__docId__": 1049, "kind": "external", "static": true, "variation": null, @@ -22207,7 +22350,7 @@ "builtinExternal": true }, { - "__docId__": 1044, + "__docId__": 1050, "kind": "external", "static": true, "variation": null, @@ -22220,7 +22363,7 @@ "builtinExternal": true }, { - "__docId__": 1045, + "__docId__": 1051, "kind": "external", "static": true, "variation": null, @@ -22233,7 +22376,7 @@ "builtinExternal": true }, { - "__docId__": 1046, + "__docId__": 1052, "kind": "external", "static": true, "variation": null, @@ -22246,7 +22389,7 @@ "builtinExternal": true }, { - "__docId__": 1047, + "__docId__": 1053, "kind": "external", "static": true, "variation": null, @@ -22259,7 +22402,7 @@ "builtinExternal": true }, { - "__docId__": 1048, + "__docId__": 1054, "kind": "external", "static": true, "variation": null, @@ -22272,7 +22415,7 @@ "builtinExternal": true }, { - "__docId__": 1049, + "__docId__": 1055, "kind": "external", "static": true, "variation": null, @@ -22285,7 +22428,7 @@ "builtinExternal": true }, { - "__docId__": 1050, + "__docId__": 1056, "kind": "external", "static": true, "variation": null, @@ -22298,7 +22441,7 @@ "builtinExternal": true }, { - "__docId__": 1051, + "__docId__": 1057, "kind": "external", "static": true, "variation": null, @@ -22311,7 +22454,7 @@ "builtinExternal": true }, { - "__docId__": 1052, + "__docId__": 1058, "kind": "external", "static": true, "variation": null, @@ -22324,7 +22467,7 @@ "builtinExternal": true }, { - "__docId__": 1053, + "__docId__": 1059, "kind": "external", "static": true, "variation": null, @@ -22337,7 +22480,7 @@ "builtinExternal": true }, { - "__docId__": 1054, + "__docId__": 1060, "kind": "external", "static": true, "variation": null, @@ -22350,7 +22493,7 @@ "builtinExternal": true }, { - "__docId__": 1055, + "__docId__": 1061, "kind": "external", "static": true, "variation": null, @@ -22363,7 +22506,7 @@ "builtinExternal": true }, { - "__docId__": 1056, + "__docId__": 1062, "kind": "external", "static": true, "variation": null, @@ -22376,7 +22519,7 @@ "builtinExternal": true }, { - "__docId__": 1057, + "__docId__": 1063, "kind": "external", "static": true, "variation": null, @@ -22389,7 +22532,7 @@ "builtinExternal": true }, { - "__docId__": 1058, + "__docId__": 1064, "kind": "external", "static": true, "variation": null, @@ -22402,7 +22545,7 @@ "builtinExternal": true }, { - "__docId__": 1059, + "__docId__": 1065, "kind": "external", "static": true, "variation": null, @@ -22415,7 +22558,7 @@ "builtinExternal": true }, { - "__docId__": 1060, + "__docId__": 1066, "kind": "external", "static": true, "variation": null, @@ -22428,7 +22571,7 @@ "builtinExternal": true }, { - "__docId__": 1061, + "__docId__": 1067, "kind": "external", "static": true, "variation": null, @@ -22441,7 +22584,7 @@ "builtinExternal": true }, { - "__docId__": 1062, + "__docId__": 1068, "kind": "external", "static": true, "variation": null, @@ -22454,7 +22597,7 @@ "builtinExternal": true }, { - "__docId__": 1063, + "__docId__": 1069, "kind": "external", "static": true, "variation": null, @@ -22467,7 +22610,7 @@ "builtinExternal": true }, { - "__docId__": 1064, + "__docId__": 1070, "kind": "external", "static": true, "variation": null, @@ -22480,7 +22623,7 @@ "builtinExternal": true }, { - "__docId__": 1066, + "__docId__": 1072, "kind": "external", "static": true, "variation": null, @@ -22493,7 +22636,7 @@ "builtinExternal": true }, { - "__docId__": 1067, + "__docId__": 1073, "kind": "external", "static": true, "variation": null, @@ -22506,7 +22649,7 @@ "builtinExternal": true }, { - "__docId__": 1068, + "__docId__": 1074, "kind": "external", "static": true, "variation": null, @@ -22519,7 +22662,7 @@ "builtinExternal": true }, { - "__docId__": 1069, + "__docId__": 1075, "kind": "external", "static": true, "variation": null, @@ -22532,7 +22675,7 @@ "builtinExternal": true }, { - "__docId__": 1070, + "__docId__": 1076, "kind": "external", "static": true, "variation": null, @@ -22545,7 +22688,7 @@ "builtinExternal": true }, { - "__docId__": 1071, + "__docId__": 1077, "kind": "external", "static": true, "variation": null, @@ -22558,7 +22701,7 @@ "builtinExternal": true }, { - "__docId__": 1072, + "__docId__": 1078, "kind": "external", "static": true, "variation": null, @@ -22571,7 +22714,7 @@ "builtinExternal": true }, { - "__docId__": 1073, + "__docId__": 1079, "kind": "external", "static": true, "variation": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 00265cd1..d4903e9d 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.2.67 API Document + src/array.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index 9e393c40..f0e40837 100644 --- a/docs/file/src/const.js.html +++ b/docs/file/src/const.js.html @@ -3,7 +3,7 @@ - src/const.js | tablefilter v0.2.67 API Document + src/const.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -190,6 +194,40 @@ export const HEADER_TAG = 'TH'; */ export const CELL_TAG = 'TD'; +/** + * Data types + */ + +/** + * String + * @type {String} + */ +export const STRING = 'string'; + +/** + * Number + * @type {String} + */ +export const NUMBER = 'number'; + +/** + * Formatted number + * @type {String} + */ +export const FORMATTED_NUMBER = 'formatted-number'; + +/** + * Date + * @type {String} + */ +export const DATE = 'date'; + +/** + * IP address + * @type {String} + */ +export const IP_ADDRESS = 'ipaddress'; + /** * Default values */ diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 069b7869..e81d876f 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.2.67 API Document + src/cookie.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index 73cebf9e..cb4f556d 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.2.67 API Document + src/dom.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index 90cb3ee7..2d848f10 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.2.67 API Document + src/emitter.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 1ca68db5..24a03939 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.2.67 API Document + src/event.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 577b62c2..d5cb8395 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.2.67 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index 69d45c21..effcb504 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.2.67 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index e8cb7b20..eba93de5 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.2.67 API Document + src/extensions/colOps/colOps.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index de1380f1..f80dcc73 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.2.67 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index bdf74a80..8ec9975e 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.2.67 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index db2d13f0..cef52630 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.2.67 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -116,12 +120,14 @@

    src/extensions/sort/adapterSortabletable.js

    import {Feature} from '../../feature';
    -import {isArray, isFn, isUndef} from '../../types';
    +import {isArray, isFn, isUndef, isObj} from '../../types';
     import {createElm, elm, getText, tag} from '../../dom';
     import {addEvt} from '../../event';
    -import {formatDate} from '../../date';
    -import {removeNbFormat} from '../../helpers';
    -import {NONE, CELL_TAG, HEADER_TAG} from '../../const';
    +import {parse as parseNb} from '../../number';
    +import {
    +    NONE, CELL_TAG, HEADER_TAG, STRING, NUMBER, DATE, FORMATTED_NUMBER,
    +    IP_ADDRESS
    +} from '../../const';
     
     /**
      * SortableTable Adapter module
    @@ -159,7 +165,7 @@ export default class AdapterSortableTable extends Feature {
              * List of sort type per column basis
              * @type {Array}
              */
    -        this.sortTypes = isArray(opts.types) ? opts.types : [];
    +        this.sortTypes = isArray(opts.types) ? opts.types : tf.colTypes;
     
             /**
              * Column to be sorted at initialization, ie:
    @@ -263,10 +269,14 @@ export default class AdapterSortableTable extends Feature {
                 throw new Error('SortableTable class not found.');
             }
     
    +        // Add any date format if needed
    +        let dateType = tf.feature('dateType');
    +        dateType.addConfigFormats(this.sortTypes);
    +
             this.overrideSortableTable();
             this.setSortTypes();
     
    -        //Column sort at start
    +        // Column sort at start
             let sortColAtStart = adpt.sortColAtStart;
             if (sortColAtStart) {
                 this.stt.sort(sortColAtStart[0], sortColAtStart[1]);
    @@ -495,9 +505,10 @@ export default class AdapterSortableTable extends Feature {
         /**
          * Adds a sort type
          */
    -    addSortType() {
    -        var args = arguments;
    -        SortableTable.prototype.addSortType(args[0], args[1], args[2], args[3]);
    +    addSortType(...args) {
    +        // Extract the arguments
    +        let [id, caster, sorter] = args;
    +        SortableTable.prototype.addSortType(id, caster, sorter);
         }
     
         /**
    @@ -511,20 +522,32 @@ export default class AdapterSortableTable extends Feature {
     
             for (let i = 0; i < tf.nbCells; i++) {
                 let colType;
    -
                 if (sortTypes[i]) {
    -                colType = sortTypes[i].toLowerCase();
    -                if (colType === NONE) {
    -                    colType = 'None';
    -                }
    -            } else { // resolve column types
    -                if (tf.hasColNbFormat && tf.colNbFormat[i] !== null) {
    -                    colType = tf.colNbFormat[i].toLowerCase();
    -                } else if (tf.hasColDateType && tf.colDateType[i] !== null) {
    -                    colType = tf.colDateType[i].toLowerCase() + 'date';
    +                colType = sortTypes[i];
    +                if (isObj(colType)) {
    +                    if (colType.type === DATE) {
    +                        colType = this._addDateType(i, sortTypes);
    +                    }
    +                    else if (colType.type === FORMATTED_NUMBER) {
    +                        let decimal = colType.decimal || tf.decimalSeparator;
    +                        colType = this._addNumberType(i, decimal);
    +                    }
                     } else {
    -                    colType = 'String';
    +                    colType = colType.toLowerCase();
    +                    if (colType === DATE) {
    +                        colType = this._addDateType(i, sortTypes);
    +                    }
    +                    else if (colType === FORMATTED_NUMBER ||
    +                        colType === NUMBER) {
    +                        colType = this._addNumberType(i, tf.decimalSeparator);
    +                    }
    +                    else if (colType === NONE) {
    +                        // TODO: normalise 'none' vs 'None'
    +                        colType = 'None';
    +                    }
                     }
    +            } else {
    +                colType = STRING;
                 }
                 _sortTypes.push(colType);
             }
    @@ -532,17 +555,9 @@ export default class AdapterSortableTable extends Feature {
             //Public TF method to add sort type
     
             //Custom sort types
    -        this.addSortType('number', Number);
             this.addSortType('caseinsensitivestring', SortableTable.toUpperCase);
    -        this.addSortType('date', SortableTable.toDate);
    -        this.addSortType('string');
    -        this.addSortType('us', usNumberConverter);
    -        this.addSortType('eu', euNumberConverter);
    -        this.addSortType('dmydate', dmyDateConverter);
    -        this.addSortType('ymddate', ymdDateConverter);
    -        this.addSortType('mdydate', mdyDateConverter);
    -        this.addSortType('ddmmmyyyydate', ddmmmyyyyDateConverter);
    -        this.addSortType('ipaddress', ipAddress, sortIP);
    +        this.addSortType(STRING);
    +        this.addSortType(IP_ADDRESS, ipAddress, sortIP);
     
             this.stt = new SortableTable(tf.tbl, _sortTypes);
     
    @@ -570,6 +585,27 @@ export default class AdapterSortableTable extends Feature {
             }
         }
     
    +    _addDateType(colIndex, types) {
    +        let tf = this.tf;
    +        let dateType = tf.feature('dateType');
    +        let locale = dateType.getOptions(colIndex, types).locale || tf.locale;
    +        let colType = `${DATE}-${locale}`;
    +
    +        this.addSortType(colType, (value) => {
    +            return dateType.parse(value, locale);
    +        });
    +        return colType;
    +    }
    +
    +    _addNumberType(colIndex, decimal) {
    +        let colType = `${FORMATTED_NUMBER}${decimal === '.' ? '' : '-custom'}`;
    +
    +        this.addSortType(colType, (value) => {
    +            return parseNb(value, decimal);
    +        });
    +        return colType;
    +    }
    +
         /**
          * Remove extension
          */
    @@ -581,7 +617,6 @@ export default class AdapterSortableTable extends Feature {
             this.emitter.off(['sort'],
                 (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));
             this.sorted = false;
    -        this.initialized = false;
             this.stt.destroy();
     
             let ids = tf.getFiltersId();
    @@ -599,28 +634,6 @@ export default class AdapterSortableTable extends Feature {
     }
     
     //Converters
    -function usNumberConverter(s) {
    -    return removeNbFormat(s, 'us');
    -}
    -function euNumberConverter(s) {
    -    return removeNbFormat(s, 'eu');
    -}
    -function dateConverter(s, format) {
    -    return formatDate(s, format);
    -}
    -function dmyDateConverter(s) {
    -    return dateConverter(s, 'DMY');
    -}
    -function mdyDateConverter(s) {
    -    return dateConverter(s, 'MDY');
    -}
    -function ymdDateConverter(s) {
    -    return dateConverter(s, 'YMD');
    -}
    -function ddmmmyyyyDateConverter(s) {
    -    return dateConverter(s, 'DDMMMYYYY');
    -}
    -
     function ipAddress(value) {
         let vals = value.split('.');
         for (let x in vals) {
    diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html
    index e389ff38..7522c667 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.2.67 API Document
    +  src/extensions/sort/sort.js | tablefilter v0.3.0 API Document
       
       
       
    @@ -39,18 +39,21 @@
     
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index 78cddc50..b7d3173a 100644 --- a/docs/file/src/feature.js.html +++ b/docs/file/src/feature.js.html @@ -3,7 +3,7 @@ - src/feature.js | tablefilter v0.2.67 API Document + src/feature.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index 94cb28af..1ef125f4 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.2.67 API Document + src/modules/alternateRows.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index 1c74336d..e7fbaa27 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.2.67 API Document + src/modules/checkList.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index 75ef3ba0..35874682 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.2.67 API Document + src/modules/clearButton.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html new file mode 100644 index 00000000..e106c346 --- /dev/null +++ b/docs/file/src/modules/dateType.js.html @@ -0,0 +1,270 @@ + + + + + + src/modules/dateType.js | tablefilter v0.3.0 API Document + + + + + + + + + +
    + Home + + Reference + Source + + Repository + +
    + + + +

    src/modules/dateType.js

    +
    import {Date as SugarDate} from 'sugar-date';
    +import 'sugar-date/locales';
    +import {Feature} from '../feature';
    +import {isObj, isArray} from '../types';
    +import {DATE} from '../const';
    +
    +/**
    + * Wrapper for Sugar Date module providing datetime helpers and locales
    + * @export
    + * @class DateType
    + */
    +export class DateType extends Feature {
    +
    +    /**
    +     * Creates an instance of DateType
    +     * @param {TableFilter} tf TableFilter instance
    +     */
    +    constructor(tf) {
    +        super(tf, 'dateType');
    +
    +        /**
    +         * Global locale
    +         * @type {String}
    +         */
    +        this.locale = tf.locale;
    +
    +        /**
    +         * Sugar Date instance
    +         * @type {Object}
    +         */
    +        this.datetime = SugarDate;
    +
    +        this.enable();
    +    }
    +
    +    /**
    +     * Initialize DateType instance
    +     */
    +    init() {
    +        if (this.initialized) {
    +            return;
    +        }
    +
    +        // Set global locale
    +        this.datetime.setLocale(this.locale);
    +
    +        // Add formats from column types configuration if any
    +        this.addConfigFormats(this.tf.colTypes);
    +
    +        // Broadcast date-type initialization
    +        this.emitter.emit('date-type-initialized', this.tf, this);
    +
    +        /** @inherited */
    +        this.initialized = true;
    +    }
    +
    +    /**
    +     * Parse a string representation of a date for a specified locale and return
    +     * a date object
    +     * @param {String} dateStr String representation of a date
    +     * @param {String} localeCode Locale code (ie 'en-us')
    +     * @returns {Date}
    +     */
    +    parse(dateStr, localeCode) {
    +        return this.datetime.create(dateStr, localeCode);
    +    }
    +
    +    /**
    +     * Check string representation of a date for a specified locale is valid
    +     * @param {any} dateStr String representation of a date
    +     * @param {any} localeCode Locale code (ie 'en-us')
    +     * @returns {Boolean}
    +     */
    +    isValid(dateStr, localeCode) {
    +        return this.datetime.isValid(this.parse(dateStr, localeCode));
    +    }
    +
    +    /**
    +     * Return the type object of a specified column as per configuration or
    +     * passed collection
    +     * @param {Number} colIndex Column index
    +     * @param {Array} types Collection of column types, optional
    +     * @returns {Object}
    +     */
    +    getOptions(colIndex, types) {
    +        types = types || this.tf.colTypes;
    +        let colType = types[colIndex];
    +        return isObj(colType) ? colType : {};
    +    }
    +
    +    /**
    +     * Add date time format(s) to a locale as specified by the passed
    +     * collection of column types, ie:
    +     *  [
    +     *      'string',
    +     *      'number',
    +     *      { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}
    +     * ]
    +     *
    +     * @param {Array} [types=[]] Collection of column types
    +     */
    +    addConfigFormats(types=[]) {
    +        types.forEach((type, idx) => {
    +            let options = this.getOptions(idx, types);
    +            if (options.type === DATE && options.hasOwnProperty('format')) {
    +                let locale = this.datetime.getLocale(
    +                    options.locale || this.locale
    +                );
    +                if (isArray(options.format)) {
    +                    options.format.forEach((format) => {
    +                        locale.addFormat(format);
    +                    });
    +                } else {
    +                    locale.addFormat(options.format);
    +                }
    +            }
    +        });
    +    }
    +
    +    /**
    +     * Remove DateType instance
    +     */
    +    destroy() {
    +        if (!this.initialized) {
    +            return;
    +        }
    +
    +        // TODO: remove added formats
    +
    +        this.initialized = false;
    +    }
    +}
    +
    + +
    + + + + + + + + + + + + diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 9e0b998d..bef77902 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.2.67 API Document + src/modules/dropdown.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index 3c8a2283..ce527139 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.2.67 API Document + src/modules/gridLayout.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 9515ade1..0ee98629 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.2.67 API Document + src/modules/hash.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index d1078eaf..0db780d8 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.2.67 API Document + src/modules/help.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index 29e9db0d..b45d6bd3 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.2.67 API Document + src/modules/highlightKeywords.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index fbfa41b5..0195959e 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.2.67 API Document + src/modules/loader.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index 82234e0e..db867746 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.2.67 API Document + src/modules/noResults.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index e815190b..60b84580 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.2.67 API Document + src/modules/paging.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index 01f69b18..8191a1c4 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.2.67 API Document + src/modules/popupFilter.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -279,13 +283,15 @@ export class PopupFilter extends Feature { let tf = this.tf; // Override headers row index if no grouped headers - // TODO: Prevent the filters row to simplify headers row index adjusting + // TODO: Because of the filters row generation, headers row index needs + // adjusting: prevent useless row generation if (tf.headersRow <= 1 && isNaN(tf.config().headers_row_index)) { tf.headersRow = 0; } // Adjust headers row index for grid-layout mode - // TODO: Prevent the filters row to simplify headers row index adjusting + // TODO: Because of the filters row generation, headers row index needs + // adjusting: prevent useless row generation if (tf.gridLayout) { tf.headersRow--; this.buildIcons(); @@ -321,8 +327,8 @@ export class PopupFilter extends Feature { buildIcons() { let tf = this.tf; - // Filters row is added to the DOM, adjust headers row index - // TODO: Prevent the filters row to simplify headers row index adjusting + // TODO: Because of the filters row generation, headers row index needs + // adjusting: prevent useless row generation tf.headersRow++; for (let i = 0; i < tf.nbCells; i++) { diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index 5a41a3e7..fff9eb1a 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.2.67 API Document + src/modules/rowsCounter.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 6684b832..6300a1d6 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.2.67 API Document + src/modules/state.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index 5d1ba74f..d4c32708 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.2.67 API Document + src/modules/statusBar.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 440f1170..07ca59a0 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.2.67 API Document + src/modules/storage.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html new file mode 100644 index 00000000..dd27b003 --- /dev/null +++ b/docs/file/src/number.js.html @@ -0,0 +1,167 @@ + + + + + + src/number.js | tablefilter v0.3.0 API Document + + + + + + + + + +
    + Home + + Reference + Source + + Repository + +
    + + + +

    src/number.js

    +
    import {isNumber} from './types';
    +
    +/**
    + * Takes a string, removes all formatting/cruft and returns the raw float value
    + * @param {String} Formatted number
    + * @param {String} Decimal type '.' or ','
    + * @return {Number} Unformatted number
    + *
    + * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js
    + */
    +export const parse = (value, decimal = '.') => {
    +    // Return the value as-is if it's already a number
    +    if (isNumber(value)) {
    +        return value;
    +    }
    +
    +    // Build regex to strip out everything except digits, decimal point and
    +    // minus sign
    +    let regex = new RegExp('[^0-9-' + decimal + ']', ['g']);
    +    let unformatted = parseFloat(
    +        ('' + value)
    +        .replace(/\((.*)\)/, '-$1') // replace bracketed values with negatives
    +        .replace(regex, '')         // strip out any cruft
    +        .replace(decimal, '.')      // make sure decimal point is standard
    +    );
    +
    +    // This will fail silently
    +    return !isNaN(unformatted) ? unformatted : 0;
    +}
    +
    + +
    + + + + + + + + + + + + diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index 01b31224..1f58ca0a 100644 --- a/docs/file/src/root.js.html +++ b/docs/file/src/root.js.html @@ -3,7 +3,7 @@ - src/root.js | tablefilter v0.2.67 API Document + src/root.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index a039e2b7..64f1fa05 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.2.67 API Document + src/sort.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index 263faf85..76d8dc49 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.2.67 API Document + src/string.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 85a51820..2b5580ad 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.2.67 API Document + src/tablefilter.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -122,10 +126,10 @@ import { } from './dom'; import {contains, matchCase, rgxEsc, trim} from './string'; import {isEmpty as isEmptyString} from './string'; -import {isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef} -from './types'; -import {formatDate, isValidDate} from './date'; -import {removeNbFormat} from './helpers'; +import { + isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef +} from './types'; +import {parse as parseNb} from './number' import {root} from './root'; import {Emitter} from './emitter'; @@ -143,11 +147,12 @@ import {Help} from './modules/help'; import {AlternateRows} from './modules/alternateRows'; import {NoResults} from './modules/noResults'; import {State} from './modules/state'; +import {DateType} from './modules/dateType'; import { INPUT, SELECT, MULTIPLE, CHECKLIST, NONE, ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY, - CELL_TAG, AUTO_FILTER_DELAY + CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER } from './const'; let doc = root.document; @@ -955,11 +960,13 @@ export class TableFilter { this.state = isObj(f.state) || Boolean(f.state); /*** data types ***/ + /** - * Define default date type (DMY) + * Define default locale, default to 'en' as per Sugar Date module: + * https://sugarjs.com/docs/#/DateLocales * @type {String} */ - this.defaultDateType = f.default_date_type || 'DMY'; + this.locale = f.locale || 'en'; /** * Define thousands separator ',' or '.', defaults to ',' @@ -974,34 +981,27 @@ export class TableFilter { this.decimalSeparator = f.decimal_separator || '.'; /** - * Determine whether table has columns with numeric formats + * Determine whether table has columns data types * @type {Boolean} * @private */ - this.hasColNbFormat = isArray(f.col_number_format); + this.hasColTypes = isArray(f.col_types); /** - * Define numeric format on a column basis, two possible values 'EU' and - * 'US', ie: - * col_number_format : [null, 'US', 'EU', null] + * Define data types on a column basis, possible values 'string', + * 'number', 'formatted-number', 'date', 'ipaddress' ie: + * col_types : [ + * 'string', 'date', 'number', + * { type: 'formatted-number', decimal: ',', thousands: '.' }, + * { type: 'date', locale: 'en-gb' }, + * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] } + * ] + * + * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive + * information on date parsing formats supported by Sugar Date * @type {Array} */ - this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null; - - /** - * Determine whether table has columns with date types - * @type {Boolean} - * @private - */ - this.hasColDateType = isArray(f.col_date_type); - - /** - * Define date format on a column basis, possible values 'DMY', 'MDY', - * 'YMD', 'DDMMMYYYY', ie: - * col_date_type : [null, 'DMY', 'MDY', 'YMD', null, 'DDMMMYYYY'] - * @type {Array} - */ - this.colDateType = this.hasColDateType ? f.col_date_type : null; + this.colTypes = this.hasColTypes ? f.col_types : []; /*** ids prefixes ***/ /** @@ -1135,6 +1135,12 @@ export class TableFilter { this.loadThemes(); } + // Instanciate sugar date wrapper + if (!Mod.dateType) { + Mod.dateType = new DateType(this); + Mod.dateType.init(); + } + // Instantiate help feature and initialise only if set true if (!Mod.help) { Mod.help = new Help(this); @@ -1400,6 +1406,9 @@ export class TableFilter { * Insert filters row at initialization */ _insertFiltersRow() { + // TODO: prevent filters row generation for popup filters too, + // to reduce and simplify headers row index adjusting across lib modules + // (GridLayout, PopupFilter etc) if (this.gridLayout) { return; } @@ -1855,8 +1864,8 @@ export class TableFilter { // search args re-init let searchArgs = this.getFiltersValue(); - let numCellData; - let nbFormat; + let numData; + let decimal = this.decimalSeparator; let re_le = new RegExp(this.leOperator), re_ge = new RegExp(this.geOperator), re_l = new RegExp(this.lwOperator), @@ -1892,12 +1901,10 @@ export class TableFilter { } //looks for search argument in current row - function hasArg(sA, cellData, j) { + function hasArg(sA, cellData, colIdx) { sA = matchCase(sA, this.caseSensitive); - let occurence; - let dtType = this.hasColDateType ? - this.colDateType[j] : this.defaultDateType; + let occurence = false; //Search arg operator tests let hasLO = re_l.test(sA), @@ -1914,46 +1921,59 @@ export class TableFilter { hasNM = (re_nm === sA), hasRE = re_re.test(sA); - //Search arg dates tests - let isLDate = hasLO && isValidDate(sA.replace(re_l, ''), dtType); - let isLEDate = hasLE && isValidDate(sA.replace(re_le, ''), dtType); - let isGDate = hasGR && isValidDate(sA.replace(re_g, ''), dtType); - let isGEDate = hasGE && isValidDate(sA.replace(re_ge, ''), dtType); - let isDFDate = hasDF && isValidDate(sA.replace(re_d, ''), dtType); - let isEQDate = hasEQ && isValidDate(sA.replace(re_eq, ''), dtType); + // Check for dates or resolve date type + if (this.hasType(colIdx, [DATE])) { + let dte1, dte2; + + let dateType = this.Mod.dateType; + let isValidDate = dateType.isValid.bind(dateType); + let parseDate = dateType.parse.bind(dateType); + let locale = dateType.getOptions(colIdx).locale || this.locale; + + // Search arg dates tests + let isLDate = hasLO && + isValidDate(sA.replace(re_l, ''), locale); + let isLEDate = hasLE && + isValidDate(sA.replace(re_le, ''), locale); + let isGDate = hasGR && + isValidDate(sA.replace(re_g, ''), locale); + let isGEDate = hasGE && + isValidDate(sA.replace(re_ge, ''), locale); + let isDFDate = hasDF && + isValidDate(sA.replace(re_d, ''), locale); + let isEQDate = hasEQ && + isValidDate(sA.replace(re_eq, ''), locale); + + dte1 = parseDate(cellData, locale); - let dte1, dte2; - //dates - if (isValidDate(cellData, dtType)) { - dte1 = formatDate(cellData, dtType); // lower date if (isLDate) { - dte2 = formatDate(sA.replace(re_l, ''), dtType); + dte2 = parseDate(sA.replace(re_l, ''), locale); occurence = dte1 < dte2; } // lower equal date else if (isLEDate) { - dte2 = formatDate(sA.replace(re_le, ''), dtType); + dte2 = parseDate(sA.replace(re_le, ''), locale); occurence = dte1 <= dte2; } // greater equal date else if (isGEDate) { - dte2 = formatDate(sA.replace(re_ge, ''), dtType); + dte2 = parseDate(sA.replace(re_ge, ''), locale); occurence = dte1 >= dte2; } // greater date else if (isGDate) { - dte2 = formatDate(sA.replace(re_g, ''), dtType); + dte2 = parseDate(sA.replace(re_g, ''), locale); occurence = dte1 > dte2; } // different date else if (isDFDate) { - dte2 = formatDate(sA.replace(re_d, ''), dtType); + dte2 = parseDate(sA.replace(re_d, ''), locale); occurence = dte1.toString() !== dte2.toString(); } // equal date else if (isEQDate) { - dte2 = formatDate(sA.replace(re_eq, ''), dtType); + dte2 = parseDate(sA.replace(re_eq, ''), locale); occurence = dte1.toString() === dte2.toString(); } // searched keyword with * operator doesn't have to be a date @@ -1961,8 +1981,8 @@ export class TableFilter { occurence = contains(sA.replace(re_lk, ''), cellData, false, this.caseSensitive); } - else if (isValidDate(sA, dtType)) { - dte2 = formatDate(sA, dtType); + else if (isValidDate(sA)) { + dte2 = parseDate(sA, locale); occurence = dte1.toString() === dte2.toString(); } //empty @@ -1973,48 +1993,51 @@ export class TableFilter { else if (hasNM) { occurence = !isEmptyString(cellData); } else { - occurence = contains(sA, cellData, this.isExactMatch(j), - this.caseSensitive); + occurence = contains(sA, cellData, + this.isExactMatch(colIdx), this.caseSensitive); } } else { - //first numbers need to be formated - if (this.hasColNbFormat && this.colNbFormat[j]) { - numCellData = removeNbFormat(cellData, this.colNbFormat[j]); - nbFormat = this.colNbFormat[j]; - } else { - if (this.thousandsSeparator === ',' && - this.decimalSeparator === '.') { - numCellData = removeNbFormat(cellData, 'us'); - nbFormat = 'us'; - } else { - numCellData = removeNbFormat(cellData, 'eu'); - nbFormat = 'eu'; + if (this.hasType(colIdx, [FORMATTED_NUMBER])) { + let colType = this.colTypes[colIdx]; + if (colType.hasOwnProperty('decimal')) { + decimal = colType.decimal; } } + // Convert to number anyways to auto-resolve type in case not + // defined by configuration + numData = Number(cellData) || parseNb(cellData, decimal); // first checks if there is any operator (<,>,<=,>=,!,*,=,{,}, // rgx:) // lower equal if (hasLE) { - occurence = numCellData <= removeNbFormat( - sA.replace(re_le, ''), nbFormat); + occurence = numData <= parseNb( + sA.replace(re_le, ''), + decimal + ); } //greater equal else if (hasGE) { - occurence = numCellData >= removeNbFormat( - sA.replace(re_ge, ''), nbFormat); + occurence = numData >= parseNb( + sA.replace(re_ge, ''), + decimal + ); } //lower else if (hasLO) { - occurence = numCellData < removeNbFormat( - sA.replace(re_l, ''), nbFormat); + occurence = numData < parseNb( + sA.replace(re_l, ''), + decimal + ); } //greater else if (hasGR) { - occurence = numCellData > removeNbFormat( - sA.replace(re_g, ''), nbFormat); + occurence = numData > parseNb( + sA.replace(re_g, ''), + decimal + ); } //different else if (hasDF) { @@ -2067,19 +2090,20 @@ export class TableFilter { } else { // If numeric type data, perform a strict equality test and // fallback to unformatted number string comparison - if (numCellData && this.hasColNbFormat && - this.colNbFormat[j] && !this.singleSearchFlt) { - // removeNbFormat can return 0 for strings which are not + if (numData && + this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) && + !this.singleSearchFlt) { + // parseNb can return 0 for strings which are not // formatted numbers, in that case return the original - // string. TODO: handle this in removeNbFormat - sA = removeNbFormat(sA, nbFormat) || sA; - occurence = numCellData === sA || - contains(sA.toString(), numCellData.toString(), - this.isExactMatch(j), this.caseSensitive); + // string. TODO: handle this in parseNb + sA = parseNb(sA, decimal) || sA; + occurence = numData === sA || + contains(sA.toString(), numData.toString(), + this.isExactMatch(colIdx), this.caseSensitive); } else { // Finally test search term is contained in cell data - occurence = contains(sA, cellData, this.isExactMatch(j), - this.caseSensitive); + occurence = contains(sA, cellData, + this.isExactMatch(colIdx), this.caseSensitive); } } @@ -2228,11 +2252,17 @@ export class TableFilter { if (j !== colIndex || row[i].style.display !== '') { continue; } - let cellData = this.getCellData(cell[j]), - nbFormat = this.colNbFormat ? - this.colNbFormat[colIndex] : undefined, - data = num ? removeNbFormat(cellData, nbFormat) : - cellData; + let cellData = this.getCellData(cell[j]); + let decimal = this.decimalSeparator; + if (this.hasType(colIndex, [FORMATTED_NUMBER])) { + let colType = this.colTypes[colIndex]; + if (colType.hasOwnProperty('decimal')) { + decimal = colType.decimal; + } + } + let data = num ? + Number(cellData) || parseNb(cellData, decimal) : + cellData; colValues.push(data); } } @@ -2940,6 +2970,23 @@ export class TableFilter { return (nbRows - 1); } + /** + * Determine whether the specified column has one of the passed types + * @param {Number} colIndex Column index + * @param {Array} [types=[]] List of column types + * @returns {Boolean} + */ + hasType(colIndex, types = []) { + if (!this.hasColTypes) { + return false; + } + let colType = this.colTypes[colIndex]; + if (isObj(colType)) { + colType = colType.type; + } + return types.indexOf(colType) !== -1; + } + /** * Get the header DOM element for a given column index * @param {Number} colIndex Column index diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index eccb86fe..5f854491 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.2.67 API Document + src/types.js | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/identifiers.html b/docs/identifiers.html index c0062628..864047e9 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.2.67 API Document + Index | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -309,6 +313,32 @@ grid features (selection and edition): + + + +
    +

    + DateType +

    +
    +
    + + +

    Wrapper for Sugar Date module providing datetime helpers and locales

    +
    +
    + + + + + + + + + public + + + @@ -838,6 +868,32 @@ grid features (selection and edition): + + + +
    +

    + DATE: String +

    +
    +
    + + +

    Date

    +
    +
    + + + + + + + + + public + + + @@ -916,6 +972,32 @@ grid features (selection and edition): + + + + +
    + + +

    Formatted number

    +
    +
    + + + + + + + + + public + + + @@ -968,6 +1050,32 @@ grid features (selection and edition): + + + +
    +

    + IP_ADDRESS: String +

    +
    +
    + + +

    IP address

    +
    +
    + + + + + + + + + public + + + @@ -1020,6 +1128,32 @@ grid features (selection and edition): + + + +
    +

    + NUMBER: String +

    +
    +
    + + +

    Number

    +
    +
    + + + + + + + + + public + + + @@ -1046,6 +1180,32 @@ grid features (selection and edition): + + + +
    +

    + STRING: String +

    +
    +
    + + +

    String

    +
    +
    + + + + + + + + + public + + + @@ -1333,32 +1493,6 @@ propagation of the event.

    - - - -
    -

    - formatDate(dateStr: String, format: String): Object: * -

    -
    -
    - - -

    Converts formatted date into a Date object

    -
    -
    - - - - - - - - - public - - - @@ -1775,32 +1909,6 @@ propagation of the event.

    - - - -
    -

    - isValidDate(dateStr: String, format: String): Boolean: * -

    -
    -
    - - -

    Verifies passed formatted date string is valid

    -
    -
    - - - - - - - - - public - - - @@ -1905,6 +2013,32 @@ propagation of the event.

    + + + +
    +

    + parse(Formatted: String, Decimal: String): Number: * +

    +
    +
    + + +

    Takes a string, removes all formatting/cruft and returns the raw float value

    +
    +
    + + + + + + + + + public + + + @@ -1983,32 +2117,6 @@ propagation of the event.

    - - - -
    -

    - removeNbFormat(Formatted: String, Format: String): String: * -

    -
    -
    - - -

    Returns a unformatted number

    -
    -
    - - - - - - - - - public - - - diff --git a/docs/index.html b/docs/index.html index b4a88e52..8e076c1c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.2.67 API Document + tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • diff --git a/docs/package.json b/docs/package.json index 730e87f3..31d45e43 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.2.67", + "version": "0.3.0", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { @@ -28,12 +28,12 @@ "tag": "next" }, "devDependencies": { - "babel-core": "^6.14.0", + "babel-core": "^6.17.0", "babel-eslint": "7.0.0", "babel-loader": "^6.2.5", - "babel-preset-es2015": "^6.14.0", "babel-plugin-transform-es2015-classes": "^6.14.0", - "clean-webpack-plugin": "^0.1.9", + "babel-preset-es2015": "^6.16.0", + "clean-webpack-plugin": "^0.1.11", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-contrib-clean": "^1.0.0", @@ -45,10 +45,11 @@ "grunt-esdoc": "^0.0.4", "grunt-eslint": "19.0.0", "grunt-gh-pages": "^2.0.0", - "grunt-string-replace": "^1.3.0", - "grunt-webpack": "^1.0.14", + "grunt-string-replace": "^1.3.1", + "grunt-webpack": "^1.0.16", "script-loader": "^0.7.0", "string-replace-webpack-plugin": "^0.0.3", + "sugar-date": "2.0.0", "webpack": "^1.13.2", "webpack-dev-server": "^1.16.1" }, diff --git a/docs/script/search_index.js b/docs/script/search_index.js index 48fb44fe..ab22ee0c 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -59,12 +59,24 @@ window.esdocSearchIndex = [ "ColsVisibility tablefilter/src/extensions/colsVisibility/colsVisibility.js", "class" ], + [ + "tablefilter/src/const.js~date", + "variable/index.html#static-variable-DATE", + "DATE tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/const.js~down_arrow_key", "variable/index.html#static-variable-DOWN_ARROW_KEY", "DOWN_ARROW_KEY tablefilter/src/const.js", "variable" ], + [ + "tablefilter/src/modules/datetype.js~datetype", + "class/src/modules/dateType.js~DateType.html", + "DateType tablefilter/src/modules/dateType.js", + "class" + ], [ "tablefilter/src/modules/dropdown.js~dropdown", "class/src/modules/dropdown.js~Dropdown.html", @@ -89,6 +101,12 @@ window.esdocSearchIndex = [ "Emitter tablefilter/src/emitter.js", "class" ], + [ + "tablefilter/src/const.js~formatted_number", + "variable/index.html#static-variable-FORMATTED_NUMBER", + "FORMATTED_NUMBER tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/feature.js~feature", "class/src/feature.js~Feature.html", @@ -137,6 +155,12 @@ window.esdocSearchIndex = [ "INPUT tablefilter/src/const.js", "variable" ], + [ + "tablefilter/src/const.js~ip_address", + "variable/index.html#static-variable-IP_ADDRESS", + "IP_ADDRESS tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/loader.js~loader", "class/src/modules/loader.js~Loader.html", @@ -155,6 +179,12 @@ window.esdocSearchIndex = [ "NONE tablefilter/src/const.js", "variable" ], + [ + "tablefilter/src/const.js~number", + "variable/index.html#static-variable-NUMBER", + "NUMBER tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/noresults.js~noresults", "class/src/modules/noResults.js~NoResults.html", @@ -185,6 +215,12 @@ window.esdocSearchIndex = [ "SELECT tablefilter/src/const.js", "variable" ], + [ + "tablefilter/src/const.js~string", + "variable/index.html#static-variable-STRING", + "STRING tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/modules/state.js~state", "class/src/modules/state.js~State.html", @@ -275,12 +311,6 @@ window.esdocSearchIndex = [ "elm tablefilter/src/dom.js", "variable" ], - [ - "tablefilter/src/date.js~formatdate", - "variable/index.html#static-variable-formatDate", - "formatDate tablefilter/src/date.js", - "variable" - ], [ "tablefilter/src/dom.js~getfirsttextnode", "variable/index.html#static-variable-getFirstTextNode", @@ -377,12 +407,6 @@ window.esdocSearchIndex = [ "isUndef tablefilter/src/types.js", "variable" ], - [ - "tablefilter/src/date.js~isvaliddate", - "variable/index.html#static-variable-isValidDate", - "isValidDate tablefilter/src/date.js", - "variable" - ], [ "tablefilter/src/event.js~keycode", "variable/index.html#static-variable-keyCode", @@ -407,6 +431,12 @@ window.esdocSearchIndex = [ "numSortDesc tablefilter/src/sort.js", "variable" ], + [ + "tablefilter/src/number.js~parse", + "variable/index.html#static-variable-parse", + "parse tablefilter/src/number.js", + "variable" + ], [ "tablefilter/src/dom.js~removeclass", "variable/index.html#static-variable-removeClass", @@ -425,12 +455,6 @@ window.esdocSearchIndex = [ "removeEvt tablefilter/src/event.js", "variable" ], - [ - "tablefilter/src/helpers.js~removenbformat", - "variable/index.html#static-variable-removeNbFormat", - "removeNbFormat tablefilter/src/helpers.js", - "variable" - ], [ "tablefilter/src/string.js~rgxesc", "variable/index.html#static-variable-rgxEsc", @@ -815,12 +839,6 @@ window.esdocSearchIndex = [ "src/cookie.js", "file" ], - [ - "src/date.js", - "file/src/date.js.html", - "src/date.js", - "file" - ], [ "src/dom.js", "file/src/dom.js.html", @@ -1679,12 +1697,6 @@ window.esdocSearchIndex = [ "src/feature.js~Feature#tf", "member" ], - [ - "src/helpers.js", - "file/src/helpers.js.html", - "src/helpers.js", - "file" - ], [ "src/modules/alternaterows.js", "file/src/modules/alternateRows.js.html", @@ -1925,6 +1937,72 @@ window.esdocSearchIndex = [ "src/modules/clearButton.js~ClearButton#tooltip", "member" ], + [ + "src/modules/datetype.js", + "file/src/modules/dateType.js.html", + "src/modules/dateType.js", + "file" + ], + [ + "src/modules/datetype.js~datetype#addconfigformats", + "class/src/modules/dateType.js~DateType.html#instance-method-addConfigFormats", + "src/modules/dateType.js~DateType#addConfigFormats", + "method" + ], + [ + "src/modules/datetype.js~datetype#constructor", + "class/src/modules/dateType.js~DateType.html#instance-constructor-constructor", + "src/modules/dateType.js~DateType#constructor", + "method" + ], + [ + "src/modules/datetype.js~datetype#datetime", + "class/src/modules/dateType.js~DateType.html#instance-member-datetime", + "src/modules/dateType.js~DateType#datetime", + "member" + ], + [ + "src/modules/datetype.js~datetype#destroy", + "class/src/modules/dateType.js~DateType.html#instance-method-destroy", + "src/modules/dateType.js~DateType#destroy", + "method" + ], + [ + "src/modules/datetype.js~datetype#getoptions", + "class/src/modules/dateType.js~DateType.html#instance-method-getOptions", + "src/modules/dateType.js~DateType#getOptions", + "method" + ], + [ + "src/modules/datetype.js~datetype#init", + "class/src/modules/dateType.js~DateType.html#instance-method-init", + "src/modules/dateType.js~DateType#init", + "method" + ], + [ + "src/modules/datetype.js~datetype#initialized", + "class/src/modules/dateType.js~DateType.html#instance-member-initialized", + "src/modules/dateType.js~DateType#initialized", + "member" + ], + [ + "src/modules/datetype.js~datetype#isvalid", + "class/src/modules/dateType.js~DateType.html#instance-method-isValid", + "src/modules/dateType.js~DateType#isValid", + "method" + ], + [ + "src/modules/datetype.js~datetype#locale", + "class/src/modules/dateType.js~DateType.html#instance-member-locale", + "src/modules/dateType.js~DateType#locale", + "member" + ], + [ + "src/modules/datetype.js~datetype#parse", + "class/src/modules/dateType.js~DateType.html#instance-method-parse", + "src/modules/dateType.js~DateType#parse", + "method" + ], [ "src/modules/dropdown.js", "file/src/modules/dropdown.js.html", @@ -3311,6 +3389,12 @@ window.esdocSearchIndex = [ "src/modules/storage.js~Storage#sync", "method" ], + [ + "src/number.js", + "file/src/number.js.html", + "src/number.js", + "file" + ], [ "src/root.js", "file/src/root.js.html", @@ -3414,15 +3498,9 @@ window.esdocSearchIndex = [ "method" ], [ - "src/tablefilter.js~tablefilter#coldatetype", - "class/src/tablefilter.js~TableFilter.html#instance-member-colDateType", - "src/tablefilter.js~TableFilter#colDateType", - "member" - ], - [ - "src/tablefilter.js~tablefilter#colnbformat", - "class/src/tablefilter.js~TableFilter.html#instance-member-colNbFormat", - "src/tablefilter.js~TableFilter#colNbFormat", + "src/tablefilter.js~tablefilter#coltypes", + "class/src/tablefilter.js~TableFilter.html#instance-member-colTypes", + "src/tablefilter.js~TableFilter#colTypes", "member" ], [ @@ -3467,12 +3545,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#decimalSeparator", "member" ], - [ - "src/tablefilter.js~tablefilter#defaultdatetype", - "class/src/tablefilter.js~TableFilter.html#instance-member-defaultDateType", - "src/tablefilter.js~TableFilter#defaultDateType", - "member" - ], [ "src/tablefilter.js~tablefilter#destroy", "class/src/tablefilter.js~TableFilter.html#instance-method-destroy", @@ -3857,6 +3929,12 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#hasExtension", "method" ], + [ + "src/tablefilter.js~tablefilter#hastype", + "class/src/tablefilter.js~TableFilter.html#instance-method-hasType", + "src/tablefilter.js~TableFilter#hasType", + "method" + ], [ "src/tablefilter.js~tablefilter#hasvisiblerows", "class/src/tablefilter.js~TableFilter.html#instance-member-hasVisibleRows", @@ -3989,6 +4067,12 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#loader", "member" ], + [ + "src/tablefilter.js~tablefilter#locale", + "class/src/tablefilter.js~TableFilter.html#instance-member-locale", + "src/tablefilter.js~TableFilter#locale", + "member" + ], [ "src/tablefilter.js~tablefilter#lwoperator", "class/src/tablefilter.js~TableFilter.html#instance-member-lwOperator", diff --git a/docs/source.html b/docs/source.html index f0aae68f..55407ab8 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.2.67 API Document + Source | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -114,7 +118,7 @@
    -

    Source 629/629

    +

    Source 643/643

    @@ -135,27 +139,32 @@ - + - - - - + + + + @@ -163,16 +172,7 @@ - - - - - - - - - + @@ -191,7 +191,7 @@ - + @@ -199,7 +199,7 @@ - + @@ -212,7 +212,7 @@ - + @@ -220,7 +220,7 @@ - + @@ -228,7 +228,7 @@ - + @@ -236,7 +236,7 @@ - + @@ -244,7 +244,7 @@ - + @@ -252,15 +252,15 @@ - + - - - + + + @@ -268,7 +268,7 @@ - + @@ -276,15 +276,7 @@ - - - - - - - - - + @@ -292,7 +284,7 @@ - + @@ -300,7 +292,7 @@ - + @@ -308,7 +300,15 @@ - + + + + + + + + + @@ -316,7 +316,7 @@ - + @@ -324,7 +324,7 @@ - + @@ -333,7 +333,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -349,7 +349,7 @@ - + @@ -357,7 +357,7 @@ - + @@ -365,7 +365,7 @@ - + @@ -373,15 +373,15 @@ - + - - - + + + @@ -389,7 +389,7 @@ - + @@ -397,7 +397,7 @@ - + @@ -405,7 +405,7 @@ - + @@ -414,7 +414,15 @@ - + + + + + + + + + @@ -422,7 +430,7 @@ - + @@ -432,7 +440,7 @@ - + @@ -444,15 +452,15 @@ - + - - - + + + @@ -467,7 +475,7 @@ - +
    100 %1/1 545 byte 222016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/const.js AUTO_FILTER_DELAY CELL_TAG CHECKLIST +DATE DOWN_ARROW_KEY ENTER_KEY ESC_KEY +FORMATTED_NUMBER HEADER_TAG INPUT +IP_ADDRESS MULTIPLE NONE +NUMBER SELECT +STRING TAB_KEY UP_ARROW_KEY100 %13/131133 byte842016-09-05 03:08:26 (UTC)100 %18/181536 byte1182016-10-04 02:21:12 (UTC)
    src/cookie.js- 1412 byte 572016-09-05 03:08:26 (UTC)
    src/date.jsformatDate -isValidDate100 %2/25770 byte1832016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/dom.js100 %12/12 4787 byte 1912016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/emitter.js100 %6/6 1323 byte 532016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/event.js100 %6/6 2378 byte 1022016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/extensions/advancedGrid/adapterEzEditTable.js100 %13/13 18919 byte 5022016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/extensions/advancedGrid/advancedGrid.js- 90 byte 22016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/extensions/colOps/colOps.js100 %9/9 13540 byte 3622016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/extensions/colsVisibility/colsVisibility.js100 %49/49 20919 byte 7242016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/extensions/filtersVisibility/filtersVisibility.js100 %25/25 7994 byte 3112016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/extensions/sort/adapterSortabletable.js AdapterSortableTable 100 %23/2316072 byte5292016-09-05 03:08:26 (UTC)16494 byte5382016-10-04 02:21:12 (UTC)
    src/extensions/sort/sort.js- 197 byte 82016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/feature.js100 %14/14 1761 byte 942016-09-05 03:08:26 (UTC)
    src/helpers.jsremoveNbFormat100 %1/1448 byte192016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/alternateRows.js100 %9/9 3527 byte 1402016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/checkList.js100 %21/21 18567 byte 5672016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/clearButton.js100 %10/10 3225 byte 1332016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/dateType.jsDateType100 %11/113549 byte1322016-10-04 02:21:12 (UTC)
    src/modules/dropdown.js100 %13/13 13641 byte 4322016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/gridLayout.js100 %16/16 15046 byte 5282016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/hash.js100 %10/10 2981 byte 1262016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/help.js100 %17/17 6347 byte 2172016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/highlightKeywords.js100 %10/10 4434 byte 1472016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/loader.js100 %14/14 5298 byte 2112016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/noResults.js100 %17/17 5178 byte 2152016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/paging.js100 %45/45 29379 byte 9552016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/popupFilter.js PopupFilter 100 %22/2210850 byte3752016-09-05 03:08:26 (UTC)10937 byte3772016-10-04 02:21:12 (UTC)
    src/modules/rowsCounter.js100 %13/13 6357 byte 2242016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/state.js100 %24/24 14771 byte 5412016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/statusBar.js100 %22/22 9553 byte 3332016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/modules/storage.js100 %10/10 3544 byte 1622016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/number.jsparse100 %1/1998 byte292016-10-04 02:21:12 (UTC)
    src/root.js100 %1/1 235 byte 62016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/sort.js100 %3/3 930 byte 332016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/string.js100 %5/5 1854 byte 692016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    src/tablefilter.js TableFilter 100 %165/16588485 byte29052016-09-05 03:08:26 (UTC)89849 byte29482016-10-04 02:21:12 (UTC)
    src/types.js100 %8/8 1451 byte 672016-09-05 03:08:26 (UTC)2016-10-04 02:21:12 (UTC)
    diff --git a/docs/variable/index.html b/docs/variable/index.html index 6e71f87d..9f103f07 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.2.67 API Document + Variable | tablefilter v0.3.0 API Document @@ -39,18 +39,21 @@
  • VAUTO_FILTER_DELAY
  • VCELL_TAG
  • VCHECKLIST
  • +
  • VDATE
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • +
  • VIP_ADDRESS
  • VMULTIPLE
  • VNONE
  • +
  • VNUMBER
  • VSELECT
  • +
  • VSTRING
  • VTAB_KEY
  • VUP_ARROW_KEY
  • -
  • VformatDate
  • -
  • VisValidDate
  • VaddClass
  • VcreateCheckItem
  • VcreateElm
  • @@ -69,7 +72,7 @@
  • VremoveEvt
  • VstopEvt
  • VtargetEvt
  • -
  • VremoveNbFormat
  • +
  • Vparse
  • Vroot
  • VignoreCase
  • VnumSortAsc
  • @@ -95,6 +98,7 @@
  • CAlternateRows
  • CCheckList
  • CClearButton
  • +
  • CDateType
  • CDropdown
  • CGridLayout
  • CHash
  • @@ -203,6 +207,32 @@ + + + +
    +

    + DATE: String +

    +
    +
    + + +

    Date

    +
    +
    + + + + + + + + + public + + + @@ -281,6 +311,32 @@ + + + + +
    + + +

    Formatted number

    +
    +
    + + + + + + + + + public + + + @@ -333,6 +389,32 @@ + + + +
    +

    + IP_ADDRESS: String +

    +
    +
    + + +

    IP address

    +
    +
    + + + + + + + + + public + + + @@ -385,6 +467,32 @@ + + + +
    +

    + NUMBER: String +

    +
    +
    + + +

    Number

    +
    +
    + + + + + + + + + public + + + @@ -411,6 +519,32 @@ + + + +
    +

    + STRING: String +

    +
    +
    + + +

    String

    +
    +
    + + + + + + + + + public + + + @@ -698,32 +832,6 @@ propagation of the event.

    - - - -
    -

    - formatDate(dateStr: String, format: String): Object: * -

    -
    -
    - - -

    Converts formatted date into a Date object

    -
    -
    - - - - - - - - - public - - - @@ -1140,32 +1248,6 @@ propagation of the event.

    - - - -
    -

    - isValidDate(dateStr: String, format: String): Boolean: * -

    -
    -
    - - -

    Verifies passed formatted date string is valid

    -
    -
    - - - - - - - - - public - - - @@ -1270,6 +1352,32 @@ propagation of the event.

    + + + +
    +

    + parse(Formatted: String, Decimal: String): Number: * +

    +
    +
    + + +

    Takes a string, removes all formatting/cruft and returns the raw float value

    +
    +
    + + + + + + + + + public + + + @@ -1348,32 +1456,6 @@ propagation of the event.

    - - - -
    -

    - removeNbFormat(Formatted: String, Format: String): String: * -

    -
    -
    - - -

    Returns a unformatted number

    -
    -
    - - - - - - - - - public - - - @@ -1540,11 +1622,11 @@ propagation of the event.

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

    Auto filter delay in milliseconds

    @@ -1651,6 +1733,47 @@ propagation of the event.

    +
    +
    +

    + public + + + + + DATE: String + + + + source + +

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

    Date

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

    @@ -1774,6 +1897,47 @@ propagation of the event.

    +

    +
    +

    + public + + + + + FORMATTED_NUMBER: String + + + + source + +

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

    Formatted number

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

    @@ -1856,6 +2020,47 @@ propagation of the event.

    +

    +
    +

    + public + + + + + IP_ADDRESS: String + + + + source + +

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

    IP address

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

    @@ -1938,6 +2143,47 @@ propagation of the event.

    +

    +
    +

    + public + + + + + NUMBER: String + + + + source + +

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

    Number

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

    @@ -1979,6 +2225,47 @@ propagation of the event.

    +

    +
    +

    + public + + + + + STRING: String + + + + source + +

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

    String

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

    @@ -2494,58 +2781,6 @@ propagation of the event.

    -

    -
    -

    - public - - - - - formatDate(dateStr: String, format: String): Object: * - - - - source - -

    - -
    import {formatDate} from 'tablefilter/src/date.js'
    - - -

    Converts formatted date into a Date object

    -
    - - - -
    -
    - -
    -

    Return:

    - - - - - -
    Object

    date object

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

    @@ -3345,57 +3580,6 @@ propagation of the event.

    -

    -
    -

    - public - - - - - isValidDate(dateStr: String, format: String): Boolean: * - - - - source - -

    - -
    import {isValidDate} from 'tablefilter/src/date.js'
    - - -

    Verifies passed formatted date string is valid

    -
    - - - -
    -
    - -
    -

    Return:

    - - - - - -
    Boolean
    -
    -
    -
    - - - - - - - - - - - - -

    @@ -3582,6 +3766,59 @@ default it returns the string with no casing changes.

    +

    +
    +

    + public + + + + + parse(Formatted: String, Decimal: String): Number: * + + + + source + +

    + +
    import {parse} from 'tablefilter/src/number.js'
    + + +

    Takes a string, removes all formatting/cruft and returns the raw float value

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

    @@ -3716,58 +3953,6 @@ default it returns the string with no casing changes.

    -

    -
    -

    - public - - - - - removeNbFormat(Formatted: String, Format: String): String: * - - - - source - -

    - -
    import {removeNbFormat} from 'tablefilter/src/helpers.js'
    - - -

    Returns a unformatted number

    -
    - - - -
    -
    - -
    -

    Return:

    - - - - - -
    String

    Unformatted number

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