diff --git a/docs/ast/source/cookie.js.json b/docs/ast/source/cookie.js.json index 9a22cf61..8235e40b 100644 --- a/docs/ast/source/cookie.js.json +++ b/docs/ast/source/cookie.js.json @@ -1,6 +1,246 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "root", + "range": [ + 8, + 12 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "root", + "range": [ + 8, + 12 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 12 + } + } + }, + "range": [ + 8, + 12 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 12 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./root", + "raw": "'./root'", + "range": [ + 19, + 27 + ], + "loc": { + "start": { + "line": 1, + "column": 19 + }, + "end": { + "line": 1, + "column": 27 + } + } + }, + "range": [ + 0, + 28 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 28 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Cookie utilities\n ", + "range": [ + 30, + 57 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 5, + "column": 3 + } + } + } + ] + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "doc", + "range": [ + 65, + 68 + ], + "loc": { + "start": { + "line": 7, + "column": 6 + }, + "end": { + "line": 7, + "column": 9 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "root", + "range": [ + 71, + 75 + ], + "loc": { + "start": { + "line": 7, + "column": 12 + }, + "end": { + "line": 7, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "document", + "range": [ + 76, + 84 + ], + "loc": { + "start": { + "line": 7, + "column": 17 + }, + "end": { + "line": 7, + "column": 25 + } + } + }, + "range": [ + 71, + 84 + ], + "loc": { + "start": { + "line": 7, + "column": 12 + }, + "end": { + "line": 7, + "column": 25 + } + } + }, + "range": [ + 65, + 84 + ], + "loc": { + "start": { + "line": 7, + "column": 6 + }, + "end": { + "line": 7, + "column": 25 + } + } + } + ], + "kind": "const", + "range": [ + 59, + 85 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 7, + "column": 26 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Cookie utilities\n ", + "range": [ + 30, + 57 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 5, + "column": 3 + } + } + } + ] + }, { "type": "ExportDefaultDeclaration", "declaration": { @@ -12,16 +252,16 @@ "type": "Identifier", "name": "write", "range": [ - 51, - 56 + 109, + 114 ], "loc": { "start": { - "line": 7, + "line": 11, "column": 4 }, "end": { - "line": 7, + "line": 11, "column": 9 } } @@ -34,16 +274,16 @@ "type": "Identifier", "name": "name", "range": [ - 57, - 61 + 115, + 119 ], "loc": { "start": { - "line": 7, + "line": 11, "column": 10 }, "end": { - "line": 7, + "line": 11, "column": 14 } } @@ -52,16 +292,16 @@ "type": "Identifier", "name": "value", "range": [ - 63, - 68 + 121, + 126 ], "loc": { "start": { - "line": 7, + "line": 11, "column": 16 }, "end": { - "line": 7, + "line": 11, "column": 21 } } @@ -70,16 +310,16 @@ "type": "Identifier", "name": "hours", "range": [ - 70, - 75 + 128, + 133 ], "loc": { "start": { - "line": 7, + "line": 11, "column": 23 }, "end": { - "line": 7, + "line": 11, "column": 28 } } @@ -97,16 +337,16 @@ "type": "Identifier", "name": "expire", "range": [ - 90, - 96 + 149, + 155 ], "loc": { "start": { - "line": 8, + "line": 12, "column": 12 }, "end": { - "line": 8, + "line": 12, "column": 18 } } @@ -116,31 +356,31 @@ "value": "", "raw": "''", "range": [ - 99, - 101 + 158, + 160 ], "loc": { "start": { - "line": 8, + "line": 12, "column": 21 }, "end": { - "line": 8, + "line": 12, "column": 23 } } }, "range": [ - 90, - 101 + 149, + 160 ], "loc": { "start": { - "line": 8, + "line": 12, "column": 12 }, "end": { - "line": 8, + "line": 12, "column": 23 } } @@ -148,16 +388,16 @@ ], "kind": "let", "range": [ - 86, - 102 + 145, + 161 ], "loc": { "start": { - "line": 8, + "line": 12, "column": 8 }, "end": { - "line": 8, + "line": 12, "column": 24 } } @@ -168,17 +408,17 @@ "type": "Identifier", "name": "hours", "range": [ - 114, - 119 + 174, + 179 ], "loc": { "start": { - "line": 9, - "column": 11 + "line": 13, + "column": 12 }, "end": { - "line": 9, - "column": 16 + "line": 13, + "column": 17 } } }, @@ -194,16 +434,16 @@ "type": "Identifier", "name": "expire", "range": [ - 134, - 140 + 195, + 201 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 12 }, "end": { - "line": 10, + "line": 14, "column": 18 } } @@ -214,16 +454,16 @@ "type": "Identifier", "name": "Date", "range": [ - 147, - 151 + 208, + 212 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 25 }, "end": { - "line": 10, + "line": 14, "column": 29 } } @@ -243,32 +483,32 @@ "type": "Identifier", "name": "Date", "range": [ - 157, - 161 + 218, + 222 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 35 }, "end": { - "line": 10, + "line": 14, "column": 39 } } }, "arguments": [], "range": [ - 153, - 163 + 214, + 224 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 31 }, "end": { - "line": 10, + "line": 14, "column": 41 } } @@ -277,47 +517,47 @@ "type": "Identifier", "name": "getTime", "range": [ - 165, - 172 + 226, + 233 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 43 }, "end": { - "line": 10, + "line": 14, "column": 50 } } }, "range": [ - 152, - 172 + 213, + 233 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 30 }, "end": { - "line": 10, + "line": 14, "column": 50 } } }, "arguments": [], "range": [ - 152, - 174 + 213, + 235 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 30 }, "end": { - "line": 10, + "line": 14, "column": 52 } } @@ -329,16 +569,16 @@ "type": "Identifier", "name": "hours", "range": [ - 177, - 182 + 238, + 243 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 55 }, "end": { - "line": 10, + "line": 14, "column": 60 } } @@ -348,92 +588,92 @@ "value": 3600000, "raw": "3600000", "range": [ - 185, - 192 + 246, + 253 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 63 }, "end": { - "line": 10, + "line": 14, "column": 70 } } }, "range": [ - 177, - 192 + 238, + 253 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 55 }, "end": { - "line": 10, + "line": 14, "column": 70 } } }, "range": [ - 152, - 192 + 213, + 253 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 30 }, "end": { - "line": 10, + "line": 14, "column": 70 } } } ], "range": [ - 143, - 193 + 204, + 254 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 21 }, "end": { - "line": 10, + "line": 14, "column": 71 } } }, "range": [ - 134, - 193 + 195, + 254 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 12 }, "end": { - "line": 10, + "line": 14, "column": 71 } } }, "range": [ - 134, - 194 + 195, + 255 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 12 }, "end": { - "line": 10, + "line": 14, "column": 72 } } @@ -447,16 +687,16 @@ "type": "Identifier", "name": "expire", "range": [ - 207, - 213 + 268, + 274 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 12 }, "end": { - "line": 11, + "line": 15, "column": 18 } } @@ -469,16 +709,16 @@ "value": "; expires=", "raw": "'; expires='", "range": [ - 216, - 228 + 277, + 289 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 21 }, "end": { - "line": 11, + "line": 15, "column": 33 } } @@ -492,16 +732,16 @@ "type": "Identifier", "name": "expire", "range": [ - 231, - 237 + 292, + 298 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 36 }, "end": { - "line": 11, + "line": 15, "column": 42 } } @@ -510,124 +750,124 @@ "type": "Identifier", "name": "toGMTString", "range": [ - 238, - 249 + 299, + 310 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 43 }, "end": { - "line": 11, + "line": 15, "column": 54 } } }, "range": [ - 231, - 249 + 292, + 310 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 36 }, "end": { - "line": 11, + "line": 15, "column": 54 } } }, "arguments": [], "range": [ - 231, - 251 + 292, + 312 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 36 }, "end": { - "line": 11, + "line": 15, "column": 56 } } }, "range": [ - 216, - 251 + 277, + 312 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 21 }, "end": { - "line": 11, + "line": 15, "column": 56 } } }, "range": [ - 207, - 251 + 268, + 312 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 12 }, "end": { - "line": 11, + "line": 15, "column": 56 } } }, "range": [ - 207, - 252 + 268, + 313 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 12 }, "end": { - "line": 11, + "line": 15, "column": 57 } } } ], "range": [ - 120, - 262 + 181, + 323 ], "loc": { "start": { - "line": 9, - "column": 17 + "line": 13, + "column": 19 }, "end": { - "line": 12, + "line": 16, "column": 9 } } }, "alternate": null, "range": [ - 111, - 262 + 170, + 323 ], "loc": { "start": { - "line": 9, + "line": 13, "column": 8 }, "end": { - "line": 12, + "line": 16, "column": 9 } } @@ -642,19 +882,19 @@ "computed": false, "object": { "type": "Identifier", - "name": "document", + "name": "doc", "range": [ - 271, - 279 + 332, + 335 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 8 }, "end": { - "line": 13, - "column": 16 + "line": 17, + "column": 11 } } }, @@ -662,32 +902,32 @@ "type": "Identifier", "name": "cookie", "range": [ - 280, - 286 + 336, + 342 ], "loc": { "start": { - "line": 13, - "column": 17 + "line": 17, + "column": 12 }, "end": { - "line": 13, - "column": 23 + "line": 17, + "column": 18 } } }, "range": [ - 271, - 286 + 332, + 342 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 8 }, "end": { - "line": 13, - "column": 23 + "line": 17, + "column": 18 } } }, @@ -704,17 +944,17 @@ "type": "Identifier", "name": "name", "range": [ - 289, - 293 + 345, + 349 ], "loc": { "start": { - "line": 13, - "column": 26 + "line": 17, + "column": 21 }, "end": { - "line": 13, - "column": 30 + "line": 17, + "column": 25 } } }, @@ -723,32 +963,32 @@ "value": "=", "raw": "'='", "range": [ - 296, - 299 + 352, + 355 ], "loc": { "start": { - "line": 13, - "column": 33 + "line": 17, + "column": 28 }, "end": { - "line": 13, - "column": 36 + "line": 17, + "column": 31 } } }, "range": [ - 289, - 299 + 345, + 355 ], "loc": { "start": { - "line": 13, - "column": 26 + "line": 17, + "column": 21 }, "end": { - "line": 13, - "column": 36 + "line": 17, + "column": 31 } } }, @@ -758,17 +998,17 @@ "type": "Identifier", "name": "escape", "range": [ - 302, - 308 + 358, + 364 ], "loc": { "start": { - "line": 13, - "column": 39 + "line": 17, + "column": 34 }, "end": { - "line": 13, - "column": 45 + "line": 17, + "column": 40 } } }, @@ -777,48 +1017,48 @@ "type": "Identifier", "name": "value", "range": [ - 309, - 314 + 365, + 370 ], "loc": { "start": { - "line": 13, - "column": 46 + "line": 17, + "column": 41 }, "end": { - "line": 13, - "column": 51 + "line": 17, + "column": 46 } } } ], "range": [ - 302, - 315 + 358, + 371 ], "loc": { "start": { - "line": 13, - "column": 39 + "line": 17, + "column": 34 }, "end": { - "line": 13, - "column": 52 + "line": 17, + "column": 47 } } }, "range": [ - 289, - 315 + 345, + 371 ], "loc": { "start": { - "line": 13, - "column": 26 + "line": 17, + "column": 21 }, "end": { - "line": 13, - "column": 52 + "line": 17, + "column": 47 } } }, @@ -826,77 +1066,77 @@ "type": "Identifier", "name": "expire", "range": [ - 318, - 324 + 374, + 380 ], "loc": { "start": { - "line": 13, - "column": 55 + "line": 17, + "column": 50 }, "end": { - "line": 13, - "column": 61 + "line": 17, + "column": 56 } } }, "range": [ - 289, - 324 + 345, + 380 ], "loc": { "start": { - "line": 13, - "column": 26 + "line": 17, + "column": 21 }, "end": { - "line": 13, - "column": 61 + "line": 17, + "column": 56 } } }, "range": [ - 271, - 324 + 332, + 380 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 8 }, "end": { - "line": 13, - "column": 61 + "line": 17, + "column": 56 } } }, "range": [ - 271, - 325 + 332, + 381 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 8 }, "end": { - "line": 13, - "column": 62 + "line": 17, + "column": 57 } } } ], "range": [ - 76, - 331 + 135, + 387 ], "loc": { "start": { - "line": 7, - "column": 29 + "line": 11, + "column": 30 }, "end": { - "line": 14, + "line": 18, "column": 5 } } @@ -904,16 +1144,16 @@ "generator": false, "expression": false, "range": [ - 56, - 331 + 114, + 387 ], "loc": { "start": { - "line": 7, + "line": 11, "column": 9 }, "end": { - "line": 14, + "line": 18, "column": 5 } } @@ -923,16 +1163,16 @@ "shorthand": false, "computed": false, "range": [ - 51, - 331 + 109, + 387 ], "loc": { "start": { - "line": 7, + "line": 11, "column": 4 }, "end": { - "line": 14, + "line": 18, "column": 5 } } @@ -943,16 +1183,16 @@ "type": "Identifier", "name": "read", "range": [ - 338, - 342 + 394, + 398 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 4 }, "end": { - "line": 16, + "line": 20, "column": 8 } } @@ -965,16 +1205,16 @@ "type": "Identifier", "name": "name", "range": [ - 343, - 347 + 399, + 403 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 9 }, "end": { - "line": 16, + "line": 20, "column": 13 } } @@ -992,16 +1232,16 @@ "type": "Identifier", "name": "cookieValue", "range": [ - 362, - 373 + 419, + 430 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 12 }, "end": { - "line": 17, + "line": 21, "column": 23 } } @@ -1011,31 +1251,31 @@ "value": "", "raw": "''", "range": [ - 376, - 378 + 433, + 435 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 26 }, "end": { - "line": 17, + "line": 21, "column": 28 } } }, "range": [ - 362, - 378 + 419, + 435 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 12 }, "end": { - "line": 17, + "line": 21, "column": 28 } } @@ -1046,16 +1286,16 @@ "type": "Identifier", "name": "search", "range": [ - 392, - 398 + 449, + 455 ], "loc": { "start": { - "line": 18, + "line": 22, "column": 12 }, "end": { - "line": 18, + "line": 22, "column": 18 } } @@ -1067,16 +1307,16 @@ "type": "Identifier", "name": "name", "range": [ - 401, - 405 + 458, + 462 ], "loc": { "start": { - "line": 18, + "line": 22, "column": 21 }, "end": { - "line": 18, + "line": 22, "column": 25 } } @@ -1086,46 +1326,46 @@ "value": "=", "raw": "'='", "range": [ - 408, - 411 + 465, + 468 ], "loc": { "start": { - "line": 18, + "line": 22, "column": 28 }, "end": { - "line": 18, + "line": 22, "column": 31 } } }, "range": [ - 401, - 411 + 458, + 468 ], "loc": { "start": { - "line": 18, + "line": 22, "column": 21 }, "end": { - "line": 18, + "line": 22, "column": 31 } } }, "range": [ - 392, - 411 + 449, + 468 ], "loc": { "start": { - "line": 18, + "line": 22, "column": 12 }, "end": { - "line": 18, + "line": 22, "column": 31 } } @@ -1133,16 +1373,16 @@ ], "kind": "let", "range": [ - 358, - 412 + 415, + 469 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 8 }, "end": { - "line": 18, + "line": 22, "column": 32 } } @@ -1160,19 +1400,19 @@ "computed": false, "object": { "type": "Identifier", - "name": "document", + "name": "doc", "range": [ - 424, - 432 + 482, + 485 ], "loc": { "start": { - "line": 19, - "column": 11 + "line": 23, + "column": 12 }, "end": { - "line": 19, - "column": 19 + "line": 23, + "column": 15 } } }, @@ -1180,32 +1420,32 @@ "type": "Identifier", "name": "cookie", "range": [ - 433, - 439 + 486, + 492 ], "loc": { "start": { - "line": 19, - "column": 20 + "line": 23, + "column": 16 }, "end": { - "line": 19, - "column": 26 + "line": 23, + "column": 22 } } }, "range": [ - 424, - 439 + 482, + 492 ], "loc": { "start": { - "line": 19, - "column": 11 + "line": 23, + "column": 12 }, "end": { - "line": 19, - "column": 26 + "line": 23, + "column": 22 } } }, @@ -1213,32 +1453,32 @@ "type": "Identifier", "name": "length", "range": [ - 440, - 446 + 493, + 499 ], "loc": { "start": { - "line": 19, - "column": 27 + "line": 23, + "column": 23 }, "end": { - "line": 19, - "column": 33 + "line": 23, + "column": 29 } } }, "range": [ - 424, - 446 + 482, + 499 ], "loc": { "start": { - "line": 19, - "column": 11 + "line": 23, + "column": 12 }, "end": { - "line": 19, - "column": 33 + "line": 23, + "column": 29 } } }, @@ -1247,32 +1487,32 @@ "value": 0, "raw": "0", "range": [ - 449, - 450 + 502, + 503 ], "loc": { "start": { - "line": 19, - "column": 36 + "line": 23, + "column": 32 }, "end": { - "line": 19, - "column": 37 + "line": 23, + "column": 33 } } }, "range": [ - 424, - 450 + 482, + 503 ], "loc": { "start": { - "line": 19, - "column": 11 + "line": 23, + "column": 12 }, "end": { - "line": 19, - "column": 37 + "line": 23, + "column": 33 } } }, @@ -1288,16 +1528,16 @@ "type": "Identifier", "name": "cookie", "range": [ - 469, - 475 + 523, + 529 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 16 }, "end": { - "line": 20, + "line": 24, "column": 22 } } @@ -1307,19 +1547,19 @@ "computed": false, "object": { "type": "Identifier", - "name": "document", + "name": "doc", "range": [ - 478, - 486 + 532, + 535 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 25 }, "end": { - "line": 20, - "column": 33 + "line": 24, + "column": 28 } } }, @@ -1327,47 +1567,47 @@ "type": "Identifier", "name": "cookie", "range": [ - 487, - 493 + 536, + 542 ], "loc": { "start": { - "line": 20, - "column": 34 + "line": 24, + "column": 29 }, "end": { - "line": 20, - "column": 40 + "line": 24, + "column": 35 } } }, "range": [ - 478, - 493 + 532, + 542 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 25 }, "end": { - "line": 20, - "column": 40 + "line": 24, + "column": 35 } } }, "range": [ - 469, - 493 + 523, + 542 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 16 }, "end": { - "line": 20, - "column": 40 + "line": 24, + "column": 35 } } }, @@ -1377,16 +1617,16 @@ "type": "Identifier", "name": "offset", "range": [ - 511, - 517 + 560, + 566 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 16 }, "end": { - "line": 21, + "line": 25, "column": 22 } } @@ -1400,16 +1640,16 @@ "type": "Identifier", "name": "cookie", "range": [ - 520, - 526 + 569, + 575 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 25 }, "end": { - "line": 21, + "line": 25, "column": 31 } } @@ -1418,31 +1658,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 527, - 534 + 576, + 583 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 32 }, "end": { - "line": 21, + "line": 25, "column": 39 } } }, "range": [ - 520, - 534 + 569, + 583 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 25 }, "end": { - "line": 21, + "line": 25, "column": 39 } } @@ -1452,47 +1692,47 @@ "type": "Identifier", "name": "search", "range": [ - 535, - 541 + 584, + 590 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 40 }, "end": { - "line": 21, + "line": 25, "column": 46 } } } ], "range": [ - 520, - 542 + 569, + 591 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 25 }, "end": { - "line": 21, + "line": 25, "column": 47 } } }, "range": [ - 511, - 542 + 560, + 591 ], "loc": { "start": { - "line": 21, + "line": 25, "column": 16 }, "end": { - "line": 21, + "line": 25, "column": 47 } } @@ -1500,16 +1740,16 @@ ], "kind": "let", "range": [ - 465, - 543 + 519, + 592 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 25, "column": 48 } } @@ -1523,17 +1763,17 @@ "type": "Identifier", "name": "offset", "range": [ - 559, - 565 + 609, + 615 ], "loc": { "start": { - "line": 22, - "column": 15 + "line": 26, + "column": 16 }, "end": { - "line": 22, - "column": 21 + "line": 26, + "column": 22 } } }, @@ -1545,48 +1785,48 @@ "value": 1, "raw": "1", "range": [ - 571, - 572 + 621, + 622 ], "loc": { "start": { - "line": 22, - "column": 27 + "line": 26, + "column": 28 }, "end": { - "line": 22, - "column": 28 + "line": 26, + "column": 29 } } }, "prefix": true, "range": [ - 570, - 572 + 620, + 622 ], "loc": { "start": { - "line": 22, - "column": 26 + "line": 26, + "column": 27 }, "end": { - "line": 22, - "column": 28 + "line": 26, + "column": 29 } } }, "range": [ - 559, - 572 + 609, + 622 ], "loc": { "start": { - "line": 22, - "column": 15 + "line": 26, + "column": 16 }, "end": { - "line": 22, - "column": 28 + "line": 26, + "column": 29 } } }, @@ -1602,16 +1842,16 @@ "type": "Identifier", "name": "offset", "range": [ - 591, - 597 + 642, + 648 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 16 }, "end": { - "line": 23, + "line": 27, "column": 22 } } @@ -1623,16 +1863,16 @@ "type": "Identifier", "name": "search", "range": [ - 601, - 607 + 652, + 658 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 26 }, "end": { - "line": 23, + "line": 27, "column": 32 } } @@ -1641,61 +1881,61 @@ "type": "Identifier", "name": "length", "range": [ - 608, - 614 + 659, + 665 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 33 }, "end": { - "line": 23, + "line": 27, "column": 39 } } }, "range": [ - 601, - 614 + 652, + 665 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 26 }, "end": { - "line": 23, + "line": 27, "column": 39 } } }, "range": [ - 591, - 614 + 642, + 665 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 16 }, "end": { - "line": 23, + "line": 27, "column": 39 } } }, "range": [ - 591, - 615 + 642, + 666 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 16 }, "end": { - "line": 23, + "line": 27, "column": 40 } } @@ -1709,16 +1949,16 @@ "type": "Identifier", "name": "end", "range": [ - 636, - 639 + 687, + 690 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 20 }, "end": { - "line": 24, + "line": 28, "column": 23 } } @@ -1732,16 +1972,16 @@ "type": "Identifier", "name": "cookie", "range": [ - 642, - 648 + 693, + 699 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 26 }, "end": { - "line": 24, + "line": 28, "column": 32 } } @@ -1750,31 +1990,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 649, - 656 + 700, + 707 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 33 }, "end": { - "line": 24, + "line": 28, "column": 40 } } }, "range": [ - 642, - 656 + 693, + 707 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 26 }, "end": { - "line": 24, + "line": 28, "column": 40 } } @@ -1785,16 +2025,16 @@ "value": ";", "raw": "';'", "range": [ - 657, - 660 + 708, + 711 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 41 }, "end": { - "line": 24, + "line": 28, "column": 44 } } @@ -1803,47 +2043,47 @@ "type": "Identifier", "name": "offset", "range": [ - 662, - 668 + 713, + 719 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 46 }, "end": { - "line": 24, + "line": 28, "column": 52 } } } ], "range": [ - 642, - 669 + 693, + 720 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 26 }, "end": { - "line": 24, + "line": 28, "column": 53 } } }, "range": [ - 636, - 669 + 687, + 720 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 20 }, "end": { - "line": 24, + "line": 28, "column": 53 } } @@ -1851,16 +2091,16 @@ ], "kind": "let", "range": [ - 632, - 670 + 683, + 721 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 16 }, "end": { - "line": 24, + "line": 28, "column": 54 } } @@ -1874,17 +2114,17 @@ "type": "Identifier", "name": "end", "range": [ - 690, - 693 + 742, + 745 ], "loc": { "start": { - "line": 25, - "column": 19 + "line": 29, + "column": 20 }, "end": { - "line": 25, - "column": 22 + "line": 29, + "column": 23 } } }, @@ -1896,48 +2136,48 @@ "value": 1, "raw": "1", "range": [ - 699, - 700 + 751, + 752 ], "loc": { "start": { - "line": 25, - "column": 28 + "line": 29, + "column": 29 }, "end": { - "line": 25, - "column": 29 + "line": 29, + "column": 30 } } }, "prefix": true, "range": [ - 698, - 700 + 750, + 752 ], "loc": { "start": { - "line": 25, - "column": 27 + "line": 29, + "column": 28 }, "end": { - "line": 25, - "column": 29 + "line": 29, + "column": 30 } } }, "range": [ - 690, - 700 + 742, + 752 ], "loc": { "start": { - "line": 25, - "column": 19 + "line": 29, + "column": 20 }, "end": { - "line": 25, - "column": 29 + "line": 29, + "column": 30 } } }, @@ -1953,16 +2193,16 @@ "type": "Identifier", "name": "end", "range": [ - 723, - 726 + 776, + 779 ], "loc": { "start": { - "line": 26, + "line": 30, "column": 20 }, "end": { - "line": 26, + "line": 30, "column": 23 } } @@ -1974,16 +2214,16 @@ "type": "Identifier", "name": "cookie", "range": [ - 729, - 735 + 782, + 788 ], "loc": { "start": { - "line": 26, + "line": 30, "column": 26 }, "end": { - "line": 26, + "line": 30, "column": 32 } } @@ -1992,93 +2232,93 @@ "type": "Identifier", "name": "length", "range": [ - 736, - 742 + 789, + 795 ], "loc": { "start": { - "line": 26, + "line": 30, "column": 33 }, "end": { - "line": 26, + "line": 30, "column": 39 } } }, "range": [ - 729, - 742 + 782, + 795 ], "loc": { "start": { - "line": 26, + "line": 30, "column": 26 }, "end": { - "line": 26, + "line": 30, "column": 39 } } }, "range": [ - 723, - 742 + 776, + 795 ], "loc": { "start": { - "line": 26, + "line": 30, "column": 20 }, "end": { - "line": 26, + "line": 30, "column": 39 } } }, "range": [ - 723, - 743 + 776, + 796 ], "loc": { "start": { - "line": 26, + "line": 30, "column": 20 }, "end": { - "line": 26, + "line": 30, "column": 40 } } } ], "range": [ - 701, - 761 + 754, + 814 ], "loc": { "start": { - "line": 25, - "column": 30 + "line": 29, + "column": 32 }, "end": { - "line": 27, + "line": 31, "column": 17 } } }, "alternate": null, "range": [ - 687, - 761 + 738, + 814 ], "loc": { "start": { - "line": 25, + "line": 29, "column": 16 }, "end": { - "line": 27, + "line": 31, "column": 17 } } @@ -2092,16 +2332,16 @@ "type": "Identifier", "name": "cookieValue", "range": [ - 778, - 789 + 831, + 842 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 16 }, "end": { - "line": 28, + "line": 32, "column": 27 } } @@ -2112,16 +2352,16 @@ "type": "Identifier", "name": "unescape", "range": [ - 792, - 800 + 845, + 853 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 30 }, "end": { - "line": 28, + "line": 32, "column": 38 } } @@ -2136,16 +2376,16 @@ "type": "Identifier", "name": "cookie", "range": [ - 801, - 807 + 854, + 860 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 39 }, "end": { - "line": 28, + "line": 32, "column": 45 } } @@ -2154,31 +2394,31 @@ "type": "Identifier", "name": "substring", "range": [ - 808, - 817 + 861, + 870 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 46 }, "end": { - "line": 28, + "line": 32, "column": 55 } } }, "range": [ - 801, - 817 + 854, + 870 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 39 }, "end": { - "line": 28, + "line": 32, "column": 55 } } @@ -2188,16 +2428,16 @@ "type": "Identifier", "name": "offset", "range": [ - 818, - 824 + 871, + 877 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 56 }, "end": { - "line": 28, + "line": 32, "column": 62 } } @@ -2206,142 +2446,142 @@ "type": "Identifier", "name": "end", "range": [ - 826, - 829 + 879, + 882 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 64 }, "end": { - "line": 28, + "line": 32, "column": 67 } } } ], "range": [ - 801, - 830 + 854, + 883 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 39 }, "end": { - "line": 28, + "line": 32, "column": 68 } } } ], "range": [ - 792, - 831 + 845, + 884 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 30 }, "end": { - "line": 28, + "line": 32, "column": 69 } } }, "range": [ - 778, - 831 + 831, + 884 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 16 }, "end": { - "line": 28, + "line": 32, "column": 69 } } }, "range": [ - 778, - 832 + 831, + 885 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 16 }, "end": { - "line": 28, + "line": 32, "column": 70 } } } ], "range": [ - 573, - 846 + 624, + 899 ], "loc": { "start": { - "line": 22, - "column": 29 + "line": 26, + "column": 31 }, "end": { - "line": 29, + "line": 33, "column": 13 } } }, "alternate": null, "range": [ - 556, - 846 + 605, + 899 ], "loc": { "start": { - "line": 22, + "line": 26, "column": 12 }, "end": { - "line": 29, + "line": 33, "column": 13 } } } ], "range": [ - 451, - 856 + 505, + 909 ], "loc": { "start": { - "line": 19, - "column": 38 + "line": 23, + "column": 35 }, "end": { - "line": 30, + "line": 34, "column": 9 } } }, "alternate": null, "range": [ - 421, - 856 + 478, + 909 ], "loc": { "start": { - "line": 19, + "line": 23, "column": 8 }, "end": { - "line": 30, + "line": 34, "column": 9 } } @@ -2352,47 +2592,47 @@ "type": "Identifier", "name": "cookieValue", "range": [ - 872, - 883 + 925, + 936 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 15 }, "end": { - "line": 31, + "line": 35, "column": 26 } } }, "range": [ - 865, - 884 + 918, + 937 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 8 }, "end": { - "line": 31, + "line": 35, "column": 27 } } } ], "range": [ - 348, - 890 + 405, + 943 ], "loc": { "start": { - "line": 16, - "column": 14 + "line": 20, + "column": 15 }, "end": { - "line": 32, + "line": 36, "column": 5 } } @@ -2400,16 +2640,16 @@ "generator": false, "expression": false, "range": [ - 342, - 890 + 398, + 943 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 8 }, "end": { - "line": 32, + "line": 36, "column": 5 } } @@ -2419,16 +2659,16 @@ "shorthand": false, "computed": false, "range": [ - 338, - 890 + 394, + 943 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 4 }, "end": { - "line": 32, + "line": 36, "column": 5 } } @@ -2439,16 +2679,16 @@ "type": "Identifier", "name": "remove", "range": [ - 897, - 903 + 950, + 956 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 4 }, "end": { - "line": 34, + "line": 38, "column": 10 } } @@ -2461,16 +2701,16 @@ "type": "Identifier", "name": "name", "range": [ - 904, - 908 + 957, + 961 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 11 }, "end": { - "line": 34, + "line": 38, "column": 15 } } @@ -2489,16 +2729,16 @@ "object": { "type": "ThisExpression", "range": [ - 919, - 923 + 973, + 977 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 8 }, "end": { - "line": 35, + "line": 39, "column": 12 } } @@ -2507,31 +2747,31 @@ "type": "Identifier", "name": "write", "range": [ - 924, - 929 + 978, + 983 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 13 }, "end": { - "line": 35, + "line": 39, "column": 18 } } }, "range": [ - 919, - 929 + 973, + 983 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 8 }, "end": { - "line": 35, + "line": 39, "column": 18 } } @@ -2541,16 +2781,16 @@ "type": "Identifier", "name": "name", "range": [ - 930, - 934 + 984, + 988 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 19 }, "end": { - "line": 35, + "line": 39, "column": 23 } } @@ -2560,16 +2800,16 @@ "value": "", "raw": "''", "range": [ - 936, - 938 + 990, + 992 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 25 }, "end": { - "line": 35, + "line": 39, "column": 27 } } @@ -2582,79 +2822,79 @@ "value": 1, "raw": "1", "range": [ - 941, - 942 + 995, + 996 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 30 }, "end": { - "line": 35, + "line": 39, "column": 31 } } }, "prefix": true, "range": [ - 940, - 942 + 994, + 996 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 29 }, "end": { - "line": 35, + "line": 39, "column": 31 } } } ], "range": [ - 919, - 943 + 973, + 997 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 8 }, "end": { - "line": 35, + "line": 39, "column": 32 } } }, "range": [ - 919, - 944 + 973, + 998 ], "loc": { "start": { - "line": 35, + "line": 39, "column": 8 }, "end": { - "line": 35, + "line": 39, "column": 33 } } } ], "range": [ - 909, - 950 + 963, + 1004 ], "loc": { "start": { - "line": 34, - "column": 16 + "line": 38, + "column": 17 }, "end": { - "line": 36, + "line": 40, "column": 5 } } @@ -2662,16 +2902,16 @@ "generator": false, "expression": false, "range": [ - 903, - 950 + 956, + 1004 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 10 }, "end": { - "line": 36, + "line": 40, "column": 5 } } @@ -2681,16 +2921,16 @@ "shorthand": false, "computed": false, "range": [ - 897, - 950 + 950, + 1004 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 4 }, "end": { - "line": 36, + "line": 40, "column": 5 } } @@ -2701,16 +2941,16 @@ "type": "Identifier", "name": "valueToArray", "range": [ - 957, - 969 + 1011, + 1023 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 4 }, "end": { - "line": 38, + "line": 42, "column": 16 } } @@ -2723,16 +2963,16 @@ "type": "Identifier", "name": "name", "range": [ - 970, - 974 + 1024, + 1028 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 17 }, "end": { - "line": 38, + "line": 42, "column": 21 } } @@ -2741,16 +2981,16 @@ "type": "Identifier", "name": "separator", "range": [ - 976, - 985 + 1030, + 1039 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 23 }, "end": { - "line": 38, + "line": 42, "column": 32 } } @@ -2768,33 +3008,33 @@ "type": "Identifier", "name": "separator", "range": [ - 1000, - 1009 + 1056, + 1065 ], "loc": { "start": { - "line": 39, - "column": 12 + "line": 43, + "column": 13 }, "end": { - "line": 39, - "column": 21 + "line": 43, + "column": 22 } } }, "prefix": true, "range": [ - 999, - 1009 + 1055, + 1065 ], "loc": { "start": { - "line": 39, - "column": 11 + "line": 43, + "column": 12 }, "end": { - "line": 39, - "column": 21 + "line": 43, + "column": 22 } } }, @@ -2810,16 +3050,16 @@ "type": "Identifier", "name": "separator", "range": [ - 1024, - 1033 + 1081, + 1090 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 12 }, "end": { - "line": 40, + "line": 44, "column": 21 } } @@ -2829,78 +3069,78 @@ "value": ",", "raw": "','", "range": [ - 1036, - 1039 + 1093, + 1096 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 24 }, "end": { - "line": 40, + "line": 44, "column": 27 } } }, "range": [ - 1024, - 1039 + 1081, + 1096 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 12 }, "end": { - "line": 40, + "line": 44, "column": 27 } } }, "range": [ - 1024, - 1040 + 1081, + 1097 ], "loc": { "start": { - "line": 40, + "line": 44, "column": 12 }, "end": { - "line": 40, + "line": 44, "column": 28 } } } ], "range": [ - 1010, - 1050 + 1067, + 1107 ], "loc": { "start": { - "line": 39, - "column": 22 + "line": 43, + "column": 24 }, "end": { - "line": 41, + "line": 45, "column": 9 } } }, "alternate": null, "range": [ - 996, - 1050 + 1051, + 1107 ], "loc": { "start": { - "line": 39, + "line": 43, "column": 8 }, "end": { - "line": 41, + "line": 45, "column": 9 } }, @@ -2909,16 +3149,16 @@ "type": "Line", "value": "reads the cookie", "range": [ - 1059, - 1077 + 1116, + 1134 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 26 } } @@ -2934,16 +3174,16 @@ "type": "Identifier", "name": "val", "range": [ - 1090, - 1093 + 1147, + 1150 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 12 }, "end": { - "line": 43, + "line": 47, "column": 15 } } @@ -2956,16 +3196,16 @@ "object": { "type": "ThisExpression", "range": [ - 1096, - 1100 + 1153, + 1157 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 18 }, "end": { - "line": 43, + "line": 47, "column": 22 } } @@ -2974,31 +3214,31 @@ "type": "Identifier", "name": "read", "range": [ - 1101, - 1105 + 1158, + 1162 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 23 }, "end": { - "line": 43, + "line": 47, "column": 27 } } }, "range": [ - 1096, - 1105 + 1153, + 1162 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 18 }, "end": { - "line": 43, + "line": 47, "column": 27 } } @@ -3008,47 +3248,47 @@ "type": "Identifier", "name": "name", "range": [ - 1106, - 1110 + 1163, + 1167 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 28 }, "end": { - "line": 43, + "line": 47, "column": 32 } } } ], "range": [ - 1096, - 1111 + 1153, + 1168 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 18 }, "end": { - "line": 43, + "line": 47, "column": 33 } } }, "range": [ - 1090, - 1111 + 1147, + 1168 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 12 }, "end": { - "line": 43, + "line": 47, "column": 33 } } @@ -3056,16 +3296,16 @@ ], "kind": "let", "range": [ - 1086, - 1112 + 1143, + 1169 ], "loc": { "start": { - "line": 43, + "line": 47, "column": 8 }, "end": { - "line": 43, + "line": 47, "column": 34 } }, @@ -3074,16 +3314,16 @@ "type": "Line", "value": "reads the cookie", "range": [ - 1059, - 1077 + 1116, + 1134 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 26 } } @@ -3094,16 +3334,16 @@ "type": "Line", "value": "creates an array with filters' values", "range": [ - 1121, - 1160 + 1178, + 1217 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 47 } } @@ -3119,16 +3359,16 @@ "type": "Identifier", "name": "arr", "range": [ - 1173, - 1176 + 1230, + 1233 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 12 }, "end": { - "line": 45, + "line": 49, "column": 15 } } @@ -3142,16 +3382,16 @@ "type": "Identifier", "name": "val", "range": [ - 1179, - 1182 + 1236, + 1239 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 18 }, "end": { - "line": 45, + "line": 49, "column": 21 } } @@ -3160,31 +3400,31 @@ "type": "Identifier", "name": "split", "range": [ - 1183, - 1188 + 1240, + 1245 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 22 }, "end": { - "line": 45, + "line": 49, "column": 27 } } }, "range": [ - 1179, - 1188 + 1236, + 1245 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 18 }, "end": { - "line": 45, + "line": 49, "column": 27 } } @@ -3194,47 +3434,47 @@ "type": "Identifier", "name": "separator", "range": [ - 1189, - 1198 + 1246, + 1255 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 28 }, "end": { - "line": 45, + "line": 49, "column": 37 } } } ], "range": [ - 1179, - 1199 + 1236, + 1256 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 18 }, "end": { - "line": 45, + "line": 49, "column": 38 } } }, "range": [ - 1173, - 1199 + 1230, + 1256 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 12 }, "end": { - "line": 45, + "line": 49, "column": 38 } } @@ -3242,16 +3482,16 @@ ], "kind": "let", "range": [ - 1169, - 1200 + 1226, + 1257 ], "loc": { "start": { - "line": 45, + "line": 49, "column": 8 }, "end": { - "line": 45, + "line": 49, "column": 39 } }, @@ -3260,16 +3500,16 @@ "type": "Line", "value": "creates an array with filters' values", "range": [ - 1121, - 1160 + 1178, + 1217 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 47 } } @@ -3282,47 +3522,47 @@ "type": "Identifier", "name": "arr", "range": [ - 1216, - 1219 + 1273, + 1276 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 15 }, "end": { - "line": 46, + "line": 50, "column": 18 } } }, "range": [ - 1209, - 1220 + 1266, + 1277 ], "loc": { "start": { - "line": 46, + "line": 50, "column": 8 }, "end": { - "line": 46, + "line": 50, "column": 19 } } } ], "range": [ - 986, - 1226 + 1041, + 1283 ], "loc": { "start": { - "line": 38, - "column": 33 + "line": 42, + "column": 34 }, "end": { - "line": 47, + "line": 51, "column": 5 } } @@ -3330,16 +3570,16 @@ "generator": false, "expression": false, "range": [ - 969, - 1226 + 1023, + 1283 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 16 }, "end": { - "line": 47, + "line": 51, "column": 5 } } @@ -3349,16 +3589,16 @@ "shorthand": false, "computed": false, "range": [ - 957, - 1226 + 1011, + 1283 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 4 }, "end": { - "line": 47, + "line": 51, "column": 5 } } @@ -3369,16 +3609,16 @@ "type": "Identifier", "name": "getValueByIndex", "range": [ - 1233, - 1248 + 1290, + 1305 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 4 }, "end": { - "line": 49, + "line": 53, "column": 19 } } @@ -3391,16 +3631,16 @@ "type": "Identifier", "name": "name", "range": [ - 1249, - 1253 + 1306, + 1310 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 20 }, "end": { - "line": 49, + "line": 53, "column": 24 } } @@ -3409,16 +3649,16 @@ "type": "Identifier", "name": "index", "range": [ - 1255, - 1260 + 1312, + 1317 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 26 }, "end": { - "line": 49, + "line": 53, "column": 31 } } @@ -3427,16 +3667,16 @@ "type": "Identifier", "name": "separator", "range": [ - 1262, - 1271 + 1319, + 1328 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 33 }, "end": { - "line": 49, + "line": 53, "column": 42 } } @@ -3454,33 +3694,33 @@ "type": "Identifier", "name": "separator", "range": [ - 1286, - 1295 + 1345, + 1354 ], "loc": { "start": { - "line": 50, - "column": 12 + "line": 54, + "column": 13 }, "end": { - "line": 50, - "column": 21 + "line": 54, + "column": 22 } } }, "prefix": true, "range": [ - 1285, - 1295 + 1344, + 1354 ], "loc": { "start": { - "line": 50, - "column": 11 + "line": 54, + "column": 12 }, "end": { - "line": 50, - "column": 21 + "line": 54, + "column": 22 } } }, @@ -3496,16 +3736,16 @@ "type": "Identifier", "name": "separator", "range": [ - 1310, - 1319 + 1370, + 1379 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 12 }, "end": { - "line": 51, + "line": 55, "column": 21 } } @@ -3515,78 +3755,78 @@ "value": ",", "raw": "','", "range": [ - 1322, - 1325 + 1382, + 1385 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 24 }, "end": { - "line": 51, + "line": 55, "column": 27 } } }, "range": [ - 1310, - 1325 + 1370, + 1385 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 12 }, "end": { - "line": 51, + "line": 55, "column": 27 } } }, "range": [ - 1310, - 1326 + 1370, + 1386 ], "loc": { "start": { - "line": 51, + "line": 55, "column": 12 }, "end": { - "line": 51, + "line": 55, "column": 28 } } } ], "range": [ - 1296, - 1336 + 1356, + 1396 ], "loc": { "start": { - "line": 50, - "column": 22 + "line": 54, + "column": 24 }, "end": { - "line": 52, + "line": 56, "column": 9 } } }, "alternate": null, "range": [ - 1282, - 1336 + 1340, + 1396 ], "loc": { "start": { - "line": 50, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 56, "column": 9 } }, @@ -3595,16 +3835,16 @@ "type": "Line", "value": "reads the cookie", "range": [ - 1345, - 1363 + 1405, + 1423 ], "loc": { "start": { - "line": 53, + "line": 57, "column": 8 }, "end": { - "line": 53, + "line": 57, "column": 26 } } @@ -3620,16 +3860,16 @@ "type": "Identifier", "name": "val", "range": [ - 1376, - 1379 + 1436, + 1439 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 12 }, "end": { - "line": 54, + "line": 58, "column": 15 } } @@ -3642,16 +3882,16 @@ "object": { "type": "ThisExpression", "range": [ - 1382, - 1386 + 1442, + 1446 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 18 }, "end": { - "line": 54, + "line": 58, "column": 22 } } @@ -3660,31 +3900,31 @@ "type": "Identifier", "name": "valueToArray", "range": [ - 1387, - 1399 + 1447, + 1459 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 23 }, "end": { - "line": 54, + "line": 58, "column": 35 } } }, "range": [ - 1382, - 1399 + 1442, + 1459 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 18 }, "end": { - "line": 54, + "line": 58, "column": 35 } } @@ -3694,16 +3934,16 @@ "type": "Identifier", "name": "name", "range": [ - 1400, - 1404 + 1460, + 1464 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 36 }, "end": { - "line": 54, + "line": 58, "column": 40 } } @@ -3712,47 +3952,47 @@ "type": "Identifier", "name": "separator", "range": [ - 1406, - 1415 + 1466, + 1475 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 42 }, "end": { - "line": 54, + "line": 58, "column": 51 } } } ], "range": [ - 1382, - 1416 + 1442, + 1476 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 18 }, "end": { - "line": 54, + "line": 58, "column": 52 } } }, "range": [ - 1376, - 1416 + 1436, + 1476 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 12 }, "end": { - "line": 54, + "line": 58, "column": 52 } } @@ -3760,16 +4000,16 @@ ], "kind": "let", "range": [ - 1372, - 1417 + 1432, + 1477 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 8 }, "end": { - "line": 54, + "line": 58, "column": 53 } }, @@ -3778,16 +4018,16 @@ "type": "Line", "value": "reads the cookie", "range": [ - 1345, - 1363 + 1405, + 1423 ], "loc": { "start": { - "line": 53, + "line": 57, "column": 8 }, "end": { - "line": 53, + "line": 57, "column": 26 } } @@ -3803,16 +4043,16 @@ "type": "Identifier", "name": "val", "range": [ - 1433, - 1436 + 1493, + 1496 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 15 }, "end": { - "line": 55, + "line": 59, "column": 18 } } @@ -3821,62 +4061,62 @@ "type": "Identifier", "name": "index", "range": [ - 1437, - 1442 + 1497, + 1502 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 19 }, "end": { - "line": 55, + "line": 59, "column": 24 } } }, "range": [ - 1433, - 1443 + 1493, + 1503 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 15 }, "end": { - "line": 55, + "line": 59, "column": 25 } } }, "range": [ - 1426, - 1444 + 1486, + 1504 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 8 }, "end": { - "line": 55, + "line": 59, "column": 26 } } } ], "range": [ - 1272, - 1450 + 1330, + 1510 ], "loc": { "start": { - "line": 49, - "column": 43 + "line": 53, + "column": 44 }, "end": { - "line": 56, + "line": 60, "column": 5 } } @@ -3884,16 +4124,16 @@ "generator": false, "expression": false, "range": [ - 1248, - 1450 + 1305, + 1510 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 19 }, "end": { - "line": 56, + "line": 60, "column": 5 } } @@ -3903,105 +4143,66 @@ "shorthand": false, "computed": false, "range": [ - 1233, - 1450 + 1290, + 1510 ], "loc": { "start": { - "line": 49, + "line": 53, "column": 4 }, "end": { - "line": 56, + "line": 60, "column": 5 } } } ], "range": [ - 44, - 1453 + 102, + 1513 ], "loc": { "start": { - "line": 5, + "line": 9, "column": 15 }, "end": { - "line": 58, + "line": 62, "column": 1 } }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Cookie utilities\n ", - "range": [ - 0, - 27 - ], - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 3 - } - } - } - ], + "leadingComments": [], "trailingComments": [] }, "range": [ - 29, - 1454 + 87, + 1514 ], "loc": { "start": { - "line": 5, + "line": 9, "column": 0 }, "end": { - "line": 58, + "line": 62, "column": 2 } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Cookie utilities\n ", - "range": [ - 0, - 27 - ], - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 3 - } - } - } - ] + } } ], "sourceType": "module", "range": [ - 29, - 1454 + 0, + 1514 ], "loc": { "start": { - "line": 5, + "line": 1, "column": 0 }, "end": { - "line": 58, + "line": 62, "column": 2 } }, @@ -4010,16 +4211,16 @@ "type": "Block", "value": "*\n * Cookie utilities\n ", "range": [ - 0, - 27 + 30, + 57 ], "loc": { "start": { - "line": 1, + "line": 3, "column": 0 }, "end": { - "line": 3, + "line": 5, "column": 3 } } @@ -4028,16 +4229,16 @@ "type": "Line", "value": "reads the cookie", "range": [ - 1059, - 1077 + 1116, + 1134 ], "loc": { "start": { - "line": 42, + "line": 46, "column": 8 }, "end": { - "line": 42, + "line": 46, "column": 26 } } @@ -4046,16 +4247,16 @@ "type": "Line", "value": "creates an array with filters' values", "range": [ - 1121, - 1160 + 1178, + 1217 ], "loc": { "start": { - "line": 44, + "line": 48, "column": 8 }, "end": { - "line": 44, + "line": 48, "column": 47 } } @@ -4064,16 +4265,16 @@ "type": "Line", "value": "reads the cookie", "range": [ - 1345, - 1363 + 1405, + 1423 ], "loc": { "start": { - "line": 53, + "line": 57, "column": 8 }, "end": { - "line": 53, + "line": 57, "column": 26 } } diff --git a/docs/ast/source/emitter.js.json b/docs/ast/source/emitter.js.json index de048e80..2ef5701b 100644 --- a/docs/ast/source/emitter.js.json +++ b/docs/ast/source/emitter.js.json @@ -33,16 +33,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 58, - 69 + 113, + 124 ], "loc": { "start": { - "line": 5, + "line": 8, "column": 4 }, "end": { - "line": 5, + "line": 8, "column": 15 } } @@ -65,16 +65,16 @@ "object": { "type": "ThisExpression", "range": [ - 157, - 161 + 212, + 216 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 8 }, "end": { - "line": 10, + "line": 13, "column": 12 } } @@ -83,31 +83,31 @@ "type": "Identifier", "name": "events", "range": [ - 162, - 168 + 217, + 223 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 13 }, "end": { - "line": 10, + "line": 13, "column": 19 } } }, "range": [ - 157, - 168 + 212, + 223 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 8 }, "end": { - "line": 10, + "line": 13, "column": 19 } } @@ -116,46 +116,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 171, - 173 + 226, + 228 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 22 }, "end": { - "line": 10, + "line": 13, "column": 24 } } }, "range": [ - 157, - 173 + 212, + 228 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 8 }, "end": { - "line": 10, + "line": 13, "column": 24 } } }, "range": [ - 157, - 174 + 212, + 229 ], "loc": { "start": { - "line": 10, + "line": 13, "column": 8 }, "end": { - "line": 10, + "line": 13, "column": 25 } }, @@ -164,16 +164,16 @@ "type": "Block", "value": "*\n * Events object\n * @type {Object}\n ", "range": [ - 82, - 148 + 137, + 203 ], "loc": { "start": { - "line": 6, + "line": 9, "column": 8 }, "end": { - "line": 9, + "line": 12, "column": 11 } } @@ -182,16 +182,16 @@ } ], "range": [ - 72, - 180 + 127, + 235 ], "loc": { "start": { - "line": 5, + "line": 8, "column": 18 }, "end": { - "line": 11, + "line": 14, "column": 5 } } @@ -199,16 +199,16 @@ "generator": false, "expression": false, "range": [ - 69, - 180 + 124, + 235 ], "loc": { "start": { - "line": 5, + "line": 8, "column": 15 }, "end": { - "line": 11, + "line": 14, "column": 5 } } @@ -216,34 +216,54 @@ "kind": "constructor", "computed": false, "range": [ - 58, - 180 + 113, + 235 ], "loc": { "start": { - "line": 5, + "line": 8, "column": 4 }, "end": { - "line": 11, + "line": 14, "column": 5 } }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Creates an instance of Emitter.\n ", + "range": [ + 58, + 108 + ], + "loc": { + "start": { + "line": 5, + "column": 4 + }, + "end": { + "line": 7, + "column": 7 + } + } + } + ], "trailingComments": [ { "type": "Block", "value": "*\n * Subscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n ", "range": [ - 186, - 351 + 241, + 406 ], "loc": { "start": { - "line": 13, + "line": 16, "column": 4 }, "end": { - "line": 17, + "line": 20, "column": 7 } } @@ -257,16 +277,16 @@ "type": "Identifier", "name": "on", "range": [ - 356, - 358 + 411, + 413 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 4 }, "end": { - "line": 18, + "line": 21, "column": 6 } } @@ -279,16 +299,16 @@ "type": "Identifier", "name": "evts", "range": [ - 359, - 363 + 414, + 418 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 7 }, "end": { - "line": 18, + "line": 21, "column": 11 } } @@ -297,16 +317,16 @@ "type": "Identifier", "name": "fn", "range": [ - 365, - 367 + 420, + 422 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 13 }, "end": { - "line": 18, + "line": 21, "column": 15 } } @@ -326,16 +346,16 @@ "type": "Identifier", "name": "evts", "range": [ - 379, - 383 + 434, + 438 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 8 }, "end": { - "line": 19, + "line": 22, "column": 12 } } @@ -344,31 +364,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 384, - 391 + 439, + 446 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 13 }, "end": { - "line": 19, + "line": 22, "column": 20 } } }, "range": [ - 379, - 391 + 434, + 446 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 8 }, "end": { - "line": 19, + "line": 22, "column": 20 } } @@ -382,16 +402,16 @@ "type": "Identifier", "name": "evt", "range": [ - 393, - 396 + 448, + 451 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 22 }, "end": { - "line": 19, + "line": 22, "column": 25 } } @@ -414,16 +434,16 @@ "object": { "type": "ThisExpression", "range": [ - 414, - 418 + 470, + 474 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 12 }, "end": { - "line": 20, + "line": 23, "column": 16 } } @@ -432,31 +452,31 @@ "type": "Identifier", "name": "events", "range": [ - 419, - 425 + 475, + 481 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 17 }, "end": { - "line": 20, + "line": 23, "column": 23 } } }, "range": [ - 414, - 425 + 470, + 481 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 12 }, "end": { - "line": 20, + "line": 23, "column": 23 } } @@ -465,31 +485,31 @@ "type": "Identifier", "name": "evt", "range": [ - 426, - 429 + 482, + 485 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 24 }, "end": { - "line": 20, + "line": 23, "column": 27 } } }, "range": [ - 414, - 430 + 470, + 486 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 12 }, "end": { - "line": 20, + "line": 23, "column": 28 } } @@ -506,16 +526,16 @@ "object": { "type": "ThisExpression", "range": [ - 433, - 437 + 489, + 493 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 31 }, "end": { - "line": 20, + "line": 23, "column": 35 } } @@ -524,31 +544,31 @@ "type": "Identifier", "name": "events", "range": [ - 438, - 444 + 494, + 500 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 36 }, "end": { - "line": 20, + "line": 23, "column": 42 } } }, "range": [ - 433, - 444 + 489, + 500 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 31 }, "end": { - "line": 20, + "line": 23, "column": 42 } } @@ -557,31 +577,31 @@ "type": "Identifier", "name": "evt", "range": [ - 445, - 448 + 501, + 504 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 43 }, "end": { - "line": 20, + "line": 23, "column": 46 } } }, "range": [ - 433, - 449 + 489, + 505 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 31 }, "end": { - "line": 20, + "line": 23, "column": 47 } } @@ -590,61 +610,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 453, - 455 + 509, + 511 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 51 }, "end": { - "line": 20, + "line": 23, "column": 53 } } }, "range": [ - 433, - 455 + 489, + 511 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 31 }, "end": { - "line": 20, + "line": 23, "column": 53 } } }, "range": [ - 414, - 455 + 470, + 511 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 12 }, "end": { - "line": 20, + "line": 23, "column": 53 } } }, "range": [ - 414, - 456 + 470, + 512 ], "loc": { "start": { - "line": 20, + "line": 23, "column": 12 }, "end": { - "line": 20, + "line": 23, "column": 54 } } @@ -665,16 +685,16 @@ "object": { "type": "ThisExpression", "range": [ - 469, - 473 + 525, + 529 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 16 } } @@ -683,31 +703,31 @@ "type": "Identifier", "name": "events", "range": [ - 474, - 480 + 530, + 536 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 17 }, "end": { - "line": 21, + "line": 24, "column": 23 } } }, "range": [ - 469, - 480 + 525, + 536 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 23 } } @@ -716,31 +736,31 @@ "type": "Identifier", "name": "evt", "range": [ - 481, - 484 + 537, + 540 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 24 }, "end": { - "line": 21, + "line": 24, "column": 27 } } }, "range": [ - 469, - 485 + 525, + 541 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 28 } } @@ -749,31 +769,31 @@ "type": "Identifier", "name": "push", "range": [ - 486, - 490 + 542, + 546 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 29 }, "end": { - "line": 21, + "line": 24, "column": 33 } } }, "range": [ - 469, - 490 + 525, + 546 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 33 } } @@ -783,63 +803,63 @@ "type": "Identifier", "name": "fn", "range": [ - 491, - 493 + 547, + 549 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 34 }, "end": { - "line": 21, + "line": 24, "column": 36 } } } ], "range": [ - 469, - 494 + 525, + 550 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 37 } } }, "range": [ - 469, - 495 + 525, + 551 ], "loc": { "start": { - "line": 21, + "line": 24, "column": 12 }, "end": { - "line": 21, + "line": 24, "column": 38 } } } ], "range": [ - 400, - 505 + 456, + 561 ], "loc": { "start": { - "line": 19, - "column": 29 + "line": 22, + "column": 30 }, "end": { - "line": 22, + "line": 25, "column": 9 } } @@ -847,63 +867,63 @@ "generator": false, "expression": false, "range": [ - 392, - 505 + 447, + 561 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 21 }, "end": { - "line": 22, + "line": 25, "column": 9 } } } ], "range": [ - 379, - 506 + 434, + 562 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 10 } } }, "range": [ - 379, - 507 + 434, + 563 ], "loc": { "start": { - "line": 19, + "line": 22, "column": 8 }, "end": { - "line": 22, + "line": 25, "column": 11 } } } ], "range": [ - 369, - 513 + 424, + 569 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 17 }, "end": { - "line": 23, + "line": 26, "column": 5 } } @@ -911,16 +931,16 @@ "generator": false, "expression": false, "range": [ - 358, - 513 + 413, + 569 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 6 }, "end": { - "line": 23, + "line": 26, "column": 5 } } @@ -928,16 +948,16 @@ "kind": "method", "computed": false, "range": [ - 356, - 513 + 411, + 569 ], "loc": { "start": { - "line": 18, + "line": 21, "column": 4 }, "end": { - "line": 23, + "line": 26, "column": 5 } }, @@ -946,16 +966,16 @@ "type": "Block", "value": "*\n * Subscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n ", "range": [ - 186, - 351 + 241, + 406 ], "loc": { "start": { - "line": 13, + "line": 16, "column": 4 }, "end": { - "line": 17, + "line": 20, "column": 7 } } @@ -966,16 +986,16 @@ "type": "Block", "value": "*\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n ", "range": [ - 519, - 686 + 575, + 742 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 4 }, "end": { - "line": 29, + "line": 32, "column": 7 } } @@ -989,16 +1009,16 @@ "type": "Identifier", "name": "off", "range": [ - 691, - 694 + 747, + 750 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 4 }, "end": { - "line": 30, + "line": 33, "column": 7 } } @@ -1011,16 +1031,16 @@ "type": "Identifier", "name": "evts", "range": [ - 695, - 699 + 751, + 755 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 8 }, "end": { - "line": 30, + "line": 33, "column": 12 } } @@ -1029,16 +1049,16 @@ "type": "Identifier", "name": "fn", "range": [ - 701, - 703 + 757, + 759 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 14 }, "end": { - "line": 30, + "line": 33, "column": 16 } } @@ -1058,16 +1078,16 @@ "type": "Identifier", "name": "evts", "range": [ - 715, - 719 + 771, + 775 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 8 }, "end": { - "line": 31, + "line": 34, "column": 12 } } @@ -1076,31 +1096,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 720, - 727 + 776, + 783 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 13 }, "end": { - "line": 31, + "line": 34, "column": 20 } } }, "range": [ - 715, - 727 + 771, + 783 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 8 }, "end": { - "line": 31, + "line": 34, "column": 20 } } @@ -1114,16 +1134,16 @@ "type": "Identifier", "name": "evt", "range": [ - 729, - 732 + 785, + 788 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 22 }, "end": { - "line": 31, + "line": 34, "column": 25 } } @@ -1141,17 +1161,17 @@ "type": "Identifier", "name": "evt", "range": [ - 753, - 756 + 811, + 814 ], "loc": { "start": { - "line": 32, - "column": 15 + "line": 35, + "column": 16 }, "end": { - "line": 32, - "column": 18 + "line": 35, + "column": 19 } } }, @@ -1161,17 +1181,17 @@ "object": { "type": "ThisExpression", "range": [ - 760, - 764 + 818, + 822 ], "loc": { "start": { - "line": 32, - "column": 22 + "line": 35, + "column": 23 }, "end": { - "line": 32, - "column": 26 + "line": 35, + "column": 27 } } }, @@ -1179,47 +1199,47 @@ "type": "Identifier", "name": "events", "range": [ - 765, - 771 + 823, + 829 ], "loc": { "start": { - "line": 32, - "column": 27 + "line": 35, + "column": 28 }, "end": { - "line": 32, - "column": 33 + "line": 35, + "column": 34 } } }, "range": [ - 760, - 771 + 818, + 829 ], "loc": { "start": { - "line": 32, - "column": 22 + "line": 35, + "column": 23 }, "end": { - "line": 32, - "column": 33 + "line": 35, + "column": 34 } } }, "range": [ - 753, - 771 + 811, + 829 ], "loc": { "start": { - "line": 32, - "column": 15 + "line": 35, + "column": 16 }, "end": { - "line": 32, - "column": 33 + "line": 35, + "column": 34 } } }, @@ -1242,16 +1262,16 @@ "object": { "type": "ThisExpression", "range": [ - 791, - 795 + 849, + 853 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 16 }, "end": { - "line": 33, + "line": 36, "column": 20 } } @@ -1260,31 +1280,31 @@ "type": "Identifier", "name": "events", "range": [ - 796, - 802 + 854, + 860 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 21 }, "end": { - "line": 33, + "line": 36, "column": 27 } } }, "range": [ - 791, - 802 + 849, + 860 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 16 }, "end": { - "line": 33, + "line": 36, "column": 27 } } @@ -1293,31 +1313,31 @@ "type": "Identifier", "name": "evt", "range": [ - 803, - 806 + 861, + 864 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 28 }, "end": { - "line": 33, + "line": 36, "column": 31 } } }, "range": [ - 791, - 807 + 849, + 865 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 16 }, "end": { - "line": 33, + "line": 36, "column": 32 } } @@ -1326,31 +1346,31 @@ "type": "Identifier", "name": "splice", "range": [ - 808, - 814 + 866, + 872 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 33 }, "end": { - "line": 33, + "line": 36, "column": 39 } } }, "range": [ - 791, - 814 + 849, + 872 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 16 }, "end": { - "line": 33, + "line": 36, "column": 39 } } @@ -1370,16 +1390,16 @@ "object": { "type": "ThisExpression", "range": [ - 815, - 819 + 873, + 877 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 40 }, "end": { - "line": 33, + "line": 36, "column": 44 } } @@ -1388,31 +1408,31 @@ "type": "Identifier", "name": "events", "range": [ - 820, - 826 + 878, + 884 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 45 }, "end": { - "line": 33, + "line": 36, "column": 51 } } }, "range": [ - 815, - 826 + 873, + 884 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 40 }, "end": { - "line": 33, + "line": 36, "column": 51 } } @@ -1421,31 +1441,31 @@ "type": "Identifier", "name": "evt", "range": [ - 827, - 830 + 885, + 888 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 52 }, "end": { - "line": 33, + "line": 36, "column": 55 } } }, "range": [ - 815, - 831 + 873, + 889 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 40 }, "end": { - "line": 33, + "line": 36, "column": 56 } } @@ -1454,31 +1474,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 832, - 839 + 890, + 897 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 57 }, "end": { - "line": 33, + "line": 36, "column": 64 } } }, "range": [ - 815, - 839 + 873, + 897 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 40 }, "end": { - "line": 33, + "line": 36, "column": 64 } } @@ -1488,32 +1508,32 @@ "type": "Identifier", "name": "fn", "range": [ - 840, - 842 + 898, + 900 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 65 }, "end": { - "line": 33, + "line": 36, "column": 67 } } } ], "range": [ - 815, - 843 + 873, + 901 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 40 }, "end": { - "line": 33, + "line": 36, "column": 68 } } @@ -1523,95 +1543,95 @@ "value": 1, "raw": "1", "range": [ - 845, - 846 + 903, + 904 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 70 }, "end": { - "line": 33, + "line": 36, "column": 71 } } } ], "range": [ - 791, - 847 + 849, + 905 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 16 }, "end": { - "line": 33, + "line": 36, "column": 72 } } }, "range": [ - 791, - 848 + 849, + 906 ], "loc": { "start": { - "line": 33, + "line": 36, "column": 16 }, "end": { - "line": 33, + "line": 36, "column": 73 } } } ], "range": [ - 773, - 862 + 831, + 920 ], "loc": { "start": { - "line": 32, - "column": 35 + "line": 35, + "column": 36 }, "end": { - "line": 34, + "line": 37, "column": 13 } } }, "alternate": null, "range": [ - 750, - 862 + 807, + 920 ], "loc": { "start": { - "line": 32, + "line": 35, "column": 12 }, "end": { - "line": 34, + "line": 37, "column": 13 } } } ], "range": [ - 736, - 872 + 793, + 930 ], "loc": { "start": { - "line": 31, - "column": 29 + "line": 34, + "column": 30 }, "end": { - "line": 35, + "line": 38, "column": 9 } } @@ -1619,63 +1639,63 @@ "generator": false, "expression": false, "range": [ - 728, - 872 + 784, + 930 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 21 }, "end": { - "line": 35, + "line": 38, "column": 9 } } } ], "range": [ - 715, - 873 + 771, + 931 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 10 } } }, "range": [ - 715, - 874 + 771, + 932 ], "loc": { "start": { - "line": 31, + "line": 34, "column": 8 }, "end": { - "line": 35, + "line": 38, "column": 11 } } } ], "range": [ - 705, - 880 + 761, + 938 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 18 }, "end": { - "line": 36, + "line": 39, "column": 5 } } @@ -1683,16 +1703,16 @@ "generator": false, "expression": false, "range": [ - 694, - 880 + 750, + 938 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 7 }, "end": { - "line": 36, + "line": 39, "column": 5 } } @@ -1700,16 +1720,16 @@ "kind": "method", "computed": false, "range": [ - 691, - 880 + 747, + 938 ], "loc": { "start": { - "line": 30, + "line": 33, "column": 4 }, "end": { - "line": 36, + "line": 39, "column": 5 } }, @@ -1718,16 +1738,16 @@ "type": "Block", "value": "*\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n ", "range": [ - 519, - 686 + 575, + 742 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 4 }, "end": { - "line": 29, + "line": 32, "column": 7 } } @@ -1738,16 +1758,16 @@ "type": "Block", "value": "*\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n ", "range": [ - 886, - 1026 + 944, + 1084 ], "loc": { "start": { - "line": 38, + "line": 41, "column": 4 }, "end": { - "line": 42, + "line": 45, "column": 7 } } @@ -1761,16 +1781,16 @@ "type": "Identifier", "name": "emit", "range": [ - 1031, - 1035 + 1089, + 1093 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 4 }, "end": { - "line": 43, + "line": 46, "column": 8 } } @@ -1783,16 +1803,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1036, - 1039 + 1094, + 1097 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 9 }, "end": { - "line": 43, + "line": 46, "column": 12 } }, @@ -1801,16 +1821,16 @@ "type": "Block", "value": ", args...", "range": [ - 1040, - 1053 + 1098, + 1111 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 13 }, "end": { - "line": 43, + "line": 46, "column": 26 } } @@ -1830,17 +1850,17 @@ "type": "Identifier", "name": "evt", "range": [ - 1068, - 1071 + 1127, + 1130 ], "loc": { "start": { - "line": 44, - "column": 11 + "line": 47, + "column": 12 }, "end": { - "line": 44, - "column": 14 + "line": 47, + "column": 15 } } }, @@ -1850,17 +1870,17 @@ "object": { "type": "ThisExpression", "range": [ - 1075, - 1079 + 1134, + 1138 ], "loc": { "start": { - "line": 44, - "column": 18 + "line": 47, + "column": 19 }, "end": { - "line": 44, - "column": 22 + "line": 47, + "column": 23 } } }, @@ -1868,47 +1888,47 @@ "type": "Identifier", "name": "events", "range": [ - 1080, - 1086 + 1139, + 1145 ], "loc": { "start": { - "line": 44, - "column": 23 + "line": 47, + "column": 24 }, "end": { - "line": 44, - "column": 29 + "line": 47, + "column": 30 } } }, "range": [ - 1075, - 1086 + 1134, + 1145 ], "loc": { "start": { - "line": 44, - "column": 18 + "line": 47, + "column": 19 }, "end": { - "line": 44, - "column": 29 + "line": 47, + "column": 30 } } }, "range": [ - 1068, - 1086 + 1127, + 1145 ], "loc": { "start": { - "line": 44, - "column": 11 + "line": 47, + "column": 12 }, "end": { - "line": 44, - "column": 29 + "line": 47, + "column": 30 } } }, @@ -1926,17 +1946,17 @@ "type": "Identifier", "name": "i", "range": [ - 1110, - 1111 + 1170, + 1171 ], "loc": { "start": { - "line": 45, - "column": 20 + "line": 48, + "column": 21 }, "end": { - "line": 45, - "column": 21 + "line": 48, + "column": 22 } } }, @@ -1945,49 +1965,49 @@ "value": 0, "raw": "0", "range": [ - 1114, - 1115 + 1174, + 1175 ], "loc": { "start": { - "line": 45, - "column": 24 + "line": 48, + "column": 25 }, "end": { - "line": 45, - "column": 25 + "line": 48, + "column": 26 } } }, "range": [ - 1110, - 1115 + 1170, + 1175 ], "loc": { "start": { - "line": 45, - "column": 20 + "line": 48, + "column": 21 }, "end": { - "line": 45, - "column": 25 + "line": 48, + "column": 26 } } } ], "kind": "let", "range": [ - 1106, - 1115 + 1166, + 1175 ], "loc": { "start": { - "line": 45, - "column": 16 + "line": 48, + "column": 17 }, "end": { - "line": 45, - "column": 25 + "line": 48, + "column": 26 } } }, @@ -1998,17 +2018,17 @@ "type": "Identifier", "name": "i", "range": [ - 1117, - 1118 + 1177, + 1178 ], "loc": { "start": { - "line": 45, - "column": 27 + "line": 48, + "column": 28 }, "end": { - "line": 45, - "column": 28 + "line": 48, + "column": 29 } } }, @@ -2024,17 +2044,17 @@ "object": { "type": "ThisExpression", "range": [ - 1121, - 1125 + 1181, + 1185 ], "loc": { "start": { - "line": 45, - "column": 31 + "line": 48, + "column": 32 }, "end": { - "line": 45, - "column": 35 + "line": 48, + "column": 36 } } }, @@ -2042,32 +2062,32 @@ "type": "Identifier", "name": "events", "range": [ - 1126, - 1132 + 1186, + 1192 ], "loc": { "start": { - "line": 45, - "column": 36 + "line": 48, + "column": 37 }, "end": { - "line": 45, - "column": 42 + "line": 48, + "column": 43 } } }, "range": [ - 1121, - 1132 + 1181, + 1192 ], "loc": { "start": { - "line": 45, - "column": 31 + "line": 48, + "column": 32 }, "end": { - "line": 45, - "column": 42 + "line": 48, + "column": 43 } } }, @@ -2075,32 +2095,32 @@ "type": "Identifier", "name": "evt", "range": [ - 1133, - 1136 + 1193, + 1196 ], "loc": { "start": { - "line": 45, - "column": 43 + "line": 48, + "column": 44 }, "end": { - "line": 45, - "column": 46 + "line": 48, + "column": 47 } } }, "range": [ - 1121, - 1137 + 1181, + 1197 ], "loc": { "start": { - "line": 45, - "column": 31 + "line": 48, + "column": 32 }, "end": { - "line": 45, - "column": 47 + "line": 48, + "column": 48 } } }, @@ -2108,47 +2128,47 @@ "type": "Identifier", "name": "length", "range": [ - 1138, - 1144 + 1198, + 1204 ], "loc": { "start": { - "line": 45, - "column": 48 + "line": 48, + "column": 49 }, "end": { - "line": 45, - "column": 54 + "line": 48, + "column": 55 } } }, "range": [ - 1121, - 1144 + 1181, + 1204 ], "loc": { "start": { - "line": 45, - "column": 31 + "line": 48, + "column": 32 }, "end": { - "line": 45, - "column": 54 + "line": 48, + "column": 55 } } }, "range": [ - 1117, - 1144 + 1177, + 1204 ], "loc": { "start": { - "line": 45, - "column": 27 + "line": 48, + "column": 28 }, "end": { - "line": 45, - "column": 54 + "line": 48, + "column": 55 } } }, @@ -2159,33 +2179,33 @@ "type": "Identifier", "name": "i", "range": [ - 1146, - 1147 + 1206, + 1207 ], "loc": { "start": { - "line": 45, - "column": 56 + "line": 48, + "column": 57 }, "end": { - "line": 45, - "column": 57 + "line": 48, + "column": 58 } } }, "prefix": false, "range": [ - 1146, - 1149 + 1206, + 1209 ], "loc": { "start": { - "line": 45, - "column": 56 + "line": 48, + "column": 57 }, "end": { - "line": 45, - "column": 59 + "line": 48, + "column": 60 } } }, @@ -2211,16 +2231,16 @@ "object": { "type": "ThisExpression", "range": [ - 1169, - 1173 + 1229, + 1233 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 20 } } @@ -2229,31 +2249,31 @@ "type": "Identifier", "name": "events", "range": [ - 1174, - 1180 + 1234, + 1240 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 21 }, "end": { - "line": 46, + "line": 49, "column": 27 } } }, "range": [ - 1169, - 1180 + 1229, + 1240 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 27 } } @@ -2262,31 +2282,31 @@ "type": "Identifier", "name": "evt", "range": [ - 1181, - 1184 + 1241, + 1244 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 28 }, "end": { - "line": 46, + "line": 49, "column": 31 } } }, "range": [ - 1169, - 1185 + 1229, + 1245 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 32 } } @@ -2295,31 +2315,31 @@ "type": "Identifier", "name": "i", "range": [ - 1186, - 1187 + 1246, + 1247 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 33 }, "end": { - "line": 46, + "line": 49, "column": 34 } } }, "range": [ - 1169, - 1188 + 1229, + 1248 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 35 } } @@ -2328,31 +2348,31 @@ "type": "Identifier", "name": "apply", "range": [ - 1189, - 1194 + 1249, + 1254 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 36 }, "end": { - "line": 46, + "line": 49, "column": 41 } } }, "range": [ - 1169, - 1194 + 1229, + 1254 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 41 } } @@ -2361,16 +2381,16 @@ { "type": "ThisExpression", "range": [ - 1195, - 1199 + 1255, + 1259 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 42 }, "end": { - "line": 46, + "line": 49, "column": 46 } } @@ -2387,16 +2407,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1201, - 1203 + 1261, + 1263 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 48 }, "end": { - "line": 46, + "line": 49, "column": 50 } } @@ -2405,31 +2425,31 @@ "type": "Identifier", "name": "slice", "range": [ - 1204, - 1209 + 1264, + 1269 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 51 }, "end": { - "line": 46, + "line": 49, "column": 56 } } }, "range": [ - 1201, - 1209 + 1261, + 1269 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 48 }, "end": { - "line": 46, + "line": 49, "column": 56 } } @@ -2438,31 +2458,31 @@ "type": "Identifier", "name": "call", "range": [ - 1210, - 1214 + 1270, + 1274 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 57 }, "end": { - "line": 46, + "line": 49, "column": 61 } } }, "range": [ - 1201, - 1214 + 1261, + 1274 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 48 }, "end": { - "line": 46, + "line": 49, "column": 61 } } @@ -2472,16 +2492,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 1215, - 1224 + 1275, + 1284 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 62 }, "end": { - "line": 46, + "line": 49, "column": 71 } } @@ -2491,142 +2511,142 @@ "value": 1, "raw": "1", "range": [ - 1226, - 1227 + 1286, + 1287 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 73 }, "end": { - "line": 46, + "line": 49, "column": 74 } } } ], "range": [ - 1201, - 1228 + 1261, + 1288 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 48 }, "end": { - "line": 46, + "line": 49, "column": 75 } } } ], "range": [ - 1169, - 1229 + 1229, + 1289 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 76 } } }, "range": [ - 1169, - 1230 + 1229, + 1290 ], "loc": { "start": { - "line": 46, + "line": 49, "column": 16 }, "end": { - "line": 46, + "line": 49, "column": 77 } } } ], "range": [ - 1151, - 1244 + 1211, + 1304 ], "loc": { "start": { - "line": 45, - "column": 61 + "line": 48, + "column": 62 }, "end": { - "line": 47, + "line": 50, "column": 13 } } }, "range": [ - 1102, - 1244 + 1161, + 1304 ], "loc": { "start": { - "line": 45, + "line": 48, "column": 12 }, "end": { - "line": 47, + "line": 50, "column": 13 } } } ], "range": [ - 1088, - 1254 + 1147, + 1314 ], "loc": { "start": { - "line": 44, - "column": 31 + "line": 47, + "column": 32 }, "end": { - "line": 48, + "line": 51, "column": 9 } } }, "alternate": null, "range": [ - 1065, - 1254 + 1123, + 1314 ], "loc": { "start": { - "line": 44, + "line": 47, "column": 8 }, "end": { - "line": 48, + "line": 51, "column": 9 } } } ], "range": [ - 1055, - 1260 + 1113, + 1320 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 28 }, "end": { - "line": 49, + "line": 52, "column": 5 } }, @@ -2635,16 +2655,16 @@ "type": "Block", "value": ", args...", "range": [ - 1040, - 1053 + 1098, + 1111 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 13 }, "end": { - "line": 43, + "line": 46, "column": 26 } } @@ -2654,16 +2674,16 @@ "generator": false, "expression": false, "range": [ - 1035, - 1260 + 1093, + 1320 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 8 }, "end": { - "line": 49, + "line": 52, "column": 5 } } @@ -2671,16 +2691,16 @@ "kind": "method", "computed": false, "range": [ - 1031, - 1260 + 1089, + 1320 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 4 }, "end": { - "line": 49, + "line": 52, "column": 5 } }, @@ -2689,16 +2709,16 @@ "type": "Block", "value": "*\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n ", "range": [ - 886, - 1026 + 944, + 1084 ], "loc": { "start": { - "line": 38, + "line": 41, "column": 4 }, "end": { - "line": 42, + "line": 45, "column": 7 } } @@ -2709,7 +2729,7 @@ ], "range": [ 52, - 1262 + 1322 ], "loc": { "start": { @@ -2717,14 +2737,14 @@ "column": 21 }, "end": { - "line": 50, + "line": 53, "column": 1 } } }, "range": [ 38, - 1262 + 1322 ], "loc": { "start": { @@ -2732,7 +2752,7 @@ "column": 7 }, "end": { - "line": 50, + "line": 53, "column": 1 } }, @@ -2762,7 +2782,7 @@ "source": null, "range": [ 31, - 1262 + 1322 ], "loc": { "start": { @@ -2770,7 +2790,7 @@ "column": 0 }, "end": { - "line": 50, + "line": 53, "column": 1 } }, @@ -2799,7 +2819,7 @@ "sourceType": "module", "range": [ 31, - 1262 + 1322 ], "loc": { "start": { @@ -2807,7 +2827,7 @@ "column": 0 }, "end": { - "line": 50, + "line": 53, "column": 1 } }, @@ -2832,18 +2852,36 @@ }, { "type": "Block", - "value": "*\n * Events object\n * @type {Object}\n ", + "value": "*\n * Creates an instance of Emitter.\n ", "range": [ - 82, - 148 + 58, + 108 ], "loc": { "start": { - "line": 6, + "line": 5, + "column": 4 + }, + "end": { + "line": 7, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Events object\n * @type {Object}\n ", + "range": [ + 137, + 203 + ], + "loc": { + "start": { + "line": 9, "column": 8 }, "end": { - "line": 9, + "line": 12, "column": 11 } } @@ -2852,16 +2890,16 @@ "type": "Block", "value": "*\n * Subscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n ", "range": [ - 186, - 351 + 241, + 406 ], "loc": { "start": { - "line": 13, + "line": 16, "column": 4 }, "end": { - "line": 17, + "line": 20, "column": 7 } } @@ -2870,16 +2908,16 @@ "type": "Block", "value": "*\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n ", "range": [ - 519, - 686 + 575, + 742 ], "loc": { "start": { - "line": 25, + "line": 28, "column": 4 }, "end": { - "line": 29, + "line": 32, "column": 7 } } @@ -2888,16 +2926,16 @@ "type": "Block", "value": "*\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n ", "range": [ - 886, - 1026 + 944, + 1084 ], "loc": { "start": { - "line": 38, + "line": 41, "column": 4 }, "end": { - "line": 42, + "line": 45, "column": 7 } } @@ -2906,16 +2944,16 @@ "type": "Block", "value": ", args...", "range": [ - 1040, - 1053 + 1098, + 1111 ], "loc": { "start": { - "line": 43, + "line": 46, "column": 13 }, "end": { - "line": 43, + "line": 46, "column": 26 } } diff --git a/docs/ast/source/event.js.json b/docs/ast/source/event.js.json index d67f4769..29a13b2e 100644 --- a/docs/ast/source/event.js.json +++ b/docs/ast/source/event.js.json @@ -123,16 +123,16 @@ "type": "Identifier", "name": "add", "range": [ - 83, - 86 + 407, + 410 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 4 }, "end": { - "line": 8, + "line": 17, "column": 7 } } @@ -145,16 +145,16 @@ "type": "Identifier", "name": "obj", "range": [ - 87, - 90 + 411, + 414 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 8 }, "end": { - "line": 8, + "line": 17, "column": 11 } } @@ -163,16 +163,16 @@ "type": "Identifier", "name": "type", "range": [ - 92, - 96 + 416, + 420 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 13 }, "end": { - "line": 8, + "line": 17, "column": 17 } } @@ -181,16 +181,16 @@ "type": "Identifier", "name": "func", "range": [ - 98, - 102 + 422, + 426 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 19 }, "end": { - "line": 8, + "line": 17, "column": 23 } } @@ -199,16 +199,16 @@ "type": "Identifier", "name": "capture", "range": [ - 104, - 111 + 428, + 435 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 25 }, "end": { - "line": 8, + "line": 17, "column": 32 } } @@ -226,17 +226,17 @@ "type": "Identifier", "name": "obj", "range": [ - 125, - 128 + 451, + 454 ], "loc": { "start": { - "line": 9, - "column": 11 + "line": 18, + "column": 12 }, "end": { - "line": 9, - "column": 14 + "line": 18, + "column": 15 } } }, @@ -244,32 +244,32 @@ "type": "Identifier", "name": "addEventListener", "range": [ - 129, - 145 + 455, + 471 ], "loc": { "start": { - "line": 9, - "column": 15 + "line": 18, + "column": 16 }, "end": { - "line": 9, - "column": 31 + "line": 18, + "column": 32 } } }, "range": [ - 125, - 145 + 451, + 471 ], "loc": { "start": { - "line": 9, - "column": 11 + "line": 18, + "column": 12 }, "end": { - "line": 9, - "column": 31 + "line": 18, + "column": 32 } } }, @@ -287,16 +287,16 @@ "type": "Identifier", "name": "obj", "range": [ - 160, - 163 + 487, + 490 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 12 }, "end": { - "line": 10, + "line": 19, "column": 15 } } @@ -305,31 +305,31 @@ "type": "Identifier", "name": "addEventListener", "range": [ - 164, - 180 + 491, + 507 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 16 }, "end": { - "line": 10, + "line": 19, "column": 32 } } }, "range": [ - 160, - 180 + 487, + 507 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 12 }, "end": { - "line": 10, + "line": 19, "column": 32 } } @@ -339,16 +339,16 @@ "type": "Identifier", "name": "type", "range": [ - 181, - 185 + 508, + 512 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 33 }, "end": { - "line": 10, + "line": 19, "column": 37 } } @@ -357,16 +357,16 @@ "type": "Identifier", "name": "func", "range": [ - 187, - 191 + 514, + 518 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 39 }, "end": { - "line": 10, + "line": 19, "column": 43 } } @@ -375,63 +375,63 @@ "type": "Identifier", "name": "capture", "range": [ - 193, - 200 + 520, + 527 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 45 }, "end": { - "line": 10, + "line": 19, "column": 52 } } } ], "range": [ - 160, - 201 + 487, + 528 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 12 }, "end": { - "line": 10, + "line": 19, "column": 53 } } }, "range": [ - 160, - 202 + 487, + 529 ], "loc": { "start": { - "line": 10, + "line": 19, "column": 12 }, "end": { - "line": 10, + "line": 19, "column": 54 } } } ], "range": [ - 146, - 212 + 473, + 539 ], "loc": { "start": { - "line": 9, - "column": 32 + "line": 18, + "column": 34 }, "end": { - "line": 11, + "line": 20, "column": 9 } } @@ -445,17 +445,17 @@ "type": "Identifier", "name": "obj", "range": [ - 229, - 232 + 557, + 560 ], "loc": { "start": { - "line": 12, - "column": 16 + "line": 21, + "column": 17 }, "end": { - "line": 12, - "column": 19 + "line": 21, + "column": 20 } } }, @@ -463,32 +463,32 @@ "type": "Identifier", "name": "attachEvent", "range": [ - 233, - 244 + 561, + 572 ], "loc": { "start": { - "line": 12, - "column": 20 + "line": 21, + "column": 21 }, "end": { - "line": 12, - "column": 31 + "line": 21, + "column": 32 } } }, "range": [ - 229, - 244 + 557, + 572 ], "loc": { "start": { - "line": 12, - "column": 16 + "line": 21, + "column": 17 }, "end": { - "line": 12, - "column": 31 + "line": 21, + "column": 32 } } }, @@ -506,16 +506,16 @@ "type": "Identifier", "name": "obj", "range": [ - 259, - 262 + 588, + 591 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 12 }, "end": { - "line": 13, + "line": 22, "column": 15 } } @@ -524,31 +524,31 @@ "type": "Identifier", "name": "attachEvent", "range": [ - 263, - 274 + 592, + 603 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 16 }, "end": { - "line": 13, + "line": 22, "column": 27 } } }, "range": [ - 259, - 274 + 588, + 603 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 12 }, "end": { - "line": 13, + "line": 22, "column": 27 } } @@ -562,16 +562,16 @@ "value": "on", "raw": "'on'", "range": [ - 275, - 279 + 604, + 608 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 28 }, "end": { - "line": 13, + "line": 22, "column": 32 } } @@ -580,32 +580,32 @@ "type": "Identifier", "name": "type", "range": [ - 280, - 284 + 611, + 615 ], "loc": { "start": { - "line": 13, - "column": 33 + "line": 22, + "column": 35 }, "end": { - "line": 13, - "column": 37 + "line": 22, + "column": 39 } } }, "range": [ - 275, - 284 + 604, + 615 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 28 }, "end": { - "line": 13, - "column": 37 + "line": 22, + "column": 39 } } }, @@ -613,63 +613,63 @@ "type": "Identifier", "name": "func", "range": [ - 286, - 290 + 617, + 621 ], "loc": { "start": { - "line": 13, - "column": 39 + "line": 22, + "column": 41 }, "end": { - "line": 13, - "column": 43 + "line": 22, + "column": 45 } } } ], "range": [ - 259, - 291 + 588, + 622 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 12 }, "end": { - "line": 13, - "column": 44 + "line": 22, + "column": 46 } } }, "range": [ - 259, - 292 + 588, + 623 ], "loc": { "start": { - "line": 13, + "line": 22, "column": 12 }, "end": { - "line": 13, - "column": 45 + "line": 22, + "column": 47 } } } ], "range": [ - 245, - 302 + 574, + 633 ], "loc": { "start": { - "line": 12, - "column": 32 + "line": 21, + "column": 34 }, "end": { - "line": 14, + "line": 23, "column": 9 } } @@ -689,16 +689,16 @@ "type": "Identifier", "name": "obj", "range": [ - 322, - 325 + 653, + 656 ], "loc": { "start": { - "line": 15, + "line": 24, "column": 12 }, "end": { - "line": 15, + "line": 24, "column": 15 } } @@ -711,16 +711,16 @@ "value": "on", "raw": "'on'", "range": [ - 326, - 330 + 657, + 661 ], "loc": { "start": { - "line": 15, + "line": 24, "column": 16 }, "end": { - "line": 15, + "line": 24, "column": 20 } } @@ -729,47 +729,47 @@ "type": "Identifier", "name": "type", "range": [ - 331, - 335 + 664, + 668 ], "loc": { "start": { - "line": 15, - "column": 21 + "line": 24, + "column": 23 }, "end": { - "line": 15, - "column": 25 + "line": 24, + "column": 27 } } }, "range": [ - 326, - 335 + 657, + 668 ], "loc": { "start": { - "line": 15, + "line": 24, "column": 16 }, "end": { - "line": 15, - "column": 25 + "line": 24, + "column": 27 } } }, "range": [ - 322, - 336 + 653, + 669 ], "loc": { "start": { - "line": 15, + "line": 24, "column": 12 }, "end": { - "line": 15, - "column": 26 + "line": 24, + "column": 28 } } }, @@ -777,108 +777,108 @@ "type": "Identifier", "name": "func", "range": [ - 339, - 343 + 672, + 676 ], "loc": { "start": { - "line": 15, - "column": 29 + "line": 24, + "column": 31 }, "end": { - "line": 15, - "column": 33 + "line": 24, + "column": 35 } } }, "range": [ - 322, - 343 + 653, + 676 ], "loc": { "start": { - "line": 15, + "line": 24, "column": 12 }, "end": { - "line": 15, - "column": 33 + "line": 24, + "column": 35 } } }, "range": [ - 322, - 344 + 653, + 677 ], "loc": { "start": { - "line": 15, + "line": 24, "column": 12 }, "end": { - "line": 15, - "column": 34 + "line": 24, + "column": 36 } } } ], "range": [ - 308, - 354 + 639, + 687 ], "loc": { "start": { - "line": 14, + "line": 23, "column": 15 }, "end": { - "line": 16, + "line": 25, "column": 9 } } }, "range": [ - 226, - 354 + 553, + 687 ], "loc": { "start": { - "line": 12, + "line": 21, "column": 13 }, "end": { - "line": 16, + "line": 25, "column": 9 } } }, "range": [ - 122, - 354 + 447, + 687 ], "loc": { "start": { - "line": 9, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 25, "column": 9 } } } ], "range": [ - 112, - 360 + 437, + 693 ], "loc": { "start": { - "line": 8, - "column": 33 + "line": 17, + "column": 34 }, "end": { - "line": 17, + "line": 26, "column": 5 } } @@ -886,16 +886,16 @@ "generator": false, "expression": false, "range": [ - 86, - 360 + 410, + 693 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 7 }, "end": { - "line": 17, + "line": 26, "column": 5 } } @@ -905,19 +905,39 @@ "shorthand": false, "computed": false, "range": [ - 83, - 360 + 407, + 693 ], "loc": { "start": { - "line": 8, + "line": 17, "column": 4 }, "end": { - "line": 17, + "line": 26, "column": 5 } - } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Add event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n ", + "range": [ + 83, + 402 + ], + "loc": { + "start": { + "line": 8, + "column": 4 + }, + "end": { + "line": 16, + "column": 7 + } + } + } + ] }, { "type": "Property", @@ -925,16 +945,16 @@ "type": "Identifier", "name": "remove", "range": [ - 366, - 372 + 1026, + 1032 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 4 }, "end": { - "line": 18, + "line": 36, "column": 10 } } @@ -947,16 +967,16 @@ "type": "Identifier", "name": "obj", "range": [ - 373, - 376 + 1033, + 1036 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 11 }, "end": { - "line": 18, + "line": 36, "column": 14 } } @@ -965,16 +985,16 @@ "type": "Identifier", "name": "type", "range": [ - 378, - 382 + 1038, + 1042 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 16 }, "end": { - "line": 18, + "line": 36, "column": 20 } } @@ -983,16 +1003,16 @@ "type": "Identifier", "name": "func", "range": [ - 384, - 388 + 1044, + 1048 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 22 }, "end": { - "line": 18, + "line": 36, "column": 26 } } @@ -1001,16 +1021,16 @@ "type": "Identifier", "name": "capture", "range": [ - 390, - 397 + 1050, + 1057 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 28 }, "end": { - "line": 18, + "line": 36, "column": 35 } } @@ -1028,17 +1048,17 @@ "type": "Identifier", "name": "obj", "range": [ - 411, - 414 + 1073, + 1076 ], "loc": { "start": { - "line": 19, - "column": 11 + "line": 37, + "column": 12 }, "end": { - "line": 19, - "column": 14 + "line": 37, + "column": 15 } } }, @@ -1046,32 +1066,32 @@ "type": "Identifier", "name": "detachEvent", "range": [ - 415, - 426 + 1077, + 1088 ], "loc": { "start": { - "line": 19, - "column": 15 + "line": 37, + "column": 16 }, "end": { - "line": 19, - "column": 26 + "line": 37, + "column": 27 } } }, "range": [ - 411, - 426 + 1073, + 1088 ], "loc": { "start": { - "line": 19, - "column": 11 + "line": 37, + "column": 12 }, "end": { - "line": 19, - "column": 26 + "line": 37, + "column": 27 } } }, @@ -1089,16 +1109,16 @@ "type": "Identifier", "name": "obj", "range": [ - 441, - 444 + 1104, + 1107 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 12 }, "end": { - "line": 20, + "line": 38, "column": 15 } } @@ -1107,31 +1127,31 @@ "type": "Identifier", "name": "detachEvent", "range": [ - 445, - 456 + 1108, + 1119 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 16 }, "end": { - "line": 20, + "line": 38, "column": 27 } } }, "range": [ - 441, - 456 + 1104, + 1119 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 12 }, "end": { - "line": 20, + "line": 38, "column": 27 } } @@ -1145,16 +1165,16 @@ "value": "on", "raw": "'on'", "range": [ - 457, - 461 + 1120, + 1124 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 28 }, "end": { - "line": 20, + "line": 38, "column": 32 } } @@ -1163,32 +1183,32 @@ "type": "Identifier", "name": "type", "range": [ - 462, - 466 + 1127, + 1131 ], "loc": { "start": { - "line": 20, - "column": 33 + "line": 38, + "column": 35 }, "end": { - "line": 20, - "column": 37 + "line": 38, + "column": 39 } } }, "range": [ - 457, - 466 + 1120, + 1131 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 28 }, "end": { - "line": 20, - "column": 37 + "line": 38, + "column": 39 } } }, @@ -1196,63 +1216,63 @@ "type": "Identifier", "name": "func", "range": [ - 467, - 471 + 1133, + 1137 ], "loc": { "start": { - "line": 20, - "column": 38 + "line": 38, + "column": 41 }, "end": { - "line": 20, - "column": 42 + "line": 38, + "column": 45 } } } ], "range": [ - 441, - 472 + 1104, + 1138 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 12 }, "end": { - "line": 20, - "column": 43 + "line": 38, + "column": 46 } } }, "range": [ - 441, - 473 + 1104, + 1139 ], "loc": { "start": { - "line": 20, + "line": 38, "column": 12 }, "end": { - "line": 20, - "column": 44 + "line": 38, + "column": 47 } } } ], "range": [ - 427, - 483 + 1090, + 1149 ], "loc": { "start": { - "line": 19, - "column": 27 + "line": 37, + "column": 29 }, "end": { - "line": 21, + "line": 39, "column": 9 } } @@ -1266,17 +1286,17 @@ "type": "Identifier", "name": "obj", "range": [ - 500, - 503 + 1167, + 1170 ], "loc": { "start": { - "line": 22, - "column": 16 + "line": 40, + "column": 17 }, "end": { - "line": 22, - "column": 19 + "line": 40, + "column": 20 } } }, @@ -1284,32 +1304,32 @@ "type": "Identifier", "name": "removeEventListener", "range": [ - 504, - 523 + 1171, + 1190 ], "loc": { "start": { - "line": 22, - "column": 20 + "line": 40, + "column": 21 }, "end": { - "line": 22, - "column": 39 + "line": 40, + "column": 40 } } }, "range": [ - 500, - 523 + 1167, + 1190 ], "loc": { "start": { - "line": 22, - "column": 16 + "line": 40, + "column": 17 }, "end": { - "line": 22, - "column": 39 + "line": 40, + "column": 40 } } }, @@ -1327,16 +1347,16 @@ "type": "Identifier", "name": "obj", "range": [ - 538, - 541 + 1206, + 1209 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 12 }, "end": { - "line": 23, + "line": 41, "column": 15 } } @@ -1345,31 +1365,31 @@ "type": "Identifier", "name": "removeEventListener", "range": [ - 542, - 561 + 1210, + 1229 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 16 }, "end": { - "line": 23, + "line": 41, "column": 35 } } }, "range": [ - 538, - 561 + 1206, + 1229 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 12 }, "end": { - "line": 23, + "line": 41, "column": 35 } } @@ -1379,16 +1399,16 @@ "type": "Identifier", "name": "type", "range": [ - 562, - 566 + 1230, + 1234 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 36 }, "end": { - "line": 23, + "line": 41, "column": 40 } } @@ -1397,16 +1417,16 @@ "type": "Identifier", "name": "func", "range": [ - 568, - 572 + 1236, + 1240 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 42 }, "end": { - "line": 23, + "line": 41, "column": 46 } } @@ -1415,63 +1435,63 @@ "type": "Identifier", "name": "capture", "range": [ - 574, - 581 + 1242, + 1249 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 48 }, "end": { - "line": 23, + "line": 41, "column": 55 } } } ], "range": [ - 538, - 582 + 1206, + 1250 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 12 }, "end": { - "line": 23, + "line": 41, "column": 56 } } }, "range": [ - 538, - 583 + 1206, + 1251 ], "loc": { "start": { - "line": 23, + "line": 41, "column": 12 }, "end": { - "line": 23, + "line": 41, "column": 57 } } } ], "range": [ - 524, - 593 + 1192, + 1261 ], "loc": { "start": { - "line": 22, - "column": 40 + "line": 40, + "column": 42 }, "end": { - "line": 24, + "line": 42, "column": 9 } } @@ -1491,16 +1511,16 @@ "type": "Identifier", "name": "obj", "range": [ - 613, - 616 + 1281, + 1284 ], "loc": { "start": { - "line": 25, + "line": 43, "column": 12 }, "end": { - "line": 25, + "line": 43, "column": 15 } } @@ -1513,16 +1533,16 @@ "value": "on", "raw": "'on'", "range": [ - 617, - 621 + 1285, + 1289 ], "loc": { "start": { - "line": 25, + "line": 43, "column": 16 }, "end": { - "line": 25, + "line": 43, "column": 20 } } @@ -1531,47 +1551,47 @@ "type": "Identifier", "name": "type", "range": [ - 622, - 626 + 1292, + 1296 ], "loc": { "start": { - "line": 25, - "column": 21 + "line": 43, + "column": 23 }, "end": { - "line": 25, - "column": 25 + "line": 43, + "column": 27 } } }, "range": [ - 617, - 626 + 1285, + 1296 ], "loc": { "start": { - "line": 25, + "line": 43, "column": 16 }, "end": { - "line": 25, - "column": 25 + "line": 43, + "column": 27 } } }, "range": [ - 613, - 627 + 1281, + 1297 ], "loc": { "start": { - "line": 25, + "line": 43, "column": 12 }, "end": { - "line": 25, - "column": 26 + "line": 43, + "column": 28 } } }, @@ -1580,108 +1600,108 @@ "value": null, "raw": "null", "range": [ - 630, - 634 + 1300, + 1304 ], "loc": { "start": { - "line": 25, - "column": 29 + "line": 43, + "column": 31 }, "end": { - "line": 25, - "column": 33 + "line": 43, + "column": 35 } } }, "range": [ - 613, - 634 + 1281, + 1304 ], "loc": { "start": { - "line": 25, + "line": 43, "column": 12 }, "end": { - "line": 25, - "column": 33 + "line": 43, + "column": 35 } } }, "range": [ - 613, - 635 + 1281, + 1305 ], "loc": { "start": { - "line": 25, + "line": 43, "column": 12 }, "end": { - "line": 25, - "column": 34 + "line": 43, + "column": 36 } } } ], "range": [ - 599, - 645 + 1267, + 1315 ], "loc": { "start": { - "line": 24, + "line": 42, "column": 15 }, "end": { - "line": 26, + "line": 44, "column": 9 } } }, "range": [ - 497, - 645 + 1163, + 1315 ], "loc": { "start": { - "line": 22, + "line": 40, "column": 13 }, "end": { - "line": 26, + "line": 44, "column": 9 } } }, "range": [ - 408, - 645 + 1069, + 1315 ], "loc": { "start": { - "line": 19, + "line": 37, "column": 8 }, "end": { - "line": 26, + "line": 44, "column": 9 } } } ], "range": [ - 398, - 651 + 1059, + 1321 ], "loc": { "start": { - "line": 18, - "column": 36 + "line": 36, + "column": 37 }, "end": { - "line": 27, + "line": 45, "column": 5 } } @@ -1689,16 +1709,16 @@ "generator": false, "expression": false, "range": [ - 372, - 651 + 1032, + 1321 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 10 }, "end": { - "line": 27, + "line": 45, "column": 5 } } @@ -1708,19 +1728,39 @@ "shorthand": false, "computed": false, "range": [ - 366, - 651 + 1026, + 1321 ], "loc": { "start": { - "line": 18, + "line": 36, "column": 4 }, "end": { - "line": 27, + "line": 45, "column": 5 } - } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Remove event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n ", + "range": [ + 699, + 1021 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 35, + "column": 7 + } + } + } + ] }, { "type": "Property", @@ -1728,16 +1768,16 @@ "type": "Identifier", "name": "stop", "range": [ - 657, - 661 + 1472, + 1476 ], "loc": { "start": { - "line": 28, + "line": 51, "column": 4 }, "end": { - "line": 28, + "line": 51, "column": 8 } } @@ -1750,16 +1790,16 @@ "type": "Identifier", "name": "evt", "range": [ - 662, - 665 + 1477, + 1480 ], "loc": { "start": { - "line": 28, + "line": 51, "column": 9 }, "end": { - "line": 28, + "line": 51, "column": 12 } } @@ -1777,33 +1817,33 @@ "type": "Identifier", "name": "evt", "range": [ - 680, - 683 + 1497, + 1500 ], "loc": { "start": { - "line": 29, - "column": 12 + "line": 52, + "column": 13 }, "end": { - "line": 29, - "column": 15 + "line": 52, + "column": 16 } } }, "prefix": true, "range": [ - 679, - 683 + 1496, + 1500 ], "loc": { "start": { - "line": 29, - "column": 11 + "line": 52, + "column": 12 }, "end": { - "line": 29, - "column": 15 + "line": 52, + "column": 16 } } }, @@ -1819,16 +1859,16 @@ "type": "Identifier", "name": "evt", "range": [ - 698, - 701 + 1516, + 1519 ], "loc": { "start": { - "line": 30, + "line": 53, "column": 12 }, "end": { - "line": 30, + "line": 53, "column": 15 } } @@ -1840,16 +1880,16 @@ "type": "Identifier", "name": "root", "range": [ - 704, - 708 + 1522, + 1526 ], "loc": { "start": { - "line": 30, + "line": 53, "column": 18 }, "end": { - "line": 30, + "line": 53, "column": 22 } } @@ -1858,93 +1898,93 @@ "type": "Identifier", "name": "event", "range": [ - 709, - 714 + 1527, + 1532 ], "loc": { "start": { - "line": 30, + "line": 53, "column": 23 }, "end": { - "line": 30, + "line": 53, "column": 28 } } }, "range": [ - 704, - 714 + 1522, + 1532 ], "loc": { "start": { - "line": 30, + "line": 53, "column": 18 }, "end": { - "line": 30, + "line": 53, "column": 28 } } }, "range": [ - 698, - 714 + 1516, + 1532 ], "loc": { "start": { - "line": 30, + "line": 53, "column": 12 }, "end": { - "line": 30, + "line": 53, "column": 28 } } }, "range": [ - 698, - 715 + 1516, + 1533 ], "loc": { "start": { - "line": 30, + "line": 53, "column": 12 }, "end": { - "line": 30, + "line": 53, "column": 29 } } } ], "range": [ - 684, - 725 + 1502, + 1543 ], "loc": { "start": { - "line": 29, - "column": 16 + "line": 52, + "column": 18 }, "end": { - "line": 31, + "line": 54, "column": 9 } } }, "alternate": null, "range": [ - 676, - 725 + 1492, + 1543 ], "loc": { "start": { - "line": 29, + "line": 52, "column": 8 }, "end": { - "line": 31, + "line": 54, "column": 9 } } @@ -1958,17 +1998,17 @@ "type": "Identifier", "name": "evt", "range": [ - 737, - 740 + 1556, + 1559 ], "loc": { "start": { - "line": 32, - "column": 11 + "line": 55, + "column": 12 }, "end": { - "line": 32, - "column": 14 + "line": 55, + "column": 15 } } }, @@ -1976,31 +2016,636 @@ "type": "Identifier", "name": "stopPropagation", "range": [ - 741, - 756 + 1560, + 1575 ], "loc": { "start": { - "line": 32, - "column": 15 + "line": 55, + "column": 16 }, "end": { - "line": 32, + "line": 55, + "column": 31 + } + } + }, + "range": [ + 1556, + 1575 + ], + "loc": { + "start": { + "line": 55, + "column": 12 + }, + "end": { + "line": 55, + "column": 31 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "evt", + "range": [ + 1591, + 1594 + ], + "loc": { + "start": { + "line": 56, + "column": 12 + }, + "end": { + "line": 56, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "stopPropagation", + "range": [ + 1595, + 1610 + ], + "loc": { + "start": { + "line": 56, + "column": 16 + }, + "end": { + "line": 56, + "column": 31 + } + } + }, + "range": [ + 1591, + 1610 + ], + "loc": { + "start": { + "line": 56, + "column": 12 + }, + "end": { + "line": 56, + "column": 31 + } + } + }, + "arguments": [], + "range": [ + 1591, + 1612 + ], + "loc": { + "start": { + "line": 56, + "column": 12 + }, + "end": { + "line": 56, + "column": 33 + } + } + }, + "range": [ + 1591, + 1613 + ], + "loc": { + "start": { + "line": 56, + "column": 12 + }, + "end": { + "line": 56, + "column": 34 + } + } + } + ], + "range": [ + 1577, + 1623 + ], + "loc": { + "start": { + "line": 55, + "column": 33 + }, + "end": { + "line": 57, + "column": 9 + } + } + }, + "alternate": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "evt", + "range": [ + 1643, + 1646 + ], + "loc": { + "start": { + "line": 58, + "column": 12 + }, + "end": { + "line": 58, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "cancelBubble", + "range": [ + 1647, + 1659 + ], + "loc": { + "start": { + "line": 58, + "column": 16 + }, + "end": { + "line": 58, + "column": 28 + } + } + }, + "range": [ + 1643, + 1659 + ], + "loc": { + "start": { + "line": 58, + "column": 12 + }, + "end": { + "line": 58, + "column": 28 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 1662, + 1666 + ], + "loc": { + "start": { + "line": 58, + "column": 31 + }, + "end": { + "line": 58, + "column": 35 + } + } + }, + "range": [ + 1643, + 1666 + ], + "loc": { + "start": { + "line": 58, + "column": 12 + }, + "end": { + "line": 58, + "column": 35 + } + } + }, + "range": [ + 1643, + 1667 + ], + "loc": { + "start": { + "line": 58, + "column": 12 + }, + "end": { + "line": 58, + "column": 36 + } + } + } + ], + "range": [ + 1629, + 1677 + ], + "loc": { + "start": { + "line": 57, + "column": 15 + }, + "end": { + "line": 59, + "column": 9 + } + } + }, + "range": [ + 1552, + 1677 + ], + "loc": { + "start": { + "line": 55, + "column": 8 + }, + "end": { + "line": 59, + "column": 9 + } + } + } + ], + "range": [ + 1482, + 1683 + ], + "loc": { + "start": { + "line": 51, + "column": 14 + }, + "end": { + "line": 60, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 1476, + 1683 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 60, + "column": 5 + } + } + }, + "kind": "init", + "method": true, + "shorthand": false, + "computed": false, + "range": [ + 1472, + 1683 + ], + "loc": { + "start": { + "line": 51, + "column": 4 + }, + "end": { + "line": 60, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Prevents further propagation of the current event in the bubbling phase\n *\n * @param {Event} evt Event on the DOM\n ", + "range": [ + 1327, + 1467 + ], + "loc": { + "start": { + "line": 46, + "column": 4 + }, + "end": { + "line": 50, + "column": 7 + } + } + } + ] + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "cancel", + "range": [ + 1859, + 1865 + ], + "loc": { + "start": { + "line": 67, + "column": 4 + }, + "end": { + "line": 67, + "column": 10 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "evt", + "range": [ + 1866, + 1869 + ], + "loc": { + "start": { + "line": 67, + "column": 11 + }, + "end": { + "line": 67, + "column": 14 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "Identifier", + "name": "evt", + "range": [ + 1886, + 1889 + ], + "loc": { + "start": { + "line": 68, + "column": 13 + }, + "end": { + "line": 68, + "column": 16 + } + } + }, + "prefix": true, + "range": [ + 1885, + 1889 + ], + "loc": { + "start": { + "line": 68, + "column": 12 + }, + "end": { + "line": 68, + "column": 16 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "evt", + "range": [ + 1905, + 1908 + ], + "loc": { + "start": { + "line": 69, + "column": 12 + }, + "end": { + "line": 69, + "column": 15 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "root", + "range": [ + 1911, + 1915 + ], + "loc": { + "start": { + "line": 69, + "column": 18 + }, + "end": { + "line": 69, + "column": 22 + } + } + }, + "property": { + "type": "Identifier", + "name": "event", + "range": [ + 1916, + 1921 + ], + "loc": { + "start": { + "line": 69, + "column": 23 + }, + "end": { + "line": 69, + "column": 28 + } + } + }, + "range": [ + 1911, + 1921 + ], + "loc": { + "start": { + "line": 69, + "column": 18 + }, + "end": { + "line": 69, + "column": 28 + } + } + }, + "range": [ + 1905, + 1921 + ], + "loc": { + "start": { + "line": 69, + "column": 12 + }, + "end": { + "line": 69, + "column": 28 + } + } + }, + "range": [ + 1905, + 1922 + ], + "loc": { + "start": { + "line": 69, + "column": 12 + }, + "end": { + "line": 69, + "column": 29 + } + } + } + ], + "range": [ + 1891, + 1932 + ], + "loc": { + "start": { + "line": 68, + "column": 18 + }, + "end": { + "line": 70, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 1881, + 1932 + ], + "loc": { + "start": { + "line": 68, + "column": 8 + }, + "end": { + "line": 70, + "column": 9 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "evt", + "range": [ + 1945, + 1948 + ], + "loc": { + "start": { + "line": 71, + "column": 12 + }, + "end": { + "line": 71, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "preventDefault", + "range": [ + 1949, + 1963 + ], + "loc": { + "start": { + "line": 71, + "column": 16 + }, + "end": { + "line": 71, "column": 30 } } }, "range": [ - 737, - 756 + 1945, + 1963 ], "loc": { "start": { - "line": 32, - "column": 11 + "line": 71, + "column": 12 }, "end": { - "line": 32, + "line": 71, "column": 30 } } @@ -2019,96 +2664,96 @@ "type": "Identifier", "name": "evt", "range": [ - 771, - 774 + 1979, + 1982 ], "loc": { "start": { - "line": 33, + "line": 72, "column": 12 }, "end": { - "line": 33, + "line": 72, "column": 15 } } }, "property": { "type": "Identifier", - "name": "stopPropagation", + "name": "preventDefault", "range": [ - 775, - 790 + 1983, + 1997 ], "loc": { "start": { - "line": 33, + "line": 72, "column": 16 }, "end": { - "line": 33, - "column": 31 + "line": 72, + "column": 30 } } }, "range": [ - 771, - 790 + 1979, + 1997 ], "loc": { "start": { - "line": 33, + "line": 72, "column": 12 }, "end": { - "line": 33, - "column": 31 + "line": 72, + "column": 30 } } }, "arguments": [], "range": [ - 771, - 792 + 1979, + 1999 ], "loc": { "start": { - "line": 33, + "line": 72, "column": 12 }, "end": { - "line": 33, - "column": 33 + "line": 72, + "column": 32 } } }, "range": [ - 771, - 793 + 1979, + 2000 ], "loc": { "start": { - "line": 33, + "line": 72, "column": 12 }, "end": { - "line": 33, - "column": 34 + "line": 72, + "column": 33 } } } ], "range": [ - 757, - 803 + 1965, + 2010 ], "loc": { "start": { - "line": 32, - "column": 31 + "line": 71, + "column": 32 }, "end": { - "line": 34, + "line": 73, "column": 9 } } @@ -2128,145 +2773,145 @@ "type": "Identifier", "name": "evt", "range": [ - 823, - 826 + 2030, + 2033 ], "loc": { "start": { - "line": 35, + "line": 74, "column": 12 }, "end": { - "line": 35, + "line": 74, "column": 15 } } }, "property": { "type": "Identifier", - "name": "cancelBubble", + "name": "returnValue", "range": [ - 827, - 839 + 2034, + 2045 ], "loc": { "start": { - "line": 35, + "line": 74, "column": 16 }, "end": { - "line": 35, - "column": 28 + "line": 74, + "column": 27 } } }, "range": [ - 823, - 839 + 2030, + 2045 ], "loc": { "start": { - "line": 35, + "line": 74, "column": 12 }, "end": { - "line": 35, - "column": 28 + "line": 74, + "column": 27 } } }, "right": { "type": "Literal", - "value": true, - "raw": "true", + "value": false, + "raw": "false", "range": [ - 842, - 846 + 2048, + 2053 ], "loc": { "start": { - "line": 35, - "column": 31 + "line": 74, + "column": 30 }, "end": { - "line": 35, + "line": 74, "column": 35 } } }, "range": [ - 823, - 846 + 2030, + 2053 ], "loc": { "start": { - "line": 35, + "line": 74, "column": 12 }, "end": { - "line": 35, + "line": 74, "column": 35 } } }, "range": [ - 823, - 847 + 2030, + 2054 ], "loc": { "start": { - "line": 35, + "line": 74, "column": 12 }, "end": { - "line": 35, + "line": 74, "column": 36 } } } ], "range": [ - 809, - 857 + 2016, + 2064 ], "loc": { "start": { - "line": 34, + "line": 73, "column": 15 }, "end": { - "line": 36, + "line": 75, "column": 9 } } }, "range": [ - 734, - 857 + 1941, + 2064 ], "loc": { "start": { - "line": 32, + "line": 71, "column": 8 }, "end": { - "line": 36, + "line": 75, "column": 9 } } } ], "range": [ - 666, - 863 + 1871, + 2070 ], "loc": { "start": { - "line": 28, - "column": 13 + "line": 67, + "column": 16 }, "end": { - "line": 37, + "line": 76, "column": 5 } } @@ -2274,16 +2919,16 @@ "generator": false, "expression": false, "range": [ - 661, - 863 + 1865, + 2070 ], "loc": { "start": { - "line": 28, - "column": 8 + "line": 67, + "column": 10 }, "end": { - "line": 37, + "line": 76, "column": 5 } } @@ -2293,36 +2938,56 @@ "shorthand": false, "computed": false, "range": [ - 657, - 863 + 1859, + 2070 ], "loc": { "start": { - "line": 28, + "line": 67, "column": 4 }, "end": { - "line": 37, + "line": 76, "column": 5 } - } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Cancels the event if it is cancelable, without stopping further\n * propagation of the event.\n *\n * @param {Event} evt Event on the DOM\n ", + "range": [ + 1689, + 1854 + ], + "loc": { + "start": { + "line": 61, + "column": 4 + }, + "end": { + "line": 66, + "column": 7 + } + } + } + ] }, { "type": "Property", "key": { "type": "Identifier", - "name": "cancel", + "name": "target", "range": [ - 869, - 875 + 2228, + 2234 ], "loc": { "start": { - "line": 38, + "line": 83, "column": 4 }, "end": { - "line": 38, + "line": 83, "column": 10 } } @@ -2335,16 +3000,16 @@ "type": "Identifier", "name": "evt", "range": [ - 876, - 879 + 2235, + 2238 ], "loc": { "start": { - "line": 38, + "line": 83, "column": 11 }, "end": { - "line": 38, + "line": 83, "column": 14 } } @@ -2362,33 +3027,33 @@ "type": "Identifier", "name": "evt", "range": [ - 894, - 897 + 2255, + 2258 ], "loc": { "start": { - "line": 39, - "column": 12 + "line": 84, + "column": 13 }, "end": { - "line": 39, - "column": 15 + "line": 84, + "column": 16 } } }, "prefix": true, "range": [ - 893, - 897 + 2254, + 2258 ], "loc": { "start": { - "line": 39, - "column": 11 + "line": 84, + "column": 12 }, "end": { - "line": 39, - "column": 15 + "line": 84, + "column": 16 } } }, @@ -2404,16 +3069,16 @@ "type": "Identifier", "name": "evt", "range": [ - 912, - 915 + 2274, + 2277 ], "loc": { "start": { - "line": 40, + "line": 85, "column": 12 }, "end": { - "line": 40, + "line": 85, "column": 15 } } @@ -2425,16 +3090,16 @@ "type": "Identifier", "name": "root", "range": [ - 918, - 922 + 2280, + 2284 ], "loc": { "start": { - "line": 40, + "line": 85, "column": 18 }, "end": { - "line": 40, + "line": 85, "column": 22 } } @@ -2443,800 +3108,252 @@ "type": "Identifier", "name": "event", "range": [ - 923, - 928 + 2285, + 2290 ], "loc": { "start": { - "line": 40, + "line": 85, "column": 23 }, "end": { - "line": 40, + "line": 85, "column": 28 } } }, "range": [ - 918, - 928 + 2280, + 2290 ], "loc": { "start": { - "line": 40, + "line": 85, "column": 18 }, "end": { - "line": 40, + "line": 85, "column": 28 } } }, "range": [ - 912, - 928 + 2274, + 2290 ], "loc": { "start": { - "line": 40, + "line": 85, "column": 12 }, "end": { - "line": 40, + "line": 85, "column": 28 } } }, "range": [ - 912, - 929 + 2274, + 2291 ], "loc": { "start": { - "line": 40, + "line": 85, "column": 12 }, "end": { - "line": 40, + "line": 85, "column": 29 } } } ], "range": [ - 898, - 939 + 2260, + 2301 ], "loc": { "start": { - "line": 39, - "column": 16 + "line": 84, + "column": 18 }, "end": { - "line": 41, + "line": 86, "column": 9 } } }, "alternate": null, "range": [ - 890, - 939 + 2250, + 2301 ], "loc": { "start": { - "line": 39, + "line": 84, "column": 8 }, "end": { - "line": 41, + "line": 86, "column": 9 } } }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "evt", - "range": [ - 951, - 954 - ], - "loc": { - "start": { - "line": 42, - "column": 11 - }, - "end": { - "line": 42, - "column": 14 - } - } - }, - "property": { - "type": "Identifier", - "name": "preventDefault", - "range": [ - 955, - 969 - ], - "loc": { - "start": { - "line": 42, - "column": 15 - }, - "end": { - "line": 42, - "column": 29 - } - } - }, - "range": [ - 951, - 969 - ], - "loc": { - "start": { - "line": 42, - "column": 11 - }, - "end": { - "line": 42, - "column": 29 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "evt", - "range": [ - 985, - 988 - ], - "loc": { - "start": { - "line": 43, - "column": 12 - }, - "end": { - "line": 43, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "preventDefault", - "range": [ - 989, - 1003 - ], - "loc": { - "start": { - "line": 43, - "column": 16 - }, - "end": { - "line": 43, - "column": 30 - } - } - }, - "range": [ - 985, - 1003 - ], - "loc": { - "start": { - "line": 43, - "column": 12 - }, - "end": { - "line": 43, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 985, - 1005 - ], - "loc": { - "start": { - "line": 43, - "column": 12 - }, - "end": { - "line": 43, - "column": 32 - } - } - }, - "range": [ - 985, - 1006 - ], - "loc": { - "start": { - "line": 43, - "column": 12 - }, - "end": { - "line": 43, - "column": 33 - } - } - } - ], - "range": [ - 971, - 1016 - ], - "loc": { - "start": { - "line": 42, - "column": 31 - }, - "end": { - "line": 44, - "column": 9 - } - } - }, - "alternate": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "evt", - "range": [ - 1036, - 1039 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "returnValue", - "range": [ - 1040, - 1051 - ], - "loc": { - "start": { - "line": 45, - "column": 16 - }, - "end": { - "line": 45, - "column": 27 - } - } - }, - "range": [ - 1036, - 1051 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 27 - } - } - }, - "right": { - "type": "Literal", - "value": false, - "raw": "false", - "range": [ - 1054, - 1059 - ], - "loc": { - "start": { - "line": 45, - "column": 30 - }, - "end": { - "line": 45, - "column": 35 - } - } - }, - "range": [ - 1036, - 1059 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 35 - } - } - }, - "range": [ - 1036, - 1060 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 36 - } - } - } - ], - "range": [ - 1022, - 1070 - ], - "loc": { - "start": { - "line": 44, - "column": 15 - }, - "end": { - "line": 46, - "column": 9 - } - } - }, - "range": [ - 948, - 1070 - ], - "loc": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 46, - "column": 9 - } - } - } - ], - "range": [ - 880, - 1076 - ], - "loc": { - "start": { - "line": 38, - "column": 15 - }, - "end": { - "line": 47, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 875, - 1076 - ], - "loc": { - "start": { - "line": 38, - "column": 10 - }, - "end": { - "line": 47, - "column": 5 - } - } - }, - "kind": "init", - "method": true, - "shorthand": false, - "computed": false, - "range": [ - 869, - 1076 - ], - "loc": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 47, - "column": 5 - } - } - }, - { - "type": "Property", - "key": { - "type": "Identifier", - "name": "target", - "range": [ - 1082, - 1088 - ], - "loc": { - "start": { - "line": 48, - "column": 4 - }, - "end": { - "line": 48, - "column": 10 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [ - { - "type": "Identifier", - "name": "evt", - "range": [ - 1089, - 1092 - ], - "loc": { - "start": { - "line": 48, - "column": 11 - }, - "end": { - "line": 48, - "column": 14 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ { "type": "ReturnStatement", "argument": { "type": "LogicalExpression", "operator": "||", "left": { - "type": "LogicalExpression", - "operator": "&&", - "left": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "Identifier", "name": "evt", "range": [ - 1111, - 1114 + 2317, + 2320 ], "loc": { "start": { - "line": 49, - "column": 16 + "line": 87, + "column": 15 }, "end": { - "line": 49, - "column": 19 + "line": 87, + "column": 18 } } }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "evt", - "range": [ - 1118, - 1121 - ], - "loc": { - "start": { - "line": 49, - "column": 23 - }, - "end": { - "line": 49, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "target", - "range": [ - 1122, - 1128 - ], - "loc": { - "start": { - "line": 49, - "column": 27 - }, - "end": { - "line": 49, - "column": 33 - } - } - }, + "property": { + "type": "Identifier", + "name": "target", "range": [ - 1118, - 1128 + 2321, + 2327 ], "loc": { "start": { - "line": 49, - "column": 23 + "line": 87, + "column": 19 }, "end": { - "line": 49, - "column": 33 + "line": 87, + "column": 25 } } }, "range": [ - 1111, - 1128 + 2317, + 2327 ], "loc": { "start": { - "line": 49, - "column": 16 + "line": 87, + "column": 15 }, "end": { - "line": 49, - "column": 33 + "line": 87, + "column": 25 } } }, "right": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "root", - "range": [ - 1134, - 1138 - ], - "loc": { - "start": { - "line": 49, - "column": 39 - }, - "end": { - "line": 49, - "column": 43 - } - } - }, - "property": { - "type": "Identifier", - "name": "event", - "range": [ - 1139, - 1144 - ], - "loc": { - "start": { - "line": 49, - "column": 44 - }, - "end": { - "line": 49, - "column": 49 - } - } - }, + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "evt", "range": [ - 1134, - 1144 + 2331, + 2334 ], "loc": { "start": { - "line": 49, - "column": 39 + "line": 87, + "column": 29 }, "end": { - "line": 49, - "column": 49 + "line": 87, + "column": 32 } } }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "root", - "range": [ - 1148, - 1152 - ], - "loc": { - "start": { - "line": 49, - "column": 53 - }, - "end": { - "line": 49, - "column": 57 - } - } - }, - "property": { - "type": "Identifier", - "name": "event", - "range": [ - 1153, - 1158 - ], - "loc": { - "start": { - "line": 49, - "column": 58 - }, - "end": { - "line": 49, - "column": 63 - } - } - }, - "range": [ - 1148, - 1158 - ], - "loc": { - "start": { - "line": 49, - "column": 53 - }, - "end": { - "line": 49, - "column": 63 - } - } - }, - "property": { - "type": "Identifier", - "name": "srcElement", - "range": [ - 1159, - 1169 - ], - "loc": { - "start": { - "line": 49, - "column": 64 - }, - "end": { - "line": 49, - "column": 74 - } - } - }, + "property": { + "type": "Identifier", + "name": "srcElement", "range": [ - 1148, - 1169 + 2335, + 2345 ], "loc": { "start": { - "line": 49, - "column": 53 + "line": 87, + "column": 33 }, "end": { - "line": 49, - "column": 74 + "line": 87, + "column": 43 } } }, "range": [ - 1134, - 1169 + 2331, + 2345 ], "loc": { "start": { - "line": 49, - "column": 39 + "line": 87, + "column": 29 }, "end": { - "line": 49, - "column": 74 + "line": 87, + "column": 43 } } }, "range": [ - 1110, - 1170 + 2317, + 2345 ], "loc": { "start": { - "line": 49, + "line": 87, "column": 15 }, "end": { - "line": 49, - "column": 75 + "line": 87, + "column": 43 } } }, "range": [ - 1103, - 1171 + 2310, + 2346 ], "loc": { "start": { - "line": 49, + "line": 87, "column": 8 }, "end": { - "line": 49, - "column": 76 + "line": 87, + "column": 44 } } } ], "range": [ - 1093, - 1177 + 2240, + 2352 ], "loc": { "start": { - "line": 48, - "column": 15 + "line": 83, + "column": 16 }, "end": { - "line": 50, + "line": 88, "column": 5 } } @@ -3244,16 +3361,16 @@ "generator": false, "expression": false, "range": [ - 1088, - 1177 + 2234, + 2352 ], "loc": { "start": { - "line": 48, + "line": 83, "column": 10 }, "end": { - "line": 50, + "line": 88, "column": 5 } } @@ -3263,19 +3380,39 @@ "shorthand": false, "computed": false, "range": [ - 1082, - 1177 + 2228, + 2352 ], "loc": { "start": { - "line": 48, + "line": 83, "column": 4 }, "end": { - "line": 50, + "line": 88, "column": 5 } - } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Reference to the object that dispatched the event\n *\n * @param {Event} evt Event on the DOM\n * @returns {DOMElement}\n ", + "range": [ + 2076, + 2223 + ], + "loc": { + "start": { + "line": 77, + "column": 4 + }, + "end": { + "line": 82, + "column": 7 + } + } + } + ] }, { "type": "Property", @@ -3283,16 +3420,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 1183, - 1190 + 2497, + 2504 ], "loc": { "start": { - "line": 51, + "line": 95, "column": 4 }, "end": { - "line": 51, + "line": 95, "column": 11 } } @@ -3305,16 +3442,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1191, - 1194 + 2505, + 2508 ], "loc": { "start": { - "line": 51, + "line": 95, "column": 12 }, "end": { - "line": 51, + "line": 95, "column": 15 } } @@ -3334,16 +3471,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1212, - 1215 + 2527, + 2530 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 15 }, "end": { - "line": 52, + "line": 96, "column": 18 } } @@ -3352,31 +3489,31 @@ "type": "Identifier", "name": "charCode", "range": [ - 1216, - 1224 + 2531, + 2539 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 19 }, "end": { - "line": 52, + "line": 96, "column": 27 } } }, "range": [ - 1212, - 1224 + 2527, + 2539 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 15 }, "end": { - "line": 52, + "line": 96, "column": 27 } } @@ -3388,16 +3525,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1227, - 1230 + 2542, + 2545 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 30 }, "end": { - "line": 52, + "line": 96, "column": 33 } } @@ -3406,31 +3543,31 @@ "type": "Identifier", "name": "charCode", "range": [ - 1231, - 1239 + 2546, + 2554 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 34 }, "end": { - "line": 52, + "line": 96, "column": 42 } } }, "range": [ - 1227, - 1239 + 2542, + 2554 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 30 }, "end": { - "line": 52, + "line": 96, "column": 42 } } @@ -3444,16 +3581,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1255, - 1258 + 2570, + 2573 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 13 }, "end": { - "line": 53, + "line": 97, "column": 16 } } @@ -3462,31 +3599,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 1259, - 1266 + 2574, + 2581 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 17 }, "end": { - "line": 53, + "line": 97, "column": 24 } } }, "range": [ - 1255, - 1266 + 2570, + 2581 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 13 }, "end": { - "line": 53, + "line": 97, "column": 24 } } @@ -3498,16 +3635,16 @@ "type": "Identifier", "name": "evt", "range": [ - 1269, - 1272 + 2584, + 2587 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 27 }, "end": { - "line": 53, + "line": 97, "column": 30 } } @@ -3516,31 +3653,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 1273, - 1280 + 2588, + 2595 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 31 }, "end": { - "line": 53, + "line": 97, "column": 38 } } }, "range": [ - 1269, - 1280 + 2584, + 2595 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 27 }, "end": { - "line": 53, + "line": 97, "column": 38 } } @@ -3554,17 +3691,17 @@ "type": "Identifier", "name": "evt", "range": [ - 1283, - 1286 + 2599, + 2602 ], "loc": { "start": { - "line": 53, - "column": 41 + "line": 97, + "column": 42 }, "end": { - "line": 53, - "column": 44 + "line": 97, + "column": 45 } } }, @@ -3572,32 +3709,32 @@ "type": "Identifier", "name": "which", "range": [ - 1287, - 1292 + 2603, + 2608 ], "loc": { "start": { - "line": 53, - "column": 45 + "line": 97, + "column": 46 }, "end": { - "line": 53, - "column": 50 + "line": 97, + "column": 51 } } }, "range": [ - 1283, - 1292 + 2599, + 2608 ], "loc": { "start": { - "line": 53, - "column": 41 + "line": 97, + "column": 42 }, "end": { - "line": 53, - "column": 50 + "line": 97, + "column": 51 } } }, @@ -3608,17 +3745,17 @@ "type": "Identifier", "name": "evt", "range": [ - 1295, - 1298 + 2611, + 2614 ], "loc": { "start": { - "line": 53, - "column": 53 + "line": 97, + "column": 54 }, "end": { - "line": 53, - "column": 56 + "line": 97, + "column": 57 } } }, @@ -3626,32 +3763,32 @@ "type": "Identifier", "name": "which", "range": [ - 1299, - 1304 + 2615, + 2620 ], "loc": { "start": { - "line": 53, - "column": 57 + "line": 97, + "column": 58 }, "end": { - "line": 53, - "column": 62 + "line": 97, + "column": 63 } } }, "range": [ - 1295, - 1304 + 2611, + 2620 ], "loc": { "start": { - "line": 53, - "column": 53 + "line": 97, + "column": 54 }, "end": { - "line": 53, - "column": 62 + "line": 97, + "column": 63 } } }, @@ -3660,92 +3797,92 @@ "value": 0, "raw": "0", "range": [ - 1307, - 1308 + 2623, + 2624 ], "loc": { "start": { - "line": 53, - "column": 65 + "line": 97, + "column": 66 }, "end": { - "line": 53, - "column": 66 + "line": 97, + "column": 67 } } }, "range": [ - 1283, - 1308 + 2599, + 2624 ], "loc": { "start": { - "line": 53, - "column": 41 + "line": 97, + "column": 42 }, "end": { - "line": 53, - "column": 66 + "line": 97, + "column": 67 } } }, "range": [ - 1255, - 1309 + 2570, + 2625 ], "loc": { "start": { - "line": 53, + "line": 97, "column": 13 }, "end": { - "line": 53, - "column": 67 + "line": 97, + "column": 68 } } }, "range": [ - 1212, - 1310 + 2527, + 2626 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 15 }, "end": { - "line": 53, - "column": 68 + "line": 97, + "column": 69 } } }, "range": [ - 1205, - 1311 + 2520, + 2627 ], "loc": { "start": { - "line": 52, + "line": 96, "column": 8 }, "end": { - "line": 53, - "column": 69 + "line": 97, + "column": 70 } } } ], "range": [ - 1195, - 1317 + 2510, + 2633 ], "loc": { "start": { - "line": 51, - "column": 16 + "line": 95, + "column": 17 }, "end": { - "line": 54, + "line": 98, "column": 5 } } @@ -3753,16 +3890,16 @@ "generator": false, "expression": false, "range": [ - 1190, - 1317 + 2504, + 2633 ], "loc": { "start": { - "line": 51, + "line": 95, "column": 11 }, "end": { - "line": 54, + "line": 98, "column": 5 } } @@ -3772,24 +3909,44 @@ "shorthand": false, "computed": false, "range": [ - 1183, - 1317 + 2497, + 2633 ], "loc": { "start": { - "line": 51, + "line": 95, "column": 4 }, "end": { - "line": 54, + "line": 98, "column": 5 } - } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Returns the Unicode value of pressed key\n *\n * @param {Event} evt Event on the DOM\n * @returns {Number}\n ", + "range": [ + 2358, + 2492 + ], + "loc": { + "start": { + "line": 89, + "column": 4 + }, + "end": { + "line": 94, + "column": 7 + } + } + } + ] } ], "range": [ 77, - 1319 + 2635 ], "loc": { "start": { @@ -3797,7 +3954,7 @@ "column": 15 }, "end": { - "line": 55, + "line": 99, "column": 1 } }, @@ -3825,7 +3982,7 @@ }, "range": [ 62, - 1320 + 2636 ], "loc": { "start": { @@ -3833,7 +3990,7 @@ "column": 0 }, "end": { - "line": 55, + "line": 99, "column": 2 } }, @@ -3862,7 +4019,7 @@ "sourceType": "module", "range": [ 0, - 1320 + 2636 ], "loc": { "start": { @@ -3870,7 +4027,7 @@ "column": 0 }, "end": { - "line": 55, + "line": 99, "column": 2 } }, @@ -3892,6 +4049,114 @@ "column": 3 } } + }, + { + "type": "Block", + "value": "*\n * Add event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n ", + "range": [ + 83, + 402 + ], + "loc": { + "start": { + "line": 8, + "column": 4 + }, + "end": { + "line": 16, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Remove event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n ", + "range": [ + 699, + 1021 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 35, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Prevents further propagation of the current event in the bubbling phase\n *\n * @param {Event} evt Event on the DOM\n ", + "range": [ + 1327, + 1467 + ], + "loc": { + "start": { + "line": 46, + "column": 4 + }, + "end": { + "line": 50, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Cancels the event if it is cancelable, without stopping further\n * propagation of the event.\n *\n * @param {Event} evt Event on the DOM\n ", + "range": [ + 1689, + 1854 + ], + "loc": { + "start": { + "line": 61, + "column": 4 + }, + "end": { + "line": 66, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Reference to the object that dispatched the event\n *\n * @param {Event} evt Event on the DOM\n * @returns {DOMElement}\n ", + "range": [ + 2076, + 2223 + ], + "loc": { + "start": { + "line": 77, + "column": 4 + }, + "end": { + "line": 82, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Returns the Unicode value of pressed key\n *\n * @param {Event} evt Event on the DOM\n * @returns {Number}\n ", + "range": [ + 2358, + 2492 + ], + "loc": { + "start": { + "line": 89, + "column": 4 + }, + "end": { + "line": 94, + "column": 7 + } + } } ] } \ No newline at end of file diff --git a/docs/ast/source/extensions/sort/sort.js.json b/docs/ast/source/extensions/sort/sort.js.json index b8170d3d..9a543aab 100644 --- a/docs/ast/source/extensions/sort/sort.js.json +++ b/docs/ast/source/extensions/sort/sort.js.json @@ -177,17 +177,17 @@ "type": "Identifier", "name": "root", "range": [ - 97, - 101 + 98, + 102 ], "loc": { "start": { "line": 4, - "column": 4 + "column": 5 }, "end": { "line": 4, - "column": 8 + "column": 9 } } }, @@ -195,48 +195,48 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 102, - 115 + 103, + 116 ], "loc": { "start": { "line": 4, - "column": 9 + "column": 10 }, "end": { "line": 4, - "column": 22 + "column": 23 } } }, "range": [ - 97, - 115 + 98, + 116 ], "loc": { "start": { "line": 4, - "column": 4 + "column": 5 }, "end": { "line": 4, - "column": 22 + "column": 23 } } }, "prefix": true, "range": [ - 96, - 115 + 97, + 116 ], "loc": { "start": { "line": 4, - "column": 3 + "column": 4 }, "end": { "line": 4, - "column": 22 + "column": 23 } } }, @@ -251,8 +251,8 @@ "type": "Identifier", "name": "require", "range": [ - 122, - 129 + 124, + 131 ], "loc": { "start": { @@ -271,8 +271,8 @@ "value": "script!sortabletable", "raw": "'script!sortabletable'", "range": [ - 130, - 152 + 132, + 154 ], "loc": { "start": { @@ -287,8 +287,8 @@ } ], "range": [ - 122, - 153 + 124, + 155 ], "loc": { "start": { @@ -302,8 +302,8 @@ } }, "range": [ - 122, - 154 + 124, + 156 ], "loc": { "start": { @@ -318,13 +318,13 @@ } ], "range": [ - 116, - 156 + 118, + 158 ], "loc": { "start": { "line": 4, - "column": 23 + "column": 25 }, "end": { "line": 6, @@ -335,7 +335,7 @@ "alternate": null, "range": [ 93, - 156 + 158 ], "loc": { "start": { @@ -354,8 +354,8 @@ "type": "Identifier", "name": "AdapterSortableTable", "range": [ - 173, - 193 + 175, + 195 ], "loc": { "start": { @@ -371,8 +371,8 @@ "trailingComments": [] }, "range": [ - 158, - 194 + 160, + 196 ], "loc": { "start": { @@ -389,7 +389,7 @@ "sourceType": "module", "range": [ 0, - 194 + 196 ], "loc": { "start": { diff --git a/docs/ast/source/modules/alternateRows.js.json b/docs/ast/source/modules/alternateRows.js.json index 0042b6a3..9367a0b8 100644 --- a/docs/ast/source/modules/alternateRows.js.json +++ b/docs/ast/source/modules/alternateRows.js.json @@ -234,7 +234,27 @@ "line": 2, "column": 45 } - } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Rows with alternating background color for improved readability\n ", + "range": [ + 83, + 157 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 6, + "column": 3 + } + } + } + ] }, { "type": "ExportNamedDeclaration", @@ -244,16 +264,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 96, - 109 + 171, + 184 ], "loc": { "start": { - "line": 4, + "line": 7, "column": 13 }, "end": { - "line": 4, + "line": 7, "column": 26 } } @@ -262,16 +282,16 @@ "type": "Identifier", "name": "Feature", "range": [ - 118, - 125 + 193, + 200 ], "loc": { "start": { - "line": 4, + "line": 7, "column": 35 }, "end": { - "line": 4, + "line": 7, "column": 42 } } @@ -285,16 +305,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 226, - 237 + 323, + 334 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 4 }, "end": { - "line": 10, + "line": 14, "column": 15 } } @@ -307,16 +327,16 @@ "type": "Identifier", "name": "tf", "range": [ - 238, - 240 + 335, + 337 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 16 }, "end": { - "line": 10, + "line": 14, "column": 18 } } @@ -332,16 +352,16 @@ "callee": { "type": "Super", "range": [ - 252, - 257 + 349, + 354 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 8 }, "end": { - "line": 11, + "line": 15, "column": 13 } } @@ -351,16 +371,16 @@ "type": "Identifier", "name": "tf", "range": [ - 258, - 260 + 355, + 357 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 14 }, "end": { - "line": 11, + "line": 15, "column": 16 } } @@ -370,47 +390,47 @@ "value": "alternateRows", "raw": "'alternateRows'", "range": [ - 262, - 277 + 359, + 374 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 18 }, "end": { - "line": 11, + "line": 15, "column": 33 } } } ], "range": [ - 252, - 278 + 349, + 375 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 8 }, "end": { - "line": 11, + "line": 15, "column": 34 } } }, "range": [ - 252, - 279 + 349, + 376 ], "loc": { "start": { - "line": 11, + "line": 15, "column": 8 }, "end": { - "line": 11, + "line": 15, "column": 35 } } @@ -424,16 +444,16 @@ "type": "Identifier", "name": "config", "range": [ - 293, - 299 + 390, + 396 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 12 }, "end": { - "line": 13, + "line": 17, "column": 18 } } @@ -444,16 +464,16 @@ "object": { "type": "ThisExpression", "range": [ - 302, - 306 + 399, + 403 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 21 }, "end": { - "line": 13, + "line": 17, "column": 25 } } @@ -462,63 +482,63 @@ "type": "Identifier", "name": "config", "range": [ - 307, - 313 + 404, + 410 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 26 }, "end": { - "line": 13, + "line": 17, "column": 32 } } }, "range": [ - 302, - 313 + 399, + 410 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 21 }, "end": { - "line": 13, + "line": 17, "column": 32 } } }, "range": [ - 293, - 313 + 390, + 410 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 12 }, "end": { - "line": 13, + "line": 17, "column": 32 } } } ], - "kind": "var", + "kind": "let", "range": [ - 289, - 314 + 386, + 411 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 8 }, "end": { - "line": 13, + "line": 17, "column": 33 } }, @@ -527,16 +547,16 @@ "type": "Line", "value": "defines css class for even rows", "range": [ - 323, - 356 + 420, + 453 ], "loc": { "start": { - "line": 14, + "line": 18, "column": 8 }, "end": { - "line": 14, + "line": 18, "column": 41 } } @@ -554,16 +574,16 @@ "object": { "type": "ThisExpression", "range": [ - 365, - 369 + 462, + 466 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 8 }, "end": { - "line": 15, + "line": 19, "column": 12 } } @@ -572,31 +592,31 @@ "type": "Identifier", "name": "evenCss", "range": [ - 370, - 377 + 467, + 474 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 13 }, "end": { - "line": 15, + "line": 19, "column": 20 } } }, "range": [ - 365, - 377 + 462, + 474 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 8 }, "end": { - "line": 15, + "line": 19, "column": 20 } } @@ -611,16 +631,16 @@ "type": "Identifier", "name": "config", "range": [ - 380, - 386 + 477, + 483 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 23 }, "end": { - "line": 15, + "line": 19, "column": 29 } } @@ -629,31 +649,31 @@ "type": "Identifier", "name": "even_row_css_class", "range": [ - 387, - 405 + 484, + 502 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 30 }, "end": { - "line": 15, + "line": 19, "column": 48 } } }, "range": [ - 380, - 405 + 477, + 502 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 23 }, "end": { - "line": 15, + "line": 19, "column": 48 } } @@ -663,61 +683,61 @@ "value": "even", "raw": "'even'", "range": [ - 409, - 415 + 506, + 512 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 52 }, "end": { - "line": 15, + "line": 19, "column": 58 } } }, "range": [ - 380, - 415 + 477, + 512 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 23 }, "end": { - "line": 15, + "line": 19, "column": 58 } } }, "range": [ - 365, - 415 + 462, + 512 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 8 }, "end": { - "line": 15, + "line": 19, "column": 58 } } }, "range": [ - 365, - 416 + 462, + 513 ], "loc": { "start": { - "line": 15, + "line": 19, "column": 8 }, "end": { - "line": 15, + "line": 19, "column": 59 } }, @@ -726,16 +746,16 @@ "type": "Line", "value": "defines css class for even rows", "range": [ - 323, - 356 + 420, + 453 ], "loc": { "start": { - "line": 14, + "line": 18, "column": 8 }, "end": { - "line": 14, + "line": 18, "column": 41 } } @@ -746,16 +766,16 @@ "type": "Line", "value": "defines css class for odd rows", "range": [ - 425, - 457 + 522, + 554 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 8 }, "end": { - "line": 16, + "line": 20, "column": 40 } } @@ -773,16 +793,16 @@ "object": { "type": "ThisExpression", "range": [ - 466, - 470 + 563, + 567 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 8 }, "end": { - "line": 17, + "line": 21, "column": 12 } } @@ -791,31 +811,31 @@ "type": "Identifier", "name": "oddCss", "range": [ - 471, - 477 + 568, + 574 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 13 }, "end": { - "line": 17, + "line": 21, "column": 19 } } }, "range": [ - 466, - 477 + 563, + 574 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 8 }, "end": { - "line": 17, + "line": 21, "column": 19 } } @@ -830,16 +850,16 @@ "type": "Identifier", "name": "config", "range": [ - 480, - 486 + 577, + 583 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 22 }, "end": { - "line": 17, + "line": 21, "column": 28 } } @@ -848,31 +868,31 @@ "type": "Identifier", "name": "odd_row_css_class", "range": [ - 487, - 504 + 584, + 601 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 29 }, "end": { - "line": 17, + "line": 21, "column": 46 } } }, "range": [ - 480, - 504 + 577, + 601 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 22 }, "end": { - "line": 17, + "line": 21, "column": 46 } } @@ -882,61 +902,61 @@ "value": "odd", "raw": "'odd'", "range": [ - 508, - 513 + 605, + 610 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 50 }, "end": { - "line": 17, + "line": 21, "column": 55 } } }, "range": [ - 480, - 513 + 577, + 610 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 22 }, "end": { - "line": 17, + "line": 21, "column": 55 } } }, "range": [ - 466, - 513 + 563, + 610 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 8 }, "end": { - "line": 17, + "line": 21, "column": 55 } } }, "range": [ - 466, - 514 + 563, + 611 ], "loc": { "start": { - "line": 17, + "line": 21, "column": 8 }, "end": { - "line": 17, + "line": 21, "column": 56 } }, @@ -945,16 +965,16 @@ "type": "Line", "value": "defines css class for odd rows", "range": [ - 425, - 457 + 522, + 554 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 8 }, "end": { - "line": 16, + "line": 20, "column": 40 } } @@ -963,16 +983,16 @@ } ], "range": [ - 242, - 520 + 339, + 617 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 20 }, "end": { - "line": 18, + "line": 22, "column": 5 } } @@ -980,16 +1000,16 @@ "generator": false, "expression": false, "range": [ - 237, - 520 + 334, + 617 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 15 }, "end": { - "line": 18, + "line": 22, "column": 5 } } @@ -997,34 +1017,34 @@ "kind": "constructor", "computed": false, "range": [ - 226, - 520 + 323, + 617 ], "loc": { "start": { - "line": 10, + "line": 14, "column": 4 }, "end": { - "line": 18, + "line": 22, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Alternating rows color\n * @param {Object} tf TableFilter instance\n ", + "value": "*\n * Creates an instance of AlternateRows.\n *\n * @param {Object} tf TableFilter instance\n ", "range": [ - 133, - 221 + 208, + 318 ], "loc": { "start": { - "line": 6, + "line": 9, "column": 4 }, "end": { - "line": 9, + "line": 13, "column": 7 } } @@ -1035,16 +1055,16 @@ "type": "Block", "value": "*\n * Sets alternating rows color\n ", "range": [ - 526, - 572 + 623, + 669 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 26, "column": 7 } } @@ -1058,16 +1078,16 @@ "type": "Identifier", "name": "init", "range": [ - 577, - 581 + 674, + 678 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 4 }, "end": { - "line": 23, + "line": 27, "column": 8 } } @@ -1087,16 +1107,16 @@ "object": { "type": "ThisExpression", "range": [ - 598, - 602 + 695, + 699 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 12 }, "end": { - "line": 24, + "line": 28, "column": 16 } } @@ -1105,31 +1125,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 603, - 614 + 700, + 711 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 17 }, "end": { - "line": 24, + "line": 28, "column": 28 } } }, "range": [ - 598, - 614 + 695, + 711 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 12 }, "end": { - "line": 24, + "line": 28, "column": 28 } } @@ -1141,48 +1161,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 630, - 637 + 727, + 734 ], "loc": { "start": { - "line": 25, + "line": 29, "column": 12 }, "end": { - "line": 25, + "line": 29, "column": 19 } } } ], "range": [ - 616, - 647 + 713, + 744 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 30 }, "end": { - "line": 26, + "line": 30, "column": 9 } } }, "alternate": null, "range": [ - 594, - 647 + 691, + 744 ], "loc": { "start": { - "line": 24, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 30, "column": 9 } } @@ -1197,16 +1217,16 @@ "object": { "type": "ThisExpression", "range": [ - 657, - 661 + 754, + 758 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 8 }, "end": { - "line": 28, + "line": 32, "column": 12 } } @@ -1215,62 +1235,62 @@ "type": "Identifier", "name": "processAll", "range": [ - 662, - 672 + 759, + 769 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 13 }, "end": { - "line": 28, + "line": 32, "column": 23 } } }, "range": [ - 657, - 672 + 754, + 769 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 8 }, "end": { - "line": 28, + "line": 32, "column": 23 } } }, "arguments": [], "range": [ - 657, - 674 + 754, + 771 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 8 }, "end": { - "line": 28, + "line": 32, "column": 25 } } }, "range": [ - 657, - 675 + 754, + 772 ], "loc": { "start": { - "line": 28, + "line": 32, "column": 8 }, "end": { - "line": 28, + "line": 32, "column": 26 } }, @@ -1279,16 +1299,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 685, - 707 + 782, + 804 ], "loc": { "start": { - "line": 30, + "line": 34, "column": 8 }, "end": { - "line": 30, + "line": 34, "column": 30 } } @@ -1308,16 +1328,16 @@ "object": { "type": "ThisExpression", "range": [ - 716, - 720 + 813, + 817 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 8 }, "end": { - "line": 31, + "line": 35, "column": 12 } } @@ -1326,31 +1346,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 721, - 728 + 818, + 825 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 13 }, "end": { - "line": 31, + "line": 35, "column": 20 } } }, "range": [ - 716, - 728 + 813, + 825 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 8 }, "end": { - "line": 31, + "line": 35, "column": 20 } } @@ -1359,31 +1379,31 @@ "type": "Identifier", "name": "on", "range": [ - 729, - 731 + 826, + 828 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 21 }, "end": { - "line": 31, + "line": 35, "column": 23 } } }, "range": [ - 716, - 731 + 813, + 828 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 8 }, "end": { - "line": 31, + "line": 35, "column": 23 } } @@ -1397,16 +1417,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 733, - 748 + 830, + 845 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 25 }, "end": { - "line": 31, + "line": 35, "column": 40 } } @@ -1416,32 +1436,32 @@ "value": "row-paged", "raw": "'row-paged'", "range": [ - 750, - 761 + 847, + 858 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 42 }, "end": { - "line": 31, + "line": 35, "column": 53 } } } ], "range": [ - 732, - 762 + 829, + 859 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 24 }, "end": { - "line": 31, + "line": 35, "column": 54 } } @@ -1454,16 +1474,16 @@ "type": "Identifier", "name": "tf", "range": [ - 777, - 779 + 874, + 876 ], "loc": { "start": { - "line": 32, + "line": 36, "column": 13 }, "end": { - "line": 32, + "line": 36, "column": 15 } } @@ -1472,16 +1492,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 781, - 789 + 878, + 886 ], "loc": { "start": { - "line": 32, + "line": 36, "column": 17 }, "end": { - "line": 32, + "line": 36, "column": 25 } } @@ -1490,16 +1510,16 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 791, - 799 + 888, + 896 ], "loc": { "start": { - "line": 32, + "line": 36, "column": 27 }, "end": { - "line": 32, + "line": 36, "column": 35 } } @@ -1508,16 +1528,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 801, - 808 + 898, + 905 ], "loc": { "start": { - "line": 32, + "line": 36, "column": 37 }, "end": { - "line": 32, + "line": 36, "column": 44 } } @@ -1531,16 +1551,16 @@ "object": { "type": "ThisExpression", "range": [ - 829, - 833 + 926, + 930 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 16 }, "end": { - "line": 33, + "line": 37, "column": 20 } } @@ -1549,31 +1569,31 @@ "type": "Identifier", "name": "processRow", "range": [ - 834, - 844 + 931, + 941 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 21 }, "end": { - "line": 33, + "line": 37, "column": 31 } } }, "range": [ - 829, - 844 + 926, + 941 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 16 }, "end": { - "line": 33, + "line": 37, "column": 31 } } @@ -1583,16 +1603,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 845, - 853 + 942, + 950 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 32 }, "end": { - "line": 33, + "line": 37, "column": 40 } } @@ -1601,16 +1621,16 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 855, - 863 + 952, + 960 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 42 }, "end": { - "line": 33, + "line": 37, "column": 50 } } @@ -1619,32 +1639,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 865, - 872 + 962, + 969 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 52 }, "end": { - "line": 33, + "line": 37, "column": 59 } } } ], "range": [ - 829, - 873 + 926, + 970 ], "loc": { "start": { - "line": 33, + "line": 37, "column": 16 }, "end": { - "line": 33, + "line": 37, "column": 60 } } @@ -1652,47 +1672,47 @@ "generator": false, "expression": true, "range": [ - 776, - 873 + 873, + 970 ], "loc": { "start": { - "line": 32, + "line": 36, "column": 12 }, "end": { - "line": 33, + "line": 37, "column": 60 } } } ], "range": [ - 716, - 874 + 813, + 971 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 37, "column": 61 } } }, "range": [ - 716, - 875 + 813, + 972 ], "loc": { "start": { - "line": 31, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 37, "column": 62 } }, @@ -1701,16 +1721,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 685, - 707 + 782, + 804 ], "loc": { "start": { - "line": 30, + "line": 34, "column": 8 }, "end": { - "line": 30, + "line": 34, "column": 30 } } @@ -1730,16 +1750,16 @@ "object": { "type": "ThisExpression", "range": [ - 884, - 888 + 981, + 985 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 8 }, "end": { - "line": 34, + "line": 38, "column": 12 } } @@ -1748,31 +1768,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 889, - 896 + 986, + 993 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 13 }, "end": { - "line": 34, + "line": 38, "column": 20 } } }, "range": [ - 884, - 896 + 981, + 993 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 8 }, "end": { - "line": 34, + "line": 38, "column": 20 } } @@ -1781,31 +1801,31 @@ "type": "Identifier", "name": "on", "range": [ - 897, - 899 + 994, + 996 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 21 }, "end": { - "line": 34, + "line": 38, "column": 23 } } }, "range": [ - 884, - 899 + 981, + 996 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 8 }, "end": { - "line": 34, + "line": 38, "column": 23 } } @@ -1819,32 +1839,32 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 901, - 916 + 998, + 1013 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 25 }, "end": { - "line": 34, + "line": 38, "column": 40 } } } ], "range": [ - 900, - 917 + 997, + 1014 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 24 }, "end": { - "line": 34, + "line": 38, "column": 41 } } @@ -1861,16 +1881,16 @@ "object": { "type": "ThisExpression", "range": [ - 925, - 929 + 1022, + 1026 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 49 }, "end": { - "line": 34, + "line": 38, "column": 53 } } @@ -1879,47 +1899,47 @@ "type": "Identifier", "name": "processAll", "range": [ - 930, - 940 + 1027, + 1037 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 54 }, "end": { - "line": 34, + "line": 38, "column": 64 } } }, "range": [ - 925, - 940 + 1022, + 1037 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 49 }, "end": { - "line": 34, + "line": 38, "column": 64 } } }, "arguments": [], "range": [ - 925, - 942 + 1022, + 1039 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 49 }, "end": { - "line": 34, + "line": 38, "column": 66 } } @@ -1927,47 +1947,47 @@ "generator": false, "expression": true, "range": [ - 919, - 942 + 1016, + 1039 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 43 }, "end": { - "line": 34, + "line": 38, "column": 66 } } } ], "range": [ - 884, - 943 + 981, + 1040 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 8 }, "end": { - "line": 34, + "line": 38, "column": 67 } } }, "range": [ - 884, - 944 + 981, + 1041 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 8 }, "end": { - "line": 34, + "line": 38, "column": 68 } } @@ -1983,16 +2003,16 @@ "object": { "type": "ThisExpression", "range": [ - 954, - 958 + 1051, + 1055 ], "loc": { "start": { - "line": 36, + "line": 40, "column": 8 }, "end": { - "line": 36, + "line": 40, "column": 12 } } @@ -2001,31 +2021,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 959, - 970 + 1056, + 1067 ], "loc": { "start": { - "line": 36, + "line": 40, "column": 13 }, "end": { - "line": 36, + "line": 40, "column": 24 } } }, "range": [ - 954, - 970 + 1051, + 1067 ], "loc": { "start": { - "line": 36, + "line": 40, "column": 8 }, "end": { - "line": 36, + "line": 40, "column": 24 } } @@ -2035,62 +2055,62 @@ "value": true, "raw": "true", "range": [ - 973, - 977 + 1070, + 1074 ], "loc": { "start": { - "line": 36, + "line": 40, "column": 27 }, "end": { - "line": 36, + "line": 40, "column": 31 } } }, "range": [ - 954, - 977 + 1051, + 1074 ], "loc": { "start": { - "line": 36, + "line": 40, "column": 8 }, "end": { - "line": 36, + "line": 40, "column": 31 } } }, "range": [ - 954, - 978 + 1051, + 1075 ], "loc": { "start": { - "line": 36, + "line": 40, "column": 8 }, "end": { - "line": 36, + "line": 40, "column": 32 } } } ], "range": [ - 584, - 984 + 681, + 1081 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 11 }, "end": { - "line": 37, + "line": 41, "column": 5 } } @@ -2098,16 +2118,16 @@ "generator": false, "expression": false, "range": [ - 581, - 984 + 678, + 1081 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 8 }, "end": { - "line": 37, + "line": 41, "column": 5 } } @@ -2115,16 +2135,16 @@ "kind": "method", "computed": false, "range": [ - 577, - 984 + 674, + 1081 ], "loc": { "start": { - "line": 23, + "line": 27, "column": 4 }, "end": { - "line": 37, + "line": 41, "column": 5 } }, @@ -2133,16 +2153,36 @@ "type": "Block", "value": "*\n * Sets alternating rows color\n ", "range": [ - 526, - 572 + 623, + 669 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 26, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Apply background to all valid rows\n ", + "range": [ + 1087, + 1140 + ], + "loc": { + "start": { + "line": 43, + "column": 4 + }, + "end": { + "line": 45, "column": 7 } } @@ -2156,16 +2196,16 @@ "type": "Identifier", "name": "processAll", "range": [ - 990, - 1000 + 1145, + 1155 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 4 }, "end": { - "line": 39, + "line": 46, "column": 14 } } @@ -2190,16 +2230,16 @@ "object": { "type": "ThisExpression", "range": [ - 1018, - 1022 + 1173, + 1177 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 13 }, "end": { - "line": 40, + "line": 47, "column": 17 } } @@ -2208,63 +2248,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 1023, - 1032 + 1178, + 1187 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 18 }, "end": { - "line": 40, + "line": 47, "column": 27 } } }, "range": [ - 1018, - 1032 + 1173, + 1187 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 13 }, "end": { - "line": 40, + "line": 47, "column": 27 } } }, "arguments": [], "range": [ - 1018, - 1034 + 1173, + 1189 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 13 }, "end": { - "line": 40, + "line": 47, "column": 29 } } }, "prefix": true, "range": [ - 1017, - 1034 + 1172, + 1189 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 12 }, "end": { - "line": 40, + "line": 47, "column": 29 } } @@ -2276,48 +2316,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1050, - 1057 + 1205, + 1212 ], "loc": { "start": { - "line": 41, + "line": 48, "column": 12 }, "end": { - "line": 41, + "line": 48, "column": 19 } } } ], "range": [ - 1036, - 1067 + 1191, + 1222 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 31 }, "end": { - "line": 42, + "line": 49, "column": 9 } } }, "alternate": null, "range": [ - 1013, - 1067 + 1168, + 1222 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 8 }, "end": { - "line": 42, + "line": 49, "column": 9 } } @@ -2331,16 +2371,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1080, - 1082 + 1235, + 1237 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 12 }, "end": { - "line": 43, + "line": 50, "column": 14 } } @@ -2351,16 +2391,16 @@ "object": { "type": "ThisExpression", "range": [ - 1085, - 1089 + 1240, + 1244 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 17 }, "end": { - "line": 43, + "line": 50, "column": 21 } } @@ -2369,63 +2409,63 @@ "type": "Identifier", "name": "tf", "range": [ - 1090, - 1092 + 1245, + 1247 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 22 }, "end": { - "line": 43, + "line": 50, "column": 24 } } }, "range": [ - 1085, - 1092 + 1240, + 1247 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 17 }, "end": { - "line": 43, + "line": 50, "column": 24 } } }, "range": [ - 1080, - 1092 + 1235, + 1247 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 12 }, "end": { - "line": 43, + "line": 50, "column": 24 } } } ], - "kind": "var", + "kind": "let", "range": [ - 1076, - 1093 + 1231, + 1248 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 8 }, "end": { - "line": 43, + "line": 50, "column": 25 } } @@ -2439,16 +2479,16 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 1106, - 1120 + 1261, + 1275 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 12 }, "end": { - "line": 44, + "line": 51, "column": 26 } } @@ -2462,16 +2502,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1123, - 1125 + 1278, + 1280 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 29 }, "end": { - "line": 44, + "line": 51, "column": 31 } } @@ -2480,31 +2520,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 1126, - 1138 + 1281, + 1293 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 32 }, "end": { - "line": 44, + "line": 51, "column": 44 } } }, "range": [ - 1123, - 1138 + 1278, + 1293 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 29 }, "end": { - "line": 44, + "line": 51, "column": 44 } } @@ -2515,437 +2555,68 @@ "value": true, "raw": "true", "range": [ - 1139, - 1143 + 1294, + 1298 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 45 }, "end": { - "line": 44, + "line": 51, "column": 49 } } } ], "range": [ - 1123, - 1144 + 1278, + 1299 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 29 }, "end": { - "line": 44, + "line": 51, "column": 50 } } }, "range": [ - 1106, - 1144 + 1261, + 1299 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 12 }, "end": { - "line": 44, + "line": 51, "column": 50 } } } ], - "kind": "var", + "kind": "let", "range": [ - 1102, - 1145 + 1257, + 1300 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 8 }, "end": { - "line": 44, + "line": 51, "column": 51 } } }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "noValidRowsIndex", - "range": [ - 1158, - 1174 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 28 - } - } - }, - "init": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "validRowsIndex", - "range": [ - 1177, - 1191 - ], - "loc": { - "start": { - "line": 45, - "column": 31 - }, - "end": { - "line": 45, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 1192, - 1198 - ], - "loc": { - "start": { - "line": 45, - "column": 46 - }, - "end": { - "line": 45, - "column": 52 - } - } - }, - "range": [ - 1177, - 1198 - ], - "loc": { - "start": { - "line": 45, - "column": 31 - }, - "end": { - "line": 45, - "column": 52 - } - } - }, - "right": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 1203, - 1204 - ], - "loc": { - "start": { - "line": 45, - "column": 57 - }, - "end": { - "line": 45, - "column": 58 - } - } - }, - "range": [ - 1177, - 1204 - ], - "loc": { - "start": { - "line": 45, - "column": 31 - }, - "end": { - "line": 45, - "column": 58 - } - } - }, - "range": [ - 1158, - 1204 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 58 - } - } - } - ], - "kind": "var", - "range": [ - 1154, - 1205 - ], - "loc": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 45, - "column": 59 - } - }, - "trailingComments": [ - { - "type": "Line", - "value": "1st index", - "range": [ - 1214, - 1225 - ], - "loc": { - "start": { - "line": 46, - "column": 8 - }, - "end": { - "line": 46, - "column": 19 - } - } - } - ] - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "beginIndex", - "range": [ - 1238, - 1248 - ], - "loc": { - "start": { - "line": 47, - "column": 12 - }, - "end": { - "line": 47, - "column": 22 - } - } - }, - "init": { - "type": "ConditionalExpression", - "test": { - "type": "Identifier", - "name": "noValidRowsIndex", - "range": [ - 1251, - 1267 - ], - "loc": { - "start": { - "line": 47, - "column": 25 - }, - "end": { - "line": 47, - "column": 41 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 1270, - 1272 - ], - "loc": { - "start": { - "line": 47, - "column": 44 - }, - "end": { - "line": 47, - "column": 46 - } - } - }, - "property": { - "type": "Identifier", - "name": "refRow", - "range": [ - 1273, - 1279 - ], - "loc": { - "start": { - "line": 47, - "column": 47 - }, - "end": { - "line": 47, - "column": 53 - } - } - }, - "range": [ - 1270, - 1279 - ], - "loc": { - "start": { - "line": 47, - "column": 44 - }, - "end": { - "line": 47, - "column": 53 - } - } - }, - "alternate": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 1282, - 1283 - ], - "loc": { - "start": { - "line": 47, - "column": 56 - }, - "end": { - "line": 47, - "column": 57 - } - } - }, - "range": [ - 1251, - 1283 - ], - "loc": { - "start": { - "line": 47, - "column": 25 - }, - "end": { - "line": 47, - "column": 57 - } - } - }, - "range": [ - 1238, - 1283 - ], - "loc": { - "start": { - "line": 47, - "column": 12 - }, - "end": { - "line": 47, - "column": 57 - } - } - } - ], - "kind": "var", - "range": [ - 1234, - 1284 - ], - "loc": { - "start": { - "line": 47, - "column": 8 - }, - "end": { - "line": 47, - "column": 58 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "1st index", - "range": [ - 1214, - 1225 - ], - "loc": { - "start": { - "line": 46, - "column": 8 - }, - "end": { - "line": 46, - "column": 19 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": " nb indexes", - "range": [ - 1293, - 1306 - ], - "loc": { - "start": { - "line": 48, - "column": 8 - }, - "end": { - "line": 48, - "column": 21 - } - } - } - ] - }, { "type": "VariableDeclaration", "declarations": [ @@ -2955,250 +2626,105 @@ "type": "Identifier", "name": "indexLen", "range": [ - 1319, - 1327 + 1313, + 1321 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 12 }, "end": { - "line": 49, + "line": 52, "column": 20 } } }, "init": { - "type": "ConditionalExpression", - "test": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "Identifier", - "name": "noValidRowsIndex", + "name": "validRowsIndex", "range": [ - 1330, - 1346 + 1324, + 1338 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 23 }, "end": { - "line": 49, - "column": 39 + "line": 52, + "column": 37 } } }, - "consequent": { - "type": "BinaryExpression", - "operator": "+", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 1361, - 1363 - ], - "loc": { - "start": { - "line": 50, - "column": 12 - }, - "end": { - "line": 50, - "column": 14 - } - } - }, - "property": { - "type": "Identifier", - "name": "nbFilterableRows", - "range": [ - 1364, - 1380 - ], - "loc": { - "start": { - "line": 50, - "column": 15 - }, - "end": { - "line": 50, - "column": 31 - } - } - }, - "range": [ - 1361, - 1380 - ], - "loc": { - "start": { - "line": 50, - "column": 12 - }, - "end": { - "line": 50, - "column": 31 - } - } - }, - "right": { - "type": "Identifier", - "name": "beginIndex", - "range": [ - 1383, - 1393 - ], - "loc": { - "start": { - "line": 50, - "column": 34 - }, - "end": { - "line": 50, - "column": 44 - } - } - }, + "property": { + "type": "Identifier", + "name": "length", "range": [ - 1361, - 1393 + 1339, + 1345 ], "loc": { "start": { - "line": 50, - "column": 12 + "line": 52, + "column": 38 }, "end": { - "line": 50, + "line": 52, "column": 44 } } }, - "alternate": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "validRowsIndex", - "range": [ - 1408, - 1422 - ], - "loc": { - "start": { - "line": 51, - "column": 12 - }, - "end": { - "line": 51, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 1423, - 1429 - ], - "loc": { - "start": { - "line": 51, - "column": 27 - }, - "end": { - "line": 51, - "column": 33 - } - } - }, - "range": [ - 1408, - 1429 - ], - "loc": { - "start": { - "line": 51, - "column": 12 - }, - "end": { - "line": 51, - "column": 33 - } - } - }, "range": [ - 1330, - 1429 + 1324, + 1345 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 23 }, "end": { - "line": 51, - "column": 33 + "line": 52, + "column": 44 } } }, "range": [ - 1319, - 1429 + 1313, + 1345 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 12 }, "end": { - "line": 51, - "column": 33 + "line": 52, + "column": 44 } } } ], - "kind": "var", + "kind": "let", "range": [ - 1315, - 1430 + 1309, + 1346 ], "loc": { "start": { - "line": 49, + "line": 52, "column": 8 }, "end": { - "line": 51, - "column": 34 + "line": 52, + "column": 45 } - }, - "leadingComments": [ - { - "type": "Line", - "value": " nb indexes", - "range": [ - 1293, - 1306 - ], - "loc": { - "start": { - "line": 48, - "column": 8 - }, - "end": { - "line": 48, - "column": 21 - } - } - } - ] + } }, { "type": "VariableDeclaration", @@ -3209,16 +2735,16 @@ "type": "Identifier", "name": "idx", "range": [ - 1443, - 1446 + 1359, + 1362 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 52, + "line": 53, "column": 15 } } @@ -3228,48 +2754,48 @@ "value": 0, "raw": "0", "range": [ - 1449, - 1450 + 1365, + 1366 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 18 }, "end": { - "line": 52, + "line": 53, "column": 19 } } }, "range": [ - 1443, - 1450 + 1359, + 1366 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 12 }, "end": { - "line": 52, + "line": 53, "column": 19 } } } ], - "kind": "var", + "kind": "let", "range": [ - 1439, - 1451 + 1355, + 1367 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 20 } }, @@ -3278,16 +2804,16 @@ "type": "Line", "value": "alternates bg color", "range": [ - 1461, - 1482 + 1377, + 1398 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 29 } } @@ -3305,67 +2831,68 @@ "type": "Identifier", "name": "j", "range": [ - 1500, - 1501 + 1416, + 1417 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 17 }, "end": { - "line": 55, + "line": 56, "column": 18 } } }, "init": { - "type": "Identifier", - "name": "beginIndex", + "type": "Literal", + "value": 0, + "raw": "0", "range": [ - 1504, - 1514 + 1420, + 1421 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 21 }, "end": { - "line": 55, - "column": 31 + "line": 56, + "column": 22 } } }, "range": [ - 1500, - 1514 + 1416, + 1421 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 17 }, "end": { - "line": 55, - "column": 31 + "line": 56, + "column": 22 } } } ], - "kind": "var", + "kind": "let", "range": [ - 1496, - 1514 + 1412, + 1421 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 13 }, "end": { - "line": 55, - "column": 31 + "line": 56, + "column": 22 } } }, @@ -3376,17 +2903,17 @@ "type": "Identifier", "name": "j", "range": [ - 1516, - 1517 + 1423, + 1424 ], "loc": { "start": { - "line": 55, - "column": 33 + "line": 56, + "column": 24 }, "end": { - "line": 55, - "column": 34 + "line": 56, + "column": 25 } } }, @@ -3394,32 +2921,32 @@ "type": "Identifier", "name": "indexLen", "range": [ - 1520, - 1528 + 1427, + 1435 ], "loc": { "start": { - "line": 55, - "column": 37 + "line": 56, + "column": 28 }, "end": { - "line": 55, - "column": 45 + "line": 56, + "column": 36 } } }, "range": [ - 1516, - 1528 + 1423, + 1435 ], "loc": { "start": { - "line": 55, - "column": 33 + "line": 56, + "column": 24 }, "end": { - "line": 55, - "column": 45 + "line": 56, + "column": 36 } } }, @@ -3430,33 +2957,33 @@ "type": "Identifier", "name": "j", "range": [ - 1530, - 1531 + 1437, + 1438 ], "loc": { "start": { - "line": 55, - "column": 47 + "line": 56, + "column": 38 }, "end": { - "line": 55, - "column": 48 + "line": 56, + "column": 39 } } }, "prefix": false, "range": [ - 1530, - 1533 + 1437, + 1440 ], "loc": { "start": { - "line": 55, - "column": 47 + "line": 56, + "column": 38 }, "end": { - "line": 55, - "column": 50 + "line": 56, + "column": 41 } } }, @@ -3472,156 +2999,103 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1553, - 1559 + 1460, + 1466 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 16 }, "end": { - "line": 56, + "line": 57, "column": 22 } } }, "init": { - "type": "ConditionalExpression", - "test": { + "type": "MemberExpression", + "computed": true, + "object": { "type": "Identifier", - "name": "noValidRowsIndex", + "name": "validRowsIndex", "range": [ - 1562, - 1578 + 1469, + 1483 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 25 }, "end": { - "line": 56, + "line": 57, + "column": 39 + } + } + }, + "property": { + "type": "Identifier", + "name": "j", + "range": [ + 1484, + 1485 + ], + "loc": { + "start": { + "line": 57, + "column": 40 + }, + "end": { + "line": 57, "column": 41 } } }, - "consequent": { - "type": "Identifier", - "name": "j", - "range": [ - 1581, - 1582 - ], - "loc": { - "start": { - "line": 56, - "column": 44 - }, - "end": { - "line": 56, - "column": 45 - } - } - }, - "alternate": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "validRowsIndex", - "range": [ - 1585, - 1599 - ], - "loc": { - "start": { - "line": 56, - "column": 48 - }, - "end": { - "line": 56, - "column": 62 - } - } - }, - "property": { - "type": "Identifier", - "name": "j", - "range": [ - 1600, - 1601 - ], - "loc": { - "start": { - "line": 56, - "column": 63 - }, - "end": { - "line": 56, - "column": 64 - } - } - }, - "range": [ - 1585, - 1602 - ], - "loc": { - "start": { - "line": 56, - "column": 48 - }, - "end": { - "line": 56, - "column": 65 - } - } - }, "range": [ - 1562, - 1602 + 1469, + 1486 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 25 }, "end": { - "line": 56, - "column": 65 + "line": 57, + "column": 42 } } }, "range": [ - 1553, - 1602 + 1460, + 1486 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 16 }, "end": { - "line": 56, - "column": 65 + "line": 57, + "column": 42 } } } ], - "kind": "var", + "kind": "let", "range": [ - 1549, - 1603 + 1456, + 1487 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 12 }, "end": { - "line": 56, - "column": 66 + "line": 57, + "column": 43 } } }, @@ -3635,16 +3109,16 @@ "object": { "type": "ThisExpression", "range": [ - 1616, - 1620 + 1500, + 1504 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 16 } } @@ -3653,31 +3127,31 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 1621, - 1629 + 1505, + 1513 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 17 }, "end": { - "line": 57, + "line": 58, "column": 25 } } }, "range": [ - 1616, - 1629 + 1500, + 1513 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 25 } } @@ -3687,16 +3161,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1630, - 1636 + 1514, + 1520 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 26 }, "end": { - "line": 57, + "line": 58, "column": 32 } } @@ -3705,47 +3179,47 @@ "type": "Identifier", "name": "idx", "range": [ - 1638, - 1641 + 1522, + 1525 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 34 }, "end": { - "line": 57, + "line": 58, "column": 37 } } } ], "range": [ - 1616, - 1642 + 1500, + 1526 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 38 } } }, "range": [ - 1616, - 1643 + 1500, + 1527 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 12 }, "end": { - "line": 57, + "line": 58, "column": 39 } } @@ -3759,78 +3233,78 @@ "type": "Identifier", "name": "idx", "range": [ - 1656, - 1659 + 1540, + 1543 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 15 } } }, "prefix": false, "range": [ - 1656, - 1661 + 1540, + 1545 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 17 } } }, "range": [ - 1656, - 1662 + 1540, + 1546 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 18 } } } ], "range": [ - 1535, - 1672 + 1442, + 1556 ], "loc": { "start": { - "line": 55, - "column": 52 + "line": 56, + "column": 43 }, "end": { - "line": 59, + "line": 60, "column": 9 } } }, "range": [ - 1491, - 1672 + 1407, + 1556 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 8 }, "end": { - "line": 59, + "line": 60, "column": 9 } }, @@ -3839,16 +3313,16 @@ "type": "Line", "value": "alternates bg color", "range": [ - 1461, - 1482 + 1377, + 1398 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 29 } } @@ -3857,16 +3331,16 @@ } ], "range": [ - 1003, - 1678 + 1158, + 1562 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 17 }, "end": { - "line": 60, + "line": 61, "column": 5 } } @@ -3874,16 +3348,16 @@ "generator": false, "expression": false, "range": [ - 1000, - 1678 + 1155, + 1562 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 14 }, "end": { - "line": 60, + "line": 61, "column": 5 } } @@ -3891,34 +3365,54 @@ "kind": "method", "computed": false, "range": [ - 990, - 1678 + 1145, + 1562 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 4 }, "end": { - "line": 60, + "line": 61, "column": 5 } }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Apply background to all valid rows\n ", + "range": [ + 1087, + 1140 + ], + "loc": { + "start": { + "line": 43, + "column": 4 + }, + "end": { + "line": 45, + "column": 7 + } + } + } + ], "trailingComments": [ { "type": "Block", "value": "*\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 ", "range": [ - 1684, - 1888 + 1568, + 1772 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 68, "column": 7 } } @@ -3932,16 +3426,16 @@ "type": "Identifier", "name": "processRow", "range": [ - 1893, - 1903 + 1777, + 1787 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 4 }, "end": { - "line": 68, + "line": 69, "column": 14 } } @@ -3954,16 +3448,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1904, - 1910 + 1788, + 1794 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 15 }, "end": { - "line": 68, + "line": 69, "column": 21 } } @@ -3972,16 +3466,16 @@ "type": "Identifier", "name": "arrIdx", "range": [ - 1912, - 1918 + 1796, + 1802 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 23 }, "end": { - "line": 68, + "line": 69, "column": 29 } } @@ -3990,16 +3484,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 1920, - 1927 + 1804, + 1811 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 31 }, "end": { - "line": 68, + "line": 69, "column": 38 } } @@ -4014,16 +3508,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 1943, - 1950 + 1827, + 1834 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 12 }, "end": { - "line": 69, + "line": 70, "column": 19 } } @@ -4041,16 +3535,16 @@ "object": { "type": "ThisExpression", "range": [ - 1966, - 1970 + 1850, + 1854 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 16 } } @@ -4059,31 +3553,31 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 1971, - 1979 + 1855, + 1863 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 17 }, "end": { - "line": 70, + "line": 71, "column": 25 } } }, "range": [ - 1966, - 1979 + 1850, + 1863 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 25 } } @@ -4093,16 +3587,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1980, - 1986 + 1864, + 1870 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 26 }, "end": { - "line": 70, + "line": 71, "column": 32 } } @@ -4111,63 +3605,63 @@ "type": "Identifier", "name": "arrIdx", "range": [ - 1988, - 1994 + 1872, + 1878 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 34 }, "end": { - "line": 70, + "line": 71, "column": 40 } } } ], "range": [ - 1966, - 1995 + 1850, + 1879 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 41 } } }, "range": [ - 1966, - 1996 + 1850, + 1880 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 12 }, "end": { - "line": 70, + "line": 71, "column": 42 } } } ], "range": [ - 1952, - 2006 + 1836, + 1890 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 21 }, "end": { - "line": 71, + "line": 72, "column": 9 } } @@ -4185,16 +3679,16 @@ "object": { "type": "ThisExpression", "range": [ - 2026, - 2030 + 1910, + 1914 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 16 } } @@ -4203,31 +3697,31 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 2031, - 2042 + 1915, + 1926 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 17 }, "end": { - "line": 72, + "line": 73, "column": 28 } } }, "range": [ - 2026, - 2042 + 1910, + 1926 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 28 } } @@ -4237,94 +3731,94 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2043, - 2049 + 1927, + 1933 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 29 }, "end": { - "line": 72, + "line": 73, "column": 35 } } } ], "range": [ - 2026, - 2050 + 1910, + 1934 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 36 } } }, "range": [ - 2026, - 2051 + 1910, + 1935 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 12 }, "end": { - "line": 72, + "line": 73, "column": 37 } } } ], "range": [ - 2012, - 2061 + 1896, + 1945 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 15 }, "end": { - "line": 73, + "line": 74, "column": 9 } } }, "range": [ - 1939, - 2061 + 1823, + 1945 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 9 } } } ], "range": [ - 1929, - 2067 + 1813, + 1951 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 40 }, "end": { - "line": 74, + "line": 75, "column": 5 } } @@ -4332,16 +3826,16 @@ "generator": false, "expression": false, "range": [ - 1903, - 2067 + 1787, + 1951 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 14 }, "end": { - "line": 74, + "line": 75, "column": 5 } } @@ -4349,16 +3843,16 @@ "kind": "method", "computed": false, "range": [ - 1893, - 2067 + 1777, + 1951 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 4 }, "end": { - "line": 74, + "line": 75, "column": 5 } }, @@ -4367,16 +3861,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 1684, - 1888 + 1568, + 1772 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 68, "column": 7 } } @@ -4387,16 +3881,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 2073, - 2251 + 1957, + 2135 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 7 } } @@ -4410,16 +3904,16 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 2256, - 2264 + 2140, + 2148 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 4 }, "end": { - "line": 82, + "line": 83, "column": 12 } } @@ -4432,16 +3926,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2265, - 2271 + 2149, + 2155 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 13 }, "end": { - "line": 82, + "line": 83, "column": 19 } } @@ -4450,16 +3944,16 @@ "type": "Identifier", "name": "idx", "range": [ - 2273, - 2276 + 2157, + 2160 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 21 }, "end": { - "line": 82, + "line": 83, "column": 24 } } @@ -4484,16 +3978,16 @@ "object": { "type": "ThisExpression", "range": [ - 2293, - 2297 + 2177, + 2181 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 13 }, "end": { - "line": 83, + "line": 84, "column": 17 } } @@ -4502,63 +3996,63 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2298, - 2307 + 2182, + 2191 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 18 }, "end": { - "line": 83, + "line": 84, "column": 27 } } }, "range": [ - 2293, - 2307 + 2177, + 2191 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 13 }, "end": { - "line": 83, + "line": 84, "column": 27 } } }, "arguments": [], "range": [ - 2293, - 2309 + 2177, + 2193 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 13 }, "end": { - "line": 83, + "line": 84, "column": 29 } } }, "prefix": true, "range": [ - 2292, - 2309 + 2176, + 2193 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 29 } } @@ -4569,16 +4063,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 2313, - 2318 + 2197, + 2202 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 33 }, "end": { - "line": 83, + "line": 84, "column": 38 } } @@ -4588,47 +4082,47 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2319, - 2325 + 2203, + 2209 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 39 }, "end": { - "line": 83, + "line": 84, "column": 45 } } } ], "range": [ - 2313, - 2326 + 2197, + 2210 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 33 }, "end": { - "line": 83, + "line": 84, "column": 46 } } }, "range": [ - 2292, - 2326 + 2176, + 2210 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 12 }, "end": { - "line": 83, + "line": 84, "column": 46 } } @@ -4640,48 +4134,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2342, - 2349 + 2226, + 2233 ], "loc": { "start": { - "line": 84, + "line": 85, "column": 12 }, "end": { - "line": 84, + "line": 85, "column": 19 } } } ], "range": [ - 2328, - 2359 + 2212, + 2243 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 48 }, "end": { - "line": 85, + "line": 86, "column": 9 } } }, "alternate": null, "range": [ - 2288, - 2359 + 2172, + 2243 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 85, + "line": 86, "column": 9 } } @@ -4695,16 +4189,16 @@ "type": "Identifier", "name": "rows", "range": [ - 2372, - 2376 + 2256, + 2260 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 16 } } @@ -4721,16 +4215,16 @@ "object": { "type": "ThisExpression", "range": [ - 2379, - 2383 + 2263, + 2267 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 19 }, "end": { - "line": 86, + "line": 87, "column": 23 } } @@ -4739,31 +4233,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2384, - 2386 + 2268, + 2270 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 24 }, "end": { - "line": 86, + "line": 87, "column": 26 } } }, "range": [ - 2379, - 2386 + 2263, + 2270 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 19 }, "end": { - "line": 86, + "line": 87, "column": 26 } } @@ -4772,31 +4266,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2387, - 2390 + 2271, + 2274 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 27 }, "end": { - "line": 86, + "line": 87, "column": 30 } } }, "range": [ - 2379, - 2390 + 2263, + 2274 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 19 }, "end": { - "line": 86, + "line": 87, "column": 30 } } @@ -4805,63 +4299,63 @@ "type": "Identifier", "name": "rows", "range": [ - 2391, - 2395 + 2275, + 2279 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 31 }, "end": { - "line": 86, + "line": 87, "column": 35 } } }, "range": [ - 2379, - 2395 + 2263, + 2279 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 19 }, "end": { - "line": 86, + "line": 87, "column": 35 } } }, "range": [ - 2372, - 2395 + 2256, + 2279 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 12 }, "end": { - "line": 86, + "line": 87, "column": 35 } } } ], - "kind": "var", + "kind": "let", "range": [ - 2368, - 2396 + 2252, + 2280 ], "loc": { "start": { - "line": 86, + "line": 87, "column": 8 }, "end": { - "line": 86, + "line": 87, "column": 36 } } @@ -4875,16 +4369,16 @@ "type": "Identifier", "name": "i", "range": [ - 2409, - 2410 + 2293, + 2294 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 13 } } @@ -4897,16 +4391,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 2413, - 2418 + 2297, + 2302 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 16 }, "end": { - "line": 87, + "line": 88, "column": 21 } } @@ -4916,32 +4410,32 @@ "type": "Identifier", "name": "idx", "range": [ - 2419, - 2422 + 2303, + 2306 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 22 }, "end": { - "line": 87, + "line": 88, "column": 25 } } } ], "range": [ - 2413, - 2423 + 2297, + 2307 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 16 }, "end": { - "line": 87, + "line": 88, "column": 26 } } @@ -4950,16 +4444,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2426, - 2432 + 2310, + 2316 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 29 }, "end": { - "line": 87, + "line": 88, "column": 35 } } @@ -4968,63 +4462,63 @@ "type": "Identifier", "name": "idx", "range": [ - 2435, - 2438 + 2319, + 2322 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 38 }, "end": { - "line": 87, + "line": 88, "column": 41 } } }, "range": [ - 2413, - 2438 + 2297, + 2322 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 16 }, "end": { - "line": 87, + "line": 88, "column": 41 } } }, "range": [ - 2409, - 2438 + 2293, + 2322 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 12 }, "end": { - "line": 87, + "line": 88, "column": 41 } } } ], - "kind": "var", + "kind": "let", "range": [ - 2405, - 2439 + 2289, + 2323 ], "loc": { "start": { - "line": 87, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 42 } } @@ -5039,16 +4533,16 @@ "object": { "type": "ThisExpression", "range": [ - 2448, - 2452 + 2332, + 2336 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 12 } } @@ -5057,31 +4551,31 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 2453, - 2464 + 2337, + 2348 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 13 }, "end": { - "line": 88, + "line": 89, "column": 24 } } }, "range": [ - 2448, - 2464 + 2332, + 2348 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 24 } } @@ -5091,47 +4585,47 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2465, - 2471 + 2349, + 2355 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 25 }, "end": { - "line": 88, + "line": 89, "column": 31 } } } ], "range": [ - 2448, - 2472 + 2332, + 2356 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 32 } } }, "range": [ - 2448, - 2473 + 2332, + 2357 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 33 } } @@ -5144,16 +4638,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 2483, - 2491 + 2367, + 2375 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 16 } } @@ -5166,16 +4660,16 @@ "type": "Identifier", "name": "rows", "range": [ - 2492, - 2496 + 2376, + 2380 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 17 }, "end": { - "line": 90, + "line": 91, "column": 21 } } @@ -5184,31 +4678,31 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2497, - 2503 + 2381, + 2387 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 22 }, "end": { - "line": 90, + "line": 91, "column": 28 } } }, "range": [ - 2492, - 2504 + 2376, + 2388 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 17 }, "end": { - "line": 90, + "line": 91, "column": 29 } } @@ -5222,16 +4716,16 @@ "type": "Identifier", "name": "i", "range": [ - 2507, - 2508 + 2391, + 2392 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 32 }, "end": { - "line": 90, + "line": 91, "column": 33 } } @@ -5241,31 +4735,31 @@ "value": 2, "raw": "2", "range": [ - 2511, - 2512 + 2395, + 2396 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 36 }, "end": { - "line": 90, + "line": 91, "column": 37 } } }, "range": [ - 2507, - 2512 + 2391, + 2396 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 32 }, "end": { - "line": 90, + "line": 91, "column": 37 } } @@ -5276,16 +4770,16 @@ "object": { "type": "ThisExpression", "range": [ - 2516, - 2520 + 2400, + 2404 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 41 }, "end": { - "line": 90, + "line": 91, "column": 45 } } @@ -5294,31 +4788,31 @@ "type": "Identifier", "name": "evenCss", "range": [ - 2521, - 2528 + 2405, + 2412 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 46 }, "end": { - "line": 90, + "line": 91, "column": 53 } } }, "range": [ - 2516, - 2528 + 2400, + 2412 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 41 }, "end": { - "line": 90, + "line": 91, "column": 53 } } @@ -5329,16 +4823,16 @@ "object": { "type": "ThisExpression", "range": [ - 2531, - 2535 + 2415, + 2419 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 56 }, "end": { - "line": 90, + "line": 91, "column": 60 } } @@ -5347,93 +4841,93 @@ "type": "Identifier", "name": "oddCss", "range": [ - 2536, - 2542 + 2420, + 2426 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 61 }, "end": { - "line": 90, + "line": 91, "column": 67 } } }, "range": [ - 2531, - 2542 + 2415, + 2426 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 56 }, "end": { - "line": 90, + "line": 91, "column": 67 } } }, "range": [ - 2506, - 2542 + 2390, + 2426 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 31 }, "end": { - "line": 90, + "line": 91, "column": 67 } } } ], "range": [ - 2483, - 2543 + 2367, + 2427 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 68 } } }, "range": [ - 2483, - 2544 + 2367, + 2428 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 90, + "line": 91, "column": 69 } } } ], "range": [ - 2278, - 2550 + 2162, + 2434 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 26 }, "end": { - "line": 91, + "line": 92, "column": 5 } } @@ -5441,16 +4935,16 @@ "generator": false, "expression": false, "range": [ - 2264, - 2550 + 2148, + 2434 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 12 }, "end": { - "line": 91, + "line": 92, "column": 5 } } @@ -5458,16 +4952,16 @@ "kind": "method", "computed": false, "range": [ - 2256, - 2550 + 2140, + 2434 ], "loc": { "start": { - "line": 82, + "line": 83, "column": 4 }, "end": { - "line": 91, + "line": 92, "column": 5 } }, @@ -5476,16 +4970,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 2073, - 2251 + 1957, + 2135 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 7 } } @@ -5496,16 +4990,16 @@ "type": "Block", "value": "*\n * Removes row background color\n * @param {Number} idx Row index\n ", "range": [ - 2556, - 2641 + 2440, + 2525 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 96, + "line": 97, "column": 7 } } @@ -5519,16 +5013,16 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 2646, - 2657 + 2530, + 2541 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 4 }, "end": { - "line": 97, + "line": 98, "column": 15 } } @@ -5541,16 +5035,16 @@ "type": "Identifier", "name": "idx", "range": [ - 2658, - 2661 + 2542, + 2545 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 16 }, "end": { - "line": 97, + "line": 98, "column": 19 } } @@ -5567,16 +5061,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 2677, - 2682 + 2561, + 2566 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 12 }, "end": { - "line": 98, + "line": 99, "column": 17 } } @@ -5586,32 +5080,32 @@ "type": "Identifier", "name": "idx", "range": [ - 2683, - 2686 + 2567, + 2570 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 18 }, "end": { - "line": 98, + "line": 99, "column": 21 } } } ], "range": [ - 2677, - 2687 + 2561, + 2571 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 12 }, "end": { - "line": 98, + "line": 99, "column": 22 } } @@ -5623,48 +5117,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2703, - 2710 + 2587, + 2594 ], "loc": { "start": { - "line": 99, + "line": 100, "column": 12 }, "end": { - "line": 99, + "line": 100, "column": 19 } } } ], "range": [ - 2689, - 2720 + 2573, + 2604 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 24 }, "end": { - "line": 100, + "line": 101, "column": 9 } } }, "alternate": null, "range": [ - 2673, - 2720 + 2557, + 2604 ], "loc": { "start": { - "line": 98, + "line": 99, "column": 8 }, "end": { - "line": 100, + "line": 101, "column": 9 } } @@ -5678,16 +5172,16 @@ "type": "Identifier", "name": "rows", "range": [ - 2733, - 2737 + 2617, + 2621 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 16 } } @@ -5704,16 +5198,16 @@ "object": { "type": "ThisExpression", "range": [ - 2740, - 2744 + 2624, + 2628 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 19 }, "end": { - "line": 101, + "line": 102, "column": 23 } } @@ -5722,31 +5216,31 @@ "type": "Identifier", "name": "tf", "range": [ - 2745, - 2747 + 2629, + 2631 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 24 }, "end": { - "line": 101, + "line": 102, "column": 26 } } }, "range": [ - 2740, - 2747 + 2624, + 2631 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 19 }, "end": { - "line": 101, + "line": 102, "column": 26 } } @@ -5755,31 +5249,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2748, - 2751 + 2632, + 2635 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 27 }, "end": { - "line": 101, + "line": 102, "column": 30 } } }, "range": [ - 2740, - 2751 + 2624, + 2635 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 19 }, "end": { - "line": 101, + "line": 102, "column": 30 } } @@ -5788,63 +5282,63 @@ "type": "Identifier", "name": "rows", "range": [ - 2752, - 2756 + 2636, + 2640 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 31 }, "end": { - "line": 101, + "line": 102, "column": 35 } } }, "range": [ - 2740, - 2756 + 2624, + 2640 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 19 }, "end": { - "line": 101, + "line": 102, "column": 35 } } }, "range": [ - 2733, - 2756 + 2617, + 2640 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 12 }, "end": { - "line": 101, + "line": 102, "column": 35 } } } ], - "kind": "var", + "kind": "let", "range": [ - 2729, - 2757 + 2613, + 2641 ], "loc": { "start": { - "line": 101, + "line": 102, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 36 } } @@ -5857,16 +5351,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 2766, - 2777 + 2650, + 2661 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 19 } } @@ -5879,16 +5373,16 @@ "type": "Identifier", "name": "rows", "range": [ - 2778, - 2782 + 2662, + 2666 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 20 }, "end": { - "line": 102, + "line": 103, "column": 24 } } @@ -5897,31 +5391,31 @@ "type": "Identifier", "name": "idx", "range": [ - 2783, - 2786 + 2667, + 2670 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 25 }, "end": { - "line": 102, + "line": 103, "column": 28 } } }, "range": [ - 2778, - 2787 + 2662, + 2671 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 20 }, "end": { - "line": 102, + "line": 103, "column": 29 } } @@ -5932,16 +5426,16 @@ "object": { "type": "ThisExpression", "range": [ - 2789, - 2793 + 2673, + 2677 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 31 }, "end": { - "line": 102, + "line": 103, "column": 35 } } @@ -5950,62 +5444,62 @@ "type": "Identifier", "name": "oddCss", "range": [ - 2794, - 2800 + 2678, + 2684 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 36 }, "end": { - "line": 102, + "line": 103, "column": 42 } } }, "range": [ - 2789, - 2800 + 2673, + 2684 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 31 }, "end": { - "line": 102, + "line": 103, "column": 42 } } } ], "range": [ - 2766, - 2801 + 2650, + 2685 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 43 } } }, "range": [ - 2766, - 2802 + 2650, + 2686 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 44 } } @@ -6018,16 +5512,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 2811, - 2822 + 2695, + 2706 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 19 } } @@ -6040,16 +5534,16 @@ "type": "Identifier", "name": "rows", "range": [ - 2823, - 2827 + 2707, + 2711 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 20 }, "end": { - "line": 103, + "line": 104, "column": 24 } } @@ -6058,31 +5552,31 @@ "type": "Identifier", "name": "idx", "range": [ - 2828, - 2831 + 2712, + 2715 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 25 }, "end": { - "line": 103, + "line": 104, "column": 28 } } }, "range": [ - 2823, - 2832 + 2707, + 2716 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 20 }, "end": { - "line": 103, + "line": 104, "column": 29 } } @@ -6093,16 +5587,16 @@ "object": { "type": "ThisExpression", "range": [ - 2834, - 2838 + 2718, + 2722 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 31 }, "end": { - "line": 103, + "line": 104, "column": 35 } } @@ -6111,78 +5605,78 @@ "type": "Identifier", "name": "evenCss", "range": [ - 2839, - 2846 + 2723, + 2730 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 36 }, "end": { - "line": 103, + "line": 104, "column": 43 } } }, "range": [ - 2834, - 2846 + 2718, + 2730 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 31 }, "end": { - "line": 103, + "line": 104, "column": 43 } } } ], "range": [ - 2811, - 2847 + 2695, + 2731 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 44 } } }, "range": [ - 2811, - 2848 + 2695, + 2732 ], "loc": { "start": { - "line": 103, + "line": 104, "column": 8 }, "end": { - "line": 103, + "line": 104, "column": 45 } } } ], "range": [ - 2663, - 2854 + 2547, + 2738 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 21 }, "end": { - "line": 104, + "line": 105, "column": 5 } } @@ -6190,16 +5684,16 @@ "generator": false, "expression": false, "range": [ - 2657, - 2854 + 2541, + 2738 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 15 }, "end": { - "line": 104, + "line": 105, "column": 5 } } @@ -6207,16 +5701,16 @@ "kind": "method", "computed": false, "range": [ - 2646, - 2854 + 2530, + 2738 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 4 }, "end": { - "line": 104, + "line": 105, "column": 5 } }, @@ -6225,16 +5719,16 @@ "type": "Block", "value": "*\n * Removes row background color\n * @param {Number} idx Row index\n ", "range": [ - 2556, - 2641 + 2440, + 2525 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 96, + "line": 97, "column": 7 } } @@ -6245,16 +5739,16 @@ "type": "Block", "value": "*\n * Removes all alternating backgrounds\n ", "range": [ - 2860, - 2914 + 2744, + 2798 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 4 }, "end": { - "line": 108, + "line": 109, "column": 7 } } @@ -6268,16 +5762,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 2919, - 2926 + 2803, + 2810 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 4 }, "end": { - "line": 109, + "line": 110, "column": 11 } } @@ -6300,16 +5794,16 @@ "object": { "type": "ThisExpression", "range": [ - 2944, - 2948 + 2828, + 2832 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 13 }, "end": { - "line": 110, + "line": 111, "column": 17 } } @@ -6318,47 +5812,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 2949, - 2960 + 2833, + 2844 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 18 }, "end": { - "line": 110, + "line": 111, "column": 29 } } }, "range": [ - 2944, - 2960 + 2828, + 2844 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 13 }, "end": { - "line": 110, + "line": 111, "column": 29 } } }, "prefix": true, "range": [ - 2943, - 2960 + 2827, + 2844 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 12 }, "end": { - "line": 110, + "line": 111, "column": 29 } } @@ -6370,48 +5864,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2976, - 2983 + 2860, + 2867 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 12 }, "end": { - "line": 111, + "line": 112, "column": 19 } } } ], "range": [ - 2962, - 2993 + 2846, + 2877 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 31 }, "end": { - "line": 112, + "line": 113, "column": 9 } } }, "alternate": null, "range": [ - 2939, - 2993 + 2823, + 2877 ], "loc": { "start": { - "line": 110, + "line": 111, "column": 8 }, "end": { - "line": 112, + "line": 113, "column": 9 } } @@ -6425,16 +5919,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 3006, - 3012 + 2890, + 2896 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 12 }, "end": { - "line": 113, + "line": 114, "column": 18 } } @@ -6450,16 +5944,16 @@ "object": { "type": "ThisExpression", "range": [ - 3015, - 3019 + 2899, + 2903 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 21 }, "end": { - "line": 113, + "line": 114, "column": 25 } } @@ -6468,31 +5962,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3020, - 3022 + 2904, + 2906 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 26 }, "end": { - "line": 113, + "line": 114, "column": 28 } } }, "range": [ - 3015, - 3022 + 2899, + 2906 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 21 }, "end": { - "line": 113, + "line": 114, "column": 28 } } @@ -6501,31 +5995,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 3023, - 3032 + 2907, + 2916 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 29 }, "end": { - "line": 113, + "line": 114, "column": 38 } } }, "range": [ - 3015, - 3032 + 2899, + 2916 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 21 }, "end": { - "line": 113, + "line": 114, "column": 38 } } @@ -6536,47 +6030,47 @@ "value": true, "raw": "true", "range": [ - 3033, - 3037 + 2917, + 2921 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 39 }, "end": { - "line": 113, + "line": 114, "column": 43 } } } ], "range": [ - 3015, - 3038 + 2899, + 2922 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 21 }, "end": { - "line": 113, + "line": 114, "column": 44 } } }, "range": [ - 3006, - 3038 + 2890, + 2922 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 12 }, "end": { - "line": 113, + "line": 114, "column": 44 } } @@ -6584,16 +6078,16 @@ ], "kind": "let", "range": [ - 3002, - 3039 + 2886, + 2923 ], "loc": { "start": { - "line": 113, + "line": 114, "column": 8 }, "end": { - "line": 113, + "line": 114, "column": 45 } } @@ -6609,16 +6103,16 @@ "type": "Identifier", "name": "i", "range": [ - 3057, - 3058 + 2941, + 2942 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 17 }, "end": { - "line": 114, + "line": 115, "column": 18 } } @@ -6628,48 +6122,48 @@ "value": 0, "raw": "0", "range": [ - 3061, - 3062 + 2945, + 2946 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 21 }, "end": { - "line": 114, + "line": 115, "column": 22 } } }, "range": [ - 3057, - 3062 + 2941, + 2946 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 17 }, "end": { - "line": 114, + "line": 115, "column": 22 } } } ], - "kind": "var", + "kind": "let", "range": [ - 3053, - 3062 + 2937, + 2946 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 13 }, "end": { - "line": 114, + "line": 115, "column": 22 } } @@ -6681,16 +6175,16 @@ "type": "Identifier", "name": "i", "range": [ - 3064, - 3065 + 2948, + 2949 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 24 }, "end": { - "line": 114, + "line": 115, "column": 25 } } @@ -6699,31 +6193,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 3068, - 3074 + 2952, + 2958 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 28 }, "end": { - "line": 114, + "line": 115, "column": 34 } } }, "range": [ - 3064, - 3074 + 2948, + 2958 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 24 }, "end": { - "line": 114, + "line": 115, "column": 34 } } @@ -6735,32 +6229,32 @@ "type": "Identifier", "name": "i", "range": [ - 3076, - 3077 + 2960, + 2961 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 36 }, "end": { - "line": 114, + "line": 115, "column": 37 } } }, "prefix": false, "range": [ - 3076, - 3079 + 2960, + 2963 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 36 }, "end": { - "line": 114, + "line": 115, "column": 39 } } @@ -6778,16 +6272,16 @@ "object": { "type": "ThisExpression", "range": [ - 3095, - 3099 + 2979, + 2983 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 16 } } @@ -6796,31 +6290,31 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 3100, - 3111 + 2984, + 2995 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 17 }, "end": { - "line": 115, + "line": 116, "column": 28 } } }, "range": [ - 3095, - 3111 + 2979, + 2995 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 28 } } @@ -6830,78 +6324,78 @@ "type": "Identifier", "name": "i", "range": [ - 3112, - 3113 + 2996, + 2997 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 29 }, "end": { - "line": 115, + "line": 116, "column": 30 } } } ], "range": [ - 3095, - 3114 + 2979, + 2998 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 31 } } }, "range": [ - 3095, - 3115 + 2979, + 2999 ], "loc": { "start": { - "line": 115, + "line": 116, "column": 12 }, "end": { - "line": 115, + "line": 116, "column": 32 } } } ], "range": [ - 3081, - 3125 + 2965, + 3009 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 41 }, "end": { - "line": 116, + "line": 117, "column": 9 } } }, "range": [ - 3048, - 3125 + 2932, + 3009 ], "loc": { "start": { - "line": 114, + "line": 115, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 9 } }, @@ -6910,16 +6404,16 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3135, - 3159 + 3019, + 3043 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 32 } } @@ -6939,16 +6433,16 @@ "object": { "type": "ThisExpression", "range": [ - 3168, - 3172 + 3052, + 3056 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 12 } } @@ -6957,31 +6451,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3173, - 3180 + 3057, + 3064 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 13 }, "end": { - "line": 119, + "line": 120, "column": 20 } } }, "range": [ - 3168, - 3180 + 3052, + 3064 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 20 } } @@ -6990,31 +6484,31 @@ "type": "Identifier", "name": "off", "range": [ - 3181, - 3184 + 3065, + 3068 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 21 }, "end": { - "line": 119, + "line": 120, "column": 24 } } }, "range": [ - 3168, - 3184 + 3052, + 3068 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 119, + "line": 120, "column": 24 } } @@ -7028,16 +6522,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 3186, - 3201 + 3070, + 3085 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 26 }, "end": { - "line": 119, + "line": 120, "column": 41 } } @@ -7047,32 +6541,32 @@ "value": "row-paged", "raw": "'row-paged'", "range": [ - 3203, - 3214 + 3087, + 3098 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 43 }, "end": { - "line": 119, + "line": 120, "column": 54 } } } ], "range": [ - 3185, - 3215 + 3069, + 3099 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 25 }, "end": { - "line": 119, + "line": 120, "column": 55 } } @@ -7085,16 +6579,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3230, - 3232 + 3114, + 3116 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 13 }, "end": { - "line": 120, + "line": 121, "column": 15 } } @@ -7103,16 +6597,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 3234, - 3242 + 3118, + 3126 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 17 }, "end": { - "line": 120, + "line": 121, "column": 25 } } @@ -7121,16 +6615,16 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 3244, - 3252 + 3128, + 3136 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 27 }, "end": { - "line": 120, + "line": 121, "column": 35 } } @@ -7139,16 +6633,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 3254, - 3261 + 3138, + 3145 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 37 }, "end": { - "line": 120, + "line": 121, "column": 44 } } @@ -7162,16 +6656,16 @@ "object": { "type": "ThisExpression", "range": [ - 3282, - 3286 + 3166, + 3170 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 20 } } @@ -7180,31 +6674,31 @@ "type": "Identifier", "name": "processRow", "range": [ - 3287, - 3297 + 3171, + 3181 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 21 }, "end": { - "line": 121, + "line": 122, "column": 31 } } }, "range": [ - 3282, - 3297 + 3166, + 3181 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 31 } } @@ -7214,16 +6708,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 3298, - 3306 + 3182, + 3190 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 32 }, "end": { - "line": 121, + "line": 122, "column": 40 } } @@ -7232,16 +6726,16 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 3308, - 3316 + 3192, + 3200 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 42 }, "end": { - "line": 121, + "line": 122, "column": 50 } } @@ -7250,32 +6744,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 3318, - 3325 + 3202, + 3209 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 52 }, "end": { - "line": 121, + "line": 122, "column": 59 } } } ], "range": [ - 3282, - 3326 + 3166, + 3210 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 16 }, "end": { - "line": 121, + "line": 122, "column": 60 } } @@ -7283,47 +6777,47 @@ "generator": false, "expression": true, "range": [ - 3229, - 3326 + 3113, + 3210 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 12 }, "end": { - "line": 121, + "line": 122, "column": 60 } } } ], "range": [ - 3168, - 3327 + 3052, + 3211 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 61 } } }, "range": [ - 3168, - 3328 + 3052, + 3212 ], "loc": { "start": { - "line": 119, + "line": 120, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 62 } }, @@ -7332,16 +6826,16 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3135, - 3159 + 3019, + 3043 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 32 } } @@ -7361,16 +6855,16 @@ "object": { "type": "ThisExpression", "range": [ - 3337, - 3341 + 3221, + 3225 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 12 } } @@ -7379,31 +6873,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3342, - 3349 + 3226, + 3233 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 13 }, "end": { - "line": 122, + "line": 123, "column": 20 } } }, "range": [ - 3337, - 3349 + 3221, + 3233 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 20 } } @@ -7412,31 +6906,31 @@ "type": "Identifier", "name": "off", "range": [ - 3350, - 3353 + 3234, + 3237 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 21 }, "end": { - "line": 122, + "line": 123, "column": 24 } } }, "range": [ - 3337, - 3353 + 3221, + 3237 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 24 } } @@ -7450,32 +6944,32 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 3355, - 3370 + 3239, + 3254 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 26 }, "end": { - "line": 122, + "line": 123, "column": 41 } } } ], "range": [ - 3354, - 3371 + 3238, + 3255 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 25 }, "end": { - "line": 122, + "line": 123, "column": 42 } } @@ -7492,16 +6986,16 @@ "object": { "type": "ThisExpression", "range": [ - 3379, - 3383 + 3263, + 3267 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 50 }, "end": { - "line": 122, + "line": 123, "column": 54 } } @@ -7510,47 +7004,47 @@ "type": "Identifier", "name": "processAll", "range": [ - 3384, - 3394 + 3268, + 3278 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 55 }, "end": { - "line": 122, + "line": 123, "column": 65 } } }, "range": [ - 3379, - 3394 + 3263, + 3278 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 50 }, "end": { - "line": 122, + "line": 123, "column": 65 } } }, "arguments": [], "range": [ - 3379, - 3396 + 3263, + 3280 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 50 }, "end": { - "line": 122, + "line": 123, "column": 67 } } @@ -7558,47 +7052,47 @@ "generator": false, "expression": true, "range": [ - 3373, - 3396 + 3257, + 3280 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 44 }, "end": { - "line": 122, + "line": 123, "column": 67 } } } ], "range": [ - 3337, - 3397 + 3221, + 3281 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 68 } } }, "range": [ - 3337, - 3398 + 3221, + 3282 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 8 }, "end": { - "line": 122, + "line": 123, "column": 69 } } @@ -7614,16 +7108,16 @@ "object": { "type": "ThisExpression", "range": [ - 3408, - 3412 + 3292, + 3296 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 12 } } @@ -7632,31 +7126,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3413, - 3424 + 3297, + 3308 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 13 }, "end": { - "line": 124, + "line": 125, "column": 24 } } }, "range": [ - 3408, - 3424 + 3292, + 3308 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 24 } } @@ -7666,62 +7160,62 @@ "value": false, "raw": "false", "range": [ - 3427, - 3432 + 3311, + 3316 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 27 }, "end": { - "line": 124, + "line": 125, "column": 32 } } }, "range": [ - 3408, - 3432 + 3292, + 3316 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 32 } } }, "range": [ - 3408, - 3433 + 3292, + 3317 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 8 }, "end": { - "line": 124, + "line": 125, "column": 33 } } } ], "range": [ - 2929, - 3439 + 2813, + 3323 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 14 }, "end": { - "line": 125, + "line": 126, "column": 5 } } @@ -7729,16 +7223,16 @@ "generator": false, "expression": false, "range": [ - 2926, - 3439 + 2810, + 3323 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 11 }, "end": { - "line": 125, + "line": 126, "column": 5 } } @@ -7746,16 +7240,16 @@ "kind": "method", "computed": false, "range": [ - 2919, - 3439 + 2803, + 3323 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 4 }, "end": { - "line": 125, + "line": 126, "column": 5 } }, @@ -7764,16 +7258,16 @@ "type": "Block", "value": "*\n * Removes all alternating backgrounds\n ", "range": [ - 2860, - 2914 + 2744, + 2798 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 4 }, "end": { - "line": 108, + "line": 109, "column": 7 } } @@ -7783,59 +7277,98 @@ } ], "range": [ - 126, - 3442 + 201, + 3326 ], "loc": { "start": { - "line": 4, + "line": 7, "column": 43 }, "end": { - "line": 127, + "line": 128, "column": 1 } } }, "range": [ - 90, - 3442 + 165, + 3326 ], "loc": { "start": { - "line": 4, + "line": 7, "column": 7 }, "end": { - "line": 127, + "line": 128, "column": 1 } }, - "leadingComments": [], + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Rows with alternating background color for improved readability\n ", + "range": [ + 83, + 157 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 6, + "column": 3 + } + } + } + ], "trailingComments": [] }, "specifiers": [], "source": null, "range": [ - 83, - 3442 + 158, + 3326 ], "loc": { "start": { - "line": 4, + "line": 7, "column": 0 }, "end": { - "line": 127, + "line": 128, "column": 1 } - } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Rows with alternating background color for improved readability\n ", + "range": [ + 83, + 157 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 6, + "column": 3 + } + } + } + ] } ], "sourceType": "module", "range": [ 0, - 3442 + 3326 ], "loc": { "start": { @@ -7843,25 +7376,43 @@ "column": 0 }, "end": { - "line": 127, + "line": 128, "column": 1 } }, "comments": [ { "type": "Block", - "value": "*\n * Alternating rows color\n * @param {Object} tf TableFilter instance\n ", + "value": "*\n * Rows with alternating background color for improved readability\n ", "range": [ - 133, - 221 + 83, + 157 ], "loc": { "start": { + "line": 4, + "column": 0 + }, + "end": { "line": 6, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Creates an instance of AlternateRows.\n *\n * @param {Object} tf TableFilter instance\n ", + "range": [ + 208, + 318 + ], + "loc": { + "start": { + "line": 9, "column": 4 }, "end": { - "line": 9, + "line": 13, "column": 7 } } @@ -7870,16 +7421,16 @@ "type": "Line", "value": "defines css class for even rows", "range": [ - 323, - 356 + 420, + 453 ], "loc": { "start": { - "line": 14, + "line": 18, "column": 8 }, "end": { - "line": 14, + "line": 18, "column": 41 } } @@ -7888,16 +7439,16 @@ "type": "Line", "value": "defines css class for odd rows", "range": [ - 425, - 457 + 522, + 554 ], "loc": { "start": { - "line": 16, + "line": 20, "column": 8 }, "end": { - "line": 16, + "line": 20, "column": 40 } } @@ -7906,16 +7457,16 @@ "type": "Block", "value": "*\n * Sets alternating rows color\n ", "range": [ - 526, - 572 + 623, + 669 ], "loc": { "start": { - "line": 20, + "line": 24, "column": 4 }, "end": { - "line": 22, + "line": 26, "column": 7 } } @@ -7924,53 +7475,35 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 685, - 707 + 782, + 804 ], "loc": { "start": { - "line": 30, + "line": 34, "column": 8 }, "end": { - "line": 30, + "line": 34, "column": 30 } } }, { - "type": "Line", - "value": "1st index", + "type": "Block", + "value": "*\n * Apply background to all valid rows\n ", "range": [ - 1214, - 1225 + 1087, + 1140 ], "loc": { "start": { - "line": 46, - "column": 8 + "line": 43, + "column": 4 }, "end": { - "line": 46, - "column": 19 - } - } - }, - { - "type": "Line", - "value": " nb indexes", - "range": [ - 1293, - 1306 - ], - "loc": { - "start": { - "line": 48, - "column": 8 - }, - "end": { - "line": 48, - "column": 21 + "line": 45, + "column": 7 } } }, @@ -7978,16 +7511,16 @@ "type": "Line", "value": "alternates bg color", "range": [ - 1461, - 1482 + 1377, + 1398 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 29 } } @@ -7996,16 +7529,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 1684, - 1888 + 1568, + 1772 ], "loc": { "start": { - "line": 62, + "line": 63, "column": 4 }, "end": { - "line": 67, + "line": 68, "column": 7 } } @@ -8014,16 +7547,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 2073, - 2251 + 1957, + 2135 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 4 }, "end": { - "line": 81, + "line": 82, "column": 7 } } @@ -8032,16 +7565,16 @@ "type": "Block", "value": "*\n * Removes row background color\n * @param {Number} idx Row index\n ", "range": [ - 2556, - 2641 + 2440, + 2525 ], "loc": { "start": { - "line": 93, + "line": 94, "column": 4 }, "end": { - "line": 96, + "line": 97, "column": 7 } } @@ -8050,16 +7583,16 @@ "type": "Block", "value": "*\n * Removes all alternating backgrounds\n ", "range": [ - 2860, - 2914 + 2744, + 2798 ], "loc": { "start": { - "line": 106, + "line": 107, "column": 4 }, "end": { - "line": 108, + "line": 109, "column": 7 } } @@ -8068,16 +7601,16 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3135, - 3159 + 3019, + 3043 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 32 } } diff --git a/docs/ast/source/modules/help.js.json b/docs/ast/source/modules/help.js.json index 4ea3a7a0..1404cbe6 100644 --- a/docs/ast/source/modules/help.js.json +++ b/docs/ast/source/modules/help.js.json @@ -556,23 +556,23 @@ "value": "4.-Filter-operators", "raw": "'4.-Filter-operators'", "range": [ - 248, - 269 + 232, + 253 ], "loc": { "start": { "line": 7, - "column": 20 + "column": 4 }, "end": { "line": 7, - "column": 41 + "column": 25 } } }, "range": [ 177, - 269 + 253 ], "loc": { "start": { @@ -581,13 +581,13 @@ }, "end": { "line": 7, - "column": 41 + "column": 25 } } }, "range": [ 166, - 269 + 253 ], "loc": { "start": { @@ -596,7 +596,7 @@ }, "end": { "line": 7, - "column": 41 + "column": 25 } } } @@ -604,7 +604,7 @@ "kind": "const", "range": [ 160, - 270 + 254 ], "loc": { "start": { @@ -613,7 +613,7 @@ }, "end": { "line": 7, - "column": 42 + "column": 26 } } }, @@ -626,8 +626,8 @@ "type": "Identifier", "name": "WEBSITE_URL", "range": [ - 277, - 288 + 261, + 272 ], "loc": { "start": { @@ -645,8 +645,8 @@ "value": "http://koalyptus.github.io/TableFilter/", "raw": "'http://koalyptus.github.io/TableFilter/'", "range": [ - 291, - 332 + 275, + 316 ], "loc": { "start": { @@ -660,8 +660,8 @@ } }, "range": [ - 277, - 332 + 261, + 316 ], "loc": { "start": { @@ -677,8 +677,8 @@ ], "kind": "const", "range": [ - 271, - 333 + 255, + 317 ], "loc": { "start": { @@ -699,8 +699,8 @@ "type": "Identifier", "name": "Help", "range": [ - 348, - 352 + 332, + 336 ], "loc": { "start": { @@ -717,8 +717,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 361, - 368 + 345, + 352 ], "loc": { "start": { @@ -740,8 +740,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 463, - 474 + 448, + 459 ], "loc": { "start": { @@ -762,8 +762,8 @@ "type": "Identifier", "name": "tf", "range": [ - 475, - 477 + 460, + 462 ], "loc": { "start": { @@ -787,8 +787,8 @@ "callee": { "type": "Super", "range": [ - 488, - 493 + 474, + 479 ], "loc": { "start": { @@ -806,8 +806,8 @@ "type": "Identifier", "name": "tf", "range": [ - 494, - 496 + 480, + 482 ], "loc": { "start": { @@ -825,8 +825,8 @@ "value": "help", "raw": "'help'", "range": [ - 498, - 504 + 484, + 490 ], "loc": { "start": { @@ -841,8 +841,8 @@ } ], "range": [ - 488, - 505 + 474, + 491 ], "loc": { "start": { @@ -856,8 +856,8 @@ } }, "range": [ - 488, - 506 + 474, + 492 ], "loc": { "start": { @@ -879,8 +879,8 @@ "type": "Identifier", "name": "f", "range": [ - 520, - 521 + 506, + 507 ], "loc": { "start": { @@ -899,8 +899,8 @@ "object": { "type": "ThisExpression", "range": [ - 524, - 528 + 510, + 514 ], "loc": { "start": { @@ -917,8 +917,8 @@ "type": "Identifier", "name": "config", "range": [ - 529, - 535 + 515, + 521 ], "loc": { "start": { @@ -932,8 +932,8 @@ } }, "range": [ - 524, - 535 + 510, + 521 ], "loc": { "start": { @@ -947,8 +947,8 @@ } }, "range": [ - 520, - 535 + 506, + 521 ], "loc": { "start": { @@ -964,8 +964,8 @@ ], "kind": "var", "range": [ - 516, - 536 + 502, + 522 ], "loc": { "start": { @@ -982,8 +982,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 546, - 595 + 532, + 581 ], "loc": { "start": { @@ -1009,8 +1009,8 @@ "object": { "type": "ThisExpression", "range": [ - 604, - 608 + 590, + 594 ], "loc": { "start": { @@ -1027,8 +1027,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 609, - 614 + 595, + 600 ], "loc": { "start": { @@ -1042,8 +1042,8 @@ } }, "range": [ - 604, - 614 + 590, + 600 ], "loc": { "start": { @@ -1066,8 +1066,8 @@ "type": "Identifier", "name": "f", "range": [ - 617, - 618 + 603, + 604 ], "loc": { "start": { @@ -1084,8 +1084,8 @@ "type": "Identifier", "name": "help_instructions_target_id", "range": [ - 619, - 646 + 605, + 632 ], "loc": { "start": { @@ -1099,8 +1099,8 @@ } }, "range": [ - 617, - 646 + 603, + 632 ], "loc": { "start": { @@ -1118,8 +1118,8 @@ "value": null, "raw": "null", "range": [ - 650, - 654 + 636, + 640 ], "loc": { "start": { @@ -1133,8 +1133,8 @@ } }, "range": [ - 617, - 654 + 603, + 640 ], "loc": { "start": { @@ -1148,8 +1148,8 @@ } }, "range": [ - 604, - 654 + 590, + 640 ], "loc": { "start": { @@ -1163,8 +1163,8 @@ } }, "range": [ - 604, - 655 + 590, + 641 ], "loc": { "start": { @@ -1181,8 +1181,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 546, - 595 + 532, + 581 ], "loc": { "start": { @@ -1201,8 +1201,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 664, - 713 + 650, + 699 ], "loc": { "start": { @@ -1228,8 +1228,8 @@ "object": { "type": "ThisExpression", "range": [ - 722, - 726 + 708, + 712 ], "loc": { "start": { @@ -1246,8 +1246,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 727, - 736 + 713, + 722 ], "loc": { "start": { @@ -1261,8 +1261,8 @@ } }, "range": [ - 722, - 736 + 708, + 722 ], "loc": { "start": { @@ -1285,8 +1285,8 @@ "type": "Identifier", "name": "f", "range": [ - 739, - 740 + 725, + 726 ], "loc": { "start": { @@ -1303,8 +1303,8 @@ "type": "Identifier", "name": "help_instructions_container_target_id", "range": [ - 741, - 778 + 727, + 764 ], "loc": { "start": { @@ -1318,8 +1318,8 @@ } }, "range": [ - 739, - 778 + 725, + 764 ], "loc": { "start": { @@ -1337,8 +1337,8 @@ "value": null, "raw": "null", "range": [ - 794, - 798 + 780, + 784 ], "loc": { "start": { @@ -1352,8 +1352,8 @@ } }, "range": [ - 739, - 798 + 725, + 784 ], "loc": { "start": { @@ -1367,8 +1367,8 @@ } }, "range": [ - 722, - 798 + 708, + 784 ], "loc": { "start": { @@ -1382,8 +1382,8 @@ } }, "range": [ - 722, - 799 + 708, + 785 ], "loc": { "start": { @@ -1400,8 +1400,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 664, - 713 + 650, + 699 ], "loc": { "start": { @@ -1420,8 +1420,8 @@ "type": "Line", "value": "defines help text", "range": [ - 808, - 827 + 794, + 813 ], "loc": { "start": { @@ -1447,8 +1447,8 @@ "object": { "type": "ThisExpression", "range": [ - 836, - 840 + 822, + 826 ], "loc": { "start": { @@ -1465,8 +1465,8 @@ "type": "Identifier", "name": "instrText", "range": [ - 841, - 850 + 827, + 836 ], "loc": { "start": { @@ -1480,8 +1480,8 @@ } }, "range": [ - 836, - 850 + 822, + 836 ], "loc": { "start": { @@ -1503,8 +1503,8 @@ "type": "Identifier", "name": "f", "range": [ - 853, - 854 + 839, + 840 ], "loc": { "start": { @@ -1521,8 +1521,8 @@ "type": "Identifier", "name": "help_instructions_text", "range": [ - 855, - 877 + 841, + 863 ], "loc": { "start": { @@ -1536,8 +1536,8 @@ } }, "range": [ - 853, - 877 + 839, + 863 ], "loc": { "start": { @@ -1557,8 +1557,8 @@ "type": "Identifier", "name": "f", "range": [ - 892, - 893 + 878, + 879 ], "loc": { "start": { @@ -1575,8 +1575,8 @@ "type": "Identifier", "name": "help_instructions_text", "range": [ - 894, - 916 + 880, + 902 ], "loc": { "start": { @@ -1590,8 +1590,8 @@ } }, "range": [ - 892, - 916 + 878, + 902 ], "loc": { "start": { @@ -1633,8 +1633,8 @@ "value": "Use the filters above each column to filter and limit table ", "raw": "'Use the filters above each column to filter and limit table '", "range": [ - 931, - 993 + 917, + 979 ], "loc": { "start": { @@ -1652,8 +1652,8 @@ "value": "data. Advanced searches can be performed by using the following ", "raw": "'data. Advanced searches can be performed by using the following '", "range": [ - 1008, - 1074 + 994, + 1060 ], "loc": { "start": { @@ -1667,8 +1667,8 @@ } }, "range": [ - 931, - 1074 + 917, + 1060 ], "loc": { "start": { @@ -1686,8 +1686,8 @@ "value": "operators:
<, <=, >, ", "raw": "'operators:
<, <=, >, '", "range": [ - 1089, - 1148 + 1075, + 1134 ], "loc": { "start": { @@ -1701,8 +1701,8 @@ } }, "range": [ - 931, - 1148 + 917, + 1134 ], "loc": { "start": { @@ -1720,8 +1720,8 @@ "value": ">=, =, *, !, {, }, ", "raw": "'>=, =, *, !, {, }, '", "range": [ - 1163, - 1229 + 1149, + 1215 ], "loc": { "start": { @@ -1735,8 +1735,8 @@ } }, "range": [ - 931, - 1229 + 917, + 1215 ], "loc": { "start": { @@ -1754,8 +1754,8 @@ "value": "||,&&, [empty], [nonempty], ", "raw": "'||,&&, [empty], [nonempty], '", "range": [ - 1244, - 1310 + 1230, + 1296 ], "loc": { "start": { @@ -1769,8 +1769,8 @@ } }, "range": [ - 931, - 1310 + 917, + 1296 ], "loc": { "start": { @@ -1788,8 +1788,8 @@ "value": "rgx:
rgx:
", "raw": "'\" target=\"_blank\">'", "range": [ - 1364, - 1384 + 1352, + 1372 ], "loc": { "start": { "line": 34, - "column": 51 + "column": 53 }, "end": { "line": 34, - "column": 71 + "column": 73 } } }, "range": [ - 931, - 1384 + 917, + 1372 ], "loc": { "start": { @@ -1880,7 +1880,7 @@ }, "end": { "line": 34, - "column": 71 + "column": 73 } } }, @@ -1889,8 +1889,8 @@ "value": "Learn more
", "raw": "'Learn more
'", "range": [ - 1399, - 1420 + 1387, + 1408 ], "loc": { "start": { @@ -1904,8 +1904,8 @@ } }, "range": [ - 931, - 1420 + 917, + 1408 ], "loc": { "start": { @@ -1919,8 +1919,8 @@ } }, "range": [ - 853, - 1420 + 839, + 1408 ], "loc": { "start": { @@ -1934,8 +1934,8 @@ } }, "range": [ - 836, - 1420 + 822, + 1408 ], "loc": { "start": { @@ -1949,8 +1949,8 @@ } }, "range": [ - 836, - 1421 + 822, + 1409 ], "loc": { "start": { @@ -1967,8 +1967,8 @@ "type": "Line", "value": "defines help text", "range": [ - 808, - 827 + 794, + 813 ], "loc": { "start": { @@ -1987,8 +1987,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1430, - 1454 + 1418, + 1442 ], "loc": { "start": { @@ -2014,8 +2014,8 @@ "object": { "type": "ThisExpression", "range": [ - 1463, - 1467 + 1451, + 1455 ], "loc": { "start": { @@ -2032,8 +2032,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 1468, - 1477 + 1456, + 1465 ], "loc": { "start": { @@ -2047,8 +2047,8 @@ } }, "range": [ - 1463, - 1477 + 1451, + 1465 ], "loc": { "start": { @@ -2071,8 +2071,8 @@ "type": "Identifier", "name": "f", "range": [ - 1480, - 1481 + 1468, + 1469 ], "loc": { "start": { @@ -2089,8 +2089,8 @@ "type": "Identifier", "name": "help_instructions_html", "range": [ - 1482, - 1504 + 1470, + 1492 ], "loc": { "start": { @@ -2104,8 +2104,8 @@ } }, "range": [ - 1480, - 1504 + 1468, + 1492 ], "loc": { "start": { @@ -2123,8 +2123,8 @@ "value": null, "raw": "null", "range": [ - 1508, - 1512 + 1496, + 1500 ], "loc": { "start": { @@ -2138,8 +2138,8 @@ } }, "range": [ - 1480, - 1512 + 1468, + 1500 ], "loc": { "start": { @@ -2153,8 +2153,8 @@ } }, "range": [ - 1463, - 1512 + 1451, + 1500 ], "loc": { "start": { @@ -2168,8 +2168,8 @@ } }, "range": [ - 1463, - 1513 + 1451, + 1501 ], "loc": { "start": { @@ -2186,8 +2186,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1430, - 1454 + 1418, + 1442 ], "loc": { "start": { @@ -2206,8 +2206,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1522, - 1549 + 1510, + 1537 ], "loc": { "start": { @@ -2233,8 +2233,8 @@ "object": { "type": "ThisExpression", "range": [ - 1558, - 1562 + 1546, + 1550 ], "loc": { "start": { @@ -2251,8 +2251,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 1563, - 1570 + 1551, + 1558 ], "loc": { "start": { @@ -2266,8 +2266,8 @@ } }, "range": [ - 1558, - 1570 + 1546, + 1558 ], "loc": { "start": { @@ -2290,8 +2290,8 @@ "type": "Identifier", "name": "f", "range": [ - 1573, - 1574 + 1561, + 1562 ], "loc": { "start": { @@ -2308,8 +2308,8 @@ "type": "Identifier", "name": "help_instructions_btn_text", "range": [ - 1575, - 1601 + 1563, + 1589 ], "loc": { "start": { @@ -2323,8 +2323,8 @@ } }, "range": [ - 1573, - 1601 + 1561, + 1589 ], "loc": { "start": { @@ -2342,8 +2342,8 @@ "value": "?", "raw": "'?'", "range": [ - 1605, - 1608 + 1593, + 1596 ], "loc": { "start": { @@ -2357,8 +2357,8 @@ } }, "range": [ - 1573, - 1608 + 1561, + 1596 ], "loc": { "start": { @@ -2372,8 +2372,8 @@ } }, "range": [ - 1558, - 1608 + 1546, + 1596 ], "loc": { "start": { @@ -2387,8 +2387,8 @@ } }, "range": [ - 1558, - 1609 + 1546, + 1597 ], "loc": { "start": { @@ -2405,8 +2405,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1522, - 1549 + 1510, + 1537 ], "loc": { "start": { @@ -2425,8 +2425,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1618, - 1650 + 1606, + 1638 ], "loc": { "start": { @@ -2452,8 +2452,8 @@ "object": { "type": "ThisExpression", "range": [ - 1659, - 1663 + 1647, + 1651 ], "loc": { "start": { @@ -2470,8 +2470,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 1664, - 1671 + 1652, + 1659 ], "loc": { "start": { @@ -2485,8 +2485,8 @@ } }, "range": [ - 1659, - 1671 + 1647, + 1659 ], "loc": { "start": { @@ -2509,8 +2509,8 @@ "type": "Identifier", "name": "f", "range": [ - 1674, - 1675 + 1662, + 1663 ], "loc": { "start": { @@ -2527,8 +2527,8 @@ "type": "Identifier", "name": "help_instructions_btn_html", "range": [ - 1676, - 1702 + 1664, + 1690 ], "loc": { "start": { @@ -2542,8 +2542,8 @@ } }, "range": [ - 1674, - 1702 + 1662, + 1690 ], "loc": { "start": { @@ -2561,8 +2561,8 @@ "value": null, "raw": "null", "range": [ - 1706, - 1710 + 1694, + 1698 ], "loc": { "start": { @@ -2576,8 +2576,8 @@ } }, "range": [ - 1674, - 1710 + 1662, + 1698 ], "loc": { "start": { @@ -2591,8 +2591,8 @@ } }, "range": [ - 1659, - 1710 + 1647, + 1698 ], "loc": { "start": { @@ -2606,8 +2606,8 @@ } }, "range": [ - 1659, - 1711 + 1647, + 1699 ], "loc": { "start": { @@ -2624,8 +2624,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1618, - 1650 + 1606, + 1638 ], "loc": { "start": { @@ -2644,8 +2644,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1720, - 1755 + 1708, + 1743 ], "loc": { "start": { @@ -2671,8 +2671,8 @@ "object": { "type": "ThisExpression", "range": [ - 1764, - 1768 + 1752, + 1756 ], "loc": { "start": { @@ -2689,8 +2689,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 1769, - 1780 + 1757, + 1768 ], "loc": { "start": { @@ -2704,8 +2704,8 @@ } }, "range": [ - 1764, - 1780 + 1752, + 1768 ], "loc": { "start": { @@ -2728,8 +2728,8 @@ "type": "Identifier", "name": "f", "range": [ - 1783, - 1784 + 1771, + 1772 ], "loc": { "start": { @@ -2746,8 +2746,8 @@ "type": "Identifier", "name": "help_instructions_btn_css_class", "range": [ - 1785, - 1816 + 1773, + 1804 ], "loc": { "start": { @@ -2761,8 +2761,8 @@ } }, "range": [ - 1783, - 1816 + 1771, + 1804 ], "loc": { "start": { @@ -2780,8 +2780,8 @@ "value": "helpBtn", "raw": "'helpBtn'", "range": [ - 1820, - 1829 + 1808, + 1817 ], "loc": { "start": { @@ -2795,8 +2795,8 @@ } }, "range": [ - 1783, - 1829 + 1771, + 1817 ], "loc": { "start": { @@ -2810,8 +2810,8 @@ } }, "range": [ - 1764, - 1829 + 1752, + 1817 ], "loc": { "start": { @@ -2825,8 +2825,8 @@ } }, "range": [ - 1764, - 1830 + 1752, + 1818 ], "loc": { "start": { @@ -2843,8 +2843,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1720, - 1755 + 1708, + 1743 ], "loc": { "start": { @@ -2863,8 +2863,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1839, - 1877 + 1827, + 1865 ], "loc": { "start": { @@ -2890,8 +2890,8 @@ "object": { "type": "ThisExpression", "range": [ - 1886, - 1890 + 1874, + 1878 ], "loc": { "start": { @@ -2908,8 +2908,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 1891, - 1903 + 1879, + 1891 ], "loc": { "start": { @@ -2923,8 +2923,8 @@ } }, "range": [ - 1886, - 1903 + 1874, + 1891 ], "loc": { "start": { @@ -2947,8 +2947,8 @@ "type": "Identifier", "name": "f", "range": [ - 1906, - 1907 + 1894, + 1895 ], "loc": { "start": { @@ -2965,8 +2965,8 @@ "type": "Identifier", "name": "help_instructions_container_css_class", "range": [ - 1908, - 1945 + 1896, + 1933 ], "loc": { "start": { @@ -2980,8 +2980,8 @@ } }, "range": [ - 1906, - 1945 + 1894, + 1933 ], "loc": { "start": { @@ -2999,8 +2999,8 @@ "value": "helpCont", "raw": "'helpCont'", "range": [ - 1961, - 1971 + 1949, + 1959 ], "loc": { "start": { @@ -3014,8 +3014,8 @@ } }, "range": [ - 1906, - 1971 + 1894, + 1959 ], "loc": { "start": { @@ -3029,8 +3029,8 @@ } }, "range": [ - 1886, - 1971 + 1874, + 1959 ], "loc": { "start": { @@ -3044,8 +3044,8 @@ } }, "range": [ - 1886, - 1972 + 1874, + 1960 ], "loc": { "start": { @@ -3062,8 +3062,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1839, - 1877 + 1827, + 1865 ], "loc": { "start": { @@ -3082,8 +3082,8 @@ "type": "Line", "value": "help button element", "range": [ - 1981, - 2002 + 1969, + 1990 ], "loc": { "start": { @@ -3109,8 +3109,8 @@ "object": { "type": "ThisExpression", "range": [ - 2011, - 2015 + 1999, + 2003 ], "loc": { "start": { @@ -3127,8 +3127,8 @@ "type": "Identifier", "name": "btn", "range": [ - 2016, - 2019 + 2004, + 2007 ], "loc": { "start": { @@ -3142,8 +3142,8 @@ } }, "range": [ - 2011, - 2019 + 1999, + 2007 ], "loc": { "start": { @@ -3161,8 +3161,8 @@ "value": null, "raw": "null", "range": [ - 2022, - 2026 + 2010, + 2014 ], "loc": { "start": { @@ -3176,8 +3176,8 @@ } }, "range": [ - 2011, - 2026 + 1999, + 2014 ], "loc": { "start": { @@ -3191,8 +3191,8 @@ } }, "range": [ - 2011, - 2027 + 1999, + 2015 ], "loc": { "start": { @@ -3209,8 +3209,8 @@ "type": "Line", "value": "help button element", "range": [ - 1981, - 2002 + 1969, + 1990 ], "loc": { "start": { @@ -3229,17 +3229,17 @@ "type": "Line", "value": "help content div", "range": [ - 2037, - 2055 + 2024, + 2042 ], "loc": { "start": { "line": 49, - "column": 9 + "column": 8 }, "end": { "line": 49, - "column": 27 + "column": 26 } } } @@ -3256,8 +3256,8 @@ "object": { "type": "ThisExpression", "range": [ - 2064, - 2068 + 2051, + 2055 ], "loc": { "start": { @@ -3274,8 +3274,8 @@ "type": "Identifier", "name": "cont", "range": [ - 2069, - 2073 + 2056, + 2060 ], "loc": { "start": { @@ -3289,8 +3289,8 @@ } }, "range": [ - 2064, - 2073 + 2051, + 2060 ], "loc": { "start": { @@ -3308,8 +3308,8 @@ "value": null, "raw": "null", "range": [ - 2076, - 2080 + 2063, + 2067 ], "loc": { "start": { @@ -3323,8 +3323,8 @@ } }, "range": [ - 2064, - 2080 + 2051, + 2067 ], "loc": { "start": { @@ -3338,8 +3338,8 @@ } }, "range": [ - 2064, - 2081 + 2051, + 2068 ], "loc": { "start": { @@ -3356,17 +3356,17 @@ "type": "Line", "value": "help content div", "range": [ - 2037, - 2055 + 2024, + 2042 ], "loc": { "start": { "line": 49, - "column": 9 + "column": 8 }, "end": { "line": 49, - "column": 27 + "column": 26 } } } @@ -3383,8 +3383,8 @@ "object": { "type": "ThisExpression", "range": [ - 2090, - 2094 + 2077, + 2081 ], "loc": { "start": { @@ -3401,8 +3401,8 @@ "type": "Identifier", "name": "defaultHtml", "range": [ - 2095, - 2106 + 2082, + 2093 ], "loc": { "start": { @@ -3416,8 +3416,8 @@ } }, "range": [ - 2090, - 2106 + 2077, + 2093 ], "loc": { "start": { @@ -3474,8 +3474,8 @@ "value": "

TableFilter ", "raw": "'

TableFilter '", "range": [ - 2109, - 2151 + 2096, + 2138 ], "loc": { "start": { @@ -3493,8 +3493,8 @@ "value": "v", "raw": "'v'", "range": [ - 2166, - 2169 + 2153, + 2156 ], "loc": { "start": { @@ -3508,8 +3508,8 @@ } }, "range": [ - 2109, - 2169 + 2096, + 2156 ], "loc": { "start": { @@ -3529,17 +3529,17 @@ "type": "Identifier", "name": "tf", "range": [ - 2171, - 2173 + 2159, + 2161 ], "loc": { "start": { "line": 52, - "column": 17 + "column": 18 }, "end": { "line": 52, - "column": 19 + "column": 20 } } }, @@ -3547,38 +3547,38 @@ "type": "Identifier", "name": "version", "range": [ - 2174, - 2181 + 2162, + 2169 ], "loc": { "start": { "line": 52, - "column": 20 + "column": 21 }, "end": { "line": 52, - "column": 27 + "column": 28 } } }, "range": [ - 2171, - 2181 + 2159, + 2169 ], "loc": { "start": { "line": 52, - "column": 17 + "column": 18 }, "end": { "line": 52, - "column": 27 + "column": 28 } } }, "range": [ - 2109, - 2181 + 2096, + 2169 ], "loc": { "start": { @@ -3587,7 +3587,7 @@ }, "end": { "line": 52, - "column": 27 + "column": 28 } } }, @@ -3596,23 +3596,23 @@ "value": "

", "raw": "'

'", "range": [ - 2183, - 2190 + 2172, + 2179 ], "loc": { "start": { "line": 52, - "column": 29 + "column": 31 }, "end": { "line": 52, - "column": 36 + "column": 38 } } }, "range": [ - 2109, - 2190 + 2096, + 2179 ], "loc": { "start": { @@ -3621,7 +3621,7 @@ }, "end": { "line": 52, - "column": 36 + "column": 38 } } }, @@ -3630,23 +3630,23 @@ "value": "", "raw": "'\" target=\"_blank\">'", "range": [ - 2231, - 2251 + 2222, + 2242 ], "loc": { "start": { "line": 53, - "column": 38 + "column": 12 }, "end": { "line": 53, - "column": 58 + "column": 32 } } }, "range": [ - 2109, - 2251 + 2096, + 2242 ], "loc": { "start": { @@ -3722,7 +3722,7 @@ }, "end": { "line": 53, - "column": 58 + "column": 32 } } }, @@ -3730,23 +3730,23 @@ "type": "Identifier", "name": "WEBSITE_URL", "range": [ - 2253, - 2264 + 2245, + 2256 ], "loc": { "start": { "line": 53, - "column": 60 + "column": 35 }, "end": { "line": 53, - "column": 71 + "column": 46 } } }, "range": [ - 2109, - 2264 + 2096, + 2256 ], "loc": { "start": { @@ -3755,7 +3755,7 @@ }, "end": { "line": 53, - "column": 71 + "column": 46 } } }, @@ -3764,23 +3764,23 @@ "value": "", "raw": "''", "range": [ - 2266, - 2272 + 2259, + 2265 ], "loc": { "start": { "line": 53, - "column": 73 + "column": 49 }, "end": { "line": 53, - "column": 79 + "column": 55 } } }, "range": [ - 2109, - 2272 + 2096, + 2265 ], "loc": { "start": { @@ -3789,7 +3789,7 @@ }, "end": { "line": 53, - "column": 79 + "column": 55 } } }, @@ -3798,8 +3798,8 @@ "value": "
©2015-", "raw": "'
©2015-'", "range": [ - 2286, - 2310 + 2280, + 2304 ], "loc": { "start": { @@ -3813,8 +3813,8 @@ } }, "range": [ - 2109, - 2310 + 2096, + 2304 ], "loc": { "start": { @@ -3834,17 +3834,17 @@ "type": "Identifier", "name": "tf", "range": [ - 2312, - 2314 + 2307, + 2309 ], "loc": { "start": { "line": 54, - "column": 38 + "column": 39 }, "end": { "line": 54, - "column": 40 + "column": 41 } } }, @@ -3852,38 +3852,38 @@ "type": "Identifier", "name": "year", "range": [ - 2315, - 2319 + 2310, + 2314 ], "loc": { "start": { "line": 54, - "column": 41 + "column": 42 }, "end": { "line": 54, - "column": 45 + "column": 46 } } }, "range": [ - 2312, - 2319 + 2307, + 2314 ], "loc": { "start": { "line": 54, - "column": 38 + "column": 39 }, "end": { "line": 54, - "column": 45 + "column": 46 } } }, "range": [ - 2109, - 2319 + 2096, + 2314 ], "loc": { "start": { @@ -3892,7 +3892,7 @@ }, "end": { "line": 54, - "column": 45 + "column": 46 } } }, @@ -3901,23 +3901,23 @@ "value": " {AUTHOR}", "raw": "' {AUTHOR}
'", "range": [ - 2321, - 2339 + 2317, + 2335 ], "loc": { "start": { "line": 54, - "column": 47 + "column": 49 }, "end": { "line": 54, - "column": 65 + "column": 67 } } }, "range": [ - 2109, - 2339 + 2096, + 2335 ], "loc": { "start": { @@ -3926,7 +3926,7 @@ }, "end": { "line": 54, - "column": 65 + "column": 67 } } }, @@ -3935,8 +3935,8 @@ "value": "
", "raw": "'
'", "range": [ - 2354, - 2400 + 2350, + 2396 ], "loc": { "start": { @@ -3950,8 +3950,8 @@ } }, "range": [ - 2109, - 2400 + 2096, + 2396 ], "loc": { "start": { @@ -3969,8 +3969,8 @@ "value": "Close
", "raw": "'Close
'", "range": [ - 2415, - 2482 + 2411, + 2478 ], "loc": { "start": { @@ -3984,8 +3984,8 @@ } }, "range": [ - 2109, - 2482 + 2096, + 2478 ], "loc": { "start": { @@ -3999,8 +3999,8 @@ } }, "range": [ - 2090, - 2482 + 2077, + 2478 ], "loc": { "start": { @@ -4014,8 +4014,8 @@ } }, "range": [ - 2090, - 2483 + 2077, + 2479 ], "loc": { "start": { @@ -4032,8 +4032,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2493, - 2522 + 2489, + 2518 ], "loc": { "start": { @@ -4059,8 +4059,8 @@ "object": { "type": "ThisExpression", "range": [ - 2531, - 2535 + 2527, + 2531 ], "loc": { "start": { @@ -4077,8 +4077,8 @@ "type": "Identifier", "name": "prfxHelpSpan", "range": [ - 2536, - 2548 + 2532, + 2544 ], "loc": { "start": { @@ -4092,8 +4092,8 @@ } }, "range": [ - 2531, - 2548 + 2527, + 2544 ], "loc": { "start": { @@ -4111,8 +4111,8 @@ "value": "helpSpan_", "raw": "'helpSpan_'", "range": [ - 2551, - 2562 + 2547, + 2558 ], "loc": { "start": { @@ -4126,8 +4126,8 @@ } }, "range": [ - 2531, - 2562 + 2527, + 2558 ], "loc": { "start": { @@ -4141,8 +4141,8 @@ } }, "range": [ - 2531, - 2563 + 2527, + 2559 ], "loc": { "start": { @@ -4159,8 +4159,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2493, - 2522 + 2489, + 2518 ], "loc": { "start": { @@ -4179,8 +4179,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2572, - 2601 + 2568, + 2597 ], "loc": { "start": { @@ -4206,8 +4206,8 @@ "object": { "type": "ThisExpression", "range": [ - 2610, - 2614 + 2606, + 2610 ], "loc": { "start": { @@ -4224,8 +4224,8 @@ "type": "Identifier", "name": "prfxHelpDiv", "range": [ - 2615, - 2626 + 2611, + 2622 ], "loc": { "start": { @@ -4239,8 +4239,8 @@ } }, "range": [ - 2610, - 2626 + 2606, + 2622 ], "loc": { "start": { @@ -4258,8 +4258,8 @@ "value": "helpDiv_", "raw": "'helpDiv_'", "range": [ - 2629, - 2639 + 2625, + 2635 ], "loc": { "start": { @@ -4273,8 +4273,8 @@ } }, "range": [ - 2610, - 2639 + 2606, + 2635 ], "loc": { "start": { @@ -4288,8 +4288,8 @@ } }, "range": [ - 2610, - 2640 + 2606, + 2636 ], "loc": { "start": { @@ -4306,8 +4306,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2572, - 2601 + 2568, + 2597 ], "loc": { "start": { @@ -4335,8 +4335,8 @@ "object": { "type": "ThisExpression", "range": [ - 2650, - 2654 + 2646, + 2650 ], "loc": { "start": { @@ -4353,8 +4353,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2655, - 2662 + 2651, + 2658 ], "loc": { "start": { @@ -4368,8 +4368,8 @@ } }, "range": [ - 2650, - 2662 + 2646, + 2658 ], "loc": { "start": { @@ -4386,8 +4386,8 @@ "type": "Identifier", "name": "on", "range": [ - 2663, - 2665 + 2659, + 2661 ], "loc": { "start": { @@ -4401,8 +4401,8 @@ } }, "range": [ - 2650, - 2665 + 2646, + 2661 ], "loc": { "start": { @@ -4424,8 +4424,8 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 2667, - 2678 + 2663, + 2674 ], "loc": { "start": { @@ -4440,8 +4440,8 @@ } ], "range": [ - 2666, - 2679 + 2662, + 2675 ], "loc": { "start": { @@ -4466,17 +4466,17 @@ "object": { "type": "ThisExpression", "range": [ - 2686, - 2690 + 2683, + 2687 ], "loc": { "start": { "line": 63, - "column": 44 + "column": 45 }, "end": { "line": 63, - "column": 48 + "column": 49 } } }, @@ -4484,56 +4484,56 @@ "type": "Identifier", "name": "init", "range": [ - 2691, - 2695 + 2688, + 2692 ], "loc": { "start": { "line": 63, - "column": 49 + "column": 50 }, "end": { "line": 63, - "column": 53 + "column": 54 } } }, "range": [ - 2686, - 2695 + 2683, + 2692 ], "loc": { "start": { "line": 63, - "column": 44 + "column": 45 }, "end": { "line": 63, - "column": 53 + "column": 54 } } }, "arguments": [], "range": [ - 2686, - 2697 + 2683, + 2694 ], "loc": { "start": { "line": 63, - "column": 44 + "column": 45 }, "end": { "line": 63, - "column": 55 + "column": 56 } } }, "generator": false, "expression": true, "range": [ - 2681, - 2697 + 2677, + 2694 ], "loc": { "start": { @@ -4542,14 +4542,14 @@ }, "end": { "line": 63, - "column": 55 + "column": 56 } } } ], "range": [ - 2650, - 2698 + 2646, + 2695 ], "loc": { "start": { @@ -4558,13 +4558,13 @@ }, "end": { "line": 63, - "column": 56 + "column": 57 } } }, "range": [ - 2650, - 2699 + 2646, + 2696 ], "loc": { "start": { @@ -4573,19 +4573,19 @@ }, "end": { "line": 63, - "column": 57 + "column": 58 } } } ], "range": [ - 478, - 2705 + 464, + 2702 ], "loc": { "start": { "line": 16, - "column": 19 + "column": 20 }, "end": { "line": 64, @@ -4596,8 +4596,8 @@ "generator": false, "expression": false, "range": [ - 474, - 2705 + 459, + 2702 ], "loc": { "start": { @@ -4613,8 +4613,8 @@ "kind": "constructor", "computed": false, "range": [ - 463, - 2705 + 448, + 2702 ], "loc": { "start": { @@ -4631,8 +4631,8 @@ "type": "Block", "value": "*\n * Help UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 375, - 458 + 360, + 443 ], "loc": { "start": { @@ -4646,6 +4646,26 @@ } } ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Initialise Help instance\n *\n * @returns (description)\n ", + "range": [ + 2708, + 2788 + ], + "loc": { + "start": { + "line": 66, + "column": 4 + }, + "end": { + "line": 70, + "column": 7 + } + } + } + ], "static": false }, { @@ -4654,16 +4674,16 @@ "type": "Identifier", "name": "init", "range": [ - 2711, - 2715 + 2793, + 2797 ], "loc": { "start": { - "line": 66, + "line": 71, "column": 4 }, "end": { - "line": 66, + "line": 71, "column": 8 } } @@ -4683,17 +4703,17 @@ "object": { "type": "ThisExpression", "range": [ - 2730, - 2734 + 2814, + 2818 ], "loc": { "start": { - "line": 67, - "column": 11 + "line": 72, + "column": 12 }, "end": { - "line": 67, - "column": 15 + "line": 72, + "column": 16 } } }, @@ -4701,32 +4721,32 @@ "type": "Identifier", "name": "initialized", "range": [ - 2735, - 2746 + 2819, + 2830 ], "loc": { "start": { - "line": 67, - "column": 16 + "line": 72, + "column": 17 }, "end": { - "line": 67, - "column": 27 + "line": 72, + "column": 28 } } }, "range": [ - 2730, - 2746 + 2814, + 2830 ], "loc": { "start": { - "line": 67, - "column": 11 + "line": 72, + "column": 12 }, "end": { - "line": 67, - "column": 27 + "line": 72, + "column": 28 } } }, @@ -4737,48 +4757,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2761, - 2768 + 2846, + 2853 ], "loc": { "start": { - "line": 68, + "line": 73, "column": 12 }, "end": { - "line": 68, + "line": 73, "column": 19 } } } ], "range": [ - 2747, - 2778 + 2832, + 2863 ], "loc": { "start": { - "line": 67, - "column": 28 + "line": 72, + "column": 30 }, "end": { - "line": 69, + "line": 74, "column": 9 } } }, "alternate": null, "range": [ - 2727, - 2778 + 2810, + 2863 ], "loc": { "start": { - "line": 67, + "line": 72, "column": 8 }, "end": { - "line": 69, + "line": 74, "column": 9 } } @@ -4792,16 +4812,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2792, - 2794 + 2877, + 2879 ], "loc": { "start": { - "line": 71, + "line": 76, "column": 12 }, "end": { - "line": 71, + "line": 76, "column": 14 } } @@ -4812,16 +4832,16 @@ "object": { "type": "ThisExpression", "range": [ - 2797, - 2801 + 2882, + 2886 ], "loc": { "start": { - "line": 71, + "line": 76, "column": 17 }, "end": { - "line": 71, + "line": 76, "column": 21 } } @@ -4830,46 +4850,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2802, - 2804 + 2887, + 2889 ], "loc": { "start": { - "line": 71, + "line": 76, "column": 22 }, "end": { - "line": 71, + "line": 76, "column": 24 } } }, "range": [ - 2797, - 2804 + 2882, + 2889 ], "loc": { "start": { - "line": 71, + "line": 76, "column": 17 }, "end": { - "line": 71, + "line": 76, "column": 24 } } }, "range": [ - 2792, - 2804 + 2877, + 2889 ], "loc": { "start": { - "line": 71, + "line": 76, "column": 12 }, "end": { - "line": 71, + "line": 76, "column": 24 } } @@ -4877,16 +4897,16 @@ ], "kind": "var", "range": [ - 2788, - 2805 + 2873, + 2890 ], "loc": { "start": { - "line": 71, + "line": 76, "column": 8 }, "end": { - "line": 71, + "line": 76, "column": 25 } } @@ -4900,16 +4920,16 @@ "type": "Identifier", "name": "helpspan", "range": [ - 2819, - 2827 + 2904, + 2912 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, + "line": 78, "column": 20 } } @@ -4920,16 +4940,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 2830, - 2839 + 2915, + 2924 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 23 }, "end": { - "line": 73, + "line": 78, "column": 32 } } @@ -4940,16 +4960,16 @@ "value": "span", "raw": "'span'", "range": [ - 2840, - 2846 + 2925, + 2931 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 33 }, "end": { - "line": 73, + "line": 78, "column": 39 } } @@ -4962,16 +4982,16 @@ "value": "id", "raw": "'id'", "range": [ - 2849, - 2853 + 2934, + 2938 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 42 }, "end": { - "line": 73, + "line": 78, "column": 46 } } @@ -4985,16 +5005,16 @@ "object": { "type": "ThisExpression", "range": [ - 2855, - 2859 + 2940, + 2944 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 48 }, "end": { - "line": 73, + "line": 78, "column": 52 } } @@ -5003,31 +5023,31 @@ "type": "Identifier", "name": "prfxHelpSpan", "range": [ - 2860, - 2872 + 2945, + 2957 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 53 }, "end": { - "line": 73, + "line": 78, "column": 65 } } }, "range": [ - 2855, - 2872 + 2940, + 2957 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 48 }, "end": { - "line": 73, + "line": 78, "column": 65 } } @@ -5039,17 +5059,17 @@ "type": "Identifier", "name": "tf", "range": [ - 2873, - 2875 + 2960, + 2962 ], "loc": { "start": { - "line": 73, - "column": 66 + "line": 78, + "column": 68 }, "end": { - "line": 73, - "column": 68 + "line": 78, + "column": 70 } } }, @@ -5057,111 +5077,111 @@ "type": "Identifier", "name": "id", "range": [ - 2876, - 2878 + 2963, + 2965 ], "loc": { "start": { - "line": 73, - "column": 69 + "line": 78, + "column": 71 }, "end": { - "line": 73, - "column": 71 + "line": 78, + "column": 73 } } }, "range": [ - 2873, - 2878 + 2960, + 2965 ], "loc": { "start": { - "line": 73, - "column": 66 + "line": 78, + "column": 68 }, "end": { - "line": 73, - "column": 71 + "line": 78, + "column": 73 } } }, "range": [ - 2855, - 2878 + 2940, + 2965 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 48 }, "end": { - "line": 73, - "column": 71 + "line": 78, + "column": 73 } } } ], "range": [ - 2848, - 2879 + 2933, + 2966 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 41 }, "end": { - "line": 73, - "column": 72 + "line": 78, + "column": 74 } } } ], "range": [ - 2830, - 2880 + 2915, + 2967 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 23 }, "end": { - "line": 73, - "column": 73 + "line": 78, + "column": 75 } } }, "range": [ - 2819, - 2880 + 2904, + 2967 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 12 }, "end": { - "line": 73, - "column": 73 + "line": 78, + "column": 75 } } } ], "kind": "var", "range": [ - 2815, - 2881 + 2900, + 2968 ], "loc": { "start": { - "line": 73, + "line": 78, "column": 8 }, "end": { - "line": 73, - "column": 74 + "line": 78, + "column": 76 } } }, @@ -5174,16 +5194,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 2894, - 2901 + 2981, + 2988 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, + "line": 79, "column": 19 } } @@ -5194,16 +5214,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 2904, - 2913 + 2991, + 3000 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 22 }, "end": { - "line": 74, + "line": 79, "column": 31 } } @@ -5214,16 +5234,16 @@ "value": "div", "raw": "'div'", "range": [ - 2914, - 2919 + 3001, + 3006 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 32 }, "end": { - "line": 74, + "line": 79, "column": 37 } } @@ -5236,16 +5256,16 @@ "value": "id", "raw": "'id'", "range": [ - 2922, - 2926 + 3009, + 3013 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 40 }, "end": { - "line": 74, + "line": 79, "column": 44 } } @@ -5259,16 +5279,16 @@ "object": { "type": "ThisExpression", "range": [ - 2928, - 2932 + 3015, + 3019 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 46 }, "end": { - "line": 74, + "line": 79, "column": 50 } } @@ -5277,31 +5297,31 @@ "type": "Identifier", "name": "prfxHelpDiv", "range": [ - 2933, - 2944 + 3020, + 3031 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 51 }, "end": { - "line": 74, + "line": 79, "column": 62 } } }, "range": [ - 2928, - 2944 + 3015, + 3031 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 46 }, "end": { - "line": 74, + "line": 79, "column": 62 } } @@ -5313,17 +5333,17 @@ "type": "Identifier", "name": "tf", "range": [ - 2945, - 2947 + 3034, + 3036 ], "loc": { "start": { - "line": 74, - "column": 63 + "line": 79, + "column": 65 }, "end": { - "line": 74, - "column": 65 + "line": 79, + "column": 67 } } }, @@ -5331,111 +5351,111 @@ "type": "Identifier", "name": "id", "range": [ - 2948, - 2950 + 3037, + 3039 ], "loc": { "start": { - "line": 74, - "column": 66 + "line": 79, + "column": 68 }, "end": { - "line": 74, - "column": 68 + "line": 79, + "column": 70 } } }, "range": [ - 2945, - 2950 + 3034, + 3039 ], "loc": { "start": { - "line": 74, - "column": 63 + "line": 79, + "column": 65 }, "end": { - "line": 74, - "column": 68 + "line": 79, + "column": 70 } } }, "range": [ - 2928, - 2950 + 3015, + 3039 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 46 }, "end": { - "line": 74, - "column": 68 + "line": 79, + "column": 70 } } } ], "range": [ - 2921, - 2951 + 3008, + 3040 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 39 }, "end": { - "line": 74, - "column": 69 + "line": 79, + "column": 71 } } } ], "range": [ - 2904, - 2952 + 2991, + 3041 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 22 }, "end": { - "line": 74, - "column": 70 + "line": 79, + "column": 72 } } }, "range": [ - 2894, - 2952 + 2981, + 3041 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 12 }, "end": { - "line": 74, - "column": 70 + "line": 79, + "column": 72 } } } ], "kind": "var", "range": [ - 2890, - 2953 + 2977, + 3042 ], "loc": { "start": { - "line": 74, + "line": 79, "column": 8 }, "end": { - "line": 74, - "column": 71 + "line": 79, + "column": 73 } }, "trailingComments": [ @@ -5443,16 +5463,16 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2963, - 3004 + 3052, + 3093 ], "loc": { "start": { - "line": 76, + "line": 81, "column": 8 }, "end": { - "line": 76, + "line": 81, "column": 49 } } @@ -5470,17 +5490,17 @@ "object": { "type": "ThisExpression", "range": [ - 3017, - 3021 + 3107, + 3111 ], "loc": { "start": { - "line": 77, - "column": 12 + "line": 82, + "column": 13 }, "end": { - "line": 77, - "column": 16 + "line": 82, + "column": 17 } } }, @@ -5488,48 +5508,48 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3022, - 3027 + 3112, + 3117 ], "loc": { "start": { - "line": 77, - "column": 17 + "line": 82, + "column": 18 }, "end": { - "line": 77, - "column": 22 + "line": 82, + "column": 23 } } }, "range": [ - 3017, - 3027 + 3107, + 3117 ], "loc": { "start": { - "line": 77, - "column": 12 + "line": 82, + "column": 13 }, "end": { - "line": 77, - "column": 22 + "line": 82, + "column": 23 } } }, "prefix": true, "range": [ - 3016, - 3027 + 3106, + 3117 ], "loc": { "start": { - "line": 77, - "column": 11 + "line": 82, + "column": 12 }, "end": { - "line": 77, - "column": 22 + "line": 82, + "column": 23 } } }, @@ -5547,16 +5567,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3042, - 3044 + 3133, + 3135 ], "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 14 } } @@ -5565,94 +5585,94 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 3045, - 3055 + 3136, + 3146 ], "loc": { "start": { - "line": 78, + "line": 83, "column": 15 }, "end": { - "line": 78, + "line": 83, "column": 25 } } }, "range": [ - 3042, - 3055 + 3133, + 3146 ], "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 25 } } }, "arguments": [], "range": [ - 3042, - 3057 + 3133, + 3148 ], "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 27 } } }, "range": [ - 3042, - 3058 + 3133, + 3149 ], "loc": { "start": { - "line": 78, + "line": 83, "column": 12 }, "end": { - "line": 78, + "line": 83, "column": 28 } } } ], "range": [ - 3028, - 3068 + 3119, + 3159 ], "loc": { "start": { - "line": 77, - "column": 23 + "line": 82, + "column": 25 }, "end": { - "line": 79, + "line": 84, "column": 9 } } }, "alternate": null, "range": [ - 3013, - 3068 + 3102, + 3159 ], "loc": { "start": { - "line": 77, + "line": 82, "column": 8 }, "end": { - "line": 79, + "line": 84, "column": 9 } }, @@ -5661,16 +5681,16 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2963, - 3004 + 3052, + 3093 ], "loc": { "start": { - "line": 76, + "line": 81, "column": 8 }, "end": { - "line": 76, + "line": 81, "column": 49 } } @@ -5686,16 +5706,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3081, - 3089 + 3172, + 3180 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 12 }, "end": { - "line": 80, + "line": 85, "column": 20 } } @@ -5711,16 +5731,16 @@ "object": { "type": "ThisExpression", "range": [ - 3093, - 3097 + 3184, + 3188 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 24 }, "end": { - "line": 80, + "line": 85, "column": 28 } } @@ -5729,47 +5749,47 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3098, - 3103 + 3189, + 3194 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 29 }, "end": { - "line": 80, + "line": 85, "column": 34 } } }, "range": [ - 3093, - 3103 + 3184, + 3194 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 24 }, "end": { - "line": 80, + "line": 85, "column": 34 } } }, "prefix": true, "range": [ - 3092, - 3103 + 3183, + 3194 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 23 }, "end": { - "line": 80, + "line": 85, "column": 34 } } @@ -5781,16 +5801,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3106, - 3108 + 3197, + 3199 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 37 }, "end": { - "line": 80, + "line": 85, "column": 39 } } @@ -5799,31 +5819,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 3109, - 3113 + 3200, + 3204 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 40 }, "end": { - "line": 80, + "line": 85, "column": 44 } } }, "range": [ - 3106, - 3113 + 3197, + 3204 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 37 }, "end": { - "line": 80, + "line": 85, "column": 44 } } @@ -5834,16 +5854,16 @@ "type": "Identifier", "name": "elm", "range": [ - 3116, - 3119 + 3207, + 3210 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 47 }, "end": { - "line": 80, + "line": 85, "column": 50 } } @@ -5855,16 +5875,16 @@ "object": { "type": "ThisExpression", "range": [ - 3120, - 3124 + 3211, + 3215 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 51 }, "end": { - "line": 80, + "line": 85, "column": 55 } } @@ -5873,77 +5893,77 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3125, - 3130 + 3216, + 3221 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 56 }, "end": { - "line": 80, + "line": 85, "column": 61 } } }, "range": [ - 3120, - 3130 + 3211, + 3221 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 51 }, "end": { - "line": 80, + "line": 85, "column": 61 } } } ], "range": [ - 3116, - 3131 + 3207, + 3222 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 47 }, "end": { - "line": 80, + "line": 85, "column": 62 } } }, "range": [ - 3092, - 3131 + 3183, + 3222 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 23 }, "end": { - "line": 80, + "line": 85, "column": 62 } } }, "range": [ - 3081, - 3131 + 3172, + 3222 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 12 }, "end": { - "line": 80, + "line": 85, "column": 62 } } @@ -5951,16 +5971,16 @@ ], "kind": "var", "range": [ - 3077, - 3132 + 3168, + 3223 ], "loc": { "start": { - "line": 80, + "line": 85, "column": 8 }, "end": { - "line": 80, + "line": 85, "column": 63 } } @@ -5976,16 +5996,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3141, - 3149 + 3232, + 3240 ], "loc": { "start": { - "line": 81, + "line": 86, "column": 8 }, "end": { - "line": 81, + "line": 86, "column": 16 } } @@ -5994,31 +6014,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3150, - 3161 + 3241, + 3252 ], "loc": { "start": { - "line": 81, + "line": 86, "column": 17 }, "end": { - "line": 81, + "line": 86, "column": 28 } } }, "range": [ - 3141, - 3161 + 3232, + 3252 ], "loc": { "start": { - "line": 81, + "line": 86, "column": 8 }, "end": { - "line": 81, + "line": 86, "column": 28 } } @@ -6028,47 +6048,47 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3162, - 3170 + 3253, + 3261 ], "loc": { "start": { - "line": 81, + "line": 86, "column": 29 }, "end": { - "line": 81, + "line": 86, "column": 37 } } } ], "range": [ - 3141, - 3171 + 3232, + 3262 ], "loc": { "start": { - "line": 81, + "line": 86, "column": 8 }, "end": { - "line": 81, + "line": 86, "column": 38 } } }, "range": [ - 3141, - 3172 + 3232, + 3263 ], "loc": { "start": { - "line": 81, + "line": 86, "column": 8 }, "end": { - "line": 81, + "line": 86, "column": 39 } } @@ -6082,16 +6102,16 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3186, - 3198 + 3277, + 3289 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 12 }, "end": { - "line": 83, + "line": 88, "column": 24 } } @@ -6107,16 +6127,16 @@ "object": { "type": "ThisExpression", "range": [ - 3202, - 3206 + 3293, + 3297 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 28 }, "end": { - "line": 83, + "line": 88, "column": 32 } } @@ -6125,47 +6145,47 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 3207, - 3216 + 3298, + 3307 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 33 }, "end": { - "line": 83, + "line": 88, "column": 42 } } }, "range": [ - 3202, - 3216 + 3293, + 3307 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 28 }, "end": { - "line": 83, + "line": 88, "column": 42 } } }, "prefix": true, "range": [ - 3201, - 3216 + 3292, + 3307 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 27 }, "end": { - "line": 83, + "line": 88, "column": 42 } } @@ -6174,16 +6194,16 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3219, - 3227 + 3310, + 3318 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 45 }, "end": { - "line": 83, + "line": 88, "column": 53 } } @@ -6194,16 +6214,16 @@ "type": "Identifier", "name": "elm", "range": [ - 3230, - 3233 + 3321, + 3324 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 56 }, "end": { - "line": 83, + "line": 88, "column": 59 } } @@ -6215,16 +6235,16 @@ "object": { "type": "ThisExpression", "range": [ - 3234, - 3238 + 3325, + 3329 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 60 }, "end": { - "line": 83, + "line": 88, "column": 64 } } @@ -6233,77 +6253,77 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 3239, - 3248 + 3330, + 3339 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 65 }, "end": { - "line": 83, + "line": 88, "column": 74 } } }, "range": [ - 3234, - 3248 + 3325, + 3339 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 60 }, "end": { - "line": 83, + "line": 88, "column": 74 } } } ], "range": [ - 3230, - 3249 + 3321, + 3340 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 56 }, "end": { - "line": 83, + "line": 88, "column": 75 } } }, "range": [ - 3201, - 3249 + 3292, + 3340 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 27 }, "end": { - "line": 83, + "line": 88, "column": 75 } } }, "range": [ - 3186, - 3249 + 3277, + 3340 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 12 }, "end": { - "line": 83, + "line": 88, "column": 75 } } @@ -6311,16 +6331,16 @@ ], "kind": "var", "range": [ - 3182, - 3250 + 3273, + 3341 ], "loc": { "start": { - "line": 83, + "line": 88, "column": 8 }, "end": { - "line": 83, + "line": 88, "column": 76 } } @@ -6336,17 +6356,17 @@ "object": { "type": "ThisExpression", "range": [ - 3264, - 3268 + 3356, + 3360 ], "loc": { "start": { - "line": 85, - "column": 12 + "line": 90, + "column": 13 }, "end": { - "line": 85, - "column": 16 + "line": 90, + "column": 17 } } }, @@ -6354,48 +6374,48 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 3269, - 3276 + 3361, + 3368 ], "loc": { "start": { - "line": 85, - "column": 17 + "line": 90, + "column": 18 }, "end": { - "line": 85, - "column": 24 + "line": 90, + "column": 25 } } }, "range": [ - 3264, - 3276 + 3356, + 3368 ], "loc": { "start": { - "line": 85, - "column": 12 + "line": 90, + "column": 13 }, "end": { - "line": 85, - "column": 24 + "line": 90, + "column": 25 } } }, "prefix": true, "range": [ - 3263, - 3276 + 3355, + 3368 ], "loc": { "start": { - "line": 85, - "column": 11 + "line": 90, + "column": 12 }, "end": { - "line": 85, - "column": 24 + "line": 90, + "column": 25 } } }, @@ -6413,16 +6433,16 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3291, - 3303 + 3384, + 3396 ], "loc": { "start": { - "line": 86, + "line": 91, "column": 12 }, "end": { - "line": 86, + "line": 91, "column": 24 } } @@ -6431,31 +6451,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3304, - 3315 + 3397, + 3408 ], "loc": { "start": { - "line": 86, + "line": 91, "column": 25 }, "end": { - "line": 86, + "line": 91, "column": 36 } } }, "range": [ - 3291, - 3315 + 3384, + 3408 ], "loc": { "start": { - "line": 86, + "line": 91, "column": 12 }, "end": { - "line": 86, + "line": 91, "column": 36 } } @@ -6465,47 +6485,47 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3316, - 3323 + 3409, + 3416 ], "loc": { "start": { - "line": 86, + "line": 91, "column": 37 }, "end": { - "line": 86, + "line": 91, "column": 44 } } } ], "range": [ - 3291, - 3324 + 3384, + 3417 ], "loc": { "start": { - "line": 86, + "line": 91, "column": 12 }, "end": { - "line": 86, + "line": 91, "column": 45 } } }, "range": [ - 3291, - 3325 + 3384, + 3418 ], "loc": { "start": { - "line": 86, + "line": 91, "column": 12 }, "end": { - "line": 86, + "line": 91, "column": 46 } } @@ -6519,16 +6539,16 @@ "type": "Identifier", "name": "helplink", "range": [ - 3342, - 3350 + 3435, + 3443 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 16 }, "end": { - "line": 87, + "line": 92, "column": 24 } } @@ -6539,16 +6559,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 3353, - 3362 + 3446, + 3455 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 27 }, "end": { - "line": 87, + "line": 92, "column": 36 } } @@ -6559,16 +6579,16 @@ "value": "a", "raw": "'a'", "range": [ - 3363, - 3366 + 3456, + 3459 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 37 }, "end": { - "line": 87, + "line": 92, "column": 40 } } @@ -6581,16 +6601,16 @@ "value": "href", "raw": "'href'", "range": [ - 3369, - 3375 + 3462, + 3468 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 43 }, "end": { - "line": 87, + "line": 92, "column": 49 } } @@ -6600,63 +6620,63 @@ "value": "javascript:void(0);", "raw": "'javascript:void(0);'", "range": [ - 3377, - 3398 + 3470, + 3491 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 51 }, "end": { - "line": 87, + "line": 92, "column": 72 } } } ], "range": [ - 3368, - 3399 + 3461, + 3492 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 42 }, "end": { - "line": 87, + "line": 92, "column": 73 } } } ], "range": [ - 3353, - 3400 + 3446, + 3493 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 27 }, "end": { - "line": 87, + "line": 92, "column": 74 } } }, "range": [ - 3342, - 3400 + 3435, + 3493 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 16 }, "end": { - "line": 87, + "line": 92, "column": 74 } } @@ -6664,16 +6684,16 @@ ], "kind": "var", "range": [ - 3338, - 3401 + 3431, + 3494 ], "loc": { "start": { - "line": 87, + "line": 92, "column": 12 }, "end": { - "line": 87, + "line": 92, "column": 75 } } @@ -6690,16 +6710,16 @@ "type": "Identifier", "name": "helplink", "range": [ - 3414, - 3422 + 3507, + 3515 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 12 }, "end": { - "line": 88, + "line": 93, "column": 20 } } @@ -6708,31 +6728,31 @@ "type": "Identifier", "name": "className", "range": [ - 3423, - 3432 + 3516, + 3525 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 21 }, "end": { - "line": 88, + "line": 93, "column": 30 } } }, "range": [ - 3414, - 3432 + 3507, + 3525 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 12 }, "end": { - "line": 88, + "line": 93, "column": 30 } } @@ -6743,16 +6763,16 @@ "object": { "type": "ThisExpression", "range": [ - 3435, - 3439 + 3528, + 3532 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 33 }, "end": { - "line": 88, + "line": 93, "column": 37 } } @@ -6761,61 +6781,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 3440, - 3451 + 3533, + 3544 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 38 }, "end": { - "line": 88, + "line": 93, "column": 49 } } }, "range": [ - 3435, - 3451 + 3528, + 3544 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 33 }, "end": { - "line": 88, + "line": 93, "column": 49 } } }, "range": [ - 3414, - 3451 + 3507, + 3544 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 12 }, "end": { - "line": 88, + "line": 93, "column": 49 } } }, "range": [ - 3414, - 3452 + 3507, + 3545 ], "loc": { "start": { - "line": 88, + "line": 93, "column": 12 }, "end": { - "line": 88, + "line": 93, "column": 50 } } @@ -6831,16 +6851,16 @@ "type": "Identifier", "name": "helplink", "range": [ - 3465, - 3473 + 3558, + 3566 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 12 }, "end": { - "line": 89, + "line": 94, "column": 20 } } @@ -6849,31 +6869,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3474, - 3485 + 3567, + 3578 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 21 }, "end": { - "line": 89, + "line": 94, "column": 32 } } }, "range": [ - 3465, - 3485 + 3558, + 3578 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 12 }, "end": { - "line": 89, + "line": 94, "column": 32 } } @@ -6885,16 +6905,16 @@ "type": "Identifier", "name": "createText", "range": [ - 3486, - 3496 + 3579, + 3589 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 33 }, "end": { - "line": 89, + "line": 94, "column": 43 } } @@ -6906,16 +6926,16 @@ "object": { "type": "ThisExpression", "range": [ - 3497, - 3501 + 3590, + 3594 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 44 }, "end": { - "line": 89, + "line": 94, "column": 48 } } @@ -6924,78 +6944,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 3502, - 3509 + 3595, + 3602 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 49 }, "end": { - "line": 89, + "line": 94, "column": 56 } } }, "range": [ - 3497, - 3509 + 3590, + 3602 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 44 }, "end": { - "line": 89, + "line": 94, "column": 56 } } } ], "range": [ - 3486, - 3510 + 3579, + 3603 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 33 }, "end": { - "line": 89, + "line": 94, "column": 57 } } } ], "range": [ - 3465, - 3511 + 3558, + 3604 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 12 }, "end": { - "line": 89, + "line": 94, "column": 58 } } }, "range": [ - 3465, - 3512 + 3558, + 3605 ], "loc": { "start": { - "line": 89, + "line": 94, "column": 12 }, "end": { - "line": 89, + "line": 94, "column": 59 } } @@ -7011,16 +7031,16 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3525, - 3533 + 3618, + 3626 ], "loc": { "start": { - "line": 90, + "line": 95, "column": 12 }, "end": { - "line": 90, + "line": 95, "column": 20 } } @@ -7029,31 +7049,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3534, - 3545 + 3627, + 3638 ], "loc": { "start": { - "line": 90, + "line": 95, "column": 21 }, "end": { - "line": 90, + "line": 95, "column": 32 } } }, "range": [ - 3525, - 3545 + 3618, + 3638 ], "loc": { "start": { - "line": 90, + "line": 95, "column": 12 }, "end": { - "line": 90, + "line": 95, "column": 32 } } @@ -7063,47 +7083,47 @@ "type": "Identifier", "name": "helplink", "range": [ - 3546, - 3554 + 3639, + 3647 ], "loc": { "start": { - "line": 90, + "line": 95, "column": 33 }, "end": { - "line": 90, + "line": 95, "column": 41 } } } ], "range": [ - 3525, - 3555 + 3618, + 3648 ], "loc": { "start": { - "line": 90, + "line": 95, "column": 12 }, "end": { - "line": 90, + "line": 95, "column": 42 } } }, "range": [ - 3525, - 3556 + 3618, + 3649 ], "loc": { "start": { - "line": 90, + "line": 95, "column": 12 }, "end": { - "line": 90, + "line": 95, "column": 43 } } @@ -7119,16 +7139,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3569, - 3574 + 3662, + 3667 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 17 } } @@ -7137,31 +7157,31 @@ "type": "Identifier", "name": "add", "range": [ - 3575, - 3578 + 3668, + 3671 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 18 }, "end": { - "line": 91, + "line": 96, "column": 21 } } }, "range": [ - 3569, - 3578 + 3662, + 3671 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 21 } } @@ -7171,16 +7191,16 @@ "type": "Identifier", "name": "helplink", "range": [ - 3579, - 3587 + 3672, + 3680 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 22 }, "end": { - "line": 91, + "line": 96, "column": 30 } } @@ -7190,16 +7210,16 @@ "value": "click", "raw": "'click'", "range": [ - 3589, - 3596 + 3682, + 3689 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 32 }, "end": { - "line": 91, + "line": 96, "column": 39 } } @@ -7216,16 +7236,16 @@ "object": { "type": "ThisExpression", "range": [ - 3604, - 3608 + 3697, + 3701 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 47 }, "end": { - "line": 91, + "line": 96, "column": 51 } } @@ -7234,47 +7254,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 3609, - 3615 + 3702, + 3708 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 52 }, "end": { - "line": 91, + "line": 96, "column": 58 } } }, "range": [ - 3604, - 3615 + 3697, + 3708 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 47 }, "end": { - "line": 91, + "line": 96, "column": 58 } } }, "arguments": [], "range": [ - 3604, - 3617 + 3697, + 3710 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 47 }, "end": { - "line": 91, + "line": 96, "column": 60 } } @@ -7282,63 +7302,63 @@ "generator": false, "expression": true, "range": [ - 3598, - 3617 + 3691, + 3710 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 41 }, "end": { - "line": 91, + "line": 96, "column": 60 } } } ], "range": [ - 3569, - 3618 + 3662, + 3711 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 61 } } }, "range": [ - 3569, - 3619 + 3662, + 3712 ], "loc": { "start": { - "line": 91, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 96, "column": 62 } } } ], "range": [ - 3277, - 3629 + 3370, + 3722 ], "loc": { "start": { - "line": 85, - "column": 25 + "line": 90, + "column": 27 }, "end": { - "line": 92, + "line": 97, "column": 9 } } @@ -7358,16 +7378,16 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3649, - 3657 + 3742, + 3750 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 12 }, "end": { - "line": 93, + "line": 98, "column": 20 } } @@ -7376,31 +7396,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3658, - 3667 + 3751, + 3760 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 21 }, "end": { - "line": 93, + "line": 98, "column": 30 } } }, "range": [ - 3649, - 3667 + 3742, + 3760 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 12 }, "end": { - "line": 93, + "line": 98, "column": 30 } } @@ -7411,16 +7431,16 @@ "object": { "type": "ThisExpression", "range": [ - 3670, - 3674 + 3763, + 3767 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 33 }, "end": { - "line": 93, + "line": 98, "column": 37 } } @@ -7429,61 +7449,61 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 3675, - 3682 + 3768, + 3775 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 38 }, "end": { - "line": 93, + "line": 98, "column": 45 } } }, "range": [ - 3670, - 3682 + 3763, + 3775 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 33 }, "end": { - "line": 93, + "line": 98, "column": 45 } } }, "range": [ - 3649, - 3682 + 3742, + 3775 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 12 }, "end": { - "line": 93, + "line": 98, "column": 45 } } }, "range": [ - 3649, - 3683 + 3742, + 3776 ], "loc": { "start": { - "line": 93, + "line": 98, "column": 12 }, "end": { - "line": 93, + "line": 98, "column": 46 } } @@ -7497,16 +7517,16 @@ "type": "Identifier", "name": "helpEl", "range": [ - 3700, - 3706 + 3793, + 3799 ], "loc": { "start": { - "line": 94, + "line": 99, "column": 16 }, "end": { - "line": 94, + "line": 99, "column": 22 } } @@ -7518,16 +7538,16 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3709, - 3717 + 3802, + 3810 ], "loc": { "start": { - "line": 94, + "line": 99, "column": 25 }, "end": { - "line": 94, + "line": 99, "column": 33 } } @@ -7536,46 +7556,46 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3718, - 3728 + 3811, + 3821 ], "loc": { "start": { - "line": 94, + "line": 99, "column": 34 }, "end": { - "line": 94, + "line": 99, "column": 44 } } }, "range": [ - 3709, - 3728 + 3802, + 3821 ], "loc": { "start": { - "line": 94, + "line": 99, "column": 25 }, "end": { - "line": 94, + "line": 99, "column": 44 } } }, "range": [ - 3700, - 3728 + 3793, + 3821 ], "loc": { "start": { - "line": 94, + "line": 99, "column": 16 }, "end": { - "line": 94, + "line": 99, "column": 44 } } @@ -7583,16 +7603,16 @@ ], "kind": "var", "range": [ - 3696, - 3729 + 3789, + 3822 ], "loc": { "start": { - "line": 94, + "line": 99, "column": 12 }, "end": { - "line": 94, + "line": 99, "column": 45 } } @@ -7608,16 +7628,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3742, - 3747 + 3835, + 3840 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 12 }, "end": { - "line": 95, + "line": 100, "column": 17 } } @@ -7626,31 +7646,31 @@ "type": "Identifier", "name": "add", "range": [ - 3748, - 3751 + 3841, + 3844 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 18 }, "end": { - "line": 95, + "line": 100, "column": 21 } } }, "range": [ - 3742, - 3751 + 3835, + 3844 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 12 }, "end": { - "line": 95, + "line": 100, "column": 21 } } @@ -7660,16 +7680,16 @@ "type": "Identifier", "name": "helpEl", "range": [ - 3752, - 3758 + 3845, + 3851 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 22 }, "end": { - "line": 95, + "line": 100, "column": 28 } } @@ -7679,16 +7699,16 @@ "value": "click", "raw": "'click'", "range": [ - 3760, - 3767 + 3853, + 3860 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 30 }, "end": { - "line": 95, + "line": 100, "column": 37 } } @@ -7705,16 +7725,16 @@ "object": { "type": "ThisExpression", "range": [ - 3775, - 3779 + 3868, + 3872 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 45 }, "end": { - "line": 95, + "line": 100, "column": 49 } } @@ -7723,47 +7743,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 3780, - 3786 + 3873, + 3879 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 50 }, "end": { - "line": 95, + "line": 100, "column": 56 } } }, "range": [ - 3775, - 3786 + 3868, + 3879 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 45 }, "end": { - "line": 95, + "line": 100, "column": 56 } } }, "arguments": [], "range": [ - 3775, - 3788 + 3868, + 3881 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 45 }, "end": { - "line": 95, + "line": 100, "column": 58 } } @@ -7771,47 +7791,47 @@ "generator": false, "expression": true, "range": [ - 3769, - 3788 + 3862, + 3881 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 39 }, "end": { - "line": 95, + "line": 100, "column": 58 } } } ], "range": [ - 3742, - 3789 + 3835, + 3882 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 12 }, "end": { - "line": 95, + "line": 100, "column": 59 } } }, "range": [ - 3742, - 3790 + 3835, + 3883 ], "loc": { "start": { - "line": 95, + "line": 100, "column": 12 }, "end": { - "line": 95, + "line": 100, "column": 60 } } @@ -7827,16 +7847,16 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3803, - 3815 + 3896, + 3908 ], "loc": { "start": { - "line": 96, + "line": 101, "column": 12 }, "end": { - "line": 96, + "line": 101, "column": 24 } } @@ -7845,31 +7865,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3816, - 3827 + 3909, + 3920 ], "loc": { "start": { - "line": 96, + "line": 101, "column": 25 }, "end": { - "line": 96, + "line": 101, "column": 36 } } }, "range": [ - 3803, - 3827 + 3896, + 3920 ], "loc": { "start": { - "line": 96, + "line": 101, "column": 12 }, "end": { - "line": 96, + "line": 101, "column": 36 } } @@ -7879,78 +7899,78 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3828, - 3835 + 3921, + 3928 ], "loc": { "start": { - "line": 96, + "line": 101, "column": 37 }, "end": { - "line": 96, + "line": 101, "column": 44 } } } ], "range": [ - 3803, - 3836 + 3896, + 3929 ], "loc": { "start": { - "line": 96, + "line": 101, "column": 12 }, "end": { - "line": 96, + "line": 101, "column": 45 } } }, "range": [ - 3803, - 3837 + 3896, + 3930 ], "loc": { "start": { - "line": 96, + "line": 101, "column": 12 }, "end": { - "line": 96, + "line": 101, "column": 46 } } } ], "range": [ - 3635, - 3847 + 3728, + 3940 ], "loc": { "start": { - "line": 92, + "line": 97, "column": 15 }, "end": { - "line": 97, + "line": 102, "column": 9 } } }, "range": [ - 3260, - 3847 + 3351, + 3940 ], "loc": { "start": { - "line": 85, + "line": 90, "column": 8 }, "end": { - "line": 97, + "line": 102, "column": 9 } } @@ -7966,17 +7986,17 @@ "object": { "type": "ThisExpression", "range": [ - 3861, - 3865 + 3955, + 3959 ], "loc": { "start": { - "line": 99, - "column": 12 + "line": 104, + "column": 13 }, "end": { - "line": 99, - "column": 16 + "line": 104, + "column": 17 } } }, @@ -7984,48 +8004,48 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 3866, - 3875 + 3960, + 3969 ], "loc": { "start": { - "line": 99, - "column": 17 + "line": 104, + "column": 18 }, "end": { - "line": 99, - "column": 26 + "line": 104, + "column": 27 } } }, "range": [ - 3861, - 3875 + 3955, + 3969 ], "loc": { "start": { - "line": 99, - "column": 12 + "line": 104, + "column": 13 }, "end": { - "line": 99, - "column": 26 + "line": 104, + "column": 27 } } }, "prefix": true, "range": [ - 3860, - 3875 + 3954, + 3969 ], "loc": { "start": { - "line": 99, - "column": 11 + "line": 104, + "column": 12 }, "end": { - "line": 99, - "column": 26 + "line": 104, + "column": 27 } } }, @@ -8044,16 +8064,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3890, - 3897 + 3985, + 3992 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 12 }, "end": { - "line": 100, + "line": 105, "column": 19 } } @@ -8062,31 +8082,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3898, - 3907 + 3993, + 4002 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 20 }, "end": { - "line": 100, + "line": 105, "column": 29 } } }, "range": [ - 3890, - 3907 + 3985, + 4002 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 12 }, "end": { - "line": 100, + "line": 105, "column": 29 } } @@ -8097,16 +8117,16 @@ "object": { "type": "ThisExpression", "range": [ - 3910, - 3914 + 4005, + 4009 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 32 }, "end": { - "line": 100, + "line": 105, "column": 36 } } @@ -8115,61 +8135,61 @@ "type": "Identifier", "name": "instrText", "range": [ - 3915, - 3924 + 4010, + 4019 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 37 }, "end": { - "line": 100, + "line": 105, "column": 46 } } }, "range": [ - 3910, - 3924 + 4005, + 4019 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 32 }, "end": { - "line": 100, + "line": 105, "column": 46 } } }, "range": [ - 3890, - 3924 + 3985, + 4019 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 12 }, "end": { - "line": 100, + "line": 105, "column": 46 } } }, "range": [ - 3890, - 3925 + 3985, + 4020 ], "loc": { "start": { - "line": 100, + "line": 105, "column": 12 }, "end": { - "line": 100, + "line": 105, "column": 47 } } @@ -8186,16 +8206,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3938, - 3945 + 4033, + 4040 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 12 }, "end": { - "line": 101, + "line": 106, "column": 19 } } @@ -8204,31 +8224,31 @@ "type": "Identifier", "name": "className", "range": [ - 3946, - 3955 + 4041, + 4050 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 20 }, "end": { - "line": 101, + "line": 106, "column": 29 } } }, "range": [ - 3938, - 3955 + 4033, + 4050 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 12 }, "end": { - "line": 101, + "line": 106, "column": 29 } } @@ -8239,16 +8259,16 @@ "object": { "type": "ThisExpression", "range": [ - 3958, - 3962 + 4053, + 4057 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 32 }, "end": { - "line": 101, + "line": 106, "column": 36 } } @@ -8257,61 +8277,61 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 3963, - 3975 + 4058, + 4070 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 37 }, "end": { - "line": 101, + "line": 106, "column": 49 } } }, "range": [ - 3958, - 3975 + 4053, + 4070 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 32 }, "end": { - "line": 101, + "line": 106, "column": 49 } } }, "range": [ - 3938, - 3975 + 4033, + 4070 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 12 }, "end": { - "line": 101, + "line": 106, "column": 49 } } }, "range": [ - 3938, - 3976 + 4033, + 4071 ], "loc": { "start": { - "line": 101, + "line": 106, "column": 12 }, "end": { - "line": 101, + "line": 106, "column": 50 } } @@ -8327,16 +8347,16 @@ "type": "Identifier", "name": "Event", "range": [ - 3989, - 3994 + 4084, + 4089 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 12 }, "end": { - "line": 102, + "line": 107, "column": 17 } } @@ -8345,31 +8365,31 @@ "type": "Identifier", "name": "add", "range": [ - 3995, - 3998 + 4090, + 4093 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 18 }, "end": { - "line": 102, + "line": 107, "column": 21 } } }, "range": [ - 3989, - 3998 + 4084, + 4093 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 12 }, "end": { - "line": 102, + "line": 107, "column": 21 } } @@ -8379,16 +8399,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3999, - 4006 + 4094, + 4101 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 22 }, "end": { - "line": 102, + "line": 107, "column": 29 } } @@ -8398,16 +8418,16 @@ "value": "dblclick", "raw": "'dblclick'", "range": [ - 4008, - 4018 + 4103, + 4113 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 31 }, "end": { - "line": 102, + "line": 107, "column": 41 } } @@ -8424,16 +8444,16 @@ "object": { "type": "ThisExpression", "range": [ - 4026, - 4030 + 4121, + 4125 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 49 }, "end": { - "line": 102, + "line": 107, "column": 53 } } @@ -8442,47 +8462,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 4031, - 4037 + 4126, + 4132 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 54 }, "end": { - "line": 102, + "line": 107, "column": 60 } } }, "range": [ - 4026, - 4037 + 4121, + 4132 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 49 }, "end": { - "line": 102, + "line": 107, "column": 60 } } }, "arguments": [], "range": [ - 4026, - 4039 + 4121, + 4134 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 49 }, "end": { - "line": 102, + "line": 107, "column": 62 } } @@ -8490,63 +8510,63 @@ "generator": false, "expression": true, "range": [ - 4020, - 4039 + 4115, + 4134 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 43 }, "end": { - "line": 102, + "line": 107, "column": 62 } } } ], "range": [ - 3989, - 4040 + 4084, + 4135 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 12 }, "end": { - "line": 102, + "line": 107, "column": 63 } } }, "range": [ - 3989, - 4041 + 4084, + 4136 ], "loc": { "start": { - "line": 102, + "line": 107, "column": 12 }, "end": { - "line": 102, + "line": 107, "column": 64 } } } ], "range": [ - 3876, - 4051 + 3971, + 4146 ], "loc": { "start": { - "line": 99, - "column": 27 + "line": 104, + "column": 29 }, "end": { - "line": 103, + "line": 108, "column": 9 } } @@ -8562,17 +8582,17 @@ "object": { "type": "ThisExpression", "range": [ - 4074, - 4078 + 4170, + 4174 ], "loc": { "start": { - "line": 104, - "column": 15 + "line": 109, + "column": 16 }, "end": { - "line": 104, - "column": 19 + "line": 109, + "column": 20 } } }, @@ -8580,32 +8600,32 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 4079, - 4088 + 4175, + 4184 ], "loc": { "start": { - "line": 104, - "column": 20 + "line": 109, + "column": 21 }, "end": { - "line": 104, - "column": 29 + "line": 109, + "column": 30 } } }, "range": [ - 4074, - 4088 + 4170, + 4184 ], "loc": { "start": { - "line": 104, - "column": 15 + "line": 109, + "column": 16 }, "end": { - "line": 104, - "column": 29 + "line": 109, + "column": 30 } } }, @@ -8623,16 +8643,16 @@ "type": "Identifier", "name": "divContainer", "range": [ - 4107, - 4119 + 4204, + 4216 ], "loc": { "start": { - "line": 105, + "line": 110, "column": 16 }, "end": { - "line": 105, + "line": 110, "column": 28 } } @@ -8641,31 +8661,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4120, - 4131 + 4217, + 4228 ], "loc": { "start": { - "line": 105, + "line": 110, "column": 29 }, "end": { - "line": 105, + "line": 110, "column": 40 } } }, "range": [ - 4107, - 4131 + 4204, + 4228 ], "loc": { "start": { - "line": 105, + "line": 110, "column": 16 }, "end": { - "line": 105, + "line": 110, "column": 40 } } @@ -8675,79 +8695,79 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4132, - 4139 + 4229, + 4236 ], "loc": { "start": { - "line": 105, + "line": 110, "column": 41 }, "end": { - "line": 105, + "line": 110, "column": 48 } } } ], "range": [ - 4107, - 4140 + 4204, + 4237 ], "loc": { "start": { - "line": 105, + "line": 110, "column": 16 }, "end": { - "line": 105, + "line": 110, "column": 49 } } }, "range": [ - 4107, - 4141 + 4204, + 4238 ], "loc": { "start": { - "line": 105, + "line": 110, "column": 16 }, "end": { - "line": 105, + "line": 110, "column": 50 } } } ], "range": [ - 4089, - 4155 + 4186, + 4252 ], "loc": { "start": { - "line": 104, - "column": 30 + "line": 109, + "column": 32 }, "end": { - "line": 106, + "line": 111, "column": 13 } } }, "alternate": null, "range": [ - 4071, - 4155 + 4166, + 4252 ], "loc": { "start": { - "line": 104, + "line": 109, "column": 12 }, "end": { - "line": 106, + "line": 111, "column": 13 } } @@ -8764,16 +8784,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4168, - 4175 + 4265, + 4272 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 12 }, "end": { - "line": 107, + "line": 112, "column": 19 } } @@ -8782,31 +8802,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4176, - 4185 + 4273, + 4282 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 20 }, "end": { - "line": 107, + "line": 112, "column": 29 } } }, "range": [ - 4168, - 4185 + 4265, + 4282 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 12 }, "end": { - "line": 107, + "line": 112, "column": 29 } } @@ -8817,16 +8837,16 @@ "object": { "type": "ThisExpression", "range": [ - 4188, - 4192 + 4285, + 4289 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 32 }, "end": { - "line": 107, + "line": 112, "column": 36 } } @@ -8835,61 +8855,61 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 4193, - 4202 + 4290, + 4299 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 37 }, "end": { - "line": 107, + "line": 112, "column": 46 } } }, "range": [ - 4188, - 4202 + 4285, + 4299 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 32 }, "end": { - "line": 107, + "line": 112, "column": 46 } } }, "range": [ - 4168, - 4202 + 4265, + 4299 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 12 }, "end": { - "line": 107, + "line": 112, "column": 46 } } }, "range": [ - 4168, - 4203 + 4265, + 4300 ], "loc": { "start": { - "line": 107, + "line": 112, "column": 12 }, "end": { - "line": 107, + "line": 112, "column": 47 } } @@ -8905,17 +8925,17 @@ "object": { "type": "ThisExpression", "range": [ - 4220, - 4224 + 4318, + 4322 ], "loc": { "start": { - "line": 108, - "column": 16 + "line": 113, + "column": 17 }, "end": { - "line": 108, - "column": 20 + "line": 113, + "column": 21 } } }, @@ -8923,48 +8943,48 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 4225, - 4234 + 4323, + 4332 ], "loc": { "start": { - "line": 108, - "column": 21 + "line": 113, + "column": 22 }, "end": { - "line": 108, - "column": 30 + "line": 113, + "column": 31 } } }, "range": [ - 4220, - 4234 + 4318, + 4332 ], "loc": { "start": { - "line": 108, - "column": 16 + "line": 113, + "column": 17 }, "end": { - "line": 108, - "column": 30 + "line": 113, + "column": 31 } } }, "prefix": true, "range": [ - 4219, - 4234 + 4317, + 4332 ], "loc": { "start": { - "line": 108, - "column": 15 + "line": 113, + "column": 16 }, "end": { - "line": 108, - "column": 30 + "line": 113, + "column": 31 } } }, @@ -8983,16 +9003,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4253, - 4260 + 4352, + 4359 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 16 }, "end": { - "line": 109, + "line": 114, "column": 23 } } @@ -9001,31 +9021,31 @@ "type": "Identifier", "name": "className", "range": [ - 4261, - 4270 + 4360, + 4369 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 24 }, "end": { - "line": 109, + "line": 114, "column": 33 } } }, "range": [ - 4253, - 4270 + 4352, + 4369 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 16 }, "end": { - "line": 109, + "line": 114, "column": 33 } } @@ -9036,16 +9056,16 @@ "object": { "type": "ThisExpression", "range": [ - 4273, - 4277 + 4372, + 4376 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 36 }, "end": { - "line": 109, + "line": 114, "column": 40 } } @@ -9054,61 +9074,61 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 4278, - 4290 + 4377, + 4389 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 41 }, "end": { - "line": 109, + "line": 114, "column": 53 } } }, "range": [ - 4273, - 4290 + 4372, + 4389 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 36 }, "end": { - "line": 109, + "line": 114, "column": 53 } } }, "range": [ - 4253, - 4290 + 4352, + 4389 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 16 }, "end": { - "line": 109, + "line": 114, "column": 53 } } }, "range": [ - 4253, - 4291 + 4352, + 4390 ], "loc": { "start": { - "line": 109, + "line": 114, "column": 16 }, "end": { - "line": 109, + "line": 114, "column": 54 } } @@ -9124,16 +9144,16 @@ "type": "Identifier", "name": "Event", "range": [ - 4308, - 4313 + 4407, + 4412 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 16 }, "end": { - "line": 110, + "line": 115, "column": 21 } } @@ -9142,31 +9162,31 @@ "type": "Identifier", "name": "add", "range": [ - 4314, - 4317 + 4413, + 4416 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 22 }, "end": { - "line": 110, + "line": 115, "column": 25 } } }, "range": [ - 4308, - 4317 + 4407, + 4416 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 16 }, "end": { - "line": 110, + "line": 115, "column": 25 } } @@ -9176,16 +9196,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4318, - 4325 + 4417, + 4424 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 26 }, "end": { - "line": 110, + "line": 115, "column": 33 } } @@ -9195,16 +9215,16 @@ "value": "dblclick", "raw": "'dblclick'", "range": [ - 4327, - 4337 + 4426, + 4436 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 35 }, "end": { - "line": 110, + "line": 115, "column": 45 } } @@ -9221,16 +9241,16 @@ "object": { "type": "ThisExpression", "range": [ - 4345, - 4349 + 4444, + 4448 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 53 }, "end": { - "line": 110, + "line": 115, "column": 57 } } @@ -9239,47 +9259,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 4350, - 4356 + 4449, + 4455 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 58 }, "end": { - "line": 110, + "line": 115, "column": 64 } } }, "range": [ - 4345, - 4356 + 4444, + 4455 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 53 }, "end": { - "line": 110, + "line": 115, "column": 64 } } }, "arguments": [], "range": [ - 4345, - 4358 + 4444, + 4457 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 53 }, "end": { - "line": 110, + "line": 115, "column": 66 } } @@ -9287,110 +9307,110 @@ "generator": false, "expression": true, "range": [ - 4339, - 4358 + 4438, + 4457 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 47 }, "end": { - "line": 110, + "line": 115, "column": 66 } } } ], "range": [ - 4308, - 4359 + 4407, + 4458 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 16 }, "end": { - "line": 110, + "line": 115, "column": 67 } } }, "range": [ - 4308, - 4360 + 4407, + 4459 ], "loc": { "start": { - "line": 110, + "line": 115, "column": 16 }, "end": { - "line": 110, + "line": 115, "column": 68 } } } ], "range": [ - 4235, - 4374 + 4334, + 4473 ], "loc": { "start": { - "line": 108, - "column": 31 + "line": 113, + "column": 33 }, "end": { - "line": 111, + "line": 116, "column": 13 } } }, "alternate": null, "range": [ - 4216, - 4374 + 4313, + 4473 ], "loc": { "start": { - "line": 108, + "line": 113, "column": 12 }, "end": { - "line": 111, + "line": 116, "column": 13 } } } ], "range": [ - 4057, - 4384 + 4152, + 4483 ], "loc": { "start": { - "line": 103, + "line": 108, "column": 15 }, "end": { - "line": 112, + "line": 117, "column": 9 } } }, "range": [ - 3857, - 4384 + 3950, + 4483 ], "loc": { "start": { - "line": 99, + "line": 104, "column": 8 }, "end": { - "line": 112, + "line": 117, "column": 9 } } @@ -9407,16 +9427,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4393, - 4400 + 4492, + 4499 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 15 } } @@ -9425,31 +9445,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4401, - 4410 + 4500, + 4509 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 16 }, "end": { - "line": 113, + "line": 118, "column": 25 } } }, "range": [ - 4393, - 4410 + 4492, + 4509 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 25 } } @@ -9460,16 +9480,16 @@ "object": { "type": "ThisExpression", "range": [ - 4414, - 4418 + 4513, + 4517 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 29 }, "end": { - "line": 113, + "line": 118, "column": 33 } } @@ -9478,61 +9498,61 @@ "type": "Identifier", "name": "defaultHtml", "range": [ - 4419, - 4430 + 4518, + 4529 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 34 }, "end": { - "line": 113, + "line": 118, "column": 45 } } }, "range": [ - 4414, - 4430 + 4513, + 4529 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 29 }, "end": { - "line": 113, + "line": 118, "column": 45 } } }, "range": [ - 4393, - 4430 + 4492, + 4529 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 45 } } }, "range": [ - 4393, - 4431 + 4492, + 4530 ], "loc": { "start": { - "line": 113, + "line": 118, "column": 8 }, "end": { - "line": 113, + "line": 118, "column": 46 } } @@ -9548,16 +9568,16 @@ "type": "Identifier", "name": "Event", "range": [ - 4440, - 4445 + 4539, + 4544 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 13 } } @@ -9566,31 +9586,31 @@ "type": "Identifier", "name": "add", "range": [ - 4446, - 4449 + 4545, + 4548 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 14 }, "end": { - "line": 114, + "line": 119, "column": 17 } } }, "range": [ - 4440, - 4449 + 4539, + 4548 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 17 } } @@ -9600,16 +9620,16 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4450, - 4457 + 4549, + 4556 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 18 }, "end": { - "line": 114, + "line": 119, "column": 25 } } @@ -9619,16 +9639,16 @@ "value": "click", "raw": "'click'", "range": [ - 4459, - 4466 + 4558, + 4565 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 27 }, "end": { - "line": 114, + "line": 119, "column": 34 } } @@ -9645,16 +9665,16 @@ "object": { "type": "ThisExpression", "range": [ - 4474, - 4478 + 4573, + 4577 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 42 }, "end": { - "line": 114, + "line": 119, "column": 46 } } @@ -9663,47 +9683,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 4479, - 4485 + 4578, + 4584 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 47 }, "end": { - "line": 114, + "line": 119, "column": 53 } } }, "range": [ - 4474, - 4485 + 4573, + 4584 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 42 }, "end": { - "line": 114, + "line": 119, "column": 53 } } }, "arguments": [], "range": [ - 4474, - 4487 + 4573, + 4586 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 42 }, "end": { - "line": 114, + "line": 119, "column": 55 } } @@ -9711,47 +9731,47 @@ "generator": false, "expression": true, "range": [ - 4468, - 4487 + 4567, + 4586 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 36 }, "end": { - "line": 114, + "line": 119, "column": 55 } } } ], "range": [ - 4440, - 4488 + 4539, + 4587 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 56 } } }, "range": [ - 4440, - 4489 + 4539, + 4588 ], "loc": { "start": { - "line": 114, + "line": 119, "column": 8 }, "end": { - "line": 114, + "line": 119, "column": 57 } } @@ -9767,16 +9787,16 @@ "object": { "type": "ThisExpression", "range": [ - 4499, - 4503 + 4598, + 4602 ], "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 12 } } @@ -9785,31 +9805,31 @@ "type": "Identifier", "name": "cont", "range": [ - 4504, - 4508 + 4603, + 4607 ], "loc": { "start": { - "line": 116, + "line": 121, "column": 13 }, "end": { - "line": 116, + "line": 121, "column": 17 } } }, "range": [ - 4499, - 4508 + 4598, + 4607 ], "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 17 } } @@ -9818,46 +9838,46 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4511, - 4518 + 4610, + 4617 ], "loc": { "start": { - "line": 116, + "line": 121, "column": 20 }, "end": { - "line": 116, + "line": 121, "column": 27 } } }, "range": [ - 4499, - 4518 + 4598, + 4617 ], "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 27 } } }, "range": [ - 4499, - 4519 + 4598, + 4618 ], "loc": { "start": { - "line": 116, + "line": 121, "column": 8 }, "end": { - "line": 116, + "line": 121, "column": 28 } } @@ -9873,16 +9893,16 @@ "object": { "type": "ThisExpression", "range": [ - 4528, - 4532 + 4627, + 4631 ], "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 12 } } @@ -9891,31 +9911,31 @@ "type": "Identifier", "name": "btn", "range": [ - 4533, - 4536 + 4632, + 4635 ], "loc": { "start": { - "line": 117, + "line": 122, "column": 13 }, "end": { - "line": 117, + "line": 122, "column": 16 } } }, "range": [ - 4528, - 4536 + 4627, + 4635 ], "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 16 } } @@ -9924,46 +9944,46 @@ "type": "Identifier", "name": "helpspan", "range": [ - 4539, - 4547 + 4638, + 4646 ], "loc": { "start": { - "line": 117, + "line": 122, "column": 19 }, "end": { - "line": 117, + "line": 122, "column": 27 } } }, "range": [ - 4528, - 4547 + 4627, + 4646 ], "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 27 } } }, "range": [ - 4528, - 4548 + 4627, + 4647 ], "loc": { "start": { - "line": 117, + "line": 122, "column": 8 }, "end": { - "line": 117, + "line": 122, "column": 28 } } @@ -9979,16 +9999,16 @@ "object": { "type": "ThisExpression", "range": [ - 4557, - 4561 + 4656, + 4660 ], "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 12 } } @@ -9997,31 +10017,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 4562, - 4573 + 4661, + 4672 ], "loc": { "start": { - "line": 118, + "line": 123, "column": 13 }, "end": { - "line": 118, + "line": 123, "column": 24 } } }, "range": [ - 4557, - 4573 + 4656, + 4672 ], "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 24 } } @@ -10031,62 +10051,62 @@ "value": true, "raw": "true", "range": [ - 4576, - 4580 + 4675, + 4679 ], "loc": { "start": { - "line": 118, + "line": 123, "column": 27 }, "end": { - "line": 118, + "line": 123, "column": 31 } } }, "range": [ - 4557, - 4580 + 4656, + 4679 ], "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 31 } } }, "range": [ - 4557, - 4581 + 4656, + 4680 ], "loc": { "start": { - "line": 118, + "line": 123, "column": 8 }, "end": { - "line": 118, + "line": 123, "column": 32 } } } ], "range": [ - 2717, - 4587 + 2800, + 4686 ], "loc": { "start": { - "line": 66, - "column": 10 + "line": 71, + "column": 11 }, "end": { - "line": 119, + "line": 124, "column": 5 } } @@ -10094,16 +10114,16 @@ "generator": false, "expression": false, "range": [ - 2715, - 4587 + 2797, + 4686 ], "loc": { "start": { - "line": 66, + "line": 71, "column": 8 }, "end": { - "line": 119, + "line": 124, "column": 5 } } @@ -10111,34 +10131,54 @@ "kind": "method", "computed": false, "range": [ - 2711, - 4587 + 2793, + 4686 ], "loc": { "start": { - "line": 66, + "line": 71, "column": 4 }, "end": { - "line": 119, + "line": 124, "column": 5 } }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Initialise Help instance\n *\n * @returns (description)\n ", + "range": [ + 2708, + 2788 + ], + "loc": { + "start": { + "line": 66, + "column": 4 + }, + "end": { + "line": 70, + "column": 7 + } + } + } + ], "trailingComments": [ { "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4593, - 4630 + 4692, + 4729 ], "loc": { "start": { - "line": 121, + "line": 126, "column": 4 }, "end": { - "line": 123, + "line": 128, "column": 7 } } @@ -10152,16 +10192,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 4635, - 4641 + 4734, + 4740 ], "loc": { "start": { - "line": 124, + "line": 129, "column": 4 }, "end": { - "line": 124, + "line": 129, "column": 10 } } @@ -10184,17 +10224,17 @@ "object": { "type": "ThisExpression", "range": [ - 4792, - 4796 + 4893, + 4897 ], "loc": { "start": { - "line": 127, - "column": 11 + "line": 132, + "column": 12 }, "end": { - "line": 127, - "column": 15 + "line": 132, + "column": 16 } } }, @@ -10202,32 +10242,32 @@ "type": "Identifier", "name": "enabled", "range": [ - 4797, - 4804 + 4898, + 4905 ], "loc": { "start": { - "line": 127, - "column": 16 + "line": 132, + "column": 17 }, "end": { - "line": 127, - "column": 23 + "line": 132, + "column": 24 } } }, "range": [ - 4792, - 4804 + 4893, + 4905 ], "loc": { "start": { - "line": 127, - "column": 11 + "line": 132, + "column": 12 }, "end": { - "line": 127, - "column": 23 + "line": 132, + "column": 24 } } }, @@ -10236,32 +10276,32 @@ "value": false, "raw": "false", "range": [ - 4809, - 4814 + 4910, + 4915 ], "loc": { "start": { - "line": 127, - "column": 28 + "line": 132, + "column": 29 }, "end": { - "line": 127, - "column": 33 + "line": 132, + "column": 34 } } }, "range": [ - 4792, - 4814 + 4893, + 4915 ], "loc": { "start": { - "line": 127, - "column": 11 + "line": 132, + "column": 12 }, "end": { - "line": 127, - "column": 33 + "line": 132, + "column": 34 } } }, @@ -10272,48 +10312,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4829, - 4836 + 4931, + 4938 ], "loc": { "start": { - "line": 128, + "line": 133, "column": 12 }, "end": { - "line": 128, + "line": 133, "column": 19 } } } ], "range": [ - 4815, - 4846 + 4917, + 4948 ], "loc": { "start": { - "line": 127, - "column": 34 + "line": 132, + "column": 36 }, "end": { - "line": 129, + "line": 134, "column": 9 } } }, "alternate": null, "range": [ - 4789, - 4846 + 4889, + 4948 ], "loc": { "start": { - "line": 127, + "line": 132, "column": 8 }, "end": { - "line": 129, + "line": 134, "column": 9 } }, @@ -10322,16 +10362,16 @@ "type": "Line", "value": " check only if explicitily set to false as in this case undefined", "range": [ - 4653, - 4720 + 4753, + 4820 ], "loc": { "start": { - "line": 125, + "line": 130, "column": 8 }, "end": { - "line": 125, + "line": 130, "column": 75 } } @@ -10340,16 +10380,16 @@ "type": "Line", "value": " signifies the help feature is enabled by default", "range": [ - 4729, - 4780 + 4829, + 4880 ], "loc": { "start": { - "line": 126, + "line": 131, "column": 8 }, "end": { - "line": 126, + "line": 131, "column": 59 } } @@ -10365,16 +10405,16 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4859, - 4869 + 4961, + 4971 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 12 }, "end": { - "line": 130, + "line": 135, "column": 22 } } @@ -10391,16 +10431,16 @@ "object": { "type": "ThisExpression", "range": [ - 4872, - 4876 + 4974, + 4978 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 25 }, "end": { - "line": 130, + "line": 135, "column": 29 } } @@ -10409,31 +10449,31 @@ "type": "Identifier", "name": "cont", "range": [ - 4877, - 4881 + 4979, + 4983 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 30 }, "end": { - "line": 130, + "line": 135, "column": 34 } } }, "range": [ - 4872, - 4881 + 4974, + 4983 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 25 }, "end": { - "line": 130, + "line": 135, "column": 34 } } @@ -10442,31 +10482,31 @@ "type": "Identifier", "name": "style", "range": [ - 4882, - 4887 + 4984, + 4989 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 35 }, "end": { - "line": 130, + "line": 135, "column": 40 } } }, "range": [ - 4872, - 4887 + 4974, + 4989 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 25 }, "end": { - "line": 130, + "line": 135, "column": 40 } } @@ -10475,46 +10515,46 @@ "type": "Identifier", "name": "display", "range": [ - 4888, - 4895 + 4990, + 4997 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 41 }, "end": { - "line": 130, + "line": 135, "column": 48 } } }, "range": [ - 4872, - 4895 + 4974, + 4997 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 25 }, "end": { - "line": 130, + "line": 135, "column": 48 } } }, "range": [ - 4859, - 4895 + 4961, + 4997 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 12 }, "end": { - "line": 130, + "line": 135, "column": 48 } } @@ -10522,16 +10562,16 @@ ], "kind": "var", "range": [ - 4855, - 4896 + 4957, + 4998 ], "loc": { "start": { - "line": 130, + "line": 135, "column": 8 }, "end": { - "line": 130, + "line": 135, "column": 49 } } @@ -10548,17 +10588,17 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4908, - 4918 + 5011, + 5021 ], "loc": { "start": { - "line": 131, - "column": 11 + "line": 136, + "column": 12 }, "end": { - "line": 131, - "column": 21 + "line": 136, + "column": 22 } } }, @@ -10567,32 +10607,32 @@ "value": "", "raw": "''", "range": [ - 4923, - 4925 + 5026, + 5028 ], "loc": { "start": { - "line": 131, - "column": 26 + "line": 136, + "column": 27 }, "end": { - "line": 131, - "column": 28 + "line": 136, + "column": 29 } } }, "range": [ - 4908, - 4925 + 5011, + 5028 ], "loc": { "start": { - "line": 131, - "column": 11 + "line": 136, + "column": 12 }, "end": { - "line": 131, - "column": 28 + "line": 136, + "column": 29 } } }, @@ -10603,17 +10643,17 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4929, - 4939 + 5032, + 5042 ], "loc": { "start": { - "line": 131, - "column": 32 + "line": 136, + "column": 33 }, "end": { - "line": 131, - "column": 42 + "line": 136, + "column": 43 } } }, @@ -10621,47 +10661,47 @@ "type": "Identifier", "name": "NONE", "range": [ - 4944, - 4948 + 5047, + 5051 ], "loc": { "start": { - "line": 131, - "column": 47 + "line": 136, + "column": 48 }, "end": { - "line": 131, - "column": 51 + "line": 136, + "column": 52 } } }, "range": [ - 4929, - 4948 + 5032, + 5051 ], "loc": { "start": { - "line": 131, - "column": 32 + "line": 136, + "column": 33 }, "end": { - "line": 131, - "column": 51 + "line": 136, + "column": 52 } } }, "range": [ - 4908, - 4948 + 5011, + 5051 ], "loc": { "start": { - "line": 131, - "column": 11 + "line": 136, + "column": 12 }, "end": { - "line": 131, - "column": 51 + "line": 136, + "column": 52 } } }, @@ -10685,16 +10725,16 @@ "object": { "type": "ThisExpression", "range": [ - 4963, - 4967 + 5067, + 5071 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 16 } } @@ -10703,31 +10743,31 @@ "type": "Identifier", "name": "cont", "range": [ - 4968, - 4972 + 5072, + 5076 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 17 }, "end": { - "line": 132, + "line": 137, "column": 21 } } }, "range": [ - 4963, - 4972 + 5067, + 5076 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 21 } } @@ -10736,31 +10776,31 @@ "type": "Identifier", "name": "style", "range": [ - 4973, - 4978 + 5077, + 5082 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 22 }, "end": { - "line": 132, + "line": 137, "column": 27 } } }, "range": [ - 4963, - 4978 + 5067, + 5082 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 27 } } @@ -10769,31 +10809,31 @@ "type": "Identifier", "name": "display", "range": [ - 4979, - 4986 + 5083, + 5090 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 28 }, "end": { - "line": 132, + "line": 137, "column": 35 } } }, "range": [ - 4963, - 4986 + 5067, + 5090 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 35 } } @@ -10803,62 +10843,62 @@ "value": "inline", "raw": "'inline'", "range": [ - 4989, - 4997 + 5093, + 5101 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 38 }, "end": { - "line": 132, + "line": 137, "column": 46 } } }, "range": [ - 4963, - 4997 + 5067, + 5101 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 46 } } }, "range": [ - 4963, - 4998 + 5067, + 5102 ], "loc": { "start": { - "line": 132, + "line": 137, "column": 12 }, "end": { - "line": 132, + "line": 137, "column": 47 } } } ], "range": [ - 4949, - 5008 + 5053, + 5112 ], "loc": { "start": { - "line": 131, - "column": 52 + "line": 136, + "column": 54 }, "end": { - "line": 133, + "line": 138, "column": 9 } } @@ -10883,16 +10923,16 @@ "object": { "type": "ThisExpression", "range": [ - 5028, - 5032 + 5132, + 5136 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 16 } } @@ -10901,31 +10941,31 @@ "type": "Identifier", "name": "cont", "range": [ - 5033, - 5037 + 5137, + 5141 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 17 }, "end": { - "line": 134, + "line": 139, "column": 21 } } }, "range": [ - 5028, - 5037 + 5132, + 5141 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 21 } } @@ -10934,31 +10974,31 @@ "type": "Identifier", "name": "style", "range": [ - 5038, - 5043 + 5142, + 5147 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 22 }, "end": { - "line": 134, + "line": 139, "column": 27 } } }, "range": [ - 5028, - 5043 + 5132, + 5147 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 27 } } @@ -10967,31 +11007,31 @@ "type": "Identifier", "name": "display", "range": [ - 5044, - 5051 + 5148, + 5155 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 28 }, "end": { - "line": 134, + "line": 139, "column": 35 } } }, "range": [ - 5028, - 5051 + 5132, + 5155 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 35 } } @@ -11000,93 +11040,93 @@ "type": "Identifier", "name": "NONE", "range": [ - 5054, - 5058 + 5158, + 5162 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 38 }, "end": { - "line": 134, + "line": 139, "column": 42 } } }, "range": [ - 5028, - 5058 + 5132, + 5162 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 42 } } }, "range": [ - 5028, - 5059 + 5132, + 5163 ], "loc": { "start": { - "line": 134, + "line": 139, "column": 12 }, "end": { - "line": 134, + "line": 139, "column": 43 } } } ], "range": [ - 5014, - 5069 + 5118, + 5173 ], "loc": { "start": { - "line": 133, + "line": 138, "column": 15 }, "end": { - "line": 135, + "line": 140, "column": 9 } } }, "range": [ - 4905, - 5069 + 5007, + 5173 ], "loc": { "start": { - "line": 131, + "line": 136, "column": 8 }, "end": { - "line": 135, + "line": 140, "column": 9 } } } ], "range": [ - 4643, - 5075 + 4743, + 5179 ], "loc": { "start": { - "line": 124, - "column": 12 + "line": 129, + "column": 13 }, "end": { - "line": 136, + "line": 141, "column": 5 } } @@ -11094,16 +11134,16 @@ "generator": false, "expression": false, "range": [ - 4641, - 5075 + 4740, + 5179 ], "loc": { "start": { - "line": 124, + "line": 129, "column": 10 }, "end": { - "line": 136, + "line": 141, "column": 5 } } @@ -11111,16 +11151,16 @@ "kind": "method", "computed": false, "range": [ - 4635, - 5075 + 4734, + 5179 ], "loc": { "start": { - "line": 124, + "line": 129, "column": 4 }, "end": { - "line": 136, + "line": 141, "column": 5 } }, @@ -11129,16 +11169,16 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4593, - 4630 + 4692, + 4729 ], "loc": { "start": { - "line": 121, + "line": 126, "column": 4 }, "end": { - "line": 123, + "line": 128, "column": 7 } } @@ -11149,16 +11189,16 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5081, - 5114 + 5185, + 5218 ], "loc": { "start": { - "line": 138, + "line": 143, "column": 4 }, "end": { - "line": 140, + "line": 145, "column": 7 } } @@ -11172,16 +11212,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 5119, - 5126 + 5223, + 5230 ], "loc": { "start": { - "line": 141, + "line": 146, "column": 4 }, "end": { - "line": 141, + "line": 146, "column": 11 } } @@ -11204,17 +11244,17 @@ "object": { "type": "ThisExpression", "range": [ - 5142, - 5146 + 5248, + 5252 ], "loc": { "start": { - "line": 142, - "column": 12 + "line": 147, + "column": 13 }, "end": { - "line": 142, - "column": 16 + "line": 147, + "column": 17 } } }, @@ -11222,389 +11262,48 @@ "type": "Identifier", "name": "initialized", "range": [ - 5147, - 5158 + 5253, + 5264 ], "loc": { "start": { - "line": 142, - "column": 17 - }, - "end": { - "line": 142, - "column": 28 - } - } - }, - "range": [ - 5142, - 5158 - ], - "loc": { - "start": { - "line": 142, - "column": 12 - }, - "end": { - "line": 142, - "column": 28 - } - } - }, - "prefix": true, - "range": [ - 5141, - 5158 - ], - "loc": { - "start": { - "line": 142, - "column": 11 - }, - "end": { - "line": 142, - "column": 28 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": null, - "range": [ - 5173, - 5180 - ], - "loc": { - "start": { - "line": 143, - "column": 12 - }, - "end": { - "line": 143, - "column": 19 - } - } - } - ], - "range": [ - 5159, - 5190 - ], - "loc": { - "start": { - "line": 142, - "column": 29 - }, - "end": { - "line": 144, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 5138, - 5190 - ], - "loc": { - "start": { - "line": 142, - "column": 8 - }, - "end": { - "line": 144, - "column": 9 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "removeElm", - "range": [ - 5199, - 5208 - ], - "loc": { - "start": { - "line": 145, - "column": 8 - }, - "end": { - "line": 145, - "column": 17 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 5209, - 5213 - ], - "loc": { - "start": { - "line": 145, - "column": 18 - }, - "end": { - "line": 145, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "btn", - "range": [ - 5214, - 5217 - ], - "loc": { - "start": { - "line": 145, - "column": 23 - }, - "end": { - "line": 145, - "column": 26 - } - } - }, - "range": [ - 5209, - 5217 - ], - "loc": { - "start": { - "line": 145, + "line": 147, "column": 18 }, "end": { - "line": 145, - "column": 26 - } - } - } - ], - "range": [ - 5199, - 5218 - ], - "loc": { - "start": { - "line": 145, - "column": 8 - }, - "end": { - "line": 145, - "column": 27 - } - } - }, - "range": [ - 5199, - 5219 - ], - "loc": { - "start": { - "line": 145, - "column": 8 - }, - "end": { - "line": 145, - "column": 28 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 5228, - 5232 - ], - "loc": { - "start": { - "line": 146, - "column": 8 - }, - "end": { - "line": 146, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "btn", - "range": [ - 5233, - 5236 - ], - "loc": { - "start": { - "line": 146, - "column": 13 - }, - "end": { - "line": 146, - "column": 16 + "line": 147, + "column": 29 } } }, "range": [ - 5228, - 5236 - ], - "loc": { - "start": { - "line": 146, - "column": 8 - }, - "end": { - "line": 146, - "column": 16 - } - } - }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 5239, - 5243 - ], - "loc": { - "start": { - "line": 146, - "column": 19 - }, - "end": { - "line": 146, - "column": 23 - } - } - }, - "range": [ - 5228, - 5243 - ], - "loc": { - "start": { - "line": 146, - "column": 8 - }, - "end": { - "line": 146, - "column": 23 - } - } - }, - "range": [ - 5228, - 5244 - ], - "loc": { - "start": { - "line": 146, - "column": 8 - }, - "end": { - "line": 146, - "column": 24 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 5257, - 5261 - ], - "loc": { - "start": { - "line": 147, - "column": 12 - }, - "end": { - "line": 147, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "cont", - "range": [ - 5262, - 5266 - ], - "loc": { - "start": { - "line": 147, - "column": 17 - }, - "end": { - "line": 147, - "column": 21 - } - } - }, - "range": [ - 5257, - 5266 + 5248, + 5264 ], "loc": { "start": { "line": 147, - "column": 12 + "column": 13 }, "end": { "line": 147, - "column": 21 + "column": 29 } } }, "prefix": true, "range": [ - 5256, - 5266 + 5247, + 5264 ], "loc": { "start": { "line": 147, - "column": 11 + "column": 12 }, "end": { "line": 147, - "column": 21 + "column": 29 } } }, @@ -11615,8 +11314,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5281, - 5288 + 5280, + 5287 ], "loc": { "start": { @@ -11631,13 +11330,13 @@ } ], "range": [ - 5267, - 5298 + 5266, + 5297 ], "loc": { "start": { "line": 147, - "column": 22 + "column": 31 }, "end": { "line": 149, @@ -11647,8 +11346,8 @@ }, "alternate": null, "range": [ - 5253, - 5298 + 5243, + 5297 ], "loc": { "start": { @@ -11669,8 +11368,8 @@ "type": "Identifier", "name": "removeElm", "range": [ - 5307, - 5316 + 5306, + 5315 ], "loc": { "start": { @@ -11690,8 +11389,8 @@ "object": { "type": "ThisExpression", "range": [ - 5317, - 5321 + 5316, + 5320 ], "loc": { "start": { @@ -11706,10 +11405,10 @@ }, "property": { "type": "Identifier", - "name": "cont", + "name": "btn", "range": [ - 5322, - 5326 + 5321, + 5324 ], "loc": { "start": { @@ -11718,13 +11417,13 @@ }, "end": { "line": 150, - "column": 27 + "column": 26 } } }, "range": [ - 5317, - 5326 + 5316, + 5324 ], "loc": { "start": { @@ -11733,14 +11432,14 @@ }, "end": { "line": 150, - "column": 27 + "column": 26 } } } ], "range": [ - 5307, - 5327 + 5306, + 5325 ], "loc": { "start": { @@ -11749,13 +11448,13 @@ }, "end": { "line": 150, - "column": 28 + "column": 27 } } }, "range": [ - 5307, - 5328 + 5306, + 5326 ], "loc": { "start": { @@ -11764,6 +11463,347 @@ }, "end": { "line": 150, + "column": 28 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 5335, + 5339 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "btn", + "range": [ + 5340, + 5343 + ], + "loc": { + "start": { + "line": 151, + "column": 13 + }, + "end": { + "line": 151, + "column": 16 + } + } + }, + "range": [ + 5335, + 5343 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 16 + } + } + }, + "right": { + "type": "Literal", + "value": null, + "raw": "null", + "range": [ + 5346, + 5350 + ], + "loc": { + "start": { + "line": 151, + "column": 19 + }, + "end": { + "line": 151, + "column": 23 + } + } + }, + "range": [ + 5335, + 5350 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 23 + } + } + }, + "range": [ + 5335, + 5351 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 24 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 5365, + 5369 + ], + "loc": { + "start": { + "line": 152, + "column": 13 + }, + "end": { + "line": 152, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "cont", + "range": [ + 5370, + 5374 + ], + "loc": { + "start": { + "line": 152, + "column": 18 + }, + "end": { + "line": 152, + "column": 22 + } + } + }, + "range": [ + 5365, + 5374 + ], + "loc": { + "start": { + "line": 152, + "column": 13 + }, + "end": { + "line": 152, + "column": 22 + } + } + }, + "prefix": true, + "range": [ + 5364, + 5374 + ], + "loc": { + "start": { + "line": 152, + "column": 12 + }, + "end": { + "line": 152, + "column": 22 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 5390, + 5397 + ], + "loc": { + "start": { + "line": 153, + "column": 12 + }, + "end": { + "line": 153, + "column": 19 + } + } + } + ], + "range": [ + 5376, + 5407 + ], + "loc": { + "start": { + "line": 152, + "column": 24 + }, + "end": { + "line": 154, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 5360, + 5407 + ], + "loc": { + "start": { + "line": 152, + "column": 8 + }, + "end": { + "line": 154, + "column": 9 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "removeElm", + "range": [ + 5416, + 5425 + ], + "loc": { + "start": { + "line": 155, + "column": 8 + }, + "end": { + "line": 155, + "column": 17 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 5426, + 5430 + ], + "loc": { + "start": { + "line": 155, + "column": 18 + }, + "end": { + "line": 155, + "column": 22 + } + } + }, + "property": { + "type": "Identifier", + "name": "cont", + "range": [ + 5431, + 5435 + ], + "loc": { + "start": { + "line": 155, + "column": 23 + }, + "end": { + "line": 155, + "column": 27 + } + } + }, + "range": [ + 5426, + 5435 + ], + "loc": { + "start": { + "line": 155, + "column": 18 + }, + "end": { + "line": 155, + "column": 27 + } + } + } + ], + "range": [ + 5416, + 5436 + ], + "loc": { + "start": { + "line": 155, + "column": 8 + }, + "end": { + "line": 155, + "column": 28 + } + } + }, + "range": [ + 5416, + 5437 + ], + "loc": { + "start": { + "line": 155, + "column": 8 + }, + "end": { + "line": 155, "column": 29 } } @@ -11779,16 +11819,16 @@ "object": { "type": "ThisExpression", "range": [ - 5337, - 5341 + 5446, + 5450 ], "loc": { "start": { - "line": 151, + "line": 156, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 12 } } @@ -11797,31 +11837,31 @@ "type": "Identifier", "name": "cont", "range": [ - 5342, - 5346 + 5451, + 5455 ], "loc": { "start": { - "line": 151, + "line": 156, "column": 13 }, "end": { - "line": 151, + "line": 156, "column": 17 } } }, "range": [ - 5337, - 5346 + 5446, + 5455 ], "loc": { "start": { - "line": 151, + "line": 156, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 17 } } @@ -11831,46 +11871,46 @@ "value": null, "raw": "null", "range": [ - 5349, - 5353 + 5458, + 5462 ], "loc": { "start": { - "line": 151, + "line": 156, "column": 20 }, "end": { - "line": 151, + "line": 156, "column": 24 } } }, "range": [ - 5337, - 5353 + 5446, + 5462 ], "loc": { "start": { - "line": 151, + "line": 156, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 24 } } }, "range": [ - 5337, - 5354 + 5446, + 5463 ], "loc": { "start": { - "line": 151, + "line": 156, "column": 8 }, "end": { - "line": 151, + "line": 156, "column": 25 } } @@ -11886,16 +11926,16 @@ "object": { "type": "ThisExpression", "range": [ - 5363, - 5367 + 5472, + 5476 ], "loc": { "start": { - "line": 152, + "line": 157, "column": 8 }, "end": { - "line": 152, + "line": 157, "column": 12 } } @@ -11904,31 +11944,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 5368, - 5379 + 5477, + 5488 ], "loc": { "start": { - "line": 152, + "line": 157, "column": 13 }, "end": { - "line": 152, + "line": 157, "column": 24 } } }, "range": [ - 5363, - 5379 + 5472, + 5488 ], "loc": { "start": { - "line": 152, + "line": 157, "column": 8 }, "end": { - "line": 152, + "line": 157, "column": 24 } } @@ -11938,62 +11978,62 @@ "value": false, "raw": "false", "range": [ - 5382, - 5387 + 5491, + 5496 ], "loc": { "start": { - "line": 152, + "line": 157, "column": 27 }, "end": { - "line": 152, + "line": 157, "column": 32 } } }, "range": [ - 5363, - 5387 + 5472, + 5496 ], "loc": { "start": { - "line": 152, + "line": 157, "column": 8 }, "end": { - "line": 152, + "line": 157, "column": 32 } } }, "range": [ - 5363, - 5388 + 5472, + 5497 ], "loc": { "start": { - "line": 152, + "line": 157, "column": 8 }, "end": { - "line": 152, + "line": 157, "column": 33 } } } ], "range": [ - 5128, - 5394 + 5233, + 5503 ], "loc": { "start": { - "line": 141, - "column": 13 + "line": 146, + "column": 14 }, "end": { - "line": 153, + "line": 158, "column": 5 } } @@ -12001,16 +12041,16 @@ "generator": false, "expression": false, "range": [ - 5126, - 5394 + 5230, + 5503 ], "loc": { "start": { - "line": 141, + "line": 146, "column": 11 }, "end": { - "line": 153, + "line": 158, "column": 5 } } @@ -12018,16 +12058,16 @@ "kind": "method", "computed": false, "range": [ - 5119, - 5394 + 5223, + 5503 ], "loc": { "start": { - "line": 141, + "line": 146, "column": 4 }, "end": { - "line": 153, + "line": 158, "column": 5 } }, @@ -12036,16 +12076,16 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5081, - 5114 + 5185, + 5218 ], "loc": { "start": { - "line": 138, + "line": 143, "column": 4 }, "end": { - "line": 140, + "line": 145, "column": 7 } } @@ -12055,23 +12095,23 @@ } ], "range": [ - 368, - 5397 + 353, + 5506 ], "loc": { "start": { "line": 10, - "column": 33 + "column": 34 }, "end": { - "line": 155, + "line": 160, "column": 1 } } }, "range": [ - 342, - 5397 + 326, + 5506 ], "loc": { "start": { @@ -12079,7 +12119,7 @@ "column": 7 }, "end": { - "line": 155, + "line": 160, "column": 1 } }, @@ -12089,8 +12129,8 @@ "specifiers": [], "source": null, "range": [ - 335, - 5397 + 319, + 5506 ], "loc": { "start": { @@ -12098,7 +12138,7 @@ "column": 0 }, "end": { - "line": 155, + "line": 160, "column": 1 } } @@ -12107,7 +12147,7 @@ "sourceType": "module", "range": [ 0, - 5397 + 5506 ], "loc": { "start": { @@ -12115,7 +12155,7 @@ "column": 0 }, "end": { - "line": 155, + "line": 160, "column": 1 } }, @@ -12124,8 +12164,8 @@ "type": "Block", "value": "*\n * Help UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 375, - 458 + 360, + 443 ], "loc": { "start": { @@ -12142,8 +12182,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 546, - 595 + 532, + 581 ], "loc": { "start": { @@ -12160,8 +12200,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 664, - 713 + 650, + 699 ], "loc": { "start": { @@ -12178,8 +12218,8 @@ "type": "Line", "value": "defines help text", "range": [ - 808, - 827 + 794, + 813 ], "loc": { "start": { @@ -12196,8 +12236,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1430, - 1454 + 1418, + 1442 ], "loc": { "start": { @@ -12214,8 +12254,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1522, - 1549 + 1510, + 1537 ], "loc": { "start": { @@ -12232,8 +12272,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1618, - 1650 + 1606, + 1638 ], "loc": { "start": { @@ -12250,8 +12290,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1720, - 1755 + 1708, + 1743 ], "loc": { "start": { @@ -12268,8 +12308,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1839, - 1877 + 1827, + 1865 ], "loc": { "start": { @@ -12286,8 +12326,8 @@ "type": "Line", "value": "help button element", "range": [ - 1981, - 2002 + 1969, + 1990 ], "loc": { "start": { @@ -12304,17 +12344,17 @@ "type": "Line", "value": "help content div", "range": [ - 2037, - 2055 + 2024, + 2042 ], "loc": { "start": { "line": 49, - "column": 9 + "column": 8 }, "end": { "line": 49, - "column": 27 + "column": 26 } } }, @@ -12322,8 +12362,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2493, - 2522 + 2489, + 2518 ], "loc": { "start": { @@ -12340,8 +12380,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2572, - 2601 + 2568, + 2597 ], "loc": { "start": { @@ -12354,20 +12394,38 @@ } } }, + { + "type": "Block", + "value": "*\n * Initialise Help instance\n *\n * @returns (description)\n ", + "range": [ + 2708, + 2788 + ], + "loc": { + "start": { + "line": 66, + "column": 4 + }, + "end": { + "line": 70, + "column": 7 + } + } + }, { "type": "Line", "value": "help button is added to defined element", "range": [ - 2963, - 3004 + 3052, + 3093 ], "loc": { "start": { - "line": 76, + "line": 81, "column": 8 }, "end": { - "line": 76, + "line": 81, "column": 49 } } @@ -12376,16 +12434,16 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4593, - 4630 + 4692, + 4729 ], "loc": { "start": { - "line": 121, + "line": 126, "column": 4 }, "end": { - "line": 123, + "line": 128, "column": 7 } } @@ -12394,16 +12452,16 @@ "type": "Line", "value": " check only if explicitily set to false as in this case undefined", "range": [ - 4653, - 4720 + 4753, + 4820 ], "loc": { "start": { - "line": 125, + "line": 130, "column": 8 }, "end": { - "line": 125, + "line": 130, "column": 75 } } @@ -12412,16 +12470,16 @@ "type": "Line", "value": " signifies the help feature is enabled by default", "range": [ - 4729, - 4780 + 4829, + 4880 ], "loc": { "start": { - "line": 126, + "line": 131, "column": 8 }, "end": { - "line": 126, + "line": 131, "column": 59 } } @@ -12430,16 +12488,16 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5081, - 5114 + 5185, + 5218 ], "loc": { "start": { - "line": 138, + "line": 143, "column": 4 }, "end": { - "line": 140, + "line": 145, "column": 7 } } diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index feca13ed..d1712693 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -10098,167 +10098,21 @@ } } ], - "trailingComments": [ - { - "type": "Line", - "value": "stores filters DOM elements", - "range": [ - 3897, - 3926 - ], - "loc": { - "start": { - "line": 112, - "column": 8 - }, - "end": { - "line": 112, - "column": 37 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3935, - 3939 - ], - "loc": { - "start": { - "line": 113, - "column": 8 - }, - "end": { - "line": 113, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltElms", - "range": [ - 3940, - 3947 - ], - "loc": { - "start": { - "line": 113, - "column": 13 - }, - "end": { - "line": 113, - "column": 20 - } - } - }, - "range": [ - 3935, - 3947 - ], - "loc": { - "start": { - "line": 113, - "column": 8 - }, - "end": { - "line": 113, - "column": 20 - } - } - }, - "right": { - "type": "ArrayExpression", - "elements": [], - "range": [ - 3950, - 3952 - ], - "loc": { - "start": { - "line": 113, - "column": 23 - }, - "end": { - "line": 113, - "column": 25 - } - } - }, - "range": [ - 3935, - 3952 - ], - "loc": { - "start": { - "line": 113, - "column": 8 - }, - "end": { - "line": 113, - "column": 25 - } - } - }, - "range": [ - 3935, - 3953 - ], - "loc": { - "start": { - "line": 113, - "column": 8 - }, - "end": { - "line": 113, - "column": 26 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "stores filters DOM elements", - "range": [ - 3897, - 3926 - ], - "loc": { - "start": { - "line": 112, - "column": 8 - }, - "end": { - "line": 112, - "column": 37 - } - } - } - ], "trailingComments": [ { "type": "Line", "value": "stores valid rows indexes (rows visible upon filtering)", "range": [ - 3962, - 4019 + 3897, + 3954 ], "loc": { "start": { - "line": 114, + "line": 112, "column": 8 }, "end": { - "line": 114, + "line": 112, "column": 65 } } @@ -10276,16 +10130,16 @@ "object": { "type": "ThisExpression", "range": [ - 4028, - 4032 + 3963, + 3967 ], "loc": { "start": { - "line": 115, + "line": 113, "column": 8 }, "end": { - "line": 115, + "line": 113, "column": 12 } } @@ -10294,31 +10148,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 4033, - 4047 + 3968, + 3982 ], "loc": { "start": { - "line": 115, + "line": 113, "column": 13 }, "end": { - "line": 115, + "line": 113, "column": 27 } } }, "range": [ - 4028, - 4047 + 3963, + 3982 ], "loc": { "start": { - "line": 115, + "line": 113, "column": 8 }, "end": { - "line": 115, + "line": 113, "column": 27 } } @@ -10327,46 +10181,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4050, - 4052 + 3985, + 3987 ], "loc": { "start": { - "line": 115, + "line": 113, "column": 30 }, "end": { - "line": 115, + "line": 113, "column": 32 } } }, "range": [ - 4028, - 4052 + 3963, + 3987 ], "loc": { "start": { - "line": 115, + "line": 113, "column": 8 }, "end": { - "line": 115, + "line": 113, "column": 32 } } }, "range": [ - 4028, - 4053 + 3963, + 3988 ], "loc": { "start": { - "line": 115, + "line": 113, "column": 8 }, "end": { - "line": 115, + "line": 113, "column": 33 } }, @@ -10375,183 +10229,36 @@ "type": "Line", "value": "stores valid rows indexes (rows visible upon filtering)", "range": [ - 3962, - 4019 + 3897, + 3954 ], "loc": { "start": { - "line": 114, + "line": 112, "column": 8 }, "end": { - "line": 114, + "line": 112, "column": 65 } } } ], - "trailingComments": [ - { - "type": "Line", - "value": "stores filters row element", - "range": [ - 4062, - 4090 - ], - "loc": { - "start": { - "line": 116, - "column": 8 - }, - "end": { - "line": 116, - "column": 36 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 4099, - 4103 - ], - "loc": { - "start": { - "line": 117, - "column": 8 - }, - "end": { - "line": 117, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltGridEl", - "range": [ - 4104, - 4113 - ], - "loc": { - "start": { - "line": 117, - "column": 13 - }, - "end": { - "line": 117, - "column": 22 - } - } - }, - "range": [ - 4099, - 4113 - ], - "loc": { - "start": { - "line": 117, - "column": 8 - }, - "end": { - "line": 117, - "column": 22 - } - } - }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 4116, - 4120 - ], - "loc": { - "start": { - "line": 117, - "column": 25 - }, - "end": { - "line": 117, - "column": 29 - } - } - }, - "range": [ - 4099, - 4120 - ], - "loc": { - "start": { - "line": 117, - "column": 8 - }, - "end": { - "line": 117, - "column": 29 - } - } - }, - "range": [ - 4099, - 4121 - ], - "loc": { - "start": { - "line": 117, - "column": 8 - }, - "end": { - "line": 117, - "column": 30 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "stores filters row element", - "range": [ - 4062, - 4090 - ], - "loc": { - "start": { - "line": 116, - "column": 8 - }, - "end": { - "line": 116, - "column": 36 - } - } - } - ], "trailingComments": [ { "type": "Line", "value": "container div for paging elements, reset btn etc.", "range": [ - 4130, - 4181 + 3997, + 4048 ], "loc": { "start": { - "line": 118, + "line": 114, "column": 8 }, "end": { - "line": 118, + "line": 114, "column": 59 } } @@ -10569,16 +10276,16 @@ "object": { "type": "ThisExpression", "range": [ - 4190, - 4194 + 4057, + 4061 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 12 } } @@ -10587,31 +10294,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 4195, - 4201 + 4062, + 4068 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 13 }, "end": { - "line": 119, + "line": 115, "column": 19 } } }, "range": [ - 4190, - 4201 + 4057, + 4068 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 19 } } @@ -10621,46 +10328,46 @@ "value": null, "raw": "null", "range": [ - 4204, - 4208 + 4071, + 4075 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 22 }, "end": { - "line": 119, + "line": 115, "column": 26 } } }, "range": [ - 4190, - 4208 + 4057, + 4075 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 26 } } }, "range": [ - 4190, - 4209 + 4057, + 4076 ], "loc": { "start": { - "line": 119, + "line": 115, "column": 8 }, "end": { - "line": 119, + "line": 115, "column": 27 } }, @@ -10669,16 +10376,16 @@ "type": "Line", "value": "container div for paging elements, reset btn etc.", "range": [ - 4130, - 4181 + 3997, + 4048 ], "loc": { "start": { - "line": 118, + "line": 114, "column": 8 }, "end": { - "line": 118, + "line": 114, "column": 59 } } @@ -10689,16 +10396,16 @@ "type": "Line", "value": "div for rows counter", "range": [ - 4218, - 4240 + 4085, + 4107 ], "loc": { "start": { - "line": 120, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 116, "column": 30 } } @@ -10716,16 +10423,16 @@ "object": { "type": "ThisExpression", "range": [ - 4249, - 4253 + 4116, + 4120 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 12 } } @@ -10734,31 +10441,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 4254, - 4258 + 4121, + 4125 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 13 }, "end": { - "line": 121, + "line": 117, "column": 17 } } }, "range": [ - 4249, - 4258 + 4116, + 4125 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 17 } } @@ -10768,46 +10475,46 @@ "value": null, "raw": "null", "range": [ - 4261, - 4265 + 4128, + 4132 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 20 }, "end": { - "line": 121, + "line": 117, "column": 24 } } }, "range": [ - 4249, - 4265 + 4116, + 4132 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 24 } } }, "range": [ - 4249, - 4266 + 4116, + 4133 ], "loc": { "start": { - "line": 121, + "line": 117, "column": 8 }, "end": { - "line": 121, + "line": 117, "column": 25 } }, @@ -10816,16 +10523,16 @@ "type": "Line", "value": "div for rows counter", "range": [ - 4218, - 4240 + 4085, + 4107 ], "loc": { "start": { - "line": 120, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 116, "column": 30 } } @@ -10836,16 +10543,16 @@ "type": "Line", "value": "div for reset button and results per page select", "range": [ - 4275, - 4325 + 4142, + 4192 ], "loc": { "start": { - "line": 122, + "line": 118, "column": 8 }, "end": { - "line": 122, + "line": 118, "column": 58 } } @@ -10863,16 +10570,16 @@ "object": { "type": "ThisExpression", "range": [ - 4334, - 4338 + 4201, + 4205 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 12 } } @@ -10881,31 +10588,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 4339, - 4343 + 4206, + 4210 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 13 }, "end": { - "line": 123, + "line": 119, "column": 17 } } }, "range": [ - 4334, - 4343 + 4201, + 4210 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 17 } } @@ -10915,46 +10622,46 @@ "value": null, "raw": "null", "range": [ - 4346, - 4350 + 4213, + 4217 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 20 }, "end": { - "line": 123, + "line": 119, "column": 24 } } }, "range": [ - 4334, - 4350 + 4201, + 4217 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 24 } } }, "range": [ - 4334, - 4351 + 4201, + 4218 ], "loc": { "start": { - "line": 123, + "line": 119, "column": 8 }, "end": { - "line": 123, + "line": 119, "column": 25 } }, @@ -10963,16 +10670,16 @@ "type": "Line", "value": "div for reset button and results per page select", "range": [ - 4275, - 4325 + 4142, + 4192 ], "loc": { "start": { - "line": 122, + "line": 118, "column": 8 }, "end": { - "line": 122, + "line": 118, "column": 58 } } @@ -10983,16 +10690,16 @@ "type": "Line", "value": "div for paging elements", "range": [ - 4360, - 4385 + 4227, + 4252 ], "loc": { "start": { - "line": 124, + "line": 120, "column": 8 }, "end": { - "line": 124, + "line": 120, "column": 33 } } @@ -11010,16 +10717,16 @@ "object": { "type": "ThisExpression", "range": [ - 4394, - 4398 + 4261, + 4265 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 12 } } @@ -11028,31 +10735,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 4399, - 4403 + 4266, + 4270 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 13 }, "end": { - "line": 125, + "line": 121, "column": 17 } } }, "range": [ - 4394, - 4403 + 4261, + 4270 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 17 } } @@ -11062,46 +10769,46 @@ "value": null, "raw": "null", "range": [ - 4406, - 4410 + 4273, + 4277 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 20 }, "end": { - "line": 125, + "line": 121, "column": 24 } } }, "range": [ - 4394, - 4410 + 4261, + 4277 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 24 } } }, "range": [ - 4394, - 4411 + 4261, + 4278 ], "loc": { "start": { - "line": 125, + "line": 121, "column": 8 }, "end": { - "line": 125, + "line": 121, "column": 25 } }, @@ -11110,16 +10817,16 @@ "type": "Line", "value": "div for paging elements", "range": [ - 4360, - 4385 + 4227, + 4252 ], "loc": { "start": { - "line": 124, + "line": 120, "column": 8 }, "end": { - "line": 124, + "line": 120, "column": 33 } } @@ -11130,16 +10837,16 @@ "type": "Line", "value": "defines css class for div containing paging elements, rows counter etc", "range": [ - 4421, - 4493 + 4288, + 4360 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 80 } } @@ -11157,16 +10864,16 @@ "object": { "type": "ThisExpression", "range": [ - 4502, - 4506 + 4369, + 4373 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 12 } } @@ -11175,31 +10882,31 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 4507, - 4521 + 4374, + 4388 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 13 }, "end": { - "line": 128, + "line": 124, "column": 27 } } }, "range": [ - 4502, - 4521 + 4369, + 4388 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 27 } } @@ -11214,16 +10921,16 @@ "type": "Identifier", "name": "f", "range": [ - 4524, - 4525 + 4391, + 4392 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 30 }, "end": { - "line": 128, + "line": 124, "column": 31 } } @@ -11232,31 +10939,31 @@ "type": "Identifier", "name": "inf_div_css_class", "range": [ - 4526, - 4543 + 4393, + 4410 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 32 }, "end": { - "line": 128, + "line": 124, "column": 49 } } }, "range": [ - 4524, - 4543 + 4391, + 4410 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 30 }, "end": { - "line": 128, + "line": 124, "column": 49 } } @@ -11266,61 +10973,61 @@ "value": "inf", "raw": "'inf'", "range": [ - 4547, - 4552 + 4414, + 4419 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 53 }, "end": { - "line": 128, + "line": 124, "column": 58 } } }, "range": [ - 4524, - 4552 + 4391, + 4419 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 30 }, "end": { - "line": 128, + "line": 124, "column": 58 } } }, "range": [ - 4502, - 4552 + 4369, + 4419 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 58 } } }, "range": [ - 4502, - 4553 + 4369, + 4420 ], "loc": { "start": { - "line": 128, + "line": 124, "column": 8 }, "end": { - "line": 128, + "line": 124, "column": 59 } }, @@ -11329,16 +11036,16 @@ "type": "Line", "value": "defines css class for div containing paging elements, rows counter etc", "range": [ - 4421, - 4493 + 4288, + 4360 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 80 } } @@ -11349,16 +11056,16 @@ "type": "Line", "value": "defines css class for left div", "range": [ - 4562, - 4594 + 4429, + 4461 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 40 } } @@ -11376,16 +11083,16 @@ "object": { "type": "ThisExpression", "range": [ - 4603, - 4607 + 4470, + 4474 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 8 }, "end": { - "line": 130, + "line": 126, "column": 12 } } @@ -11394,31 +11101,31 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 4608, - 4620 + 4475, + 4487 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 13 }, "end": { - "line": 130, + "line": 126, "column": 25 } } }, "range": [ - 4603, - 4620 + 4470, + 4487 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 8 }, "end": { - "line": 130, + "line": 126, "column": 25 } } @@ -11433,16 +11140,16 @@ "type": "Identifier", "name": "f", "range": [ - 4623, - 4624 + 4490, + 4491 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 28 }, "end": { - "line": 130, + "line": 126, "column": 29 } } @@ -11451,31 +11158,31 @@ "type": "Identifier", "name": "left_div_css_class", "range": [ - 4625, - 4643 + 4492, + 4510 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 30 }, "end": { - "line": 130, + "line": 126, "column": 48 } } }, "range": [ - 4623, - 4643 + 4490, + 4510 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 28 }, "end": { - "line": 130, + "line": 126, "column": 48 } } @@ -11485,61 +11192,61 @@ "value": "ldiv", "raw": "'ldiv'", "range": [ - 4647, - 4653 + 4514, + 4520 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 52 }, "end": { - "line": 130, + "line": 126, "column": 58 } } }, "range": [ - 4623, - 4653 + 4490, + 4520 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 28 }, "end": { - "line": 130, + "line": 126, "column": 58 } } }, "range": [ - 4603, - 4653 + 4470, + 4520 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 8 }, "end": { - "line": 130, + "line": 126, "column": 58 } } }, "range": [ - 4603, - 4654 + 4470, + 4521 ], "loc": { "start": { - "line": 130, + "line": 126, "column": 8 }, "end": { - "line": 130, + "line": 126, "column": 59 } }, @@ -11548,16 +11255,16 @@ "type": "Line", "value": "defines css class for left div", "range": [ - 4562, - 4594 + 4429, + 4461 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 40 } } @@ -11568,16 +11275,16 @@ "type": "Line", "value": "defines css class for right div", "range": [ - 4663, - 4696 + 4530, + 4563 ], "loc": { "start": { - "line": 131, + "line": 127, "column": 8 }, "end": { - "line": 131, + "line": 127, "column": 41 } } @@ -11595,16 +11302,16 @@ "object": { "type": "ThisExpression", "range": [ - 4705, - 4709 + 4572, + 4576 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 12 } } @@ -11613,31 +11320,31 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 4710, - 4722 + 4577, + 4589 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 13 }, "end": { - "line": 132, + "line": 128, "column": 25 } } }, "range": [ - 4705, - 4722 + 4572, + 4589 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 25 } } @@ -11652,16 +11359,16 @@ "type": "Identifier", "name": "f", "range": [ - 4725, - 4726 + 4592, + 4593 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 28 }, "end": { - "line": 132, + "line": 128, "column": 29 } } @@ -11670,31 +11377,31 @@ "type": "Identifier", "name": "right_div_css_class", "range": [ - 4727, - 4746 + 4594, + 4613 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 30 }, "end": { - "line": 132, + "line": 128, "column": 49 } } }, "range": [ - 4725, - 4746 + 4592, + 4613 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 28 }, "end": { - "line": 132, + "line": 128, "column": 49 } } @@ -11704,61 +11411,61 @@ "value": "rdiv", "raw": "'rdiv'", "range": [ - 4750, - 4756 + 4617, + 4623 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 53 }, "end": { - "line": 132, + "line": 128, "column": 59 } } }, "range": [ - 4725, - 4756 + 4592, + 4623 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 28 }, "end": { - "line": 132, + "line": 128, "column": 59 } } }, "range": [ - 4705, - 4756 + 4572, + 4623 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 59 } } }, "range": [ - 4705, - 4757 + 4572, + 4624 ], "loc": { "start": { - "line": 132, + "line": 128, "column": 8 }, "end": { - "line": 132, + "line": 128, "column": 60 } }, @@ -11767,16 +11474,16 @@ "type": "Line", "value": "defines css class for right div", "range": [ - 4663, - 4696 + 4530, + 4563 ], "loc": { "start": { - "line": 131, + "line": 127, "column": 8 }, "end": { - "line": 131, + "line": 127, "column": 41 } } @@ -11787,16 +11494,16 @@ "type": "Line", "value": "defines css class for mid div", "range": [ - 4766, - 4797 + 4633, + 4664 ], "loc": { "start": { - "line": 133, + "line": 129, "column": 8 }, "end": { - "line": 133, + "line": 129, "column": 39 } } @@ -11814,16 +11521,16 @@ "object": { "type": "ThisExpression", "range": [ - 4806, - 4810 + 4673, + 4677 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 12 } } @@ -11832,31 +11539,31 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 4811, - 4823 + 4678, + 4690 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 13 }, "end": { - "line": 134, + "line": 130, "column": 25 } } }, "range": [ - 4806, - 4823 + 4673, + 4690 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 25 } } @@ -11871,16 +11578,16 @@ "type": "Identifier", "name": "f", "range": [ - 4826, - 4827 + 4693, + 4694 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 28 }, "end": { - "line": 134, + "line": 130, "column": 29 } } @@ -11889,31 +11596,31 @@ "type": "Identifier", "name": "middle_div_css_class", "range": [ - 4828, - 4848 + 4695, + 4715 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 30 }, "end": { - "line": 134, + "line": 130, "column": 50 } } }, "range": [ - 4826, - 4848 + 4693, + 4715 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 28 }, "end": { - "line": 134, + "line": 130, "column": 50 } } @@ -11923,61 +11630,61 @@ "value": "mdiv", "raw": "'mdiv'", "range": [ - 4852, - 4858 + 4719, + 4725 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 54 }, "end": { - "line": 134, + "line": 130, "column": 60 } } }, "range": [ - 4826, - 4858 + 4693, + 4725 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 28 }, "end": { - "line": 134, + "line": 130, "column": 60 } } }, "range": [ - 4806, - 4858 + 4673, + 4725 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 60 } } }, "range": [ - 4806, - 4859 + 4673, + 4726 ], "loc": { "start": { - "line": 134, + "line": 130, "column": 8 }, "end": { - "line": 134, + "line": 130, "column": 61 } }, @@ -11986,16 +11693,16 @@ "type": "Line", "value": "defines css class for mid div", "range": [ - 4766, - 4797 + 4633, + 4664 ], "loc": { "start": { - "line": 133, + "line": 129, "column": 8 }, "end": { - "line": 133, + "line": 129, "column": 39 } } @@ -12006,16 +11713,16 @@ "type": "Line", "value": "table container div css class", "range": [ - 4868, - 4899 + 4735, + 4766 ], "loc": { "start": { - "line": 135, + "line": 131, "column": 8 }, "end": { - "line": 135, + "line": 131, "column": 39 } } @@ -12033,16 +11740,16 @@ "object": { "type": "ThisExpression", "range": [ - 4908, - 4912 + 4775, + 4779 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 12 } } @@ -12051,31 +11758,31 @@ "type": "Identifier", "name": "contDivCssClass", "range": [ - 4913, - 4928 + 4780, + 4795 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 13 }, "end": { - "line": 136, + "line": 132, "column": 28 } } }, "range": [ - 4908, - 4928 + 4775, + 4795 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 28 } } @@ -12090,16 +11797,16 @@ "type": "Identifier", "name": "f", "range": [ - 4931, - 4932 + 4798, + 4799 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 31 }, "end": { - "line": 136, + "line": 132, "column": 32 } } @@ -12108,31 +11815,31 @@ "type": "Identifier", "name": "content_div_css_class", "range": [ - 4933, - 4954 + 4800, + 4821 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 33 }, "end": { - "line": 136, + "line": 132, "column": 54 } } }, "range": [ - 4931, - 4954 + 4798, + 4821 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 31 }, "end": { - "line": 136, + "line": 132, "column": 54 } } @@ -12142,61 +11849,61 @@ "value": "cont", "raw": "'cont'", "range": [ - 4958, - 4964 + 4825, + 4831 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 58 }, "end": { - "line": 136, + "line": 132, "column": 64 } } }, "range": [ - 4931, - 4964 + 4798, + 4831 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 31 }, "end": { - "line": 136, + "line": 132, "column": 64 } } }, "range": [ - 4908, - 4964 + 4775, + 4831 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 64 } } }, "range": [ - 4908, - 4965 + 4775, + 4832 ], "loc": { "start": { - "line": 136, + "line": 132, "column": 8 }, "end": { - "line": 136, + "line": 132, "column": 65 } }, @@ -12205,16 +11912,16 @@ "type": "Line", "value": "table container div css class", "range": [ - 4868, - 4899 + 4735, + 4766 ], "loc": { "start": { - "line": 135, + "line": 131, "column": 8 }, "end": { - "line": 135, + "line": 131, "column": 39 } } @@ -12225,16 +11932,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 4975, - 5009 + 4842, + 4876 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 42 } } @@ -12243,16 +11950,16 @@ "type": "Line", "value": "stylesheet file", "range": [ - 5018, - 5035 + 4885, + 4902 ], "loc": { "start": { - "line": 139, + "line": 135, "column": 8 }, "end": { - "line": 139, + "line": 135, "column": 25 } } @@ -12270,16 +11977,16 @@ "object": { "type": "ThisExpression", "range": [ - 5044, - 5048 + 4911, + 4915 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 12 } } @@ -12288,31 +11995,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 5049, - 5058 + 4916, + 4925 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 13 }, "end": { - "line": 140, + "line": 136, "column": 22 } } }, "range": [ - 5044, - 5058 + 4911, + 4925 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 22 } } @@ -12327,16 +12034,16 @@ "type": "Identifier", "name": "f", "range": [ - 5061, - 5062 + 4928, + 4929 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 25 }, "end": { - "line": 140, + "line": 136, "column": 26 } } @@ -12345,31 +12052,31 @@ "type": "Identifier", "name": "style_path", "range": [ - 5063, - 5073 + 4930, + 4940 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 27 }, "end": { - "line": 140, + "line": 136, "column": 37 } } }, "range": [ - 5061, - 5073 + 4928, + 4940 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 25 }, "end": { - "line": 140, + "line": 136, "column": 37 } } @@ -12383,16 +12090,16 @@ "object": { "type": "ThisExpression", "range": [ - 5077, - 5081 + 4944, + 4948 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 41 }, "end": { - "line": 140, + "line": 136, "column": 45 } } @@ -12401,31 +12108,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 5082, - 5090 + 4949, + 4957 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 46 }, "end": { - "line": 140, + "line": 136, "column": 54 } } }, "range": [ - 5077, - 5090 + 4944, + 4957 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 41 }, "end": { - "line": 140, + "line": 136, "column": 54 } } @@ -12435,76 +12142,76 @@ "value": "style/", "raw": "'style/'", "range": [ - 5093, - 5101 + 4960, + 4968 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 57 }, "end": { - "line": 140, + "line": 136, "column": 65 } } }, "range": [ - 5077, - 5101 + 4944, + 4968 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 41 }, "end": { - "line": 140, + "line": 136, "column": 65 } } }, "range": [ - 5061, - 5101 + 4928, + 4968 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 25 }, "end": { - "line": 140, + "line": 136, "column": 65 } } }, "range": [ - 5044, - 5101 + 4911, + 4968 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 65 } } }, "range": [ - 5044, - 5102 + 4911, + 4969 ], "loc": { "start": { - "line": 140, + "line": 136, "column": 8 }, "end": { - "line": 140, + "line": 136, "column": 66 } }, @@ -12513,16 +12220,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 4975, - 5009 + 4842, + 4876 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 42 } } @@ -12531,16 +12238,16 @@ "type": "Line", "value": "stylesheet file", "range": [ - 5018, - 5035 + 4885, + 4902 ], "loc": { "start": { - "line": 139, + "line": 135, "column": 8 }, "end": { - "line": 139, + "line": 135, "column": 25 } } @@ -12558,16 +12265,16 @@ "object": { "type": "ThisExpression", "range": [ - 5111, - 5115 + 4978, + 4982 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 8 }, "end": { - "line": 141, + "line": 137, "column": 12 } } @@ -12576,31 +12283,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 5116, - 5126 + 4983, + 4993 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 13 }, "end": { - "line": 141, + "line": 137, "column": 23 } } }, "range": [ - 5111, - 5126 + 4978, + 4993 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 8 }, "end": { - "line": 141, + "line": 137, "column": 23 } } @@ -12615,16 +12322,16 @@ "type": "Identifier", "name": "f", "range": [ - 5129, - 5130 + 4996, + 4997 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 26 }, "end": { - "line": 141, + "line": 137, "column": 27 } } @@ -12633,31 +12340,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 5131, - 5141 + 4998, + 5008 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 28 }, "end": { - "line": 141, + "line": 137, "column": 38 } } }, "range": [ - 5129, - 5141 + 4996, + 5008 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 26 }, "end": { - "line": 141, + "line": 137, "column": 38 } } @@ -12671,16 +12378,16 @@ "object": { "type": "ThisExpression", "range": [ - 5145, - 5149 + 5012, + 5016 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 42 }, "end": { - "line": 141, + "line": 137, "column": 46 } } @@ -12689,31 +12396,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 5150, - 5159 + 5017, + 5026 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 47 }, "end": { - "line": 141, + "line": 137, "column": 56 } } }, "range": [ - 5145, - 5159 + 5012, + 5026 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 42 }, "end": { - "line": 141, + "line": 137, "column": 56 } } @@ -12723,76 +12430,76 @@ "value": "tablefilter.css", "raw": "'tablefilter.css'", "range": [ - 5162, - 5179 + 5029, + 5046 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 59 }, "end": { - "line": 141, + "line": 137, "column": 76 } } }, "range": [ - 5145, - 5179 + 5012, + 5046 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 42 }, "end": { - "line": 141, + "line": 137, "column": 76 } } }, "range": [ - 5129, - 5179 + 4996, + 5046 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 26 }, "end": { - "line": 141, + "line": 137, "column": 76 } } }, "range": [ - 5111, - 5179 + 4978, + 5046 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 8 }, "end": { - "line": 141, + "line": 137, "column": 76 } } }, "range": [ - 5111, - 5180 + 4978, + 5047 ], "loc": { "start": { - "line": 141, + "line": 137, "column": 8 }, "end": { - "line": 141, + "line": 137, "column": 77 } } @@ -12808,16 +12515,16 @@ "object": { "type": "ThisExpression", "range": [ - 5189, - 5193 + 5056, + 5060 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 12 } } @@ -12826,31 +12533,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 5194, - 5206 + 5061, + 5073 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 13 }, "end": { - "line": 142, + "line": 138, "column": 25 } } }, "range": [ - 5189, - 5206 + 5056, + 5073 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 25 } } @@ -12864,16 +12571,16 @@ "object": { "type": "ThisExpression", "range": [ - 5209, - 5213 + 5076, + 5080 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 28 }, "end": { - "line": 142, + "line": 138, "column": 32 } } @@ -12882,31 +12589,31 @@ "type": "Identifier", "name": "id", "range": [ - 5214, - 5216 + 5081, + 5083 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 33 }, "end": { - "line": 142, + "line": 138, "column": 35 } } }, "range": [ - 5209, - 5216 + 5076, + 5083 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 28 }, "end": { - "line": 142, + "line": 138, "column": 35 } } @@ -12916,61 +12623,61 @@ "value": "_style", "raw": "'_style'", "range": [ - 5219, - 5227 + 5086, + 5094 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 38 }, "end": { - "line": 142, + "line": 138, "column": 46 } } }, "range": [ - 5209, - 5227 + 5076, + 5094 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 28 }, "end": { - "line": 142, + "line": 138, "column": 46 } } }, "range": [ - 5189, - 5227 + 5056, + 5094 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 46 } } }, "range": [ - 5189, - 5228 + 5056, + 5095 ], "loc": { "start": { - "line": 142, + "line": 138, "column": 8 }, "end": { - "line": 142, + "line": 138, "column": 47 } }, @@ -12979,16 +12686,16 @@ "type": "Line", "value": "defines css class for filters row", "range": [ - 5237, - 5272 + 5104, + 5139 ], "loc": { "start": { - "line": 143, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 139, "column": 43 } } @@ -13006,16 +12713,16 @@ "object": { "type": "ThisExpression", "range": [ - 5281, - 5285 + 5148, + 5152 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 12 } } @@ -13024,31 +12731,31 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 5286, - 5301 + 5153, + 5168 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 13 }, "end": { - "line": 144, + "line": 140, "column": 28 } } }, "range": [ - 5281, - 5301 + 5148, + 5168 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 28 } } @@ -13063,16 +12770,16 @@ "type": "Identifier", "name": "f", "range": [ - 5304, - 5305 + 5171, + 5172 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 31 }, "end": { - "line": 144, + "line": 140, "column": 32 } } @@ -13081,31 +12788,31 @@ "type": "Identifier", "name": "flts_row_css_class", "range": [ - 5306, - 5324 + 5173, + 5191 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 33 }, "end": { - "line": 144, + "line": 140, "column": 51 } } }, "range": [ - 5304, - 5324 + 5171, + 5191 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 31 }, "end": { - "line": 144, + "line": 140, "column": 51 } } @@ -13115,61 +12822,61 @@ "value": "fltrow", "raw": "'fltrow'", "range": [ - 5328, - 5336 + 5195, + 5203 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 55 }, "end": { - "line": 144, + "line": 140, "column": 63 } } }, "range": [ - 5304, - 5336 + 5171, + 5203 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 31 }, "end": { - "line": 144, + "line": 140, "column": 63 } } }, "range": [ - 5281, - 5336 + 5148, + 5203 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 63 } } }, "range": [ - 5281, - 5337 + 5148, + 5204 ], "loc": { "start": { - "line": 144, + "line": 140, "column": 8 }, "end": { - "line": 144, + "line": 140, "column": 64 } }, @@ -13178,16 +12885,16 @@ "type": "Line", "value": "defines css class for filters row", "range": [ - 5237, - 5272 + 5104, + 5139 ], "loc": { "start": { - "line": 143, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 139, "column": 43 } } @@ -13198,16 +12905,16 @@ "type": "Line", "value": "enables/disables icons (paging, reset button)", "range": [ - 5346, - 5393 + 5213, + 5260 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 55 } } @@ -13225,16 +12932,16 @@ "object": { "type": "ThisExpression", "range": [ - 5402, - 5406 + 5269, + 5273 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 12 } } @@ -13243,31 +12950,31 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 5407, - 5418 + 5274, + 5285 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 13 }, "end": { - "line": 146, + "line": 142, "column": 24 } } }, "range": [ - 5402, - 5418 + 5269, + 5285 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 24 } } @@ -13284,16 +12991,16 @@ "type": "Identifier", "name": "f", "range": [ - 5421, - 5422 + 5288, + 5289 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 27 }, "end": { - "line": 146, + "line": 142, "column": 28 } } @@ -13302,31 +13009,31 @@ "type": "Identifier", "name": "enable_icons", "range": [ - 5423, - 5435 + 5290, + 5302 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 29 }, "end": { - "line": 146, + "line": 142, "column": 41 } } }, "range": [ - 5421, - 5435 + 5288, + 5302 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 27 }, "end": { - "line": 146, + "line": 142, "column": 41 } } @@ -13336,31 +13043,31 @@ "value": false, "raw": "false", "range": [ - 5440, - 5445 + 5307, + 5312 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 46 }, "end": { - "line": 146, + "line": 142, "column": 51 } } }, "range": [ - 5421, - 5445 + 5288, + 5312 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 27 }, "end": { - "line": 146, + "line": 142, "column": 51 } } @@ -13370,16 +13077,16 @@ "value": false, "raw": "false", "range": [ - 5448, - 5453 + 5315, + 5320 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 54 }, "end": { - "line": 146, + "line": 142, "column": 59 } } @@ -13389,61 +13096,61 @@ "value": true, "raw": "true", "range": [ - 5456, - 5460 + 5323, + 5327 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 62 }, "end": { - "line": 146, + "line": 142, "column": 66 } } }, "range": [ - 5421, - 5460 + 5288, + 5327 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 27 }, "end": { - "line": 146, + "line": 142, "column": 66 } } }, "range": [ - 5402, - 5460 + 5269, + 5327 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 66 } } }, "range": [ - 5402, - 5461 + 5269, + 5328 ], "loc": { "start": { - "line": 146, + "line": 142, "column": 8 }, "end": { - "line": 146, + "line": 142, "column": 67 } }, @@ -13452,16 +13159,16 @@ "type": "Line", "value": "enables/disables icons (paging, reset button)", "range": [ - 5346, - 5393 + 5213, + 5260 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 55 } } @@ -13472,16 +13179,16 @@ "type": "Line", "value": "enables/disbles rows alternating bg colors", "range": [ - 5470, - 5514 + 5337, + 5381 ], "loc": { "start": { - "line": 147, + "line": 143, "column": 8 }, "end": { - "line": 147, + "line": 143, "column": 52 } } @@ -13499,16 +13206,16 @@ "object": { "type": "ThisExpression", "range": [ - 5523, - 5527 + 5390, + 5394 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 12 } } @@ -13517,31 +13224,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 5528, - 5541 + 5395, + 5408 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 13 }, "end": { - "line": 148, + "line": 144, "column": 26 } } }, "range": [ - 5523, - 5541 + 5390, + 5408 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 26 } } @@ -13552,16 +13259,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 5544, - 5551 + 5411, + 5418 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 29 }, "end": { - "line": 148, + "line": 144, "column": 36 } } @@ -13574,16 +13281,16 @@ "type": "Identifier", "name": "f", "range": [ - 5552, - 5553 + 5419, + 5420 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 37 }, "end": { - "line": 148, + "line": 144, "column": 38 } } @@ -13592,77 +13299,77 @@ "type": "Identifier", "name": "alternate_rows", "range": [ - 5554, - 5568 + 5421, + 5435 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 39 }, "end": { - "line": 148, + "line": 144, "column": 53 } } }, "range": [ - 5552, - 5568 + 5419, + 5435 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 37 }, "end": { - "line": 148, + "line": 144, "column": 53 } } } ], "range": [ - 5544, - 5569 + 5411, + 5436 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 29 }, "end": { - "line": 148, + "line": 144, "column": 54 } } }, "range": [ - 5523, - 5569 + 5390, + 5436 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 54 } } }, "range": [ - 5523, - 5570 + 5390, + 5437 ], "loc": { "start": { - "line": 148, + "line": 144, "column": 8 }, "end": { - "line": 148, + "line": 144, "column": 55 } }, @@ -13671,16 +13378,16 @@ "type": "Line", "value": "enables/disbles rows alternating bg colors", "range": [ - 5470, - 5514 + 5337, + 5381 ], "loc": { "start": { - "line": 147, + "line": 143, "column": 8 }, "end": { - "line": 147, + "line": 143, "column": 52 } } @@ -13691,16 +13398,16 @@ "type": "Line", "value": "defines widths of columns", "range": [ - 5579, - 5606 + 5446, + 5473 ], "loc": { "start": { - "line": 149, + "line": 145, "column": 8 }, "end": { - "line": 149, + "line": 145, "column": 35 } } @@ -13718,16 +13425,16 @@ "object": { "type": "ThisExpression", "range": [ - 5615, - 5619 + 5482, + 5486 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 12 } } @@ -13736,31 +13443,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 5620, - 5632 + 5487, + 5499 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 13 }, "end": { - "line": 150, + "line": 146, "column": 25 } } }, "range": [ - 5615, - 5632 + 5482, + 5499 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 25 } } @@ -13771,16 +13478,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 5635, - 5642 + 5502, + 5509 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 28 }, "end": { - "line": 150, + "line": 146, "column": 35 } } @@ -13793,16 +13500,16 @@ "type": "Identifier", "name": "f", "range": [ - 5643, - 5644 + 5510, + 5511 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 36 }, "end": { - "line": 150, + "line": 146, "column": 37 } } @@ -13811,77 +13518,77 @@ "type": "Identifier", "name": "col_widths", "range": [ - 5645, - 5655 + 5512, + 5522 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 38 }, "end": { - "line": 150, + "line": 146, "column": 48 } } }, "range": [ - 5643, - 5655 + 5510, + 5522 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 36 }, "end": { - "line": 150, + "line": 146, "column": 48 } } } ], "range": [ - 5635, - 5656 + 5502, + 5523 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 28 }, "end": { - "line": 150, + "line": 146, "column": 49 } } }, "range": [ - 5615, - 5656 + 5482, + 5523 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 49 } } }, "range": [ - 5615, - 5657 + 5482, + 5524 ], "loc": { "start": { - "line": 150, + "line": 146, "column": 8 }, "end": { - "line": 150, + "line": 146, "column": 50 } }, @@ -13890,16 +13597,16 @@ "type": "Line", "value": "defines widths of columns", "range": [ - 5579, - 5606 + 5446, + 5473 ], "loc": { "start": { - "line": 149, + "line": 145, "column": 8 }, "end": { - "line": 149, + "line": 145, "column": 35 } } @@ -13917,16 +13624,16 @@ "object": { "type": "ThisExpression", "range": [ - 5666, - 5670 + 5533, + 5537 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 12 } } @@ -13935,31 +13642,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 5671, - 5680 + 5538, + 5547 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 13 }, "end": { - "line": 151, + "line": 147, "column": 22 } } }, "range": [ - 5666, - 5680 + 5533, + 5547 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 22 } } @@ -13972,16 +13679,16 @@ "object": { "type": "ThisExpression", "range": [ - 5683, - 5687 + 5550, + 5554 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 25 }, "end": { - "line": 151, + "line": 147, "column": 29 } } @@ -13990,31 +13697,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 5688, - 5700 + 5555, + 5567 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 30 }, "end": { - "line": 151, + "line": 147, "column": 42 } } }, "range": [ - 5683, - 5700 + 5550, + 5567 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 25 }, "end": { - "line": 151, + "line": 147, "column": 42 } } @@ -14026,16 +13733,16 @@ "type": "Identifier", "name": "f", "range": [ - 5703, - 5704 + 5570, + 5571 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 45 }, "end": { - "line": 151, + "line": 147, "column": 46 } } @@ -14044,31 +13751,31 @@ "type": "Identifier", "name": "col_widths", "range": [ - 5705, - 5715 + 5572, + 5582 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 47 }, "end": { - "line": 151, + "line": 147, "column": 57 } } }, "range": [ - 5703, - 5715 + 5570, + 5582 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 45 }, "end": { - "line": 151, + "line": 147, "column": 57 } } @@ -14078,61 +13785,61 @@ "value": null, "raw": "null", "range": [ - 5718, - 5722 + 5585, + 5589 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 60 }, "end": { - "line": 151, + "line": 147, "column": 64 } } }, "range": [ - 5683, - 5722 + 5550, + 5589 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 25 }, "end": { - "line": 151, + "line": 147, "column": 64 } } }, "range": [ - 5666, - 5722 + 5533, + 5589 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 64 } } }, "range": [ - 5666, - 5723 + 5533, + 5590 ], "loc": { "start": { - "line": 151, + "line": 147, "column": 8 }, "end": { - "line": 151, + "line": 147, "column": 65 } }, @@ -14141,16 +13848,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5732, - 5763 + 5599, + 5630 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 39 } } @@ -14168,16 +13875,16 @@ "object": { "type": "ThisExpression", "range": [ - 5772, - 5776 + 5639, + 5643 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 12 } } @@ -14186,31 +13893,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 5777, - 5788 + 5644, + 5655 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 13 }, "end": { - "line": 153, + "line": 149, "column": 24 } } }, "range": [ - 5772, - 5788 + 5639, + 5655 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 24 } } @@ -14225,16 +13932,16 @@ "type": "Identifier", "name": "f", "range": [ - 5791, - 5792 + 5658, + 5659 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 27 }, "end": { - "line": 153, + "line": 149, "column": 28 } } @@ -14243,31 +13950,31 @@ "type": "Identifier", "name": "flt_css_class", "range": [ - 5793, - 5806 + 5660, + 5673 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 29 }, "end": { - "line": 153, + "line": 149, "column": 42 } } }, "range": [ - 5791, - 5806 + 5658, + 5673 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 27 }, "end": { - "line": 153, + "line": 149, "column": 42 } } @@ -14277,61 +13984,61 @@ "value": "flt", "raw": "'flt'", "range": [ - 5810, - 5815 + 5677, + 5682 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 46 }, "end": { - "line": 153, + "line": 149, "column": 51 } } }, "range": [ - 5791, - 5815 + 5658, + 5682 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 27 }, "end": { - "line": 153, + "line": 149, "column": 51 } } }, "range": [ - 5772, - 5815 + 5639, + 5682 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 51 } } }, "range": [ - 5772, - 5816 + 5639, + 5683 ], "loc": { "start": { - "line": 153, + "line": 149, "column": 8 }, "end": { - "line": 153, + "line": 149, "column": 52 } }, @@ -14340,16 +14047,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5732, - 5763 + 5599, + 5630 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 39 } } @@ -14360,16 +14067,16 @@ "type": "Line", "value": "defines css class for multiple selects filters", "range": [ - 5825, - 5873 + 5692, + 5740 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 56 } } @@ -14387,16 +14094,16 @@ "object": { "type": "ThisExpression", "range": [ - 5882, - 5886 + 5749, + 5753 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 12 } } @@ -14405,31 +14112,31 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 5887, - 5903 + 5754, + 5770 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 13 }, "end": { - "line": 155, + "line": 151, "column": 29 } } }, "range": [ - 5882, - 5903 + 5749, + 5770 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 29 } } @@ -14444,16 +14151,16 @@ "type": "Identifier", "name": "f", "range": [ - 5906, - 5907 + 5773, + 5774 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 32 }, "end": { - "line": 155, + "line": 151, "column": 33 } } @@ -14462,31 +14169,31 @@ "type": "Identifier", "name": "flt_multi_css_class", "range": [ - 5908, - 5927 + 5775, + 5794 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 34 }, "end": { - "line": 155, + "line": 151, "column": 53 } } }, "range": [ - 5906, - 5927 + 5773, + 5794 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 32 }, "end": { - "line": 155, + "line": 151, "column": 53 } } @@ -14496,61 +14203,61 @@ "value": "flt_multi", "raw": "'flt_multi'", "range": [ - 5931, - 5942 + 5798, + 5809 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 57 }, "end": { - "line": 155, + "line": 151, "column": 68 } } }, "range": [ - 5906, - 5942 + 5773, + 5809 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 32 }, "end": { - "line": 155, + "line": 151, "column": 68 } } }, "range": [ - 5882, - 5942 + 5749, + 5809 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 68 } } }, "range": [ - 5882, - 5943 + 5749, + 5810 ], "loc": { "start": { - "line": 155, + "line": 151, "column": 8 }, "end": { - "line": 155, + "line": 151, "column": 69 } }, @@ -14559,16 +14266,16 @@ "type": "Line", "value": "defines css class for multiple selects filters", "range": [ - 5825, - 5873 + 5692, + 5740 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 56 } } @@ -14579,16 +14286,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5952, - 5983 + 5819, + 5850 ], "loc": { "start": { - "line": 156, + "line": 152, "column": 8 }, "end": { - "line": 156, + "line": 152, "column": 39 } } @@ -14606,16 +14313,16 @@ "object": { "type": "ThisExpression", "range": [ - 5992, - 5996 + 5859, + 5863 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 12 } } @@ -14624,31 +14331,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 5997, - 6013 + 5864, + 5880 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 13 }, "end": { - "line": 157, + "line": 153, "column": 29 } } }, "range": [ - 5992, - 6013 + 5859, + 5880 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 29 } } @@ -14663,16 +14370,16 @@ "type": "Identifier", "name": "f", "range": [ - 6016, - 6017 + 5883, + 5884 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 32 }, "end": { - "line": 157, + "line": 153, "column": 33 } } @@ -14681,31 +14388,31 @@ "type": "Identifier", "name": "flt_small_css_class", "range": [ - 6018, - 6037 + 5885, + 5904 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 34 }, "end": { - "line": 157, + "line": 153, "column": 53 } } }, "range": [ - 6016, - 6037 + 5883, + 5904 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 32 }, "end": { - "line": 157, + "line": 153, "column": 53 } } @@ -14715,61 +14422,61 @@ "value": "flt_s", "raw": "'flt_s'", "range": [ - 6041, - 6048 + 5908, + 5915 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 57 }, "end": { - "line": 157, + "line": 153, "column": 64 } } }, "range": [ - 6016, - 6048 + 5883, + 5915 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 32 }, "end": { - "line": 157, + "line": 153, "column": 64 } } }, "range": [ - 5992, - 6048 + 5859, + 5915 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 64 } } }, "range": [ - 5992, - 6049 + 5859, + 5916 ], "loc": { "start": { - "line": 157, + "line": 153, "column": 8 }, "end": { - "line": 157, + "line": 153, "column": 65 } }, @@ -14778,16 +14485,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5952, - 5983 + 5819, + 5850 ], "loc": { "start": { - "line": 156, + "line": 152, "column": 8 }, "end": { - "line": 156, + "line": 152, "column": 39 } } @@ -14798,16 +14505,16 @@ "type": "Line", "value": "defines css class for single-filter", "range": [ - 6058, - 6095 + 5925, + 5962 ], "loc": { "start": { - "line": 158, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 154, "column": 45 } } @@ -14825,16 +14532,16 @@ "object": { "type": "ThisExpression", "range": [ - 6104, - 6108 + 5971, + 5975 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 12 } } @@ -14843,31 +14550,31 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 6109, - 6126 + 5976, + 5993 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 13 }, "end": { - "line": 159, + "line": 155, "column": 30 } } }, "range": [ - 6104, - 6126 + 5971, + 5993 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 30 } } @@ -14882,16 +14589,16 @@ "type": "Identifier", "name": "f", "range": [ - 6129, - 6130 + 5996, + 5997 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 33 }, "end": { - "line": 159, + "line": 155, "column": 34 } } @@ -14900,31 +14607,31 @@ "type": "Identifier", "name": "single_flt_css_class", "range": [ - 6131, - 6151 + 5998, + 6018 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 35 }, "end": { - "line": 159, + "line": 155, "column": 55 } } }, "range": [ - 6129, - 6151 + 5996, + 6018 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 33 }, "end": { - "line": 159, + "line": 155, "column": 55 } } @@ -14934,61 +14641,61 @@ "value": "single_flt", "raw": "'single_flt'", "range": [ - 6155, - 6167 + 6022, + 6034 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 59 }, "end": { - "line": 159, + "line": 155, "column": 71 } } }, "range": [ - 6129, - 6167 + 5996, + 6034 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 33 }, "end": { - "line": 159, + "line": 155, "column": 71 } } }, "range": [ - 6104, - 6167 + 5971, + 6034 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 71 } } }, "range": [ - 6104, - 6168 + 5971, + 6035 ], "loc": { "start": { - "line": 159, + "line": 155, "column": 8 }, "end": { - "line": 159, + "line": 155, "column": 72 } }, @@ -14997,16 +14704,16 @@ "type": "Line", "value": "defines css class for single-filter", "range": [ - 6058, - 6095 + 5925, + 5962 ], "loc": { "start": { - "line": 158, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 154, "column": 45 } } @@ -15017,16 +14724,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 6178, - 6212 + 6045, + 6079 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 42 } } @@ -15035,16 +14742,16 @@ "type": "Line", "value": "enables/disables enter key", "range": [ - 6221, - 6249 + 6088, + 6116 ], "loc": { "start": { - "line": 162, + "line": 158, "column": 8 }, "end": { - "line": 162, + "line": 158, "column": 36 } } @@ -15062,16 +14769,16 @@ "object": { "type": "ThisExpression", "range": [ - 6258, - 6262 + 6125, + 6129 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 12 } } @@ -15080,31 +14787,31 @@ "type": "Identifier", "name": "enterKey", "range": [ - 6263, - 6271 + 6130, + 6138 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 13 }, "end": { - "line": 163, + "line": 159, "column": 21 } } }, "range": [ - 6258, - 6271 + 6125, + 6138 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 21 } } @@ -15121,16 +14828,16 @@ "type": "Identifier", "name": "f", "range": [ - 6274, - 6275 + 6141, + 6142 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 24 }, "end": { - "line": 163, + "line": 159, "column": 25 } } @@ -15139,31 +14846,31 @@ "type": "Identifier", "name": "enter_key", "range": [ - 6276, - 6285 + 6143, + 6152 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 26 }, "end": { - "line": 163, + "line": 159, "column": 35 } } }, "range": [ - 6274, - 6285 + 6141, + 6152 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 24 }, "end": { - "line": 163, + "line": 159, "column": 35 } } @@ -15173,31 +14880,31 @@ "value": false, "raw": "false", "range": [ - 6290, - 6295 + 6157, + 6162 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 40 }, "end": { - "line": 163, + "line": 159, "column": 45 } } }, "range": [ - 6274, - 6295 + 6141, + 6162 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 24 }, "end": { - "line": 163, + "line": 159, "column": 45 } } @@ -15207,16 +14914,16 @@ "value": false, "raw": "false", "range": [ - 6298, - 6303 + 6165, + 6170 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 48 }, "end": { - "line": 163, + "line": 159, "column": 53 } } @@ -15226,61 +14933,61 @@ "value": true, "raw": "true", "range": [ - 6306, - 6310 + 6173, + 6177 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 56 }, "end": { - "line": 163, + "line": 159, "column": 60 } } }, "range": [ - 6274, - 6310 + 6141, + 6177 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 24 }, "end": { - "line": 163, + "line": 159, "column": 60 } } }, "range": [ - 6258, - 6310 + 6125, + 6177 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 60 } } }, "range": [ - 6258, - 6311 + 6125, + 6178 ], "loc": { "start": { - "line": 163, + "line": 159, "column": 8 }, "end": { - "line": 163, + "line": 159, "column": 61 } }, @@ -15289,16 +14996,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 6178, - 6212 + 6045, + 6079 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 42 } } @@ -15307,16 +15014,16 @@ "type": "Line", "value": "enables/disables enter key", "range": [ - 6221, - 6249 + 6088, + 6116 ], "loc": { "start": { - "line": 162, + "line": 158, "column": 8 }, "end": { - "line": 162, + "line": 158, "column": 36 } } @@ -15327,16 +15034,16 @@ "type": "Line", "value": "calls function before filtering starts", "range": [ - 6320, - 6360 + 6187, + 6227 ], "loc": { "start": { - "line": 164, + "line": 160, "column": 8 }, "end": { - "line": 164, + "line": 160, "column": 48 } } @@ -15354,16 +15061,16 @@ "object": { "type": "ThisExpression", "range": [ - 6369, - 6373 + 6236, + 6240 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 165, + "line": 161, "column": 12 } } @@ -15372,31 +15079,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 6374, - 6388 + 6241, + 6255 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 13 }, "end": { - "line": 165, + "line": 161, "column": 27 } } }, "range": [ - 6369, - 6388 + 6236, + 6255 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 165, + "line": 161, "column": 27 } } @@ -15409,16 +15116,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 6391, - 6395 + 6258, + 6262 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 30 }, "end": { - "line": 165, + "line": 161, "column": 34 } } @@ -15431,16 +15138,16 @@ "type": "Identifier", "name": "f", "range": [ - 6396, - 6397 + 6263, + 6264 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 35 }, "end": { - "line": 165, + "line": 161, "column": 36 } } @@ -15449,47 +15156,47 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 6398, - 6414 + 6265, + 6281 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 37 }, "end": { - "line": 165, + "line": 161, "column": 53 } } }, "range": [ - 6396, - 6414 + 6263, + 6281 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 35 }, "end": { - "line": 165, + "line": 161, "column": 53 } } } ], "range": [ - 6391, - 6415 + 6258, + 6282 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 30 }, "end": { - "line": 165, + "line": 161, "column": 54 } } @@ -15501,16 +15208,16 @@ "type": "Identifier", "name": "f", "range": [ - 6430, - 6431 + 6297, + 6298 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 12 }, "end": { - "line": 166, + "line": 162, "column": 13 } } @@ -15519,31 +15226,31 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 6432, - 6448 + 6299, + 6315 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 14 }, "end": { - "line": 166, + "line": 162, "column": 30 } } }, "range": [ - 6430, - 6448 + 6297, + 6315 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 12 }, "end": { - "line": 166, + "line": 162, "column": 30 } } @@ -15553,61 +15260,61 @@ "value": null, "raw": "null", "range": [ - 6451, - 6455 + 6318, + 6322 ], "loc": { "start": { - "line": 166, + "line": 162, "column": 33 }, "end": { - "line": 166, + "line": 162, "column": 37 } } }, "range": [ - 6391, - 6455 + 6258, + 6322 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 30 }, "end": { - "line": 166, + "line": 162, "column": 37 } } }, "range": [ - 6369, - 6455 + 6236, + 6322 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 166, + "line": 162, "column": 37 } } }, "range": [ - 6369, - 6456 + 6236, + 6323 ], "loc": { "start": { - "line": 165, + "line": 161, "column": 8 }, "end": { - "line": 166, + "line": 162, "column": 38 } }, @@ -15616,16 +15323,16 @@ "type": "Line", "value": "calls function before filtering starts", "range": [ - 6320, - 6360 + 6187, + 6227 ], "loc": { "start": { - "line": 164, + "line": 160, "column": 8 }, "end": { - "line": 164, + "line": 160, "column": 48 } } @@ -15636,16 +15343,16 @@ "type": "Line", "value": "calls function after filtering", "range": [ - 6465, - 6497 + 6332, + 6364 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 40 } } @@ -15663,16 +15370,16 @@ "object": { "type": "ThisExpression", "range": [ - 6506, - 6510 + 6373, + 6377 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 12 } } @@ -15681,31 +15388,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 6511, - 6524 + 6378, + 6391 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 13 }, "end": { - "line": 168, + "line": 164, "column": 26 } } }, "range": [ - 6506, - 6524 + 6373, + 6391 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 26 } } @@ -15718,16 +15425,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 6527, - 6531 + 6394, + 6398 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 29 }, "end": { - "line": 168, + "line": 164, "column": 33 } } @@ -15740,16 +15447,16 @@ "type": "Identifier", "name": "f", "range": [ - 6532, - 6533 + 6399, + 6400 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 34 }, "end": { - "line": 168, + "line": 164, "column": 35 } } @@ -15758,47 +15465,47 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 6534, - 6549 + 6401, + 6416 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 36 }, "end": { - "line": 168, + "line": 164, "column": 51 } } }, "range": [ - 6532, - 6549 + 6399, + 6416 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 34 }, "end": { - "line": 168, + "line": 164, "column": 51 } } } ], "range": [ - 6527, - 6550 + 6394, + 6417 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 29 }, "end": { - "line": 168, + "line": 164, "column": 52 } } @@ -15810,16 +15517,16 @@ "type": "Identifier", "name": "f", "range": [ - 6553, - 6554 + 6420, + 6421 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 55 }, "end": { - "line": 168, + "line": 164, "column": 56 } } @@ -15828,31 +15535,31 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 6555, - 6570 + 6422, + 6437 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 57 }, "end": { - "line": 168, + "line": 164, "column": 72 } } }, "range": [ - 6553, - 6570 + 6420, + 6437 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 55 }, "end": { - "line": 168, + "line": 164, "column": 72 } } @@ -15862,61 +15569,61 @@ "value": null, "raw": "null", "range": [ - 6573, - 6577 + 6440, + 6444 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 75 }, "end": { - "line": 168, + "line": 164, "column": 79 } } }, "range": [ - 6527, - 6577 + 6394, + 6444 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 29 }, "end": { - "line": 168, + "line": 164, "column": 79 } } }, "range": [ - 6506, - 6577 + 6373, + 6444 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 79 } } }, "range": [ - 6506, - 6578 + 6373, + 6445 ], "loc": { "start": { - "line": 168, + "line": 164, "column": 8 }, "end": { - "line": 168, + "line": 164, "column": 80 } }, @@ -15925,16 +15632,16 @@ "type": "Line", "value": "calls function after filtering", "range": [ - 6465, - 6497 + 6332, + 6364 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 40 } } @@ -15945,16 +15652,16 @@ "type": "Line", "value": "enables/disables case sensitivity", "range": [ - 6587, - 6622 + 6454, + 6489 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 169, + "line": 165, "column": 43 } } @@ -15972,16 +15679,16 @@ "object": { "type": "ThisExpression", "range": [ - 6631, - 6635 + 6498, + 6502 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 8 }, "end": { - "line": 170, + "line": 166, "column": 12 } } @@ -15990,31 +15697,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 6636, - 6649 + 6503, + 6516 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 13 }, "end": { - "line": 170, + "line": 166, "column": 26 } } }, "range": [ - 6631, - 6649 + 6498, + 6516 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 8 }, "end": { - "line": 170, + "line": 166, "column": 26 } } @@ -16025,16 +15732,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 6652, - 6659 + 6519, + 6526 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 29 }, "end": { - "line": 170, + "line": 166, "column": 36 } } @@ -16047,16 +15754,16 @@ "type": "Identifier", "name": "f", "range": [ - 6660, - 6661 + 6527, + 6528 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 37 }, "end": { - "line": 170, + "line": 166, "column": 38 } } @@ -16065,77 +15772,77 @@ "type": "Identifier", "name": "case_sensitive", "range": [ - 6662, - 6676 + 6529, + 6543 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 39 }, "end": { - "line": 170, + "line": 166, "column": 53 } } }, "range": [ - 6660, - 6676 + 6527, + 6543 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 37 }, "end": { - "line": 170, + "line": 166, "column": 53 } } } ], "range": [ - 6652, - 6677 + 6519, + 6544 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 29 }, "end": { - "line": 170, + "line": 166, "column": 54 } } }, "range": [ - 6631, - 6677 + 6498, + 6544 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 8 }, "end": { - "line": 170, + "line": 166, "column": 54 } } }, "range": [ - 6631, - 6678 + 6498, + 6545 ], "loc": { "start": { - "line": 170, + "line": 166, "column": 8 }, "end": { - "line": 170, + "line": 166, "column": 55 } }, @@ -16144,16 +15851,16 @@ "type": "Line", "value": "enables/disables case sensitivity", "range": [ - 6587, - 6622 + 6454, + 6489 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 169, + "line": 165, "column": 43 } } @@ -16164,16 +15871,16 @@ "type": "Line", "value": "has exact match per column", "range": [ - 6687, - 6715 + 6554, + 6582 ], "loc": { "start": { - "line": 171, + "line": 167, "column": 8 }, "end": { - "line": 171, + "line": 167, "column": 36 } } @@ -16191,16 +15898,16 @@ "object": { "type": "ThisExpression", "range": [ - 6724, - 6728 + 6591, + 6595 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 172, + "line": 168, "column": 12 } } @@ -16209,31 +15916,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 6729, - 6747 + 6596, + 6614 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 13 }, "end": { - "line": 172, + "line": 168, "column": 31 } } }, "range": [ - 6724, - 6747 + 6591, + 6614 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 172, + "line": 168, "column": 31 } } @@ -16244,16 +15951,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 6750, - 6757 + 6617, + 6624 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 34 }, "end": { - "line": 172, + "line": 168, "column": 41 } } @@ -16266,16 +15973,16 @@ "type": "Identifier", "name": "f", "range": [ - 6758, - 6759 + 6625, + 6626 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 42 }, "end": { - "line": 172, + "line": 168, "column": 43 } } @@ -16284,77 +15991,77 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 6760, - 6779 + 6627, + 6646 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 44 }, "end": { - "line": 172, + "line": 168, "column": 63 } } }, "range": [ - 6758, - 6779 + 6625, + 6646 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 42 }, "end": { - "line": 172, + "line": 168, "column": 63 } } } ], "range": [ - 6750, - 6780 + 6617, + 6647 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 34 }, "end": { - "line": 172, + "line": 168, "column": 64 } } }, "range": [ - 6724, - 6780 + 6591, + 6647 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 172, + "line": 168, "column": 64 } } }, "range": [ - 6724, - 6781 + 6591, + 6648 ], "loc": { "start": { - "line": 172, + "line": 168, "column": 8 }, "end": { - "line": 172, + "line": 168, "column": 65 } }, @@ -16363,16 +16070,16 @@ "type": "Line", "value": "has exact match per column", "range": [ - 6687, - 6715 + 6554, + 6582 ], "loc": { "start": { - "line": 171, + "line": 167, "column": 8 }, "end": { - "line": 171, + "line": 167, "column": 36 } } @@ -16390,16 +16097,16 @@ "object": { "type": "ThisExpression", "range": [ - 6790, - 6794 + 6657, + 6661 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 8 }, "end": { - "line": 173, + "line": 169, "column": 12 } } @@ -16408,31 +16115,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 6795, - 6810 + 6662, + 6677 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 13 }, "end": { - "line": 173, + "line": 169, "column": 28 } } }, "range": [ - 6790, - 6810 + 6657, + 6677 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 8 }, "end": { - "line": 173, + "line": 169, "column": 28 } } @@ -16445,16 +16152,16 @@ "object": { "type": "ThisExpression", "range": [ - 6813, - 6817 + 6680, + 6684 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 31 }, "end": { - "line": 173, + "line": 169, "column": 35 } } @@ -16463,31 +16170,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 6818, - 6836 + 6685, + 6703 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 36 }, "end": { - "line": 173, + "line": 169, "column": 54 } } }, "range": [ - 6813, - 6836 + 6680, + 6703 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 31 }, "end": { - "line": 173, + "line": 169, "column": 54 } } @@ -16499,16 +16206,16 @@ "type": "Identifier", "name": "f", "range": [ - 6851, - 6852 + 6718, + 6719 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 12 }, "end": { - "line": 174, + "line": 170, "column": 13 } } @@ -16517,31 +16224,31 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 6853, - 6872 + 6720, + 6739 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 14 }, "end": { - "line": 174, + "line": 170, "column": 33 } } }, "range": [ - 6851, - 6872 + 6718, + 6739 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 12 }, "end": { - "line": 174, + "line": 170, "column": 33 } } @@ -16550,61 +16257,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 6875, - 6877 + 6742, + 6744 ], "loc": { "start": { - "line": 174, + "line": 170, "column": 36 }, "end": { - "line": 174, + "line": 170, "column": 38 } } }, "range": [ - 6813, - 6877 + 6680, + 6744 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 31 }, "end": { - "line": 174, + "line": 170, "column": 38 } } }, "range": [ - 6790, - 6877 + 6657, + 6744 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 8 }, "end": { - "line": 174, + "line": 170, "column": 38 } } }, "range": [ - 6790, - 6878 + 6657, + 6745 ], "loc": { "start": { - "line": 173, + "line": 169, "column": 8 }, "end": { - "line": 174, + "line": 170, "column": 39 } }, @@ -16613,16 +16320,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 6887, - 6927 + 6754, + 6794 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 48 } } @@ -16640,16 +16347,16 @@ "object": { "type": "ThisExpression", "range": [ - 6936, - 6940 + 6803, + 6807 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 12 } } @@ -16658,31 +16365,31 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 6941, - 6951 + 6808, + 6818 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 13 }, "end": { - "line": 176, + "line": 172, "column": 23 } } }, "range": [ - 6936, - 6951 + 6803, + 6818 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 23 } } @@ -16693,16 +16400,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 6954, - 6961 + 6821, + 6828 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 26 }, "end": { - "line": 176, + "line": 172, "column": 33 } } @@ -16715,16 +16422,16 @@ "type": "Identifier", "name": "f", "range": [ - 6962, - 6963 + 6829, + 6830 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 34 }, "end": { - "line": 176, + "line": 172, "column": 35 } } @@ -16733,77 +16440,77 @@ "type": "Identifier", "name": "exact_match", "range": [ - 6964, - 6975 + 6831, + 6842 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 36 }, "end": { - "line": 176, + "line": 172, "column": 47 } } }, "range": [ - 6962, - 6975 + 6829, + 6842 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 34 }, "end": { - "line": 176, + "line": 172, "column": 47 } } } ], "range": [ - 6954, - 6976 + 6821, + 6843 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 26 }, "end": { - "line": 176, + "line": 172, "column": 48 } } }, "range": [ - 6936, - 6976 + 6803, + 6843 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 48 } } }, "range": [ - 6936, - 6977 + 6803, + 6844 ], "loc": { "start": { - "line": 176, + "line": 172, "column": 8 }, "end": { - "line": 176, + "line": 172, "column": 49 } }, @@ -16812,16 +16519,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 6887, - 6927 + 6754, + 6794 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 48 } } @@ -16832,16 +16539,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 6986, - 7029 + 6853, + 6896 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 51 } } @@ -16859,16 +16566,16 @@ "object": { "type": "ThisExpression", "range": [ - 7038, - 7042 + 6905, + 6909 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 178, + "line": 174, "column": 12 } } @@ -16877,31 +16584,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 7043, - 7056 + 6910, + 6923 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 13 }, "end": { - "line": 178, + "line": 174, "column": 26 } } }, "range": [ - 7038, - 7056 + 6905, + 6923 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 178, + "line": 174, "column": 26 } } @@ -16912,16 +16619,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7059, - 7066 + 6926, + 6933 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 29 }, "end": { - "line": 178, + "line": 174, "column": 36 } } @@ -16934,16 +16641,16 @@ "type": "Identifier", "name": "f", "range": [ - 7067, - 7068 + 6934, + 6935 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 37 }, "end": { - "line": 178, + "line": 174, "column": 38 } } @@ -16952,77 +16659,77 @@ "type": "Identifier", "name": "linked_filters", "range": [ - 7069, - 7083 + 6936, + 6950 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 39 }, "end": { - "line": 178, + "line": 174, "column": 53 } } }, "range": [ - 7067, - 7083 + 6934, + 6950 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 37 }, "end": { - "line": 178, + "line": 174, "column": 53 } } } ], "range": [ - 7059, - 7084 + 6926, + 6951 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 29 }, "end": { - "line": 178, + "line": 174, "column": 54 } } }, "range": [ - 7038, - 7084 + 6905, + 6951 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 178, + "line": 174, "column": 54 } } }, "range": [ - 7038, - 7085 + 6905, + 6952 ], "loc": { "start": { - "line": 178, + "line": 174, "column": 8 }, "end": { - "line": 178, + "line": 174, "column": 55 } }, @@ -17031,16 +16738,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 6986, - 7029 + 6853, + 6896 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 51 } } @@ -17051,16 +16758,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7094, - 7132 + 6961, + 6999 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 8 }, "end": { - "line": 179, + "line": 175, "column": 46 } } @@ -17078,16 +16785,16 @@ "object": { "type": "ThisExpression", "range": [ - 7141, - 7145 + 7008, + 7012 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 12 } } @@ -17096,31 +16803,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 7146, - 7168 + 7013, + 7035 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 13 }, "end": { - "line": 180, + "line": 176, "column": 35 } } }, "range": [ - 7141, - 7168 + 7008, + 7035 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 35 } } @@ -17131,16 +16838,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7171, - 7178 + 7038, + 7045 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 38 }, "end": { - "line": 180, + "line": 176, "column": 45 } } @@ -17153,16 +16860,16 @@ "type": "Identifier", "name": "f", "range": [ - 7179, - 7180 + 7046, + 7047 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 46 }, "end": { - "line": 180, + "line": 176, "column": 47 } } @@ -17171,77 +16878,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 7181, - 7205 + 7048, + 7072 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 48 }, "end": { - "line": 180, + "line": 176, "column": 72 } } }, "range": [ - 7179, - 7205 + 7046, + 7072 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 46 }, "end": { - "line": 180, + "line": 176, "column": 72 } } } ], "range": [ - 7171, - 7206 + 7038, + 7073 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 38 }, "end": { - "line": 180, + "line": 176, "column": 73 } } }, "range": [ - 7141, - 7206 + 7008, + 7073 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 73 } } }, "range": [ - 7141, - 7207 + 7008, + 7074 ], "loc": { "start": { - "line": 180, + "line": 176, "column": 8 }, "end": { - "line": 180, + "line": 176, "column": 74 } }, @@ -17250,16 +16957,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7094, - 7132 + 6961, + 6999 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 8 }, "end": { - "line": 179, + "line": 175, "column": 46 } } @@ -17270,16 +16977,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7216, - 7237 + 7083, + 7104 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 29 } } @@ -17297,16 +17004,16 @@ "object": { "type": "ThisExpression", "range": [ - 7246, - 7250 + 7113, + 7117 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 8 }, "end": { - "line": 182, + "line": 178, "column": 12 } } @@ -17315,31 +17022,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 7251, - 7265 + 7118, + 7132 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 13 }, "end": { - "line": 182, + "line": 178, "column": 27 } } }, "range": [ - 7246, - 7265 + 7113, + 7132 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 8 }, "end": { - "line": 182, + "line": 178, "column": 27 } } @@ -17349,46 +17056,46 @@ "value": null, "raw": "null", "range": [ - 7268, - 7272 + 7135, + 7139 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 30 }, "end": { - "line": 182, + "line": 178, "column": 34 } } }, "range": [ - 7246, - 7272 + 7113, + 7139 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 8 }, "end": { - "line": 182, + "line": 178, "column": 34 } } }, "range": [ - 7246, - 7273 + 7113, + 7140 ], "loc": { "start": { - "line": 182, + "line": 178, "column": 8 }, "end": { - "line": 182, + "line": 178, "column": 35 } }, @@ -17397,16 +17104,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7216, - 7237 + 7083, + 7104 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 29 } } @@ -17417,16 +17124,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7282, - 7311 + 7149, + 7178 ], "loc": { "start": { - "line": 183, + "line": 179, "column": 8 }, "end": { - "line": 183, + "line": 179, "column": 37 } } @@ -17444,16 +17151,16 @@ "object": { "type": "ThisExpression", "range": [ - 7320, - 7324 + 7187, + 7191 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 8 }, "end": { - "line": 184, + "line": 180, "column": 12 } } @@ -17462,31 +17169,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 7325, - 7339 + 7192, + 7206 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 13 }, "end": { - "line": 184, + "line": 180, "column": 27 } } }, "range": [ - 7320, - 7339 + 7187, + 7206 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 8 }, "end": { - "line": 184, + "line": 180, "column": 27 } } @@ -17497,16 +17204,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7342, - 7349 + 7209, + 7216 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 30 }, "end": { - "line": 184, + "line": 180, "column": 37 } } @@ -17519,16 +17226,16 @@ "type": "Identifier", "name": "f", "range": [ - 7350, - 7351 + 7217, + 7218 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 38 }, "end": { - "line": 184, + "line": 180, "column": 39 } } @@ -17537,77 +17244,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 7352, - 7371 + 7219, + 7238 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 40 }, "end": { - "line": 184, + "line": 180, "column": 59 } } }, "range": [ - 7350, - 7371 + 7217, + 7238 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 38 }, "end": { - "line": 184, + "line": 180, "column": 59 } } } ], "range": [ - 7342, - 7372 + 7209, + 7239 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 30 }, "end": { - "line": 184, + "line": 180, "column": 60 } } }, "range": [ - 7320, - 7372 + 7187, + 7239 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 8 }, "end": { - "line": 184, + "line": 180, "column": 60 } } }, "range": [ - 7320, - 7373 + 7187, + 7240 ], "loc": { "start": { - "line": 184, + "line": 180, "column": 8 }, "end": { - "line": 184, + "line": 180, "column": 61 } }, @@ -17616,16 +17323,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7282, - 7311 + 7149, + 7178 ], "loc": { "start": { - "line": 183, + "line": 179, "column": 8 }, "end": { - "line": 183, + "line": 179, "column": 37 } } @@ -17636,16 +17343,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7382, - 7420 + 7249, + 7287 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 8 }, "end": { - "line": 185, + "line": 181, "column": 46 } } @@ -17663,16 +17370,16 @@ "object": { "type": "ThisExpression", "range": [ - 7429, - 7433 + 7296, + 7300 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 12 } } @@ -17681,31 +17388,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 7434, - 7445 + 7301, + 7312 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 13 }, "end": { - "line": 186, + "line": 182, "column": 24 } } }, "range": [ - 7429, - 7445 + 7296, + 7312 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 24 } } @@ -17718,16 +17425,16 @@ "object": { "type": "ThisExpression", "range": [ - 7448, - 7452 + 7315, + 7319 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 27 }, "end": { - "line": 186, + "line": 182, "column": 31 } } @@ -17736,31 +17443,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 7453, - 7467 + 7320, + 7334 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 32 }, "end": { - "line": 186, + "line": 182, "column": 46 } } }, "range": [ - 7448, - 7467 + 7315, + 7334 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 27 }, "end": { - "line": 186, + "line": 182, "column": 46 } } @@ -17772,16 +17479,16 @@ "type": "Identifier", "name": "f", "range": [ - 7470, - 7471 + 7337, + 7338 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 49 }, "end": { - "line": 186, + "line": 182, "column": 50 } } @@ -17790,31 +17497,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 7472, - 7491 + 7339, + 7358 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 51 }, "end": { - "line": 186, + "line": 182, "column": 70 } } }, "range": [ - 7470, - 7491 + 7337, + 7358 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 49 }, "end": { - "line": 186, + "line": 182, "column": 70 } } @@ -17823,61 +17530,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7494, - 7496 + 7361, + 7363 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 73 }, "end": { - "line": 186, + "line": 182, "column": 75 } } }, "range": [ - 7448, - 7496 + 7315, + 7363 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 27 }, "end": { - "line": 186, + "line": 182, "column": 75 } } }, "range": [ - 7429, - 7496 + 7296, + 7363 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 75 } } }, "range": [ - 7429, - 7497 + 7296, + 7364 ], "loc": { "start": { - "line": 186, + "line": 182, "column": 8 }, "end": { - "line": 186, + "line": 182, "column": 76 } }, @@ -17886,16 +17593,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7382, - 7420 + 7249, + 7287 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 8 }, "end": { - "line": 185, + "line": 181, "column": 46 } } @@ -17906,16 +17613,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7506, - 7552 + 7373, + 7419 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 54 } } @@ -17933,16 +17640,16 @@ "object": { "type": "ThisExpression", "range": [ - 7561, - 7565 + 7428, + 7432 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 12 } } @@ -17951,31 +17658,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 7566, - 7579 + 7433, + 7446 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 13 }, "end": { - "line": 188, + "line": 184, "column": 26 } } }, "range": [ - 7561, - 7579 + 7428, + 7446 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 26 } } @@ -17986,16 +17693,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 7582, - 7589 + 7449, + 7456 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 29 }, "end": { - "line": 188, + "line": 184, "column": 36 } } @@ -18008,16 +17715,16 @@ "type": "Identifier", "name": "f", "range": [ - 7590, - 7591 + 7457, + 7458 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 37 }, "end": { - "line": 188, + "line": 184, "column": 38 } } @@ -18026,77 +17733,77 @@ "type": "Identifier", "name": "external_flt_grid", "range": [ - 7592, - 7609 + 7459, + 7476 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 39 }, "end": { - "line": 188, + "line": 184, "column": 56 } } }, "range": [ - 7590, - 7609 + 7457, + 7476 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 37 }, "end": { - "line": 188, + "line": 184, "column": 56 } } } ], "range": [ - 7582, - 7610 + 7449, + 7477 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 29 }, "end": { - "line": 188, + "line": 184, "column": 57 } } }, "range": [ - 7561, - 7610 + 7428, + 7477 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 57 } } }, "range": [ - 7561, - 7611 + 7428, + 7478 ], "loc": { "start": { - "line": 188, + "line": 184, "column": 8 }, "end": { - "line": 188, + "line": 184, "column": 58 } }, @@ -18105,16 +17812,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7506, - 7552 + 7373, + 7419 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 54 } } @@ -18125,16 +17832,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7620, - 7682 + 7487, + 7549 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 70 } } @@ -18152,16 +17859,16 @@ "object": { "type": "ThisExpression", "range": [ - 7691, - 7695 + 7558, + 7562 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 12 } } @@ -18170,31 +17877,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 7696, - 7713 + 7563, + 7580 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 13 }, "end": { - "line": 190, + "line": 186, "column": 30 } } }, "range": [ - 7691, - 7713 + 7558, + 7580 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 30 } } @@ -18209,16 +17916,16 @@ "type": "Identifier", "name": "f", "range": [ - 7716, - 7717 + 7583, + 7584 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 33 }, "end": { - "line": 190, + "line": 186, "column": 34 } } @@ -18227,31 +17934,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 7718, - 7739 + 7585, + 7606 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 35 }, "end": { - "line": 190, + "line": 186, "column": 56 } } }, "range": [ - 7716, - 7739 + 7583, + 7606 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 33 }, "end": { - "line": 190, + "line": 186, "column": 56 } } @@ -18260,61 +17967,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7743, - 7745 + 7610, + 7612 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 60 }, "end": { - "line": 190, + "line": 186, "column": 62 } } }, "range": [ - 7716, - 7745 + 7583, + 7612 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 33 }, "end": { - "line": 190, + "line": 186, "column": 62 } } }, "range": [ - 7691, - 7745 + 7558, + 7612 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 62 } } }, "range": [ - 7691, - 7746 + 7558, + 7613 ], "loc": { "start": { - "line": 190, + "line": 186, "column": 8 }, "end": { - "line": 190, + "line": 186, "column": 63 } }, @@ -18323,16 +18030,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7620, - 7682 + 7487, + 7549 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 70 } } @@ -18343,16 +18050,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 7755, - 7805 + 7622, + 7672 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 58 } } @@ -18370,16 +18077,16 @@ "object": { "type": "ThisExpression", "range": [ - 7814, - 7818 + 7681, + 7685 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 12 } } @@ -18388,31 +18095,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 7819, - 7833 + 7686, + 7700 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 13 }, "end": { - "line": 192, + "line": 188, "column": 27 } } }, "range": [ - 7814, - 7833 + 7681, + 7700 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 27 } } @@ -18421,46 +18128,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7836, - 7838 + 7703, + 7705 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 30 }, "end": { - "line": 192, + "line": 188, "column": 32 } } }, "range": [ - 7814, - 7838 + 7681, + 7705 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 32 } } }, "range": [ - 7814, - 7839 + 7681, + 7706 ], "loc": { "start": { - "line": 192, + "line": 188, "column": 8 }, "end": { - "line": 192, + "line": 188, "column": 33 } }, @@ -18469,16 +18176,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 7755, - 7805 + 7622, + 7672 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 58 } } @@ -18489,16 +18196,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 7848, - 7889 + 7715, + 7756 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 49 } } @@ -18516,16 +18223,16 @@ "object": { "type": "ThisExpression", "range": [ - 7898, - 7902 + 7765, + 7769 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 194, + "line": 190, "column": 12 } } @@ -18534,31 +18241,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 7903, - 7918 + 7770, + 7785 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 13 }, "end": { - "line": 194, + "line": 190, "column": 28 } } }, "range": [ - 7898, - 7918 + 7765, + 7785 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 194, + "line": 190, "column": 28 } } @@ -18571,16 +18278,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 7921, - 7925 + 7788, + 7792 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 31 }, "end": { - "line": 194, + "line": 190, "column": 35 } } @@ -18593,16 +18300,16 @@ "type": "Identifier", "name": "f", "range": [ - 7926, - 7927 + 7793, + 7794 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 36 }, "end": { - "line": 194, + "line": 190, "column": 37 } } @@ -18611,47 +18318,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 7928, - 7945 + 7795, + 7812 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 38 }, "end": { - "line": 194, + "line": 190, "column": 55 } } }, "range": [ - 7926, - 7945 + 7793, + 7812 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 36 }, "end": { - "line": 194, + "line": 190, "column": 55 } } } ], "range": [ - 7921, - 7946 + 7788, + 7813 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 31 }, "end": { - "line": 194, + "line": 190, "column": 56 } } @@ -18663,16 +18370,16 @@ "type": "Identifier", "name": "f", "range": [ - 7961, - 7962 + 7828, + 7829 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 12 }, "end": { - "line": 195, + "line": 191, "column": 13 } } @@ -18681,31 +18388,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 7963, - 7980 + 7830, + 7847 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 14 }, "end": { - "line": 195, + "line": 191, "column": 31 } } }, "range": [ - 7961, - 7980 + 7828, + 7847 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 12 }, "end": { - "line": 195, + "line": 191, "column": 31 } } @@ -18715,61 +18422,61 @@ "value": null, "raw": "null", "range": [ - 7983, - 7987 + 7850, + 7854 ], "loc": { "start": { - "line": 195, + "line": 191, "column": 34 }, "end": { - "line": 195, + "line": 191, "column": 38 } } }, "range": [ - 7921, - 7987 + 7788, + 7854 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 31 }, "end": { - "line": 195, + "line": 191, "column": 38 } } }, "range": [ - 7898, - 7987 + 7765, + 7854 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 195, + "line": 191, "column": 38 } } }, "range": [ - 7898, - 7988 + 7765, + 7855 ], "loc": { "start": { - "line": 194, + "line": 190, "column": 8 }, "end": { - "line": 195, + "line": 191, "column": 39 } }, @@ -18778,16 +18485,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 7848, - 7889 + 7715, + 7756 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 49 } } @@ -18798,16 +18505,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 7997, - 8036 + 7864, + 7903 ], "loc": { "start": { - "line": 196, + "line": 192, "column": 8 }, "end": { - "line": 196, + "line": 192, "column": 47 } } @@ -18825,16 +18532,16 @@ "object": { "type": "ThisExpression", "range": [ - 8045, - 8049 + 7912, + 7916 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 12 } } @@ -18843,31 +18550,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 8050, - 8065 + 7917, + 7932 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 13 }, "end": { - "line": 197, + "line": 193, "column": 28 } } }, "range": [ - 8045, - 8065 + 7912, + 7932 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 28 } } @@ -18878,16 +18585,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8068, - 8075 + 7935, + 7942 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 31 }, "end": { - "line": 197, + "line": 193, "column": 38 } } @@ -18900,16 +18607,16 @@ "type": "Identifier", "name": "f", "range": [ - 8076, - 8077 + 7943, + 7944 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 39 }, "end": { - "line": 197, + "line": 193, "column": 40 } } @@ -18918,77 +18625,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 8078, - 8091 + 7945, + 7958 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 41 }, "end": { - "line": 197, + "line": 193, "column": 54 } } }, "range": [ - 8076, - 8091 + 7943, + 7958 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 39 }, "end": { - "line": 197, + "line": 193, "column": 54 } } } ], "range": [ - 8068, - 8092 + 7935, + 7959 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 31 }, "end": { - "line": 197, + "line": 193, "column": 55 } } }, "range": [ - 8045, - 8092 + 7912, + 7959 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 55 } } }, "range": [ - 8045, - 8093 + 7912, + 7960 ], "loc": { "start": { - "line": 197, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 193, "column": 56 } }, @@ -18997,16 +18704,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 7997, - 8036 + 7864, + 7903 ], "loc": { "start": { - "line": 196, + "line": 192, "column": 8 }, "end": { - "line": 196, + "line": 192, "column": 47 } } @@ -19017,16 +18724,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8102, - 8141 + 7969, + 8008 ], "loc": { "start": { - "line": 198, + "line": 194, "column": 8 }, "end": { - "line": 198, + "line": 194, "column": 47 } } @@ -19044,16 +18751,16 @@ "object": { "type": "ThisExpression", "range": [ - 8150, - 8154 + 8017, + 8021 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 8 }, "end": { - "line": 199, + "line": 195, "column": 12 } } @@ -19062,31 +18769,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 8155, - 8169 + 8022, + 8036 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 13 }, "end": { - "line": 199, + "line": 195, "column": 27 } } }, "range": [ - 8150, - 8169 + 8017, + 8036 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 8 }, "end": { - "line": 199, + "line": 195, "column": 27 } } @@ -19099,16 +18806,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 8172, - 8176 + 8039, + 8043 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 30 }, "end": { - "line": 199, + "line": 195, "column": 34 } } @@ -19121,16 +18828,16 @@ "type": "Identifier", "name": "f", "range": [ - 8177, - 8178 + 8044, + 8045 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 35 }, "end": { - "line": 199, + "line": 195, "column": 36 } } @@ -19139,47 +18846,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 8179, - 8195 + 8046, + 8062 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 37 }, "end": { - "line": 199, + "line": 195, "column": 53 } } }, "range": [ - 8177, - 8195 + 8044, + 8062 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 35 }, "end": { - "line": 199, + "line": 195, "column": 53 } } } ], "range": [ - 8172, - 8196 + 8039, + 8063 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 30 }, "end": { - "line": 199, + "line": 195, "column": 54 } } @@ -19191,16 +18898,16 @@ "type": "Identifier", "name": "f", "range": [ - 8211, - 8212 + 8078, + 8079 ], "loc": { "start": { - "line": 200, + "line": 196, "column": 12 }, "end": { - "line": 200, + "line": 196, "column": 13 } } @@ -19209,31 +18916,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 8213, - 8229 + 8080, + 8096 ], "loc": { "start": { - "line": 200, + "line": 196, "column": 14 }, "end": { - "line": 200, + "line": 196, "column": 30 } } }, "range": [ - 8211, - 8229 + 8078, + 8096 ], "loc": { "start": { - "line": 200, + "line": 196, "column": 12 }, "end": { - "line": 200, + "line": 196, "column": 30 } } @@ -19243,61 +18950,61 @@ "value": null, "raw": "null", "range": [ - 8232, - 8236 + 8099, + 8103 ], "loc": { "start": { - "line": 200, + "line": 196, "column": 33 }, "end": { - "line": 200, + "line": 196, "column": 37 } } }, "range": [ - 8172, - 8236 + 8039, + 8103 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 30 }, "end": { - "line": 200, + "line": 196, "column": 37 } } }, "range": [ - 8150, - 8236 + 8017, + 8103 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 8 }, "end": { - "line": 200, + "line": 196, "column": 37 } } }, "range": [ - 8150, - 8237 + 8017, + 8104 ], "loc": { "start": { - "line": 199, + "line": 195, "column": 8 }, "end": { - "line": 200, + "line": 196, "column": 38 } }, @@ -19306,16 +19013,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8102, - 8141 + 7969, + 8008 ], "loc": { "start": { - "line": 198, + "line": 194, "column": 8 }, "end": { - "line": 198, + "line": 194, "column": 47 } } @@ -19326,16 +19033,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8246, - 8295 + 8113, + 8162 ], "loc": { "start": { - "line": 201, + "line": 197, "column": 8 }, "end": { - "line": 201, + "line": 197, "column": 57 } } @@ -19353,16 +19060,16 @@ "object": { "type": "ThisExpression", "range": [ - 8304, - 8308 + 8171, + 8175 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 8 }, "end": { - "line": 202, + "line": 198, "column": 12 } } @@ -19371,31 +19078,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 8309, - 8327 + 8176, + 8194 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 13 }, "end": { - "line": 202, + "line": 198, "column": 31 } } }, "range": [ - 8304, - 8327 + 8171, + 8194 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 8 }, "end": { - "line": 202, + "line": 198, "column": 31 } } @@ -19409,16 +19116,16 @@ "type": "Identifier", "name": "f", "range": [ - 8330, - 8331 + 8197, + 8198 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 34 }, "end": { - "line": 202, + "line": 198, "column": 35 } } @@ -19427,31 +19134,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 8332, - 8353 + 8199, + 8220 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 36 }, "end": { - "line": 202, + "line": 198, "column": 57 } } }, "range": [ - 8330, - 8353 + 8197, + 8220 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 34 }, "end": { - "line": 202, + "line": 198, "column": 57 } } @@ -19463,16 +19170,16 @@ "type": "Identifier", "name": "f", "range": [ - 8368, - 8369 + 8235, + 8236 ], "loc": { "start": { - "line": 203, + "line": 199, "column": 12 }, "end": { - "line": 203, + "line": 199, "column": 13 } } @@ -19481,31 +19188,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 8370, - 8391 + 8237, + 8258 ], "loc": { "start": { - "line": 203, + "line": 199, "column": 14 }, "end": { - "line": 203, + "line": 199, "column": 35 } } }, "range": [ - 8368, - 8391 + 8235, + 8258 ], "loc": { "start": { - "line": 203, + "line": 199, "column": 12 }, "end": { - "line": 203, + "line": 199, "column": 35 } } @@ -19514,61 +19221,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8394, - 8396 + 8261, + 8263 ], "loc": { "start": { - "line": 203, + "line": 199, "column": 38 }, "end": { - "line": 203, + "line": 199, "column": 40 } } }, "range": [ - 8330, - 8396 + 8197, + 8263 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 34 }, "end": { - "line": 203, + "line": 199, "column": 40 } } }, "range": [ - 8304, - 8396 + 8171, + 8263 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 8 }, "end": { - "line": 203, + "line": 199, "column": 40 } } }, "range": [ - 8304, - 8397 + 8171, + 8264 ], "loc": { "start": { - "line": 202, + "line": 198, "column": 8 }, "end": { - "line": 203, + "line": 199, "column": 41 } }, @@ -19577,16 +19284,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8246, - 8295 + 8113, + 8162 ], "loc": { "start": { - "line": 201, + "line": 197, "column": 8 }, "end": { - "line": 201, + "line": 197, "column": 57 } } @@ -19597,17 +19304,326 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8406, + 8273, + 8321 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 56 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 8330, + 8334 + ], + "loc": { + "start": { + "line": 201, + "column": 8 + }, + "end": { + "line": 201, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "customCellData", + "range": [ + 8335, + 8349 + ], + "loc": { + "start": { + "line": 201, + "column": 13 + }, + "end": { + "line": 201, + "column": 27 + } + } + }, + "range": [ + 8330, + 8349 + ], + "loc": { + "start": { + "line": 201, + "column": 8 + }, + "end": { + "line": 201, + "column": 27 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isFn", + "range": [ + 8352, + 8356 + ], + "loc": { + "start": { + "line": 201, + "column": 30 + }, + "end": { + "line": 201, + "column": 34 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 8357, + 8358 + ], + "loc": { + "start": { + "line": 201, + "column": 35 + }, + "end": { + "line": 201, + "column": 36 + } + } + }, + "property": { + "type": "Identifier", + "name": "custom_cell_data", + "range": [ + 8359, + 8375 + ], + "loc": { + "start": { + "line": 201, + "column": 37 + }, + "end": { + "line": 201, + "column": 53 + } + } + }, + "range": [ + 8357, + 8375 + ], + "loc": { + "start": { + "line": 201, + "column": 35 + }, + "end": { + "line": 201, + "column": 53 + } + } + } + ], + "range": [ + 8352, + 8376 + ], + "loc": { + "start": { + "line": 201, + "column": 30 + }, + "end": { + "line": 201, + "column": 54 + } + } + }, + "consequent": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 8391, + 8392 + ], + "loc": { + "start": { + "line": 202, + "column": 12 + }, + "end": { + "line": 202, + "column": 13 + } + } + }, + "property": { + "type": "Identifier", + "name": "custom_cell_data", + "range": [ + 8393, + 8409 + ], + "loc": { + "start": { + "line": 202, + "column": 14 + }, + "end": { + "line": 202, + "column": 30 + } + } + }, + "range": [ + 8391, + 8409 + ], + "loc": { + "start": { + "line": 202, + "column": 12 + }, + "end": { + "line": 202, + "column": 30 + } + } + }, + "alternate": { + "type": "Literal", + "value": null, + "raw": "null", + "range": [ + 8412, + 8416 + ], + "loc": { + "start": { + "line": 202, + "column": 33 + }, + "end": { + "line": 202, + "column": 37 + } + } + }, + "range": [ + 8352, + 8416 + ], + "loc": { + "start": { + "line": 201, + "column": 30 + }, + "end": { + "line": 202, + "column": 37 + } + } + }, + "range": [ + 8330, + 8416 + ], + "loc": { + "start": { + "line": 201, + "column": 8 + }, + "end": { + "line": 202, + "column": 37 + } + } + }, + "range": [ + 8330, + 8417 + ], + "loc": { + "start": { + "line": 201, + "column": 8 + }, + "end": { + "line": 202, + "column": 38 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "calls custom function for retrieving cell data", + "range": [ + 8273, + 8321 + ], + "loc": { + "start": { + "line": 200, + "column": 8 + }, + "end": { + "line": 200, + "column": 56 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "input watermark text array", + "range": [ + 8426, 8454 ], "loc": { "start": { - "line": 204, + "line": 203, "column": 8 }, "end": { - "line": 204, - "column": 56 + "line": 203, + "column": 36 } } } @@ -19629,320 +19645,11 @@ ], "loc": { "start": { - "line": 205, + "line": 204, "column": 8 }, "end": { - "line": 205, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "customCellData", - "range": [ - 8468, - 8482 - ], - "loc": { - "start": { - "line": 205, - "column": 13 - }, - "end": { - "line": 205, - "column": 27 - } - } - }, - "range": [ - 8463, - 8482 - ], - "loc": { - "start": { - "line": 205, - "column": 8 - }, - "end": { - "line": 205, - "column": 27 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isFn", - "range": [ - 8485, - 8489 - ], - "loc": { - "start": { - "line": 205, - "column": 30 - }, - "end": { - "line": 205, - "column": 34 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 8490, - 8491 - ], - "loc": { - "start": { - "line": 205, - "column": 35 - }, - "end": { - "line": 205, - "column": 36 - } - } - }, - "property": { - "type": "Identifier", - "name": "custom_cell_data", - "range": [ - 8492, - 8508 - ], - "loc": { - "start": { - "line": 205, - "column": 37 - }, - "end": { - "line": 205, - "column": 53 - } - } - }, - "range": [ - 8490, - 8508 - ], - "loc": { - "start": { - "line": 205, - "column": 35 - }, - "end": { - "line": 205, - "column": 53 - } - } - } - ], - "range": [ - 8485, - 8509 - ], - "loc": { - "start": { - "line": 205, - "column": 30 - }, - "end": { - "line": 205, - "column": 54 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 8524, - 8525 - ], - "loc": { - "start": { - "line": 206, - "column": 12 - }, - "end": { - "line": 206, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "custom_cell_data", - "range": [ - 8526, - 8542 - ], - "loc": { - "start": { - "line": 206, - "column": 14 - }, - "end": { - "line": 206, - "column": 30 - } - } - }, - "range": [ - 8524, - 8542 - ], - "loc": { - "start": { - "line": 206, - "column": 12 - }, - "end": { - "line": 206, - "column": 30 - } - } - }, - "alternate": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 8545, - 8549 - ], - "loc": { - "start": { - "line": 206, - "column": 33 - }, - "end": { - "line": 206, - "column": 37 - } - } - }, - "range": [ - 8485, - 8549 - ], - "loc": { - "start": { - "line": 205, - "column": 30 - }, - "end": { - "line": 206, - "column": 37 - } - } - }, - "range": [ - 8463, - 8549 - ], - "loc": { - "start": { - "line": 205, - "column": 8 - }, - "end": { - "line": 206, - "column": 37 - } - } - }, - "range": [ - 8463, - 8550 - ], - "loc": { - "start": { - "line": 205, - "column": 8 - }, - "end": { - "line": 206, - "column": 38 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "calls custom function for retrieving cell data", - "range": [ - 8406, - 8454 - ], - "loc": { - "start": { - "line": 204, - "column": 8 - }, - "end": { - "line": 204, - "column": 56 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "input watermark text array", - "range": [ - 8559, - 8587 - ], - "loc": { - "start": { - "line": 207, - "column": 8 - }, - "end": { - "line": 207, - "column": 36 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 8596, - 8600 - ], - "loc": { - "start": { - "line": 208, - "column": 8 - }, - "end": { - "line": 208, + "line": 204, "column": 12 } } @@ -19951,31 +19658,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 8601, - 8610 + 8468, + 8477 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 13 }, "end": { - "line": 208, + "line": 204, "column": 22 } } }, "range": [ - 8596, - 8610 + 8463, + 8477 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 8 }, "end": { - "line": 208, + "line": 204, "column": 22 } } @@ -19990,16 +19697,16 @@ "type": "Identifier", "name": "f", "range": [ - 8613, - 8614 + 8480, + 8481 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 25 }, "end": { - "line": 208, + "line": 204, "column": 26 } } @@ -20008,31 +19715,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 8615, - 8624 + 8482, + 8491 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 27 }, "end": { - "line": 208, + "line": 204, "column": 36 } } }, "range": [ - 8613, - 8624 + 8480, + 8491 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 25 }, "end": { - "line": 208, + "line": 204, "column": 36 } } @@ -20042,61 +19749,61 @@ "value": "", "raw": "''", "range": [ - 8628, - 8630 + 8495, + 8497 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 40 }, "end": { - "line": 208, + "line": 204, "column": 42 } } }, "range": [ - 8613, - 8630 + 8480, + 8497 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 25 }, "end": { - "line": 208, + "line": 204, "column": 42 } } }, "range": [ - 8596, - 8630 + 8463, + 8497 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 8 }, "end": { - "line": 208, + "line": 204, "column": 42 } } }, "range": [ - 8596, - 8631 + 8463, + 8498 ], "loc": { "start": { - "line": 208, + "line": 204, "column": 8 }, "end": { - "line": 208, + "line": 204, "column": 43 } }, @@ -20105,16 +19812,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 8559, - 8587 + 8426, + 8454 ], "loc": { "start": { - "line": 207, + "line": 203, "column": 8 }, "end": { - "line": 207, + "line": 203, "column": 36 } } @@ -20132,16 +19839,16 @@ "object": { "type": "ThisExpression", "range": [ - 8640, - 8644 + 8507, + 8511 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 8 }, "end": { - "line": 209, + "line": 205, "column": 12 } } @@ -20150,31 +19857,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 8645, - 8661 + 8512, + 8528 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 13 }, "end": { - "line": 209, + "line": 205, "column": 29 } } }, "range": [ - 8640, - 8661 + 8507, + 8528 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 8 }, "end": { - "line": 209, + "line": 205, "column": 29 } } @@ -20185,16 +19892,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 8664, - 8671 + 8531, + 8538 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 32 }, "end": { - "line": 209, + "line": 205, "column": 39 } } @@ -20206,16 +19913,16 @@ "object": { "type": "ThisExpression", "range": [ - 8672, - 8676 + 8539, + 8543 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 40 }, "end": { - "line": 209, + "line": 205, "column": 44 } } @@ -20224,77 +19931,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 8677, - 8686 + 8544, + 8553 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 45 }, "end": { - "line": 209, + "line": 205, "column": 54 } } }, "range": [ - 8672, - 8686 + 8539, + 8553 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 40 }, "end": { - "line": 209, + "line": 205, "column": 54 } } } ], "range": [ - 8664, - 8687 + 8531, + 8554 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 32 }, "end": { - "line": 209, + "line": 205, "column": 55 } } }, "range": [ - 8640, - 8687 + 8507, + 8554 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 8 }, "end": { - "line": 209, + "line": 205, "column": 55 } } }, "range": [ - 8640, - 8688 + 8507, + 8555 ], "loc": { "start": { - "line": 209, + "line": 205, "column": 8 }, "end": { - "line": 209, + "line": 205, "column": 56 } }, @@ -20303,16 +20010,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 8697, - 8730 + 8564, + 8597 ], "loc": { "start": { - "line": 210, + "line": 206, "column": 8 }, "end": { - "line": 210, + "line": 206, "column": 41 } } @@ -20330,16 +20037,16 @@ "object": { "type": "ThisExpression", "range": [ - 8739, - 8743 + 8606, + 8610 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 8 }, "end": { - "line": 211, + "line": 207, "column": 12 } } @@ -20348,31 +20055,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 8744, - 8756 + 8611, + 8623 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 13 }, "end": { - "line": 211, + "line": 207, "column": 25 } } }, "range": [ - 8739, - 8756 + 8606, + 8623 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 8 }, "end": { - "line": 211, + "line": 207, "column": 25 } } @@ -20387,16 +20094,16 @@ "type": "Identifier", "name": "f", "range": [ - 8759, - 8760 + 8626, + 8627 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 28 }, "end": { - "line": 211, + "line": 207, "column": 29 } } @@ -20405,31 +20112,31 @@ "type": "Identifier", "name": "toolbar_target_id", "range": [ - 8761, - 8778 + 8628, + 8645 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 30 }, "end": { - "line": 211, + "line": 207, "column": 47 } } }, "range": [ - 8759, - 8778 + 8626, + 8645 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 28 }, "end": { - "line": 211, + "line": 207, "column": 47 } } @@ -20439,61 +20146,61 @@ "value": null, "raw": "null", "range": [ - 8782, - 8786 + 8649, + 8653 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 51 }, "end": { - "line": 211, + "line": 207, "column": 55 } } }, "range": [ - 8759, - 8786 + 8626, + 8653 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 28 }, "end": { - "line": 211, + "line": 207, "column": 55 } } }, "range": [ - 8739, - 8786 + 8606, + 8653 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 8 }, "end": { - "line": 211, + "line": 207, "column": 55 } } }, "range": [ - 8739, - 8787 + 8606, + 8654 ], "loc": { "start": { - "line": 211, + "line": 207, "column": 8 }, "end": { - "line": 211, + "line": 207, "column": 56 } }, @@ -20502,16 +20209,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 8697, - 8730 + 8564, + 8597 ], "loc": { "start": { - "line": 210, + "line": 206, "column": 8 }, "end": { - "line": 210, + "line": 206, "column": 41 } } @@ -20522,16 +20229,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 8796, - 8823 + 8663, + 8690 ], "loc": { "start": { - "line": 212, + "line": 208, "column": 8 }, "end": { - "line": 212, + "line": 208, "column": 35 } } @@ -20549,16 +20256,16 @@ "object": { "type": "ThisExpression", "range": [ - 8832, - 8836 + 8699, + 8703 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 8 }, "end": { - "line": 213, + "line": 209, "column": 12 } } @@ -20567,31 +20274,31 @@ "type": "Identifier", "name": "help", "range": [ - 8837, - 8841 + 8704, + 8708 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 13 }, "end": { - "line": 213, + "line": 209, "column": 17 } } }, "range": [ - 8832, - 8841 + 8699, + 8708 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 8 }, "end": { - "line": 213, + "line": 209, "column": 17 } } @@ -20604,16 +20311,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 8844, - 8851 + 8711, + 8718 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 20 }, "end": { - "line": 213, + "line": 209, "column": 27 } } @@ -20626,16 +20333,16 @@ "type": "Identifier", "name": "f", "range": [ - 8852, - 8853 + 8719, + 8720 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 28 }, "end": { - "line": 213, + "line": 209, "column": 29 } } @@ -20644,47 +20351,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 8854, - 8871 + 8721, + 8738 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 30 }, "end": { - "line": 213, + "line": 209, "column": 47 } } }, "range": [ - 8852, - 8871 + 8719, + 8738 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 28 }, "end": { - "line": 213, + "line": 209, "column": 47 } } } ], "range": [ - 8844, - 8872 + 8711, + 8739 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 20 }, "end": { - "line": 213, + "line": 209, "column": 48 } } @@ -20693,16 +20400,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 8887, - 8896 + 8754, + 8763 ], "loc": { "start": { - "line": 214, + "line": 210, "column": 12 }, "end": { - "line": 214, + "line": 210, "column": 21 } } @@ -20713,16 +20420,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8899, - 8906 + 8766, + 8773 ], "loc": { "start": { - "line": 214, + "line": 210, "column": 24 }, "end": { - "line": 214, + "line": 210, "column": 31 } } @@ -20735,16 +20442,16 @@ "type": "Identifier", "name": "f", "range": [ - 8907, - 8908 + 8774, + 8775 ], "loc": { "start": { - "line": 214, + "line": 210, "column": 32 }, "end": { - "line": 214, + "line": 210, "column": 33 } } @@ -20753,92 +20460,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 8909, - 8926 + 8776, + 8793 ], "loc": { "start": { - "line": 214, + "line": 210, "column": 34 }, "end": { - "line": 214, + "line": 210, "column": 51 } } }, "range": [ - 8907, - 8926 + 8774, + 8793 ], "loc": { "start": { - "line": 214, + "line": 210, "column": 32 }, "end": { - "line": 214, + "line": 210, "column": 51 } } } ], "range": [ - 8899, - 8927 + 8766, + 8794 ], "loc": { "start": { - "line": 214, + "line": 210, "column": 24 }, "end": { - "line": 214, + "line": 210, "column": 52 } } }, "range": [ - 8844, - 8927 + 8711, + 8794 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 20 }, "end": { - "line": 214, + "line": 210, "column": 52 } } }, "range": [ - 8832, - 8927 + 8699, + 8794 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 8 }, "end": { - "line": 214, + "line": 210, "column": 52 } } }, "range": [ - 8832, - 8928 + 8699, + 8795 ], "loc": { "start": { - "line": 213, + "line": 209, "column": 8 }, "end": { - "line": 214, + "line": 210, "column": 53 } }, @@ -20847,16 +20554,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 8796, - 8823 + 8663, + 8690 ], "loc": { "start": { - "line": 212, + "line": 208, "column": 8 }, "end": { - "line": 212, + "line": 208, "column": 35 } } @@ -20867,16 +20574,16 @@ "type": "Line", "value": "popup filters", "range": [ - 8937, - 8952 + 8804, + 8819 ], "loc": { "start": { - "line": 215, + "line": 211, "column": 8 }, "end": { - "line": 215, + "line": 211, "column": 23 } } @@ -20894,16 +20601,16 @@ "object": { "type": "ThisExpression", "range": [ - 8961, - 8965 + 8828, + 8832 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 8 }, "end": { - "line": 216, + "line": 212, "column": 12 } } @@ -20912,31 +20619,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 8966, - 8978 + 8833, + 8845 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 13 }, "end": { - "line": 216, + "line": 212, "column": 25 } } }, "range": [ - 8961, - 8978 + 8828, + 8845 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 8 }, "end": { - "line": 216, + "line": 212, "column": 25 } } @@ -20947,16 +20654,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8981, - 8988 + 8848, + 8855 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 28 }, "end": { - "line": 216, + "line": 212, "column": 35 } } @@ -20969,16 +20676,16 @@ "type": "Identifier", "name": "f", "range": [ - 8989, - 8990 + 8856, + 8857 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 36 }, "end": { - "line": 216, + "line": 212, "column": 37 } } @@ -20987,77 +20694,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 8991, - 9004 + 8858, + 8871 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 38 }, "end": { - "line": 216, + "line": 212, "column": 51 } } }, "range": [ - 8989, - 9004 + 8856, + 8871 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 36 }, "end": { - "line": 216, + "line": 212, "column": 51 } } } ], "range": [ - 8981, - 9005 + 8848, + 8872 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 28 }, "end": { - "line": 216, + "line": 212, "column": 52 } } }, "range": [ - 8961, - 9005 + 8828, + 8872 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 8 }, "end": { - "line": 216, + "line": 212, "column": 52 } } }, "range": [ - 8961, - 9006 + 8828, + 8873 ], "loc": { "start": { - "line": 216, + "line": 212, "column": 8 }, "end": { - "line": 216, + "line": 212, "column": 53 } }, @@ -21066,16 +20773,16 @@ "type": "Line", "value": "popup filters", "range": [ - 8937, - 8952 + 8804, + 8819 ], "loc": { "start": { - "line": 215, + "line": 211, "column": 8 }, "end": { - "line": 215, + "line": 211, "column": 23 } } @@ -21086,16 +20793,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9015, - 9037 + 8882, + 8904 ], "loc": { "start": { - "line": 217, + "line": 213, "column": 8 }, "end": { - "line": 217, + "line": 213, "column": 30 } } @@ -21113,16 +20820,16 @@ "object": { "type": "ThisExpression", "range": [ - 9046, - 9050 + 8913, + 8917 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 8 }, "end": { - "line": 218, + "line": 214, "column": 12 } } @@ -21131,31 +20838,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 9051, - 9068 + 8918, + 8935 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 13 }, "end": { - "line": 218, + "line": 214, "column": 30 } } }, "range": [ - 9046, - 9068 + 8913, + 8935 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 8 }, "end": { - "line": 218, + "line": 214, "column": 30 } } @@ -21166,16 +20873,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9071, - 9078 + 8938, + 8945 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 33 }, "end": { - "line": 218, + "line": 214, "column": 40 } } @@ -21188,16 +20895,16 @@ "type": "Identifier", "name": "f", "range": [ - 9079, - 9080 + 8946, + 8947 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 41 }, "end": { - "line": 218, + "line": 214, "column": 42 } } @@ -21206,77 +20913,77 @@ "type": "Identifier", "name": "mark_active_columns", "range": [ - 9081, - 9100 + 8948, + 8967 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 43 }, "end": { - "line": 218, + "line": 214, "column": 62 } } }, "range": [ - 9079, - 9100 + 8946, + 8967 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 41 }, "end": { - "line": 218, + "line": 214, "column": 62 } } } ], "range": [ - 9071, - 9101 + 8938, + 8968 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 33 }, "end": { - "line": 218, + "line": 214, "column": 63 } } }, "range": [ - 9046, - 9101 + 8913, + 8968 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 8 }, "end": { - "line": 218, + "line": 214, "column": 63 } } }, "range": [ - 9046, - 9102 + 8913, + 8969 ], "loc": { "start": { - "line": 218, + "line": 214, "column": 8 }, "end": { - "line": 218, + "line": 214, "column": 64 } }, @@ -21285,16 +20992,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9015, - 9037 + 8882, + 8904 ], "loc": { "start": { - "line": 217, + "line": 213, "column": 8 }, "end": { - "line": 217, + "line": 213, "column": 30 } } @@ -21305,16 +21012,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9111, - 9155 + 8978, + 9022 ], "loc": { "start": { - "line": 219, + "line": 215, "column": 8 }, "end": { - "line": 219, + "line": 215, "column": 52 } } @@ -21332,16 +21039,16 @@ "object": { "type": "ThisExpression", "range": [ - 9164, - 9168 + 9031, + 9035 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 8 }, "end": { - "line": 220, + "line": 216, "column": 12 } } @@ -21350,31 +21057,31 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 9169, - 9190 + 9036, + 9057 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 13 }, "end": { - "line": 220, + "line": 216, "column": 34 } } }, "range": [ - 9164, - 9190 + 9031, + 9057 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 8 }, "end": { - "line": 220, + "line": 216, "column": 34 } } @@ -21389,16 +21096,16 @@ "type": "Identifier", "name": "f", "range": [ - 9193, - 9194 + 9060, + 9061 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 37 }, "end": { - "line": 220, + "line": 216, "column": 38 } } @@ -21407,31 +21114,31 @@ "type": "Identifier", "name": "active_columns_css_class", "range": [ - 9195, - 9219 + 9062, + 9086 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 39 }, "end": { - "line": 220, + "line": 216, "column": 63 } } }, "range": [ - 9193, - 9219 + 9060, + 9086 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 37 }, "end": { - "line": 220, + "line": 216, "column": 63 } } @@ -21441,61 +21148,61 @@ "value": "activeHeader", "raw": "'activeHeader'", "range": [ - 9235, - 9249 + 9102, + 9116 ], "loc": { "start": { - "line": 221, + "line": 217, "column": 12 }, "end": { - "line": 221, + "line": 217, "column": 26 } } }, "range": [ - 9193, - 9249 + 9060, + 9116 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 37 }, "end": { - "line": 221, + "line": 217, "column": 26 } } }, "range": [ - 9164, - 9249 + 9031, + 9116 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 8 }, "end": { - "line": 221, + "line": 217, "column": 26 } } }, "range": [ - 9164, - 9250 + 9031, + 9117 ], "loc": { "start": { - "line": 220, + "line": 216, "column": 8 }, "end": { - "line": 221, + "line": 217, "column": 27 } }, @@ -21504,16 +21211,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9111, - 9155 + 8978, + 9022 ], "loc": { "start": { - "line": 219, + "line": 215, "column": 8 }, "end": { - "line": 219, + "line": 215, "column": 52 } } @@ -21524,16 +21231,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9259, - 9313 + 9126, + 9180 ], "loc": { "start": { - "line": 222, + "line": 218, "column": 8 }, "end": { - "line": 222, + "line": 218, "column": 62 } } @@ -21551,16 +21258,16 @@ "object": { "type": "ThisExpression", "range": [ - 9322, - 9326 + 9189, + 9193 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 8 }, "end": { - "line": 223, + "line": 219, "column": 12 } } @@ -21569,31 +21276,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 9327, - 9347 + 9194, + 9214 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 13 }, "end": { - "line": 223, + "line": 219, "column": 33 } } }, "range": [ - 9322, - 9347 + 9189, + 9214 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 8 }, "end": { - "line": 223, + "line": 219, "column": 33 } } @@ -21606,16 +21313,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9350, - 9354 + 9217, + 9221 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 36 }, "end": { - "line": 223, + "line": 219, "column": 40 } } @@ -21628,16 +21335,16 @@ "type": "Identifier", "name": "f", "range": [ - 9355, - 9356 + 9222, + 9223 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 41 }, "end": { - "line": 223, + "line": 219, "column": 42 } } @@ -21646,47 +21353,47 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 9357, - 9380 + 9224, + 9247 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 43 }, "end": { - "line": 223, + "line": 219, "column": 66 } } }, "range": [ - 9355, - 9380 + 9222, + 9247 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 41 }, "end": { - "line": 223, + "line": 219, "column": 66 } } } ], "range": [ - 9350, - 9381 + 9217, + 9248 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 36 }, "end": { - "line": 223, + "line": 219, "column": 67 } } @@ -21698,16 +21405,16 @@ "type": "Identifier", "name": "f", "range": [ - 9396, - 9397 + 9263, + 9264 ], "loc": { "start": { - "line": 224, + "line": 220, "column": 12 }, "end": { - "line": 224, + "line": 220, "column": 13 } } @@ -21716,31 +21423,31 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 9398, - 9421 + 9265, + 9288 ], "loc": { "start": { - "line": 224, + "line": 220, "column": 14 }, "end": { - "line": 224, + "line": 220, "column": 37 } } }, "range": [ - 9396, - 9421 + 9263, + 9288 ], "loc": { "start": { - "line": 224, + "line": 220, "column": 12 }, "end": { - "line": 224, + "line": 220, "column": 37 } } @@ -21750,61 +21457,61 @@ "value": null, "raw": "null", "range": [ - 9424, - 9428 + 9291, + 9295 ], "loc": { "start": { - "line": 224, + "line": 220, "column": 40 }, "end": { - "line": 224, + "line": 220, "column": 44 } } }, "range": [ - 9350, - 9428 + 9217, + 9295 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 36 }, "end": { - "line": 224, + "line": 220, "column": 44 } } }, "range": [ - 9322, - 9428 + 9189, + 9295 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 8 }, "end": { - "line": 224, + "line": 220, "column": 44 } } }, "range": [ - 9322, - 9429 + 9189, + 9296 ], "loc": { "start": { - "line": 223, + "line": 219, "column": 8 }, "end": { - "line": 224, + "line": 220, "column": 45 } }, @@ -21813,16 +21520,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9259, - 9313 + 9126, + 9180 ], "loc": { "start": { - "line": 222, + "line": 218, "column": 8 }, "end": { - "line": 222, + "line": 218, "column": 62 } } @@ -21833,16 +21540,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9438, - 9491 + 9305, + 9358 ], "loc": { "start": { - "line": 225, + "line": 221, "column": 8 }, "end": { - "line": 225, + "line": 221, "column": 61 } } @@ -21860,16 +21567,16 @@ "object": { "type": "ThisExpression", "range": [ - 9500, - 9504 + 9367, + 9371 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 8 }, "end": { - "line": 226, + "line": 222, "column": 12 } } @@ -21878,31 +21585,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 9505, - 9524 + 9372, + 9391 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 13 }, "end": { - "line": 226, + "line": 222, "column": 32 } } }, "range": [ - 9500, - 9524 + 9367, + 9391 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 8 }, "end": { - "line": 226, + "line": 222, "column": 32 } } @@ -21915,16 +21622,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9527, - 9531 + 9394, + 9398 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 35 }, "end": { - "line": 226, + "line": 222, "column": 39 } } @@ -21937,16 +21644,16 @@ "type": "Identifier", "name": "f", "range": [ - 9532, - 9533 + 9399, + 9400 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 40 }, "end": { - "line": 226, + "line": 222, "column": 41 } } @@ -21955,47 +21662,47 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 9534, - 9556 + 9401, + 9423 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 42 }, "end": { - "line": 226, + "line": 222, "column": 64 } } }, "range": [ - 9532, - 9556 + 9399, + 9423 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 40 }, "end": { - "line": 226, + "line": 222, "column": 64 } } } ], "range": [ - 9527, - 9557 + 9394, + 9424 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 35 }, "end": { - "line": 226, + "line": 222, "column": 65 } } @@ -22007,16 +21714,16 @@ "type": "Identifier", "name": "f", "range": [ - 9572, - 9573 + 9439, + 9440 ], "loc": { "start": { - "line": 227, + "line": 223, "column": 12 }, "end": { - "line": 227, + "line": 223, "column": 13 } } @@ -22025,31 +21732,31 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 9574, - 9596 + 9441, + 9463 ], "loc": { "start": { - "line": 227, + "line": 223, "column": 14 }, "end": { - "line": 227, + "line": 223, "column": 36 } } }, "range": [ - 9572, - 9596 + 9439, + 9463 ], "loc": { "start": { - "line": 227, + "line": 223, "column": 12 }, "end": { - "line": 227, + "line": 223, "column": 36 } } @@ -22059,61 +21766,61 @@ "value": null, "raw": "null", "range": [ - 9599, - 9603 + 9466, + 9470 ], "loc": { "start": { - "line": 227, + "line": 223, "column": 39 }, "end": { - "line": 227, + "line": 223, "column": 43 } } }, "range": [ - 9527, - 9603 + 9394, + 9470 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 35 }, "end": { - "line": 227, + "line": 223, "column": 43 } } }, "range": [ - 9500, - 9603 + 9367, + 9470 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 8 }, "end": { - "line": 227, + "line": 223, "column": 43 } } }, "range": [ - 9500, - 9604 + 9367, + 9471 ], "loc": { "start": { - "line": 226, + "line": 222, "column": 8 }, "end": { - "line": 227, + "line": 223, "column": 44 } }, @@ -22122,16 +21829,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9438, - 9491 + 9305, + 9358 ], "loc": { "start": { - "line": 225, + "line": 221, "column": 8 }, "end": { - "line": 225, + "line": 221, "column": 61 } } @@ -22142,16 +21849,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 9614, - 9668 + 9481, + 9535 ], "loc": { "start": { - "line": 229, + "line": 225, "column": 8 }, "end": { - "line": 229, + "line": 225, "column": 62 } } @@ -22160,16 +21867,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 9677, - 9702 + 9544, + 9569 ], "loc": { "start": { - "line": 230, + "line": 226, "column": 8 }, "end": { - "line": 230, + "line": 226, "column": 33 } } @@ -22187,16 +21894,16 @@ "object": { "type": "ThisExpression", "range": [ - 9711, - 9715 + 9578, + 9582 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 227, "column": 12 } } @@ -22205,31 +21912,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 9716, - 9730 + 9583, + 9597 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 13 }, "end": { - "line": 231, + "line": 227, "column": 27 } } }, "range": [ - 9711, - 9730 + 9578, + 9597 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 227, "column": 27 } } @@ -22244,16 +21951,16 @@ "type": "Identifier", "name": "f", "range": [ - 9733, - 9734 + 9600, + 9601 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 30 }, "end": { - "line": 231, + "line": 227, "column": 31 } } @@ -22262,31 +21969,31 @@ "type": "Identifier", "name": "display_all_text", "range": [ - 9735, - 9751 + 9602, + 9618 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 32 }, "end": { - "line": 231, + "line": 227, "column": 48 } } }, "range": [ - 9733, - 9751 + 9600, + 9618 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 30 }, "end": { - "line": 231, + "line": 227, "column": 48 } } @@ -22296,61 +22003,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 9755, - 9762 + 9622, + 9629 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 52 }, "end": { - "line": 231, + "line": 227, "column": 59 } } }, "range": [ - 9733, - 9762 + 9600, + 9629 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 30 }, "end": { - "line": 231, + "line": 227, "column": 59 } } }, "range": [ - 9711, - 9762 + 9578, + 9629 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 227, "column": 59 } } }, "range": [ - 9711, - 9763 + 9578, + 9630 ], "loc": { "start": { - "line": 231, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 227, "column": 60 } }, @@ -22359,16 +22066,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 9614, - 9668 + 9481, + 9535 ], "loc": { "start": { - "line": 229, + "line": 225, "column": 8 }, "end": { - "line": 229, + "line": 225, "column": 62 } } @@ -22377,16 +22084,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 9677, - 9702 + 9544, + 9569 ], "loc": { "start": { - "line": 230, + "line": 226, "column": 8 }, "end": { - "line": 230, + "line": 226, "column": 33 } } @@ -22397,16 +22104,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 9772, - 9824 + 9639, + 9691 ], "loc": { "start": { - "line": 232, + "line": 228, "column": 8 }, "end": { - "line": 232, + "line": 228, "column": 60 } } @@ -22424,16 +22131,16 @@ "object": { "type": "ThisExpression", "range": [ - 9833, - 9837 + 9700, + 9704 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 8 }, "end": { - "line": 233, + "line": 229, "column": 12 } } @@ -22442,31 +22149,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 9838, - 9855 + 9705, + 9722 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 13 }, "end": { - "line": 233, + "line": 229, "column": 30 } } }, "range": [ - 9833, - 9855 + 9700, + 9722 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 8 }, "end": { - "line": 233, + "line": 229, "column": 30 } } @@ -22477,16 +22184,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9858, - 9865 + 9725, + 9732 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 33 }, "end": { - "line": 233, + "line": 229, "column": 40 } } @@ -22499,16 +22206,16 @@ "type": "Identifier", "name": "f", "range": [ - 9866, - 9867 + 9733, + 9734 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 41 }, "end": { - "line": 233, + "line": 229, "column": 42 } } @@ -22517,77 +22224,77 @@ "type": "Identifier", "name": "enable_empty_option", "range": [ - 9868, - 9887 + 9735, + 9754 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 43 }, "end": { - "line": 233, + "line": 229, "column": 62 } } }, "range": [ - 9866, - 9887 + 9733, + 9754 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 41 }, "end": { - "line": 233, + "line": 229, "column": 62 } } } ], "range": [ - 9858, - 9888 + 9725, + 9755 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 33 }, "end": { - "line": 233, + "line": 229, "column": 63 } } }, "range": [ - 9833, - 9888 + 9700, + 9755 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 8 }, "end": { - "line": 233, + "line": 229, "column": 63 } } }, "range": [ - 9833, - 9889 + 9700, + 9756 ], "loc": { "start": { - "line": 233, + "line": 229, "column": 8 }, "end": { - "line": 233, + "line": 229, "column": 64 } }, @@ -22596,16 +22303,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 9772, - 9824 + 9639, + 9691 ], "loc": { "start": { - "line": 232, + "line": 228, "column": 8 }, "end": { - "line": 232, + "line": 228, "column": 60 } } @@ -22616,16 +22323,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 9898, - 9925 + 9765, + 9792 ], "loc": { "start": { - "line": 234, + "line": 230, "column": 8 }, "end": { - "line": 234, + "line": 230, "column": 35 } } @@ -22643,16 +22350,16 @@ "object": { "type": "ThisExpression", "range": [ - 9934, - 9938 + 9801, + 9805 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 8 }, "end": { - "line": 235, + "line": 231, "column": 12 } } @@ -22661,31 +22368,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 9939, - 9948 + 9806, + 9815 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 13 }, "end": { - "line": 235, + "line": 231, "column": 22 } } }, "range": [ - 9934, - 9948 + 9801, + 9815 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 8 }, "end": { - "line": 235, + "line": 231, "column": 22 } } @@ -22700,16 +22407,16 @@ "type": "Identifier", "name": "f", "range": [ - 9951, - 9952 + 9818, + 9819 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 25 }, "end": { - "line": 235, + "line": 231, "column": 26 } } @@ -22718,31 +22425,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 9953, - 9963 + 9820, + 9830 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 27 }, "end": { - "line": 235, + "line": 231, "column": 37 } } }, "range": [ - 9951, - 9963 + 9818, + 9830 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 25 }, "end": { - "line": 235, + "line": 231, "column": 37 } } @@ -22752,61 +22459,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 9967, - 9976 + 9834, + 9843 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 41 }, "end": { - "line": 235, + "line": 231, "column": 50 } } }, "range": [ - 9951, - 9976 + 9818, + 9843 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 25 }, "end": { - "line": 235, + "line": 231, "column": 50 } } }, "range": [ - 9934, - 9976 + 9801, + 9843 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 8 }, "end": { - "line": 235, + "line": 231, "column": 50 } } }, "range": [ - 9934, - 9977 + 9801, + 9844 ], "loc": { "start": { - "line": 235, + "line": 231, "column": 8 }, "end": { - "line": 235, + "line": 231, "column": 51 } }, @@ -22815,16 +22522,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 9898, - 9925 + 9765, + 9792 ], "loc": { "start": { - "line": 234, + "line": 230, "column": 8 }, "end": { - "line": 234, + "line": 230, "column": 35 } } @@ -22835,16 +22542,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 9986, - 10042 + 9853, + 9909 ], "loc": { "start": { - "line": 236, + "line": 232, "column": 8 }, "end": { - "line": 236, + "line": 232, "column": 64 } } @@ -22862,16 +22569,16 @@ "object": { "type": "ThisExpression", "range": [ - 10051, - 10055 + 9918, + 9922 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 8 }, "end": { - "line": 237, + "line": 233, "column": 12 } } @@ -22880,31 +22587,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 10056, - 10076 + 9923, + 9943 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 13 }, "end": { - "line": 237, + "line": 233, "column": 33 } } }, "range": [ - 10051, - 10076 + 9918, + 9943 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 8 }, "end": { - "line": 237, + "line": 233, "column": 33 } } @@ -22915,16 +22622,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10079, - 10086 + 9946, + 9953 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 36 }, "end": { - "line": 237, + "line": 233, "column": 43 } } @@ -22937,16 +22644,16 @@ "type": "Identifier", "name": "f", "range": [ - 10087, - 10088 + 9954, + 9955 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 44 }, "end": { - "line": 237, + "line": 233, "column": 45 } } @@ -22955,77 +22662,77 @@ "type": "Identifier", "name": "enable_non_empty_option", "range": [ - 10089, - 10112 + 9956, + 9979 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 46 }, "end": { - "line": 237, + "line": 233, "column": 69 } } }, "range": [ - 10087, - 10112 + 9954, + 9979 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 44 }, "end": { - "line": 237, + "line": 233, "column": 69 } } } ], "range": [ - 10079, - 10113 + 9946, + 9980 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 36 }, "end": { - "line": 237, + "line": 233, "column": 70 } } }, "range": [ - 10051, - 10113 + 9918, + 9980 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 8 }, "end": { - "line": 237, + "line": 233, "column": 70 } } }, "range": [ - 10051, - 10114 + 9918, + 9981 ], "loc": { "start": { - "line": 237, + "line": 233, "column": 8 }, "end": { - "line": 237, + "line": 233, "column": 71 } }, @@ -23034,16 +22741,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 9986, - 10042 + 9853, + 9909 ], "loc": { "start": { - "line": 236, + "line": 232, "column": 8 }, "end": { - "line": 236, + "line": 232, "column": 64 } } @@ -23054,16 +22761,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10123, - 10150 + 9990, + 10017 ], "loc": { "start": { - "line": 238, + "line": 234, "column": 8 }, "end": { - "line": 238, + "line": 234, "column": 35 } } @@ -23081,16 +22788,16 @@ "object": { "type": "ThisExpression", "range": [ - 10159, - 10163 + 10026, + 10030 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 8 }, "end": { - "line": 239, + "line": 235, "column": 12 } } @@ -23099,31 +22806,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 10164, - 10176 + 10031, + 10043 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 13 }, "end": { - "line": 239, + "line": 235, "column": 25 } } }, "range": [ - 10159, - 10176 + 10026, + 10043 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 8 }, "end": { - "line": 239, + "line": 235, "column": 25 } } @@ -23138,16 +22845,16 @@ "type": "Identifier", "name": "f", "range": [ - 10179, - 10180 + 10046, + 10047 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 28 }, "end": { - "line": 239, + "line": 235, "column": 29 } } @@ -23156,31 +22863,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 10181, - 10195 + 10048, + 10062 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 30 }, "end": { - "line": 239, + "line": 235, "column": 44 } } }, "range": [ - 10179, - 10195 + 10046, + 10062 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 28 }, "end": { - "line": 239, + "line": 235, "column": 44 } } @@ -23190,61 +22897,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 10199, - 10212 + 10066, + 10079 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 48 }, "end": { - "line": 239, + "line": 235, "column": 61 } } }, "range": [ - 10179, - 10212 + 10046, + 10079 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 28 }, "end": { - "line": 239, + "line": 235, "column": 61 } } }, "range": [ - 10159, - 10212 + 10026, + 10079 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 8 }, "end": { - "line": 239, + "line": 235, "column": 61 } } }, "range": [ - 10159, - 10213 + 10026, + 10080 ], "loc": { "start": { - "line": 239, + "line": 235, "column": 8 }, "end": { - "line": 239, + "line": 235, "column": 62 } }, @@ -23253,16 +22960,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10123, - 10150 + 9990, + 10017 ], "loc": { "start": { - "line": 238, + "line": 234, "column": 8 }, "end": { - "line": 238, + "line": 234, "column": 35 } } @@ -23273,16 +22980,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10222, - 10268 + 10089, + 10135 ], "loc": { "start": { - "line": 240, + "line": 236, "column": 8 }, "end": { - "line": 240, + "line": 236, "column": 54 } } @@ -23300,16 +23007,16 @@ "object": { "type": "ThisExpression", "range": [ - 10277, - 10281 + 10144, + 10148 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 8 }, "end": { - "line": 241, + "line": 237, "column": 12 } } @@ -23318,31 +23025,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 10282, - 10293 + 10149, + 10160 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 13 }, "end": { - "line": 241, + "line": 237, "column": 24 } } }, "range": [ - 10277, - 10293 + 10144, + 10160 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 8 }, "end": { - "line": 241, + "line": 237, "column": 24 } } @@ -23359,16 +23066,16 @@ "type": "Identifier", "name": "f", "range": [ - 10296, - 10297 + 10163, + 10164 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 27 }, "end": { - "line": 241, + "line": 237, "column": 28 } } @@ -23377,31 +23084,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 10298, - 10307 + 10165, + 10174 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 29 }, "end": { - "line": 241, + "line": 237, "column": 38 } } }, "range": [ - 10296, - 10307 + 10163, + 10174 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 27 }, "end": { - "line": 241, + "line": 237, "column": 38 } } @@ -23411,31 +23118,31 @@ "value": false, "raw": "false", "range": [ - 10312, - 10317 + 10179, + 10184 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 43 }, "end": { - "line": 241, + "line": 237, "column": 48 } } }, "range": [ - 10296, - 10317 + 10163, + 10184 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 27 }, "end": { - "line": 241, + "line": 237, "column": 48 } } @@ -23445,16 +23152,16 @@ "value": false, "raw": "false", "range": [ - 10320, - 10325 + 10187, + 10192 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 51 }, "end": { - "line": 241, + "line": 237, "column": 56 } } @@ -23464,61 +23171,61 @@ "value": true, "raw": "true", "range": [ - 10328, - 10332 + 10195, + 10199 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 59 }, "end": { - "line": 241, + "line": 237, "column": 63 } } }, "range": [ - 10296, - 10332 + 10163, + 10199 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 27 }, "end": { - "line": 241, + "line": 237, "column": 63 } } }, "range": [ - 10277, - 10332 + 10144, + 10199 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 8 }, "end": { - "line": 241, + "line": 237, "column": 63 } } }, "range": [ - 10277, - 10333 + 10144, + 10200 ], "loc": { "start": { - "line": 241, + "line": 237, "column": 8 }, "end": { - "line": 241, + "line": 237, "column": 64 } }, @@ -23527,16 +23234,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10222, - 10268 + 10089, + 10135 ], "loc": { "start": { - "line": 240, + "line": 236, "column": 8 }, "end": { - "line": 240, + "line": 236, "column": 54 } } @@ -23547,16 +23254,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10342, - 10383 + 10209, + 10250 ], "loc": { "start": { - "line": 242, + "line": 238, "column": 8 }, "end": { - "line": 242, + "line": 238, "column": 49 } } @@ -23574,16 +23281,16 @@ "object": { "type": "ThisExpression", "range": [ - 10392, - 10396 + 10259, + 10263 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 8 }, "end": { - "line": 243, + "line": 239, "column": 12 } } @@ -23592,31 +23299,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 10397, - 10404 + 10264, + 10271 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 13 }, "end": { - "line": 243, + "line": 239, "column": 20 } } }, "range": [ - 10392, - 10404 + 10259, + 10271 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 8 }, "end": { - "line": 243, + "line": 239, "column": 20 } } @@ -23633,16 +23340,16 @@ "type": "Identifier", "name": "f", "range": [ - 10407, - 10408 + 10274, + 10275 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 23 }, "end": { - "line": 243, + "line": 239, "column": 24 } } @@ -23651,31 +23358,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 10409, - 10420 + 10276, + 10287 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 25 }, "end": { - "line": 243, + "line": 239, "column": 36 } } }, "range": [ - 10407, - 10420 + 10274, + 10287 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 23 }, "end": { - "line": 243, + "line": 239, "column": 36 } } @@ -23685,31 +23392,31 @@ "value": false, "raw": "false", "range": [ - 10425, - 10430 + 10292, + 10297 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 41 }, "end": { - "line": 243, + "line": 239, "column": 46 } } }, "range": [ - 10407, - 10430 + 10274, + 10297 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 23 }, "end": { - "line": 243, + "line": 239, "column": 46 } } @@ -23719,16 +23426,16 @@ "value": false, "raw": "false", "range": [ - 10433, - 10438 + 10300, + 10305 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 49 }, "end": { - "line": 243, + "line": 239, "column": 54 } } @@ -23738,61 +23445,61 @@ "value": true, "raw": "true", "range": [ - 10441, - 10445 + 10308, + 10312 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 57 }, "end": { - "line": 243, + "line": 239, "column": 61 } } }, "range": [ - 10407, - 10445 + 10274, + 10312 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 23 }, "end": { - "line": 243, + "line": 239, "column": 61 } } }, "range": [ - 10392, - 10445 + 10259, + 10312 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 8 }, "end": { - "line": 243, + "line": 239, "column": 61 } } }, "range": [ - 10392, - 10446 + 10259, + 10313 ], "loc": { "start": { - "line": 243, + "line": 239, "column": 8 }, "end": { - "line": 243, + "line": 239, "column": 62 } }, @@ -23801,16 +23508,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10342, - 10383 + 10209, + 10250 ], "loc": { "start": { - "line": 242, + "line": 238, "column": 8 }, "end": { - "line": 242, + "line": 238, "column": 49 } } @@ -23821,16 +23528,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10455, - 10507 + 10322, + 10374 ], "loc": { "start": { - "line": 244, + "line": 240, "column": 8 }, "end": { - "line": 244, + "line": 240, "column": 60 } } @@ -23848,16 +23555,16 @@ "object": { "type": "ThisExpression", "range": [ - 10516, - 10520 + 10383, + 10387 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 8 }, "end": { - "line": 245, + "line": 241, "column": 12 } } @@ -23866,31 +23573,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 10521, - 10533 + 10388, + 10400 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 13 }, "end": { - "line": 245, + "line": 241, "column": 25 } } }, "range": [ - 10516, - 10533 + 10383, + 10400 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 8 }, "end": { - "line": 245, + "line": 241, "column": 25 } } @@ -23901,16 +23608,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10536, - 10543 + 10403, + 10410 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 28 }, "end": { - "line": 245, + "line": 241, "column": 35 } } @@ -23923,16 +23630,16 @@ "type": "Identifier", "name": "f", "range": [ - 10544, - 10545 + 10411, + 10412 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 36 }, "end": { - "line": 245, + "line": 241, "column": 37 } } @@ -23941,77 +23648,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 10546, - 10558 + 10413, + 10425 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 38 }, "end": { - "line": 245, + "line": 241, "column": 50 } } }, "range": [ - 10544, - 10558 + 10411, + 10425 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 36 }, "end": { - "line": 245, + "line": 241, "column": 50 } } } ], "range": [ - 10536, - 10559 + 10403, + 10426 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 28 }, "end": { - "line": 245, + "line": 241, "column": 51 } } }, "range": [ - 10516, - 10559 + 10383, + 10426 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 8 }, "end": { - "line": 245, + "line": 241, "column": 51 } } }, "range": [ - 10516, - 10560 + 10383, + 10427 ], "loc": { "start": { - "line": 245, + "line": 241, "column": 8 }, "end": { - "line": 245, + "line": 241, "column": 52 } }, @@ -24020,16 +23727,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10455, - 10507 + 10322, + 10374 ], "loc": { "start": { - "line": 244, + "line": 240, "column": 8 }, "end": { - "line": 244, + "line": 240, "column": 60 } } @@ -24047,16 +23754,16 @@ "object": { "type": "ThisExpression", "range": [ - 10569, - 10573 + 10436, + 10440 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 8 }, "end": { - "line": 246, + "line": 242, "column": 12 } } @@ -24065,31 +23772,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 10574, - 10584 + 10441, + 10451 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 13 }, "end": { - "line": 246, + "line": 242, "column": 23 } } }, "range": [ - 10569, - 10584 + 10436, + 10451 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 8 }, "end": { - "line": 246, + "line": 242, "column": 23 } } @@ -24102,16 +23809,16 @@ "object": { "type": "ThisExpression", "range": [ - 10587, - 10591 + 10454, + 10458 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 26 }, "end": { - "line": 246, + "line": 242, "column": 30 } } @@ -24120,31 +23827,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 10592, - 10604 + 10459, + 10471 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 31 }, "end": { - "line": 246, + "line": 242, "column": 43 } } }, "range": [ - 10587, - 10604 + 10454, + 10471 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 26 }, "end": { - "line": 246, + "line": 242, "column": 43 } } @@ -24156,16 +23863,16 @@ "type": "Identifier", "name": "f", "range": [ - 10607, - 10608 + 10474, + 10475 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 46 }, "end": { - "line": 246, + "line": 242, "column": 47 } } @@ -24174,31 +23881,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 10609, - 10621 + 10476, + 10488 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 48 }, "end": { - "line": 246, + "line": 242, "column": 60 } } }, "range": [ - 10607, - 10621 + 10474, + 10488 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 46 }, "end": { - "line": 246, + "line": 242, "column": 60 } } @@ -24207,61 +23914,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10624, - 10626 + 10491, + 10493 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 63 }, "end": { - "line": 246, + "line": 242, "column": 65 } } }, "range": [ - 10587, - 10626 + 10454, + 10493 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 26 }, "end": { - "line": 246, + "line": 242, "column": 65 } } }, "range": [ - 10569, - 10626 + 10436, + 10493 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 8 }, "end": { - "line": 246, + "line": 242, "column": 65 } } }, "range": [ - 10569, - 10627 + 10436, + 10494 ], "loc": { "start": { - "line": 246, + "line": 242, "column": 8 }, "end": { - "line": 246, + "line": 242, "column": 66 } }, @@ -24270,16 +23977,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10636, - 10689 + 10503, + 10556 ], "loc": { "start": { - "line": 247, + "line": 243, "column": 8 }, "end": { - "line": 247, + "line": 243, "column": 61 } } @@ -24297,16 +24004,16 @@ "object": { "type": "ThisExpression", "range": [ - 10698, - 10702 + 10565, + 10569 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 8 }, "end": { - "line": 248, + "line": 244, "column": 12 } } @@ -24315,31 +24022,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 10703, - 10716 + 10570, + 10583 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 13 }, "end": { - "line": 248, + "line": 244, "column": 26 } } }, "range": [ - 10698, - 10716 + 10565, + 10583 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 8 }, "end": { - "line": 248, + "line": 244, "column": 26 } } @@ -24350,16 +24057,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10719, - 10726 + 10586, + 10593 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 29 }, "end": { - "line": 248, + "line": 244, "column": 36 } } @@ -24372,16 +24079,16 @@ "type": "Identifier", "name": "f", "range": [ - 10727, - 10728 + 10594, + 10595 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 37 }, "end": { - "line": 248, + "line": 244, "column": 38 } } @@ -24390,77 +24097,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 10729, - 10742 + 10596, + 10609 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 39 }, "end": { - "line": 248, + "line": 244, "column": 52 } } }, "range": [ - 10727, - 10742 + 10594, + 10609 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 37 }, "end": { - "line": 248, + "line": 244, "column": 52 } } } ], "range": [ - 10719, - 10743 + 10586, + 10610 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 29 }, "end": { - "line": 248, + "line": 244, "column": 53 } } }, "range": [ - 10698, - 10743 + 10565, + 10610 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 8 }, "end": { - "line": 248, + "line": 244, "column": 53 } } }, "range": [ - 10698, - 10744 + 10565, + 10611 ], "loc": { "start": { - "line": 248, + "line": 244, "column": 8 }, "end": { - "line": 248, + "line": 244, "column": 54 } }, @@ -24469,16 +24176,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10636, - 10689 + 10503, + 10556 ], "loc": { "start": { - "line": 247, + "line": 243, "column": 8 }, "end": { - "line": 247, + "line": 243, "column": 61 } } @@ -24496,16 +24203,16 @@ "object": { "type": "ThisExpression", "range": [ - 10753, - 10757 + 10620, + 10624 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 8 }, "end": { - "line": 249, + "line": 245, "column": 12 } } @@ -24514,31 +24221,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 10758, - 10769 + 10625, + 10636 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 13 }, "end": { - "line": 249, + "line": 245, "column": 24 } } }, "range": [ - 10753, - 10769 + 10620, + 10636 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 8 }, "end": { - "line": 249, + "line": 245, "column": 24 } } @@ -24551,16 +24258,16 @@ "object": { "type": "ThisExpression", "range": [ - 10772, - 10776 + 10639, + 10643 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 27 }, "end": { - "line": 249, + "line": 245, "column": 31 } } @@ -24569,31 +24276,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 10777, - 10790 + 10644, + 10657 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 32 }, "end": { - "line": 249, + "line": 245, "column": 45 } } }, "range": [ - 10772, - 10790 + 10639, + 10657 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 27 }, "end": { - "line": 249, + "line": 245, "column": 45 } } @@ -24605,16 +24312,16 @@ "type": "Identifier", "name": "f", "range": [ - 10793, - 10794 + 10660, + 10661 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 48 }, "end": { - "line": 249, + "line": 245, "column": 49 } } @@ -24623,31 +24330,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 10795, - 10808 + 10662, + 10675 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 50 }, "end": { - "line": 249, + "line": 245, "column": 63 } } }, "range": [ - 10793, - 10808 + 10660, + 10675 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 48 }, "end": { - "line": 249, + "line": 245, "column": 63 } } @@ -24656,61 +24363,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10811, - 10813 + 10678, + 10680 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 66 }, "end": { - "line": 249, + "line": 245, "column": 68 } } }, "range": [ - 10772, - 10813 + 10639, + 10680 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 27 }, "end": { - "line": 249, + "line": 245, "column": 68 } } }, "range": [ - 10753, - 10813 + 10620, + 10680 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 8 }, "end": { - "line": 249, + "line": 245, "column": 68 } } }, "range": [ - 10753, - 10814 + 10620, + 10681 ], "loc": { "start": { - "line": 249, + "line": 245, "column": 8 }, "end": { - "line": 249, + "line": 245, "column": 69 } }, @@ -24719,16 +24426,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 10823, - 10863 + 10690, + 10730 ], "loc": { "start": { - "line": 250, + "line": 246, "column": 8 }, "end": { - "line": 250, + "line": 246, "column": 48 } } @@ -24746,16 +24453,16 @@ "object": { "type": "ThisExpression", "range": [ - 10872, - 10876 + 10739, + 10743 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 8 }, "end": { - "line": 251, + "line": 247, "column": 12 } } @@ -24764,31 +24471,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 10877, - 10892 + 10744, + 10759 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 13 }, "end": { - "line": 251, + "line": 247, "column": 28 } } }, "range": [ - 10872, - 10892 + 10739, + 10759 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 8 }, "end": { - "line": 251, + "line": 247, "column": 28 } } @@ -24799,16 +24506,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10895, - 10902 + 10762, + 10769 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 31 }, "end": { - "line": 251, + "line": 247, "column": 38 } } @@ -24821,16 +24528,16 @@ "type": "Identifier", "name": "f", "range": [ - 10903, - 10904 + 10770, + 10771 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 39 }, "end": { - "line": 251, + "line": 247, "column": 40 } } @@ -24839,77 +24546,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 10905, - 10927 + 10772, + 10794 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 41 }, "end": { - "line": 251, + "line": 247, "column": 63 } } }, "range": [ - 10903, - 10927 + 10770, + 10794 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 39 }, "end": { - "line": 251, + "line": 247, "column": 63 } } } ], "range": [ - 10895, - 10928 + 10762, + 10795 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 31 }, "end": { - "line": 251, + "line": 247, "column": 64 } } }, "range": [ - 10872, - 10928 + 10739, + 10795 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 8 }, "end": { - "line": 251, + "line": 247, "column": 64 } } }, "range": [ - 10872, - 10929 + 10739, + 10796 ], "loc": { "start": { - "line": 251, + "line": 247, "column": 8 }, "end": { - "line": 251, + "line": 247, "column": 65 } }, @@ -24918,16 +24625,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 10823, - 10863 + 10690, + 10730 ], "loc": { "start": { - "line": 250, + "line": 246, "column": 8 }, "end": { - "line": 250, + "line": 246, "column": 48 } } @@ -24945,16 +24652,16 @@ "object": { "type": "ThisExpression", "range": [ - 10938, - 10942 + 10805, + 10809 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 8 }, "end": { - "line": 252, + "line": 248, "column": 12 } } @@ -24963,31 +24670,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 10943, - 10959 + 10810, + 10826 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 13 }, "end": { - "line": 252, + "line": 248, "column": 29 } } }, "range": [ - 10938, - 10959 + 10805, + 10826 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 8 }, "end": { - "line": 252, + "line": 248, "column": 29 } } @@ -24998,16 +24705,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 10962, - 10967 + 10829, + 10834 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 32 }, "end": { - "line": 252, + "line": 248, "column": 37 } } @@ -25020,16 +24727,16 @@ "type": "Identifier", "name": "f", "range": [ - 10968, - 10969 + 10835, + 10836 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 38 }, "end": { - "line": 252, + "line": 248, "column": 39 } } @@ -25038,77 +24745,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 10970, - 10984 + 10837, + 10851 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 40 }, "end": { - "line": 252, + "line": 248, "column": 54 } } }, "range": [ - 10968, - 10984 + 10835, + 10851 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 38 }, "end": { - "line": 252, + "line": 248, "column": 54 } } } ], "range": [ - 10962, - 10985 + 10829, + 10852 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 32 }, "end": { - "line": 252, + "line": 248, "column": 55 } } }, "range": [ - 10938, - 10985 + 10805, + 10852 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 8 }, "end": { - "line": 252, + "line": 248, "column": 55 } } }, "range": [ - 10938, - 10986 + 10805, + 10853 ], "loc": { "start": { - "line": 252, + "line": 248, "column": 8 }, "end": { - "line": 252, + "line": 248, "column": 56 } } @@ -25124,16 +24831,16 @@ "object": { "type": "ThisExpression", "range": [ - 10995, - 10999 + 10862, + 10866 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 8 }, "end": { - "line": 253, + "line": 249, "column": 12 } } @@ -25142,31 +24849,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 11000, - 11013 + 10867, + 10880 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 13 }, "end": { - "line": 253, + "line": 249, "column": 26 } } }, "range": [ - 10995, - 11013 + 10862, + 10880 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 8 }, "end": { - "line": 253, + "line": 249, "column": 26 } } @@ -25178,16 +24885,16 @@ "type": "Identifier", "name": "f", "range": [ - 11016, - 11017 + 10883, + 10884 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 29 }, "end": { - "line": 253, + "line": 249, "column": 30 } } @@ -25196,61 +24903,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 11018, - 11032 + 10885, + 10899 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 31 }, "end": { - "line": 253, + "line": 249, "column": 45 } } }, "range": [ - 11016, - 11032 + 10883, + 10899 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 29 }, "end": { - "line": 253, + "line": 249, "column": 45 } } }, "range": [ - 10995, - 11032 + 10862, + 10899 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 8 }, "end": { - "line": 253, + "line": 249, "column": 45 } } }, "range": [ - 10995, - 11033 + 10862, + 10900 ], "loc": { "start": { - "line": 253, + "line": 249, "column": 8 }, "end": { - "line": 253, + "line": 249, "column": 46 } }, @@ -25259,16 +24966,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11043, - 11069 + 10910, + 10936 ], "loc": { "start": { - "line": 255, + "line": 251, "column": 8 }, "end": { - "line": 255, + "line": 251, "column": 34 } } @@ -25286,16 +24993,16 @@ "object": { "type": "ThisExpression", "range": [ - 11078, - 11082 + 10945, + 10949 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 8 }, "end": { - "line": 256, + "line": 252, "column": 12 } } @@ -25304,31 +25011,31 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 11083, - 11094 + 10950, + 10961 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 13 }, "end": { - "line": 256, + "line": 252, "column": 24 } } }, "range": [ - 11078, - 11094 + 10945, + 10961 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 8 }, "end": { - "line": 256, + "line": 252, "column": 24 } } @@ -25343,16 +25050,16 @@ "type": "Identifier", "name": "f", "range": [ - 11097, - 11098 + 10964, + 10965 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 27 }, "end": { - "line": 256, + "line": 252, "column": 28 } } @@ -25361,31 +25068,31 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 11099, - 11114 + 10966, + 10981 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 29 }, "end": { - "line": 256, + "line": 252, "column": 44 } } }, "range": [ - 11097, - 11114 + 10964, + 10981 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 27 }, "end": { - "line": 256, + "line": 252, "column": 44 } } @@ -25395,61 +25102,61 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 11118, - 11124 + 10985, + 10991 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 48 }, "end": { - "line": 256, + "line": 252, "column": 54 } } }, "range": [ - 11097, - 11124 + 10964, + 10991 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 27 }, "end": { - "line": 256, + "line": 252, "column": 54 } } }, "range": [ - 11078, - 11124 + 10945, + 10991 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 8 }, "end": { - "line": 256, + "line": 252, "column": 54 } } }, "range": [ - 11078, - 11125 + 10945, + 10992 ], "loc": { "start": { - "line": 256, + "line": 252, "column": 8 }, "end": { - "line": 256, + "line": 252, "column": 55 } }, @@ -25458,16 +25165,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11043, - 11069 + 10910, + 10936 ], "loc": { "start": { - "line": 255, + "line": 251, "column": 8 }, "end": { - "line": 255, + "line": 251, "column": 34 } } @@ -25485,16 +25192,16 @@ "object": { "type": "ThisExpression", "range": [ - 11134, - 11138 + 11001, + 11005 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 8 }, "end": { - "line": 257, + "line": 253, "column": 12 } } @@ -25503,31 +25210,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11139, - 11149 + 11006, + 11016 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 13 }, "end": { - "line": 257, + "line": 253, "column": 23 } } }, "range": [ - 11134, - 11149 + 11001, + 11016 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 8 }, "end": { - "line": 257, + "line": 253, "column": 23 } } @@ -25542,16 +25249,16 @@ "type": "Identifier", "name": "f", "range": [ - 11152, - 11153 + 11019, + 11020 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 26 }, "end": { - "line": 257, + "line": 253, "column": 27 } } @@ -25560,31 +25267,31 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 11154, - 11168 + 11021, + 11035 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 28 }, "end": { - "line": 257, + "line": 253, "column": 42 } } }, "range": [ - 11152, - 11168 + 11019, + 11035 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 26 }, "end": { - "line": 257, + "line": 253, "column": 42 } } @@ -25594,61 +25301,61 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 11172, - 11181 + 11039, + 11048 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 46 }, "end": { - "line": 257, + "line": 253, "column": 55 } } }, "range": [ - 11152, - 11181 + 11019, + 11048 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 26 }, "end": { - "line": 257, + "line": 253, "column": 55 } } }, "range": [ - 11134, - 11181 + 11001, + 11048 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 8 }, "end": { - "line": 257, + "line": 253, "column": 55 } } }, "range": [ - 11134, - 11182 + 11001, + 11049 ], "loc": { "start": { - "line": 257, + "line": 253, "column": 8 }, "end": { - "line": 257, + "line": 253, "column": 56 } } @@ -25664,16 +25371,16 @@ "object": { "type": "ThisExpression", "range": [ - 11191, - 11195 + 11058, + 11062 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 8 }, "end": { - "line": 258, + "line": 254, "column": 12 } } @@ -25682,31 +25389,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11196, - 11206 + 11063, + 11073 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 13 }, "end": { - "line": 258, + "line": 254, "column": 23 } } }, "range": [ - 11191, - 11206 + 11058, + 11073 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 8 }, "end": { - "line": 258, + "line": 254, "column": 23 } } @@ -25721,16 +25428,16 @@ "type": "Identifier", "name": "f", "range": [ - 11209, - 11210 + 11076, + 11077 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 26 }, "end": { - "line": 258, + "line": 254, "column": 27 } } @@ -25739,31 +25446,31 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 11211, - 11228 + 11078, + 11095 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 28 }, "end": { - "line": 258, + "line": 254, "column": 45 } } }, "range": [ - 11209, - 11228 + 11076, + 11095 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 26 }, "end": { - "line": 258, + "line": 254, "column": 45 } } @@ -25773,61 +25480,61 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 11232, - 11244 + 11099, + 11111 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 49 }, "end": { - "line": 258, + "line": 254, "column": 61 } } }, "range": [ - 11209, - 11244 + 11076, + 11111 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 26 }, "end": { - "line": 258, + "line": 254, "column": 61 } } }, "range": [ - 11191, - 11244 + 11058, + 11111 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 8 }, "end": { - "line": 258, + "line": 254, "column": 61 } } }, "range": [ - 11191, - 11245 + 11058, + 11112 ], "loc": { "start": { - "line": 258, + "line": 254, "column": 8 }, "end": { - "line": 258, + "line": 254, "column": 62 } } @@ -25843,16 +25550,16 @@ "object": { "type": "ThisExpression", "range": [ - 11254, - 11258 + 11121, + 11125 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 8 }, "end": { - "line": 259, + "line": 255, "column": 12 } } @@ -25861,31 +25568,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 11259, - 11269 + 11126, + 11136 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 13 }, "end": { - "line": 259, + "line": 255, "column": 23 } } }, "range": [ - 11254, - 11269 + 11121, + 11136 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 8 }, "end": { - "line": 259, + "line": 255, "column": 23 } } @@ -25900,16 +25607,16 @@ "type": "Identifier", "name": "f", "range": [ - 11272, - 11273 + 11139, + 11140 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 26 }, "end": { - "line": 259, + "line": 255, "column": 27 } } @@ -25918,31 +25625,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 11274, - 11285 + 11141, + 11152 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 28 }, "end": { - "line": 259, + "line": 255, "column": 39 } } }, "range": [ - 11272, - 11285 + 11139, + 11152 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 26 }, "end": { - "line": 259, + "line": 255, "column": 39 } } @@ -25952,61 +25659,61 @@ "value": "||", "raw": "'||'", "range": [ - 11289, - 11293 + 11156, + 11160 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 43 }, "end": { - "line": 259, + "line": 255, "column": 47 } } }, "range": [ - 11272, - 11293 + 11139, + 11160 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 26 }, "end": { - "line": 259, + "line": 255, "column": 47 } } }, "range": [ - 11254, - 11293 + 11121, + 11160 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 8 }, "end": { - "line": 259, + "line": 255, "column": 47 } } }, "range": [ - 11254, - 11294 + 11121, + 11161 ], "loc": { "start": { - "line": 259, + "line": 255, "column": 8 }, "end": { - "line": 259, + "line": 255, "column": 48 } } @@ -26022,16 +25729,16 @@ "object": { "type": "ThisExpression", "range": [ - 11303, - 11307 + 11170, + 11174 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 8 }, "end": { - "line": 260, + "line": 256, "column": 12 } } @@ -26040,31 +25747,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 11308, - 11318 + 11175, + 11185 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 13 }, "end": { - "line": 260, + "line": 256, "column": 23 } } }, "range": [ - 11303, - 11318 + 11170, + 11185 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 8 }, "end": { - "line": 260, + "line": 256, "column": 23 } } @@ -26079,16 +25786,16 @@ "type": "Identifier", "name": "f", "range": [ - 11321, - 11322 + 11188, + 11189 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 26 }, "end": { - "line": 260, + "line": 256, "column": 27 } } @@ -26097,31 +25804,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 11323, - 11335 + 11190, + 11202 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 28 }, "end": { - "line": 260, + "line": 256, "column": 40 } } }, "range": [ - 11321, - 11335 + 11188, + 11202 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 26 }, "end": { - "line": 260, + "line": 256, "column": 40 } } @@ -26131,61 +25838,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 11339, - 11343 + 11206, + 11210 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 44 }, "end": { - "line": 260, + "line": 256, "column": 48 } } }, "range": [ - 11321, - 11343 + 11188, + 11210 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 26 }, "end": { - "line": 260, + "line": 256, "column": 48 } } }, "range": [ - 11303, - 11343 + 11170, + 11210 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 8 }, "end": { - "line": 260, + "line": 256, "column": 48 } } }, "range": [ - 11303, - 11344 + 11170, + 11211 ], "loc": { "start": { - "line": 260, + "line": 256, "column": 8 }, "end": { - "line": 260, + "line": 256, "column": 49 } } @@ -26201,16 +25908,16 @@ "object": { "type": "ThisExpression", "range": [ - 11353, - 11357 + 11220, + 11224 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 8 }, "end": { - "line": 261, + "line": 257, "column": 12 } } @@ -26219,31 +25926,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 11358, - 11368 + 11225, + 11235 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 13 }, "end": { - "line": 261, + "line": 257, "column": 23 } } }, "range": [ - 11353, - 11368 + 11220, + 11235 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 8 }, "end": { - "line": 261, + "line": 257, "column": 23 } } @@ -26258,16 +25965,16 @@ "type": "Identifier", "name": "f", "range": [ - 11371, - 11372 + 11238, + 11239 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 26 }, "end": { - "line": 261, + "line": 257, "column": 27 } } @@ -26276,31 +25983,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 11373, - 11389 + 11240, + 11256 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 28 }, "end": { - "line": 261, + "line": 257, "column": 44 } } }, "range": [ - 11371, - 11389 + 11238, + 11256 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 26 }, "end": { - "line": 261, + "line": 257, "column": 44 } } @@ -26310,61 +26017,61 @@ "value": ">", "raw": "'>'", "range": [ - 11393, - 11396 + 11260, + 11263 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 48 }, "end": { - "line": 261, + "line": 257, "column": 51 } } }, "range": [ - 11371, - 11396 + 11238, + 11263 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 26 }, "end": { - "line": 261, + "line": 257, "column": 51 } } }, "range": [ - 11353, - 11396 + 11220, + 11263 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 8 }, "end": { - "line": 261, + "line": 257, "column": 51 } } }, "range": [ - 11353, - 11397 + 11220, + 11264 ], "loc": { "start": { - "line": 261, + "line": 257, "column": 8 }, "end": { - "line": 261, + "line": 257, "column": 52 } } @@ -26380,16 +26087,16 @@ "object": { "type": "ThisExpression", "range": [ - 11406, - 11410 + 11273, + 11277 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 8 }, "end": { - "line": 262, + "line": 258, "column": 12 } } @@ -26398,31 +26105,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 11411, - 11421 + 11278, + 11288 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 13 }, "end": { - "line": 262, + "line": 258, "column": 23 } } }, "range": [ - 11406, - 11421 + 11273, + 11288 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 8 }, "end": { - "line": 262, + "line": 258, "column": 23 } } @@ -26437,16 +26144,16 @@ "type": "Identifier", "name": "f", "range": [ - 11424, - 11425 + 11291, + 11292 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 26 }, "end": { - "line": 262, + "line": 258, "column": 27 } } @@ -26455,31 +26162,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 11426, - 11440 + 11293, + 11307 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 28 }, "end": { - "line": 262, + "line": 258, "column": 42 } } }, "range": [ - 11424, - 11440 + 11291, + 11307 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 26 }, "end": { - "line": 262, + "line": 258, "column": 42 } } @@ -26489,61 +26196,61 @@ "value": "<", "raw": "'<'", "range": [ - 11444, - 11447 + 11311, + 11314 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 46 }, "end": { - "line": 262, + "line": 258, "column": 49 } } }, "range": [ - 11424, - 11447 + 11291, + 11314 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 26 }, "end": { - "line": 262, + "line": 258, "column": 49 } } }, "range": [ - 11406, - 11447 + 11273, + 11314 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 8 }, "end": { - "line": 262, + "line": 258, "column": 49 } } }, "range": [ - 11406, - 11448 + 11273, + 11315 ], "loc": { "start": { - "line": 262, + "line": 258, "column": 8 }, "end": { - "line": 262, + "line": 258, "column": 50 } } @@ -26559,16 +26266,16 @@ "object": { "type": "ThisExpression", "range": [ - 11457, - 11461 + 11324, + 11328 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 8 }, "end": { - "line": 263, + "line": 259, "column": 12 } } @@ -26577,31 +26284,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 11462, - 11472 + 11329, + 11339 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 13 }, "end": { - "line": 263, + "line": 259, "column": 23 } } }, "range": [ - 11457, - 11472 + 11324, + 11339 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 8 }, "end": { - "line": 263, + "line": 259, "column": 23 } } @@ -26616,16 +26323,16 @@ "type": "Identifier", "name": "f", "range": [ - 11475, - 11476 + 11342, + 11343 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 26 }, "end": { - "line": 263, + "line": 259, "column": 27 } } @@ -26634,31 +26341,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 11477, - 11497 + 11344, + 11364 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 28 }, "end": { - "line": 263, + "line": 259, "column": 48 } } }, "range": [ - 11475, - 11497 + 11342, + 11364 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 26 }, "end": { - "line": 263, + "line": 259, "column": 48 } } @@ -26668,61 +26375,61 @@ "value": "<=", "raw": "'<='", "range": [ - 11501, - 11505 + 11368, + 11372 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 52 }, "end": { - "line": 263, + "line": 259, "column": 56 } } }, "range": [ - 11475, - 11505 + 11342, + 11372 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 26 }, "end": { - "line": 263, + "line": 259, "column": 56 } } }, "range": [ - 11457, - 11505 + 11324, + 11372 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 8 }, "end": { - "line": 263, + "line": 259, "column": 56 } } }, "range": [ - 11457, - 11506 + 11324, + 11373 ], "loc": { "start": { - "line": 263, + "line": 259, "column": 8 }, "end": { - "line": 263, + "line": 259, "column": 57 } } @@ -26738,16 +26445,16 @@ "object": { "type": "ThisExpression", "range": [ - 11515, - 11519 + 11382, + 11386 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 8 }, "end": { - "line": 264, + "line": 260, "column": 12 } } @@ -26756,31 +26463,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 11520, - 11530 + 11387, + 11397 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 13 }, "end": { - "line": 264, + "line": 260, "column": 23 } } }, "range": [ - 11515, - 11530 + 11382, + 11397 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 8 }, "end": { - "line": 264, + "line": 260, "column": 23 } } @@ -26795,16 +26502,16 @@ "type": "Identifier", "name": "f", "range": [ - 11533, - 11534 + 11400, + 11401 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 26 }, "end": { - "line": 264, + "line": 260, "column": 27 } } @@ -26813,31 +26520,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 11535, - 11557 + 11402, + 11424 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 28 }, "end": { - "line": 264, + "line": 260, "column": 50 } } }, "range": [ - 11533, - 11557 + 11400, + 11424 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 26 }, "end": { - "line": 264, + "line": 260, "column": 50 } } @@ -26847,61 +26554,61 @@ "value": ">=", "raw": "'>='", "range": [ - 11561, - 11565 + 11428, + 11432 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 54 }, "end": { - "line": 264, + "line": 260, "column": 58 } } }, "range": [ - 11533, - 11565 + 11400, + 11432 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 26 }, "end": { - "line": 264, + "line": 260, "column": 58 } } }, "range": [ - 11515, - 11565 + 11382, + 11432 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 8 }, "end": { - "line": 264, + "line": 260, "column": 58 } } }, "range": [ - 11515, - 11566 + 11382, + 11433 ], "loc": { "start": { - "line": 264, + "line": 260, "column": 8 }, "end": { - "line": 264, + "line": 260, "column": 59 } } @@ -26917,16 +26624,16 @@ "object": { "type": "ThisExpression", "range": [ - 11575, - 11579 + 11442, + 11446 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 8 }, "end": { - "line": 265, + "line": 261, "column": 12 } } @@ -26935,31 +26642,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 11580, - 11590 + 11447, + 11457 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 13 }, "end": { - "line": 265, + "line": 261, "column": 23 } } }, "range": [ - 11575, - 11590 + 11442, + 11457 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 8 }, "end": { - "line": 265, + "line": 261, "column": 23 } } @@ -26974,16 +26681,16 @@ "type": "Identifier", "name": "f", "range": [ - 11593, - 11594 + 11460, + 11461 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 26 }, "end": { - "line": 265, + "line": 261, "column": 27 } } @@ -26992,31 +26699,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 11595, - 11613 + 11462, + 11480 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 28 }, "end": { - "line": 265, + "line": 261, "column": 46 } } }, "range": [ - 11593, - 11613 + 11460, + 11480 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 26 }, "end": { - "line": 265, + "line": 261, "column": 46 } } @@ -27026,61 +26733,61 @@ "value": "!", "raw": "'!'", "range": [ - 11617, - 11620 + 11484, + 11487 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 50 }, "end": { - "line": 265, + "line": 261, "column": 53 } } }, "range": [ - 11593, - 11620 + 11460, + 11487 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 26 }, "end": { - "line": 265, + "line": 261, "column": 53 } } }, "range": [ - 11575, - 11620 + 11442, + 11487 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 8 }, "end": { - "line": 265, + "line": 261, "column": 53 } } }, "range": [ - 11575, - 11621 + 11442, + 11488 ], "loc": { "start": { - "line": 265, + "line": 261, "column": 8 }, "end": { - "line": 265, + "line": 261, "column": 54 } } @@ -27096,16 +26803,16 @@ "object": { "type": "ThisExpression", "range": [ - 11630, - 11634 + 11497, + 11501 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 8 }, "end": { - "line": 266, + "line": 262, "column": 12 } } @@ -27114,31 +26821,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 11635, - 11645 + 11502, + 11512 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 13 }, "end": { - "line": 266, + "line": 262, "column": 23 } } }, "range": [ - 11630, - 11645 + 11497, + 11512 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 8 }, "end": { - "line": 266, + "line": 262, "column": 23 } } @@ -27153,16 +26860,16 @@ "type": "Identifier", "name": "f", "range": [ - 11648, - 11649 + 11515, + 11516 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 26 }, "end": { - "line": 266, + "line": 262, "column": 27 } } @@ -27171,31 +26878,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 11650, - 11663 + 11517, + 11530 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 28 }, "end": { - "line": 266, + "line": 262, "column": 41 } } }, "range": [ - 11648, - 11663 + 11515, + 11530 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 26 }, "end": { - "line": 266, + "line": 262, "column": 41 } } @@ -27205,61 +26912,61 @@ "value": "*", "raw": "'*'", "range": [ - 11667, - 11670 + 11534, + 11537 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 45 }, "end": { - "line": 266, + "line": 262, "column": 48 } } }, "range": [ - 11648, - 11670 + 11515, + 11537 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 26 }, "end": { - "line": 266, + "line": 262, "column": 48 } } }, "range": [ - 11630, - 11670 + 11497, + 11537 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 8 }, "end": { - "line": 266, + "line": 262, "column": 48 } } }, "range": [ - 11630, - 11671 + 11497, + 11538 ], "loc": { "start": { - "line": 266, + "line": 262, "column": 8 }, "end": { - "line": 266, + "line": 262, "column": 49 } } @@ -27275,16 +26982,16 @@ "object": { "type": "ThisExpression", "range": [ - 11680, - 11684 + 11547, + 11551 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 8 }, "end": { - "line": 267, + "line": 263, "column": 12 } } @@ -27293,31 +27000,31 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 11685, - 11695 + 11552, + 11562 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 13 }, "end": { - "line": 267, + "line": 263, "column": 23 } } }, "range": [ - 11680, - 11695 + 11547, + 11562 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 8 }, "end": { - "line": 267, + "line": 263, "column": 23 } } @@ -27332,16 +27039,16 @@ "type": "Identifier", "name": "f", "range": [ - 11698, - 11699 + 11565, + 11566 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 26 }, "end": { - "line": 267, + "line": 263, "column": 27 } } @@ -27350,31 +27057,31 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 11700, - 11714 + 11567, + 11581 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 28 }, "end": { - "line": 267, + "line": 263, "column": 42 } } }, "range": [ - 11698, - 11714 + 11565, + 11581 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 26 }, "end": { - "line": 267, + "line": 263, "column": 42 } } @@ -27384,61 +27091,61 @@ "value": "=", "raw": "'='", "range": [ - 11718, - 11721 + 11585, + 11588 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 46 }, "end": { - "line": 267, + "line": 263, "column": 49 } } }, "range": [ - 11698, - 11721 + 11565, + 11588 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 26 }, "end": { - "line": 267, + "line": 263, "column": 49 } } }, "range": [ - 11680, - 11721 + 11547, + 11588 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 8 }, "end": { - "line": 267, + "line": 263, "column": 49 } } }, "range": [ - 11680, - 11722 + 11547, + 11589 ], "loc": { "start": { - "line": 267, + "line": 263, "column": 8 }, "end": { - "line": 267, + "line": 263, "column": 50 } } @@ -27454,16 +27161,16 @@ "object": { "type": "ThisExpression", "range": [ - 11731, - 11735 + 11598, + 11602 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 264, "column": 12 } } @@ -27472,31 +27179,31 @@ "type": "Identifier", "name": "stOperator", "range": [ - 11736, - 11746 + 11603, + 11613 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 13 }, "end": { - "line": 268, + "line": 264, "column": 23 } } }, "range": [ - 11731, - 11746 + 11598, + 11613 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 264, "column": 23 } } @@ -27511,16 +27218,16 @@ "type": "Identifier", "name": "f", "range": [ - 11749, - 11750 + 11616, + 11617 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 26 }, "end": { - "line": 268, + "line": 264, "column": 27 } } @@ -27529,31 +27236,31 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 11751, - 11770 + 11618, + 11637 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 28 }, "end": { - "line": 268, + "line": 264, "column": 47 } } }, "range": [ - 11749, - 11770 + 11616, + 11637 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 26 }, "end": { - "line": 268, + "line": 264, "column": 47 } } @@ -27563,61 +27270,61 @@ "value": "{", "raw": "'{'", "range": [ - 11774, - 11777 + 11641, + 11644 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 51 }, "end": { - "line": 268, + "line": 264, "column": 54 } } }, "range": [ - 11749, - 11777 + 11616, + 11644 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 26 }, "end": { - "line": 268, + "line": 264, "column": 54 } } }, "range": [ - 11731, - 11777 + 11598, + 11644 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 264, "column": 54 } } }, "range": [ - 11731, - 11778 + 11598, + 11645 ], "loc": { "start": { - "line": 268, + "line": 264, "column": 8 }, "end": { - "line": 268, + "line": 264, "column": 55 } } @@ -27633,16 +27340,16 @@ "object": { "type": "ThisExpression", "range": [ - 11787, - 11791 + 11654, + 11658 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 8 }, "end": { - "line": 269, + "line": 265, "column": 12 } } @@ -27651,31 +27358,31 @@ "type": "Identifier", "name": "enOperator", "range": [ - 11792, - 11802 + 11659, + 11669 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 13 }, "end": { - "line": 269, + "line": 265, "column": 23 } } }, "range": [ - 11787, - 11802 + 11654, + 11669 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 8 }, "end": { - "line": 269, + "line": 265, "column": 23 } } @@ -27690,16 +27397,16 @@ "type": "Identifier", "name": "f", "range": [ - 11805, - 11806 + 11672, + 11673 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 26 }, "end": { - "line": 269, + "line": 265, "column": 27 } } @@ -27708,31 +27415,31 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 11807, - 11824 + 11674, + 11691 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 28 }, "end": { - "line": 269, + "line": 265, "column": 45 } } }, "range": [ - 11805, - 11824 + 11672, + 11691 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 26 }, "end": { - "line": 269, + "line": 265, "column": 45 } } @@ -27742,61 +27449,61 @@ "value": "}", "raw": "'}'", "range": [ - 11828, - 11831 + 11695, + 11698 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 49 }, "end": { - "line": 269, + "line": 265, "column": 52 } } }, "range": [ - 11805, - 11831 + 11672, + 11698 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 26 }, "end": { - "line": 269, + "line": 265, "column": 52 } } }, "range": [ - 11787, - 11831 + 11654, + 11698 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 8 }, "end": { - "line": 269, + "line": 265, "column": 52 } } }, "range": [ - 11787, - 11832 + 11654, + 11699 ], "loc": { "start": { - "line": 269, + "line": 265, "column": 8 }, "end": { - "line": 269, + "line": 265, "column": 53 } } @@ -27812,16 +27519,16 @@ "object": { "type": "ThisExpression", "range": [ - 11841, - 11845 + 11708, + 11712 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 8 }, "end": { - "line": 270, + "line": 266, "column": 12 } } @@ -27830,31 +27537,31 @@ "type": "Identifier", "name": "curExp", "range": [ - 11846, - 11852 + 11713, + 11719 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 13 }, "end": { - "line": 270, + "line": 266, "column": 19 } } }, "range": [ - 11841, - 11852 + 11708, + 11719 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 8 }, "end": { - "line": 270, + "line": 266, "column": 19 } } @@ -27869,16 +27576,16 @@ "type": "Identifier", "name": "f", "range": [ - 11855, - 11856 + 11722, + 11723 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 22 }, "end": { - "line": 270, + "line": 266, "column": 23 } } @@ -27887,31 +27594,31 @@ "type": "Identifier", "name": "cur_exp", "range": [ - 11857, - 11864 + 11724, + 11731 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 24 }, "end": { - "line": 270, + "line": 266, "column": 31 } } }, "range": [ - 11855, - 11864 + 11722, + 11731 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 22 }, "end": { - "line": 270, + "line": 266, "column": 31 } } @@ -27921,61 +27628,61 @@ "value": "^[¥£€$]", "raw": "'^[¥£€$]'", "range": [ - 11868, - 11877 + 11735, + 11744 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 35 }, "end": { - "line": 270, + "line": 266, "column": 44 } } }, "range": [ - 11855, - 11877 + 11722, + 11744 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 22 }, "end": { - "line": 270, + "line": 266, "column": 44 } } }, "range": [ - 11841, - 11877 + 11708, + 11744 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 8 }, "end": { - "line": 270, + "line": 266, "column": 44 } } }, "range": [ - 11841, - 11878 + 11708, + 11745 ], "loc": { "start": { - "line": 270, + "line": 266, "column": 8 }, "end": { - "line": 270, + "line": 266, "column": 45 } } @@ -27991,16 +27698,16 @@ "object": { "type": "ThisExpression", "range": [ - 11887, - 11891 + 11754, + 11758 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 8 }, "end": { - "line": 271, + "line": 267, "column": 12 } } @@ -28009,31 +27716,31 @@ "type": "Identifier", "name": "separator", "range": [ - 11892, - 11901 + 11759, + 11768 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 13 }, "end": { - "line": 271, + "line": 267, "column": 22 } } }, "range": [ - 11887, - 11901 + 11754, + 11768 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 8 }, "end": { - "line": 271, + "line": 267, "column": 22 } } @@ -28048,16 +27755,16 @@ "type": "Identifier", "name": "f", "range": [ - 11904, - 11905 + 11771, + 11772 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 25 }, "end": { - "line": 271, + "line": 267, "column": 26 } } @@ -28066,31 +27773,31 @@ "type": "Identifier", "name": "separator", "range": [ - 11906, - 11915 + 11773, + 11782 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 27 }, "end": { - "line": 271, + "line": 267, "column": 36 } } }, "range": [ - 11904, - 11915 + 11771, + 11782 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 25 }, "end": { - "line": 271, + "line": 267, "column": 36 } } @@ -28100,61 +27807,61 @@ "value": ",", "raw": "','", "range": [ - 11919, - 11922 + 11786, + 11789 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 40 }, "end": { - "line": 271, + "line": 267, "column": 43 } } }, "range": [ - 11904, - 11922 + 11771, + 11789 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 25 }, "end": { - "line": 271, + "line": 267, "column": 43 } } }, "range": [ - 11887, - 11922 + 11754, + 11789 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 8 }, "end": { - "line": 271, + "line": 267, "column": 43 } } }, "range": [ - 11887, - 11923 + 11754, + 11790 ], "loc": { "start": { - "line": 271, + "line": 267, "column": 8 }, "end": { - "line": 271, + "line": 267, "column": 44 } }, @@ -28163,16 +27870,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 11933, - 11958 + 11800, + 11825 ], "loc": { "start": { - "line": 273, + "line": 269, "column": 8 }, "end": { - "line": 273, + "line": 269, "column": 33 } } @@ -28190,16 +27897,16 @@ "object": { "type": "ThisExpression", "range": [ - 11967, - 11971 + 11834, + 11838 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 8 }, "end": { - "line": 274, + "line": 270, "column": 12 } } @@ -28208,31 +27915,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 11972, - 11983 + 11839, + 11850 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 13 }, "end": { - "line": 274, + "line": 270, "column": 24 } } }, "range": [ - 11967, - 11983 + 11834, + 11850 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 8 }, "end": { - "line": 274, + "line": 270, "column": 24 } } @@ -28243,16 +27950,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11986, - 11993 + 11853, + 11860 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 27 }, "end": { - "line": 274, + "line": 270, "column": 34 } } @@ -28265,16 +27972,16 @@ "type": "Identifier", "name": "f", "range": [ - 11994, - 11995 + 11861, + 11862 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 35 }, "end": { - "line": 274, + "line": 270, "column": 36 } } @@ -28283,77 +27990,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 11996, - 12008 + 11863, + 11875 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 37 }, "end": { - "line": 274, + "line": 270, "column": 49 } } }, "range": [ - 11994, - 12008 + 11861, + 11875 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 35 }, "end": { - "line": 274, + "line": 270, "column": 49 } } } ], "range": [ - 11986, - 12009 + 11853, + 11876 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 27 }, "end": { - "line": 274, + "line": 270, "column": 50 } } }, "range": [ - 11967, - 12009 + 11834, + 11876 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 8 }, "end": { - "line": 274, + "line": 270, "column": 50 } } }, "range": [ - 11967, - 12010 + 11834, + 11877 ], "loc": { "start": { - "line": 274, + "line": 270, "column": 8 }, "end": { - "line": 274, + "line": 270, "column": 51 } }, @@ -28362,16 +28069,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 11933, - 11958 + 11800, + 11825 ], "loc": { "start": { - "line": 273, + "line": 269, "column": 8 }, "end": { - "line": 273, + "line": 269, "column": 33 } } @@ -28382,16 +28089,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12020, - 12043 + 11887, + 11910 ], "loc": { "start": { - "line": 276, + "line": 272, "column": 8 }, "end": { - "line": 276, + "line": 272, "column": 31 } } @@ -28409,16 +28116,16 @@ "object": { "type": "ThisExpression", "range": [ - 12052, - 12056 + 11919, + 11923 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 8 }, "end": { - "line": 277, + "line": 273, "column": 12 } } @@ -28427,31 +28134,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 12057, - 12066 + 11924, + 11933 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 13 }, "end": { - "line": 277, + "line": 273, "column": 22 } } }, "range": [ - 12052, - 12066 + 11919, + 11933 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 8 }, "end": { - "line": 277, + "line": 273, "column": 22 } } @@ -28462,16 +28169,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12069, - 12076 + 11936, + 11943 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 25 }, "end": { - "line": 277, + "line": 273, "column": 32 } } @@ -28484,16 +28191,16 @@ "type": "Identifier", "name": "f", "range": [ - 12077, - 12078 + 11944, + 11945 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 33 }, "end": { - "line": 277, + "line": 273, "column": 34 } } @@ -28502,77 +28209,77 @@ "type": "Identifier", "name": "status_bar", "range": [ - 12079, - 12089 + 11946, + 11956 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 35 }, "end": { - "line": 277, + "line": 273, "column": 45 } } }, "range": [ - 12077, - 12089 + 11944, + 11956 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 33 }, "end": { - "line": 277, + "line": 273, "column": 45 } } } ], "range": [ - 12069, - 12090 + 11936, + 11957 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 25 }, "end": { - "line": 277, + "line": 273, "column": 46 } } }, "range": [ - 12052, - 12090 + 11919, + 11957 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 8 }, "end": { - "line": 277, + "line": 273, "column": 46 } } }, "range": [ - 12052, - 12091 + 11919, + 11958 ], "loc": { "start": { - "line": 277, + "line": 273, "column": 8 }, "end": { - "line": 277, + "line": 273, "column": 47 } }, @@ -28581,16 +28288,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12020, - 12043 + 11887, + 11910 ], "loc": { "start": { - "line": 276, + "line": 272, "column": 8 }, "end": { - "line": 276, + "line": 272, "column": 31 } } @@ -28601,16 +28308,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12101, - 12144 + 11968, + 12011 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 8 }, "end": { - "line": 279, + "line": 275, "column": 51 } } @@ -28628,16 +28335,16 @@ "object": { "type": "ThisExpression", "range": [ - 12153, - 12157 + 12020, + 12024 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 8 }, "end": { - "line": 280, + "line": 276, "column": 12 } } @@ -28646,31 +28353,31 @@ "type": "Identifier", "name": "loader", "range": [ - 12158, - 12164 + 12025, + 12031 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 13 }, "end": { - "line": 280, + "line": 276, "column": 19 } } }, "range": [ - 12153, - 12164 + 12020, + 12031 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 8 }, "end": { - "line": 280, + "line": 276, "column": 19 } } @@ -28681,16 +28388,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12167, - 12174 + 12034, + 12041 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 22 }, "end": { - "line": 280, + "line": 276, "column": 29 } } @@ -28703,16 +28410,16 @@ "type": "Identifier", "name": "f", "range": [ - 12175, - 12176 + 12042, + 12043 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 30 }, "end": { - "line": 280, + "line": 276, "column": 31 } } @@ -28721,77 +28428,77 @@ "type": "Identifier", "name": "loader", "range": [ - 12177, - 12183 + 12044, + 12050 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 32 }, "end": { - "line": 280, + "line": 276, "column": 38 } } }, "range": [ - 12175, - 12183 + 12042, + 12050 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 30 }, "end": { - "line": 280, + "line": 276, "column": 38 } } } ], "range": [ - 12167, - 12184 + 12034, + 12051 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 22 }, "end": { - "line": 280, + "line": 276, "column": 39 } } }, "range": [ - 12153, - 12184 + 12020, + 12051 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 8 }, "end": { - "line": 280, + "line": 276, "column": 39 } } }, "range": [ - 12153, - 12185 + 12020, + 12052 ], "loc": { "start": { - "line": 280, + "line": 276, "column": 8 }, "end": { - "line": 280, + "line": 276, "column": 40 } }, @@ -28800,16 +28507,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12101, - 12144 + 11968, + 12011 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 8 }, "end": { - "line": 279, + "line": 275, "column": 51 } } @@ -28820,16 +28527,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12195, - 12237 + 12062, + 12104 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 8 }, "end": { - "line": 282, + "line": 278, "column": 50 } } @@ -28838,16 +28545,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12246, - 12285 + 12113, + 12152 ], "loc": { "start": { - "line": 283, + "line": 279, "column": 8 }, "end": { - "line": 283, + "line": 279, "column": 47 } } @@ -28865,16 +28572,16 @@ "object": { "type": "ThisExpression", "range": [ - 12294, - 12298 + 12161, + 12165 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 8 }, "end": { - "line": 284, + "line": 280, "column": 12 } } @@ -28883,31 +28590,31 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 12299, - 12309 + 12166, + 12176 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 13 }, "end": { - "line": 284, + "line": 280, "column": 23 } } }, "range": [ - 12294, - 12309 + 12161, + 12176 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 8 }, "end": { - "line": 284, + "line": 280, "column": 23 } } @@ -28918,16 +28625,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12312, - 12319 + 12179, + 12186 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 26 }, "end": { - "line": 284, + "line": 280, "column": 33 } } @@ -28940,16 +28647,16 @@ "type": "Identifier", "name": "f", "range": [ - 12320, - 12321 + 12187, + 12188 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 34 }, "end": { - "line": 284, + "line": 280, "column": 35 } } @@ -28958,77 +28665,77 @@ "type": "Identifier", "name": "btn", "range": [ - 12322, - 12325 + 12189, + 12192 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 36 }, "end": { - "line": 284, + "line": 280, "column": 39 } } }, "range": [ - 12320, - 12325 + 12187, + 12192 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 34 }, "end": { - "line": 284, + "line": 280, "column": 39 } } } ], "range": [ - 12312, - 12326 + 12179, + 12193 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 26 }, "end": { - "line": 284, + "line": 280, "column": 40 } } }, "range": [ - 12294, - 12326 + 12161, + 12193 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 8 }, "end": { - "line": 284, + "line": 280, "column": 40 } } }, "range": [ - 12294, - 12327 + 12161, + 12194 ], "loc": { "start": { - "line": 284, + "line": 280, "column": 8 }, "end": { - "line": 284, + "line": 280, "column": 41 } }, @@ -29037,16 +28744,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12195, - 12237 + 12062, + 12104 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 8 }, "end": { - "line": 282, + "line": 278, "column": 50 } } @@ -29055,16 +28762,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12246, - 12285 + 12113, + 12152 ], "loc": { "start": { - "line": 283, + "line": 279, "column": 8 }, "end": { - "line": 283, + "line": 279, "column": 47 } } @@ -29075,16 +28782,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12336, - 12368 + 12203, + 12235 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 8 }, "end": { - "line": 285, + "line": 281, "column": 40 } } @@ -29102,16 +28809,16 @@ "object": { "type": "ThisExpression", "range": [ - 12377, - 12381 + 12244, + 12248 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 8 }, "end": { - "line": 286, + "line": 282, "column": 12 } } @@ -29120,31 +28827,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 12382, - 12389 + 12249, + 12256 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 13 }, "end": { - "line": 286, + "line": 282, "column": 20 } } }, "range": [ - 12377, - 12389 + 12244, + 12256 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 8 }, "end": { - "line": 286, + "line": 282, "column": 20 } } @@ -29159,16 +28866,16 @@ "type": "Identifier", "name": "f", "range": [ - 12392, - 12393 + 12259, + 12260 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 23 }, "end": { - "line": 286, + "line": 282, "column": 24 } } @@ -29177,31 +28884,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 12394, - 12402 + 12261, + 12269 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 25 }, "end": { - "line": 286, + "line": 282, "column": 33 } } }, "range": [ - 12392, - 12402 + 12259, + 12269 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 23 }, "end": { - "line": 286, + "line": 282, "column": 33 } } @@ -29217,16 +28924,16 @@ "object": { "type": "ThisExpression", "range": [ - 12408, - 12412 + 12275, + 12279 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 39 }, "end": { - "line": 286, + "line": 282, "column": 43 } } @@ -29235,47 +28942,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 12413, - 12424 + 12280, + 12291 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 44 }, "end": { - "line": 286, + "line": 282, "column": 55 } } }, "range": [ - 12408, - 12424 + 12275, + 12291 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 39 }, "end": { - "line": 286, + "line": 282, "column": 55 } } }, "prefix": true, "range": [ - 12407, - 12424 + 12274, + 12291 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 38 }, "end": { - "line": 286, + "line": 282, "column": 55 } } @@ -29285,16 +28992,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 12427, - 12431 + 12294, + 12298 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 58 }, "end": { - "line": 286, + "line": 282, "column": 62 } } @@ -29304,76 +29011,76 @@ "value": "", "raw": "''", "range": [ - 12434, - 12436 + 12301, + 12303 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 65 }, "end": { - "line": 286, + "line": 282, "column": 67 } } }, "range": [ - 12407, - 12436 + 12274, + 12303 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 38 }, "end": { - "line": 286, + "line": 282, "column": 67 } } }, "range": [ - 12392, - 12437 + 12259, + 12304 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 23 }, "end": { - "line": 286, + "line": 282, "column": 68 } } }, "range": [ - 12377, - 12437 + 12244, + 12304 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 8 }, "end": { - "line": 286, + "line": 282, "column": 68 } } }, "range": [ - 12377, - 12438 + 12244, + 12305 ], "loc": { "start": { - "line": 286, + "line": 282, "column": 8 }, "end": { - "line": 286, + "line": 282, "column": 69 } }, @@ -29382,16 +29089,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12336, - 12368 + 12203, + 12235 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 8 }, "end": { - "line": 285, + "line": 281, "column": 40 } } @@ -29402,16 +29109,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12447, - 12488 + 12314, + 12355 ], "loc": { "start": { - "line": 287, + "line": 283, "column": 8 }, "end": { - "line": 287, + "line": 283, "column": 49 } } @@ -29429,16 +29136,16 @@ "object": { "type": "ThisExpression", "range": [ - 12497, - 12501 + 12364, + 12368 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 8 }, "end": { - "line": 288, + "line": 284, "column": 12 } } @@ -29447,31 +29154,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 12502, - 12513 + 12369, + 12380 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 13 }, "end": { - "line": 288, + "line": 284, "column": 24 } } }, "range": [ - 12497, - 12513 + 12364, + 12380 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 8 }, "end": { - "line": 288, + "line": 284, "column": 24 } } @@ -29486,16 +29193,16 @@ "type": "Identifier", "name": "f", "range": [ - 12516, - 12517 + 12383, + 12384 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 27 }, "end": { - "line": 288, + "line": 284, "column": 28 } } @@ -29504,31 +29211,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 12518, - 12531 + 12385, + 12398 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 29 }, "end": { - "line": 288, + "line": 284, "column": 42 } } }, "range": [ - 12516, - 12531 + 12383, + 12398 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 27 }, "end": { - "line": 288, + "line": 284, "column": 42 } } @@ -29544,16 +29251,16 @@ "object": { "type": "ThisExpression", "range": [ - 12549, - 12553 + 12416, + 12420 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 14 }, "end": { - "line": 289, + "line": 285, "column": 18 } } @@ -29562,47 +29269,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 12554, - 12565 + 12421, + 12432 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 19 }, "end": { - "line": 289, + "line": 285, "column": 30 } } }, "range": [ - 12549, - 12565 + 12416, + 12432 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 14 }, "end": { - "line": 289, + "line": 285, "column": 30 } } }, "prefix": true, "range": [ - 12548, - 12565 + 12415, + 12432 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 13 }, "end": { - "line": 289, + "line": 285, "column": 30 } } @@ -29612,16 +29319,16 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 12568, - 12576 + 12435, + 12443 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 33 }, "end": { - "line": 289, + "line": 285, "column": 41 } } @@ -29631,76 +29338,76 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 12579, - 12592 + 12446, + 12459 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 44 }, "end": { - "line": 289, + "line": 285, "column": 57 } } }, "range": [ - 12548, - 12592 + 12415, + 12459 ], "loc": { "start": { - "line": 289, + "line": 285, "column": 13 }, "end": { - "line": 289, + "line": 285, "column": 57 } } }, "range": [ - 12516, - 12593 + 12383, + 12460 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 27 }, "end": { - "line": 289, + "line": 285, "column": 58 } } }, "range": [ - 12497, - 12593 + 12364, + 12460 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 8 }, "end": { - "line": 289, + "line": 285, "column": 58 } } }, "range": [ - 12497, - 12594 + 12364, + 12461 ], "loc": { "start": { - "line": 288, + "line": 284, "column": 8 }, "end": { - "line": 289, + "line": 285, "column": 59 } }, @@ -29709,16 +29416,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12447, - 12488 + 12314, + 12355 ], "loc": { "start": { - "line": 287, + "line": 283, "column": 8 }, "end": { - "line": 287, + "line": 283, "column": 49 } } @@ -29729,16 +29436,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12603, - 12626 + 12470, + 12493 ], "loc": { "start": { - "line": 290, + "line": 286, "column": 8 }, "end": { - "line": 290, + "line": 286, "column": 31 } } @@ -29756,16 +29463,16 @@ "object": { "type": "ThisExpression", "range": [ - 12635, - 12639 + 12502, + 12506 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 8 }, "end": { - "line": 291, + "line": 287, "column": 12 } } @@ -29774,31 +29481,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 12640, - 12648 + 12507, + 12515 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 13 }, "end": { - "line": 291, + "line": 287, "column": 21 } } }, "range": [ - 12635, - 12648 + 12502, + 12515 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 8 }, "end": { - "line": 291, + "line": 287, "column": 21 } } @@ -29809,16 +29516,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12651, - 12658 + 12518, + 12525 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 24 }, "end": { - "line": 291, + "line": 287, "column": 31 } } @@ -29831,16 +29538,16 @@ "type": "Identifier", "name": "f", "range": [ - 12659, - 12660 + 12526, + 12527 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 32 }, "end": { - "line": 291, + "line": 287, "column": 33 } } @@ -29849,77 +29556,77 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 12661, - 12670 + 12528, + 12537 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 34 }, "end": { - "line": 291, + "line": 287, "column": 43 } } }, "range": [ - 12659, - 12670 + 12526, + 12537 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 32 }, "end": { - "line": 291, + "line": 287, "column": 43 } } } ], "range": [ - 12651, - 12671 + 12518, + 12538 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 24 }, "end": { - "line": 291, + "line": 287, "column": 44 } } }, "range": [ - 12635, - 12671 + 12502, + 12538 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 8 }, "end": { - "line": 291, + "line": 287, "column": 44 } } }, "range": [ - 12635, - 12672 + 12502, + 12539 ], "loc": { "start": { - "line": 291, + "line": 287, "column": 8 }, "end": { - "line": 291, + "line": 287, "column": 45 } }, @@ -29928,16 +29635,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12603, - 12626 + 12470, + 12493 ], "loc": { "start": { - "line": 290, + "line": 286, "column": 8 }, "end": { - "line": 290, + "line": 286, "column": 31 } } @@ -29948,16 +29655,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 12681, - 12717 + 12548, + 12584 ], "loc": { "start": { - "line": 292, + "line": 288, "column": 8 }, "end": { - "line": 292, + "line": 288, "column": 44 } } @@ -29975,16 +29682,16 @@ "object": { "type": "ThisExpression", "range": [ - 12726, - 12730 + 12593, + 12597 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 8 }, "end": { - "line": 293, + "line": 289, "column": 12 } } @@ -29993,31 +29700,31 @@ "type": "Identifier", "name": "btnResetCssClass", "range": [ - 12731, - 12747 + 12598, + 12614 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 13 }, "end": { - "line": 293, + "line": 289, "column": 29 } } }, "range": [ - 12726, - 12747 + 12593, + 12614 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 8 }, "end": { - "line": 293, + "line": 289, "column": 29 } } @@ -30032,16 +29739,16 @@ "type": "Identifier", "name": "f", "range": [ - 12750, - 12751 + 12617, + 12618 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 32 }, "end": { - "line": 293, + "line": 289, "column": 33 } } @@ -30050,31 +29757,31 @@ "type": "Identifier", "name": "btn_reset_css_class", "range": [ - 12752, - 12771 + 12619, + 12638 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 34 }, "end": { - "line": 293, + "line": 289, "column": 53 } } }, "range": [ - 12750, - 12771 + 12617, + 12638 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 32 }, "end": { - "line": 293, + "line": 289, "column": 53 } } @@ -30084,61 +29791,61 @@ "value": "reset", "raw": "'reset'", "range": [ - 12775, - 12782 + 12642, + 12649 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 57 }, "end": { - "line": 293, + "line": 289, "column": 64 } } }, "range": [ - 12750, - 12782 + 12617, + 12649 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 32 }, "end": { - "line": 293, + "line": 289, "column": 64 } } }, "range": [ - 12726, - 12782 + 12593, + 12649 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 8 }, "end": { - "line": 293, + "line": 289, "column": 64 } } }, "range": [ - 12726, - 12783 + 12593, + 12650 ], "loc": { "start": { - "line": 293, + "line": 289, "column": 8 }, "end": { - "line": 293, + "line": 289, "column": 65 } }, @@ -30147,16 +29854,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 12681, - 12717 + 12548, + 12584 ], "loc": { "start": { - "line": 292, + "line": 288, "column": 8 }, "end": { - "line": 292, + "line": 288, "column": 44 } } @@ -30167,16 +29874,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 12792, - 12838 + 12659, + 12705 ], "loc": { "start": { - "line": 294, + "line": 290, "column": 8 }, "end": { - "line": 294, + "line": 290, "column": 54 } } @@ -30194,16 +29901,16 @@ "object": { "type": "ThisExpression", "range": [ - 12847, - 12851 + 12714, + 12718 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 8 }, "end": { - "line": 295, + "line": 291, "column": 12 } } @@ -30212,31 +29919,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 12852, - 12865 + 12719, + 12732 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 13 }, "end": { - "line": 295, + "line": 291, "column": 26 } } }, "range": [ - 12847, - 12865 + 12714, + 12732 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 8 }, "end": { - "line": 295, + "line": 291, "column": 26 } } @@ -30249,16 +29956,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12868, - 12872 + 12735, + 12739 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 29 }, "end": { - "line": 295, + "line": 291, "column": 33 } } @@ -30271,16 +29978,16 @@ "type": "Identifier", "name": "f", "range": [ - 12873, - 12874 + 12740, + 12741 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 34 }, "end": { - "line": 295, + "line": 291, "column": 35 } } @@ -30289,51 +29996,360 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 12875, - 12890 + 12742, + 12757 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 36 }, "end": { - "line": 295, + "line": 291, "column": 51 } } }, "range": [ - 12873, - 12890 + 12740, + 12757 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 34 }, "end": { - "line": 295, + "line": 291, "column": 51 } } } ], "range": [ - 12868, - 12891 + 12735, + 12758 ], "loc": { "start": { - "line": 295, + "line": 291, "column": 29 }, "end": { - "line": 295, + "line": 291, "column": 52 } } }, + "consequent": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 12773, + 12774 + ], + "loc": { + "start": { + "line": 292, + "column": 12 + }, + "end": { + "line": 292, + "column": 13 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_before_reset", + "range": [ + 12775, + 12790 + ], + "loc": { + "start": { + "line": 292, + "column": 14 + }, + "end": { + "line": 292, + "column": 29 + } + } + }, + "range": [ + 12773, + 12790 + ], + "loc": { + "start": { + "line": 292, + "column": 12 + }, + "end": { + "line": 292, + "column": 29 + } + } + }, + "alternate": { + "type": "Literal", + "value": null, + "raw": "null", + "range": [ + 12793, + 12797 + ], + "loc": { + "start": { + "line": 292, + "column": 32 + }, + "end": { + "line": 292, + "column": 36 + } + } + }, + "range": [ + 12735, + 12797 + ], + "loc": { + "start": { + "line": 291, + "column": 29 + }, + "end": { + "line": 292, + "column": 36 + } + } + }, + "range": [ + 12714, + 12797 + ], + "loc": { + "start": { + "line": 291, + "column": 8 + }, + "end": { + "line": 292, + "column": 36 + } + } + }, + "range": [ + 12714, + 12798 + ], + "loc": { + "start": { + "line": 291, + "column": 8 + }, + "end": { + "line": 292, + "column": 37 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "callback function before filters are cleared", + "range": [ + 12659, + 12705 + ], + "loc": { + "start": { + "line": 290, + "column": 8 + }, + "end": { + "line": 290, + "column": 54 + } + } + } + ], + "trailingComments": [ + { + "type": "Line", + "value": "callback function after filters are cleared", + "range": [ + 12807, + 12852 + ], + "loc": { + "start": { + "line": 293, + "column": 8 + }, + "end": { + "line": 293, + "column": 53 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12861, + 12865 + ], + "loc": { + "start": { + "line": 294, + "column": 8 + }, + "end": { + "line": 294, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "onAfterReset", + "range": [ + 12866, + 12878 + ], + "loc": { + "start": { + "line": 294, + "column": 13 + }, + "end": { + "line": 294, + "column": 25 + } + } + }, + "range": [ + 12861, + 12878 + ], + "loc": { + "start": { + "line": 294, + "column": 8 + }, + "end": { + "line": 294, + "column": 25 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isFn", + "range": [ + 12881, + 12885 + ], + "loc": { + "start": { + "line": 294, + "column": 28 + }, + "end": { + "line": 294, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 12886, + 12887 + ], + "loc": { + "start": { + "line": 294, + "column": 33 + }, + "end": { + "line": 294, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_after_reset", + "range": [ + 12888, + 12902 + ], + "loc": { + "start": { + "line": 294, + "column": 35 + }, + "end": { + "line": 294, + "column": 49 + } + } + }, + "range": [ + 12886, + 12902 + ], + "loc": { + "start": { + "line": 294, + "column": 33 + }, + "end": { + "line": 294, + "column": 49 + } + } + } + ], + "range": [ + 12881, + 12903 + ], + "loc": { + "start": { + "line": 294, + "column": 28 + }, + "end": { + "line": 294, + "column": 50 + } + } + }, "consequent": { "type": "MemberExpression", "computed": false, @@ -30346,320 +30362,11 @@ ], "loc": { "start": { - "line": 296, - "column": 12 - }, - "end": { - "line": 296, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_before_reset", - "range": [ - 12908, - 12923 - ], - "loc": { - "start": { - "line": 296, - "column": 14 - }, - "end": { - "line": 296, - "column": 29 - } - } - }, - "range": [ - 12906, - 12923 - ], - "loc": { - "start": { - "line": 296, - "column": 12 - }, - "end": { - "line": 296, - "column": 29 - } - } - }, - "alternate": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 12926, - 12930 - ], - "loc": { - "start": { - "line": 296, - "column": 32 - }, - "end": { - "line": 296, - "column": 36 - } - } - }, - "range": [ - 12868, - 12930 - ], - "loc": { - "start": { - "line": 295, - "column": 29 - }, - "end": { - "line": 296, - "column": 36 - } - } - }, - "range": [ - 12847, - 12930 - ], - "loc": { - "start": { - "line": 295, - "column": 8 - }, - "end": { - "line": 296, - "column": 36 - } - } - }, - "range": [ - 12847, - 12931 - ], - "loc": { - "start": { - "line": 295, - "column": 8 - }, - "end": { - "line": 296, - "column": 37 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "callback function before filters are cleared", - "range": [ - 12792, - 12838 - ], - "loc": { - "start": { - "line": 294, - "column": 8 - }, - "end": { - "line": 294, - "column": 54 - } - } - } - ], - "trailingComments": [ - { - "type": "Line", - "value": "callback function after filters are cleared", - "range": [ - 12940, - 12985 - ], - "loc": { - "start": { - "line": 297, - "column": 8 - }, - "end": { - "line": 297, - "column": 53 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 12994, - 12998 - ], - "loc": { - "start": { - "line": 298, - "column": 8 - }, - "end": { - "line": 298, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "onAfterReset", - "range": [ - 12999, - 13011 - ], - "loc": { - "start": { - "line": 298, - "column": 13 - }, - "end": { - "line": 298, - "column": 25 - } - } - }, - "range": [ - 12994, - 13011 - ], - "loc": { - "start": { - "line": 298, - "column": 8 - }, - "end": { - "line": 298, - "column": 25 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isFn", - "range": [ - 13014, - 13018 - ], - "loc": { - "start": { - "line": 298, - "column": 28 - }, - "end": { - "line": 298, - "column": 32 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 13019, - 13020 - ], - "loc": { - "start": { - "line": 298, - "column": 33 - }, - "end": { - "line": 298, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_after_reset", - "range": [ - 13021, - 13035 - ], - "loc": { - "start": { - "line": 298, - "column": 35 - }, - "end": { - "line": 298, - "column": 49 - } - } - }, - "range": [ - 13019, - 13035 - ], - "loc": { - "start": { - "line": 298, - "column": 33 - }, - "end": { - "line": 298, - "column": 49 - } - } - } - ], - "range": [ - 13014, - 13036 - ], - "loc": { - "start": { - "line": 298, - "column": 28 - }, - "end": { - "line": 298, - "column": 50 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 13039, - 13040 - ], - "loc": { - "start": { - "line": 298, + "line": 294, "column": 53 }, "end": { - "line": 298, + "line": 294, "column": 54 } } @@ -30668,31 +30375,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 13041, - 13055 + 12908, + 12922 ], "loc": { "start": { - "line": 298, + "line": 294, "column": 55 }, "end": { - "line": 298, + "line": 294, "column": 69 } } }, "range": [ - 13039, - 13055 + 12906, + 12922 ], "loc": { "start": { - "line": 298, + "line": 294, "column": 53 }, "end": { - "line": 298, + "line": 294, "column": 69 } } @@ -30702,61 +30409,61 @@ "value": null, "raw": "null", "range": [ - 13058, - 13062 + 12925, + 12929 ], "loc": { "start": { - "line": 298, + "line": 294, "column": 72 }, "end": { - "line": 298, + "line": 294, "column": 76 } } }, "range": [ - 13014, - 13062 + 12881, + 12929 ], "loc": { "start": { - "line": 298, + "line": 294, "column": 28 }, "end": { - "line": 298, + "line": 294, "column": 76 } } }, "range": [ - 12994, - 13062 + 12861, + 12929 ], "loc": { "start": { - "line": 298, + "line": 294, "column": 8 }, "end": { - "line": 298, + "line": 294, "column": 76 } } }, "range": [ - 12994, - 13063 + 12861, + 12930 ], "loc": { "start": { - "line": 298, + "line": 294, "column": 8 }, "end": { - "line": 298, + "line": 294, "column": 77 } }, @@ -30765,16 +30472,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 12940, - 12985 + 12807, + 12852 ], "loc": { "start": { - "line": 297, + "line": 293, "column": 8 }, "end": { - "line": 297, + "line": 293, "column": 53 } } @@ -30785,16 +30492,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13073, - 13089 + 12940, + 12956 ], "loc": { "start": { - "line": 300, + "line": 296, "column": 8 }, "end": { - "line": 300, + "line": 296, "column": 24 } } @@ -30803,16 +30510,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13098, - 13129 + 12965, + 12996 ], "loc": { "start": { - "line": 301, + "line": 297, "column": 8 }, "end": { - "line": 301, + "line": 297, "column": 39 } } @@ -30830,16 +30537,16 @@ "object": { "type": "ThisExpression", "range": [ - 13138, - 13142 + 13005, + 13009 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 8 }, "end": { - "line": 302, + "line": 298, "column": 12 } } @@ -30848,31 +30555,31 @@ "type": "Identifier", "name": "paging", "range": [ - 13143, - 13149 + 13010, + 13016 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 13 }, "end": { - "line": 302, + "line": 298, "column": 19 } } }, "range": [ - 13138, - 13149 + 13005, + 13016 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 8 }, "end": { - "line": 302, + "line": 298, "column": 19 } } @@ -30883,16 +30590,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13152, - 13159 + 13019, + 13026 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 22 }, "end": { - "line": 302, + "line": 298, "column": 29 } } @@ -30905,16 +30612,16 @@ "type": "Identifier", "name": "f", "range": [ - 13160, - 13161 + 13027, + 13028 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 30 }, "end": { - "line": 302, + "line": 298, "column": 31 } } @@ -30923,77 +30630,77 @@ "type": "Identifier", "name": "paging", "range": [ - 13162, - 13168 + 13029, + 13035 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 32 }, "end": { - "line": 302, + "line": 298, "column": 38 } } }, "range": [ - 13160, - 13168 + 13027, + 13035 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 30 }, "end": { - "line": 302, + "line": 298, "column": 38 } } } ], "range": [ - 13152, - 13169 + 13019, + 13036 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 22 }, "end": { - "line": 302, + "line": 298, "column": 39 } } }, "range": [ - 13138, - 13169 + 13005, + 13036 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 8 }, "end": { - "line": 302, + "line": 298, "column": 39 } } }, "range": [ - 13138, - 13170 + 13005, + 13037 ], "loc": { "start": { - "line": 302, + "line": 298, "column": 8 }, "end": { - "line": 302, + "line": 298, "column": 40 } }, @@ -31002,16 +30709,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13073, - 13089 + 12940, + 12956 ], "loc": { "start": { - "line": 300, + "line": 296, "column": 8 }, "end": { - "line": 300, + "line": 296, "column": 24 } } @@ -31020,16 +30727,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13098, - 13129 + 12965, + 12996 ], "loc": { "start": { - "line": 301, + "line": 297, "column": 8 }, "end": { - "line": 301, + "line": 297, "column": 39 } } @@ -31047,16 +30754,16 @@ "object": { "type": "ThisExpression", "range": [ - 13179, - 13183 + 13046, + 13050 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 8 }, "end": { - "line": 303, + "line": 299, "column": 12 } } @@ -31065,31 +30772,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 13184, - 13196 + 13051, + 13063 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 13 }, "end": { - "line": 303, + "line": 299, "column": 25 } } }, "range": [ - 13179, - 13196 + 13046, + 13063 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 8 }, "end": { - "line": 303, + "line": 299, "column": 25 } } @@ -31099,46 +30806,46 @@ "value": 0, "raw": "0", "range": [ - 13199, - 13200 + 13066, + 13067 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 28 }, "end": { - "line": 303, + "line": 299, "column": 29 } } }, "range": [ - 13179, - 13200 + 13046, + 13067 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 8 }, "end": { - "line": 303, + "line": 299, "column": 29 } } }, "range": [ - 13179, - 13201 + 13046, + 13068 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 8 }, "end": { - "line": 303, + "line": 299, "column": 30 } }, @@ -31147,16 +30854,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13202, - 13218 + 13069, + 13085 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 31 }, "end": { - "line": 303, + "line": 299, "column": 47 } } @@ -31165,16 +30872,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13228, - 13258 + 13095, + 13125 ], "loc": { "start": { - "line": 305, + "line": 301, "column": 8 }, "end": { - "line": 305, + "line": 301, "column": 38 } } @@ -31183,16 +30890,16 @@ "type": "Line", "value": "Auto filtering, table is filtered when user stops typing", "range": [ - 13267, - 13325 + 13134, + 13192 ], "loc": { "start": { - "line": 306, + "line": 302, "column": 8 }, "end": { - "line": 306, + "line": 302, "column": 66 } } @@ -31210,16 +30917,16 @@ "object": { "type": "ThisExpression", "range": [ - 13334, - 13338 + 13201, + 13205 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 8 }, "end": { - "line": 307, + "line": 303, "column": 12 } } @@ -31228,31 +30935,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 13339, - 13349 + 13206, + 13216 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 13 }, "end": { - "line": 307, + "line": 303, "column": 23 } } }, "range": [ - 13334, - 13349 + 13201, + 13216 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 8 }, "end": { - "line": 307, + "line": 303, "column": 23 } } @@ -31263,16 +30970,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13352, - 13359 + 13219, + 13226 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 26 }, "end": { - "line": 307, + "line": 303, "column": 33 } } @@ -31285,16 +30992,16 @@ "type": "Identifier", "name": "f", "range": [ - 13360, - 13361 + 13227, + 13228 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 34 }, "end": { - "line": 307, + "line": 303, "column": 35 } } @@ -31303,77 +31010,77 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 13362, - 13373 + 13229, + 13240 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 36 }, "end": { - "line": 307, + "line": 303, "column": 47 } } }, "range": [ - 13360, - 13373 + 13227, + 13240 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 34 }, "end": { - "line": 307, + "line": 303, "column": 47 } } } ], "range": [ - 13352, - 13374 + 13219, + 13241 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 26 }, "end": { - "line": 307, + "line": 303, "column": 48 } } }, "range": [ - 13334, - 13374 + 13201, + 13241 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 8 }, "end": { - "line": 307, + "line": 303, "column": 48 } } }, "range": [ - 13334, - 13375 + 13201, + 13242 ], "loc": { "start": { - "line": 307, + "line": 303, "column": 8 }, "end": { - "line": 307, + "line": 303, "column": 49 } }, @@ -31382,16 +31089,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13202, - 13218 + 13069, + 13085 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 31 }, "end": { - "line": 303, + "line": 299, "column": 47 } } @@ -31400,16 +31107,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13228, - 13258 + 13095, + 13125 ], "loc": { "start": { - "line": 305, + "line": 301, "column": 8 }, "end": { - "line": 305, + "line": 301, "column": 38 } } @@ -31418,16 +31125,16 @@ "type": "Line", "value": "Auto filtering, table is filtered when user stops typing", "range": [ - 13267, - 13325 + 13134, + 13192 ], "loc": { "start": { - "line": 306, + "line": 302, "column": 8 }, "end": { - "line": 306, + "line": 302, "column": 66 } } @@ -31438,16 +31145,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13384, - 13413 + 13251, + 13280 ], "loc": { "start": { - "line": 308, + "line": 304, "column": 8 }, "end": { - "line": 308, + "line": 304, "column": 37 } } @@ -31465,16 +31172,16 @@ "object": { "type": "ThisExpression", "range": [ - 13422, - 13426 + 13289, + 13293 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 8 }, "end": { - "line": 309, + "line": 305, "column": 12 } } @@ -31483,31 +31190,31 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 13427, - 13442 + 13294, + 13309 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 13 }, "end": { - "line": 309, + "line": 305, "column": 28 } } }, "range": [ - 13422, - 13442 + 13289, + 13309 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 8 }, "end": { - "line": 309, + "line": 305, "column": 28 } } @@ -31523,16 +31230,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 13446, - 13451 + 13313, + 13318 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 32 }, "end": { - "line": 309, + "line": 305, "column": 37 } } @@ -31545,16 +31252,16 @@ "type": "Identifier", "name": "f", "range": [ - 13452, - 13453 + 13319, + 13320 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 38 }, "end": { - "line": 309, + "line": 305, "column": 39 } } @@ -31563,63 +31270,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 13454, - 13471 + 13321, + 13338 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 40 }, "end": { - "line": 309, + "line": 305, "column": 57 } } }, "range": [ - 13452, - 13471 + 13319, + 13338 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 38 }, "end": { - "line": 309, + "line": 305, "column": 57 } } } ], "range": [ - 13446, - 13472 + 13313, + 13339 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 32 }, "end": { - "line": 309, + "line": 305, "column": 58 } } }, "prefix": true, "range": [ - 13445, - 13472 + 13312, + 13339 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 31 }, "end": { - "line": 309, + "line": 305, "column": 58 } } @@ -31631,16 +31338,16 @@ "type": "Identifier", "name": "f", "range": [ - 13487, - 13488 + 13354, + 13355 ], "loc": { "start": { - "line": 310, + "line": 306, "column": 12 }, "end": { - "line": 310, + "line": 306, "column": 13 } } @@ -31649,31 +31356,31 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 13489, - 13506 + 13356, + 13373 ], "loc": { "start": { - "line": 310, + "line": 306, "column": 14 }, "end": { - "line": 310, + "line": 306, "column": 31 } } }, "range": [ - 13487, - 13506 + 13354, + 13373 ], "loc": { "start": { - "line": 310, + "line": 306, "column": 12 }, "end": { - "line": 310, + "line": 306, "column": 31 } } @@ -31682,61 +31389,61 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 13509, - 13526 + 13376, + 13393 ], "loc": { "start": { - "line": 310, + "line": 306, "column": 34 }, "end": { - "line": 310, + "line": 306, "column": 51 } } }, "range": [ - 13445, - 13526 + 13312, + 13393 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 31 }, "end": { - "line": 310, + "line": 306, "column": 51 } } }, "range": [ - 13422, - 13526 + 13289, + 13393 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 8 }, "end": { - "line": 310, + "line": 306, "column": 51 } } }, "range": [ - 13422, - 13527 + 13289, + 13394 ], "loc": { "start": { - "line": 309, + "line": 305, "column": 8 }, "end": { - "line": 310, + "line": 306, "column": 52 } }, @@ -31745,16 +31452,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13384, - 13413 + 13251, + 13280 ], "loc": { "start": { - "line": 308, + "line": 304, "column": 8 }, "end": { - "line": 308, + "line": 304, "column": 37 } } @@ -31765,16 +31472,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 13536, - 13554 + 13403, + 13421 ], "loc": { "start": { - "line": 311, + "line": 307, "column": 8 }, "end": { - "line": 311, + "line": 307, "column": 26 } } @@ -31792,16 +31499,16 @@ "object": { "type": "ThisExpression", "range": [ - 13563, - 13567 + 13430, + 13434 ], "loc": { "start": { - "line": 312, + "line": 308, "column": 8 }, "end": { - "line": 312, + "line": 308, "column": 12 } } @@ -31810,31 +31517,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 13568, - 13580 + 13435, + 13447 ], "loc": { "start": { - "line": 312, + "line": 308, "column": 13 }, "end": { - "line": 312, + "line": 308, "column": 25 } } }, "range": [ - 13563, - 13580 + 13430, + 13447 ], "loc": { "start": { - "line": 312, + "line": 308, "column": 8 }, "end": { - "line": 312, + "line": 308, "column": 25 } } @@ -31844,46 +31551,46 @@ "value": null, "raw": "null", "range": [ - 13583, - 13587 + 13450, + 13454 ], "loc": { "start": { - "line": 312, + "line": 308, "column": 28 }, "end": { - "line": 312, + "line": 308, "column": 32 } } }, "range": [ - 13563, - 13587 + 13430, + 13454 ], "loc": { "start": { - "line": 312, + "line": 308, "column": 8 }, "end": { - "line": 312, + "line": 308, "column": 32 } } }, "range": [ - 13563, - 13588 + 13430, + 13455 ], "loc": { "start": { - "line": 312, + "line": 308, "column": 8 }, "end": { - "line": 312, + "line": 308, "column": 33 } }, @@ -31892,16 +31599,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 13536, - 13554 + 13403, + 13421 ], "loc": { "start": { - "line": 311, + "line": 307, "column": 8 }, "end": { - "line": 311, + "line": 307, "column": 26 } } @@ -31919,16 +31626,16 @@ "object": { "type": "ThisExpression", "range": [ - 13597, - 13601 + 13464, + 13468 ], "loc": { "start": { - "line": 313, + "line": 309, "column": 8 }, "end": { - "line": 313, + "line": 309, "column": 12 } } @@ -31937,31 +31644,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 13602, - 13617 + 13469, + 13484 ], "loc": { "start": { - "line": 313, + "line": 309, "column": 13 }, "end": { - "line": 313, + "line": 309, "column": 28 } } }, "range": [ - 13597, - 13617 + 13464, + 13484 ], "loc": { "start": { - "line": 313, + "line": 309, "column": 8 }, "end": { - "line": 313, + "line": 309, "column": 28 } } @@ -31971,46 +31678,46 @@ "value": null, "raw": "null", "range": [ - 13620, - 13624 + 13487, + 13491 ], "loc": { "start": { - "line": 313, + "line": 309, "column": 31 }, "end": { - "line": 313, + "line": 309, "column": 35 } } }, "range": [ - 13597, - 13624 + 13464, + 13491 ], "loc": { "start": { - "line": 313, + "line": 309, "column": 8 }, "end": { - "line": 313, + "line": 309, "column": 35 } } }, "range": [ - 13597, - 13625 + 13464, + 13492 ], "loc": { "start": { - "line": 313, + "line": 309, "column": 8 }, "end": { - "line": 313, + "line": 309, "column": 36 } }, @@ -32019,16 +31726,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 13635, - 13665 + 13502, + 13532 ], "loc": { "start": { - "line": 315, + "line": 311, "column": 8 }, "end": { - "line": 315, + "line": 311, "column": 38 } } @@ -32037,16 +31744,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 13674, - 13713 + 13541, + 13580 ], "loc": { "start": { - "line": 316, + "line": 312, "column": 8 }, "end": { - "line": 316, + "line": 312, "column": 47 } } @@ -32064,16 +31771,16 @@ "object": { "type": "ThisExpression", "range": [ - 13722, - 13726 + 13589, + 13593 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 8 }, "end": { - "line": 317, + "line": 313, "column": 12 } } @@ -32082,31 +31789,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 13727, - 13744 + 13594, + 13611 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 13 }, "end": { - "line": 317, + "line": 313, "column": 30 } } }, "range": [ - 13722, - 13744 + 13589, + 13611 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 8 }, "end": { - "line": 317, + "line": 313, "column": 30 } } @@ -32117,16 +31824,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13747, - 13754 + 13614, + 13621 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 33 }, "end": { - "line": 317, + "line": 313, "column": 40 } } @@ -32139,16 +31846,16 @@ "type": "Identifier", "name": "f", "range": [ - 13755, - 13756 + 13622, + 13623 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 41 }, "end": { - "line": 317, + "line": 313, "column": 42 } } @@ -32157,77 +31864,77 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 13757, - 13775 + 13624, + 13642 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 43 }, "end": { - "line": 317, + "line": 313, "column": 61 } } }, "range": [ - 13755, - 13775 + 13622, + 13642 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 41 }, "end": { - "line": 317, + "line": 313, "column": 61 } } } ], "range": [ - 13747, - 13776 + 13614, + 13643 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 33 }, "end": { - "line": 317, + "line": 313, "column": 62 } } }, "range": [ - 13722, - 13776 + 13589, + 13643 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 8 }, "end": { - "line": 317, + "line": 313, "column": 62 } } }, "range": [ - 13722, - 13777 + 13589, + 13644 ], "loc": { "start": { - "line": 317, + "line": 313, "column": 8 }, "end": { - "line": 317, + "line": 313, "column": 63 } }, @@ -32236,16 +31943,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 13635, - 13665 + 13502, + 13532 ], "loc": { "start": { - "line": 315, + "line": 311, "column": 8 }, "end": { - "line": 315, + "line": 311, "column": 38 } } @@ -32254,16 +31961,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 13674, - 13713 + 13541, + 13580 ], "loc": { "start": { - "line": 316, + "line": 312, "column": 8 }, "end": { - "line": 316, + "line": 312, "column": 47 } } @@ -32274,16 +31981,16 @@ "type": "Block", "value": "** No results feature **", "range": [ - 13787, - 13815 + 13654, + 13682 ], "loc": { "start": { - "line": 319, + "line": 315, "column": 8 }, "end": { - "line": 319, + "line": 315, "column": 36 } } @@ -32301,16 +32008,16 @@ "object": { "type": "ThisExpression", "range": [ - 13824, - 13828 + 13691, + 13695 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 8 }, "end": { - "line": 320, + "line": 316, "column": 12 } } @@ -32319,31 +32026,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 13829, - 13838 + 13696, + 13705 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 13 }, "end": { - "line": 320, + "line": 316, "column": 22 } } }, "range": [ - 13824, - 13838 + 13691, + 13705 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 8 }, "end": { - "line": 320, + "line": 316, "column": 22 } } @@ -32357,16 +32064,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 13841, - 13846 + 13708, + 13713 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 25 }, "end": { - "line": 320, + "line": 316, "column": 30 } } @@ -32379,16 +32086,16 @@ "type": "Identifier", "name": "f", "range": [ - 13847, - 13848 + 13714, + 13715 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 31 }, "end": { - "line": 320, + "line": 316, "column": 32 } } @@ -32397,47 +32104,47 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 13849, - 13867 + 13716, + 13734 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 33 }, "end": { - "line": 320, + "line": 316, "column": 51 } } }, "range": [ - 13847, - 13867 + 13714, + 13734 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 31 }, "end": { - "line": 320, + "line": 316, "column": 51 } } } ], "range": [ - 13841, - 13868 + 13708, + 13735 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 25 }, "end": { - "line": 320, + "line": 316, "column": 52 } } @@ -32448,16 +32155,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13884, - 13891 + 13751, + 13758 ], "loc": { "start": { - "line": 321, + "line": 317, "column": 12 }, "end": { - "line": 321, + "line": 317, "column": 19 } } @@ -32470,16 +32177,16 @@ "type": "Identifier", "name": "f", "range": [ - 13892, - 13893 + 13759, + 13760 ], "loc": { "start": { - "line": 321, + "line": 317, "column": 20 }, "end": { - "line": 321, + "line": 317, "column": 21 } } @@ -32488,92 +32195,92 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 13894, - 13912 + 13761, + 13779 ], "loc": { "start": { - "line": 321, + "line": 317, "column": 22 }, "end": { - "line": 321, + "line": 317, "column": 40 } } }, "range": [ - 13892, - 13912 + 13759, + 13779 ], "loc": { "start": { - "line": 321, + "line": 317, "column": 20 }, "end": { - "line": 321, + "line": 317, "column": 40 } } } ], "range": [ - 13884, - 13913 + 13751, + 13780 ], "loc": { "start": { - "line": 321, + "line": 317, "column": 12 }, "end": { - "line": 321, + "line": 317, "column": 41 } } }, "range": [ - 13841, - 13913 + 13708, + 13780 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 25 }, "end": { - "line": 321, + "line": 317, "column": 41 } } }, "range": [ - 13824, - 13913 + 13691, + 13780 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 8 }, "end": { - "line": 321, + "line": 317, "column": 41 } } }, "range": [ - 13824, - 13914 + 13691, + 13781 ], "loc": { "start": { - "line": 320, + "line": 316, "column": 8 }, "end": { - "line": 321, + "line": 317, "column": 42 } }, @@ -32582,16 +32289,16 @@ "type": "Block", "value": "** No results feature **", "range": [ - 13787, - 13815 + 13654, + 13682 ], "loc": { "start": { - "line": 319, + "line": 315, "column": 8 }, "end": { - "line": 319, + "line": 315, "column": 36 } } @@ -32602,16 +32309,16 @@ "type": "Line", "value": " state persisstence", "range": [ - 13924, - 13945 + 13791, + 13812 ], "loc": { "start": { - "line": 323, + "line": 319, "column": 8 }, "end": { - "line": 323, + "line": 319, "column": 29 } } @@ -32629,16 +32336,16 @@ "object": { "type": "ThisExpression", "range": [ - 13954, - 13958 + 13821, + 13825 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 8 }, "end": { - "line": 324, + "line": 320, "column": 12 } } @@ -32647,31 +32354,31 @@ "type": "Identifier", "name": "state", "range": [ - 13959, - 13964 + 13826, + 13831 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 13 }, "end": { - "line": 324, + "line": 320, "column": 18 } } }, "range": [ - 13954, - 13964 + 13821, + 13831 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 8 }, "end": { - "line": 324, + "line": 320, "column": 18 } } @@ -32685,16 +32392,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 13967, - 13972 + 13834, + 13839 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 21 }, "end": { - "line": 324, + "line": 320, "column": 26 } } @@ -32707,16 +32414,16 @@ "type": "Identifier", "name": "f", "range": [ - 13973, - 13974 + 13840, + 13841 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 27 }, "end": { - "line": 324, + "line": 320, "column": 28 } } @@ -32725,47 +32432,47 @@ "type": "Identifier", "name": "state", "range": [ - 13975, - 13980 + 13842, + 13847 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 29 }, "end": { - "line": 324, + "line": 320, "column": 34 } } }, "range": [ - 13973, - 13980 + 13840, + 13847 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 27 }, "end": { - "line": 324, + "line": 320, "column": 34 } } } ], "range": [ - 13967, - 13981 + 13834, + 13848 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 21 }, "end": { - "line": 324, + "line": 320, "column": 35 } } @@ -32776,16 +32483,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13985, - 13992 + 13852, + 13859 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 39 }, "end": { - "line": 324, + "line": 320, "column": 46 } } @@ -32798,16 +32505,16 @@ "type": "Identifier", "name": "f", "range": [ - 13993, - 13994 + 13860, + 13861 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 47 }, "end": { - "line": 324, + "line": 320, "column": 48 } } @@ -32816,92 +32523,92 @@ "type": "Identifier", "name": "state", "range": [ - 13995, - 14000 + 13862, + 13867 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 49 }, "end": { - "line": 324, + "line": 320, "column": 54 } } }, "range": [ - 13993, - 14000 + 13860, + 13867 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 47 }, "end": { - "line": 324, + "line": 320, "column": 54 } } } ], "range": [ - 13985, - 14001 + 13852, + 13868 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 39 }, "end": { - "line": 324, + "line": 320, "column": 55 } } }, "range": [ - 13967, - 14001 + 13834, + 13868 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 21 }, "end": { - "line": 324, + "line": 320, "column": 55 } } }, "range": [ - 13954, - 14001 + 13821, + 13868 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 8 }, "end": { - "line": 324, + "line": 320, "column": 55 } } }, "range": [ - 13954, - 14002 + 13821, + 13869 ], "loc": { "start": { - "line": 324, + "line": 320, "column": 8 }, "end": { - "line": 324, + "line": 320, "column": 56 } }, @@ -32910,16 +32617,16 @@ "type": "Line", "value": " state persisstence", "range": [ - 13924, - 13945 + 13791, + 13812 ], "loc": { "start": { - "line": 323, + "line": 319, "column": 8 }, "end": { - "line": 323, + "line": 319, "column": 29 } } @@ -32930,16 +32637,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14012, - 14032 + 13879, + 13899 ], "loc": { "start": { - "line": 326, + "line": 322, "column": 8 }, "end": { - "line": 326, + "line": 322, "column": 28 } } @@ -32948,16 +32655,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14041, - 14083 + 13908, + 13950 ], "loc": { "start": { - "line": 327, + "line": 323, "column": 8 }, "end": { - "line": 327, + "line": 323, "column": 50 } } @@ -32975,16 +32682,16 @@ "object": { "type": "ThisExpression", "range": [ - 14092, - 14096 + 13959, + 13963 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 8 }, "end": { - "line": 328, + "line": 324, "column": 12 } } @@ -32993,31 +32700,31 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 14097, - 14112 + 13964, + 13979 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 13 }, "end": { - "line": 328, + "line": 324, "column": 28 } } }, "range": [ - 14092, - 14112 + 13959, + 13979 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 8 }, "end": { - "line": 328, + "line": 324, "column": 28 } } @@ -33032,16 +32739,16 @@ "type": "Identifier", "name": "f", "range": [ - 14115, - 14116 + 13982, + 13983 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 31 }, "end": { - "line": 328, + "line": 324, "column": 32 } } @@ -33050,31 +32757,31 @@ "type": "Identifier", "name": "default_date_type", "range": [ - 14117, - 14134 + 13984, + 14001 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 33 }, "end": { - "line": 328, + "line": 324, "column": 50 } } }, "range": [ - 14115, - 14134 + 13982, + 14001 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 31 }, "end": { - "line": 328, + "line": 324, "column": 50 } } @@ -33084,61 +32791,61 @@ "value": "DMY", "raw": "'DMY'", "range": [ - 14138, - 14143 + 14005, + 14010 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 54 }, "end": { - "line": 328, + "line": 324, "column": 59 } } }, "range": [ - 14115, - 14143 + 13982, + 14010 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 31 }, "end": { - "line": 328, + "line": 324, "column": 59 } } }, "range": [ - 14092, - 14143 + 13959, + 14010 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 8 }, "end": { - "line": 328, + "line": 324, "column": 59 } } }, "range": [ - 14092, - 14144 + 13959, + 14011 ], "loc": { "start": { - "line": 328, + "line": 324, "column": 8 }, "end": { - "line": 328, + "line": 324, "column": 60 } }, @@ -33147,16 +32854,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14012, - 14032 + 13879, + 13899 ], "loc": { "start": { - "line": 326, + "line": 322, "column": 8 }, "end": { - "line": 326, + "line": 322, "column": 28 } } @@ -33165,16 +32872,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14041, - 14083 + 13908, + 13950 ], "loc": { "start": { - "line": 327, + "line": 323, "column": 8 }, "end": { - "line": 327, + "line": 323, "column": 50 } } @@ -33185,16 +32892,16 @@ "type": "Line", "value": "defines default thousands separator US = ',' EU = '.'", "range": [ - 14153, - 14208 + 14020, + 14075 ], "loc": { "start": { - "line": 329, + "line": 325, "column": 8 }, "end": { - "line": 329, + "line": 325, "column": 63 } } @@ -33212,16 +32919,16 @@ "object": { "type": "ThisExpression", "range": [ - 14217, - 14221 + 14084, + 14088 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 8 }, "end": { - "line": 330, + "line": 326, "column": 12 } } @@ -33230,31 +32937,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 14222, - 14240 + 14089, + 14107 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 13 }, "end": { - "line": 330, + "line": 326, "column": 31 } } }, "range": [ - 14217, - 14240 + 14084, + 14107 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 8 }, "end": { - "line": 330, + "line": 326, "column": 31 } } @@ -33269,16 +32976,16 @@ "type": "Identifier", "name": "f", "range": [ - 14243, - 14244 + 14110, + 14111 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 34 }, "end": { - "line": 330, + "line": 326, "column": 35 } } @@ -33287,31 +32994,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 14245, - 14264 + 14112, + 14131 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 36 }, "end": { - "line": 330, + "line": 326, "column": 55 } } }, "range": [ - 14243, - 14264 + 14110, + 14131 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 34 }, "end": { - "line": 330, + "line": 326, "column": 55 } } @@ -33321,61 +33028,61 @@ "value": ",", "raw": "','", "range": [ - 14268, - 14271 + 14135, + 14138 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 59 }, "end": { - "line": 330, + "line": 326, "column": 62 } } }, "range": [ - 14243, - 14271 + 14110, + 14138 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 34 }, "end": { - "line": 330, + "line": 326, "column": 62 } } }, "range": [ - 14217, - 14271 + 14084, + 14138 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 8 }, "end": { - "line": 330, + "line": 326, "column": 62 } } }, "range": [ - 14217, - 14272 + 14084, + 14139 ], "loc": { "start": { - "line": 330, + "line": 326, "column": 8 }, "end": { - "line": 330, + "line": 326, "column": 63 } }, @@ -33384,16 +33091,16 @@ "type": "Line", "value": "defines default thousands separator US = ',' EU = '.'", "range": [ - 14153, - 14208 + 14020, + 14075 ], "loc": { "start": { - "line": 329, + "line": 325, "column": 8 }, "end": { - "line": 329, + "line": 325, "column": 63 } } @@ -33404,16 +33111,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14281, - 14316 + 14148, + 14183 ], "loc": { "start": { - "line": 331, + "line": 327, "column": 8 }, "end": { - "line": 331, + "line": 327, "column": 43 } } @@ -33422,16 +33129,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14325, - 14357 + 14192, + 14224 ], "loc": { "start": { - "line": 332, + "line": 328, "column": 8 }, "end": { - "line": 332, + "line": 328, "column": 40 } } @@ -33449,16 +33156,16 @@ "object": { "type": "ThisExpression", "range": [ - 14366, - 14370 + 14233, + 14237 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 8 }, "end": { - "line": 333, + "line": 329, "column": 12 } } @@ -33467,31 +33174,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 14371, - 14387 + 14238, + 14254 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 13 }, "end": { - "line": 333, + "line": 329, "column": 29 } } }, "range": [ - 14366, - 14387 + 14233, + 14254 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 8 }, "end": { - "line": 333, + "line": 329, "column": 29 } } @@ -33506,16 +33213,16 @@ "type": "Identifier", "name": "f", "range": [ - 14390, - 14391 + 14257, + 14258 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 32 }, "end": { - "line": 333, + "line": 329, "column": 33 } } @@ -33524,31 +33231,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 14392, - 14409 + 14259, + 14276 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 34 }, "end": { - "line": 333, + "line": 329, "column": 51 } } }, "range": [ - 14390, - 14409 + 14257, + 14276 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 32 }, "end": { - "line": 333, + "line": 329, "column": 51 } } @@ -33558,61 +33265,61 @@ "value": ".", "raw": "'.'", "range": [ - 14413, - 14416 + 14280, + 14283 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 55 }, "end": { - "line": 333, + "line": 329, "column": 58 } } }, "range": [ - 14390, - 14416 + 14257, + 14283 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 32 }, "end": { - "line": 333, + "line": 329, "column": 58 } } }, "range": [ - 14366, - 14416 + 14233, + 14283 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 8 }, "end": { - "line": 333, + "line": 329, "column": 58 } } }, "range": [ - 14366, - 14417 + 14233, + 14284 ], "loc": { "start": { - "line": 333, + "line": 329, "column": 8 }, "end": { - "line": 333, + "line": 329, "column": 59 } }, @@ -33621,16 +33328,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14281, - 14316 + 14148, + 14183 ], "loc": { "start": { - "line": 331, + "line": 327, "column": 8 }, "end": { - "line": 331, + "line": 327, "column": 43 } } @@ -33639,16 +33346,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14325, - 14357 + 14192, + 14224 ], "loc": { "start": { - "line": 332, + "line": 328, "column": 8 }, "end": { - "line": 332, + "line": 328, "column": 40 } } @@ -33659,16 +33366,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14426, - 14460 + 14293, + 14327 ], "loc": { "start": { - "line": 334, + "line": 330, "column": 8 }, "end": { - "line": 334, + "line": 330, "column": 42 } } @@ -33686,16 +33393,16 @@ "object": { "type": "ThisExpression", "range": [ - 14469, - 14473 + 14336, + 14340 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 8 }, "end": { - "line": 335, + "line": 331, "column": 12 } } @@ -33704,31 +33411,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 14474, - 14488 + 14341, + 14355 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 13 }, "end": { - "line": 335, + "line": 331, "column": 27 } } }, "range": [ - 14469, - 14488 + 14336, + 14355 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 8 }, "end": { - "line": 335, + "line": 331, "column": 27 } } @@ -33739,16 +33446,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 14491, - 14498 + 14358, + 14365 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 30 }, "end": { - "line": 335, + "line": 331, "column": 37 } } @@ -33761,16 +33468,16 @@ "type": "Identifier", "name": "f", "range": [ - 14499, - 14500 + 14366, + 14367 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 38 }, "end": { - "line": 335, + "line": 331, "column": 39 } } @@ -33779,77 +33486,77 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 14501, - 14518 + 14368, + 14385 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 40 }, "end": { - "line": 335, + "line": 331, "column": 57 } } }, "range": [ - 14499, - 14518 + 14366, + 14385 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 38 }, "end": { - "line": 335, + "line": 331, "column": 57 } } } ], "range": [ - 14491, - 14519 + 14358, + 14386 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 30 }, "end": { - "line": 335, + "line": 331, "column": 58 } } }, "range": [ - 14469, - 14519 + 14336, + 14386 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 8 }, "end": { - "line": 335, + "line": 331, "column": 58 } } }, "range": [ - 14469, - 14520 + 14336, + 14387 ], "loc": { "start": { - "line": 335, + "line": 331, "column": 8 }, "end": { - "line": 335, + "line": 331, "column": 59 } }, @@ -33858,16 +33565,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14426, - 14460 + 14293, + 14327 ], "loc": { "start": { - "line": 334, + "line": 330, "column": 8 }, "end": { - "line": 334, + "line": 330, "column": 42 } } @@ -33878,16 +33585,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14529, - 14566 + 14396, + 14433 ], "loc": { "start": { - "line": 336, + "line": 332, "column": 8 }, "end": { - "line": 336, + "line": 332, "column": 45 } } @@ -33905,16 +33612,16 @@ "object": { "type": "ThisExpression", "range": [ - 14575, - 14579 + 14442, + 14446 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 8 }, "end": { - "line": 337, + "line": 333, "column": 12 } } @@ -33923,31 +33630,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 14580, - 14591 + 14447, + 14458 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 13 }, "end": { - "line": 337, + "line": 333, "column": 24 } } }, "range": [ - 14575, - 14591 + 14442, + 14458 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 8 }, "end": { - "line": 337, + "line": 333, "column": 24 } } @@ -33960,16 +33667,16 @@ "object": { "type": "ThisExpression", "range": [ - 14594, - 14598 + 14461, + 14465 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 27 }, "end": { - "line": 337, + "line": 333, "column": 31 } } @@ -33978,31 +33685,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 14599, - 14613 + 14466, + 14480 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 32 }, "end": { - "line": 337, + "line": 333, "column": 46 } } }, "range": [ - 14594, - 14613 + 14461, + 14480 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 27 }, "end": { - "line": 337, + "line": 333, "column": 46 } } @@ -34014,16 +33721,16 @@ "type": "Identifier", "name": "f", "range": [ - 14616, - 14617 + 14483, + 14484 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 49 }, "end": { - "line": 337, + "line": 333, "column": 50 } } @@ -34032,31 +33739,31 @@ "type": "Identifier", "name": "col_number_format", "range": [ - 14618, - 14635 + 14485, + 14502 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 51 }, "end": { - "line": 337, + "line": 333, "column": 68 } } }, "range": [ - 14616, - 14635 + 14483, + 14502 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 49 }, "end": { - "line": 337, + "line": 333, "column": 68 } } @@ -34066,61 +33773,61 @@ "value": null, "raw": "null", "range": [ - 14638, - 14642 + 14505, + 14509 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 71 }, "end": { - "line": 337, + "line": 333, "column": 75 } } }, "range": [ - 14594, - 14642 + 14461, + 14509 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 27 }, "end": { - "line": 337, + "line": 333, "column": 75 } } }, "range": [ - 14575, - 14642 + 14442, + 14509 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 8 }, "end": { - "line": 337, + "line": 333, "column": 75 } } }, "range": [ - 14575, - 14643 + 14442, + 14510 ], "loc": { "start": { - "line": 337, + "line": 333, "column": 8 }, "end": { - "line": 337, + "line": 333, "column": 76 } }, @@ -34129,16 +33836,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14529, - 14566 + 14396, + 14433 ], "loc": { "start": { - "line": 336, + "line": 332, "column": 8 }, "end": { - "line": 336, + "line": 332, "column": 45 } } @@ -34149,16 +33856,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 14652, - 14682 + 14519, + 14549 ], "loc": { "start": { - "line": 338, + "line": 334, "column": 8 }, "end": { - "line": 338, + "line": 334, "column": 38 } } @@ -34176,16 +33883,16 @@ "object": { "type": "ThisExpression", "range": [ - 14691, - 14695 + 14558, + 14562 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 8 }, "end": { - "line": 339, + "line": 335, "column": 12 } } @@ -34194,31 +33901,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 14696, - 14710 + 14563, + 14577 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 13 }, "end": { - "line": 339, + "line": 335, "column": 27 } } }, "range": [ - 14691, - 14710 + 14558, + 14577 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 8 }, "end": { - "line": 339, + "line": 335, "column": 27 } } @@ -34229,16 +33936,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 14713, - 14720 + 14580, + 14587 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 30 }, "end": { - "line": 339, + "line": 335, "column": 37 } } @@ -34251,16 +33958,16 @@ "type": "Identifier", "name": "f", "range": [ - 14721, - 14722 + 14588, + 14589 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 38 }, "end": { - "line": 339, + "line": 335, "column": 39 } } @@ -34269,77 +33976,77 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 14723, - 14736 + 14590, + 14603 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 40 }, "end": { - "line": 339, + "line": 335, "column": 53 } } }, "range": [ - 14721, - 14736 + 14588, + 14603 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 38 }, "end": { - "line": 339, + "line": 335, "column": 53 } } } ], "range": [ - 14713, - 14737 + 14580, + 14604 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 30 }, "end": { - "line": 339, + "line": 335, "column": 54 } } }, "range": [ - 14691, - 14737 + 14558, + 14604 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 8 }, "end": { - "line": 339, + "line": 335, "column": 54 } } }, "range": [ - 14691, - 14738 + 14558, + 14605 ], "loc": { "start": { - "line": 339, + "line": 335, "column": 8 }, "end": { - "line": 339, + "line": 335, "column": 55 } }, @@ -34348,16 +34055,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 14652, - 14682 + 14519, + 14549 ], "loc": { "start": { - "line": 338, + "line": 334, "column": 8 }, "end": { - "line": 338, + "line": 334, "column": 38 } } @@ -34368,16 +34075,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 14747, - 14783 + 14614, + 14650 ], "loc": { "start": { - "line": 340, + "line": 336, "column": 8 }, "end": { - "line": 340, + "line": 336, "column": 44 } } @@ -34395,16 +34102,16 @@ "object": { "type": "ThisExpression", "range": [ - 14792, - 14796 + 14659, + 14663 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 8 }, "end": { - "line": 341, + "line": 337, "column": 12 } } @@ -34413,31 +34120,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 14797, - 14808 + 14664, + 14675 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 13 }, "end": { - "line": 341, + "line": 337, "column": 24 } } }, "range": [ - 14792, - 14808 + 14659, + 14675 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 8 }, "end": { - "line": 341, + "line": 337, "column": 24 } } @@ -34450,16 +34157,16 @@ "object": { "type": "ThisExpression", "range": [ - 14811, - 14815 + 14678, + 14682 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 27 }, "end": { - "line": 341, + "line": 337, "column": 31 } } @@ -34468,31 +34175,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 14816, - 14830 + 14683, + 14697 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 32 }, "end": { - "line": 341, + "line": 337, "column": 46 } } }, "range": [ - 14811, - 14830 + 14678, + 14697 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 27 }, "end": { - "line": 341, + "line": 337, "column": 46 } } @@ -34504,16 +34211,16 @@ "type": "Identifier", "name": "f", "range": [ - 14833, - 14834 + 14700, + 14701 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 49 }, "end": { - "line": 341, + "line": 337, "column": 50 } } @@ -34522,31 +34229,31 @@ "type": "Identifier", "name": "col_date_type", "range": [ - 14835, - 14848 + 14702, + 14715 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 51 }, "end": { - "line": 341, + "line": 337, "column": 64 } } }, "range": [ - 14833, - 14848 + 14700, + 14715 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 49 }, "end": { - "line": 341, + "line": 337, "column": 64 } } @@ -34556,61 +34263,61 @@ "value": null, "raw": "null", "range": [ - 14851, - 14855 + 14718, + 14722 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 67 }, "end": { - "line": 341, + "line": 337, "column": 71 } } }, "range": [ - 14811, - 14855 + 14678, + 14722 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 27 }, "end": { - "line": 341, + "line": 337, "column": 71 } } }, "range": [ - 14792, - 14855 + 14659, + 14722 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 8 }, "end": { - "line": 341, + "line": 337, "column": 71 } } }, "range": [ - 14792, - 14856 + 14659, + 14723 ], "loc": { "start": { - "line": 341, + "line": 337, "column": 8 }, "end": { - "line": 341, + "line": 337, "column": 72 } }, @@ -34619,16 +34326,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 14747, - 14783 + 14614, + 14650 ], "loc": { "start": { - "line": 340, + "line": 336, "column": 8 }, "end": { - "line": 340, + "line": 336, "column": 44 } } @@ -34639,16 +34346,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 14866, - 14888 + 14733, + 14755 ], "loc": { "start": { - "line": 343, + "line": 339, "column": 8 }, "end": { - "line": 343, + "line": 339, "column": 30 } } @@ -34657,16 +34364,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 14897, - 14928 + 14764, + 14795 ], "loc": { "start": { - "line": 344, + "line": 340, "column": 8 }, "end": { - "line": 344, + "line": 340, "column": 39 } } @@ -34684,16 +34391,16 @@ "object": { "type": "ThisExpression", "range": [ - 14937, - 14941 + 14804, + 14808 ], "loc": { "start": { - "line": 345, + "line": 341, "column": 8 }, "end": { - "line": 345, + "line": 341, "column": 12 } } @@ -34702,31 +34409,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 14942, - 14948 + 14809, + 14815 ], "loc": { "start": { - "line": 345, + "line": 341, "column": 13 }, "end": { - "line": 345, + "line": 341, "column": 19 } } }, "range": [ - 14937, - 14948 + 14804, + 14815 ], "loc": { "start": { - "line": 345, + "line": 341, "column": 8 }, "end": { - "line": 345, + "line": 341, "column": 19 } } @@ -34736,46 +34443,46 @@ "value": "TF", "raw": "'TF'", "range": [ - 14951, - 14955 + 14818, + 14822 ], "loc": { "start": { - "line": 345, + "line": 341, "column": 22 }, "end": { - "line": 345, + "line": 341, "column": 26 } } }, "range": [ - 14937, - 14955 + 14804, + 14822 ], "loc": { "start": { - "line": 345, + "line": 341, "column": 8 }, "end": { - "line": 345, + "line": 341, "column": 26 } } }, "range": [ - 14937, - 14956 + 14804, + 14823 ], "loc": { "start": { - "line": 345, + "line": 341, "column": 8 }, "end": { - "line": 345, + "line": 341, "column": 27 } }, @@ -34784,16 +34491,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 14866, - 14888 + 14733, + 14755 ], "loc": { "start": { - "line": 343, + "line": 339, "column": 8 }, "end": { - "line": 343, + "line": 339, "column": 30 } } @@ -34802,16 +34509,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 14897, - 14928 + 14764, + 14795 ], "loc": { "start": { - "line": 344, + "line": 340, "column": 8 }, "end": { - "line": 344, + "line": 340, "column": 39 } } @@ -34822,16 +34529,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 14965, - 14993 + 14832, + 14860 ], "loc": { "start": { - "line": 346, + "line": 342, "column": 8 }, "end": { - "line": 346, + "line": 342, "column": 36 } } @@ -34849,16 +34556,16 @@ "object": { "type": "ThisExpression", "range": [ - 15002, - 15006 + 14869, + 14873 ], "loc": { "start": { - "line": 347, + "line": 343, "column": 8 }, "end": { - "line": 347, + "line": 343, "column": 12 } } @@ -34867,31 +34574,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 15007, - 15014 + 14874, + 14881 ], "loc": { "start": { - "line": 347, + "line": 343, "column": 13 }, "end": { - "line": 347, + "line": 343, "column": 20 } } }, "range": [ - 15002, - 15014 + 14869, + 14881 ], "loc": { "start": { - "line": 347, + "line": 343, "column": 8 }, "end": { - "line": 347, + "line": 343, "column": 20 } } @@ -34901,46 +34608,46 @@ "value": "flt", "raw": "'flt'", "range": [ - 15017, - 15022 + 14884, + 14889 ], "loc": { "start": { - "line": 347, + "line": 343, "column": 23 }, "end": { - "line": 347, + "line": 343, "column": 28 } } }, "range": [ - 15002, - 15022 + 14869, + 14889 ], "loc": { "start": { - "line": 347, + "line": 343, "column": 8 }, "end": { - "line": 347, + "line": 343, "column": 28 } } }, "range": [ - 15002, - 15023 + 14869, + 14890 ], "loc": { "start": { - "line": 347, + "line": 343, "column": 8 }, "end": { - "line": 347, + "line": 343, "column": 29 } }, @@ -34949,16 +34656,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 14965, - 14993 + 14832, + 14860 ], "loc": { "start": { - "line": 346, + "line": 342, "column": 8 }, "end": { - "line": 346, + "line": 342, "column": 36 } } @@ -34969,16 +34676,16 @@ "type": "Line", "value": "validation button", "range": [ - 15032, - 15051 + 14899, + 14918 ], "loc": { "start": { - "line": 348, + "line": 344, "column": 8 }, "end": { - "line": 348, + "line": 344, "column": 27 } } @@ -34996,16 +34703,16 @@ "object": { "type": "ThisExpression", "range": [ - 15060, - 15064 + 14927, + 14931 ], "loc": { "start": { - "line": 349, + "line": 345, "column": 8 }, "end": { - "line": 349, + "line": 345, "column": 12 } } @@ -35014,31 +34721,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 15065, - 15078 + 14932, + 14945 ], "loc": { "start": { - "line": 349, + "line": 345, "column": 13 }, "end": { - "line": 349, + "line": 345, "column": 26 } } }, "range": [ - 15060, - 15078 + 14927, + 14945 ], "loc": { "start": { - "line": 349, + "line": 345, "column": 8 }, "end": { - "line": 349, + "line": 345, "column": 26 } } @@ -35048,46 +34755,46 @@ "value": "btn", "raw": "'btn'", "range": [ - 15081, - 15086 + 14948, + 14953 ], "loc": { "start": { - "line": 349, + "line": 345, "column": 29 }, "end": { - "line": 349, + "line": 345, "column": 34 } } }, "range": [ - 15060, - 15086 + 14927, + 14953 ], "loc": { "start": { - "line": 349, + "line": 345, "column": 8 }, "end": { - "line": 349, + "line": 345, "column": 34 } } }, "range": [ - 15060, - 15087 + 14927, + 14954 ], "loc": { "start": { - "line": 349, + "line": 345, "column": 8 }, "end": { - "line": 349, + "line": 345, "column": 35 } }, @@ -35096,16 +34803,16 @@ "type": "Line", "value": "validation button", "range": [ - 15032, - 15051 + 14899, + 14918 ], "loc": { "start": { - "line": 348, + "line": 344, "column": 8 }, "end": { - "line": 348, + "line": 344, "column": 27 } } @@ -35116,16 +34823,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15096, - 15150 + 14963, + 15017 ], "loc": { "start": { - "line": 350, + "line": 346, "column": 8 }, "end": { - "line": 350, + "line": 346, "column": 62 } } @@ -35143,16 +34850,16 @@ "object": { "type": "ThisExpression", "range": [ - 15159, - 15163 + 15026, + 15030 ], "loc": { "start": { - "line": 351, + "line": 347, "column": 8 }, "end": { - "line": 351, + "line": 347, "column": 12 } } @@ -35161,31 +34868,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 15164, - 15174 + 15031, + 15041 ], "loc": { "start": { - "line": 351, + "line": 347, "column": 13 }, "end": { - "line": 351, + "line": 347, "column": 23 } } }, "range": [ - 15159, - 15174 + 15026, + 15041 ], "loc": { "start": { - "line": 351, + "line": 347, "column": 8 }, "end": { - "line": 351, + "line": 347, "column": 23 } } @@ -35195,46 +34902,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 15177, - 15183 + 15044, + 15050 ], "loc": { "start": { - "line": 351, + "line": 347, "column": 26 }, "end": { - "line": 351, + "line": 347, "column": 32 } } }, "range": [ - 15159, - 15183 + 15026, + 15050 ], "loc": { "start": { - "line": 351, + "line": 347, "column": 8 }, "end": { - "line": 351, + "line": 347, "column": 32 } } }, "range": [ - 15159, - 15184 + 15026, + 15051 ], "loc": { "start": { - "line": 351, + "line": 347, "column": 8 }, "end": { - "line": 351, + "line": 347, "column": 33 } }, @@ -35243,16 +34950,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15096, - 15150 + 14963, + 15017 ], "loc": { "start": { - "line": 350, + "line": 346, "column": 8 }, "end": { - "line": 350, + "line": 346, "column": 62 } } @@ -35263,16 +34970,16 @@ "type": "Line", "value": "left div", "range": [ - 15193, - 15203 + 15060, + 15070 ], "loc": { "start": { - "line": 352, + "line": 348, "column": 8 }, "end": { - "line": 352, + "line": 348, "column": 18 } } @@ -35290,16 +34997,16 @@ "object": { "type": "ThisExpression", "range": [ - 15212, - 15216 + 15079, + 15083 ], "loc": { "start": { - "line": 353, + "line": 349, "column": 8 }, "end": { - "line": 353, + "line": 349, "column": 12 } } @@ -35308,31 +35015,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 15217, - 15225 + 15084, + 15092 ], "loc": { "start": { - "line": 353, + "line": 349, "column": 13 }, "end": { - "line": 353, + "line": 349, "column": 21 } } }, "range": [ - 15212, - 15225 + 15079, + 15092 ], "loc": { "start": { - "line": 353, + "line": 349, "column": 8 }, "end": { - "line": 353, + "line": 349, "column": 21 } } @@ -35342,46 +35049,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 15228, - 15235 + 15095, + 15102 ], "loc": { "start": { - "line": 353, + "line": 349, "column": 24 }, "end": { - "line": 353, + "line": 349, "column": 31 } } }, "range": [ - 15212, - 15235 + 15079, + 15102 ], "loc": { "start": { - "line": 353, + "line": 349, "column": 8 }, "end": { - "line": 353, + "line": 349, "column": 31 } } }, "range": [ - 15212, - 15236 + 15079, + 15103 ], "loc": { "start": { - "line": 353, + "line": 349, "column": 8 }, "end": { - "line": 353, + "line": 349, "column": 32 } }, @@ -35390,16 +35097,16 @@ "type": "Line", "value": "left div", "range": [ - 15193, - 15203 + 15060, + 15070 ], "loc": { "start": { - "line": 352, + "line": 348, "column": 8 }, "end": { - "line": 352, + "line": 348, "column": 18 } } @@ -35410,16 +35117,16 @@ "type": "Line", "value": "right div", "range": [ - 15245, - 15256 + 15112, + 15123 ], "loc": { "start": { - "line": 354, + "line": 350, "column": 8 }, "end": { - "line": 354, + "line": 350, "column": 19 } } @@ -35437,16 +35144,16 @@ "object": { "type": "ThisExpression", "range": [ - 15265, - 15269 + 15132, + 15136 ], "loc": { "start": { - "line": 355, + "line": 351, "column": 8 }, "end": { - "line": 355, + "line": 351, "column": 12 } } @@ -35455,31 +35162,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 15270, - 15278 + 15137, + 15145 ], "loc": { "start": { - "line": 355, + "line": 351, "column": 13 }, "end": { - "line": 355, + "line": 351, "column": 21 } } }, "range": [ - 15265, - 15278 + 15132, + 15145 ], "loc": { "start": { - "line": 355, + "line": 351, "column": 8 }, "end": { - "line": 355, + "line": 351, "column": 21 } } @@ -35489,46 +35196,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 15281, - 15288 + 15148, + 15155 ], "loc": { "start": { - "line": 355, + "line": 351, "column": 24 }, "end": { - "line": 355, + "line": 351, "column": 31 } } }, "range": [ - 15265, - 15288 + 15132, + 15155 ], "loc": { "start": { - "line": 355, + "line": 351, "column": 8 }, "end": { - "line": 355, + "line": 351, "column": 31 } } }, "range": [ - 15265, - 15289 + 15132, + 15156 ], "loc": { "start": { - "line": 355, + "line": 351, "column": 8 }, "end": { - "line": 355, + "line": 351, "column": 32 } }, @@ -35537,16 +35244,16 @@ "type": "Line", "value": "right div", "range": [ - 15245, - 15256 + 15112, + 15123 ], "loc": { "start": { - "line": 354, + "line": 350, "column": 8 }, "end": { - "line": 354, + "line": 350, "column": 19 } } @@ -35557,16 +35264,16 @@ "type": "Line", "value": "middle div", "range": [ - 15298, - 15310 + 15165, + 15177 ], "loc": { "start": { - "line": 356, + "line": 352, "column": 8 }, "end": { - "line": 356, + "line": 352, "column": 20 } } @@ -35584,16 +35291,16 @@ "object": { "type": "ThisExpression", "range": [ - 15319, - 15323 + 15186, + 15190 ], "loc": { "start": { - "line": 357, + "line": 353, "column": 8 }, "end": { - "line": 357, + "line": 353, "column": 12 } } @@ -35602,31 +35309,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 15324, - 15332 + 15191, + 15199 ], "loc": { "start": { - "line": 357, + "line": 353, "column": 13 }, "end": { - "line": 357, + "line": 353, "column": 21 } } }, "range": [ - 15319, - 15332 + 15186, + 15199 ], "loc": { "start": { - "line": 357, + "line": 353, "column": 8 }, "end": { - "line": 357, + "line": 353, "column": 21 } } @@ -35636,46 +35343,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 15335, - 15342 + 15202, + 15209 ], "loc": { "start": { - "line": 357, + "line": 353, "column": 24 }, "end": { - "line": 357, + "line": 353, "column": 31 } } }, "range": [ - 15319, - 15342 + 15186, + 15209 ], "loc": { "start": { - "line": 357, + "line": 353, "column": 8 }, "end": { - "line": 357, + "line": 353, "column": 31 } } }, "range": [ - 15319, - 15343 + 15186, + 15210 ], "loc": { "start": { - "line": 357, + "line": 353, "column": 8 }, "end": { - "line": 357, + "line": 353, "column": 32 } }, @@ -35684,16 +35391,16 @@ "type": "Line", "value": "middle div", "range": [ - 15298, - 15310 + 15165, + 15177 ], "loc": { "start": { - "line": 356, + "line": 352, "column": 8 }, "end": { - "line": 356, + "line": 352, "column": 20 } } @@ -35704,16 +35411,16 @@ "type": "Line", "value": "responsive table css class", "range": [ - 15352, - 15380 + 15219, + 15247 ], "loc": { "start": { - "line": 358, + "line": 354, "column": 8 }, "end": { - "line": 358, + "line": 354, "column": 36 } } @@ -35731,16 +35438,16 @@ "object": { "type": "ThisExpression", "range": [ - 15389, - 15393 + 15256, + 15260 ], "loc": { "start": { - "line": 359, + "line": 355, "column": 8 }, "end": { - "line": 359, + "line": 355, "column": 12 } } @@ -35749,31 +35456,31 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 15394, - 15408 + 15261, + 15275 ], "loc": { "start": { - "line": 359, + "line": 355, "column": 13 }, "end": { - "line": 359, + "line": 355, "column": 27 } } }, "range": [ - 15389, - 15408 + 15256, + 15275 ], "loc": { "start": { - "line": 359, + "line": 355, "column": 8 }, "end": { - "line": 359, + "line": 355, "column": 27 } } @@ -35783,46 +35490,46 @@ "value": "resp", "raw": "'resp'", "range": [ - 15411, - 15417 + 15278, + 15284 ], "loc": { "start": { - "line": 359, + "line": 355, "column": 30 }, "end": { - "line": 359, + "line": 355, "column": 36 } } }, "range": [ - 15389, - 15417 + 15256, + 15284 ], "loc": { "start": { - "line": 359, + "line": 355, "column": 8 }, "end": { - "line": 359, + "line": 355, "column": 36 } } }, "range": [ - 15389, - 15418 + 15256, + 15285 ], "loc": { "start": { - "line": 359, + "line": 355, "column": 8 }, "end": { - "line": 359, + "line": 355, "column": 37 } }, @@ -35831,16 +35538,16 @@ "type": "Line", "value": "responsive table css class", "range": [ - 15352, - 15380 + 15219, + 15247 ], "loc": { "start": { - "line": 358, + "line": 354, "column": 8 }, "end": { - "line": 358, + "line": 354, "column": 36 } } @@ -35851,16 +35558,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 15428, - 15448 + 15295, + 15315 ], "loc": { "start": { - "line": 361, + "line": 357, "column": 8 }, "end": { - "line": 361, + "line": 357, "column": 28 } } @@ -35869,16 +35576,16 @@ "type": "Line", "value": "imports external script", "range": [ - 15457, - 15482 + 15324, + 15349 ], "loc": { "start": { - "line": 362, + "line": 358, "column": 8 }, "end": { - "line": 362, + "line": 358, "column": 33 } } @@ -35896,16 +35603,16 @@ "object": { "type": "ThisExpression", "range": [ - 15491, - 15495 + 15358, + 15362 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 8 }, "end": { - "line": 363, + "line": 359, "column": 12 } } @@ -35914,31 +35621,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 15496, - 15506 + 15363, + 15373 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 13 }, "end": { - "line": 363, + "line": 359, "column": 23 } } }, "range": [ - 15491, - 15506 + 15358, + 15373 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 8 }, "end": { - "line": 363, + "line": 359, "column": 23 } } @@ -35950,16 +35657,16 @@ "type": "Identifier", "name": "f", "range": [ - 15509, - 15510 + 15376, + 15377 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 26 }, "end": { - "line": 363, + "line": 359, "column": 27 } } @@ -35968,61 +35675,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 15511, - 15521 + 15378, + 15388 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 28 }, "end": { - "line": 363, + "line": 359, "column": 38 } } }, "range": [ - 15509, - 15521 + 15376, + 15388 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 26 }, "end": { - "line": 363, + "line": 359, "column": 38 } } }, "range": [ - 15491, - 15521 + 15358, + 15388 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 8 }, "end": { - "line": 363, + "line": 359, "column": 38 } } }, "range": [ - 15491, - 15522 + 15358, + 15389 ], "loc": { "start": { - "line": 363, + "line": 359, "column": 8 }, "end": { - "line": 363, + "line": 359, "column": 39 } }, @@ -36031,16 +35738,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 15428, - 15448 + 15295, + 15315 ], "loc": { "start": { - "line": 361, + "line": 357, "column": 8 }, "end": { - "line": 361, + "line": 357, "column": 28 } } @@ -36049,16 +35756,16 @@ "type": "Line", "value": "imports external script", "range": [ - 15457, - 15482 + 15324, + 15349 ], "loc": { "start": { - "line": 362, + "line": 358, "column": 8 }, "end": { - "line": 362, + "line": 358, "column": 33 } } @@ -36076,16 +35783,16 @@ "object": { "type": "ThisExpression", "range": [ - 15531, - 15535 + 15398, + 15402 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 8 }, "end": { - "line": 364, + "line": 360, "column": 12 } } @@ -36094,31 +35801,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 15536, - 15549 + 15403, + 15416 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 13 }, "end": { - "line": 364, + "line": 360, "column": 26 } } }, "range": [ - 15531, - 15549 + 15398, + 15416 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 8 }, "end": { - "line": 364, + "line": 360, "column": 26 } } @@ -36129,16 +35836,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 15552, - 15559 + 15419, + 15426 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 29 }, "end": { - "line": 364, + "line": 360, "column": 36 } } @@ -36150,16 +35857,16 @@ "object": { "type": "ThisExpression", "range": [ - 15560, - 15564 + 15427, + 15431 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 37 }, "end": { - "line": 364, + "line": 360, "column": 41 } } @@ -36168,77 +35875,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 15565, - 15575 + 15432, + 15442 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 42 }, "end": { - "line": 364, + "line": 360, "column": 52 } } }, "range": [ - 15560, - 15575 + 15427, + 15442 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 37 }, "end": { - "line": 364, + "line": 360, "column": 52 } } } ], "range": [ - 15552, - 15576 + 15419, + 15443 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 29 }, "end": { - "line": 364, + "line": 360, "column": 53 } } }, "range": [ - 15531, - 15576 + 15398, + 15443 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 8 }, "end": { - "line": 364, + "line": 360, "column": 53 } } }, "range": [ - 15531, - 15577 + 15398, + 15444 ], "loc": { "start": { - "line": 364, + "line": 360, "column": 8 }, "end": { - "line": 364, + "line": 360, "column": 54 } }, @@ -36247,16 +35954,16 @@ "type": "Block", "value": "** themes **", "range": [ - 15587, - 15603 + 15454, + 15470 ], "loc": { "start": { - "line": 366, + "line": 362, "column": 8 }, "end": { - "line": 366, + "line": 362, "column": 24 } } @@ -36274,16 +35981,16 @@ "object": { "type": "ThisExpression", "range": [ - 15612, - 15616 + 15479, + 15483 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 8 }, "end": { - "line": 367, + "line": 363, "column": 12 } } @@ -36292,31 +35999,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 15617, - 15635 + 15484, + 15502 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 13 }, "end": { - "line": 367, + "line": 363, "column": 31 } } }, "range": [ - 15612, - 15635 + 15479, + 15502 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 8 }, "end": { - "line": 367, + "line": 363, "column": 31 } } @@ -36327,16 +36034,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 15638, - 15645 + 15505, + 15512 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 34 }, "end": { - "line": 367, + "line": 363, "column": 41 } } @@ -36349,16 +36056,16 @@ "type": "Identifier", "name": "f", "range": [ - 15646, - 15647 + 15513, + 15514 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 42 }, "end": { - "line": 367, + "line": 363, "column": 43 } } @@ -36367,77 +36074,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 15648, - 15668 + 15515, + 15535 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 44 }, "end": { - "line": 367, + "line": 363, "column": 64 } } }, "range": [ - 15646, - 15668 + 15513, + 15535 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 42 }, "end": { - "line": 367, + "line": 363, "column": 64 } } } ], "range": [ - 15638, - 15669 + 15505, + 15536 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 34 }, "end": { - "line": 367, + "line": 363, "column": 65 } } }, "range": [ - 15612, - 15669 + 15479, + 15536 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 8 }, "end": { - "line": 367, + "line": 363, "column": 65 } } }, "range": [ - 15612, - 15670 + 15479, + 15537 ], "loc": { "start": { - "line": 367, + "line": 363, "column": 8 }, "end": { - "line": 367, + "line": 363, "column": 66 } }, @@ -36446,16 +36153,16 @@ "type": "Block", "value": "** themes **", "range": [ - 15587, - 15603 + 15454, + 15470 ], "loc": { "start": { - "line": 366, + "line": 362, "column": 8 }, "end": { - "line": 366, + "line": 362, "column": 24 } } @@ -36466,17 +36173,485 @@ "type": "Line", "value": "imports themes", "range": [ - 15679, + 15546, + 15562 + ], + "loc": { + "start": { + "line": 364, + "column": 8 + }, + "end": { + "line": 364, + "column": 24 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15571, + 15575 + ], + "loc": { + "start": { + "line": 365, + "column": 8 + }, + "end": { + "line": 365, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasThemes", + "range": [ + 15576, + 15585 + ], + "loc": { + "start": { + "line": 365, + "column": 13 + }, + "end": { + "line": 365, + "column": 22 + } + } + }, + "range": [ + 15571, + 15585 + ], + "loc": { + "start": { + "line": 365, + "column": 8 + }, + "end": { + "line": 365, + "column": 22 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15589, + 15593 + ], + "loc": { + "start": { + "line": 365, + "column": 26 + }, + "end": { + "line": 365, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "enableDefaultTheme", + "range": [ + 15594, + 15612 + ], + "loc": { + "start": { + "line": 365, + "column": 31 + }, + "end": { + "line": 365, + "column": 49 + } + } + }, + "range": [ + 15589, + 15612 + ], + "loc": { + "start": { + "line": 365, + "column": 26 + }, + "end": { + "line": 365, + "column": 49 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isArray", + "range": [ + 15616, + 15623 + ], + "loc": { + "start": { + "line": 365, + "column": 53 + }, + "end": { + "line": 365, + "column": 60 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 15624, + 15625 + ], + "loc": { + "start": { + "line": 365, + "column": 61 + }, + "end": { + "line": 365, + "column": 62 + } + } + }, + "property": { + "type": "Identifier", + "name": "themes", + "range": [ + 15626, + 15632 + ], + "loc": { + "start": { + "line": 365, + "column": 63 + }, + "end": { + "line": 365, + "column": 69 + } + } + }, + "range": [ + 15624, + 15632 + ], + "loc": { + "start": { + "line": 365, + "column": 61 + }, + "end": { + "line": 365, + "column": 69 + } + } + } + ], + "range": [ + 15616, + 15633 + ], + "loc": { + "start": { + "line": 365, + "column": 53 + }, + "end": { + "line": 365, + "column": 70 + } + } + }, + "range": [ + 15589, + 15633 + ], + "loc": { + "start": { + "line": 365, + "column": 26 + }, + "end": { + "line": 365, + "column": 70 + } + } + }, + "range": [ + 15571, + 15634 + ], + "loc": { + "start": { + "line": 365, + "column": 8 + }, + "end": { + "line": 365, + "column": 71 + } + } + }, + "range": [ + 15571, + 15635 + ], + "loc": { + "start": { + "line": 365, + "column": 8 + }, + "end": { + "line": 365, + "column": 72 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": "imports themes", + "range": [ + 15546, + 15562 + ], + "loc": { + "start": { + "line": 364, + "column": 8 + }, + "end": { + "line": 364, + "column": 24 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15644, + 15648 + ], + "loc": { + "start": { + "line": 366, + "column": 8 + }, + "end": { + "line": 366, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "themes", + "range": [ + 15649, + 15655 + ], + "loc": { + "start": { + "line": 366, + "column": 13 + }, + "end": { + "line": 366, + "column": 19 + } + } + }, + "range": [ + 15644, + 15655 + ], + "loc": { + "start": { + "line": 366, + "column": 8 + }, + "end": { + "line": 366, + "column": 19 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 15658, + 15659 + ], + "loc": { + "start": { + "line": 366, + "column": 22 + }, + "end": { + "line": 366, + "column": 23 + } + } + }, + "property": { + "type": "Identifier", + "name": "themes", + "range": [ + 15660, + 15666 + ], + "loc": { + "start": { + "line": 366, + "column": 24 + }, + "end": { + "line": 366, + "column": 30 + } + } + }, + "range": [ + 15658, + 15666 + ], + "loc": { + "start": { + "line": 366, + "column": 22 + }, + "end": { + "line": 366, + "column": 30 + } + } + }, + "right": { + "type": "ArrayExpression", + "elements": [], + "range": [ + 15670, + 15672 + ], + "loc": { + "start": { + "line": 366, + "column": 34 + }, + "end": { + "line": 366, + "column": 36 + } + } + }, + "range": [ + 15658, + 15672 + ], + "loc": { + "start": { + "line": 366, + "column": 22 + }, + "end": { + "line": 366, + "column": 36 + } + } + }, + "range": [ + 15644, + 15672 + ], + "loc": { + "start": { + "line": 366, + "column": 8 + }, + "end": { + "line": 366, + "column": 36 + } + } + }, + "range": [ + 15644, + 15673 + ], + "loc": { + "start": { + "line": 366, + "column": 8 + }, + "end": { + "line": 366, + "column": 37 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": "themes path", + "range": [ + 15682, 15695 ], "loc": { "start": { - "line": 368, + "line": 367, "column": 8 }, "end": { - "line": 368, - "column": 24 + "line": 367, + "column": 21 } } } @@ -36498,479 +36673,11 @@ ], "loc": { "start": { - "line": 369, + "line": 368, "column": 8 }, "end": { - "line": 369, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "hasThemes", - "range": [ - 15709, - 15718 - ], - "loc": { - "start": { - "line": 369, - "column": 13 - }, - "end": { - "line": 369, - "column": 22 - } - } - }, - "range": [ - 15704, - 15718 - ], - "loc": { - "start": { - "line": 369, - "column": 8 - }, - "end": { - "line": 369, - "column": 22 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15722, - 15726 - ], - "loc": { - "start": { - "line": 369, - "column": 26 - }, - "end": { - "line": 369, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "enableDefaultTheme", - "range": [ - 15727, - 15745 - ], - "loc": { - "start": { - "line": 369, - "column": 31 - }, - "end": { - "line": 369, - "column": 49 - } - } - }, - "range": [ - 15722, - 15745 - ], - "loc": { - "start": { - "line": 369, - "column": 26 - }, - "end": { - "line": 369, - "column": 49 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isArray", - "range": [ - 15749, - 15756 - ], - "loc": { - "start": { - "line": 369, - "column": 53 - }, - "end": { - "line": 369, - "column": 60 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15757, - 15758 - ], - "loc": { - "start": { - "line": 369, - "column": 61 - }, - "end": { - "line": 369, - "column": 62 - } - } - }, - "property": { - "type": "Identifier", - "name": "themes", - "range": [ - 15759, - 15765 - ], - "loc": { - "start": { - "line": 369, - "column": 63 - }, - "end": { - "line": 369, - "column": 69 - } - } - }, - "range": [ - 15757, - 15765 - ], - "loc": { - "start": { - "line": 369, - "column": 61 - }, - "end": { - "line": 369, - "column": 69 - } - } - } - ], - "range": [ - 15749, - 15766 - ], - "loc": { - "start": { - "line": 369, - "column": 53 - }, - "end": { - "line": 369, - "column": 70 - } - } - }, - "range": [ - 15722, - 15766 - ], - "loc": { - "start": { - "line": 369, - "column": 26 - }, - "end": { - "line": 369, - "column": 70 - } - } - }, - "range": [ - 15704, - 15767 - ], - "loc": { - "start": { - "line": 369, - "column": 8 - }, - "end": { - "line": 369, - "column": 71 - } - } - }, - "range": [ - 15704, - 15768 - ], - "loc": { - "start": { - "line": 369, - "column": 8 - }, - "end": { - "line": 369, - "column": 72 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": "imports themes", - "range": [ - 15679, - 15695 - ], - "loc": { - "start": { - "line": 368, - "column": 8 - }, - "end": { - "line": 368, - "column": 24 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15777, - 15781 - ], - "loc": { - "start": { - "line": 370, - "column": 8 - }, - "end": { - "line": 370, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "themes", - "range": [ - 15782, - 15788 - ], - "loc": { - "start": { - "line": 370, - "column": 13 - }, - "end": { - "line": 370, - "column": 19 - } - } - }, - "range": [ - 15777, - 15788 - ], - "loc": { - "start": { - "line": 370, - "column": 8 - }, - "end": { - "line": 370, - "column": 19 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15791, - 15792 - ], - "loc": { - "start": { - "line": 370, - "column": 22 - }, - "end": { - "line": 370, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "themes", - "range": [ - 15793, - 15799 - ], - "loc": { - "start": { - "line": 370, - "column": 24 - }, - "end": { - "line": 370, - "column": 30 - } - } - }, - "range": [ - 15791, - 15799 - ], - "loc": { - "start": { - "line": 370, - "column": 22 - }, - "end": { - "line": 370, - "column": 30 - } - } - }, - "right": { - "type": "ArrayExpression", - "elements": [], - "range": [ - 15803, - 15805 - ], - "loc": { - "start": { - "line": 370, - "column": 34 - }, - "end": { - "line": 370, - "column": 36 - } - } - }, - "range": [ - 15791, - 15805 - ], - "loc": { - "start": { - "line": 370, - "column": 22 - }, - "end": { - "line": 370, - "column": 36 - } - } - }, - "range": [ - 15777, - 15805 - ], - "loc": { - "start": { - "line": 370, - "column": 8 - }, - "end": { - "line": 370, - "column": 36 - } - } - }, - "range": [ - 15777, - 15806 - ], - "loc": { - "start": { - "line": 370, - "column": 8 - }, - "end": { - "line": 370, - "column": 37 - } - }, - "trailingComments": [ - { - "type": "Line", - "value": "themes path", - "range": [ - 15815, - 15828 - ], - "loc": { - "start": { - "line": 371, - "column": 8 - }, - "end": { - "line": 371, - "column": 21 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15837, - 15841 - ], - "loc": { - "start": { - "line": 372, - "column": 8 - }, - "end": { - "line": 372, + "line": 368, "column": 12 } } @@ -36979,31 +36686,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 15842, - 15852 + 15709, + 15719 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 13 }, "end": { - "line": 372, + "line": 368, "column": 23 } } }, "range": [ - 15837, - 15852 + 15704, + 15719 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 8 }, "end": { - "line": 372, + "line": 368, "column": 23 } } @@ -37018,16 +36725,16 @@ "type": "Identifier", "name": "f", "range": [ - 15855, - 15856 + 15722, + 15723 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 26 }, "end": { - "line": 372, + "line": 368, "column": 27 } } @@ -37036,31 +36743,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 15857, - 15868 + 15724, + 15735 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 28 }, "end": { - "line": 372, + "line": 368, "column": 39 } } }, "range": [ - 15855, - 15868 + 15722, + 15735 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 26 }, "end": { - "line": 372, + "line": 368, "column": 39 } } @@ -37074,16 +36781,16 @@ "object": { "type": "ThisExpression", "range": [ - 15872, - 15876 + 15739, + 15743 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 43 }, "end": { - "line": 372, + "line": 368, "column": 47 } } @@ -37092,31 +36799,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 15877, - 15886 + 15744, + 15753 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 48 }, "end": { - "line": 372, + "line": 368, "column": 57 } } }, "range": [ - 15872, - 15886 + 15739, + 15753 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 43 }, "end": { - "line": 372, + "line": 368, "column": 57 } } @@ -37126,76 +36833,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 15889, - 15898 + 15756, + 15765 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 60 }, "end": { - "line": 372, + "line": 368, "column": 69 } } }, "range": [ - 15872, - 15898 + 15739, + 15765 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 43 }, "end": { - "line": 372, + "line": 368, "column": 69 } } }, "range": [ - 15855, - 15898 + 15722, + 15765 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 26 }, "end": { - "line": 372, + "line": 368, "column": 69 } } }, "range": [ - 15837, - 15898 + 15704, + 15765 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 8 }, "end": { - "line": 372, + "line": 368, "column": 69 } } }, "range": [ - 15837, - 15899 + 15704, + 15766 ], "loc": { "start": { - "line": 372, + "line": 368, "column": 8 }, "end": { - "line": 372, + "line": 368, "column": 70 } }, @@ -37204,16 +36911,16 @@ "type": "Line", "value": "themes path", "range": [ - 15815, - 15828 + 15682, + 15695 ], "loc": { "start": { - "line": 371, + "line": 367, "column": 8 }, "end": { - "line": 371, + "line": 367, "column": 21 } } @@ -37224,16 +36931,16 @@ "type": "Line", "value": "responsive table", "range": [ - 15909, - 15927 + 15776, + 15794 ], "loc": { "start": { - "line": 374, + "line": 370, "column": 8 }, "end": { - "line": 374, + "line": 370, "column": 26 } } @@ -37251,16 +36958,16 @@ "object": { "type": "ThisExpression", "range": [ - 15936, - 15940 + 15803, + 15807 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 8 }, "end": { - "line": 375, + "line": 371, "column": 12 } } @@ -37269,31 +36976,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 15941, - 15951 + 15808, + 15818 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 13 }, "end": { - "line": 375, + "line": 371, "column": 23 } } }, "range": [ - 15936, - 15951 + 15803, + 15818 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 8 }, "end": { - "line": 375, + "line": 371, "column": 23 } } @@ -37304,16 +37011,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 15954, - 15961 + 15821, + 15828 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 26 }, "end": { - "line": 375, + "line": 371, "column": 33 } } @@ -37326,16 +37033,16 @@ "type": "Identifier", "name": "f", "range": [ - 15962, - 15963 + 15829, + 15830 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 34 }, "end": { - "line": 375, + "line": 371, "column": 35 } } @@ -37344,77 +37051,77 @@ "type": "Identifier", "name": "responsive", "range": [ - 15964, - 15974 + 15831, + 15841 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 36 }, "end": { - "line": 375, + "line": 371, "column": 46 } } }, "range": [ - 15962, - 15974 + 15829, + 15841 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 34 }, "end": { - "line": 375, + "line": 371, "column": 46 } } } ], "range": [ - 15954, - 15975 + 15821, + 15842 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 26 }, "end": { - "line": 375, + "line": 371, "column": 47 } } }, "range": [ - 15936, - 15975 + 15803, + 15842 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 8 }, "end": { - "line": 375, + "line": 371, "column": 47 } } }, "range": [ - 15936, - 15976 + 15803, + 15843 ], "loc": { "start": { - "line": 375, + "line": 371, "column": 8 }, "end": { - "line": 375, + "line": 371, "column": 48 } }, @@ -37423,16 +37130,16 @@ "type": "Line", "value": "responsive table", "range": [ - 15909, - 15927 + 15776, + 15794 ], "loc": { "start": { - "line": 374, + "line": 370, "column": 8 }, "end": { - "line": 374, + "line": 370, "column": 26 } } @@ -37443,16 +37150,16 @@ "type": "Line", "value": " Features registry", "range": [ - 15986, - 16006 + 15853, + 15873 ], "loc": { "start": { - "line": 377, + "line": 373, "column": 8 }, "end": { - "line": 377, + "line": 373, "column": 28 } } @@ -37470,16 +37177,16 @@ "object": { "type": "ThisExpression", "range": [ - 16015, - 16019 + 15882, + 15886 ], "loc": { "start": { - "line": 378, + "line": 374, "column": 8 }, "end": { - "line": 378, + "line": 374, "column": 12 } } @@ -37488,31 +37195,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 16020, - 16023 + 15887, + 15890 ], "loc": { "start": { - "line": 378, + "line": 374, "column": 13 }, "end": { - "line": 378, + "line": 374, "column": 16 } } }, "range": [ - 16015, - 16023 + 15882, + 15890 ], "loc": { "start": { - "line": 378, + "line": 374, "column": 8 }, "end": { - "line": 378, + "line": 374, "column": 16 } } @@ -37521,46 +37228,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 16026, - 16028 + 15893, + 15895 ], "loc": { "start": { - "line": 378, + "line": 374, "column": 19 }, "end": { - "line": 378, + "line": 374, "column": 21 } } }, "range": [ - 16015, - 16028 + 15882, + 15895 ], "loc": { "start": { - "line": 378, + "line": 374, "column": 8 }, "end": { - "line": 378, + "line": 374, "column": 21 } } }, "range": [ - 16015, - 16029 + 15882, + 15896 ], "loc": { "start": { - "line": 378, + "line": 374, "column": 8 }, "end": { - "line": 378, + "line": 374, "column": 22 } }, @@ -37569,16 +37276,16 @@ "type": "Line", "value": " Features registry", "range": [ - 15986, - 16006 + 15853, + 15873 ], "loc": { "start": { - "line": 377, + "line": 373, "column": 8 }, "end": { - "line": 377, + "line": 373, "column": 28 } } @@ -37589,16 +37296,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 16039, - 16061 + 15906, + 15928 ], "loc": { "start": { - "line": 380, + "line": 376, "column": 8 }, "end": { - "line": 380, + "line": 376, "column": 30 } } @@ -37616,16 +37323,16 @@ "object": { "type": "ThisExpression", "range": [ - 16070, - 16074 + 15937, + 15941 ], "loc": { "start": { - "line": 381, + "line": 377, "column": 8 }, "end": { - "line": 381, + "line": 377, "column": 12 } } @@ -37634,31 +37341,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 16075, - 16086 + 15942, + 15953 ], "loc": { "start": { - "line": 381, + "line": 377, "column": 13 }, "end": { - "line": 381, + "line": 377, "column": 24 } } }, "range": [ - 16070, - 16086 + 15937, + 15953 ], "loc": { "start": { - "line": 381, + "line": 377, "column": 8 }, "end": { - "line": 381, + "line": 377, "column": 24 } } @@ -37667,46 +37374,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 16089, - 16091 + 15956, + 15958 ], "loc": { "start": { - "line": 381, + "line": 377, "column": 27 }, "end": { - "line": 381, + "line": 377, "column": 29 } } }, "range": [ - 16070, - 16091 + 15937, + 15958 ], "loc": { "start": { - "line": 381, + "line": 377, "column": 8 }, "end": { - "line": 381, + "line": 377, "column": 29 } } }, "range": [ - 16070, - 16092 + 15937, + 15959 ], "loc": { "start": { - "line": 381, + "line": 377, "column": 8 }, "end": { - "line": 381, + "line": 377, "column": 30 } }, @@ -37715,16 +37422,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 16039, - 16061 + 15906, + 15928 ], "loc": { "start": { - "line": 380, + "line": 376, "column": 8 }, "end": { - "line": 380, + "line": 376, "column": 30 } } @@ -37734,7 +37441,7 @@ ], "range": [ 1744, - 16098 + 15965 ], "loc": { "start": { @@ -37742,7 +37449,7 @@ "column": 25 }, "end": { - "line": 382, + "line": 378, "column": 5 } } @@ -37751,7 +37458,7 @@ "expression": false, "range": [ 1734, - 16098 + 15965 ], "loc": { "start": { @@ -37759,7 +37466,7 @@ "column": 15 }, "end": { - "line": 382, + "line": 378, "column": 5 } } @@ -37768,7 +37475,7 @@ "computed": false, "range": [ 1723, - 16098 + 15965 ], "loc": { "start": { @@ -37776,7 +37483,7 @@ "column": 4 }, "end": { - "line": 382, + "line": 378, "column": 5 } }, @@ -37805,16 +37512,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 16104, - 16153 + 15971, + 16020 ], "loc": { "start": { - "line": 384, + "line": 380, "column": 4 }, "end": { - "line": 386, + "line": 382, "column": 7 } } @@ -37828,16 +37535,16 @@ "type": "Identifier", "name": "init", "range": [ - 16158, - 16162 + 16025, + 16029 ], "loc": { "start": { - "line": 387, + "line": 383, "column": 4 }, "end": { - "line": 387, + "line": 383, "column": 8 } } @@ -37857,16 +37564,16 @@ "object": { "type": "ThisExpression", "range": [ - 16179, - 16183 + 16046, + 16050 ], "loc": { "start": { - "line": 388, + "line": 384, "column": 12 }, "end": { - "line": 388, + "line": 384, "column": 16 } } @@ -37875,31 +37582,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 16184, - 16195 + 16051, + 16062 ], "loc": { "start": { - "line": 388, + "line": 384, "column": 17 }, "end": { - "line": 388, + "line": 384, "column": 28 } } }, "range": [ - 16179, - 16195 + 16046, + 16062 ], "loc": { "start": { - "line": 388, + "line": 384, "column": 12 }, "end": { - "line": 388, + "line": 384, "column": 28 } } @@ -37911,48 +37618,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 16211, - 16218 + 16078, + 16085 ], "loc": { "start": { - "line": 389, + "line": 385, "column": 12 }, "end": { - "line": 389, + "line": 385, "column": 19 } } } ], "range": [ - 16197, - 16228 + 16064, + 16095 ], "loc": { "start": { - "line": 388, + "line": 384, "column": 30 }, "end": { - "line": 390, + "line": 386, "column": 9 } } }, "alternate": null, "range": [ - 16175, - 16228 + 16042, + 16095 ], "loc": { "start": { - "line": 388, + "line": 384, "column": 8 }, "end": { - "line": 390, + "line": 386, "column": 9 } } @@ -37966,16 +37673,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16242, - 16245 + 16109, + 16112 ], "loc": { "start": { - "line": 392, + "line": 388, "column": 12 }, "end": { - "line": 392, + "line": 388, "column": 15 } } @@ -37986,16 +37693,16 @@ "object": { "type": "ThisExpression", "range": [ - 16248, - 16252 + 16115, + 16119 ], "loc": { "start": { - "line": 392, + "line": 388, "column": 18 }, "end": { - "line": 392, + "line": 388, "column": 22 } } @@ -38004,46 +37711,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 16253, - 16256 + 16120, + 16123 ], "loc": { "start": { - "line": 392, + "line": 388, "column": 23 }, "end": { - "line": 392, + "line": 388, "column": 26 } } }, "range": [ - 16248, - 16256 + 16115, + 16123 ], "loc": { "start": { - "line": 392, + "line": 388, "column": 18 }, "end": { - "line": 392, + "line": 388, "column": 26 } } }, "range": [ - 16242, - 16256 + 16109, + 16123 ], "loc": { "start": { - "line": 392, + "line": 388, "column": 12 }, "end": { - "line": 392, + "line": 388, "column": 26 } } @@ -38051,16 +37758,16 @@ ], "kind": "let", "range": [ - 16238, - 16257 + 16105, + 16124 ], "loc": { "start": { - "line": 392, + "line": 388, "column": 8 }, "end": { - "line": 392, + "line": 388, "column": 27 } } @@ -38074,16 +37781,16 @@ "type": "Identifier", "name": "n", "range": [ - 16270, - 16271 + 16137, + 16138 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 12 }, "end": { - "line": 393, + "line": 389, "column": 13 } } @@ -38096,16 +37803,16 @@ "object": { "type": "ThisExpression", "range": [ - 16274, - 16278 + 16141, + 16145 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 16 }, "end": { - "line": 393, + "line": 389, "column": 20 } } @@ -38114,31 +37821,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 16279, - 16294 + 16146, + 16161 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 21 }, "end": { - "line": 393, + "line": 389, "column": 36 } } }, "range": [ - 16274, - 16294 + 16141, + 16161 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 16 }, "end": { - "line": 393, + "line": 389, "column": 36 } } @@ -38148,16 +37855,16 @@ "value": 1, "raw": "1", "range": [ - 16297, - 16298 + 16164, + 16165 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 39 }, "end": { - "line": 393, + "line": 389, "column": 40 } } @@ -38168,16 +37875,16 @@ "object": { "type": "ThisExpression", "range": [ - 16301, - 16305 + 16168, + 16172 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 43 }, "end": { - "line": 393, + "line": 389, "column": 47 } } @@ -38186,61 +37893,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 16306, - 16313 + 16173, + 16180 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 48 }, "end": { - "line": 393, + "line": 389, "column": 55 } } }, "range": [ - 16301, - 16313 + 16168, + 16180 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 43 }, "end": { - "line": 393, + "line": 389, "column": 55 } } }, "range": [ - 16274, - 16313 + 16141, + 16180 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 16 }, "end": { - "line": 393, + "line": 389, "column": 55 } } }, "range": [ - 16270, - 16313 + 16137, + 16180 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 12 }, "end": { - "line": 393, + "line": 389, "column": 55 } } @@ -38248,16 +37955,16 @@ ], "kind": "let", "range": [ - 16266, - 16314 + 16133, + 16181 ], "loc": { "start": { - "line": 393, + "line": 389, "column": 8 }, "end": { - "line": 393, + "line": 389, "column": 56 } } @@ -38271,32 +37978,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 16327, - 16335 + 16194, + 16202 ], "loc": { "start": { - "line": 394, + "line": 390, "column": 12 }, "end": { - "line": 394, + "line": 390, "column": 20 } } }, "init": null, "range": [ - 16327, - 16335 + 16194, + 16202 ], "loc": { "start": { - "line": 394, + "line": 390, "column": 12 }, "end": { - "line": 394, + "line": 390, "column": 20 } } @@ -38304,16 +38011,16 @@ ], "kind": "let", "range": [ - 16323, - 16336 + 16190, + 16203 ], "loc": { "start": { - "line": 394, + "line": 390, "column": 8 }, "end": { - "line": 394, + "line": 390, "column": 21 } }, @@ -38322,16 +38029,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 16346, - 16380 + 16213, + 16247 ], "loc": { "start": { - "line": 396, + "line": 392, "column": 8 }, "end": { - "line": 396, + "line": 392, "column": 42 } } @@ -38348,16 +38055,16 @@ "object": { "type": "ThisExpression", "range": [ - 16389, - 16393 + 16256, + 16260 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 8 }, "end": { - "line": 397, + "line": 393, "column": 12 } } @@ -38366,31 +38073,31 @@ "type": "Identifier", "name": "import", "range": [ - 16394, - 16400 + 16261, + 16267 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 13 }, "end": { - "line": 397, + "line": 393, "column": 19 } } }, "range": [ - 16389, - 16400 + 16256, + 16267 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 8 }, "end": { - "line": 397, + "line": 393, "column": 19 } } @@ -38402,16 +38109,16 @@ "object": { "type": "ThisExpression", "range": [ - 16401, - 16405 + 16268, + 16272 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 20 }, "end": { - "line": 397, + "line": 393, "column": 24 } } @@ -38420,31 +38127,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 16406, - 16418 + 16273, + 16285 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 25 }, "end": { - "line": 397, + "line": 393, "column": 37 } } }, "range": [ - 16401, - 16418 + 16268, + 16285 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 20 }, "end": { - "line": 397, + "line": 393, "column": 37 } } @@ -38455,16 +38162,16 @@ "object": { "type": "ThisExpression", "range": [ - 16420, - 16424 + 16287, + 16291 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 39 }, "end": { - "line": 397, + "line": 393, "column": 43 } } @@ -38473,31 +38180,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 16425, - 16435 + 16292, + 16302 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 44 }, "end": { - "line": 397, + "line": 393, "column": 54 } } }, "range": [ - 16420, - 16435 + 16287, + 16302 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 39 }, "end": { - "line": 397, + "line": 393, "column": 54 } } @@ -38507,16 +38214,16 @@ "value": null, "raw": "null", "range": [ - 16437, - 16441 + 16304, + 16308 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 56 }, "end": { - "line": 397, + "line": 393, "column": 60 } } @@ -38526,47 +38233,47 @@ "value": "link", "raw": "'link'", "range": [ - 16443, - 16449 + 16310, + 16316 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 62 }, "end": { - "line": 397, + "line": 393, "column": 68 } } } ], "range": [ - 16389, - 16450 + 16256, + 16317 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 8 }, "end": { - "line": 397, + "line": 393, "column": 69 } } }, "range": [ - 16389, - 16451 + 16256, + 16318 ], "loc": { "start": { - "line": 397, + "line": 393, "column": 8 }, "end": { - "line": 397, + "line": 393, "column": 70 } }, @@ -38575,16 +38282,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 16346, - 16380 + 16213, + 16247 ], "loc": { "start": { - "line": 396, + "line": 392, "column": 8 }, "end": { - "line": 396, + "line": 392, "column": 42 } } @@ -38595,16 +38302,16 @@ "type": "Line", "value": "loads theme", "range": [ - 16461, - 16474 + 16328, + 16341 ], "loc": { "start": { - "line": 399, + "line": 395, "column": 8 }, "end": { - "line": 399, + "line": 395, "column": 21 } } @@ -38619,16 +38326,16 @@ "object": { "type": "ThisExpression", "range": [ - 16487, - 16491 + 16354, + 16358 ], "loc": { "start": { - "line": 400, + "line": 396, "column": 12 }, "end": { - "line": 400, + "line": 396, "column": 16 } } @@ -38637,31 +38344,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 16492, - 16501 + 16359, + 16368 ], "loc": { "start": { - "line": 400, + "line": 396, "column": 17 }, "end": { - "line": 400, + "line": 396, "column": 26 } } }, "range": [ - 16487, - 16501 + 16354, + 16368 ], "loc": { "start": { - "line": 400, + "line": 396, "column": 12 }, "end": { - "line": 400, + "line": 396, "column": 26 } } @@ -38679,16 +38386,16 @@ "object": { "type": "ThisExpression", "range": [ - 16517, - 16521 + 16384, + 16388 ], "loc": { "start": { - "line": 401, + "line": 397, "column": 12 }, "end": { - "line": 401, + "line": 397, "column": 16 } } @@ -38697,94 +38404,94 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 16522, - 16532 + 16389, + 16399 ], "loc": { "start": { - "line": 401, + "line": 397, "column": 17 }, "end": { - "line": 401, + "line": 397, "column": 27 } } }, "range": [ - 16517, - 16532 + 16384, + 16399 ], "loc": { "start": { - "line": 401, + "line": 397, "column": 12 }, "end": { - "line": 401, + "line": 397, "column": 27 } } }, "arguments": [], "range": [ - 16517, - 16534 + 16384, + 16401 ], "loc": { "start": { - "line": 401, + "line": 397, "column": 12 }, "end": { - "line": 401, + "line": 397, "column": 29 } } }, "range": [ - 16517, - 16535 + 16384, + 16402 ], "loc": { "start": { - "line": 401, + "line": 397, "column": 12 }, "end": { - "line": 401, + "line": 397, "column": 30 } } } ], "range": [ - 16503, - 16545 + 16370, + 16412 ], "loc": { "start": { - "line": 400, + "line": 396, "column": 28 }, "end": { - "line": 402, + "line": 398, "column": 9 } } }, "alternate": null, "range": [ - 16483, - 16545 + 16350, + 16412 ], "loc": { "start": { - "line": 400, + "line": 396, "column": 8 }, "end": { - "line": 402, + "line": 398, "column": 9 } }, @@ -38793,16 +38500,16 @@ "type": "Line", "value": "loads theme", "range": [ - 16461, - 16474 + 16328, + 16341 ], "loc": { "start": { - "line": 399, + "line": 395, "column": 8 }, "end": { - "line": 399, + "line": 395, "column": 21 } } @@ -38813,16 +38520,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 16555, - 16614 + 16422, + 16481 ], "loc": { "start": { - "line": 404, + "line": 400, "column": 8 }, "end": { - "line": 404, + "line": 400, "column": 67 } } @@ -38841,16 +38548,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16628, - 16631 + 16495, + 16498 ], "loc": { "start": { - "line": 405, + "line": 401, "column": 13 }, "end": { - "line": 405, + "line": 401, "column": 16 } } @@ -38859,47 +38566,47 @@ "type": "Identifier", "name": "help", "range": [ - 16632, - 16636 + 16499, + 16503 ], "loc": { "start": { - "line": 405, + "line": 401, "column": 17 }, "end": { - "line": 405, + "line": 401, "column": 21 } } }, "range": [ - 16628, - 16636 + 16495, + 16503 ], "loc": { "start": { - "line": 405, + "line": 401, "column": 13 }, "end": { - "line": 405, + "line": 401, "column": 21 } } }, "prefix": true, "range": [ - 16627, - 16636 + 16494, + 16503 ], "loc": { "start": { - "line": 405, + "line": 401, "column": 12 }, "end": { - "line": 405, + "line": 401, "column": 21 } } @@ -38919,16 +38626,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16652, - 16655 + 16519, + 16522 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 12 }, "end": { - "line": 406, + "line": 402, "column": 15 } } @@ -38937,31 +38644,31 @@ "type": "Identifier", "name": "help", "range": [ - 16656, - 16660 + 16523, + 16527 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 16 }, "end": { - "line": 406, + "line": 402, "column": 20 } } }, "range": [ - 16652, - 16660 + 16519, + 16527 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 12 }, "end": { - "line": 406, + "line": 402, "column": 20 } } @@ -38972,16 +38679,16 @@ "type": "Identifier", "name": "Help", "range": [ - 16667, - 16671 + 16534, + 16538 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 27 }, "end": { - "line": 406, + "line": 402, "column": 31 } } @@ -38990,94 +38697,94 @@ { "type": "ThisExpression", "range": [ - 16672, - 16676 + 16539, + 16543 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 32 }, "end": { - "line": 406, + "line": 402, "column": 36 } } } ], "range": [ - 16663, - 16677 + 16530, + 16544 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 23 }, "end": { - "line": 406, + "line": 402, "column": 37 } } }, "range": [ - 16652, - 16677 + 16519, + 16544 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 12 }, "end": { - "line": 406, + "line": 402, "column": 37 } } }, "range": [ - 16652, - 16678 + 16519, + 16545 ], "loc": { "start": { - "line": 406, + "line": 402, "column": 12 }, "end": { - "line": 406, + "line": 402, "column": 38 } } } ], "range": [ - 16638, - 16688 + 16505, + 16555 ], "loc": { "start": { - "line": 405, + "line": 401, "column": 23 }, "end": { - "line": 407, + "line": 403, "column": 9 } } }, "alternate": null, "range": [ - 16623, - 16688 + 16490, + 16555 ], "loc": { "start": { - "line": 405, + "line": 401, "column": 8 }, "end": { - "line": 407, + "line": 403, "column": 9 } }, @@ -39086,16 +38793,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 16555, - 16614 + 16422, + 16481 ], "loc": { "start": { - "line": 404, + "line": 400, "column": 8 }, "end": { - "line": 404, + "line": 400, "column": 67 } } @@ -39110,16 +38817,16 @@ "object": { "type": "ThisExpression", "range": [ - 16701, - 16705 + 16568, + 16572 ], "loc": { "start": { - "line": 408, + "line": 404, "column": 12 }, "end": { - "line": 408, + "line": 404, "column": 16 } } @@ -39128,31 +38835,31 @@ "type": "Identifier", "name": "help", "range": [ - 16706, - 16710 + 16573, + 16577 ], "loc": { "start": { - "line": 408, + "line": 404, "column": 17 }, "end": { - "line": 408, + "line": 404, "column": 21 } } }, "range": [ - 16701, - 16710 + 16568, + 16577 ], "loc": { "start": { - "line": 408, + "line": 404, "column": 12 }, "end": { - "line": 408, + "line": 404, "column": 21 } } @@ -39174,16 +38881,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16726, - 16729 + 16593, + 16596 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 12 }, "end": { - "line": 409, + "line": 405, "column": 15 } } @@ -39192,31 +38899,31 @@ "type": "Identifier", "name": "help", "range": [ - 16730, - 16734 + 16597, + 16601 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 16 }, "end": { - "line": 409, + "line": 405, "column": 20 } } }, "range": [ - 16726, - 16734 + 16593, + 16601 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 12 }, "end": { - "line": 409, + "line": 405, "column": 20 } } @@ -39225,94 +38932,94 @@ "type": "Identifier", "name": "init", "range": [ - 16735, - 16739 + 16602, + 16606 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 21 }, "end": { - "line": 409, + "line": 405, "column": 25 } } }, "range": [ - 16726, - 16739 + 16593, + 16606 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 12 }, "end": { - "line": 409, + "line": 405, "column": 25 } } }, "arguments": [], "range": [ - 16726, - 16741 + 16593, + 16608 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 12 }, "end": { - "line": 409, + "line": 405, "column": 27 } } }, "range": [ - 16726, - 16742 + 16593, + 16609 ], "loc": { "start": { - "line": 409, + "line": 405, "column": 12 }, "end": { - "line": 409, + "line": 405, "column": 28 } } } ], "range": [ - 16712, - 16752 + 16579, + 16619 ], "loc": { "start": { - "line": 408, + "line": 404, "column": 23 }, "end": { - "line": 410, + "line": 406, "column": 9 } } }, "alternate": null, "range": [ - 16697, - 16752 + 16564, + 16619 ], "loc": { "start": { - "line": 408, + "line": 404, "column": 8 }, "end": { - "line": 410, + "line": 406, "column": 9 } } @@ -39325,16 +39032,16 @@ "object": { "type": "ThisExpression", "range": [ - 16766, - 16770 + 16633, + 16637 ], "loc": { "start": { - "line": 412, + "line": 408, "column": 12 }, "end": { - "line": 412, + "line": 408, "column": 16 } } @@ -39343,31 +39050,31 @@ "type": "Identifier", "name": "state", "range": [ - 16771, - 16776 + 16638, + 16643 ], "loc": { "start": { - "line": 412, + "line": 408, "column": 17 }, "end": { - "line": 412, + "line": 408, "column": 22 } } }, "range": [ - 16766, - 16776 + 16633, + 16643 ], "loc": { "start": { - "line": 412, + "line": 408, "column": 12 }, "end": { - "line": 412, + "line": 408, "column": 22 } } @@ -39387,16 +39094,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16797, - 16800 + 16664, + 16667 ], "loc": { "start": { - "line": 413, + "line": 409, "column": 17 }, "end": { - "line": 413, + "line": 409, "column": 20 } } @@ -39405,47 +39112,47 @@ "type": "Identifier", "name": "state", "range": [ - 16801, - 16806 + 16668, + 16673 ], "loc": { "start": { - "line": 413, + "line": 409, "column": 21 }, "end": { - "line": 413, + "line": 409, "column": 26 } } }, "range": [ - 16797, - 16806 + 16664, + 16673 ], "loc": { "start": { - "line": 413, + "line": 409, "column": 17 }, "end": { - "line": 413, + "line": 409, "column": 26 } } }, "prefix": true, "range": [ - 16796, - 16806 + 16663, + 16673 ], "loc": { "start": { - "line": 413, + "line": 409, "column": 16 }, "end": { - "line": 413, + "line": 409, "column": 26 } } @@ -39465,16 +39172,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16826, - 16829 + 16693, + 16696 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 16 }, "end": { - "line": 414, + "line": 410, "column": 19 } } @@ -39483,31 +39190,31 @@ "type": "Identifier", "name": "state", "range": [ - 16830, - 16835 + 16697, + 16702 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 20 }, "end": { - "line": 414, + "line": 410, "column": 25 } } }, "range": [ - 16826, - 16835 + 16693, + 16702 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 16 }, "end": { - "line": 414, + "line": 410, "column": 25 } } @@ -39518,16 +39225,16 @@ "type": "Identifier", "name": "State", "range": [ - 16842, - 16847 + 16709, + 16714 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 32 }, "end": { - "line": 414, + "line": 410, "column": 37 } } @@ -39536,94 +39243,94 @@ { "type": "ThisExpression", "range": [ - 16848, - 16852 + 16715, + 16719 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 38 }, "end": { - "line": 414, + "line": 410, "column": 42 } } } ], "range": [ - 16838, - 16853 + 16705, + 16720 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 28 }, "end": { - "line": 414, + "line": 410, "column": 43 } } }, "range": [ - 16826, - 16853 + 16693, + 16720 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 16 }, "end": { - "line": 414, + "line": 410, "column": 43 } } }, "range": [ - 16826, - 16854 + 16693, + 16721 ], "loc": { "start": { - "line": 414, + "line": 410, "column": 16 }, "end": { - "line": 414, + "line": 410, "column": 44 } } } ], "range": [ - 16808, - 16868 + 16675, + 16735 ], "loc": { "start": { - "line": 413, + "line": 409, "column": 28 }, "end": { - "line": 415, + "line": 411, "column": 13 } } }, "alternate": null, "range": [ - 16792, - 16868 + 16659, + 16735 ], "loc": { "start": { - "line": 413, + "line": 409, "column": 12 }, "end": { - "line": 415, + "line": 411, "column": 13 } } @@ -39642,16 +39349,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16881, - 16884 + 16748, + 16751 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 12 }, "end": { - "line": 416, + "line": 412, "column": 15 } } @@ -39660,31 +39367,31 @@ "type": "Identifier", "name": "state", "range": [ - 16885, - 16890 + 16752, + 16757 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 16 }, "end": { - "line": 416, + "line": 412, "column": 21 } } }, "range": [ - 16881, - 16890 + 16748, + 16757 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 12 }, "end": { - "line": 416, + "line": 412, "column": 21 } } @@ -39693,94 +39400,94 @@ "type": "Identifier", "name": "init", "range": [ - 16891, - 16895 + 16758, + 16762 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 22 }, "end": { - "line": 416, + "line": 412, "column": 26 } } }, "range": [ - 16881, - 16895 + 16748, + 16762 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 12 }, "end": { - "line": 416, + "line": 412, "column": 26 } } }, "arguments": [], "range": [ - 16881, - 16897 + 16748, + 16764 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 12 }, "end": { - "line": 416, + "line": 412, "column": 28 } } }, "range": [ - 16881, - 16898 + 16748, + 16765 ], "loc": { "start": { - "line": 416, + "line": 412, "column": 12 }, "end": { - "line": 416, + "line": 412, "column": 29 } } } ], "range": [ - 16778, - 16908 + 16645, + 16775 ], "loc": { "start": { - "line": 412, + "line": 408, "column": 24 }, "end": { - "line": 417, + "line": 413, "column": 9 } } }, "alternate": null, "range": [ - 16762, - 16908 + 16629, + 16775 ], "loc": { "start": { - "line": 412, + "line": 408, "column": 8 }, "end": { - "line": 417, + "line": 413, "column": 9 } } @@ -39793,16 +39500,16 @@ "object": { "type": "ThisExpression", "range": [ - 16922, - 16926 + 16789, + 16793 ], "loc": { "start": { - "line": 419, + "line": 415, "column": 12 }, "end": { - "line": 419, + "line": 415, "column": 16 } } @@ -39811,31 +39518,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 16927, - 16937 + 16794, + 16804 ], "loc": { "start": { - "line": 419, + "line": 415, "column": 17 }, "end": { - "line": 419, + "line": 415, "column": 27 } } }, "range": [ - 16922, - 16937 + 16789, + 16804 ], "loc": { "start": { - "line": 419, + "line": 415, "column": 12 }, "end": { - "line": 419, + "line": 415, "column": 27 } } @@ -39855,16 +39562,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16958, - 16961 + 16825, + 16828 ], "loc": { "start": { - "line": 420, + "line": 416, "column": 17 }, "end": { - "line": 420, + "line": 416, "column": 20 } } @@ -39873,47 +39580,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 16962, - 16972 + 16829, + 16839 ], "loc": { "start": { - "line": 420, + "line": 416, "column": 21 }, "end": { - "line": 420, + "line": 416, "column": 31 } } }, "range": [ - 16958, - 16972 + 16825, + 16839 ], "loc": { "start": { - "line": 420, + "line": 416, "column": 17 }, "end": { - "line": 420, + "line": 416, "column": 31 } } }, "prefix": true, "range": [ - 16957, - 16972 + 16824, + 16839 ], "loc": { "start": { - "line": 420, + "line": 416, "column": 16 }, "end": { - "line": 420, + "line": 416, "column": 31 } } @@ -39933,16 +39640,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 16992, - 16995 + 16859, + 16862 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 16 }, "end": { - "line": 421, + "line": 417, "column": 19 } } @@ -39951,31 +39658,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 16996, - 17006 + 16863, + 16873 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 20 }, "end": { - "line": 421, + "line": 417, "column": 30 } } }, "range": [ - 16992, - 17006 + 16859, + 16873 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 16 }, "end": { - "line": 421, + "line": 417, "column": 30 } } @@ -39986,16 +39693,16 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 17013, - 17023 + 16880, + 16890 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 37 }, "end": { - "line": 421, + "line": 417, "column": 47 } } @@ -40004,94 +39711,94 @@ { "type": "ThisExpression", "range": [ - 17024, - 17028 + 16891, + 16895 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 48 }, "end": { - "line": 421, + "line": 417, "column": 52 } } } ], "range": [ - 17009, - 17029 + 16876, + 16896 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 33 }, "end": { - "line": 421, + "line": 417, "column": 53 } } }, "range": [ - 16992, - 17029 + 16859, + 16896 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 16 }, "end": { - "line": 421, + "line": 417, "column": 53 } } }, "range": [ - 16992, - 17030 + 16859, + 16897 ], "loc": { "start": { - "line": 421, + "line": 417, "column": 16 }, "end": { - "line": 421, + "line": 417, "column": 54 } } } ], "range": [ - 16974, - 17044 + 16841, + 16911 ], "loc": { "start": { - "line": 420, + "line": 416, "column": 33 }, "end": { - "line": 422, + "line": 418, "column": 13 } } }, "alternate": null, "range": [ - 16953, - 17044 + 16820, + 16911 ], "loc": { "start": { - "line": 420, + "line": 416, "column": 12 }, "end": { - "line": 422, + "line": 418, "column": 13 } } @@ -40110,16 +39817,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17057, - 17060 + 16924, + 16927 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 12 }, "end": { - "line": 423, + "line": 419, "column": 15 } } @@ -40128,31 +39835,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 17061, - 17071 + 16928, + 16938 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 16 }, "end": { - "line": 423, + "line": 419, "column": 26 } } }, "range": [ - 17057, - 17071 + 16924, + 16938 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 12 }, "end": { - "line": 423, + "line": 419, "column": 26 } } @@ -40161,94 +39868,94 @@ "type": "Identifier", "name": "init", "range": [ - 17072, - 17076 + 16939, + 16943 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 27 }, "end": { - "line": 423, + "line": 419, "column": 31 } } }, "range": [ - 17057, - 17076 + 16924, + 16943 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 12 }, "end": { - "line": 423, + "line": 419, "column": 31 } } }, "arguments": [], "range": [ - 17057, - 17078 + 16924, + 16945 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 12 }, "end": { - "line": 423, + "line": 419, "column": 33 } } }, "range": [ - 17057, - 17079 + 16924, + 16946 ], "loc": { "start": { - "line": 423, + "line": 419, "column": 12 }, "end": { - "line": 423, + "line": 419, "column": 34 } } } ], "range": [ - 16939, - 17089 + 16806, + 16956 ], "loc": { "start": { - "line": 419, + "line": 415, "column": 29 }, "end": { - "line": 424, + "line": 420, "column": 9 } } }, "alternate": null, "range": [ - 16918, - 17089 + 16785, + 16956 ], "loc": { "start": { - "line": 419, + "line": 415, "column": 8 }, "end": { - "line": 424, + "line": 420, "column": 9 } } @@ -40261,16 +39968,16 @@ "object": { "type": "ThisExpression", "range": [ - 17103, - 17107 + 16970, + 16974 ], "loc": { "start": { - "line": 426, + "line": 422, "column": 12 }, "end": { - "line": 426, + "line": 422, "column": 16 } } @@ -40279,31 +39986,31 @@ "type": "Identifier", "name": "loader", "range": [ - 17108, - 17114 + 16975, + 16981 ], "loc": { "start": { - "line": 426, + "line": 422, "column": 17 }, "end": { - "line": 426, + "line": 422, "column": 23 } } }, "range": [ - 17103, - 17114 + 16970, + 16981 ], "loc": { "start": { - "line": 426, + "line": 422, "column": 12 }, "end": { - "line": 426, + "line": 422, "column": 23 } } @@ -40323,16 +40030,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17135, - 17138 + 17002, + 17005 ], "loc": { "start": { - "line": 427, + "line": 423, "column": 17 }, "end": { - "line": 427, + "line": 423, "column": 20 } } @@ -40341,47 +40048,47 @@ "type": "Identifier", "name": "loader", "range": [ - 17139, - 17145 + 17006, + 17012 ], "loc": { "start": { - "line": 427, + "line": 423, "column": 21 }, "end": { - "line": 427, + "line": 423, "column": 27 } } }, "range": [ - 17135, - 17145 + 17002, + 17012 ], "loc": { "start": { - "line": 427, + "line": 423, "column": 17 }, "end": { - "line": 427, + "line": 423, "column": 27 } } }, "prefix": true, "range": [ - 17134, - 17145 + 17001, + 17012 ], "loc": { "start": { - "line": 427, + "line": 423, "column": 16 }, "end": { - "line": 427, + "line": 423, "column": 27 } } @@ -40401,16 +40108,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17165, - 17168 + 17032, + 17035 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 16 }, "end": { - "line": 428, + "line": 424, "column": 19 } } @@ -40419,31 +40126,31 @@ "type": "Identifier", "name": "loader", "range": [ - 17169, - 17175 + 17036, + 17042 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 20 }, "end": { - "line": 428, + "line": 424, "column": 26 } } }, "range": [ - 17165, - 17175 + 17032, + 17042 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 16 }, "end": { - "line": 428, + "line": 424, "column": 26 } } @@ -40454,16 +40161,16 @@ "type": "Identifier", "name": "Loader", "range": [ - 17182, - 17188 + 17049, + 17055 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 33 }, "end": { - "line": 428, + "line": 424, "column": 39 } } @@ -40472,94 +40179,94 @@ { "type": "ThisExpression", "range": [ - 17189, - 17193 + 17056, + 17060 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 40 }, "end": { - "line": 428, + "line": 424, "column": 44 } } } ], "range": [ - 17178, - 17194 + 17045, + 17061 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 29 }, "end": { - "line": 428, + "line": 424, "column": 45 } } }, "range": [ - 17165, - 17194 + 17032, + 17061 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 16 }, "end": { - "line": 428, + "line": 424, "column": 45 } } }, "range": [ - 17165, - 17195 + 17032, + 17062 ], "loc": { "start": { - "line": 428, + "line": 424, "column": 16 }, "end": { - "line": 428, + "line": 424, "column": 46 } } } ], "range": [ - 17147, - 17209 + 17014, + 17076 ], "loc": { "start": { - "line": 427, + "line": 423, "column": 29 }, "end": { - "line": 429, + "line": 425, "column": 13 } } }, "alternate": null, "range": [ - 17130, - 17209 + 16997, + 17076 ], "loc": { "start": { - "line": 427, + "line": 423, "column": 12 }, "end": { - "line": 429, + "line": 425, "column": 13 } } @@ -40578,16 +40285,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17222, - 17225 + 17089, + 17092 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 12 }, "end": { - "line": 430, + "line": 426, "column": 15 } } @@ -40596,31 +40303,31 @@ "type": "Identifier", "name": "loader", "range": [ - 17226, - 17232 + 17093, + 17099 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 16 }, "end": { - "line": 430, + "line": 426, "column": 22 } } }, "range": [ - 17222, - 17232 + 17089, + 17099 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 12 }, "end": { - "line": 430, + "line": 426, "column": 22 } } @@ -40629,94 +40336,94 @@ "type": "Identifier", "name": "init", "range": [ - 17233, - 17237 + 17100, + 17104 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 23 }, "end": { - "line": 430, + "line": 426, "column": 27 } } }, "range": [ - 17222, - 17237 + 17089, + 17104 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 12 }, "end": { - "line": 430, + "line": 426, "column": 27 } } }, "arguments": [], "range": [ - 17222, - 17239 + 17089, + 17106 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 12 }, "end": { - "line": 430, + "line": 426, "column": 29 } } }, "range": [ - 17222, - 17240 + 17089, + 17107 ], "loc": { "start": { - "line": 430, + "line": 426, "column": 12 }, "end": { - "line": 430, + "line": 426, "column": 30 } } } ], "range": [ - 17116, - 17250 + 16983, + 17117 ], "loc": { "start": { - "line": 426, + "line": 422, "column": 25 }, "end": { - "line": 431, + "line": 427, "column": 9 } } }, "alternate": null, "range": [ - 17099, - 17250 + 16966, + 17117 ], "loc": { "start": { - "line": 426, + "line": 422, "column": 8 }, "end": { - "line": 431, + "line": 427, "column": 9 } } @@ -40729,16 +40436,16 @@ "object": { "type": "ThisExpression", "range": [ - 17264, - 17268 + 17131, + 17135 ], "loc": { "start": { - "line": 433, + "line": 429, "column": 12 }, "end": { - "line": 433, + "line": 429, "column": 16 } } @@ -40747,31 +40454,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 17269, - 17286 + 17136, + 17153 ], "loc": { "start": { - "line": 433, + "line": 429, "column": 17 }, "end": { - "line": 433, + "line": 429, "column": 34 } } }, "range": [ - 17264, - 17286 + 17131, + 17153 ], "loc": { "start": { - "line": 433, + "line": 429, "column": 12 }, "end": { - "line": 433, + "line": 429, "column": 34 } } @@ -40791,16 +40498,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17302, - 17305 + 17169, + 17172 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 12 }, "end": { - "line": 434, + "line": 430, "column": 15 } } @@ -40809,31 +40516,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 17306, - 17322 + 17173, + 17189 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 16 }, "end": { - "line": 434, + "line": 430, "column": 32 } } }, "range": [ - 17302, - 17322 + 17169, + 17189 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 12 }, "end": { - "line": 434, + "line": 430, "column": 32 } } @@ -40844,16 +40551,16 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 17329, - 17345 + 17196, + 17212 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 39 }, "end": { - "line": 434, + "line": 430, "column": 55 } } @@ -40862,62 +40569,62 @@ { "type": "ThisExpression", "range": [ - 17346, - 17350 + 17213, + 17217 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 56 }, "end": { - "line": 434, + "line": 430, "column": 60 } } } ], "range": [ - 17325, - 17351 + 17192, + 17218 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 35 }, "end": { - "line": 434, + "line": 430, "column": 61 } } }, "range": [ - 17302, - 17351 + 17169, + 17218 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 12 }, "end": { - "line": 434, + "line": 430, "column": 61 } } }, "range": [ - 17302, - 17352 + 17169, + 17219 ], "loc": { "start": { - "line": 434, + "line": 430, "column": 12 }, "end": { - "line": 434, + "line": 430, "column": 62 } } @@ -40936,16 +40643,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17365, - 17368 + 17232, + 17235 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 12 }, "end": { - "line": 435, + "line": 431, "column": 15 } } @@ -40954,31 +40661,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 17369, - 17385 + 17236, + 17252 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 16 }, "end": { - "line": 435, + "line": 431, "column": 32 } } }, "range": [ - 17365, - 17385 + 17232, + 17252 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 12 }, "end": { - "line": 435, + "line": 431, "column": 32 } } @@ -40987,94 +40694,94 @@ "type": "Identifier", "name": "init", "range": [ - 17386, - 17390 + 17253, + 17257 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 33 }, "end": { - "line": 435, + "line": 431, "column": 37 } } }, "range": [ - 17365, - 17390 + 17232, + 17257 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 12 }, "end": { - "line": 435, + "line": 431, "column": 37 } } }, "arguments": [], "range": [ - 17365, - 17392 + 17232, + 17259 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 12 }, "end": { - "line": 435, + "line": 431, "column": 39 } } }, "range": [ - 17365, - 17393 + 17232, + 17260 ], "loc": { "start": { - "line": 435, + "line": 431, "column": 12 }, "end": { - "line": 435, + "line": 431, "column": 40 } } } ], "range": [ - 17288, - 17403 + 17155, + 17270 ], "loc": { "start": { - "line": 433, + "line": 429, "column": 36 }, "end": { - "line": 436, + "line": 432, "column": 9 } } }, "alternate": null, "range": [ - 17260, - 17403 + 17127, + 17270 ], "loc": { "start": { - "line": 433, + "line": 429, "column": 8 }, "end": { - "line": 436, + "line": 432, "column": 9 } } @@ -41087,16 +40794,16 @@ "object": { "type": "ThisExpression", "range": [ - 17417, - 17421 + 17284, + 17288 ], "loc": { "start": { - "line": 438, + "line": 434, "column": 12 }, "end": { - "line": 438, + "line": 434, "column": 16 } } @@ -41105,31 +40812,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 17422, - 17434 + 17289, + 17301 ], "loc": { "start": { - "line": 438, + "line": 434, "column": 17 }, "end": { - "line": 438, + "line": 434, "column": 29 } } }, "range": [ - 17417, - 17434 + 17284, + 17301 ], "loc": { "start": { - "line": 438, + "line": 434, "column": 12 }, "end": { - "line": 438, + "line": 434, "column": 29 } } @@ -41149,16 +40856,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17455, - 17458 + 17322, + 17325 ], "loc": { "start": { - "line": 439, + "line": 435, "column": 17 }, "end": { - "line": 439, + "line": 435, "column": 20 } } @@ -41167,47 +40874,47 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 17459, - 17470 + 17326, + 17337 ], "loc": { "start": { - "line": 439, + "line": 435, "column": 21 }, "end": { - "line": 439, + "line": 435, "column": 32 } } }, "range": [ - 17455, - 17470 + 17322, + 17337 ], "loc": { "start": { - "line": 439, + "line": 435, "column": 17 }, "end": { - "line": 439, + "line": 435, "column": 32 } } }, "prefix": true, "range": [ - 17454, - 17470 + 17321, + 17337 ], "loc": { "start": { - "line": 439, + "line": 435, "column": 16 }, "end": { - "line": 439, + "line": 435, "column": 32 } } @@ -41227,16 +40934,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17490, - 17493 + 17357, + 17360 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 16 }, "end": { - "line": 440, + "line": 436, "column": 19 } } @@ -41245,31 +40952,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 17494, - 17505 + 17361, + 17372 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 20 }, "end": { - "line": 440, + "line": 436, "column": 31 } } }, "range": [ - 17490, - 17505 + 17357, + 17372 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 16 }, "end": { - "line": 440, + "line": 436, "column": 31 } } @@ -41280,16 +40987,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 17512, - 17523 + 17379, + 17390 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 38 }, "end": { - "line": 440, + "line": 436, "column": 49 } } @@ -41298,94 +41005,94 @@ { "type": "ThisExpression", "range": [ - 17524, - 17528 + 17391, + 17395 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 50 }, "end": { - "line": 440, + "line": 436, "column": 54 } } } ], "range": [ - 17508, - 17529 + 17375, + 17396 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 34 }, "end": { - "line": 440, + "line": 436, "column": 55 } } }, "range": [ - 17490, - 17529 + 17357, + 17396 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 16 }, "end": { - "line": 440, + "line": 436, "column": 55 } } }, "range": [ - 17490, - 17530 + 17357, + 17397 ], "loc": { "start": { - "line": 440, + "line": 436, "column": 16 }, "end": { - "line": 440, + "line": 436, "column": 56 } } } ], "range": [ - 17472, - 17544 + 17339, + 17411 ], "loc": { "start": { - "line": 439, + "line": 435, "column": 34 }, "end": { - "line": 441, + "line": 437, "column": 13 } } }, "alternate": null, "range": [ - 17450, - 17544 + 17317, + 17411 ], "loc": { "start": { - "line": 439, + "line": 435, "column": 12 }, "end": { - "line": 441, + "line": 437, "column": 13 } } @@ -41404,16 +41111,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 17557, - 17560 + 17424, + 17427 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 12 }, "end": { - "line": 442, + "line": 438, "column": 15 } } @@ -41422,31 +41129,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 17561, - 17572 + 17428, + 17439 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 16 }, "end": { - "line": 442, + "line": 438, "column": 27 } } }, "range": [ - 17557, - 17572 + 17424, + 17439 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 12 }, "end": { - "line": 442, + "line": 438, "column": 27 } } @@ -41455,94 +41162,94 @@ "type": "Identifier", "name": "init", "range": [ - 17573, - 17577 + 17440, + 17444 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 28 }, "end": { - "line": 442, + "line": 438, "column": 32 } } }, "range": [ - 17557, - 17577 + 17424, + 17444 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 12 }, "end": { - "line": 442, + "line": 438, "column": 32 } } }, "arguments": [], "range": [ - 17557, - 17579 + 17424, + 17446 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 12 }, "end": { - "line": 442, + "line": 438, "column": 34 } } }, "range": [ - 17557, - 17580 + 17424, + 17447 ], "loc": { "start": { - "line": 442, + "line": 438, "column": 12 }, "end": { - "line": 442, + "line": 438, "column": 35 } } } ], "range": [ - 17436, - 17590 + 17303, + 17457 ], "loc": { "start": { - "line": 438, + "line": 434, "column": 31 }, "end": { - "line": 443, + "line": 439, "column": 9 } } }, "alternate": null, "range": [ - 17413, - 17590 + 17280, + 17457 ], "loc": { "start": { - "line": 438, + "line": 434, "column": 8 }, "end": { - "line": 443, + "line": 439, "column": 9 } }, @@ -41551,16 +41258,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 17600, - 17631 + 17467, + 17498 ], "loc": { "start": { - "line": 445, + "line": 441, "column": 8 }, "end": { - "line": 445, + "line": 441, "column": 39 } } @@ -41578,16 +41285,16 @@ "object": { "type": "ThisExpression", "range": [ - 17645, - 17649 + 17512, + 17516 ], "loc": { "start": { - "line": 446, + "line": 442, "column": 13 }, "end": { - "line": 446, + "line": 442, "column": 17 } } @@ -41596,47 +41303,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 17650, - 17657 + 17517, + 17524 ], "loc": { "start": { - "line": 446, + "line": 442, "column": 18 }, "end": { - "line": 446, + "line": 442, "column": 25 } } }, "range": [ - 17645, - 17657 + 17512, + 17524 ], "loc": { "start": { - "line": 446, + "line": 442, "column": 13 }, "end": { - "line": 446, + "line": 442, "column": 25 } } }, "prefix": true, "range": [ - 17644, - 17657 + 17511, + 17524 ], "loc": { "start": { - "line": 446, + "line": 442, "column": 12 }, "end": { - "line": 446, + "line": 442, "column": 25 } } @@ -41654,16 +41361,16 @@ "object": { "type": "ThisExpression", "range": [ - 17673, - 17677 + 17540, + 17544 ], "loc": { "start": { - "line": 447, + "line": 443, "column": 12 }, "end": { - "line": 447, + "line": 443, "column": 16 } } @@ -41672,78 +41379,78 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 17678, - 17692 + 17545, + 17559 ], "loc": { "start": { - "line": 447, + "line": 443, "column": 17 }, "end": { - "line": 447, + "line": 443, "column": 31 } } }, "range": [ - 17673, - 17692 + 17540, + 17559 ], "loc": { "start": { - "line": 447, + "line": 443, "column": 12 }, "end": { - "line": 447, + "line": 443, "column": 31 } } }, "arguments": [], "range": [ - 17673, - 17694 + 17540, + 17561 ], "loc": { "start": { - "line": 447, + "line": 443, "column": 12 }, "end": { - "line": 447, + "line": 443, "column": 33 } } }, "range": [ - 17673, - 17695 + 17540, + 17562 ], "loc": { "start": { - "line": 447, + "line": 443, "column": 12 }, "end": { - "line": 447, + "line": 443, "column": 34 } } } ], "range": [ - 17659, - 17705 + 17526, + 17572 ], "loc": { "start": { - "line": 446, + "line": 442, "column": 27 }, "end": { - "line": 448, + "line": 444, "column": 9 } } @@ -41760,16 +41467,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 17729, - 17735 + 17596, + 17602 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 16 }, "end": { - "line": 449, + "line": 445, "column": 22 } } @@ -41782,16 +41489,16 @@ "object": { "type": "ThisExpression", "range": [ - 17738, - 17742 + 17605, + 17609 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 25 }, "end": { - "line": 449, + "line": 445, "column": 29 } } @@ -41800,62 +41507,62 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 17743, - 17760 + 17610, + 17627 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 30 }, "end": { - "line": 449, + "line": 445, "column": 47 } } }, "range": [ - 17738, - 17760 + 17605, + 17627 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 25 }, "end": { - "line": 449, + "line": 445, "column": 47 } } }, "arguments": [], "range": [ - 17738, - 17762 + 17605, + 17629 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 25 }, "end": { - "line": 449, + "line": 445, "column": 49 } } }, "range": [ - 17729, - 17762 + 17596, + 17629 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 16 }, "end": { - "line": 449, + "line": 445, "column": 49 } } @@ -41863,16 +41570,16 @@ ], "kind": "let", "range": [ - 17725, - 17763 + 17592, + 17630 ], "loc": { "start": { - "line": 449, + "line": 445, "column": 12 }, "end": { - "line": 449, + "line": 445, "column": 50 } } @@ -41888,16 +41595,16 @@ "object": { "type": "ThisExpression", "range": [ - 17777, - 17781 + 17644, + 17648 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 12 }, "end": { - "line": 451, + "line": 447, "column": 16 } } @@ -41906,31 +41613,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 17782, - 17798 + 17649, + 17665 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 17 }, "end": { - "line": 451, + "line": 447, "column": 33 } } }, "range": [ - 17777, - 17798 + 17644, + 17665 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 12 }, "end": { - "line": 451, + "line": 447, "column": 33 } } @@ -41943,16 +41650,16 @@ "object": { "type": "ThisExpression", "range": [ - 17801, - 17805 + 17668, + 17672 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 36 }, "end": { - "line": 451, + "line": 447, "column": 40 } } @@ -41961,77 +41668,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 17806, - 17815 + 17673, + 17682 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 41 }, "end": { - "line": 451, + "line": 447, "column": 50 } } }, "range": [ - 17801, - 17815 + 17668, + 17682 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 36 }, "end": { - "line": 451, + "line": 447, "column": 50 } } }, "arguments": [], "range": [ - 17801, - 17817 + 17668, + 17684 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 36 }, "end": { - "line": 451, + "line": 447, "column": 52 } } }, "range": [ - 17777, - 17817 + 17644, + 17684 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 12 }, "end": { - "line": 451, + "line": 447, "column": 52 } } }, "range": [ - 17777, - 17818 + 17644, + 17685 ], "loc": { "start": { - "line": 451, + "line": 447, "column": 12 }, "end": { - "line": 451, + "line": 447, "column": 53 } }, @@ -42040,16 +41747,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 17832, - 17851 + 17699, + 17718 ], "loc": { "start": { - "line": 453, + "line": 449, "column": 12 }, "end": { - "line": 453, + "line": 449, "column": 31 } } @@ -42067,16 +41774,16 @@ "type": "Identifier", "name": "i", "range": [ - 17873, - 17874 + 17740, + 17741 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 21 }, "end": { - "line": 454, + "line": 450, "column": 22 } } @@ -42086,31 +41793,31 @@ "value": 0, "raw": "0", "range": [ - 17877, - 17878 + 17744, + 17745 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 25 }, "end": { - "line": 454, + "line": 450, "column": 26 } } }, "range": [ - 17873, - 17878 + 17740, + 17745 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 21 }, "end": { - "line": 454, + "line": 450, "column": 26 } } @@ -42118,16 +41825,16 @@ ], "kind": "let", "range": [ - 17869, - 17878 + 17736, + 17745 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 17 }, "end": { - "line": 454, + "line": 450, "column": 26 } } @@ -42139,16 +41846,16 @@ "type": "Identifier", "name": "i", "range": [ - 17880, - 17881 + 17747, + 17748 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 28 }, "end": { - "line": 454, + "line": 450, "column": 29 } } @@ -42157,31 +41864,31 @@ "type": "Identifier", "name": "n", "range": [ - 17884, - 17885 + 17751, + 17752 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 32 }, "end": { - "line": 454, + "line": 450, "column": 33 } } }, "range": [ - 17880, - 17885 + 17747, + 17752 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 28 }, "end": { - "line": 454, + "line": 450, "column": 33 } } @@ -42193,32 +41900,32 @@ "type": "Identifier", "name": "i", "range": [ - 17887, - 17888 + 17754, + 17755 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 35 }, "end": { - "line": 454, + "line": 450, "column": 36 } } }, "prefix": false, "range": [ - 17887, - 17890 + 17754, + 17757 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 35 }, "end": { - "line": 454, + "line": 450, "column": 38 } } @@ -42239,16 +41946,16 @@ "object": { "type": "ThisExpression", "range": [ - 17910, - 17914 + 17777, + 17781 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 16 }, "end": { - "line": 455, + "line": 451, "column": 20 } } @@ -42257,31 +41964,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 17915, - 17922 + 17782, + 17789 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 21 }, "end": { - "line": 455, + "line": 451, "column": 28 } } }, "range": [ - 17910, - 17922 + 17777, + 17789 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 16 }, "end": { - "line": 455, + "line": 451, "column": 28 } } @@ -42290,31 +41997,31 @@ "type": "Identifier", "name": "emit", "range": [ - 17923, - 17927 + 17790, + 17794 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 29 }, "end": { - "line": 455, + "line": 451, "column": 33 } } }, "range": [ - 17910, - 17927 + 17777, + 17794 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 16 }, "end": { - "line": 455, + "line": 451, "column": 33 } } @@ -42325,16 +42032,16 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 17928, - 17948 + 17795, + 17815 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 34 }, "end": { - "line": 455, + "line": 451, "column": 54 } } @@ -42342,16 +42049,16 @@ { "type": "ThisExpression", "range": [ - 17950, - 17954 + 17817, + 17821 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 56 }, "end": { - "line": 455, + "line": 451, "column": 60 } } @@ -42360,47 +42067,47 @@ "type": "Identifier", "name": "i", "range": [ - 17956, - 17957 + 17823, + 17824 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 62 }, "end": { - "line": 455, + "line": 451, "column": 63 } } } ], "range": [ - 17910, - 17958 + 17777, + 17825 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 16 }, "end": { - "line": 455, + "line": 451, "column": 64 } } }, "range": [ - 17910, - 17959 + 17777, + 17826 ], "loc": { "start": { - "line": 455, + "line": 451, "column": 16 }, "end": { - "line": 455, + "line": 451, "column": 65 } } @@ -42414,16 +42121,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 17981, - 17988 + 17848, + 17855 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 20 }, "end": { - "line": 457, + "line": 453, "column": 27 } } @@ -42434,16 +42141,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 17991, - 18000 + 17858, + 17867 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 30 }, "end": { - "line": 457, + "line": 453, "column": 39 } } @@ -42455,16 +42162,16 @@ "object": { "type": "ThisExpression", "range": [ - 18001, - 18005 + 17868, + 17872 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 40 }, "end": { - "line": 457, + "line": 453, "column": 44 } } @@ -42473,62 +42180,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 18006, - 18016 + 17873, + 17883 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 45 }, "end": { - "line": 457, + "line": 453, "column": 55 } } }, "range": [ - 18001, - 18016 + 17868, + 17883 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 40 }, "end": { - "line": 457, + "line": 453, "column": 55 } } } ], "range": [ - 17991, - 18017 + 17858, + 17884 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 30 }, "end": { - "line": 457, + "line": 453, "column": 56 } } }, "range": [ - 17981, - 18017 + 17848, + 17884 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 20 }, "end": { - "line": 457, + "line": 453, "column": 56 } } @@ -42539,16 +42246,16 @@ "type": "Identifier", "name": "col", "range": [ - 18039, - 18042 + 17906, + 17909 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 20 }, "end": { - "line": 458, + "line": 454, "column": 23 } } @@ -42561,16 +42268,16 @@ "object": { "type": "ThisExpression", "range": [ - 18045, - 18049 + 17912, + 17916 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 26 }, "end": { - "line": 458, + "line": 454, "column": 30 } } @@ -42579,31 +42286,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 18050, - 18063 + 17917, + 17930 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 31 }, "end": { - "line": 458, + "line": 454, "column": 44 } } }, "range": [ - 18045, - 18063 + 17912, + 17930 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 26 }, "end": { - "line": 458, + "line": 454, "column": 44 } } @@ -42613,47 +42320,47 @@ "type": "Identifier", "name": "i", "range": [ - 18064, - 18065 + 17931, + 17932 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 45 }, "end": { - "line": 458, + "line": 454, "column": 46 } } } ], "range": [ - 18045, - 18066 + 17912, + 17933 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 26 }, "end": { - "line": 458, + "line": 454, "column": 47 } } }, "range": [ - 18039, - 18066 + 17906, + 17933 ], "loc": { "start": { - "line": 458, + "line": 454, "column": 20 }, "end": { - "line": 458, + "line": 454, "column": 47 } } @@ -42661,16 +42368,16 @@ ], "kind": "let", "range": [ - 17977, - 18067 + 17844, + 17934 ], "loc": { "start": { - "line": 457, + "line": 453, "column": 16 }, "end": { - "line": 458, + "line": 454, "column": 48 } } @@ -42683,16 +42390,16 @@ "object": { "type": "ThisExpression", "range": [ - 18089, - 18093 + 17956, + 17960 ], "loc": { "start": { - "line": 460, + "line": 456, "column": 20 }, "end": { - "line": 460, + "line": 456, "column": 24 } } @@ -42701,31 +42408,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 18094, - 18109 + 17961, + 17976 ], "loc": { "start": { - "line": 460, + "line": 456, "column": 25 }, "end": { - "line": 460, + "line": 456, "column": 40 } } }, "range": [ - 18089, - 18109 + 17956, + 17976 ], "loc": { "start": { - "line": 460, + "line": 456, "column": 20 }, "end": { - "line": 460, + "line": 456, "column": 40 } } @@ -42745,16 +42452,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 18133, - 18140 + 18000, + 18007 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 20 }, "end": { - "line": 461, + "line": 457, "column": 27 } } @@ -42763,31 +42470,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 18141, - 18148 + 18008, + 18015 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 28 }, "end": { - "line": 461, + "line": 457, "column": 35 } } }, "range": [ - 18133, - 18148 + 18000, + 18015 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 20 }, "end": { - "line": 461, + "line": 457, "column": 35 } } @@ -42798,16 +42505,16 @@ "object": { "type": "ThisExpression", "range": [ - 18151, - 18155 + 18018, + 18022 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 38 }, "end": { - "line": 461, + "line": 457, "column": 42 } } @@ -42816,93 +42523,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 18156, - 18163 + 18023, + 18030 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 43 }, "end": { - "line": 461, + "line": 457, "column": 50 } } }, "range": [ - 18151, - 18163 + 18018, + 18030 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 38 }, "end": { - "line": 461, + "line": 457, "column": 50 } } }, "range": [ - 18133, - 18163 + 18000, + 18030 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 20 }, "end": { - "line": 461, + "line": 457, "column": 50 } } }, "range": [ - 18133, - 18164 + 18000, + 18031 ], "loc": { "start": { - "line": 461, + "line": 457, "column": 20 }, "end": { - "line": 461, + "line": 457, "column": 51 } } } ], "range": [ - 18111, - 18182 + 17978, + 18049 ], "loc": { "start": { - "line": 460, + "line": 456, "column": 42 }, "end": { - "line": 462, + "line": 458, "column": 17 } } }, "alternate": null, "range": [ - 18085, - 18182 + 17952, + 18049 ], "loc": { "start": { - "line": 460, + "line": 456, "column": 16 }, "end": { - "line": 462, + "line": 458, "column": 17 } } @@ -42918,16 +42625,16 @@ "object": { "type": "ThisExpression", "range": [ - 18204, - 18208 + 18071, + 18075 ], "loc": { "start": { - "line": 463, + "line": 459, "column": 21 }, "end": { - "line": 463, + "line": 459, "column": 25 } } @@ -42936,47 +42643,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 18209, - 18219 + 18076, + 18086 ], "loc": { "start": { - "line": 463, + "line": 459, "column": 26 }, "end": { - "line": 463, + "line": 459, "column": 36 } } }, "range": [ - 18204, - 18219 + 18071, + 18086 ], "loc": { "start": { - "line": 463, + "line": 459, "column": 21 }, "end": { - "line": 463, + "line": 459, "column": 36 } } }, "prefix": true, "range": [ - 18203, - 18219 + 18070, + 18086 ], "loc": { "start": { - "line": 463, + "line": 459, "column": 20 }, "end": { - "line": 463, + "line": 459, "column": 36 } } @@ -42995,16 +42702,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 18243, - 18249 + 18110, + 18116 ], "loc": { "start": { - "line": 464, + "line": 460, "column": 20 }, "end": { - "line": 464, + "line": 460, "column": 26 } } @@ -43013,31 +42720,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 18250, - 18261 + 18117, + 18128 ], "loc": { "start": { - "line": 464, + "line": 460, "column": 27 }, "end": { - "line": 464, + "line": 460, "column": 38 } } }, "range": [ - 18243, - 18261 + 18110, + 18128 ], "loc": { "start": { - "line": 464, + "line": 460, "column": 20 }, "end": { - "line": 464, + "line": 460, "column": 38 } } @@ -43047,79 +42754,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 18262, - 18269 + 18129, + 18136 ], "loc": { "start": { - "line": 464, + "line": 460, "column": 39 }, "end": { - "line": 464, + "line": 460, "column": 46 } } } ], "range": [ - 18243, - 18270 + 18110, + 18137 ], "loc": { "start": { - "line": 464, + "line": 460, "column": 20 }, "end": { - "line": 464, + "line": 460, "column": 47 } } }, "range": [ - 18243, - 18271 + 18110, + 18138 ], "loc": { "start": { - "line": 464, + "line": 460, "column": 20 }, "end": { - "line": 464, + "line": 460, "column": 48 } } } ], "range": [ - 18221, - 18289 + 18088, + 18156 ], "loc": { "start": { - "line": 463, + "line": 459, "column": 38 }, "end": { - "line": 465, + "line": 461, "column": 17 } } }, "alternate": null, "range": [ - 18199, - 18289 + 18066, + 18156 ], "loc": { "start": { - "line": 463, + "line": 459, "column": 16 }, "end": { - "line": 465, + "line": 461, "column": 17 } } @@ -43133,16 +42840,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 18306, - 18314 + 18173, + 18181 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 16 }, "end": { - "line": 466, + "line": 462, "column": 24 } } @@ -43159,16 +42866,16 @@ "type": "Identifier", "name": "i", "range": [ - 18318, - 18319 + 18185, + 18186 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 28 }, "end": { - "line": 466, + "line": 462, "column": 29 } } @@ -43180,16 +42887,16 @@ "type": "Identifier", "name": "n", "range": [ - 18324, - 18325 + 18191, + 18192 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 34 }, "end": { - "line": 466, + "line": 462, "column": 35 } } @@ -43199,46 +42906,46 @@ "value": 1, "raw": "1", "range": [ - 18328, - 18329 + 18195, + 18196 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 38 }, "end": { - "line": 466, + "line": 462, "column": 39 } } }, "range": [ - 18324, - 18329 + 18191, + 18196 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 34 }, "end": { - "line": 466, + "line": 462, "column": 39 } } }, "range": [ - 18318, - 18329 + 18185, + 18196 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 28 }, "end": { - "line": 466, + "line": 462, "column": 39 } } @@ -43249,16 +42956,16 @@ "object": { "type": "ThisExpression", "range": [ - 18333, - 18337 + 18200, + 18204 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 43 }, "end": { - "line": 466, + "line": 462, "column": 47 } } @@ -43267,46 +42974,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 18338, - 18348 + 18205, + 18215 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 48 }, "end": { - "line": 466, + "line": 462, "column": 58 } } }, "range": [ - 18333, - 18348 + 18200, + 18215 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 43 }, "end": { - "line": 466, + "line": 462, "column": 58 } } }, "range": [ - 18318, - 18348 + 18185, + 18215 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 28 }, "end": { - "line": 466, + "line": 462, "column": 58 } } @@ -43317,16 +43024,16 @@ "object": { "type": "ThisExpression", "range": [ - 18372, - 18376 + 18239, + 18243 ], "loc": { "start": { - "line": 467, + "line": 463, "column": 20 }, "end": { - "line": 467, + "line": 463, "column": 24 } } @@ -43335,31 +43042,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 18377, - 18393 + 18244, + 18260 ], "loc": { "start": { - "line": 467, + "line": 463, "column": 25 }, "end": { - "line": 467, + "line": 463, "column": 41 } } }, "range": [ - 18372, - 18393 + 18239, + 18260 ], "loc": { "start": { - "line": 467, + "line": 463, "column": 20 }, "end": { - "line": 467, + "line": 463, "column": 41 } } @@ -43370,16 +43077,16 @@ "object": { "type": "ThisExpression", "range": [ - 18396, - 18400 + 18263, + 18267 ], "loc": { "start": { - "line": 467, + "line": 463, "column": 44 }, "end": { - "line": 467, + "line": 463, "column": 48 } } @@ -43388,76 +43095,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 18401, - 18412 + 18268, + 18279 ], "loc": { "start": { - "line": 467, + "line": 463, "column": 49 }, "end": { - "line": 467, + "line": 463, "column": 60 } } }, "range": [ - 18396, - 18412 + 18263, + 18279 ], "loc": { "start": { - "line": 467, + "line": 463, "column": 44 }, "end": { - "line": 467, + "line": 463, "column": 60 } } }, "range": [ - 18317, - 18412 + 18184, + 18279 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 27 }, "end": { - "line": 467, + "line": 463, "column": 60 } } }, "range": [ - 18306, - 18412 + 18173, + 18279 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 16 }, "end": { - "line": 467, + "line": 463, "column": 60 } } }, "range": [ - 18306, - 18413 + 18173, + 18280 ], "loc": { "start": { - "line": 466, + "line": 462, "column": 16 }, "end": { - "line": 467, + "line": 463, "column": 61 } }, @@ -43466,16 +43173,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 18431, - 18463 + 18298, + 18330 ], "loc": { "start": { - "line": 469, + "line": 465, "column": 16 }, "end": { - "line": 469, + "line": 465, "column": 48 } } @@ -43490,16 +43197,16 @@ "object": { "type": "ThisExpression", "range": [ - 18484, - 18488 + 18351, + 18355 ], "loc": { "start": { - "line": 470, + "line": 466, "column": 20 }, "end": { - "line": 470, + "line": 466, "column": 24 } } @@ -43508,31 +43215,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 18489, - 18504 + 18356, + 18371 ], "loc": { "start": { - "line": 470, + "line": 466, "column": 25 }, "end": { - "line": 470, + "line": 466, "column": 40 } } }, "range": [ - 18484, - 18504 + 18351, + 18371 ], "loc": { "start": { - "line": 470, + "line": 466, "column": 20 }, "end": { - "line": 470, + "line": 466, "column": 40 } } @@ -43549,16 +43256,16 @@ "type": "Identifier", "name": "col", "range": [ - 18528, - 18531 + 18395, + 18398 ], "loc": { "start": { - "line": 471, + "line": 467, "column": 20 }, "end": { - "line": 471, + "line": 467, "column": 23 } } @@ -43567,46 +43274,46 @@ "type": "Identifier", "name": "INPUT", "range": [ - 18534, - 18539 + 18401, + 18406 ], "loc": { "start": { - "line": 471, + "line": 467, "column": 26 }, "end": { - "line": 471, + "line": 467, "column": 31 } } }, "range": [ - 18528, - 18539 + 18395, + 18406 ], "loc": { "start": { - "line": 471, + "line": 467, "column": 20 }, "end": { - "line": 471, + "line": 467, "column": 31 } } }, "range": [ - 18528, - 18540 + 18395, + 18407 ], "loc": { "start": { - "line": 471, + "line": 467, "column": 20 }, "end": { - "line": 471, + "line": 467, "column": 32 } } @@ -43620,16 +43327,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 18561, - 18569 + 18428, + 18436 ], "loc": { "start": { - "line": 472, + "line": 468, "column": 20 }, "end": { - "line": 472, + "line": 468, "column": 28 } } @@ -43640,16 +43347,16 @@ "object": { "type": "ThisExpression", "range": [ - 18572, - 18576 + 18439, + 18443 ], "loc": { "start": { - "line": 472, + "line": 468, "column": 31 }, "end": { - "line": 472, + "line": 468, "column": 35 } } @@ -43658,93 +43365,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 18577, - 18594 + 18444, + 18461 ], "loc": { "start": { - "line": 472, + "line": 468, "column": 36 }, "end": { - "line": 472, + "line": 468, "column": 53 } } }, "range": [ - 18572, - 18594 + 18439, + 18461 ], "loc": { "start": { - "line": 472, + "line": 468, "column": 31 }, "end": { - "line": 472, + "line": 468, "column": 53 } } }, "range": [ - 18561, - 18594 + 18428, + 18461 ], "loc": { "start": { - "line": 472, + "line": 468, "column": 20 }, "end": { - "line": 472, + "line": 468, "column": 53 } } }, "range": [ - 18561, - 18595 + 18428, + 18462 ], "loc": { "start": { - "line": 472, + "line": 468, "column": 20 }, "end": { - "line": 472, + "line": 468, "column": 54 } } } ], "range": [ - 18506, - 18613 + 18373, + 18480 ], "loc": { "start": { - "line": 470, + "line": 466, "column": 42 }, "end": { - "line": 473, + "line": 469, "column": 17 } } }, "alternate": null, "range": [ - 18480, - 18613 + 18347, + 18480 ], "loc": { "start": { - "line": 470, + "line": 466, "column": 16 }, "end": { - "line": 473, + "line": 469, "column": 17 } }, @@ -43753,16 +43460,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 18431, - 18463 + 18298, + 18330 ], "loc": { "start": { - "line": 469, + "line": 465, "column": 16 }, "end": { - "line": 469, + "line": 465, "column": 48 } } @@ -43773,16 +43480,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 18631, - 18650 + 18498, + 18517 ], "loc": { "start": { - "line": 475, + "line": 471, "column": 16 }, "end": { - "line": 475, + "line": 471, "column": 35 } } @@ -43801,16 +43508,16 @@ "type": "Identifier", "name": "col", "range": [ - 18671, - 18674 + 18538, + 18541 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 20 }, "end": { - "line": 476, + "line": 472, "column": 23 } } @@ -43819,31 +43526,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 18679, - 18685 + 18546, + 18552 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 28 }, "end": { - "line": 476, + "line": 472, "column": 34 } } }, "range": [ - 18671, - 18685 + 18538, + 18552 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 20 }, "end": { - "line": 476, + "line": 472, "column": 34 } } @@ -43855,16 +43562,16 @@ "type": "Identifier", "name": "col", "range": [ - 18689, - 18692 + 18556, + 18559 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 38 }, "end": { - "line": 476, + "line": 472, "column": 41 } } @@ -43873,46 +43580,46 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 18697, - 18705 + 18564, + 18572 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 46 }, "end": { - "line": 476, + "line": 472, "column": 54 } } }, "range": [ - 18689, - 18705 + 18556, + 18572 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 38 }, "end": { - "line": 476, + "line": 472, "column": 54 } } }, "range": [ - 18671, - 18705 + 18538, + 18572 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 20 }, "end": { - "line": 476, + "line": 472, "column": 54 } } @@ -43932,16 +43639,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 18734, - 18737 + 18601, + 18604 ], "loc": { "start": { - "line": 477, + "line": 473, "column": 25 }, "end": { - "line": 477, + "line": 473, "column": 28 } } @@ -43950,47 +43657,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 18738, - 18746 + 18605, + 18613 ], "loc": { "start": { - "line": 477, + "line": 473, "column": 29 }, "end": { - "line": 477, + "line": 473, "column": 37 } } }, "range": [ - 18734, - 18746 + 18601, + 18613 ], "loc": { "start": { - "line": 477, + "line": 473, "column": 25 }, "end": { - "line": 477, + "line": 473, "column": 37 } } }, "prefix": true, "range": [ - 18733, - 18746 + 18600, + 18613 ], "loc": { "start": { - "line": 477, + "line": 473, "column": 24 }, "end": { - "line": 477, + "line": 473, "column": 37 } } @@ -44010,16 +43717,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 18774, - 18777 + 18641, + 18644 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 24 }, "end": { - "line": 478, + "line": 474, "column": 27 } } @@ -44028,31 +43735,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 18778, - 18786 + 18645, + 18653 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 28 }, "end": { - "line": 478, + "line": 474, "column": 36 } } }, "range": [ - 18774, - 18786 + 18641, + 18653 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 24 }, "end": { - "line": 478, + "line": 474, "column": 36 } } @@ -44063,16 +43770,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 18793, - 18801 + 18660, + 18668 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 43 }, "end": { - "line": 478, + "line": 474, "column": 51 } } @@ -44081,94 +43788,94 @@ { "type": "ThisExpression", "range": [ - 18802, - 18806 + 18669, + 18673 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 52 }, "end": { - "line": 478, + "line": 474, "column": 56 } } } ], "range": [ - 18789, - 18807 + 18656, + 18674 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 39 }, "end": { - "line": 478, + "line": 474, "column": 57 } } }, "range": [ - 18774, - 18807 + 18641, + 18674 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 24 }, "end": { - "line": 478, + "line": 474, "column": 57 } } }, "range": [ - 18774, - 18808 + 18641, + 18675 ], "loc": { "start": { - "line": 478, + "line": 474, "column": 24 }, "end": { - "line": 478, + "line": 474, "column": 58 } } } ], "range": [ - 18748, - 18830 + 18615, + 18697 ], "loc": { "start": { - "line": 477, + "line": 473, "column": 39 }, "end": { - "line": 479, + "line": 475, "column": 21 } } }, "alternate": null, "range": [ - 18729, - 18830 + 18596, + 18697 ], "loc": { "start": { - "line": 477, + "line": 473, "column": 20 }, "end": { - "line": 479, + "line": 475, "column": 21 } } @@ -44187,16 +43894,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 18851, - 18854 + 18718, + 18721 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 20 }, "end": { - "line": 480, + "line": 476, "column": 23 } } @@ -44205,31 +43912,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 18855, - 18863 + 18722, + 18730 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 24 }, "end": { - "line": 480, + "line": 476, "column": 32 } } }, "range": [ - 18851, - 18863 + 18718, + 18730 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 20 }, "end": { - "line": 480, + "line": 476, "column": 32 } } @@ -44238,31 +43945,31 @@ "type": "Identifier", "name": "init", "range": [ - 18864, - 18868 + 18731, + 18735 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 33 }, "end": { - "line": 480, + "line": 476, "column": 37 } } }, "range": [ - 18851, - 18868 + 18718, + 18735 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 20 }, "end": { - "line": 480, + "line": 476, "column": 37 } } @@ -44272,16 +43979,16 @@ "type": "Identifier", "name": "i", "range": [ - 18869, - 18870 + 18736, + 18737 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 38 }, "end": { - "line": 480, + "line": 476, "column": 39 } } @@ -44292,16 +43999,16 @@ "object": { "type": "ThisExpression", "range": [ - 18872, - 18876 + 18739, + 18743 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 41 }, "end": { - "line": 480, + "line": 476, "column": 45 } } @@ -44310,31 +44017,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 18877, - 18890 + 18744, + 18757 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 46 }, "end": { - "line": 480, + "line": 476, "column": 59 } } }, "range": [ - 18872, - 18890 + 18739, + 18757 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 41 }, "end": { - "line": 480, + "line": 476, "column": 59 } } @@ -44343,63 +44050,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 18892, - 18899 + 18759, + 18766 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 61 }, "end": { - "line": 480, + "line": 476, "column": 68 } } } ], "range": [ - 18851, - 18900 + 18718, + 18767 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 20 }, "end": { - "line": 480, + "line": 476, "column": 69 } } }, "range": [ - 18851, - 18901 + 18718, + 18768 ], "loc": { "start": { - "line": 480, + "line": 476, "column": 20 }, "end": { - "line": 480, + "line": 476, "column": 70 } } } ], "range": [ - 18707, - 18919 + 18574, + 18786 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 56 }, "end": { - "line": 481, + "line": 477, "column": 17 } }, @@ -44408,16 +44115,16 @@ "type": "Line", "value": " checklist", "range": [ - 18936, - 18948 + 18803, + 18815 ], "loc": { "start": { - "line": 482, + "line": 478, "column": 16 }, "end": { - "line": 482, + "line": 478, "column": 28 } } @@ -44433,16 +44140,16 @@ "type": "Identifier", "name": "col", "range": [ - 18974, - 18977 + 18841, + 18844 ], "loc": { "start": { - "line": 483, + "line": 479, "column": 25 }, "end": { - "line": 483, + "line": 479, "column": 28 } } @@ -44451,31 +44158,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 18982, - 18991 + 18849, + 18858 ], "loc": { "start": { - "line": 483, + "line": 479, "column": 33 }, "end": { - "line": 483, + "line": 479, "column": 42 } } }, "range": [ - 18974, - 18991 + 18841, + 18858 ], "loc": { "start": { - "line": 483, + "line": 479, "column": 25 }, "end": { - "line": 483, + "line": 479, "column": 42 } } @@ -44495,16 +44202,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19020, - 19023 + 18887, + 18890 ], "loc": { "start": { - "line": 484, + "line": 480, "column": 25 }, "end": { - "line": 484, + "line": 480, "column": 28 } } @@ -44513,47 +44220,47 @@ "type": "Identifier", "name": "checkList", "range": [ - 19024, - 19033 + 18891, + 18900 ], "loc": { "start": { - "line": 484, + "line": 480, "column": 29 }, "end": { - "line": 484, + "line": 480, "column": 38 } } }, "range": [ - 19020, - 19033 + 18887, + 18900 ], "loc": { "start": { - "line": 484, + "line": 480, "column": 25 }, "end": { - "line": 484, + "line": 480, "column": 38 } } }, "prefix": true, "range": [ - 19019, - 19033 + 18886, + 18900 ], "loc": { "start": { - "line": 484, + "line": 480, "column": 24 }, "end": { - "line": 484, + "line": 480, "column": 38 } } @@ -44573,16 +44280,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19061, - 19064 + 18928, + 18931 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 24 }, "end": { - "line": 485, + "line": 481, "column": 27 } } @@ -44591,31 +44298,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 19065, - 19074 + 18932, + 18941 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 28 }, "end": { - "line": 485, + "line": 481, "column": 37 } } }, "range": [ - 19061, - 19074 + 18928, + 18941 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 24 }, "end": { - "line": 485, + "line": 481, "column": 37 } } @@ -44626,16 +44333,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 19081, - 19090 + 18948, + 18957 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 44 }, "end": { - "line": 485, + "line": 481, "column": 53 } } @@ -44644,94 +44351,94 @@ { "type": "ThisExpression", "range": [ - 19091, - 19095 + 18958, + 18962 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 54 }, "end": { - "line": 485, + "line": 481, "column": 58 } } } ], "range": [ - 19077, - 19096 + 18944, + 18963 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 40 }, "end": { - "line": 485, + "line": 481, "column": 59 } } }, "range": [ - 19061, - 19096 + 18928, + 18963 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 24 }, "end": { - "line": 485, + "line": 481, "column": 59 } } }, "range": [ - 19061, - 19097 + 18928, + 18964 ], "loc": { "start": { - "line": 485, + "line": 481, "column": 24 }, "end": { - "line": 485, + "line": 481, "column": 60 } } } ], "range": [ - 19035, - 19119 + 18902, + 18986 ], "loc": { "start": { - "line": 484, + "line": 480, "column": 40 }, "end": { - "line": 486, + "line": 482, "column": 21 } } }, "alternate": null, "range": [ - 19015, - 19119 + 18882, + 18986 ], "loc": { "start": { - "line": 484, + "line": 480, "column": 20 }, "end": { - "line": 486, + "line": 482, "column": 21 } } @@ -44750,16 +44457,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19140, - 19143 + 19007, + 19010 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 20 }, "end": { - "line": 487, + "line": 483, "column": 23 } } @@ -44768,31 +44475,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 19144, - 19153 + 19011, + 19020 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 24 }, "end": { - "line": 487, + "line": 483, "column": 33 } } }, "range": [ - 19140, - 19153 + 19007, + 19020 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 20 }, "end": { - "line": 487, + "line": 483, "column": 33 } } @@ -44801,31 +44508,31 @@ "type": "Identifier", "name": "init", "range": [ - 19154, - 19158 + 19021, + 19025 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 34 }, "end": { - "line": 487, + "line": 483, "column": 38 } } }, "range": [ - 19140, - 19158 + 19007, + 19025 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 20 }, "end": { - "line": 487, + "line": 483, "column": 38 } } @@ -44835,16 +44542,16 @@ "type": "Identifier", "name": "i", "range": [ - 19159, - 19160 + 19026, + 19027 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 39 }, "end": { - "line": 487, + "line": 483, "column": 40 } } @@ -44855,16 +44562,16 @@ "object": { "type": "ThisExpression", "range": [ - 19162, - 19166 + 19029, + 19033 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 42 }, "end": { - "line": 487, + "line": 483, "column": 46 } } @@ -44873,31 +44580,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 19167, - 19180 + 19034, + 19047 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 47 }, "end": { - "line": 487, + "line": 483, "column": 60 } } }, "range": [ - 19162, - 19180 + 19029, + 19047 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 42 }, "end": { - "line": 487, + "line": 483, "column": 60 } } @@ -44906,63 +44613,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 19182, - 19189 + 19049, + 19056 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 62 }, "end": { - "line": 487, + "line": 483, "column": 69 } } } ], "range": [ - 19140, - 19190 + 19007, + 19057 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 20 }, "end": { - "line": 487, + "line": 483, "column": 70 } } }, "range": [ - 19140, - 19191 + 19007, + 19058 ], "loc": { "start": { - "line": 487, + "line": 483, "column": 20 }, "end": { - "line": 487, + "line": 483, "column": 71 } } } ], "range": [ - 18993, - 19209 + 18860, + 19076 ], "loc": { "start": { - "line": 483, + "line": 479, "column": 44 }, "end": { - "line": 488, + "line": 484, "column": 17 } } @@ -44980,16 +44687,16 @@ "object": { "type": "ThisExpression", "range": [ - 19237, - 19241 + 19104, + 19108 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 20 }, "end": { - "line": 489, + "line": 485, "column": 24 } } @@ -44998,31 +44705,31 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 19242, - 19259 + 19109, + 19126 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 25 }, "end": { - "line": 489, + "line": 485, "column": 42 } } }, "range": [ - 19237, - 19259 + 19104, + 19126 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 20 }, "end": { - "line": 489, + "line": 485, "column": 42 } } @@ -45032,16 +44739,16 @@ "type": "Identifier", "name": "i", "range": [ - 19260, - 19261 + 19127, + 19128 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 43 }, "end": { - "line": 489, + "line": 485, "column": 44 } } @@ -45050,16 +44757,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 19263, - 19271 + 19130, + 19138 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 46 }, "end": { - "line": 489, + "line": 485, "column": 54 } } @@ -45068,78 +44775,78 @@ "type": "Identifier", "name": "fltcell", "range": [ - 19273, - 19280 + 19140, + 19147 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 56 }, "end": { - "line": 489, + "line": 485, "column": 63 } } } ], "range": [ - 19237, - 19281 + 19104, + 19148 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 20 }, "end": { - "line": 489, + "line": 485, "column": 64 } } }, "range": [ - 19237, - 19282 + 19104, + 19149 ], "loc": { "start": { - "line": 489, + "line": 485, "column": 20 }, "end": { - "line": 489, + "line": 485, "column": 65 } } } ], "range": [ - 19215, - 19300 + 19082, + 19167 ], "loc": { "start": { - "line": 488, + "line": 484, "column": 23 }, "end": { - "line": 490, + "line": 486, "column": 17 } } }, "range": [ - 18970, - 19300 + 18837, + 19167 ], "loc": { "start": { - "line": 483, + "line": 479, "column": 21 }, "end": { - "line": 490, + "line": 486, "column": 17 } }, @@ -45148,16 +44855,16 @@ "type": "Line", "value": " checklist", "range": [ - 18936, - 18948 + 18803, + 18815 ], "loc": { "start": { - "line": 482, + "line": 478, "column": 16 }, "end": { - "line": 482, + "line": 478, "column": 28 } } @@ -45165,16 +44872,16 @@ ] }, "range": [ - 18667, - 19300 + 18534, + 19167 ], "loc": { "start": { - "line": 476, + "line": 472, "column": 16 }, "end": { - "line": 490, + "line": 486, "column": 17 } }, @@ -45183,16 +44890,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 18631, - 18650 + 18498, + 18517 ], "loc": { "start": { - "line": 475, + "line": 471, "column": 16 }, "end": { - "line": 475, + "line": 471, "column": 35 } } @@ -45203,16 +44910,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 19318, - 19344 + 19185, + 19211 ], "loc": { "start": { - "line": 492, + "line": 488, "column": 16 }, "end": { - "line": 492, + "line": 488, "column": 42 } } @@ -45231,16 +44938,16 @@ "type": "Identifier", "name": "i", "range": [ - 19365, - 19366 + 19232, + 19233 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 20 }, "end": { - "line": 493, + "line": 489, "column": 21 } } @@ -45252,16 +44959,16 @@ "type": "Identifier", "name": "n", "range": [ - 19371, - 19372 + 19238, + 19239 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 26 }, "end": { - "line": 493, + "line": 489, "column": 27 } } @@ -45271,46 +44978,46 @@ "value": 1, "raw": "1", "range": [ - 19375, - 19376 + 19242, + 19243 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 30 }, "end": { - "line": 493, + "line": 489, "column": 31 } } }, "range": [ - 19371, - 19376 + 19238, + 19243 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 26 }, "end": { - "line": 493, + "line": 489, "column": 31 } } }, "range": [ - 19365, - 19376 + 19232, + 19243 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 20 }, "end": { - "line": 493, + "line": 489, "column": 31 } } @@ -45321,16 +45028,16 @@ "object": { "type": "ThisExpression", "range": [ - 19380, - 19384 + 19247, + 19251 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 35 }, "end": { - "line": 493, + "line": 489, "column": 39 } } @@ -45339,46 +45046,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 19385, - 19395 + 19252, + 19262 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 40 }, "end": { - "line": 493, + "line": 489, "column": 50 } } }, "range": [ - 19380, - 19395 + 19247, + 19262 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 35 }, "end": { - "line": 493, + "line": 489, "column": 50 } } }, "range": [ - 19365, - 19395 + 19232, + 19262 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 20 }, "end": { - "line": 493, + "line": 489, "column": 50 } } @@ -45396,16 +45103,16 @@ "object": { "type": "ThisExpression", "range": [ - 19419, - 19423 + 19286, + 19290 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 20 }, "end": { - "line": 494, + "line": 490, "column": 24 } } @@ -45414,31 +45121,31 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 19424, - 19442 + 19291, + 19309 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 25 }, "end": { - "line": 494, + "line": 490, "column": 43 } } }, "range": [ - 19419, - 19442 + 19286, + 19309 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 20 }, "end": { - "line": 494, + "line": 490, "column": 43 } } @@ -45448,16 +45155,16 @@ "type": "Identifier", "name": "i", "range": [ - 19443, - 19444 + 19310, + 19311 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 44 }, "end": { - "line": 494, + "line": 490, "column": 45 } } @@ -45466,79 +45173,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 19446, - 19453 + 19313, + 19320 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 47 }, "end": { - "line": 494, + "line": 490, "column": 54 } } } ], "range": [ - 19419, - 19454 + 19286, + 19321 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 20 }, "end": { - "line": 494, + "line": 490, "column": 55 } } }, "range": [ - 19419, - 19455 + 19286, + 19322 ], "loc": { "start": { - "line": 494, + "line": 490, "column": 20 }, "end": { - "line": 494, + "line": 490, "column": 56 } } } ], "range": [ - 19397, - 19473 + 19264, + 19340 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 52 }, "end": { - "line": 495, + "line": 491, "column": 17 } } }, "alternate": null, "range": [ - 19361, - 19473 + 19228, + 19340 ], "loc": { "start": { - "line": 493, + "line": 489, "column": 16 }, "end": { - "line": 495, + "line": 491, "column": 17 } }, @@ -45547,16 +45254,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 19318, - 19344 + 19185, + 19211 ], "loc": { "start": { - "line": 492, + "line": 488, "column": 16 }, "end": { - "line": 492, + "line": 488, "column": 42 } } @@ -45576,16 +45283,16 @@ "object": { "type": "ThisExpression", "range": [ - 19491, - 19495 + 19358, + 19362 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 16 }, "end": { - "line": 497, + "line": 493, "column": 20 } } @@ -45594,31 +45301,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 19496, - 19503 + 19363, + 19370 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 21 }, "end": { - "line": 497, + "line": 493, "column": 28 } } }, "range": [ - 19491, - 19503 + 19358, + 19370 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 16 }, "end": { - "line": 497, + "line": 493, "column": 28 } } @@ -45627,31 +45334,31 @@ "type": "Identifier", "name": "emit", "range": [ - 19504, - 19508 + 19371, + 19375 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 29 }, "end": { - "line": 497, + "line": 493, "column": 33 } } }, "range": [ - 19491, - 19508 + 19358, + 19375 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 16 }, "end": { - "line": 497, + "line": 493, "column": 33 } } @@ -45662,16 +45369,16 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 19509, - 19528 + 19376, + 19395 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 34 }, "end": { - "line": 497, + "line": 493, "column": 53 } } @@ -45679,16 +45386,16 @@ { "type": "ThisExpression", "range": [ - 19530, - 19534 + 19397, + 19401 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 55 }, "end": { - "line": 497, + "line": 493, "column": 59 } } @@ -45697,78 +45404,78 @@ "type": "Identifier", "name": "i", "range": [ - 19536, - 19537 + 19403, + 19404 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 61 }, "end": { - "line": 497, + "line": 493, "column": 62 } } } ], "range": [ - 19491, - 19538 + 19358, + 19405 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 16 }, "end": { - "line": 497, + "line": 493, "column": 63 } } }, "range": [ - 19491, - 19539 + 19358, + 19406 ], "loc": { "start": { - "line": 497, + "line": 493, "column": 16 }, "end": { - "line": 497, + "line": 493, "column": 64 } } } ], "range": [ - 17892, - 19553 + 17759, + 19420 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 40 }, "end": { - "line": 498, + "line": 494, "column": 13 } } }, "range": [ - 17864, - 19553 + 17731, + 19420 ], "loc": { "start": { - "line": 454, + "line": 450, "column": 12 }, "end": { - "line": 498, + "line": 494, "column": 13 } }, @@ -45777,16 +45484,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 17832, - 17851 + 17699, + 17718 ], "loc": { "start": { - "line": 453, + "line": 449, "column": 12 }, "end": { - "line": 453, + "line": 449, "column": 31 } } @@ -45806,16 +45513,16 @@ "object": { "type": "ThisExpression", "range": [ - 19567, - 19571 + 19434, + 19438 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 12 }, "end": { - "line": 500, + "line": 496, "column": 16 } } @@ -45824,31 +45531,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 19572, - 19579 + 19439, + 19446 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 17 }, "end": { - "line": 500, + "line": 496, "column": 24 } } }, "range": [ - 19567, - 19579 + 19434, + 19446 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 12 }, "end": { - "line": 500, + "line": 496, "column": 24 } } @@ -45857,31 +45564,31 @@ "type": "Identifier", "name": "on", "range": [ - 19580, - 19582 + 19447, + 19449 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 25 }, "end": { - "line": 500, + "line": 496, "column": 27 } } }, "range": [ - 19567, - 19582 + 19434, + 19449 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 12 }, "end": { - "line": 500, + "line": 496, "column": 27 } } @@ -45895,32 +45602,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 19584, - 19598 + 19451, + 19465 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 29 }, "end": { - "line": 500, + "line": 496, "column": 43 } } } ], "range": [ - 19583, - 19599 + 19450, + 19466 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 28 }, "end": { - "line": 500, + "line": 496, "column": 44 } } @@ -45933,16 +45640,16 @@ "type": "Identifier", "name": "tf", "range": [ - 19618, - 19620 + 19485, + 19487 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 17 }, "end": { - "line": 501, + "line": 497, "column": 19 } } @@ -45951,16 +45658,16 @@ "type": "Identifier", "name": "filter", "range": [ - 19622, - 19628 + 19489, + 19495 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 21 }, "end": { - "line": 501, + "line": 497, "column": 27 } } @@ -45974,16 +45681,16 @@ "object": { "type": "ThisExpression", "range": [ - 19633, - 19637 + 19500, + 19504 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 32 }, "end": { - "line": 501, + "line": 497, "column": 36 } } @@ -45992,31 +45699,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 19638, - 19655 + 19505, + 19522 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 37 }, "end": { - "line": 501, + "line": 497, "column": 54 } } }, "range": [ - 19633, - 19655 + 19500, + 19522 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 32 }, "end": { - "line": 501, + "line": 497, "column": 54 } } @@ -46029,16 +45736,16 @@ "type": "Identifier", "name": "filter", "range": [ - 19656, - 19662 + 19523, + 19529 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 55 }, "end": { - "line": 501, + "line": 497, "column": 61 } } @@ -46047,47 +45754,47 @@ "type": "Identifier", "name": "id", "range": [ - 19663, - 19665 + 19530, + 19532 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 62 }, "end": { - "line": 501, + "line": 497, "column": 64 } } }, "range": [ - 19656, - 19665 + 19523, + 19532 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 55 }, "end": { - "line": 501, + "line": 497, "column": 64 } } } ], "range": [ - 19633, - 19666 + 19500, + 19533 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 32 }, "end": { - "line": 501, + "line": 497, "column": 65 } } @@ -46095,78 +45802,78 @@ "generator": false, "expression": true, "range": [ - 19617, - 19666 + 19484, + 19533 ], "loc": { "start": { - "line": 501, + "line": 497, "column": 16 }, "end": { - "line": 501, + "line": 497, "column": 65 } } } ], "range": [ - 19567, - 19667 + 19434, + 19534 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 12 }, "end": { - "line": 501, + "line": 497, "column": 66 } } }, "range": [ - 19567, - 19668 + 19434, + 19535 ], "loc": { "start": { - "line": 500, + "line": 496, "column": 12 }, "end": { - "line": 501, + "line": 497, "column": 67 } } } ], "range": [ - 17711, - 19679 + 17578, + 19546 ], "loc": { "start": { - "line": 448, + "line": 444, "column": 15 }, "end": { - "line": 503, + "line": 499, "column": 9 } } }, "range": [ - 17640, - 19679 + 17507, + 19546 ], "loc": { "start": { - "line": 446, + "line": 442, "column": 8 }, "end": { - "line": 503, + "line": 499, "column": 9 } }, @@ -46175,16 +45882,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 17600, - 17631 + 17467, + 17498 ], "loc": { "start": { - "line": 445, + "line": 441, "column": 8 }, "end": { - "line": 445, + "line": 441, "column": 39 } } @@ -46195,16 +45902,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 19679, - 19696 + 19546, + 19563 ], "loc": { "start": { - "line": 503, + "line": 499, "column": 9 }, "end": { - "line": 503, + "line": 499, "column": 26 } } @@ -46213,16 +45920,16 @@ "type": "Block", "value": " Features ", "range": [ - 19706, - 19720 + 19573, + 19587 ], "loc": { "start": { - "line": 505, + "line": 501, "column": 8 }, "end": { - "line": 505, + "line": 501, "column": 22 } } @@ -46237,16 +45944,16 @@ "object": { "type": "ThisExpression", "range": [ - 19733, - 19737 + 19600, + 19604 ], "loc": { "start": { - "line": 506, + "line": 502, "column": 12 }, "end": { - "line": 506, + "line": 502, "column": 16 } } @@ -46255,31 +45962,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 19738, - 19752 + 19605, + 19619 ], "loc": { "start": { - "line": 506, + "line": 502, "column": 17 }, "end": { - "line": 506, + "line": 502, "column": 31 } } }, "range": [ - 19733, - 19752 + 19600, + 19619 ], "loc": { "start": { - "line": 506, + "line": 502, "column": 12 }, "end": { - "line": 506, + "line": 502, "column": 31 } } @@ -46300,16 +46007,16 @@ "object": { "type": "ThisExpression", "range": [ - 19768, - 19772 + 19635, + 19639 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 12 }, "end": { - "line": 507, + "line": 503, "column": 16 } } @@ -46318,31 +46025,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 19773, - 19780 + 19640, + 19647 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 17 }, "end": { - "line": 507, + "line": 503, "column": 24 } } }, "range": [ - 19768, - 19780 + 19635, + 19647 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 12 }, "end": { - "line": 507, + "line": 503, "column": 24 } } @@ -46351,31 +46058,31 @@ "type": "Identifier", "name": "on", "range": [ - 19781, - 19783 + 19648, + 19650 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 25 }, "end": { - "line": 507, + "line": 503, "column": 27 } } }, "range": [ - 19768, - 19783 + 19635, + 19650 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 12 }, "end": { - "line": 507, + "line": 503, "column": 27 } } @@ -46389,32 +46096,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 19785, - 19802 + 19652, + 19669 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 29 }, "end": { - "line": 507, + "line": 503, "column": 46 } } } ], "range": [ - 19784, - 19803 + 19651, + 19670 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 28 }, "end": { - "line": 507, + "line": 503, "column": 47 } } @@ -46431,16 +46138,16 @@ "object": { "type": "ThisExpression", "range": [ - 19827, - 19831 + 19694, + 19698 ], "loc": { "start": { - "line": 508, + "line": 504, "column": 22 }, "end": { - "line": 508, + "line": 504, "column": 26 } } @@ -46449,47 +46156,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 19832, - 19849 + 19699, + 19716 ], "loc": { "start": { - "line": 508, + "line": 504, "column": 27 }, "end": { - "line": 508, + "line": 504, "column": 44 } } }, "range": [ - 19827, - 19849 + 19694, + 19716 ], "loc": { "start": { - "line": 508, + "line": 504, "column": 22 }, "end": { - "line": 508, + "line": 504, "column": 44 } } }, "arguments": [], "range": [ - 19827, - 19851 + 19694, + 19718 ], "loc": { "start": { - "line": 508, + "line": 504, "column": 22 }, "end": { - "line": 508, + "line": 504, "column": 46 } } @@ -46497,47 +46204,47 @@ "generator": false, "expression": true, "range": [ - 19821, - 19851 + 19688, + 19718 ], "loc": { "start": { - "line": 508, + "line": 504, "column": 16 }, "end": { - "line": 508, + "line": 504, "column": 46 } } } ], "range": [ - 19768, - 19852 + 19635, + 19719 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 12 }, "end": { - "line": 508, + "line": 504, "column": 47 } } }, "range": [ - 19768, - 19853 + 19635, + 19720 ], "loc": { "start": { - "line": 507, + "line": 503, "column": 12 }, "end": { - "line": 508, + "line": 504, "column": 48 } } @@ -46552,16 +46259,16 @@ "object": { "type": "ThisExpression", "range": [ - 19866, - 19870 + 19733, + 19737 ], "loc": { "start": { - "line": 509, + "line": 505, "column": 12 }, "end": { - "line": 509, + "line": 505, "column": 16 } } @@ -46570,94 +46277,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 19871, - 19888 + 19738, + 19755 ], "loc": { "start": { - "line": 509, + "line": 505, "column": 17 }, "end": { - "line": 509, + "line": 505, "column": 34 } } }, "range": [ - 19866, - 19888 + 19733, + 19755 ], "loc": { "start": { - "line": 509, + "line": 505, "column": 12 }, "end": { - "line": 509, + "line": 505, "column": 34 } } }, "arguments": [], "range": [ - 19866, - 19890 + 19733, + 19757 ], "loc": { "start": { - "line": 509, + "line": 505, "column": 12 }, "end": { - "line": 509, + "line": 505, "column": 36 } } }, "range": [ - 19866, - 19891 + 19733, + 19758 ], "loc": { "start": { - "line": 509, + "line": 505, "column": 12 }, "end": { - "line": 509, + "line": 505, "column": 37 } } } ], "range": [ - 19754, - 19901 + 19621, + 19768 ], "loc": { "start": { - "line": 506, + "line": 502, "column": 33 }, "end": { - "line": 510, + "line": 506, "column": 9 } } }, "alternate": null, "range": [ - 19729, - 19901 + 19596, + 19768 ], "loc": { "start": { - "line": 506, + "line": 502, "column": 8 }, "end": { - "line": 510, + "line": 506, "column": 9 } }, @@ -46666,16 +46373,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 19679, - 19696 + 19546, + 19563 ], "loc": { "start": { - "line": 503, + "line": 499, "column": 9 }, "end": { - "line": 503, + "line": 499, "column": 26 } } @@ -46684,16 +46391,16 @@ "type": "Block", "value": " Features ", "range": [ - 19706, - 19720 + 19573, + 19587 ], "loc": { "start": { - "line": 505, + "line": 501, "column": 8 }, "end": { - "line": 505, + "line": 501, "column": 22 } } @@ -46708,16 +46415,16 @@ "object": { "type": "ThisExpression", "range": [ - 19914, - 19918 + 19781, + 19785 ], "loc": { "start": { - "line": 511, + "line": 507, "column": 12 }, "end": { - "line": 511, + "line": 507, "column": 16 } } @@ -46726,31 +46433,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 19919, - 19930 + 19786, + 19797 ], "loc": { "start": { - "line": 511, + "line": 507, "column": 17 }, "end": { - "line": 511, + "line": 507, "column": 28 } } }, "range": [ - 19914, - 19930 + 19781, + 19797 ], "loc": { "start": { - "line": 511, + "line": 507, "column": 12 }, "end": { - "line": 511, + "line": 507, "column": 28 } } @@ -46770,16 +46477,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 19946, - 19949 + 19813, + 19816 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 12 }, "end": { - "line": 512, + "line": 508, "column": 15 } } @@ -46788,31 +46495,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 19950, - 19961 + 19817, + 19828 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 16 }, "end": { - "line": 512, + "line": 508, "column": 27 } } }, "range": [ - 19946, - 19961 + 19813, + 19828 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 12 }, "end": { - "line": 512, + "line": 508, "column": 27 } } @@ -46823,16 +46530,16 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 19968, - 19979 + 19835, + 19846 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 34 }, "end": { - "line": 512, + "line": 508, "column": 45 } } @@ -46841,62 +46548,62 @@ { "type": "ThisExpression", "range": [ - 19980, - 19984 + 19847, + 19851 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 46 }, "end": { - "line": 512, + "line": 508, "column": 50 } } } ], "range": [ - 19964, - 19985 + 19831, + 19852 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 30 }, "end": { - "line": 512, + "line": 508, "column": 51 } } }, "range": [ - 19946, - 19985 + 19813, + 19852 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 12 }, "end": { - "line": 512, + "line": 508, "column": 51 } } }, "range": [ - 19946, - 19986 + 19813, + 19853 ], "loc": { "start": { - "line": 512, + "line": 508, "column": 12 }, "end": { - "line": 512, + "line": 508, "column": 52 } } @@ -46915,8 +46622,366 @@ "type": "Identifier", "name": "Mod", "range": [ - 19999, - 20002 + 19866, + 19869 + ], + "loc": { + "start": { + "line": 509, + "column": 12 + }, + "end": { + "line": 509, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "rowsCounter", + "range": [ + 19870, + 19881 + ], + "loc": { + "start": { + "line": 509, + "column": 16 + }, + "end": { + "line": 509, + "column": 27 + } + } + }, + "range": [ + 19866, + 19881 + ], + "loc": { + "start": { + "line": 509, + "column": 12 + }, + "end": { + "line": 509, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "init", + "range": [ + 19882, + 19886 + ], + "loc": { + "start": { + "line": 509, + "column": 28 + }, + "end": { + "line": 509, + "column": 32 + } + } + }, + "range": [ + 19866, + 19886 + ], + "loc": { + "start": { + "line": 509, + "column": 12 + }, + "end": { + "line": 509, + "column": 32 + } + } + }, + "arguments": [], + "range": [ + 19866, + 19888 + ], + "loc": { + "start": { + "line": 509, + "column": 12 + }, + "end": { + "line": 509, + "column": 34 + } + } + }, + "range": [ + 19866, + 19889 + ], + "loc": { + "start": { + "line": 509, + "column": 12 + }, + "end": { + "line": 509, + "column": 35 + } + } + } + ], + "range": [ + 19799, + 19899 + ], + "loc": { + "start": { + "line": 507, + "column": 30 + }, + "end": { + "line": 510, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 19777, + 19899 + ], + "loc": { + "start": { + "line": 507, + "column": 8 + }, + "end": { + "line": 510, + "column": 9 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 19912, + 19916 + ], + "loc": { + "start": { + "line": 511, + "column": 12 + }, + "end": { + "line": 511, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "statusBar", + "range": [ + 19917, + 19926 + ], + "loc": { + "start": { + "line": 511, + "column": 17 + }, + "end": { + "line": 511, + "column": 26 + } + } + }, + "range": [ + 19912, + 19926 + ], + "loc": { + "start": { + "line": 511, + "column": 12 + }, + "end": { + "line": 511, + "column": 26 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 19942, + 19945 + ], + "loc": { + "start": { + "line": 512, + "column": 12 + }, + "end": { + "line": 512, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "statusBar", + "range": [ + 19946, + 19955 + ], + "loc": { + "start": { + "line": 512, + "column": 16 + }, + "end": { + "line": 512, + "column": 25 + } + } + }, + "range": [ + 19942, + 19955 + ], + "loc": { + "start": { + "line": 512, + "column": 12 + }, + "end": { + "line": 512, + "column": 25 + } + } + }, + "right": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "StatusBar", + "range": [ + 19962, + 19971 + ], + "loc": { + "start": { + "line": 512, + "column": 32 + }, + "end": { + "line": 512, + "column": 41 + } + } + }, + "arguments": [ + { + "type": "ThisExpression", + "range": [ + 19972, + 19976 + ], + "loc": { + "start": { + "line": 512, + "column": 42 + }, + "end": { + "line": 512, + "column": 46 + } + } + } + ], + "range": [ + 19958, + 19977 + ], + "loc": { + "start": { + "line": 512, + "column": 28 + }, + "end": { + "line": 512, + "column": 47 + } + } + }, + "range": [ + 19942, + 19977 + ], + "loc": { + "start": { + "line": 512, + "column": 12 + }, + "end": { + "line": 512, + "column": 47 + } + } + }, + "range": [ + 19942, + 19978 + ], + "loc": { + "start": { + "line": 512, + "column": 12 + }, + "end": { + "line": 512, + "column": 48 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "Mod", + "range": [ + 19991, + 19994 ], "loc": { "start": { @@ -46931,10 +46996,10 @@ }, "property": { "type": "Identifier", - "name": "rowsCounter", + "name": "statusBar", "range": [ - 20003, - 20014 + 19995, + 20004 ], "loc": { "start": { @@ -46943,13 +47008,13 @@ }, "end": { "line": 513, - "column": 27 + "column": 25 } } }, "range": [ - 19999, - 20014 + 19991, + 20004 ], "loc": { "start": { @@ -46958,7 +47023,7 @@ }, "end": { "line": 513, - "column": 27 + "column": 25 } } }, @@ -46966,23 +47031,23 @@ "type": "Identifier", "name": "init", "range": [ - 20015, - 20019 + 20005, + 20009 ], "loc": { "start": { "line": 513, - "column": 28 + "column": 26 }, "end": { "line": 513, - "column": 32 + "column": 30 } } }, "range": [ - 19999, - 20019 + 19991, + 20009 ], "loc": { "start": { @@ -46991,14 +47056,14 @@ }, "end": { "line": 513, - "column": 32 + "column": 30 } } }, "arguments": [], "range": [ - 19999, - 20021 + 19991, + 20011 ], "loc": { "start": { @@ -47007,13 +47072,13 @@ }, "end": { "line": 513, - "column": 34 + "column": 32 } } }, "range": [ - 19999, - 20022 + 19991, + 20012 ], "loc": { "start": { @@ -47022,19 +47087,19 @@ }, "end": { "line": 513, - "column": 35 + "column": 33 } } } ], "range": [ - 19932, - 20032 + 19928, + 20022 ], "loc": { "start": { "line": 511, - "column": 30 + "column": 28 }, "end": { "line": 514, @@ -47044,8 +47109,8 @@ }, "alternate": null, "range": [ - 19910, - 20032 + 19908, + 20022 ], "loc": { "start": { @@ -47066,8 +47131,8 @@ "object": { "type": "ThisExpression", "range": [ - 20045, - 20049 + 20035, + 20039 ], "loc": { "start": { @@ -47080,393 +47145,35 @@ } } }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 20050, - 20059 - ], - "loc": { - "start": { - "line": 515, - "column": 17 - }, - "end": { - "line": 515, - "column": 26 - } - } - }, - "range": [ - 20045, - 20059 - ], - "loc": { - "start": { - "line": 515, - "column": 12 - }, - "end": { - "line": 515, - "column": 26 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 20075, - 20078 - ], - "loc": { - "start": { - "line": 516, - "column": 12 - }, - "end": { - "line": 516, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 20079, - 20088 - ], - "loc": { - "start": { - "line": 516, - "column": 16 - }, - "end": { - "line": 516, - "column": 25 - } - } - }, - "range": [ - 20075, - 20088 - ], - "loc": { - "start": { - "line": 516, - "column": 12 - }, - "end": { - "line": 516, - "column": 25 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "StatusBar", - "range": [ - 20095, - 20104 - ], - "loc": { - "start": { - "line": 516, - "column": 32 - }, - "end": { - "line": 516, - "column": 41 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 20105, - 20109 - ], - "loc": { - "start": { - "line": 516, - "column": 42 - }, - "end": { - "line": 516, - "column": 46 - } - } - } - ], - "range": [ - 20091, - 20110 - ], - "loc": { - "start": { - "line": 516, - "column": 28 - }, - "end": { - "line": 516, - "column": 47 - } - } - }, - "range": [ - 20075, - 20110 - ], - "loc": { - "start": { - "line": 516, - "column": 12 - }, - "end": { - "line": 516, - "column": 47 - } - } - }, - "range": [ - 20075, - 20111 - ], - "loc": { - "start": { - "line": 516, - "column": 12 - }, - "end": { - "line": 516, - "column": 48 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 20124, - 20127 - ], - "loc": { - "start": { - "line": 517, - "column": 12 - }, - "end": { - "line": 517, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 20128, - 20137 - ], - "loc": { - "start": { - "line": 517, - "column": 16 - }, - "end": { - "line": 517, - "column": 25 - } - } - }, - "range": [ - 20124, - 20137 - ], - "loc": { - "start": { - "line": 517, - "column": 12 - }, - "end": { - "line": 517, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 20138, - 20142 - ], - "loc": { - "start": { - "line": 517, - "column": 26 - }, - "end": { - "line": 517, - "column": 30 - } - } - }, - "range": [ - 20124, - 20142 - ], - "loc": { - "start": { - "line": 517, - "column": 12 - }, - "end": { - "line": 517, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 20124, - 20144 - ], - "loc": { - "start": { - "line": 517, - "column": 12 - }, - "end": { - "line": 517, - "column": 32 - } - } - }, - "range": [ - 20124, - 20145 - ], - "loc": { - "start": { - "line": 517, - "column": 12 - }, - "end": { - "line": 517, - "column": 33 - } - } - } - ], - "range": [ - 20061, - 20155 - ], - "loc": { - "start": { - "line": 515, - "column": 28 - }, - "end": { - "line": 518, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 20041, - 20155 - ], - "loc": { - "start": { - "line": 515, - "column": 8 - }, - "end": { - "line": 518, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 20168, - 20172 - ], - "loc": { - "start": { - "line": 519, - "column": 12 - }, - "end": { - "line": 519, - "column": 16 - } - } - }, "property": { "type": "Identifier", "name": "paging", "range": [ - 20173, - 20179 + 20040, + 20046 ], "loc": { "start": { - "line": 519, + "line": 515, "column": 17 }, "end": { - "line": 519, + "line": 515, "column": 23 } } }, "range": [ - 20168, - 20179 + 20035, + 20046 ], "loc": { "start": { - "line": 519, + "line": 515, "column": 12 }, "end": { - "line": 519, + "line": 515, "column": 23 } } @@ -47486,16 +47193,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20200, - 20203 + 20067, + 20070 ], "loc": { "start": { - "line": 520, + "line": 516, "column": 17 }, "end": { - "line": 520, + "line": 516, "column": 20 } } @@ -47504,47 +47211,47 @@ "type": "Identifier", "name": "paging", "range": [ - 20204, - 20210 + 20071, + 20077 ], "loc": { "start": { - "line": 520, + "line": 516, "column": 21 }, "end": { - "line": 520, + "line": 516, "column": 27 } } }, "range": [ - 20200, - 20210 + 20067, + 20077 ], "loc": { "start": { - "line": 520, + "line": 516, "column": 17 }, "end": { - "line": 520, + "line": 516, "column": 27 } } }, "prefix": true, "range": [ - 20199, - 20210 + 20066, + 20077 ], "loc": { "start": { - "line": 520, + "line": 516, "column": 16 }, "end": { - "line": 520, + "line": 516, "column": 27 } } @@ -47564,16 +47271,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20230, - 20233 + 20097, + 20100 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 16 }, "end": { - "line": 521, + "line": 517, "column": 19 } } @@ -47582,31 +47289,31 @@ "type": "Identifier", "name": "paging", "range": [ - 20234, - 20240 + 20101, + 20107 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 20 }, "end": { - "line": 521, + "line": 517, "column": 26 } } }, "range": [ - 20230, - 20240 + 20097, + 20107 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 16 }, "end": { - "line": 521, + "line": 517, "column": 26 } } @@ -47617,16 +47324,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 20247, - 20253 + 20114, + 20120 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 33 }, "end": { - "line": 521, + "line": 517, "column": 39 } } @@ -47635,62 +47342,62 @@ { "type": "ThisExpression", "range": [ - 20254, - 20258 + 20121, + 20125 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 40 }, "end": { - "line": 521, + "line": 517, "column": 44 } } } ], "range": [ - 20243, - 20259 + 20110, + 20126 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 29 }, "end": { - "line": 521, + "line": 517, "column": 45 } } }, "range": [ - 20230, - 20259 + 20097, + 20126 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 16 }, "end": { - "line": 521, + "line": 517, "column": 45 } } }, "range": [ - 20230, - 20260 + 20097, + 20127 ], "loc": { "start": { - "line": 521, + "line": 517, "column": 16 }, "end": { - "line": 521, + "line": 517, "column": 46 } } @@ -47709,16 +47416,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20277, - 20280 + 20144, + 20147 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 16 }, "end": { - "line": 522, + "line": 518, "column": 19 } } @@ -47727,31 +47434,31 @@ "type": "Identifier", "name": "paging", "range": [ - 20281, - 20287 + 20148, + 20154 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 20 }, "end": { - "line": 522, + "line": 518, "column": 26 } } }, "range": [ - 20277, - 20287 + 20144, + 20154 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 16 }, "end": { - "line": 522, + "line": 518, "column": 26 } } @@ -47760,78 +47467,78 @@ "type": "Identifier", "name": "init", "range": [ - 20288, - 20292 + 20155, + 20159 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 27 }, "end": { - "line": 522, + "line": 518, "column": 31 } } }, "range": [ - 20277, - 20292 + 20144, + 20159 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 16 }, "end": { - "line": 522, + "line": 518, "column": 31 } } }, "arguments": [], "range": [ - 20277, - 20294 + 20144, + 20161 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 16 }, "end": { - "line": 522, + "line": 518, "column": 33 } } }, "range": [ - 20277, - 20295 + 20144, + 20162 ], "loc": { "start": { - "line": 522, + "line": 518, "column": 16 }, "end": { - "line": 522, + "line": 518, "column": 34 } } } ], "range": [ - 20212, - 20309 + 20079, + 20176 ], "loc": { "start": { - "line": 520, + "line": 516, "column": 29 }, "end": { - "line": 523, + "line": 519, "column": 13 } } @@ -47853,16 +47560,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20333, - 20336 + 20200, + 20203 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 16 }, "end": { - "line": 524, + "line": 520, "column": 19 } } @@ -47871,31 +47578,31 @@ "type": "Identifier", "name": "paging", "range": [ - 20337, - 20343 + 20204, + 20210 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 20 }, "end": { - "line": 524, + "line": 520, "column": 26 } } }, "range": [ - 20333, - 20343 + 20200, + 20210 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 16 }, "end": { - "line": 524, + "line": 520, "column": 26 } } @@ -47904,125 +47611,125 @@ "type": "Identifier", "name": "reset", "range": [ - 20344, - 20349 + 20211, + 20216 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 27 }, "end": { - "line": 524, + "line": 520, "column": 32 } } }, "range": [ - 20333, - 20349 + 20200, + 20216 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 16 }, "end": { - "line": 524, + "line": 520, "column": 32 } } }, "arguments": [], "range": [ - 20333, - 20351 + 20200, + 20218 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 16 }, "end": { - "line": 524, + "line": 520, "column": 34 } } }, "range": [ - 20333, - 20352 + 20200, + 20219 ], "loc": { "start": { - "line": 524, + "line": 520, "column": 16 }, "end": { - "line": 524, + "line": 520, "column": 35 } } } ], "range": [ - 20315, - 20366 + 20182, + 20233 ], "loc": { "start": { - "line": 523, + "line": 519, "column": 19 }, "end": { - "line": 525, + "line": 521, "column": 13 } } }, "range": [ - 20195, - 20366 + 20062, + 20233 ], "loc": { "start": { - "line": 520, + "line": 516, "column": 12 }, "end": { - "line": 525, + "line": 521, "column": 13 } } } ], "range": [ - 20181, - 20376 + 20048, + 20243 ], "loc": { "start": { - "line": 519, + "line": 515, "column": 25 }, "end": { - "line": 526, + "line": 522, "column": 9 } } }, "alternate": null, "range": [ - 20164, - 20376 + 20031, + 20243 ], "loc": { "start": { - "line": 519, + "line": 515, "column": 8 }, "end": { - "line": 526, + "line": 522, "column": 9 } } @@ -48035,16 +47742,16 @@ "object": { "type": "ThisExpression", "range": [ - 20389, - 20393 + 20256, + 20260 ], "loc": { "start": { - "line": 527, + "line": 523, "column": 12 }, "end": { - "line": 527, + "line": 523, "column": 16 } } @@ -48053,31 +47760,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 20394, - 20402 + 20261, + 20269 ], "loc": { "start": { - "line": 527, + "line": 523, "column": 17 }, "end": { - "line": 527, + "line": 523, "column": 25 } } }, "range": [ - 20389, - 20402 + 20256, + 20269 ], "loc": { "start": { - "line": 527, + "line": 523, "column": 12 }, "end": { - "line": 527, + "line": 523, "column": 25 } } @@ -48097,16 +47804,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20418, - 20421 + 20285, + 20288 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 12 }, "end": { - "line": 528, + "line": 524, "column": 15 } } @@ -48115,31 +47822,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 20422, - 20433 + 20289, + 20300 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 16 }, "end": { - "line": 528, + "line": 524, "column": 27 } } }, "range": [ - 20418, - 20433 + 20285, + 20300 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 12 }, "end": { - "line": 528, + "line": 524, "column": 27 } } @@ -48150,16 +47857,16 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 20440, - 20451 + 20307, + 20318 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 34 }, "end": { - "line": 528, + "line": 524, "column": 45 } } @@ -48168,62 +47875,62 @@ { "type": "ThisExpression", "range": [ - 20452, - 20456 + 20319, + 20323 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 46 }, "end": { - "line": 528, + "line": 524, "column": 50 } } } ], "range": [ - 20436, - 20457 + 20303, + 20324 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 30 }, "end": { - "line": 528, + "line": 524, "column": 51 } } }, "range": [ - 20418, - 20457 + 20285, + 20324 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 12 }, "end": { - "line": 528, + "line": 524, "column": 51 } } }, "range": [ - 20418, - 20458 + 20285, + 20325 ], "loc": { "start": { - "line": 528, + "line": 524, "column": 12 }, "end": { - "line": 528, + "line": 524, "column": 52 } } @@ -48242,16 +47949,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20471, - 20474 + 20338, + 20341 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 12 }, "end": { - "line": 529, + "line": 525, "column": 15 } } @@ -48260,31 +47967,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 20475, - 20486 + 20342, + 20353 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 16 }, "end": { - "line": 529, + "line": 525, "column": 27 } } }, "range": [ - 20471, - 20486 + 20338, + 20353 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 12 }, "end": { - "line": 529, + "line": 525, "column": 27 } } @@ -48293,94 +48000,94 @@ "type": "Identifier", "name": "init", "range": [ - 20487, - 20491 + 20354, + 20358 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 28 }, "end": { - "line": 529, + "line": 525, "column": 32 } } }, "range": [ - 20471, - 20491 + 20338, + 20358 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 12 }, "end": { - "line": 529, + "line": 525, "column": 32 } } }, "arguments": [], "range": [ - 20471, - 20493 + 20338, + 20360 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 12 }, "end": { - "line": 529, + "line": 525, "column": 34 } } }, "range": [ - 20471, - 20494 + 20338, + 20361 ], "loc": { "start": { - "line": 529, + "line": 525, "column": 12 }, "end": { - "line": 529, + "line": 525, "column": 35 } } } ], "range": [ - 20404, - 20504 + 20271, + 20371 ], "loc": { "start": { - "line": 527, + "line": 523, "column": 27 }, "end": { - "line": 530, + "line": 526, "column": 9 } } }, "alternate": null, "range": [ - 20385, - 20504 + 20252, + 20371 ], "loc": { "start": { - "line": 527, + "line": 523, "column": 8 }, "end": { - "line": 530, + "line": 526, "column": 9 } } @@ -48396,16 +48103,16 @@ "object": { "type": "ThisExpression", "range": [ - 20518, - 20522 + 20385, + 20389 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 12 }, "end": { - "line": 532, + "line": 528, "column": 16 } } @@ -48414,31 +48121,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 20523, - 20535 + 20390, + 20402 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 17 }, "end": { - "line": 532, + "line": 528, "column": 29 } } }, "range": [ - 20518, - 20535 + 20385, + 20402 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 12 }, "end": { - "line": 532, + "line": 528, "column": 29 } } @@ -48452,16 +48159,16 @@ "object": { "type": "ThisExpression", "range": [ - 20540, - 20544 + 20407, + 20411 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 34 }, "end": { - "line": 532, + "line": 528, "column": 38 } } @@ -48470,62 +48177,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 20545, - 20555 + 20412, + 20422 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 39 }, "end": { - "line": 532, + "line": 528, "column": 49 } } }, "range": [ - 20540, - 20555 + 20407, + 20422 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 34 }, "end": { - "line": 532, + "line": 528, "column": 49 } } }, "prefix": true, "range": [ - 20539, - 20555 + 20406, + 20422 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 33 }, "end": { - "line": 532, + "line": 528, "column": 49 } } }, "range": [ - 20518, - 20555 + 20385, + 20422 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 12 }, "end": { - "line": 532, + "line": 528, "column": 49 } } @@ -48543,16 +48250,16 @@ "object": { "type": "ThisExpression", "range": [ - 20571, - 20575 + 20438, + 20442 ], "loc": { "start": { - "line": 533, + "line": 529, "column": 12 }, "end": { - "line": 533, + "line": 529, "column": 16 } } @@ -48561,94 +48268,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 20576, - 20588 + 20443, + 20455 ], "loc": { "start": { - "line": 533, + "line": 529, "column": 17 }, "end": { - "line": 533, + "line": 529, "column": 29 } } }, "range": [ - 20571, - 20588 + 20438, + 20455 ], "loc": { "start": { - "line": 533, + "line": 529, "column": 12 }, "end": { - "line": 533, + "line": 529, "column": 29 } } }, "arguments": [], "range": [ - 20571, - 20590 + 20438, + 20457 ], "loc": { "start": { - "line": 533, + "line": 529, "column": 12 }, "end": { - "line": 533, + "line": 529, "column": 31 } } }, "range": [ - 20571, - 20591 + 20438, + 20458 ], "loc": { "start": { - "line": 533, + "line": 529, "column": 12 }, "end": { - "line": 533, + "line": 529, "column": 32 } } } ], "range": [ - 20557, - 20601 + 20424, + 20468 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 51 }, "end": { - "line": 534, + "line": 530, "column": 9 } } }, "alternate": null, "range": [ - 20514, - 20601 + 20381, + 20468 ], "loc": { "start": { - "line": 532, + "line": 528, "column": 8 }, "end": { - "line": 534, + "line": 530, "column": 9 } } @@ -48661,16 +48368,16 @@ "object": { "type": "ThisExpression", "range": [ - 20614, - 20618 + 20481, + 20485 ], "loc": { "start": { - "line": 535, + "line": 531, "column": 12 }, "end": { - "line": 535, + "line": 531, "column": 16 } } @@ -48679,31 +48386,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 20619, - 20632 + 20486, + 20499 ], "loc": { "start": { - "line": 535, + "line": 531, "column": 17 }, "end": { - "line": 535, + "line": 531, "column": 30 } } }, "range": [ - 20614, - 20632 + 20481, + 20499 ], "loc": { "start": { - "line": 535, + "line": 531, "column": 12 }, "end": { - "line": 535, + "line": 531, "column": 30 } } @@ -48723,16 +48430,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20648, - 20651 + 20515, + 20518 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 12 }, "end": { - "line": 536, + "line": 532, "column": 15 } } @@ -48741,31 +48448,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 20652, - 20665 + 20519, + 20532 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 16 }, "end": { - "line": 536, + "line": 532, "column": 29 } } }, "range": [ - 20648, - 20665 + 20515, + 20532 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 12 }, "end": { - "line": 536, + "line": 532, "column": 29 } } @@ -48776,16 +48483,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 20672, - 20685 + 20539, + 20552 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 36 }, "end": { - "line": 536, + "line": 532, "column": 49 } } @@ -48794,62 +48501,62 @@ { "type": "ThisExpression", "range": [ - 20686, - 20690 + 20553, + 20557 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 50 }, "end": { - "line": 536, + "line": 532, "column": 54 } } } ], "range": [ - 20668, - 20691 + 20535, + 20558 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 32 }, "end": { - "line": 536, + "line": 532, "column": 55 } } }, "range": [ - 20648, - 20691 + 20515, + 20558 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 12 }, "end": { - "line": 536, + "line": 532, "column": 55 } } }, "range": [ - 20648, - 20692 + 20515, + 20559 ], "loc": { "start": { - "line": 536, + "line": 532, "column": 12 }, "end": { - "line": 536, + "line": 532, "column": 56 } } @@ -48868,16 +48575,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20705, - 20708 + 20572, + 20575 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 12 }, "end": { - "line": 537, + "line": 533, "column": 15 } } @@ -48886,31 +48593,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 20709, - 20722 + 20576, + 20589 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 16 }, "end": { - "line": 537, + "line": 533, "column": 29 } } }, "range": [ - 20705, - 20722 + 20572, + 20589 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 12 }, "end": { - "line": 537, + "line": 533, "column": 29 } } @@ -48919,94 +48626,94 @@ "type": "Identifier", "name": "init", "range": [ - 20723, - 20727 + 20590, + 20594 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 30 }, "end": { - "line": 537, + "line": 533, "column": 34 } } }, "range": [ - 20705, - 20727 + 20572, + 20594 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 12 }, "end": { - "line": 537, + "line": 533, "column": 34 } } }, "arguments": [], "range": [ - 20705, - 20729 + 20572, + 20596 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 12 }, "end": { - "line": 537, + "line": 533, "column": 36 } } }, "range": [ - 20705, - 20730 + 20572, + 20597 ], "loc": { "start": { - "line": 537, + "line": 533, "column": 12 }, "end": { - "line": 537, + "line": 533, "column": 37 } } } ], "range": [ - 20634, - 20740 + 20501, + 20607 ], "loc": { "start": { - "line": 535, + "line": 531, "column": 32 }, "end": { - "line": 538, + "line": 534, "column": 9 } } }, "alternate": null, "range": [ - 20610, - 20740 + 20477, + 20607 ], "loc": { "start": { - "line": 535, + "line": 531, "column": 8 }, "end": { - "line": 538, + "line": 534, "column": 9 } } @@ -49019,16 +48726,16 @@ "object": { "type": "ThisExpression", "range": [ - 20753, - 20757 + 20620, + 20624 ], "loc": { "start": { - "line": 539, + "line": 535, "column": 12 }, "end": { - "line": 539, + "line": 535, "column": 16 } } @@ -49037,31 +48744,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 20758, - 20767 + 20625, + 20634 ], "loc": { "start": { - "line": 539, + "line": 535, "column": 17 }, "end": { - "line": 539, + "line": 535, "column": 26 } } }, "range": [ - 20753, - 20767 + 20620, + 20634 ], "loc": { "start": { - "line": 539, + "line": 535, "column": 12 }, "end": { - "line": 539, + "line": 535, "column": 26 } } @@ -49081,16 +48788,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20788, - 20791 + 20655, + 20658 ], "loc": { "start": { - "line": 540, + "line": 536, "column": 17 }, "end": { - "line": 540, + "line": 536, "column": 20 } } @@ -49099,47 +48806,47 @@ "type": "Identifier", "name": "noResults", "range": [ - 20792, - 20801 + 20659, + 20668 ], "loc": { "start": { - "line": 540, + "line": 536, "column": 21 }, "end": { - "line": 540, + "line": 536, "column": 30 } } }, "range": [ - 20788, - 20801 + 20655, + 20668 ], "loc": { "start": { - "line": 540, + "line": 536, "column": 17 }, "end": { - "line": 540, + "line": 536, "column": 30 } } }, "prefix": true, "range": [ - 20787, - 20801 + 20654, + 20668 ], "loc": { "start": { - "line": 540, + "line": 536, "column": 16 }, "end": { - "line": 540, + "line": 536, "column": 30 } } @@ -49159,16 +48866,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20821, - 20824 + 20688, + 20691 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 16 }, "end": { - "line": 541, + "line": 537, "column": 19 } } @@ -49177,31 +48884,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 20825, - 20834 + 20692, + 20701 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 20 }, "end": { - "line": 541, + "line": 537, "column": 29 } } }, "range": [ - 20821, - 20834 + 20688, + 20701 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 16 }, "end": { - "line": 541, + "line": 537, "column": 29 } } @@ -49212,16 +48919,16 @@ "type": "Identifier", "name": "NoResults", "range": [ - 20841, - 20850 + 20708, + 20717 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 36 }, "end": { - "line": 541, + "line": 537, "column": 45 } } @@ -49230,94 +48937,94 @@ { "type": "ThisExpression", "range": [ - 20851, - 20855 + 20718, + 20722 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 46 }, "end": { - "line": 541, + "line": 537, "column": 50 } } } ], "range": [ - 20837, - 20856 + 20704, + 20723 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 32 }, "end": { - "line": 541, + "line": 537, "column": 51 } } }, "range": [ - 20821, - 20856 + 20688, + 20723 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 16 }, "end": { - "line": 541, + "line": 537, "column": 51 } } }, "range": [ - 20821, - 20857 + 20688, + 20724 ], "loc": { "start": { - "line": 541, + "line": 537, "column": 16 }, "end": { - "line": 541, + "line": 537, "column": 52 } } } ], "range": [ - 20803, - 20871 + 20670, + 20738 ], "loc": { "start": { - "line": 540, + "line": 536, "column": 32 }, "end": { - "line": 542, + "line": 538, "column": 13 } } }, "alternate": null, "range": [ - 20783, - 20871 + 20650, + 20738 ], "loc": { "start": { - "line": 540, + "line": 536, "column": 12 }, "end": { - "line": 542, + "line": 538, "column": 13 } } @@ -49336,16 +49043,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 20884, - 20887 + 20751, + 20754 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 12 }, "end": { - "line": 543, + "line": 539, "column": 15 } } @@ -49354,31 +49061,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 20888, - 20897 + 20755, + 20764 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 16 }, "end": { - "line": 543, + "line": 539, "column": 25 } } }, "range": [ - 20884, - 20897 + 20751, + 20764 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 12 }, "end": { - "line": 543, + "line": 539, "column": 25 } } @@ -49387,94 +49094,94 @@ "type": "Identifier", "name": "init", "range": [ - 20898, - 20902 + 20765, + 20769 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 26 }, "end": { - "line": 543, + "line": 539, "column": 30 } } }, "range": [ - 20884, - 20902 + 20751, + 20769 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 12 }, "end": { - "line": 543, + "line": 539, "column": 30 } } }, "arguments": [], "range": [ - 20884, - 20904 + 20751, + 20771 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 12 }, "end": { - "line": 543, + "line": 539, "column": 32 } } }, "range": [ - 20884, - 20905 + 20751, + 20772 ], "loc": { "start": { - "line": 543, + "line": 539, "column": 12 }, "end": { - "line": 543, + "line": 539, "column": 33 } } } ], "range": [ - 20769, - 20915 + 20636, + 20782 ], "loc": { "start": { - "line": 539, + "line": 535, "column": 28 }, "end": { - "line": 544, + "line": 540, "column": 9 } } }, "alternate": null, "range": [ - 20749, - 20915 + 20616, + 20782 ], "loc": { "start": { - "line": 539, + "line": 535, "column": 8 }, "end": { - "line": 544, + "line": 540, "column": 9 } }, @@ -49483,16 +49190,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 20925, - 20957 + 20792, + 20824 ], "loc": { "start": { - "line": 546, + "line": 542, "column": 8 }, "end": { - "line": 546, + "line": 542, "column": 40 } } @@ -49510,16 +49217,16 @@ "object": { "type": "ThisExpression", "range": [ - 20971, - 20975 + 20838, + 20842 ], "loc": { "start": { - "line": 547, + "line": 543, "column": 13 }, "end": { - "line": 547, + "line": 543, "column": 17 } } @@ -49528,47 +49235,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 20976, - 20986 + 20843, + 20853 ], "loc": { "start": { - "line": 547, + "line": 543, "column": 18 }, "end": { - "line": 547, + "line": 543, "column": 28 } } }, "range": [ - 20971, - 20986 + 20838, + 20853 ], "loc": { "start": { - "line": 547, + "line": 543, "column": 13 }, "end": { - "line": 547, + "line": 543, "column": 28 } } }, "prefix": true, "range": [ - 20970, - 20986 + 20837, + 20853 ], "loc": { "start": { - "line": 547, + "line": 543, "column": 12 }, "end": { - "line": 547, + "line": 543, "column": 28 } } @@ -49584,16 +49291,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 21002, - 21010 + 20869, + 20877 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 12 }, "end": { - "line": 548, + "line": 544, "column": 20 } } @@ -49605,16 +49312,16 @@ "object": { "type": "ThisExpression", "range": [ - 21011, - 21015 + 20878, + 20882 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 21 }, "end": { - "line": 548, + "line": 544, "column": 25 } } @@ -49623,31 +49330,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 21016, - 21019 + 20883, + 20886 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 26 }, "end": { - "line": 548, + "line": 544, "column": 29 } } }, "range": [ - 21011, - 21019 + 20878, + 20886 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 21 }, "end": { - "line": 548, + "line": 544, "column": 29 } } @@ -49658,16 +49365,16 @@ "object": { "type": "ThisExpression", "range": [ - 21021, - 21025 + 20888, + 20892 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 31 }, "end": { - "line": 548, + "line": 544, "column": 35 } } @@ -49676,62 +49383,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 21026, - 21032 + 20893, + 20899 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 36 }, "end": { - "line": 548, + "line": 544, "column": 42 } } }, "range": [ - 21021, - 21032 + 20888, + 20899 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 31 }, "end": { - "line": 548, + "line": 544, "column": 42 } } } ], "range": [ - 21002, - 21033 + 20869, + 20900 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 12 }, "end": { - "line": 548, + "line": 544, "column": 43 } } }, "range": [ - 21002, - 21034 + 20869, + 20901 ], "loc": { "start": { - "line": 548, + "line": 544, "column": 12 }, "end": { - "line": 548, + "line": 544, "column": 44 } } @@ -49744,16 +49451,16 @@ "object": { "type": "ThisExpression", "range": [ - 21051, - 21055 + 20918, + 20922 ], "loc": { "start": { - "line": 549, + "line": 545, "column": 16 }, "end": { - "line": 549, + "line": 545, "column": 20 } } @@ -49762,31 +49469,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 21056, - 21066 + 20923, + 20933 ], "loc": { "start": { - "line": 549, + "line": 545, "column": 21 }, "end": { - "line": 549, + "line": 545, "column": 31 } } }, "range": [ - 21051, - 21066 + 20918, + 20933 ], "loc": { "start": { - "line": 549, + "line": 545, "column": 16 }, "end": { - "line": 549, + "line": 545, "column": 31 } } @@ -49802,16 +49509,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 21086, - 21094 + 20953, + 20961 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 16 }, "end": { - "line": 550, + "line": 546, "column": 24 } } @@ -49823,16 +49530,16 @@ "object": { "type": "ThisExpression", "range": [ - 21095, - 21099 + 20962, + 20966 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 25 }, "end": { - "line": 550, + "line": 546, "column": 29 } } @@ -49841,31 +49548,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 21100, - 21103 + 20967, + 20970 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 30 }, "end": { - "line": 550, + "line": 546, "column": 33 } } }, "range": [ - 21095, - 21103 + 20962, + 20970 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 25 }, "end": { - "line": 550, + "line": 546, "column": 33 } } @@ -49876,16 +49583,16 @@ "object": { "type": "ThisExpression", "range": [ - 21105, - 21109 + 20972, + 20976 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 35 }, "end": { - "line": 550, + "line": 546, "column": 39 } } @@ -49894,126 +49601,126 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 21110, - 21124 + 20977, + 20991 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 40 }, "end": { - "line": 550, + "line": 546, "column": 54 } } }, "range": [ - 21105, - 21124 + 20972, + 20991 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 35 }, "end": { - "line": 550, + "line": 546, "column": 54 } } } ], "range": [ - 21086, - 21125 + 20953, + 20992 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 16 }, "end": { - "line": 550, + "line": 546, "column": 55 } } }, "range": [ - 21086, - 21126 + 20953, + 20993 ], "loc": { "start": { - "line": 550, + "line": 546, "column": 16 }, "end": { - "line": 550, + "line": 546, "column": 56 } } } ], "range": [ - 21068, - 21140 + 20935, + 21007 ], "loc": { "start": { - "line": 549, + "line": 545, "column": 33 }, "end": { - "line": 551, + "line": 547, "column": 13 } } }, "alternate": null, "range": [ - 21047, - 21140 + 20914, + 21007 ], "loc": { "start": { - "line": 549, + "line": 545, "column": 12 }, "end": { - "line": 551, + "line": 547, "column": 13 } } } ], "range": [ - 20988, - 21150 + 20855, + 21017 ], "loc": { "start": { - "line": 547, + "line": 543, "column": 30 }, "end": { - "line": 552, + "line": 548, "column": 9 } } }, "alternate": null, "range": [ - 20966, - 21150 + 20833, + 21017 ], "loc": { "start": { - "line": 547, + "line": 543, "column": 8 }, "end": { - "line": 552, + "line": 548, "column": 9 } }, @@ -50022,16 +49729,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 20925, - 20957 + 20792, + 20824 ], "loc": { "start": { - "line": 546, + "line": 542, "column": 8 }, "end": { - "line": 546, + "line": 542, "column": 40 } } @@ -50042,16 +49749,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 21160, - 21182 + 21027, + 21049 ], "loc": { "start": { - "line": 554, + "line": 550, "column": 8 }, "end": { - "line": 554, + "line": 550, "column": 30 } } @@ -50066,16 +49773,16 @@ "object": { "type": "ThisExpression", "range": [ - 21195, - 21199 + 21062, + 21066 ], "loc": { "start": { - "line": 555, + "line": 551, "column": 12 }, "end": { - "line": 555, + "line": 551, "column": 16 } } @@ -50084,31 +49791,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 21200, - 21213 + 21067, + 21080 ], "loc": { "start": { - "line": 555, + "line": 551, "column": 17 }, "end": { - "line": 555, + "line": 551, "column": 30 } } }, "range": [ - 21195, - 21213 + 21062, + 21080 ], "loc": { "start": { - "line": 555, + "line": 551, "column": 12 }, "end": { - "line": 555, + "line": 551, "column": 30 } } @@ -50126,16 +49833,16 @@ "object": { "type": "ThisExpression", "range": [ - 21229, - 21233 + 21096, + 21100 ], "loc": { "start": { - "line": 556, + "line": 552, "column": 12 }, "end": { - "line": 556, + "line": 552, "column": 16 } } @@ -50144,94 +49851,94 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 21234, - 21248 + 21101, + 21115 ], "loc": { "start": { - "line": 556, + "line": 552, "column": 17 }, "end": { - "line": 556, + "line": 552, "column": 31 } } }, "range": [ - 21229, - 21248 + 21096, + 21115 ], "loc": { "start": { - "line": 556, + "line": 552, "column": 12 }, "end": { - "line": 556, + "line": 552, "column": 31 } } }, "arguments": [], "range": [ - 21229, - 21250 + 21096, + 21117 ], "loc": { "start": { - "line": 556, + "line": 552, "column": 12 }, "end": { - "line": 556, + "line": 552, "column": 33 } } }, "range": [ - 21229, - 21251 + 21096, + 21118 ], "loc": { "start": { - "line": 556, + "line": 552, "column": 12 }, "end": { - "line": 556, + "line": 552, "column": 34 } } } ], "range": [ - 21215, - 21261 + 21082, + 21128 ], "loc": { "start": { - "line": 555, + "line": 551, "column": 32 }, "end": { - "line": 557, + "line": 553, "column": 9 } } }, "alternate": null, "range": [ - 21191, - 21261 + 21058, + 21128 ], "loc": { "start": { - "line": 555, + "line": 551, "column": 8 }, "end": { - "line": 557, + "line": 553, "column": 9 } }, @@ -50240,16 +49947,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 21160, - 21182 + 21027, + 21049 ], "loc": { "start": { - "line": 554, + "line": 550, "column": 8 }, "end": { - "line": 554, + "line": 550, "column": 30 } } @@ -50260,16 +49967,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 21271, - 21293 + 21138, + 21160 ], "loc": { "start": { - "line": 559, + "line": 555, "column": 8 }, "end": { - "line": 559, + "line": 555, "column": 30 } } @@ -50284,16 +49991,16 @@ "object": { "type": "ThisExpression", "range": [ - 21306, - 21310 + 21173, + 21177 ], "loc": { "start": { - "line": 560, + "line": 556, "column": 12 }, "end": { - "line": 560, + "line": 556, "column": 16 } } @@ -50302,31 +50009,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 21311, - 21328 + 21178, + 21195 ], "loc": { "start": { - "line": 560, + "line": 556, "column": 17 }, "end": { - "line": 560, + "line": 556, "column": 34 } } }, "range": [ - 21306, - 21328 + 21173, + 21195 ], "loc": { "start": { - "line": 560, + "line": 556, "column": 12 }, "end": { - "line": 560, + "line": 556, "column": 34 } } @@ -50347,16 +50054,16 @@ "object": { "type": "ThisExpression", "range": [ - 21344, - 21348 + 21211, + 21215 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 12 }, "end": { - "line": 561, + "line": 557, "column": 16 } } @@ -50365,31 +50072,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 21349, - 21356 + 21216, + 21223 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 17 }, "end": { - "line": 561, + "line": 557, "column": 24 } } }, "range": [ - 21344, - 21356 + 21211, + 21223 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 12 }, "end": { - "line": 561, + "line": 557, "column": 24 } } @@ -50398,31 +50105,31 @@ "type": "Identifier", "name": "on", "range": [ - 21357, - 21359 + 21224, + 21226 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 25 }, "end": { - "line": 561, + "line": 557, "column": 27 } } }, "range": [ - 21344, - 21359 + 21211, + 21226 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 12 }, "end": { - "line": 561, + "line": 557, "column": 27 } } @@ -50436,32 +50143,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 21361, - 21379 + 21228, + 21246 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 29 }, "end": { - "line": 561, + "line": 557, "column": 47 } } } ], "range": [ - 21360, - 21380 + 21227, + 21247 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 28 }, "end": { - "line": 561, + "line": 557, "column": 48 } } @@ -50478,16 +50185,16 @@ "object": { "type": "ThisExpression", "range": [ - 21404, - 21408 + 21271, + 21275 ], "loc": { "start": { - "line": 562, + "line": 558, "column": 22 }, "end": { - "line": 562, + "line": 558, "column": 26 } } @@ -50496,47 +50203,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 21409, - 21427 + 21276, + 21294 ], "loc": { "start": { - "line": 562, + "line": 558, "column": 27 }, "end": { - "line": 562, + "line": 558, "column": 45 } } }, "range": [ - 21404, - 21427 + 21271, + 21294 ], "loc": { "start": { - "line": 562, + "line": 558, "column": 22 }, "end": { - "line": 562, + "line": 558, "column": 45 } } }, "arguments": [], "range": [ - 21404, - 21429 + 21271, + 21296 ], "loc": { "start": { - "line": 562, + "line": 558, "column": 22 }, "end": { - "line": 562, + "line": 558, "column": 47 } } @@ -50544,47 +50251,47 @@ "generator": false, "expression": true, "range": [ - 21398, - 21429 + 21265, + 21296 ], "loc": { "start": { - "line": 562, + "line": 558, "column": 16 }, "end": { - "line": 562, + "line": 558, "column": 47 } } } ], "range": [ - 21344, - 21430 + 21211, + 21297 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 12 }, "end": { - "line": 562, + "line": 558, "column": 48 } } }, "range": [ - 21344, - 21431 + 21211, + 21298 ], "loc": { "start": { - "line": 561, + "line": 557, "column": 12 }, "end": { - "line": 562, + "line": 558, "column": 49 } } @@ -50602,16 +50309,16 @@ "object": { "type": "ThisExpression", "range": [ - 21444, - 21448 + 21311, + 21315 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 12 }, "end": { - "line": 563, + "line": 559, "column": 16 } } @@ -50620,31 +50327,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 21449, - 21456 + 21316, + 21323 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 17 }, "end": { - "line": 563, + "line": 559, "column": 24 } } }, "range": [ - 21444, - 21456 + 21311, + 21323 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 12 }, "end": { - "line": 563, + "line": 559, "column": 24 } } @@ -50653,31 +50360,31 @@ "type": "Identifier", "name": "on", "range": [ - 21457, - 21459 + 21324, + 21326 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 25 }, "end": { - "line": 563, + "line": 559, "column": 27 } } }, "range": [ - 21444, - 21459 + 21311, + 21326 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 12 }, "end": { - "line": 563, + "line": 559, "column": 27 } } @@ -50691,32 +50398,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 21461, - 21477 + 21328, + 21344 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 29 }, "end": { - "line": 563, + "line": 559, "column": 45 } } } ], "range": [ - 21460, - 21478 + 21327, + 21345 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 28 }, "end": { - "line": 563, + "line": 559, "column": 46 } } @@ -50729,16 +50436,16 @@ "type": "Identifier", "name": "tf", "range": [ - 21497, - 21499 + 21364, + 21366 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 17 }, "end": { - "line": 564, + "line": 560, "column": 19 } } @@ -50747,16 +50454,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 21501, - 21509 + 21368, + 21376 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 21 }, "end": { - "line": 564, + "line": 560, "column": 29 } } @@ -50770,16 +50477,16 @@ "object": { "type": "ThisExpression", "range": [ - 21514, - 21518 + 21381, + 21385 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 34 }, "end": { - "line": 564, + "line": 560, "column": 38 } } @@ -50788,31 +50495,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 21519, - 21535 + 21386, + 21402 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 39 }, "end": { - "line": 564, + "line": 560, "column": 55 } } }, "range": [ - 21514, - 21535 + 21381, + 21402 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 34 }, "end": { - "line": 564, + "line": 560, "column": 55 } } @@ -50822,32 +50529,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 21536, - 21544 + 21403, + 21411 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 56 }, "end": { - "line": 564, + "line": 560, "column": 64 } } } ], "range": [ - 21514, - 21545 + 21381, + 21412 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 34 }, "end": { - "line": 564, + "line": 560, "column": 65 } } @@ -50855,79 +50562,79 @@ "generator": false, "expression": true, "range": [ - 21496, - 21545 + 21363, + 21412 ], "loc": { "start": { - "line": 564, + "line": 560, "column": 16 }, "end": { - "line": 564, + "line": 560, "column": 65 } } } ], "range": [ - 21444, - 21546 + 21311, + 21413 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 12 }, "end": { - "line": 564, + "line": 560, "column": 66 } } }, "range": [ - 21444, - 21547 + 21311, + 21414 ], "loc": { "start": { - "line": 563, + "line": 559, "column": 12 }, "end": { - "line": 564, + "line": 560, "column": 67 } } } ], "range": [ - 21330, - 21557 + 21197, + 21424 ], "loc": { "start": { - "line": 560, + "line": 556, "column": 36 }, "end": { - "line": 565, + "line": 561, "column": 9 } } }, "alternate": null, "range": [ - 21302, - 21557 + 21169, + 21424 ], "loc": { "start": { - "line": 560, + "line": 556, "column": 8 }, "end": { - "line": 565, + "line": 561, "column": 9 } }, @@ -50936,16 +50643,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 21271, - 21293 + 21138, + 21160 ], "loc": { "start": { - "line": 559, + "line": 555, "column": 8 }, "end": { - "line": 559, + "line": 555, "column": 30 } } @@ -50960,16 +50667,16 @@ "object": { "type": "ThisExpression", "range": [ - 21570, - 21574 + 21437, + 21441 ], "loc": { "start": { - "line": 566, + "line": 562, "column": 12 }, "end": { - "line": 566, + "line": 562, "column": 16 } } @@ -50978,31 +50685,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 21575, - 21588 + 21442, + 21455 ], "loc": { "start": { - "line": 566, + "line": 562, "column": 17 }, "end": { - "line": 566, + "line": 562, "column": 30 } } }, "range": [ - 21570, - 21588 + 21437, + 21455 ], "loc": { "start": { - "line": 566, + "line": 562, "column": 12 }, "end": { - "line": 566, + "line": 562, "column": 30 } } @@ -51023,16 +50730,16 @@ "object": { "type": "ThisExpression", "range": [ - 21604, - 21608 + 21471, + 21475 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 12 }, "end": { - "line": 567, + "line": 563, "column": 16 } } @@ -51041,31 +50748,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 21609, - 21616 + 21476, + 21483 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 17 }, "end": { - "line": 567, + "line": 563, "column": 24 } } }, "range": [ - 21604, - 21616 + 21471, + 21483 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 12 }, "end": { - "line": 567, + "line": 563, "column": 24 } } @@ -51074,31 +50781,31 @@ "type": "Identifier", "name": "on", "range": [ - 21617, - 21619 + 21484, + 21486 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 25 }, "end": { - "line": 567, + "line": 563, "column": 27 } } }, "range": [ - 21604, - 21619 + 21471, + 21486 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 12 }, "end": { - "line": 567, + "line": 563, "column": 27 } } @@ -51112,32 +50819,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 21621, - 21638 + 21488, + 21505 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 29 }, "end": { - "line": 567, + "line": 563, "column": 46 } } } ], "range": [ - 21620, - 21639 + 21487, + 21506 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 28 }, "end": { - "line": 567, + "line": 563, "column": 47 } } @@ -51154,16 +50861,16 @@ "object": { "type": "ThisExpression", "range": [ - 21647, - 21651 + 21514, + 21518 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 55 }, "end": { - "line": 567, + "line": 563, "column": 59 } } @@ -51172,47 +50879,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 21652, - 21663 + 21519, + 21530 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 60 }, "end": { - "line": 567, + "line": 563, "column": 71 } } }, "range": [ - 21647, - 21663 + 21514, + 21530 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 55 }, "end": { - "line": 567, + "line": 563, "column": 71 } } }, "arguments": [], "range": [ - 21647, - 21665 + 21514, + 21532 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 55 }, "end": { - "line": 567, + "line": 563, "column": 73 } } @@ -51220,79 +50927,79 @@ "generator": false, "expression": true, "range": [ - 21641, - 21665 + 21508, + 21532 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 49 }, "end": { - "line": 567, + "line": 563, "column": 73 } } } ], "range": [ - 21604, - 21666 + 21471, + 21533 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 12 }, "end": { - "line": 567, + "line": 563, "column": 74 } } }, "range": [ - 21604, - 21667 + 21471, + 21534 ], "loc": { "start": { - "line": 567, + "line": 563, "column": 12 }, "end": { - "line": 567, + "line": 563, "column": 75 } } } ], "range": [ - 21590, - 21677 + 21457, + 21544 ], "loc": { "start": { - "line": 566, + "line": 562, "column": 32 }, "end": { - "line": 568, + "line": 564, "column": 9 } } }, "alternate": null, "range": [ - 21566, - 21677 + 21433, + 21544 ], "loc": { "start": { - "line": 566, + "line": 562, "column": 8 }, "end": { - "line": 568, + "line": 564, "column": 9 } } @@ -51305,16 +51012,16 @@ "object": { "type": "ThisExpression", "range": [ - 21691, - 21695 + 21558, + 21562 ], "loc": { "start": { - "line": 570, + "line": 566, "column": 12 }, "end": { - "line": 570, + "line": 566, "column": 16 } } @@ -51323,31 +51030,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 21696, - 21711 + 21563, + 21578 ], "loc": { "start": { - "line": 570, + "line": 566, "column": 17 }, "end": { - "line": 570, + "line": 566, "column": 32 } } }, "range": [ - 21691, - 21711 + 21558, + 21578 ], "loc": { "start": { - "line": 570, + "line": 566, "column": 12 }, "end": { - "line": 570, + "line": 566, "column": 32 } } @@ -51368,16 +51075,16 @@ "object": { "type": "ThisExpression", "range": [ - 21727, - 21731 + 21594, + 21598 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 12 }, "end": { - "line": 571, + "line": 567, "column": 16 } } @@ -51386,31 +51093,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 21732, - 21747 + 21599, + 21614 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 17 }, "end": { - "line": 571, + "line": 567, "column": 32 } } }, "range": [ - 21727, - 21747 + 21594, + 21614 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 12 }, "end": { - "line": 571, + "line": 567, "column": 32 } } @@ -51419,31 +51126,31 @@ "type": "Identifier", "name": "call", "range": [ - 21748, - 21752 + 21615, + 21619 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 33 }, "end": { - "line": 571, + "line": 567, "column": 37 } } }, "range": [ - 21727, - 21752 + 21594, + 21619 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 12 }, "end": { - "line": 571, + "line": 567, "column": 37 } } @@ -51454,16 +51161,16 @@ "value": null, "raw": "null", "range": [ - 21753, - 21757 + 21620, + 21624 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 38 }, "end": { - "line": 571, + "line": 567, "column": 42 } } @@ -51471,79 +51178,79 @@ { "type": "ThisExpression", "range": [ - 21759, - 21763 + 21626, + 21630 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 44 }, "end": { - "line": 571, + "line": 567, "column": 48 } } } ], "range": [ - 21727, - 21764 + 21594, + 21631 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 12 }, "end": { - "line": 571, + "line": 567, "column": 49 } } }, "range": [ - 21727, - 21765 + 21594, + 21632 ], "loc": { "start": { - "line": 571, + "line": 567, "column": 12 }, "end": { - "line": 571, + "line": 567, "column": 50 } } } ], "range": [ - 21713, - 21775 + 21580, + 21642 ], "loc": { "start": { - "line": 570, + "line": 566, "column": 34 }, "end": { - "line": 572, + "line": 568, "column": 9 } } }, "alternate": null, "range": [ - 21687, - 21775 + 21554, + 21642 ], "loc": { "start": { - "line": 570, + "line": 566, "column": 8 }, "end": { - "line": 572, + "line": 568, "column": 9 } } @@ -51559,16 +51266,16 @@ "object": { "type": "ThisExpression", "range": [ - 21785, - 21789 + 21652, + 21656 ], "loc": { "start": { - "line": 574, + "line": 570, "column": 8 }, "end": { - "line": 574, + "line": 570, "column": 12 } } @@ -51577,31 +51284,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 21790, - 21801 + 21657, + 21668 ], "loc": { "start": { - "line": 574, + "line": 570, "column": 13 }, "end": { - "line": 574, + "line": 570, "column": 24 } } }, "range": [ - 21785, - 21801 + 21652, + 21668 ], "loc": { "start": { - "line": 574, + "line": 570, "column": 8 }, "end": { - "line": 574, + "line": 570, "column": 24 } } @@ -51611,46 +51318,46 @@ "value": true, "raw": "true", "range": [ - 21804, - 21808 + 21671, + 21675 ], "loc": { "start": { - "line": 574, + "line": 570, "column": 27 }, "end": { - "line": 574, + "line": 570, "column": 31 } } }, "range": [ - 21785, - 21808 + 21652, + 21675 ], "loc": { "start": { - "line": 574, + "line": 570, "column": 8 }, "end": { - "line": 574, + "line": 570, "column": 31 } } }, "range": [ - 21785, - 21809 + 21652, + 21676 ], "loc": { "start": { - "line": 574, + "line": 570, "column": 8 }, "end": { - "line": 574, + "line": 570, "column": 32 } } @@ -51668,16 +51375,16 @@ "object": { "type": "ThisExpression", "range": [ - 21818, - 21822 + 21685, + 21689 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 8 }, "end": { - "line": 575, + "line": 571, "column": 12 } } @@ -51686,31 +51393,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 21823, - 21830 + 21690, + 21697 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 13 }, "end": { - "line": 575, + "line": 571, "column": 20 } } }, "range": [ - 21818, - 21830 + 21685, + 21697 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 8 }, "end": { - "line": 575, + "line": 571, "column": 20 } } @@ -51719,31 +51426,31 @@ "type": "Identifier", "name": "emit", "range": [ - 21831, - 21835 + 21698, + 21702 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 21 }, "end": { - "line": 575, + "line": 571, "column": 25 } } }, "range": [ - 21818, - 21835 + 21685, + 21702 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 8 }, "end": { - "line": 575, + "line": 571, "column": 25 } } @@ -51754,16 +51461,16 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 21836, - 21849 + 21703, + 21716 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 26 }, "end": { - "line": 575, + "line": 571, "column": 39 } } @@ -51771,63 +51478,63 @@ { "type": "ThisExpression", "range": [ - 21851, - 21855 + 21718, + 21722 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 41 }, "end": { - "line": 575, + "line": 571, "column": 45 } } } ], "range": [ - 21818, - 21856 + 21685, + 21723 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 8 }, "end": { - "line": 575, + "line": 571, "column": 46 } } }, "range": [ - 21818, - 21857 + 21685, + 21724 ], "loc": { "start": { - "line": 575, + "line": 571, "column": 8 }, "end": { - "line": 575, + "line": 571, "column": 47 } } } ], "range": [ - 16165, - 21863 + 16032, + 21730 ], "loc": { "start": { - "line": 387, + "line": 383, "column": 11 }, "end": { - "line": 576, + "line": 572, "column": 5 } } @@ -51835,16 +51542,16 @@ "generator": false, "expression": false, "range": [ - 16162, - 21863 + 16029, + 21730 ], "loc": { "start": { - "line": 387, + "line": 383, "column": 8 }, "end": { - "line": 576, + "line": 572, "column": 5 } } @@ -51852,16 +51559,16 @@ "kind": "method", "computed": false, "range": [ - 16158, - 21863 + 16025, + 21730 ], "loc": { "start": { - "line": 387, + "line": 383, "column": 4 }, "end": { - "line": 576, + "line": 572, "column": 5 } }, @@ -51870,16 +51577,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 16104, - 16153 + 15971, + 16020 ], "loc": { "start": { - "line": 384, + "line": 380, "column": 4 }, "end": { - "line": 386, + "line": 382, "column": 7 } } @@ -51890,16 +51597,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 21869, - 21932 + 21736, + 21799 ], "loc": { "start": { - "line": 578, + "line": 574, "column": 4 }, "end": { - "line": 581, + "line": 577, "column": 7 } } @@ -51913,16 +51620,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 21937, - 21946 + 21804, + 21813 ], "loc": { "start": { - "line": 582, + "line": 578, "column": 4 }, "end": { - "line": 582, + "line": 578, "column": 13 } } @@ -51935,16 +51642,16 @@ "type": "Identifier", "name": "evt", "range": [ - 21947, - 21950 + 21814, + 21817 ], "loc": { "start": { - "line": 582, + "line": 578, "column": 14 }, "end": { - "line": 582, + "line": 578, "column": 17 } } @@ -51964,16 +51671,16 @@ "object": { "type": "ThisExpression", "range": [ - 21967, - 21971 + 21834, + 21838 ], "loc": { "start": { - "line": 583, + "line": 579, "column": 13 }, "end": { - "line": 583, + "line": 579, "column": 17 } } @@ -51982,47 +51689,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 21972, - 21980 + 21839, + 21847 ], "loc": { "start": { - "line": 583, + "line": 579, "column": 18 }, "end": { - "line": 583, + "line": 579, "column": 26 } } }, "range": [ - 21967, - 21980 + 21834, + 21847 ], "loc": { "start": { - "line": 583, + "line": 579, "column": 13 }, "end": { - "line": 583, + "line": 579, "column": 26 } } }, "prefix": true, "range": [ - 21966, - 21980 + 21833, + 21847 ], "loc": { "start": { - "line": 583, + "line": 579, "column": 12 }, "end": { - "line": 583, + "line": 579, "column": 26 } } @@ -52034,48 +51741,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 21996, - 22003 + 21863, + 21870 ], "loc": { "start": { - "line": 584, + "line": 580, "column": 12 }, "end": { - "line": 584, + "line": 580, "column": 19 } } } ], "range": [ - 21982, - 22013 + 21849, + 21880 ], "loc": { "start": { - "line": 583, + "line": 579, "column": 28 }, "end": { - "line": 585, + "line": 581, "column": 9 } } }, "alternate": null, "range": [ - 21962, - 22013 + 21829, + 21880 ], "loc": { "start": { - "line": 583, + "line": 579, "column": 8 }, "end": { - "line": 585, + "line": 581, "column": 9 } } @@ -52086,16 +51793,16 @@ "type": "Identifier", "name": "evt", "range": [ - 22026, - 22029 + 21893, + 21896 ], "loc": { "start": { - "line": 586, + "line": 582, "column": 12 }, "end": { - "line": 586, + "line": 582, "column": 15 } } @@ -52112,16 +51819,16 @@ "type": "Identifier", "name": "key", "range": [ - 22049, - 22052 + 21916, + 21919 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 16 }, "end": { - "line": 587, + "line": 583, "column": 19 } } @@ -52135,16 +51842,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22055, - 22060 + 21922, + 21927 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 22 }, "end": { - "line": 587, + "line": 583, "column": 27 } } @@ -52153,31 +51860,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 22061, - 22068 + 21928, + 21935 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 28 }, "end": { - "line": 587, + "line": 583, "column": 35 } } }, "range": [ - 22055, - 22068 + 21922, + 21935 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 22 }, "end": { - "line": 587, + "line": 583, "column": 35 } } @@ -52187,47 +51894,47 @@ "type": "Identifier", "name": "evt", "range": [ - 22069, - 22072 + 21936, + 21939 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 36 }, "end": { - "line": 587, + "line": 583, "column": 39 } } } ], "range": [ - 22055, - 22073 + 21922, + 21940 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 22 }, "end": { - "line": 587, + "line": 583, "column": 40 } } }, "range": [ - 22049, - 22073 + 21916, + 21940 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 16 }, "end": { - "line": 587, + "line": 583, "column": 40 } } @@ -52235,16 +51942,16 @@ ], "kind": "let", "range": [ - 22045, - 22074 + 21912, + 21941 ], "loc": { "start": { - "line": 587, + "line": 583, "column": 12 }, "end": { - "line": 587, + "line": 583, "column": 41 } } @@ -52258,16 +51965,16 @@ "type": "Identifier", "name": "key", "range": [ - 22091, - 22094 + 21958, + 21961 ], "loc": { "start": { - "line": 588, + "line": 584, "column": 16 }, "end": { - "line": 588, + "line": 584, "column": 19 } } @@ -52276,31 +51983,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 22099, - 22108 + 21966, + 21975 ], "loc": { "start": { - "line": 588, + "line": 584, "column": 24 }, "end": { - "line": 588, + "line": 584, "column": 33 } } }, "range": [ - 22091, - 22108 + 21958, + 21975 ], "loc": { "start": { - "line": 588, + "line": 584, "column": 16 }, "end": { - "line": 588, + "line": 584, "column": 33 } } @@ -52318,16 +52025,16 @@ "object": { "type": "ThisExpression", "range": [ - 22128, - 22132 + 21995, + 21999 ], "loc": { "start": { - "line": 589, + "line": 585, "column": 16 }, "end": { - "line": 589, + "line": 585, "column": 20 } } @@ -52336,62 +52043,62 @@ "type": "Identifier", "name": "filter", "range": [ - 22133, - 22139 + 22000, + 22006 ], "loc": { "start": { - "line": 589, + "line": 585, "column": 21 }, "end": { - "line": 589, + "line": 585, "column": 27 } } }, "range": [ - 22128, - 22139 + 21995, + 22006 ], "loc": { "start": { - "line": 589, + "line": 585, "column": 16 }, "end": { - "line": 589, + "line": 585, "column": 27 } } }, "arguments": [], "range": [ - 22128, - 22141 + 21995, + 22008 ], "loc": { "start": { - "line": 589, + "line": 585, "column": 16 }, "end": { - "line": 589, + "line": 585, "column": 29 } } }, "range": [ - 22128, - 22142 + 21995, + 22009 ], "loc": { "start": { - "line": 589, + "line": 585, "column": 16 }, "end": { - "line": 589, + "line": 585, "column": 30 } } @@ -52407,16 +52114,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22159, - 22164 + 22026, + 22031 ], "loc": { "start": { - "line": 590, + "line": 586, "column": 16 }, "end": { - "line": 590, + "line": 586, "column": 21 } } @@ -52425,31 +52132,31 @@ "type": "Identifier", "name": "cancel", "range": [ - 22165, - 22171 + 22032, + 22038 ], "loc": { "start": { - "line": 590, + "line": 586, "column": 22 }, "end": { - "line": 590, + "line": 586, "column": 28 } } }, "range": [ - 22159, - 22171 + 22026, + 22038 ], "loc": { "start": { - "line": 590, + "line": 586, "column": 16 }, "end": { - "line": 590, + "line": 586, "column": 28 } } @@ -52459,47 +52166,47 @@ "type": "Identifier", "name": "evt", "range": [ - 22172, - 22175 + 22039, + 22042 ], "loc": { "start": { - "line": 590, + "line": 586, "column": 29 }, "end": { - "line": 590, + "line": 586, "column": 32 } } } ], "range": [ - 22159, - 22176 + 22026, + 22043 ], "loc": { "start": { - "line": 590, + "line": 586, "column": 16 }, "end": { - "line": 590, + "line": 586, "column": 33 } } }, "range": [ - 22159, - 22177 + 22026, + 22044 ], "loc": { "start": { - "line": 590, + "line": 586, "column": 16 }, "end": { - "line": 590, + "line": 586, "column": 34 } } @@ -52515,16 +52222,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22194, - 22199 + 22061, + 22066 ], "loc": { "start": { - "line": 591, + "line": 587, "column": 16 }, "end": { - "line": 591, + "line": 587, "column": 21 } } @@ -52533,31 +52240,31 @@ "type": "Identifier", "name": "stop", "range": [ - 22200, - 22204 + 22067, + 22071 ], "loc": { "start": { - "line": 591, + "line": 587, "column": 22 }, "end": { - "line": 591, + "line": 587, "column": 26 } } }, "range": [ - 22194, - 22204 + 22061, + 22071 ], "loc": { "start": { - "line": 591, + "line": 587, "column": 16 }, "end": { - "line": 591, + "line": 587, "column": 26 } } @@ -52567,63 +52274,63 @@ "type": "Identifier", "name": "evt", "range": [ - 22205, - 22208 + 22072, + 22075 ], "loc": { "start": { - "line": 591, + "line": 587, "column": 27 }, "end": { - "line": 591, + "line": 587, "column": 30 } } } ], "range": [ - 22194, - 22209 + 22061, + 22076 ], "loc": { "start": { - "line": 591, + "line": 587, "column": 16 }, "end": { - "line": 591, + "line": 587, "column": 31 } } }, "range": [ - 22194, - 22210 + 22061, + 22077 ], "loc": { "start": { - "line": 591, + "line": 587, "column": 16 }, "end": { - "line": 591, + "line": 587, "column": 32 } } } ], "range": [ - 22110, - 22224 + 21977, + 22091 ], "loc": { "start": { - "line": 588, + "line": 584, "column": 35 }, "end": { - "line": 592, + "line": 588, "column": 13 } } @@ -52642,16 +52349,16 @@ "object": { "type": "ThisExpression", "range": [ - 22248, - 22252 + 22115, + 22119 ], "loc": { "start": { - "line": 593, + "line": 589, "column": 16 }, "end": { - "line": 593, + "line": 589, "column": 20 } } @@ -52660,31 +52367,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22253, - 22265 + 22120, + 22132 ], "loc": { "start": { - "line": 593, + "line": 589, "column": 21 }, "end": { - "line": 593, + "line": 589, "column": 33 } } }, "range": [ - 22248, - 22265 + 22115, + 22132 ], "loc": { "start": { - "line": 593, + "line": 589, "column": 16 }, "end": { - "line": 593, + "line": 589, "column": 33 } } @@ -52694,46 +52401,46 @@ "value": true, "raw": "true", "range": [ - 22268, - 22272 + 22135, + 22139 ], "loc": { "start": { - "line": 593, + "line": 589, "column": 36 }, "end": { - "line": 593, + "line": 589, "column": 40 } } }, "range": [ - 22248, - 22272 + 22115, + 22139 ], "loc": { "start": { - "line": 593, + "line": 589, "column": 16 }, "end": { - "line": 593, + "line": 589, "column": 40 } } }, "range": [ - 22248, - 22273 + 22115, + 22140 ], "loc": { "start": { - "line": 593, + "line": 589, "column": 16 }, "end": { - "line": 593, + "line": 589, "column": 41 } } @@ -52749,16 +52456,16 @@ "type": "Identifier", "name": "root", "range": [ - 22290, - 22294 + 22157, + 22161 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 16 }, "end": { - "line": 594, + "line": 590, "column": 20 } } @@ -52767,31 +52474,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 22295, - 22308 + 22162, + 22175 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 21 }, "end": { - "line": 594, + "line": 590, "column": 34 } } }, "range": [ - 22290, - 22308 + 22157, + 22175 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 16 }, "end": { - "line": 594, + "line": 590, "column": 34 } } @@ -52803,16 +52510,16 @@ "object": { "type": "ThisExpression", "range": [ - 22309, - 22313 + 22176, + 22180 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 35 }, "end": { - "line": 594, + "line": 590, "column": 39 } } @@ -52821,62 +52528,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22314, - 22329 + 22181, + 22196 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 40 }, "end": { - "line": 594, + "line": 590, "column": 55 } } }, "range": [ - 22309, - 22329 + 22176, + 22196 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 35 }, "end": { - "line": 594, + "line": 590, "column": 55 } } } ], "range": [ - 22290, - 22330 + 22157, + 22197 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 16 }, "end": { - "line": 594, + "line": 590, "column": 56 } } }, "range": [ - 22290, - 22331 + 22157, + 22198 ], "loc": { "start": { - "line": 594, + "line": 590, "column": 16 }, "end": { - "line": 594, + "line": 590, "column": 57 } } @@ -52892,16 +52599,16 @@ "object": { "type": "ThisExpression", "range": [ - 22348, - 22352 + 22215, + 22219 ], "loc": { "start": { - "line": 595, + "line": 591, "column": 16 }, "end": { - "line": 595, + "line": 591, "column": 20 } } @@ -52910,31 +52617,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22353, - 22368 + 22220, + 22235 ], "loc": { "start": { - "line": 595, + "line": 591, "column": 21 }, "end": { - "line": 595, + "line": 591, "column": 36 } } }, "range": [ - 22348, - 22368 + 22215, + 22235 ], "loc": { "start": { - "line": 595, + "line": 591, "column": 16 }, "end": { - "line": 595, + "line": 591, "column": 36 } } @@ -52944,125 +52651,125 @@ "value": null, "raw": "null", "range": [ - 22371, - 22375 + 22238, + 22242 ], "loc": { "start": { - "line": 595, + "line": 591, "column": 39 }, "end": { - "line": 595, + "line": 591, "column": 43 } } }, "range": [ - 22348, - 22375 + 22215, + 22242 ], "loc": { "start": { - "line": 595, + "line": 591, "column": 16 }, "end": { - "line": 595, + "line": 591, "column": 43 } } }, "range": [ - 22348, - 22376 + 22215, + 22243 ], "loc": { "start": { - "line": 595, + "line": 591, "column": 16 }, "end": { - "line": 595, + "line": 591, "column": 44 } } } ], "range": [ - 22230, - 22390 + 22097, + 22257 ], "loc": { "start": { - "line": 592, + "line": 588, "column": 19 }, "end": { - "line": 596, + "line": 592, "column": 13 } } }, "range": [ - 22087, - 22390 + 21954, + 22257 ], "loc": { "start": { - "line": 588, + "line": 584, "column": 12 }, "end": { - "line": 596, + "line": 592, "column": 13 } } } ], "range": [ - 22031, - 22400 + 21898, + 22267 ], "loc": { "start": { - "line": 586, + "line": 582, "column": 17 }, "end": { - "line": 597, + "line": 593, "column": 9 } } }, "alternate": null, "range": [ - 22022, - 22400 + 21889, + 22267 ], "loc": { "start": { - "line": 586, + "line": 582, "column": 8 }, "end": { - "line": 597, + "line": 593, "column": 9 } } } ], "range": [ - 21952, - 22406 + 21819, + 22273 ], "loc": { "start": { - "line": 582, + "line": 578, "column": 19 }, "end": { - "line": 598, + "line": 594, "column": 5 } } @@ -53070,16 +52777,16 @@ "generator": false, "expression": false, "range": [ - 21946, - 22406 + 21813, + 22273 ], "loc": { "start": { - "line": 582, + "line": 578, "column": 13 }, "end": { - "line": 598, + "line": 594, "column": 5 } } @@ -53087,16 +52794,16 @@ "kind": "method", "computed": false, "range": [ - 21937, - 22406 + 21804, + 22273 ], "loc": { "start": { - "line": 582, + "line": 578, "column": 4 }, "end": { - "line": 598, + "line": 594, "column": 5 } }, @@ -53105,16 +52812,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 21869, - 21932 + 21736, + 21799 ], "loc": { "start": { - "line": 578, + "line": 574, "column": 4 }, "end": { - "line": 581, + "line": 577, "column": 7 } } @@ -53125,16 +52832,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": [ - 22412, - 22545 + 22279, + 22412 ], "loc": { "start": { - "line": 600, + "line": 596, "column": 4 }, "end": { - "line": 604, + "line": 600, "column": 7 } } @@ -53148,16 +52855,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 22550, - 22557 + 22417, + 22424 ], "loc": { "start": { - "line": 605, + "line": 601, "column": 4 }, "end": { - "line": 605, + "line": 601, "column": 11 } } @@ -53170,16 +52877,16 @@ "type": "Identifier", "name": "evt", "range": [ - 22558, - 22561 + 22425, + 22428 ], "loc": { "start": { - "line": 605, + "line": 601, "column": 12 }, "end": { - "line": 605, + "line": 601, "column": 15 } } @@ -53199,16 +52906,16 @@ "object": { "type": "ThisExpression", "range": [ - 22578, - 22582 + 22445, + 22449 ], "loc": { "start": { - "line": 606, + "line": 602, "column": 13 }, "end": { - "line": 606, + "line": 602, "column": 17 } } @@ -53217,47 +52924,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 22583, - 22593 + 22450, + 22460 ], "loc": { "start": { - "line": 606, + "line": 602, "column": 18 }, "end": { - "line": 606, + "line": 602, "column": 28 } } }, "range": [ - 22578, - 22593 + 22445, + 22460 ], "loc": { "start": { - "line": 606, + "line": 602, "column": 13 }, "end": { - "line": 606, + "line": 602, "column": 28 } } }, "prefix": true, "range": [ - 22577, - 22593 + 22444, + 22460 ], "loc": { "start": { - "line": 606, + "line": 602, "column": 12 }, "end": { - "line": 606, + "line": 602, "column": 28 } } @@ -53269,48 +52976,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 22609, - 22616 + 22476, + 22483 ], "loc": { "start": { - "line": 607, + "line": 603, "column": 12 }, "end": { - "line": 607, + "line": 603, "column": 19 } } } ], "range": [ - 22595, - 22626 + 22462, + 22493 ], "loc": { "start": { - "line": 606, + "line": 602, "column": 30 }, "end": { - "line": 608, + "line": 604, "column": 9 } } }, "alternate": null, "range": [ - 22573, - 22626 + 22440, + 22493 ], "loc": { "start": { - "line": 606, + "line": 602, "column": 8 }, "end": { - "line": 608, + "line": 604, "column": 9 } } @@ -53324,16 +53031,16 @@ "type": "Identifier", "name": "key", "range": [ - 22639, - 22642 + 22506, + 22509 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 12 }, "end": { - "line": 609, + "line": 605, "column": 15 } } @@ -53347,16 +53054,16 @@ "type": "Identifier", "name": "Event", "range": [ - 22645, - 22650 + 22512, + 22517 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 18 }, "end": { - "line": 609, + "line": 605, "column": 23 } } @@ -53365,31 +53072,31 @@ "type": "Identifier", "name": "keyCode", "range": [ - 22651, - 22658 + 22518, + 22525 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 24 }, "end": { - "line": 609, + "line": 605, "column": 31 } } }, "range": [ - 22645, - 22658 + 22512, + 22525 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 18 }, "end": { - "line": 609, + "line": 605, "column": 31 } } @@ -53399,47 +53106,47 @@ "type": "Identifier", "name": "evt", "range": [ - 22659, - 22662 + 22526, + 22529 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 32 }, "end": { - "line": 609, + "line": 605, "column": 35 } } } ], "range": [ - 22645, - 22663 + 22512, + 22530 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 18 }, "end": { - "line": 609, + "line": 605, "column": 36 } } }, "range": [ - 22639, - 22663 + 22506, + 22530 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 12 }, "end": { - "line": 609, + "line": 605, "column": 36 } } @@ -53447,16 +53154,16 @@ ], "kind": "let", "range": [ - 22635, - 22664 + 22502, + 22531 ], "loc": { "start": { - "line": 609, + "line": 605, "column": 8 }, "end": { - "line": 609, + "line": 605, "column": 37 } } @@ -53472,16 +53179,16 @@ "object": { "type": "ThisExpression", "range": [ - 22673, - 22677 + 22540, + 22544 ], "loc": { "start": { - "line": 610, + "line": 606, "column": 8 }, "end": { - "line": 610, + "line": 606, "column": 12 } } @@ -53490,31 +53197,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22678, - 22690 + 22545, + 22557 ], "loc": { "start": { - "line": 610, + "line": 606, "column": 13 }, "end": { - "line": 610, + "line": 606, "column": 25 } } }, "range": [ - 22673, - 22690 + 22540, + 22557 ], "loc": { "start": { - "line": 610, + "line": 606, "column": 8 }, "end": { - "line": 610, + "line": 606, "column": 25 } } @@ -53524,46 +53231,46 @@ "value": false, "raw": "false", "range": [ - 22693, - 22698 + 22560, + 22565 ], "loc": { "start": { - "line": 610, + "line": 606, "column": 28 }, "end": { - "line": 610, + "line": 606, "column": 33 } } }, "range": [ - 22673, - 22698 + 22540, + 22565 ], "loc": { "start": { - "line": 610, + "line": 606, "column": 8 }, "end": { - "line": 610, + "line": 606, "column": 33 } } }, "range": [ - 22673, - 22699 + 22540, + 22566 ], "loc": { "start": { - "line": 610, + "line": 606, "column": 8 }, "end": { - "line": 610, + "line": 606, "column": 34 } } @@ -53574,16 +53281,16 @@ "type": "Identifier", "name": "filter", "range": [ - 22718, - 22724 + 22585, + 22591 ], "loc": { "start": { - "line": 612, + "line": 608, "column": 17 }, "end": { - "line": 612, + "line": 608, "column": 23 } } @@ -53603,16 +53310,16 @@ "type": "Identifier", "name": "root", "range": [ - 22741, - 22745 + 22608, + 22612 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 12 }, "end": { - "line": 613, + "line": 609, "column": 16 } } @@ -53621,31 +53328,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 22746, - 22759 + 22613, + 22626 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 17 }, "end": { - "line": 613, + "line": 609, "column": 30 } } }, "range": [ - 22741, - 22759 + 22608, + 22626 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 12 }, "end": { - "line": 613, + "line": 609, "column": 30 } } @@ -53657,16 +53364,16 @@ "object": { "type": "ThisExpression", "range": [ - 22760, - 22764 + 22627, + 22631 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 31 }, "end": { - "line": 613, + "line": 609, "column": 35 } } @@ -53675,62 +53382,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22765, - 22780 + 22632, + 22647 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 36 }, "end": { - "line": 613, + "line": 609, "column": 51 } } }, "range": [ - 22760, - 22780 + 22627, + 22647 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 31 }, "end": { - "line": 613, + "line": 609, "column": 51 } } } ], "range": [ - 22741, - 22781 + 22608, + 22648 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 12 }, "end": { - "line": 613, + "line": 609, "column": 52 } } }, "range": [ - 22741, - 22782 + 22608, + 22649 ], "loc": { "start": { - "line": 613, + "line": 609, "column": 12 }, "end": { - "line": 613, + "line": 609, "column": 53 } } @@ -53746,16 +53453,16 @@ "object": { "type": "ThisExpression", "range": [ - 22795, - 22799 + 22662, + 22666 ], "loc": { "start": { - "line": 614, + "line": 610, "column": 12 }, "end": { - "line": 614, + "line": 610, "column": 16 } } @@ -53764,31 +53471,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22800, - 22815 + 22667, + 22682 ], "loc": { "start": { - "line": 614, + "line": 610, "column": 17 }, "end": { - "line": 614, + "line": 610, "column": 32 } } }, "range": [ - 22795, - 22815 + 22662, + 22682 ], "loc": { "start": { - "line": 614, + "line": 610, "column": 12 }, "end": { - "line": 614, + "line": 610, "column": 32 } } @@ -53798,46 +53505,46 @@ "value": null, "raw": "null", "range": [ - 22818, - 22822 + 22685, + 22689 ], "loc": { "start": { - "line": 614, + "line": 610, "column": 35 }, "end": { - "line": 614, + "line": 610, "column": 39 } } }, "range": [ - 22795, - 22822 + 22662, + 22689 ], "loc": { "start": { - "line": 614, + "line": 610, "column": 12 }, "end": { - "line": 614, + "line": 610, "column": 39 } } }, "range": [ - 22795, - 22823 + 22662, + 22690 ], "loc": { "start": { - "line": 614, + "line": 610, "column": 12 }, "end": { - "line": 614, + "line": 610, "column": 40 } } @@ -53853,16 +53560,16 @@ "object": { "type": "ThisExpression", "range": [ - 22841, - 22845 + 22708, + 22712 ], "loc": { "start": { - "line": 615, + "line": 611, "column": 17 }, "end": { - "line": 615, + "line": 611, "column": 21 } } @@ -53871,47 +53578,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22846, - 22858 + 22713, + 22725 ], "loc": { "start": { - "line": 615, + "line": 611, "column": 22 }, "end": { - "line": 615, + "line": 611, "column": 34 } } }, "range": [ - 22841, - 22858 + 22708, + 22725 ], "loc": { "start": { - "line": 615, + "line": 611, "column": 17 }, "end": { - "line": 615, + "line": 611, "column": 34 } } }, "prefix": true, "range": [ - 22840, - 22858 + 22707, + 22725 ], "loc": { "start": { - "line": 615, + "line": 611, "column": 16 }, "end": { - "line": 615, + "line": 611, "column": 34 } } @@ -53929,16 +53636,16 @@ "object": { "type": "ThisExpression", "range": [ - 22878, - 22882 + 22745, + 22749 ], "loc": { "start": { - "line": 616, + "line": 612, "column": 16 }, "end": { - "line": 616, + "line": 612, "column": 20 } } @@ -53947,62 +53654,62 @@ "type": "Identifier", "name": "filter", "range": [ - 22883, - 22889 + 22750, + 22756 ], "loc": { "start": { - "line": 616, + "line": 612, "column": 21 }, "end": { - "line": 616, + "line": 612, "column": 27 } } }, "range": [ - 22878, - 22889 + 22745, + 22756 ], "loc": { "start": { - "line": 616, + "line": 612, "column": 16 }, "end": { - "line": 616, + "line": 612, "column": 27 } } }, "arguments": [], "range": [ - 22878, - 22891 + 22745, + 22758 ], "loc": { "start": { - "line": 616, + "line": 612, "column": 16 }, "end": { - "line": 616, + "line": 612, "column": 29 } } }, "range": [ - 22878, - 22892 + 22745, + 22759 ], "loc": { "start": { - "line": 616, + "line": 612, "column": 16 }, "end": { - "line": 616, + "line": 612, "column": 30 } } @@ -54018,16 +53725,16 @@ "object": { "type": "ThisExpression", "range": [ - 22909, - 22913 + 22776, + 22780 ], "loc": { "start": { - "line": 617, + "line": 613, "column": 16 }, "end": { - "line": 617, + "line": 613, "column": 20 } } @@ -54036,31 +53743,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22914, - 22926 + 22781, + 22793 ], "loc": { "start": { - "line": 617, + "line": 613, "column": 21 }, "end": { - "line": 617, + "line": 613, "column": 33 } } }, "range": [ - 22909, - 22926 + 22776, + 22793 ], "loc": { "start": { - "line": 617, + "line": 613, "column": 16 }, "end": { - "line": 617, + "line": 613, "column": 33 } } @@ -54070,94 +53777,94 @@ "value": null, "raw": "null", "range": [ - 22929, - 22933 + 22796, + 22800 ], "loc": { "start": { - "line": 617, + "line": 613, "column": 36 }, "end": { - "line": 617, + "line": 613, "column": 40 } } }, "range": [ - 22909, - 22933 + 22776, + 22800 ], "loc": { "start": { - "line": 617, + "line": 613, "column": 16 }, "end": { - "line": 617, + "line": 613, "column": 40 } } }, "range": [ - 22909, - 22934 + 22776, + 22801 ], "loc": { "start": { - "line": 617, + "line": 613, "column": 16 }, "end": { - "line": 617, + "line": 613, "column": 41 } } } ], "range": [ - 22860, - 22948 + 22727, + 22815 ], "loc": { "start": { - "line": 615, + "line": 611, "column": 36 }, "end": { - "line": 618, + "line": 614, "column": 13 } } }, "alternate": null, "range": [ - 22836, - 22948 + 22703, + 22815 ], "loc": { "start": { - "line": 615, + "line": 611, "column": 12 }, "end": { - "line": 618, + "line": 614, "column": 13 } } } ], "range": [ - 22727, - 22958 + 22594, + 22825 ], "loc": { "start": { - "line": 612, + "line": 608, "column": 26 }, "end": { - "line": 619, + "line": 615, "column": 9 } } @@ -54165,16 +53872,16 @@ "generator": false, "expression": false, "range": [ - 22709, - 22958 + 22576, + 22825 ], "loc": { "start": { - "line": 612, + "line": 608, "column": 8 }, "end": { - "line": 619, + "line": 615, "column": 9 } } @@ -54200,16 +53907,16 @@ "type": "Identifier", "name": "key", "range": [ - 22972, - 22975 + 22839, + 22842 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 12 }, "end": { - "line": 621, + "line": 617, "column": 15 } } @@ -54218,31 +53925,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 22980, - 22989 + 22847, + 22856 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 20 }, "end": { - "line": 621, + "line": 617, "column": 29 } } }, "range": [ - 22972, - 22989 + 22839, + 22856 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 12 }, "end": { - "line": 621, + "line": 617, "column": 29 } } @@ -54254,16 +53961,16 @@ "type": "Identifier", "name": "key", "range": [ - 22993, - 22996 + 22860, + 22863 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 33 }, "end": { - "line": 621, + "line": 617, "column": 36 } } @@ -54272,46 +53979,46 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 23001, - 23008 + 22868, + 22875 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 41 }, "end": { - "line": 621, + "line": 617, "column": 48 } } }, "range": [ - 22993, - 23008 + 22860, + 22875 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 33 }, "end": { - "line": 621, + "line": 617, "column": 48 } } }, "range": [ - 22972, - 23008 + 22839, + 22875 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 12 }, "end": { - "line": 621, + "line": 617, "column": 48 } } @@ -54323,16 +54030,16 @@ "type": "Identifier", "name": "key", "range": [ - 23012, - 23015 + 22879, + 22882 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 52 }, "end": { - "line": 621, + "line": 617, "column": 55 } } @@ -54341,46 +54048,46 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 23020, - 23027 + 22887, + 22894 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 60 }, "end": { - "line": 621, + "line": 617, "column": 67 } } }, "range": [ - 23012, - 23027 + 22879, + 22894 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 52 }, "end": { - "line": 621, + "line": 617, "column": 67 } } }, "range": [ - 22972, - 23027 + 22839, + 22894 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 12 }, "end": { - "line": 621, + "line": 617, "column": 67 } } @@ -54392,16 +54099,16 @@ "type": "Identifier", "name": "key", "range": [ - 23043, - 23046 + 22910, + 22913 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 12 }, "end": { - "line": 622, + "line": 618, "column": 15 } } @@ -54410,46 +54117,46 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 23051, - 23063 + 22918, + 22930 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 20 }, "end": { - "line": 622, + "line": 618, "column": 32 } } }, "range": [ - 23043, - 23063 + 22910, + 22930 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 12 }, "end": { - "line": 622, + "line": 618, "column": 32 } } }, "range": [ - 22972, - 23063 + 22839, + 22930 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 12 }, "end": { - "line": 622, + "line": 618, "column": 32 } } @@ -54461,16 +54168,16 @@ "type": "Identifier", "name": "key", "range": [ - 23067, - 23070 + 22934, + 22937 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 36 }, "end": { - "line": 622, + "line": 618, "column": 39 } } @@ -54479,46 +54186,46 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 23075, - 23089 + 22942, + 22956 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 44 }, "end": { - "line": 622, + "line": 618, "column": 58 } } }, "range": [ - 23067, - 23089 + 22934, + 22956 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 36 }, "end": { - "line": 622, + "line": 618, "column": 58 } } }, "range": [ - 22972, - 23089 + 22839, + 22956 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 12 }, "end": { - "line": 622, + "line": 618, "column": 58 } } @@ -54537,16 +54244,16 @@ "object": { "type": "ThisExpression", "range": [ - 23109, - 23113 + 22976, + 22980 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 16 }, "end": { - "line": 623, + "line": 619, "column": 20 } } @@ -54555,31 +54262,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23114, - 23129 + 22981, + 22996 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 21 }, "end": { - "line": 623, + "line": 619, "column": 36 } } }, "range": [ - 23109, - 23129 + 22976, + 22996 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 16 }, "end": { - "line": 623, + "line": 619, "column": 36 } } @@ -54589,31 +54296,31 @@ "value": null, "raw": "null", "range": [ - 23134, - 23138 + 23001, + 23005 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 41 }, "end": { - "line": 623, + "line": 619, "column": 45 } } }, "range": [ - 23109, - 23138 + 22976, + 23005 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 16 }, "end": { - "line": 623, + "line": 619, "column": 45 } } @@ -54632,16 +54339,16 @@ "object": { "type": "ThisExpression", "range": [ - 23158, - 23162 + 23025, + 23029 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 16 }, "end": { - "line": 624, + "line": 620, "column": 20 } } @@ -54650,31 +54357,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23163, - 23178 + 23030, + 23045 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 21 }, "end": { - "line": 624, + "line": 620, "column": 36 } } }, "range": [ - 23158, - 23178 + 23025, + 23045 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 16 }, "end": { - "line": 624, + "line": 620, "column": 36 } } @@ -54688,16 +54395,16 @@ "type": "Identifier", "name": "root", "range": [ - 23181, - 23185 + 23048, + 23052 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 39 }, "end": { - "line": 624, + "line": 620, "column": 43 } } @@ -54706,31 +54413,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 23186, - 23197 + 23053, + 23064 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 44 }, "end": { - "line": 624, + "line": 620, "column": 55 } } }, "range": [ - 23181, - 23197 + 23048, + 23064 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 39 }, "end": { - "line": 624, + "line": 620, "column": 55 } } @@ -54745,16 +54452,16 @@ "type": "Identifier", "name": "filter", "range": [ - 23198, - 23204 + 23065, + 23071 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 56 }, "end": { - "line": 624, + "line": 620, "column": 62 } } @@ -54763,31 +54470,31 @@ "type": "Identifier", "name": "bind", "range": [ - 23205, - 23209 + 23072, + 23076 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 63 }, "end": { - "line": 624, + "line": 620, "column": 67 } } }, "range": [ - 23198, - 23209 + 23065, + 23076 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 56 }, "end": { - "line": 624, + "line": 620, "column": 67 } } @@ -54796,32 +54503,32 @@ { "type": "ThisExpression", "range": [ - 23210, - 23214 + 23077, + 23081 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 68 }, "end": { - "line": 624, + "line": 620, "column": 72 } } } ], "range": [ - 23198, - 23215 + 23065, + 23082 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 56 }, "end": { - "line": 624, + "line": 620, "column": 73 } } @@ -54832,16 +54539,16 @@ "object": { "type": "ThisExpression", "range": [ - 23237, - 23241 + 23104, + 23108 ], "loc": { "start": { - "line": 625, + "line": 621, "column": 20 }, "end": { - "line": 625, + "line": 621, "column": 24 } } @@ -54850,125 +54557,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 23242, - 23257 + 23109, + 23124 ], "loc": { "start": { - "line": 625, + "line": 621, "column": 25 }, "end": { - "line": 625, + "line": 621, "column": 40 } } }, "range": [ - 23237, - 23257 + 23104, + 23124 ], "loc": { "start": { - "line": 625, + "line": 621, "column": 20 }, "end": { - "line": 625, + "line": 621, "column": 40 } } } ], "range": [ - 23181, - 23258 + 23048, + 23125 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 39 }, "end": { - "line": 625, + "line": 621, "column": 41 } } }, "range": [ - 23158, - 23258 + 23025, + 23125 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 16 }, "end": { - "line": 625, + "line": 621, "column": 41 } } }, "range": [ - 23158, - 23259 + 23025, + 23126 ], "loc": { "start": { - "line": 624, + "line": 620, "column": 16 }, "end": { - "line": 625, + "line": 621, "column": 42 } } } ], "range": [ - 23140, - 23273 + 23007, + 23140 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 47 }, "end": { - "line": 626, + "line": 622, "column": 13 } } }, "alternate": null, "range": [ - 23105, - 23273 + 22972, + 23140 ], "loc": { "start": { - "line": 623, + "line": 619, "column": 12 }, "end": { - "line": 626, + "line": 622, "column": 13 } } } ], "range": [ - 23091, - 23283 + 22958, + 23150 ], "loc": { "start": { - "line": 622, + "line": 618, "column": 60 }, "end": { - "line": 627, + "line": 623, "column": 9 } } @@ -54987,16 +54694,16 @@ "type": "Identifier", "name": "root", "range": [ - 23303, - 23307 + 23170, + 23174 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 12 }, "end": { - "line": 628, + "line": 624, "column": 16 } } @@ -55005,31 +54712,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 23308, - 23321 + 23175, + 23188 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 17 }, "end": { - "line": 628, + "line": 624, "column": 30 } } }, "range": [ - 23303, - 23321 + 23170, + 23188 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 12 }, "end": { - "line": 628, + "line": 624, "column": 30 } } @@ -55041,16 +54748,16 @@ "object": { "type": "ThisExpression", "range": [ - 23322, - 23326 + 23189, + 23193 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 31 }, "end": { - "line": 628, + "line": 624, "column": 35 } } @@ -55059,62 +54766,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23327, - 23342 + 23194, + 23209 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 36 }, "end": { - "line": 628, + "line": 624, "column": 51 } } }, "range": [ - 23322, - 23342 + 23189, + 23209 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 31 }, "end": { - "line": 628, + "line": 624, "column": 51 } } } ], "range": [ - 23303, - 23343 + 23170, + 23210 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 12 }, "end": { - "line": 628, + "line": 624, "column": 52 } } }, "range": [ - 23303, - 23344 + 23170, + 23211 ], "loc": { "start": { - "line": 628, + "line": 624, "column": 12 }, "end": { - "line": 628, + "line": 624, "column": 53 } } @@ -55130,16 +54837,16 @@ "object": { "type": "ThisExpression", "range": [ - 23357, - 23361 + 23224, + 23228 ], "loc": { "start": { - "line": 629, + "line": 625, "column": 12 }, "end": { - "line": 629, + "line": 625, "column": 16 } } @@ -55148,31 +54855,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23362, - 23377 + 23229, + 23244 ], "loc": { "start": { - "line": 629, + "line": 625, "column": 17 }, "end": { - "line": 629, + "line": 625, "column": 32 } } }, "range": [ - 23357, - 23377 + 23224, + 23244 ], "loc": { "start": { - "line": 629, + "line": 625, "column": 12 }, "end": { - "line": 629, + "line": 625, "column": 32 } } @@ -55182,93 +54889,93 @@ "value": null, "raw": "null", "range": [ - 23380, - 23384 + 23247, + 23251 ], "loc": { "start": { - "line": 629, + "line": 625, "column": 35 }, "end": { - "line": 629, + "line": 625, "column": 39 } } }, "range": [ - 23357, - 23384 + 23224, + 23251 ], "loc": { "start": { - "line": 629, + "line": 625, "column": 12 }, "end": { - "line": 629, + "line": 625, "column": 39 } } }, "range": [ - 23357, - 23385 + 23224, + 23252 ], "loc": { "start": { - "line": 629, + "line": 625, "column": 12 }, "end": { - "line": 629, + "line": 625, "column": 40 } } } ], "range": [ - 23289, - 23395 + 23156, + 23262 ], "loc": { "start": { - "line": 627, + "line": 623, "column": 15 }, "end": { - "line": 630, + "line": 626, "column": 9 } } }, "range": [ - 22968, - 23395 + 22835, + 23262 ], "loc": { "start": { - "line": 621, + "line": 617, "column": 8 }, "end": { - "line": 630, + "line": 626, "column": 9 } } } ], "range": [ - 22563, - 23401 + 22430, + 23268 ], "loc": { "start": { - "line": 605, + "line": 601, "column": 17 }, "end": { - "line": 631, + "line": 627, "column": 5 } } @@ -55276,16 +54983,16 @@ "generator": false, "expression": false, "range": [ - 22557, - 23401 + 22424, + 23268 ], "loc": { "start": { - "line": 605, + "line": 601, "column": 11 }, "end": { - "line": 631, + "line": 627, "column": 5 } } @@ -55293,16 +55000,16 @@ "kind": "method", "computed": false, "range": [ - 22550, - 23401 + 22417, + 23268 ], "loc": { "start": { - "line": 605, + "line": 601, "column": 4 }, "end": { - "line": 631, + "line": 627, "column": 5 } }, @@ -55311,16 +55018,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": [ - 22412, - 22545 + 22279, + 22412 ], "loc": { "start": { - "line": 600, + "line": 596, "column": 4 }, "end": { - "line": 604, + "line": 600, "column": 7 } } @@ -55331,16 +55038,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 23407, - 23490 + 23274, + 23357 ], "loc": { "start": { - "line": 633, + "line": 629, "column": 4 }, "end": { - "line": 635, + "line": 631, "column": 7 } } @@ -55354,16 +55061,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 23495, - 23504 + 23362, + 23371 ], "loc": { "start": { - "line": 636, + "line": 632, "column": 4 }, "end": { - "line": 636, + "line": 632, "column": 13 } } @@ -55383,16 +55090,16 @@ "object": { "type": "ThisExpression", "range": [ - 23521, - 23525 + 23388, + 23392 ], "loc": { "start": { - "line": 637, + "line": 633, "column": 12 }, "end": { - "line": 637, + "line": 633, "column": 16 } } @@ -55401,31 +55108,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 23526, - 23536 + 23393, + 23403 ], "loc": { "start": { - "line": 637, + "line": 633, "column": 17 }, "end": { - "line": 637, + "line": 633, "column": 27 } } }, "range": [ - 23521, - 23536 + 23388, + 23403 ], "loc": { "start": { - "line": 637, + "line": 633, "column": 12 }, "end": { - "line": 637, + "line": 633, "column": 27 } } @@ -55444,16 +55151,16 @@ "object": { "type": "ThisExpression", "range": [ - 23552, - 23556 + 23419, + 23423 ], "loc": { "start": { - "line": 638, + "line": 634, "column": 12 }, "end": { - "line": 638, + "line": 634, "column": 16 } } @@ -55462,31 +55169,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23557, - 23569 + 23424, + 23436 ], "loc": { "start": { - "line": 638, + "line": 634, "column": 17 }, "end": { - "line": 638, + "line": 634, "column": 29 } } }, "range": [ - 23552, - 23569 + 23419, + 23436 ], "loc": { "start": { - "line": 638, + "line": 634, "column": 12 }, "end": { - "line": 638, + "line": 634, "column": 29 } } @@ -55496,94 +55203,94 @@ "value": true, "raw": "true", "range": [ - 23572, - 23576 + 23439, + 23443 ], "loc": { "start": { - "line": 638, + "line": 634, "column": 32 }, "end": { - "line": 638, + "line": 634, "column": 36 } } }, "range": [ - 23552, - 23576 + 23419, + 23443 ], "loc": { "start": { - "line": 638, + "line": 634, "column": 12 }, "end": { - "line": 638, + "line": 634, "column": 36 } } }, "range": [ - 23552, - 23577 + 23419, + 23444 ], "loc": { "start": { - "line": 638, + "line": 634, "column": 12 }, "end": { - "line": 638, + "line": 634, "column": 37 } } } ], "range": [ - 23538, - 23587 + 23405, + 23454 ], "loc": { "start": { - "line": 637, + "line": 633, "column": 29 }, "end": { - "line": 639, + "line": 635, "column": 9 } } }, "alternate": null, "range": [ - 23517, - 23587 + 23384, + 23454 ], "loc": { "start": { - "line": 637, + "line": 633, "column": 8 }, "end": { - "line": 639, + "line": 635, "column": 9 } } } ], "range": [ - 23507, - 23593 + 23374, + 23460 ], "loc": { "start": { - "line": 636, + "line": 632, "column": 16 }, "end": { - "line": 640, + "line": 636, "column": 5 } } @@ -55591,16 +55298,16 @@ "generator": false, "expression": false, "range": [ - 23504, - 23593 + 23371, + 23460 ], "loc": { "start": { - "line": 636, + "line": 632, "column": 13 }, "end": { - "line": 640, + "line": 636, "column": 5 } } @@ -55608,16 +55315,16 @@ "kind": "method", "computed": false, "range": [ - 23495, - 23593 + 23362, + 23460 ], "loc": { "start": { - "line": 636, + "line": 632, "column": 4 }, "end": { - "line": 640, + "line": 636, "column": 5 } }, @@ -55626,16 +55333,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 23407, - 23490 + 23274, + 23357 ], "loc": { "start": { - "line": 633, + "line": 629, "column": 4 }, "end": { - "line": 635, + "line": 631, "column": 7 } } @@ -55646,16 +55353,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 23599, - 23664 + 23466, + 23531 ], "loc": { "start": { - "line": 642, + "line": 638, "column": 4 }, "end": { - "line": 645, + "line": 641, "column": 7 } } @@ -55669,16 +55376,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 23669, - 23679 + 23536, + 23546 ], "loc": { "start": { - "line": 646, + "line": 642, "column": 4 }, "end": { - "line": 646, + "line": 642, "column": 14 } } @@ -55691,16 +55398,16 @@ "type": "Identifier", "name": "evt", "range": [ - 23680, - 23683 + 23547, + 23550 ], "loc": { "start": { - "line": 646, + "line": 642, "column": 15 }, "end": { - "line": 646, + "line": 642, "column": 18 } } @@ -55718,16 +55425,16 @@ "type": "Identifier", "name": "elm", "range": [ - 23699, - 23702 + 23566, + 23569 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 12 }, "end": { - "line": 647, + "line": 643, "column": 15 } } @@ -55741,16 +55448,16 @@ "type": "Identifier", "name": "Event", "range": [ - 23705, - 23710 + 23572, + 23577 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 18 }, "end": { - "line": 647, + "line": 643, "column": 23 } } @@ -55759,31 +55466,31 @@ "type": "Identifier", "name": "target", "range": [ - 23711, - 23717 + 23578, + 23584 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 24 }, "end": { - "line": 647, + "line": 643, "column": 30 } } }, "range": [ - 23705, - 23717 + 23572, + 23584 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 18 }, "end": { - "line": 647, + "line": 643, "column": 30 } } @@ -55793,47 +55500,47 @@ "type": "Identifier", "name": "evt", "range": [ - 23718, - 23721 + 23585, + 23588 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 31 }, "end": { - "line": 647, + "line": 643, "column": 34 } } } ], "range": [ - 23705, - 23722 + 23572, + 23589 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 18 }, "end": { - "line": 647, + "line": 643, "column": 35 } } }, "range": [ - 23699, - 23722 + 23566, + 23589 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 12 }, "end": { - "line": 647, + "line": 643, "column": 35 } } @@ -55841,16 +55548,16 @@ ], "kind": "let", "range": [ - 23695, - 23723 + 23562, + 23590 ], "loc": { "start": { - "line": 647, + "line": 643, "column": 8 }, "end": { - "line": 647, + "line": 643, "column": 36 } } @@ -55868,16 +55575,16 @@ "object": { "type": "ThisExpression", "range": [ - 23732, - 23736 + 23599, + 23603 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 8 }, "end": { - "line": 648, + "line": 644, "column": 12 } } @@ -55886,31 +55593,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 23737, - 23744 + 23604, + 23611 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 13 }, "end": { - "line": 648, + "line": 644, "column": 20 } } }, "range": [ - 23732, - 23744 + 23599, + 23611 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 8 }, "end": { - "line": 648, + "line": 644, "column": 20 } } @@ -55919,31 +55626,31 @@ "type": "Identifier", "name": "emit", "range": [ - 23745, - 23749 + 23612, + 23616 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 21 }, "end": { - "line": 648, + "line": 644, "column": 25 } } }, "range": [ - 23732, - 23749 + 23599, + 23616 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 8 }, "end": { - "line": 648, + "line": 644, "column": 25 } } @@ -55954,16 +55661,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 23750, - 23764 + 23617, + 23631 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 26 }, "end": { - "line": 648, + "line": 644, "column": 40 } } @@ -55971,16 +55678,16 @@ { "type": "ThisExpression", "range": [ - 23766, - 23770 + 23633, + 23637 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 42 }, "end": { - "line": 648, + "line": 644, "column": 46 } } @@ -55989,63 +55696,63 @@ "type": "Identifier", "name": "elm", "range": [ - 23772, - 23775 + 23639, + 23642 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 48 }, "end": { - "line": 648, + "line": 644, "column": 51 } } } ], "range": [ - 23732, - 23776 + 23599, + 23643 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 8 }, "end": { - "line": 648, + "line": 644, "column": 52 } } }, "range": [ - 23732, - 23777 + 23599, + 23644 ], "loc": { "start": { - "line": 648, + "line": 644, "column": 8 }, "end": { - "line": 648, + "line": 644, "column": 53 } } } ], "range": [ - 23685, - 23783 + 23552, + 23650 ], "loc": { "start": { - "line": 646, + "line": 642, "column": 20 }, "end": { - "line": 649, + "line": 645, "column": 5 } } @@ -56053,16 +55760,16 @@ "generator": false, "expression": false, "range": [ - 23679, - 23783 + 23546, + 23650 ], "loc": { "start": { - "line": 646, + "line": 642, "column": 14 }, "end": { - "line": 649, + "line": 645, "column": 5 } } @@ -56070,16 +55777,16 @@ "kind": "method", "computed": false, "range": [ - 23669, - 23783 + 23536, + 23650 ], "loc": { "start": { - "line": 646, + "line": 642, "column": 4 }, "end": { - "line": 649, + "line": 645, "column": 5 } }, @@ -56088,16 +55795,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 23599, - 23664 + 23466, + 23531 ], "loc": { "start": { - "line": 642, + "line": 638, "column": 4 }, "end": { - "line": 645, + "line": 641, "column": 7 } } @@ -56108,16 +55815,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 23789, - 23877 + 23656, + 23744 ], "loc": { "start": { - "line": 651, + "line": 647, "column": 4 }, "end": { - "line": 653, + "line": 649, "column": 7 } } @@ -56131,16 +55838,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 23882, - 23891 + 23749, + 23758 ], "loc": { "start": { - "line": 654, + "line": 650, "column": 4 }, "end": { - "line": 654, + "line": 650, "column": 13 } } @@ -56160,16 +55867,16 @@ "object": { "type": "ThisExpression", "range": [ - 23908, - 23912 + 23775, + 23779 ], "loc": { "start": { - "line": 655, + "line": 651, "column": 12 }, "end": { - "line": 655, + "line": 651, "column": 16 } } @@ -56178,31 +55885,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 23913, - 23923 + 23780, + 23790 ], "loc": { "start": { - "line": 655, + "line": 651, "column": 17 }, "end": { - "line": 655, + "line": 651, "column": 27 } } }, "range": [ - 23908, - 23923 + 23775, + 23790 ], "loc": { "start": { - "line": 655, + "line": 651, "column": 12 }, "end": { - "line": 655, + "line": 651, "column": 27 } } @@ -56221,16 +55928,16 @@ "object": { "type": "ThisExpression", "range": [ - 23939, - 23943 + 23806, + 23810 ], "loc": { "start": { - "line": 656, + "line": 652, "column": 12 }, "end": { - "line": 656, + "line": 652, "column": 16 } } @@ -56239,31 +55946,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23944, - 23956 + 23811, + 23823 ], "loc": { "start": { - "line": 656, + "line": 652, "column": 17 }, "end": { - "line": 656, + "line": 652, "column": 29 } } }, "range": [ - 23939, - 23956 + 23806, + 23823 ], "loc": { "start": { - "line": 656, + "line": 652, "column": 12 }, "end": { - "line": 656, + "line": 652, "column": 29 } } @@ -56273,46 +55980,46 @@ "value": false, "raw": "false", "range": [ - 23959, - 23964 + 23826, + 23831 ], "loc": { "start": { - "line": 656, + "line": 652, "column": 32 }, "end": { - "line": 656, + "line": 652, "column": 37 } } }, "range": [ - 23939, - 23964 + 23806, + 23831 ], "loc": { "start": { - "line": 656, + "line": 652, "column": 12 }, "end": { - "line": 656, + "line": 652, "column": 37 } } }, "range": [ - 23939, - 23965 + 23806, + 23832 ], "loc": { "start": { - "line": 656, + "line": 652, "column": 12 }, "end": { - "line": 656, + "line": 652, "column": 38 } } @@ -56328,16 +56035,16 @@ "type": "Identifier", "name": "root", "range": [ - 23978, - 23982 + 23845, + 23849 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 12 }, "end": { - "line": 657, + "line": 653, "column": 16 } } @@ -56346,31 +56053,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 23983, - 23996 + 23850, + 23863 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 17 }, "end": { - "line": 657, + "line": 653, "column": 30 } } }, "range": [ - 23978, - 23996 + 23845, + 23863 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 12 }, "end": { - "line": 657, + "line": 653, "column": 30 } } @@ -56382,16 +56089,16 @@ "object": { "type": "ThisExpression", "range": [ - 23997, - 24001 + 23864, + 23868 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 31 }, "end": { - "line": 657, + "line": 653, "column": 35 } } @@ -56400,94 +56107,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 24002, - 24017 + 23869, + 23884 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 36 }, "end": { - "line": 657, + "line": 653, "column": 51 } } }, "range": [ - 23997, - 24017 + 23864, + 23884 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 31 }, "end": { - "line": 657, + "line": 653, "column": 51 } } } ], "range": [ - 23978, - 24018 + 23845, + 23885 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 12 }, "end": { - "line": 657, + "line": 653, "column": 52 } } }, "range": [ - 23978, - 24019 + 23845, + 23886 ], "loc": { "start": { - "line": 657, + "line": 653, "column": 12 }, "end": { - "line": 657, + "line": 653, "column": 53 } } } ], "range": [ - 23925, - 24029 + 23792, + 23896 ], "loc": { "start": { - "line": 655, + "line": 651, "column": 29 }, "end": { - "line": 658, + "line": 654, "column": 9 } } }, "alternate": null, "range": [ - 23904, - 24029 + 23771, + 23896 ], "loc": { "start": { - "line": 655, + "line": 651, "column": 8 }, "end": { - "line": 658, + "line": 654, "column": 9 } } @@ -56505,16 +56212,16 @@ "object": { "type": "ThisExpression", "range": [ - 24038, - 24042 + 23905, + 23909 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 8 }, "end": { - "line": 659, + "line": 655, "column": 12 } } @@ -56523,31 +56230,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24043, - 24050 + 23910, + 23917 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 13 }, "end": { - "line": 659, + "line": 655, "column": 20 } } }, "range": [ - 24038, - 24050 + 23905, + 23917 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 8 }, "end": { - "line": 659, + "line": 655, "column": 20 } } @@ -56556,31 +56263,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24051, - 24055 + 23918, + 23922 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 21 }, "end": { - "line": 659, + "line": 655, "column": 25 } } }, "range": [ - 24038, - 24055 + 23905, + 23922 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 8 }, "end": { - "line": 659, + "line": 655, "column": 25 } } @@ -56591,16 +56298,16 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 24056, - 24069 + 23923, + 23936 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 26 }, "end": { - "line": 659, + "line": 655, "column": 39 } } @@ -56608,63 +56315,63 @@ { "type": "ThisExpression", "range": [ - 24071, - 24075 + 23938, + 23942 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 41 }, "end": { - "line": 659, + "line": 655, "column": 45 } } } ], "range": [ - 24038, - 24076 + 23905, + 23943 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 8 }, "end": { - "line": 659, + "line": 655, "column": 46 } } }, "range": [ - 24038, - 24077 + 23905, + 23944 ], "loc": { "start": { - "line": 659, + "line": 655, "column": 8 }, "end": { - "line": 659, + "line": 655, "column": 47 } } } ], "range": [ - 23894, - 24083 + 23761, + 23950 ], "loc": { "start": { - "line": 654, + "line": 650, "column": 16 }, "end": { - "line": 660, + "line": 656, "column": 5 } } @@ -56672,16 +56379,16 @@ "generator": false, "expression": false, "range": [ - 23891, - 24083 + 23758, + 23950 ], "loc": { "start": { - "line": 654, + "line": 650, "column": 13 }, "end": { - "line": 660, + "line": 656, "column": 5 } } @@ -56689,16 +56396,16 @@ "kind": "method", "computed": false, "range": [ - 23882, - 24083 + 23749, + 23950 ], "loc": { "start": { - "line": 654, + "line": 650, "column": 4 }, "end": { - "line": 660, + "line": 656, "column": 5 } }, @@ -56707,16 +56414,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 23789, - 23877 + 23656, + 23744 ], "loc": { "start": { - "line": 651, + "line": 647, "column": 4 }, "end": { - "line": 653, + "line": 649, "column": 7 } } @@ -56727,16 +56434,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 24089, - 24144 + 23956, + 24011 ], "loc": { "start": { - "line": 662, + "line": 658, "column": 4 }, "end": { - "line": 664, + "line": 660, "column": 7 } } @@ -56750,16 +56457,16 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 24149, - 24166 + 24016, + 24033 ], "loc": { "start": { - "line": 665, + "line": 661, "column": 4 }, "end": { - "line": 665, + "line": 661, "column": 21 } } @@ -56779,16 +56486,16 @@ "object": { "type": "ThisExpression", "range": [ - 24183, - 24187 + 24050, + 24054 ], "loc": { "start": { - "line": 666, + "line": 662, "column": 12 }, "end": { - "line": 666, + "line": 662, "column": 16 } } @@ -56797,31 +56504,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 24188, - 24198 + 24055, + 24065 ], "loc": { "start": { - "line": 666, + "line": 662, "column": 17 }, "end": { - "line": 666, + "line": 662, "column": 27 } } }, "range": [ - 24183, - 24198 + 24050, + 24065 ], "loc": { "start": { - "line": 666, + "line": 662, "column": 12 }, "end": { - "line": 666, + "line": 662, "column": 27 } } @@ -56833,48 +56540,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24214, - 24221 + 24081, + 24088 ], "loc": { "start": { - "line": 667, + "line": 663, "column": 12 }, "end": { - "line": 667, + "line": 663, "column": 19 } } } ], "range": [ - 24200, - 24231 + 24067, + 24098 ], "loc": { "start": { - "line": 666, + "line": 662, "column": 29 }, "end": { - "line": 668, + "line": 664, "column": 9 } } }, "alternate": null, "range": [ - 24179, - 24231 + 24046, + 24098 ], "loc": { "start": { - "line": 666, + "line": 662, "column": 8 }, "end": { - "line": 668, + "line": 664, "column": 9 } } @@ -56888,32 +56595,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24244, - 24250 + 24111, + 24117 ], "loc": { "start": { - "line": 669, + "line": 665, "column": 12 }, "end": { - "line": 669, + "line": 665, "column": 18 } } }, "init": null, "range": [ - 24244, - 24250 + 24111, + 24117 ], "loc": { "start": { - "line": 669, + "line": 665, "column": 12 }, "end": { - "line": 669, + "line": 665, "column": 18 } } @@ -56921,16 +56628,16 @@ ], "kind": "let", "range": [ - 24240, - 24251 + 24107, + 24118 ], "loc": { "start": { - "line": 669, + "line": 665, "column": 8 }, "end": { - "line": 669, + "line": 665, "column": 19 } } @@ -56944,16 +56651,16 @@ "type": "Identifier", "name": "thead", "range": [ - 24265, - 24270 + 24132, + 24137 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 12 }, "end": { - "line": 671, + "line": 667, "column": 17 } } @@ -56964,16 +56671,16 @@ "type": "Identifier", "name": "tag", "range": [ - 24273, - 24276 + 24140, + 24143 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 20 }, "end": { - "line": 671, + "line": 667, "column": 23 } } @@ -56985,16 +56692,16 @@ "object": { "type": "ThisExpression", "range": [ - 24277, - 24281 + 24144, + 24148 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 24 }, "end": { - "line": 671, + "line": 667, "column": 28 } } @@ -57003,31 +56710,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 24282, - 24285 + 24149, + 24152 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 29 }, "end": { - "line": 671, + "line": 667, "column": 32 } } }, "range": [ - 24277, - 24285 + 24144, + 24152 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 24 }, "end": { - "line": 671, + "line": 667, "column": 32 } } @@ -57037,47 +56744,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 24287, - 24294 + 24154, + 24161 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 34 }, "end": { - "line": 671, + "line": 667, "column": 41 } } } ], "range": [ - 24273, - 24295 + 24140, + 24162 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 20 }, "end": { - "line": 671, + "line": 667, "column": 42 } } }, "range": [ - 24265, - 24295 + 24132, + 24162 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 12 }, "end": { - "line": 671, + "line": 667, "column": 42 } } @@ -57085,16 +56792,16 @@ ], "kind": "let", "range": [ - 24261, - 24296 + 24128, + 24163 ], "loc": { "start": { - "line": 671, + "line": 667, "column": 8 }, "end": { - "line": 671, + "line": 667, "column": 43 } } @@ -57111,16 +56818,16 @@ "type": "Identifier", "name": "thead", "range": [ - 24309, - 24314 + 24176, + 24181 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 12 }, "end": { - "line": 672, + "line": 668, "column": 17 } } @@ -57129,31 +56836,31 @@ "type": "Identifier", "name": "length", "range": [ - 24315, - 24321 + 24182, + 24188 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 18 }, "end": { - "line": 672, + "line": 668, "column": 24 } } }, "range": [ - 24309, - 24321 + 24176, + 24188 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 12 }, "end": { - "line": 672, + "line": 668, "column": 24 } } @@ -57163,31 +56870,31 @@ "value": 0, "raw": "0", "range": [ - 24324, - 24325 + 24191, + 24192 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 27 }, "end": { - "line": 672, + "line": 668, "column": 28 } } }, "range": [ - 24309, - 24325 + 24176, + 24192 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 12 }, "end": { - "line": 672, + "line": 668, "column": 28 } } @@ -57204,16 +56911,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24341, - 24347 + 24208, + 24214 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 12 }, "end": { - "line": 673, + "line": 669, "column": 18 } } @@ -57230,16 +56937,16 @@ "type": "Identifier", "name": "thead", "range": [ - 24350, - 24355 + 24217, + 24222 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 21 }, "end": { - "line": 673, + "line": 669, "column": 26 } } @@ -57249,31 +56956,31 @@ "value": 0, "raw": "0", "range": [ - 24356, - 24357 + 24223, + 24224 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 27 }, "end": { - "line": 673, + "line": 669, "column": 28 } } }, "range": [ - 24350, - 24358 + 24217, + 24225 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 21 }, "end": { - "line": 673, + "line": 669, "column": 29 } } @@ -57282,31 +56989,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 24359, - 24368 + 24226, + 24235 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 30 }, "end": { - "line": 673, + "line": 669, "column": 39 } } }, "range": [ - 24350, - 24368 + 24217, + 24235 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 21 }, "end": { - "line": 673, + "line": 669, "column": 39 } } @@ -57318,16 +57025,16 @@ "object": { "type": "ThisExpression", "range": [ - 24369, - 24373 + 24236, + 24240 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 40 }, "end": { - "line": 673, + "line": 669, "column": 44 } } @@ -57336,93 +57043,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 24374, - 24389 + 24241, + 24256 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 45 }, "end": { - "line": 673, + "line": 669, "column": 60 } } }, "range": [ - 24369, - 24389 + 24236, + 24256 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 40 }, "end": { - "line": 673, + "line": 669, "column": 60 } } } ], "range": [ - 24350, - 24390 + 24217, + 24257 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 21 }, "end": { - "line": 673, + "line": 669, "column": 61 } } }, "range": [ - 24341, - 24390 + 24208, + 24257 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 12 }, "end": { - "line": 673, + "line": 669, "column": 61 } } }, "range": [ - 24341, - 24391 + 24208, + 24258 ], "loc": { "start": { - "line": 673, + "line": 669, "column": 12 }, "end": { - "line": 673, + "line": 669, "column": 62 } } } ], "range": [ - 24327, - 24401 + 24194, + 24268 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 30 }, "end": { - "line": 674, + "line": 670, "column": 9 } } @@ -57439,16 +57146,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24421, - 24427 + 24288, + 24294 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 12 }, "end": { - "line": 675, + "line": 671, "column": 18 } } @@ -57464,16 +57171,16 @@ "object": { "type": "ThisExpression", "range": [ - 24430, - 24434 + 24297, + 24301 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 21 }, "end": { - "line": 675, + "line": 671, "column": 25 } } @@ -57482,31 +57189,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 24435, - 24438 + 24302, + 24305 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 26 }, "end": { - "line": 675, + "line": 671, "column": 29 } } }, "range": [ - 24430, - 24438 + 24297, + 24305 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 21 }, "end": { - "line": 675, + "line": 671, "column": 29 } } @@ -57515,31 +57222,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 24439, - 24448 + 24306, + 24315 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 30 }, "end": { - "line": 675, + "line": 671, "column": 39 } } }, "range": [ - 24430, - 24448 + 24297, + 24315 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 21 }, "end": { - "line": 675, + "line": 671, "column": 39 } } @@ -57551,16 +57258,16 @@ "object": { "type": "ThisExpression", "range": [ - 24449, - 24453 + 24316, + 24320 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 40 }, "end": { - "line": 675, + "line": 671, "column": 44 } } @@ -57569,108 +57276,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 24454, - 24469 + 24321, + 24336 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 45 }, "end": { - "line": 675, + "line": 671, "column": 60 } } }, "range": [ - 24449, - 24469 + 24316, + 24336 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 40 }, "end": { - "line": 675, + "line": 671, "column": 60 } } } ], "range": [ - 24430, - 24470 + 24297, + 24337 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 21 }, "end": { - "line": 675, + "line": 671, "column": 61 } } }, "range": [ - 24421, - 24470 + 24288, + 24337 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 12 }, "end": { - "line": 675, + "line": 671, "column": 61 } } }, "range": [ - 24421, - 24471 + 24288, + 24338 ], "loc": { "start": { - "line": 675, + "line": 671, "column": 12 }, "end": { - "line": 675, + "line": 671, "column": 62 } } } ], "range": [ - 24407, - 24481 + 24274, + 24348 ], "loc": { "start": { - "line": 674, + "line": 670, "column": 15 }, "end": { - "line": 676, + "line": 672, "column": 9 } } }, "range": [ - 24305, - 24481 + 24172, + 24348 ], "loc": { "start": { - "line": 672, + "line": 668, "column": 8 }, "end": { - "line": 676, + "line": 672, "column": 9 } } @@ -57687,16 +57394,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24491, - 24497 + 24358, + 24364 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 8 }, "end": { - "line": 678, + "line": 674, "column": 14 } } @@ -57705,31 +57412,31 @@ "type": "Identifier", "name": "className", "range": [ - 24498, - 24507 + 24365, + 24374 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 15 }, "end": { - "line": 678, + "line": 674, "column": 24 } } }, "range": [ - 24491, - 24507 + 24358, + 24374 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 8 }, "end": { - "line": 678, + "line": 674, "column": 24 } } @@ -57740,16 +57447,16 @@ "object": { "type": "ThisExpression", "range": [ - 24510, - 24514 + 24377, + 24381 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 27 }, "end": { - "line": 678, + "line": 674, "column": 31 } } @@ -57758,61 +57465,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 24515, - 24530 + 24382, + 24397 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 32 }, "end": { - "line": 678, + "line": 674, "column": 47 } } }, "range": [ - 24510, - 24530 + 24377, + 24397 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 27 }, "end": { - "line": 678, + "line": 674, "column": 47 } } }, "range": [ - 24491, - 24530 + 24358, + 24397 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 8 }, "end": { - "line": 678, + "line": 674, "column": 47 } } }, "range": [ - 24491, - 24531 + 24358, + 24398 ], "loc": { "start": { - "line": 678, + "line": 674, "column": 8 }, "end": { - "line": 678, + "line": 674, "column": 48 } } @@ -57825,16 +57532,16 @@ "object": { "type": "ThisExpression", "range": [ - 24545, - 24549 + 24412, + 24416 ], "loc": { "start": { - "line": 680, + "line": 676, "column": 12 }, "end": { - "line": 680, + "line": 676, "column": 16 } } @@ -57843,31 +57550,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 24550, - 24563 + 24417, + 24430 ], "loc": { "start": { - "line": 680, + "line": 676, "column": 17 }, "end": { - "line": 680, + "line": 676, "column": 30 } } }, "range": [ - 24545, - 24563 + 24412, + 24430 ], "loc": { "start": { - "line": 680, + "line": 676, "column": 12 }, "end": { - "line": 680, + "line": 676, "column": 30 } } @@ -57890,16 +57597,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24579, - 24585 + 24446, + 24452 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 12 }, "end": { - "line": 681, + "line": 677, "column": 18 } } @@ -57908,31 +57615,31 @@ "type": "Identifier", "name": "style", "range": [ - 24586, - 24591 + 24453, + 24458 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 19 }, "end": { - "line": 681, + "line": 677, "column": 24 } } }, "range": [ - 24579, - 24591 + 24446, + 24458 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 12 }, "end": { - "line": 681, + "line": 677, "column": 24 } } @@ -57941,31 +57648,31 @@ "type": "Identifier", "name": "display", "range": [ - 24592, - 24599 + 24459, + 24466 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 25 }, "end": { - "line": 681, + "line": 677, "column": 32 } } }, "range": [ - 24579, - 24599 + 24446, + 24466 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 12 }, "end": { - "line": 681, + "line": 677, "column": 32 } } @@ -57974,78 +57681,78 @@ "type": "Identifier", "name": "NONE", "range": [ - 24602, - 24606 + 24469, + 24473 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 35 }, "end": { - "line": 681, + "line": 677, "column": 39 } } }, "range": [ - 24579, - 24606 + 24446, + 24473 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 12 }, "end": { - "line": 681, + "line": 677, "column": 39 } } }, "range": [ - 24579, - 24607 + 24446, + 24474 ], "loc": { "start": { - "line": 681, + "line": 677, "column": 12 }, "end": { - "line": 681, + "line": 677, "column": 40 } } } ], "range": [ - 24565, - 24617 + 24432, + 24484 ], "loc": { "start": { - "line": 680, + "line": 676, "column": 32 }, "end": { - "line": 682, + "line": 678, "column": 9 } } }, "alternate": null, "range": [ - 24541, - 24617 + 24408, + 24484 ], "loc": { "start": { - "line": 680, + "line": 676, "column": 8 }, "end": { - "line": 682, + "line": 678, "column": 9 } } @@ -58063,16 +57770,16 @@ "object": { "type": "ThisExpression", "range": [ - 24627, - 24631 + 24494, + 24498 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 8 }, "end": { - "line": 684, + "line": 680, "column": 12 } } @@ -58081,31 +57788,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 24632, - 24639 + 24499, + 24506 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 13 }, "end": { - "line": 684, + "line": 680, "column": 20 } } }, "range": [ - 24627, - 24639 + 24494, + 24506 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 8 }, "end": { - "line": 684, + "line": 680, "column": 20 } } @@ -58114,31 +57821,31 @@ "type": "Identifier", "name": "emit", "range": [ - 24640, - 24644 + 24507, + 24511 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 21 }, "end": { - "line": 684, + "line": 680, "column": 25 } } }, "range": [ - 24627, - 24644 + 24494, + 24511 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 8 }, "end": { - "line": 684, + "line": 680, "column": 25 } } @@ -58149,16 +57856,16 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 24645, - 24667 + 24512, + 24534 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 26 }, "end": { - "line": 684, + "line": 680, "column": 48 } } @@ -58166,16 +57873,16 @@ { "type": "ThisExpression", "range": [ - 24669, - 24673 + 24536, + 24540 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 50 }, "end": { - "line": 684, + "line": 680, "column": 54 } } @@ -58184,47 +57891,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24675, - 24681 + 24542, + 24548 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 56 }, "end": { - "line": 684, + "line": 680, "column": 62 } } } ], "range": [ - 24627, - 24682 + 24494, + 24549 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 8 }, "end": { - "line": 684, + "line": 680, "column": 63 } } }, "range": [ - 24627, - 24683 + 24494, + 24550 ], "loc": { "start": { - "line": 684, + "line": 680, "column": 8 }, "end": { - "line": 684, + "line": 680, "column": 64 } } @@ -58235,47 +57942,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 24699, - 24705 + 24566, + 24572 ], "loc": { "start": { - "line": 685, + "line": 681, "column": 15 }, "end": { - "line": 685, + "line": 681, "column": 21 } } }, "range": [ - 24692, - 24706 + 24559, + 24573 ], "loc": { "start": { - "line": 685, + "line": 681, "column": 8 }, "end": { - "line": 685, + "line": 681, "column": 22 } } } ], "range": [ - 24169, - 24712 + 24036, + 24579 ], "loc": { "start": { - "line": 665, + "line": 661, "column": 24 }, "end": { - "line": 686, + "line": 682, "column": 5 } } @@ -58283,16 +57990,16 @@ "generator": false, "expression": false, "range": [ - 24166, - 24712 + 24033, + 24579 ], "loc": { "start": { - "line": 665, + "line": 661, "column": 21 }, "end": { - "line": 686, + "line": 682, "column": 5 } } @@ -58300,16 +58007,16 @@ "kind": "method", "computed": false, "range": [ - 24149, - 24712 + 24016, + 24579 ], "loc": { "start": { - "line": 665, + "line": 661, "column": 4 }, "end": { - "line": 686, + "line": 682, "column": 5 } }, @@ -58318,16 +58025,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 24089, - 24144 + 23956, + 24011 ], "loc": { "start": { - "line": 662, + "line": 658, "column": 4 }, "end": { - "line": 664, + "line": 660, "column": 7 } } @@ -58338,16 +58045,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 24718, - 24765 + 24585, + 24632 ], "loc": { "start": { - "line": 688, + "line": 684, "column": 4 }, "end": { - "line": 690, + "line": 686, "column": 7 } } @@ -58361,16 +58068,16 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 24770, - 24784 + 24637, + 24651 ], "loc": { "start": { - "line": 691, + "line": 687, "column": 4 }, "end": { - "line": 691, + "line": 687, "column": 18 } } @@ -58390,16 +58097,16 @@ "object": { "type": "ThisExpression", "range": [ - 24801, - 24805 + 24668, + 24672 ], "loc": { "start": { - "line": 692, + "line": 688, "column": 12 }, "end": { - "line": 692, + "line": 688, "column": 16 } } @@ -58408,31 +58115,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 24806, - 24813 + 24673, + 24680 ], "loc": { "start": { - "line": 692, + "line": 688, "column": 17 }, "end": { - "line": 692, + "line": 688, "column": 24 } } }, "range": [ - 24801, - 24813 + 24668, + 24680 ], "loc": { "start": { - "line": 692, + "line": 688, "column": 12 }, "end": { - "line": 692, + "line": 688, "column": 24 } } @@ -58444,48 +58151,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24829, - 24836 + 24696, + 24703 ], "loc": { "start": { - "line": 693, + "line": 689, "column": 12 }, "end": { - "line": 693, + "line": 689, "column": 19 } } } ], "range": [ - 24815, - 24846 + 24682, + 24713 ], "loc": { "start": { - "line": 692, + "line": 688, "column": 26 }, "end": { - "line": 694, + "line": 690, "column": 9 } } }, "alternate": null, "range": [ - 24797, - 24846 + 24664, + 24713 ], "loc": { "start": { - "line": 692, + "line": 688, "column": 8 }, "end": { - "line": 694, + "line": 690, "column": 9 } } @@ -58501,16 +58208,16 @@ "object": { "type": "ThisExpression", "range": [ - 24855, - 24859 + 24722, + 24726 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 8 }, "end": { - "line": 695, + "line": 691, "column": 12 } } @@ -58519,31 +58226,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 24860, - 24866 + 24727, + 24733 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 13 }, "end": { - "line": 695, + "line": 691, "column": 19 } } }, "range": [ - 24855, - 24866 + 24722, + 24733 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 8 }, "end": { - "line": 695, + "line": 691, "column": 19 } } @@ -58559,16 +58266,16 @@ "object": { "type": "ThisExpression", "range": [ - 24869, - 24873 + 24736, + 24740 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 22 }, "end": { - "line": 695, + "line": 691, "column": 26 } } @@ -58577,31 +58284,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 24874, - 24880 + 24741, + 24747 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 27 }, "end": { - "line": 695, + "line": 691, "column": 33 } } }, "range": [ - 24869, - 24880 + 24736, + 24747 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 22 }, "end": { - "line": 695, + "line": 691, "column": 33 } } @@ -58611,31 +58318,31 @@ "value": 0, "raw": "0", "range": [ - 24883, - 24884 + 24750, + 24751 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 36 }, "end": { - "line": 695, + "line": 691, "column": 37 } } }, "range": [ - 24869, - 24884 + 24736, + 24751 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 22 }, "end": { - "line": 695, + "line": 691, "column": 37 } } @@ -58649,16 +58356,16 @@ "object": { "type": "ThisExpression", "range": [ - 24887, - 24891 + 24754, + 24758 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 40 }, "end": { - "line": 695, + "line": 691, "column": 44 } } @@ -58667,31 +58374,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 24892, - 24898 + 24759, + 24765 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 45 }, "end": { - "line": 695, + "line": 691, "column": 51 } } }, "range": [ - 24887, - 24898 + 24754, + 24765 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 40 }, "end": { - "line": 695, + "line": 691, "column": 51 } } @@ -58701,31 +58408,31 @@ "value": 1, "raw": "1", "range": [ - 24901, - 24902 + 24768, + 24769 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 54 }, "end": { - "line": 695, + "line": 691, "column": 55 } } }, "range": [ - 24887, - 24902 + 24754, + 24769 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 40 }, "end": { - "line": 695, + "line": 691, "column": 55 } } @@ -58735,61 +58442,61 @@ "value": 0, "raw": "0", "range": [ - 24905, - 24906 + 24772, + 24773 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 58 }, "end": { - "line": 695, + "line": 691, "column": 59 } } }, "range": [ - 24869, - 24906 + 24736, + 24773 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 22 }, "end": { - "line": 695, + "line": 691, "column": 59 } } }, "range": [ - 24855, - 24906 + 24722, + 24773 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 8 }, "end": { - "line": 695, + "line": 691, "column": 59 } } }, "range": [ - 24855, - 24907 + 24722, + 24774 ], "loc": { "start": { - "line": 695, + "line": 691, "column": 8 }, "end": { - "line": 695, + "line": 691, "column": 60 } } @@ -58805,16 +58512,16 @@ "object": { "type": "ThisExpression", "range": [ - 24916, - 24920 + 24783, + 24787 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 8 }, "end": { - "line": 696, + "line": 692, "column": 12 } } @@ -58823,31 +58530,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 24921, - 24937 + 24788, + 24804 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 13 }, "end": { - "line": 696, + "line": 692, "column": 29 } } }, "range": [ - 24916, - 24937 + 24783, + 24804 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 8 }, "end": { - "line": 696, + "line": 692, "column": 29 } } @@ -58860,16 +58567,16 @@ "object": { "type": "ThisExpression", "range": [ - 24940, - 24944 + 24807, + 24811 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 32 }, "end": { - "line": 696, + "line": 692, "column": 36 } } @@ -58878,93 +58585,93 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 24945, - 24954 + 24812, + 24821 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 37 }, "end": { - "line": 696, + "line": 692, "column": 46 } } }, "range": [ - 24940, - 24954 + 24807, + 24821 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 32 }, "end": { - "line": 696, + "line": 692, "column": 46 } } }, "arguments": [], "range": [ - 24940, - 24956 + 24807, + 24823 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 32 }, "end": { - "line": 696, + "line": 692, "column": 48 } } }, "range": [ - 24916, - 24956 + 24783, + 24823 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 8 }, "end": { - "line": 696, + "line": 692, "column": 48 } } }, "range": [ - 24916, - 24957 + 24783, + 24824 ], "loc": { "start": { - "line": 696, + "line": 692, "column": 8 }, "end": { - "line": 696, + "line": 692, "column": 49 } } } ], "range": [ - 24787, - 24963 + 24654, + 24830 ], "loc": { "start": { - "line": 691, + "line": 687, "column": 21 }, "end": { - "line": 697, + "line": 693, "column": 5 } } @@ -58972,16 +58679,16 @@ "generator": false, "expression": false, "range": [ - 24784, - 24963 + 24651, + 24830 ], "loc": { "start": { - "line": 691, + "line": 687, "column": 18 }, "end": { - "line": 697, + "line": 693, "column": 5 } } @@ -58989,16 +58696,16 @@ "kind": "method", "computed": false, "range": [ - 24770, - 24963 + 24637, + 24830 ], "loc": { "start": { - "line": 691, + "line": 687, "column": 4 }, "end": { - "line": 697, + "line": 693, "column": 5 } }, @@ -59007,16 +58714,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 24718, - 24765 + 24585, + 24632 ], "loc": { "start": { - "line": 688, + "line": 684, "column": 4 }, "end": { - "line": 690, + "line": 686, "column": 7 } } @@ -59027,16 +58734,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": [ - 24969, - 25188 + 24836, + 25055 ], "loc": { "start": { - "line": 699, + "line": 695, "column": 4 }, "end": { - "line": 704, + "line": 700, "column": 7 } } @@ -59050,16 +58757,16 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 25193, - 25210 + 25060, + 25077 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 4 }, "end": { - "line": 705, + "line": 701, "column": 21 } } @@ -59072,16 +58779,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25211, - 25219 + 25078, + 25086 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 22 }, "end": { - "line": 705, + "line": 701, "column": 30 } } @@ -59090,16 +58797,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 25221, - 25229 + 25088, + 25096 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 32 }, "end": { - "line": 705, + "line": 701, "column": 40 } } @@ -59108,16 +58815,16 @@ "type": "Identifier", "name": "container", "range": [ - 25231, - 25240 + 25098, + 25107 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 42 }, "end": { - "line": 705, + "line": 701, "column": 51 } } @@ -59135,16 +58842,16 @@ "type": "Identifier", "name": "col", "range": [ - 25256, - 25259 + 25123, + 25126 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 12 }, "end": { - "line": 706, + "line": 702, "column": 15 } } @@ -59157,16 +58864,16 @@ "object": { "type": "ThisExpression", "range": [ - 25262, - 25266 + 25129, + 25133 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 18 }, "end": { - "line": 706, + "line": 702, "column": 22 } } @@ -59175,31 +58882,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 25267, - 25280 + 25134, + 25147 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 23 }, "end": { - "line": 706, + "line": 702, "column": 36 } } }, "range": [ - 25262, - 25280 + 25129, + 25147 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 18 }, "end": { - "line": 706, + "line": 702, "column": 36 } } @@ -59209,47 +58916,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25281, - 25289 + 25148, + 25156 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 37 }, "end": { - "line": 706, + "line": 702, "column": 45 } } } ], "range": [ - 25262, - 25290 + 25129, + 25157 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 18 }, "end": { - "line": 706, + "line": 702, "column": 46 } } }, "range": [ - 25256, - 25290 + 25123, + 25157 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 12 }, "end": { - "line": 706, + "line": 702, "column": 46 } } @@ -59257,16 +58964,16 @@ ], "kind": "let", "range": [ - 25252, - 25291 + 25119, + 25158 ], "loc": { "start": { - "line": 706, + "line": 702, "column": 8 }, "end": { - "line": 706, + "line": 702, "column": 47 } } @@ -59280,16 +58987,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 25304, - 25320 + 25171, + 25187 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 12 }, "end": { - "line": 707, + "line": 703, "column": 28 } } @@ -59302,16 +59009,16 @@ "object": { "type": "ThisExpression", "range": [ - 25323, - 25327 + 25190, + 25194 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 31 }, "end": { - "line": 707, + "line": 703, "column": 35 } } @@ -59320,31 +59027,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 25328, - 25341 + 25195, + 25208 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 36 }, "end": { - "line": 707, + "line": 703, "column": 49 } } }, "range": [ - 25323, - 25341 + 25190, + 25208 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 31 }, "end": { - "line": 707, + "line": 703, "column": 49 } } @@ -59358,16 +59065,16 @@ "object": { "type": "ThisExpression", "range": [ - 25356, - 25360 + 25223, + 25227 ], "loc": { "start": { - "line": 708, + "line": 704, "column": 12 }, "end": { - "line": 708, + "line": 704, "column": 16 } } @@ -59376,31 +59083,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 25361, - 25378 + 25228, + 25245 ], "loc": { "start": { - "line": 708, + "line": 704, "column": 17 }, "end": { - "line": 708, + "line": 704, "column": 34 } } }, "range": [ - 25356, - 25378 + 25223, + 25245 ], "loc": { "start": { - "line": 708, + "line": 704, "column": 12 }, "end": { - "line": 708, + "line": 704, "column": 34 } } @@ -59409,31 +59116,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25379, - 25387 + 25246, + 25254 ], "loc": { "start": { - "line": 708, + "line": 704, "column": 35 }, "end": { - "line": 708, + "line": 704, "column": 43 } } }, "range": [ - 25356, - 25388 + 25223, + 25255 ], "loc": { "start": { - "line": 708, + "line": 704, "column": 12 }, "end": { - "line": 708, + "line": 704, "column": 44 } } @@ -59443,46 +59150,46 @@ "value": null, "raw": "null", "range": [ - 25391, - 25395 + 25258, + 25262 ], "loc": { "start": { - "line": 708, + "line": 704, "column": 47 }, "end": { - "line": 708, + "line": 704, "column": 51 } } }, "range": [ - 25323, - 25395 + 25190, + 25262 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 31 }, "end": { - "line": 708, + "line": 704, "column": 51 } } }, "range": [ - 25304, - 25395 + 25171, + 25262 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 12 }, "end": { - "line": 708, + "line": 704, "column": 51 } } @@ -59490,16 +59197,16 @@ ], "kind": "let", "range": [ - 25300, - 25396 + 25167, + 25263 ], "loc": { "start": { - "line": 707, + "line": 703, "column": 8 }, "end": { - "line": 708, + "line": 704, "column": 52 } } @@ -59513,16 +59220,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 25409, - 25416 + 25276, + 25283 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 12 }, "end": { - "line": 709, + "line": 705, "column": 19 } } @@ -59536,16 +59243,16 @@ "type": "Identifier", "name": "col", "range": [ - 25419, - 25422 + 25286, + 25289 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 22 }, "end": { - "line": 709, + "line": 705, "column": 25 } } @@ -59554,31 +59261,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 25427, - 25432 + 25294, + 25299 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 30 }, "end": { - "line": 709, + "line": 705, "column": 35 } } }, "range": [ - 25419, - 25432 + 25286, + 25299 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 22 }, "end": { - "line": 709, + "line": 705, "column": 35 } } @@ -59588,16 +59295,16 @@ "value": "text", "raw": "'text'", "range": [ - 25435, - 25441 + 25302, + 25308 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 38 }, "end": { - "line": 709, + "line": 705, "column": 44 } } @@ -59607,46 +59314,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 25444, - 25452 + 25311, + 25319 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 47 }, "end": { - "line": 709, + "line": 705, "column": 55 } } }, "range": [ - 25419, - 25452 + 25286, + 25319 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 22 }, "end": { - "line": 709, + "line": 705, "column": 55 } } }, "range": [ - 25409, - 25452 + 25276, + 25319 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 12 }, "end": { - "line": 709, + "line": 705, "column": 55 } } @@ -59654,16 +59361,16 @@ ], "kind": "let", "range": [ - 25405, - 25453 + 25272, + 25320 ], "loc": { "start": { - "line": 709, + "line": 705, "column": 8 }, "end": { - "line": 709, + "line": 705, "column": 56 } } @@ -59677,16 +59384,16 @@ "type": "Identifier", "name": "inp", "range": [ - 25466, - 25469 + 25333, + 25336 ], "loc": { "start": { - "line": 710, + "line": 706, "column": 12 }, "end": { - "line": 710, + "line": 706, "column": 15 } } @@ -59697,16 +59404,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 25472, - 25481 + 25339, + 25348 ], "loc": { "start": { - "line": 710, + "line": 706, "column": 18 }, "end": { - "line": 710, + "line": 706, "column": 27 } } @@ -59716,16 +59423,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 25482, - 25487 + 25349, + 25354 ], "loc": { "start": { - "line": 710, + "line": 706, "column": 28 }, "end": { - "line": 710, + "line": 706, "column": 33 } } @@ -59738,16 +59445,16 @@ "value": "id", "raw": "'id'", "range": [ - 25502, - 25506 + 25369, + 25373 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 13 }, "end": { - "line": 711, + "line": 707, "column": 17 } } @@ -59767,16 +59474,16 @@ "object": { "type": "ThisExpression", "range": [ - 25508, - 25512 + 25375, + 25379 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 19 }, "end": { - "line": 711, + "line": 707, "column": 23 } } @@ -59785,31 +59492,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 25513, - 25520 + 25380, + 25387 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 24 }, "end": { - "line": 711, + "line": 707, "column": 31 } } }, "range": [ - 25508, - 25520 + 25375, + 25387 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 19 }, "end": { - "line": 711, + "line": 707, "column": 31 } } @@ -59818,31 +59525,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25523, - 25531 + 25390, + 25398 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 34 }, "end": { - "line": 711, + "line": 707, "column": 42 } } }, "range": [ - 25508, - 25531 + 25375, + 25398 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 19 }, "end": { - "line": 711, + "line": 707, "column": 42 } } @@ -59852,31 +59559,31 @@ "value": "_", "raw": "'_'", "range": [ - 25534, - 25537 + 25401, + 25404 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 45 }, "end": { - "line": 711, + "line": 707, "column": 48 } } }, "range": [ - 25508, - 25537 + 25375, + 25404 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 19 }, "end": { - "line": 711, + "line": 707, "column": 48 } } @@ -59887,16 +59594,16 @@ "object": { "type": "ThisExpression", "range": [ - 25540, - 25544 + 25407, + 25411 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 51 }, "end": { - "line": 711, + "line": 707, "column": 55 } } @@ -59905,62 +59612,62 @@ "type": "Identifier", "name": "id", "range": [ - 25545, - 25547 + 25412, + 25414 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 56 }, "end": { - "line": 711, + "line": 707, "column": 58 } } }, "range": [ - 25540, - 25547 + 25407, + 25414 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 51 }, "end": { - "line": 711, + "line": 707, "column": 58 } } }, "range": [ - 25508, - 25547 + 25375, + 25414 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 19 }, "end": { - "line": 711, + "line": 707, "column": 58 } } } ], "range": [ - 25501, - 25548 + 25368, + 25415 ], "loc": { "start": { - "line": 711, + "line": 707, "column": 12 }, "end": { - "line": 711, + "line": 707, "column": 59 } } @@ -59973,16 +59680,16 @@ "value": "type", "raw": "'type'", "range": [ - 25563, - 25569 + 25430, + 25436 ], "loc": { "start": { - "line": 712, + "line": 708, "column": 13 }, "end": { - "line": 712, + "line": 708, "column": 19 } } @@ -59991,32 +59698,32 @@ "type": "Identifier", "name": "inptype", "range": [ - 25571, - 25578 + 25438, + 25445 ], "loc": { "start": { - "line": 712, + "line": 708, "column": 21 }, "end": { - "line": 712, + "line": 708, "column": 28 } } } ], "range": [ - 25562, - 25579 + 25429, + 25446 ], "loc": { "start": { - "line": 712, + "line": 708, "column": 12 }, "end": { - "line": 712, + "line": 708, "column": 29 } } @@ -60029,16 +59736,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 25582, - 25586 + 25449, + 25453 ], "loc": { "start": { - "line": 712, + "line": 708, "column": 32 }, "end": { - "line": 712, + "line": 708, "column": 36 } } @@ -60047,63 +59754,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25588, - 25596 + 25455, + 25463 ], "loc": { "start": { - "line": 712, + "line": 708, "column": 38 }, "end": { - "line": 712, + "line": 708, "column": 46 } } } ], "range": [ - 25581, - 25597 + 25448, + 25464 ], "loc": { "start": { - "line": 712, + "line": 708, "column": 31 }, "end": { - "line": 712, + "line": 708, "column": 47 } } } ], "range": [ - 25472, - 25598 + 25339, + 25465 ], "loc": { "start": { - "line": 710, + "line": 706, "column": 18 }, "end": { - "line": 712, + "line": 708, "column": 48 } } }, "range": [ - 25466, - 25598 + 25333, + 25465 ], "loc": { "start": { - "line": 710, + "line": 706, "column": 12 }, "end": { - "line": 712, + "line": 708, "column": 48 } } @@ -60111,16 +59818,16 @@ ], "kind": "let", "range": [ - 25462, - 25599 + 25329, + 25466 ], "loc": { "start": { - "line": 710, + "line": 706, "column": 8 }, "end": { - "line": 712, + "line": 708, "column": 49 } } @@ -60137,16 +59844,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 25613, - 25620 + 25480, + 25487 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 12 }, "end": { - "line": 714, + "line": 710, "column": 19 } } @@ -60156,31 +59863,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 25625, - 25633 + 25492, + 25500 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 24 }, "end": { - "line": 714, + "line": 710, "column": 32 } } }, "range": [ - 25613, - 25633 + 25480, + 25500 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 12 }, "end": { - "line": 714, + "line": 710, "column": 32 } } @@ -60191,16 +59898,16 @@ "object": { "type": "ThisExpression", "range": [ - 25637, - 25641 + 25504, + 25508 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 36 }, "end": { - "line": 714, + "line": 710, "column": 40 } } @@ -60209,46 +59916,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 25642, - 25651 + 25509, + 25518 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 41 }, "end": { - "line": 714, + "line": 710, "column": 50 } } }, "range": [ - 25637, - 25651 + 25504, + 25518 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 36 }, "end": { - "line": 714, + "line": 710, "column": 50 } } }, "range": [ - 25613, - 25651 + 25480, + 25518 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 12 }, "end": { - "line": 714, + "line": 710, "column": 50 } } @@ -60267,16 +59974,16 @@ "type": "Identifier", "name": "inp", "range": [ - 25667, - 25670 + 25534, + 25537 ], "loc": { "start": { - "line": 715, + "line": 711, "column": 12 }, "end": { - "line": 715, + "line": 711, "column": 15 } } @@ -60285,31 +59992,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 25671, - 25683 + 25538, + 25550 ], "loc": { "start": { - "line": 715, + "line": 711, "column": 16 }, "end": { - "line": 715, + "line": 711, "column": 28 } } }, "range": [ - 25667, - 25683 + 25534, + 25550 ], "loc": { "start": { - "line": 715, + "line": 711, "column": 12 }, "end": { - "line": 715, + "line": 711, "column": 28 } } @@ -60320,16 +60027,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 25684, - 25697 + 25551, + 25564 ], "loc": { "start": { - "line": 715, + "line": 711, "column": 29 }, "end": { - "line": 715, + "line": 711, "column": 42 } } @@ -60342,16 +60049,16 @@ "object": { "type": "ThisExpression", "range": [ - 25715, - 25719 + 25582, + 25586 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 16 }, "end": { - "line": 716, + "line": 712, "column": 20 } } @@ -60360,31 +60067,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 25720, - 25736 + 25587, + 25603 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 21 }, "end": { - "line": 716, + "line": 712, "column": 37 } } }, "range": [ - 25715, - 25736 + 25582, + 25603 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 16 }, "end": { - "line": 716, + "line": 712, "column": 37 } } @@ -60401,16 +60108,16 @@ "object": { "type": "ThisExpression", "range": [ - 25740, - 25744 + 25607, + 25611 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 41 }, "end": { - "line": 716, + "line": 712, "column": 45 } } @@ -60419,31 +60126,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 25745, - 25754 + 25612, + 25621 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 46 }, "end": { - "line": 716, + "line": 712, "column": 55 } } }, "range": [ - 25740, - 25754 + 25607, + 25621 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 41 }, "end": { - "line": 716, + "line": 712, "column": 55 } } @@ -60452,31 +60159,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 25755, - 25763 + 25622, + 25630 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 56 }, "end": { - "line": 716, + "line": 712, "column": 64 } } }, "range": [ - 25740, - 25764 + 25607, + 25631 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 41 }, "end": { - "line": 716, + "line": 712, "column": 65 } } @@ -60486,31 +60193,31 @@ "value": "", "raw": "''", "range": [ - 25768, - 25770 + 25635, + 25637 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 69 }, "end": { - "line": 716, + "line": 712, "column": 71 } } }, "range": [ - 25740, - 25770 + 25607, + 25637 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 41 }, "end": { - "line": 716, + "line": 712, "column": 71 } } @@ -60521,16 +60228,16 @@ "object": { "type": "ThisExpression", "range": [ - 25794, - 25798 + 25661, + 25665 ], "loc": { "start": { - "line": 717, + "line": 713, "column": 20 }, "end": { - "line": 717, + "line": 713, "column": 24 } } @@ -60539,109 +60246,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 25799, - 25808 + 25666, + 25675 ], "loc": { "start": { - "line": 717, + "line": 713, "column": 25 }, "end": { - "line": 717, + "line": 713, "column": 34 } } }, "range": [ - 25794, - 25808 + 25661, + 25675 ], "loc": { "start": { - "line": 717, + "line": 713, "column": 20 }, "end": { - "line": 717, + "line": 713, "column": 34 } } }, "range": [ - 25715, - 25808 + 25582, + 25675 ], "loc": { "start": { - "line": 716, + "line": 712, "column": 16 }, "end": { - "line": 717, + "line": 713, "column": 34 } } } ], "range": [ - 25667, - 25822 + 25534, + 25689 ], "loc": { "start": { - "line": 715, + "line": 711, "column": 12 }, "end": { - "line": 718, + "line": 714, "column": 13 } } }, "range": [ - 25667, - 25823 + 25534, + 25690 ], "loc": { "start": { - "line": 715, + "line": 711, "column": 12 }, "end": { - "line": 718, + "line": 714, "column": 14 } } } ], "range": [ - 25653, - 25833 + 25520, + 25700 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 52 }, "end": { - "line": 719, + "line": 715, "column": 9 } } }, "alternate": null, "range": [ - 25609, - 25833 + 25476, + 25700 ], "loc": { "start": { - "line": 714, + "line": 710, "column": 8 }, "end": { - "line": 719, + "line": 715, "column": 9 } } @@ -60658,16 +60365,16 @@ "type": "Identifier", "name": "inp", "range": [ - 25842, - 25845 + 25709, + 25712 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 8 }, "end": { - "line": 720, + "line": 716, "column": 11 } } @@ -60676,31 +60383,31 @@ "type": "Identifier", "name": "className", "range": [ - 25846, - 25855 + 25713, + 25722 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 12 }, "end": { - "line": 720, + "line": 716, "column": 21 } } }, "range": [ - 25842, - 25855 + 25709, + 25722 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 8 }, "end": { - "line": 720, + "line": 716, "column": 21 } } @@ -60712,16 +60419,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 25858, - 25866 + 25725, + 25733 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 24 }, "end": { - "line": 720, + "line": 716, "column": 32 } } @@ -60732,16 +60439,16 @@ "object": { "type": "ThisExpression", "range": [ - 25870, - 25874 + 25737, + 25741 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 36 }, "end": { - "line": 720, + "line": 716, "column": 40 } } @@ -60750,76 +60457,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 25875, - 25886 + 25742, + 25753 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 41 }, "end": { - "line": 720, + "line": 716, "column": 52 } } }, "range": [ - 25870, - 25886 + 25737, + 25753 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 36 }, "end": { - "line": 720, + "line": 716, "column": 52 } } }, "range": [ - 25858, - 25886 + 25725, + 25753 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 24 }, "end": { - "line": 720, + "line": 716, "column": 52 } } }, "range": [ - 25842, - 25886 + 25709, + 25753 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 8 }, "end": { - "line": 720, + "line": 716, "column": 52 } } }, "range": [ - 25842, - 25887 + 25709, + 25754 ], "loc": { "start": { - "line": 720, + "line": 716, "column": 8 }, "end": { - "line": 720, + "line": 716, "column": 53 } } @@ -60835,16 +60542,16 @@ "type": "Identifier", "name": "Event", "range": [ - 25896, - 25901 + 25763, + 25768 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 8 }, "end": { - "line": 721, + "line": 717, "column": 13 } } @@ -60853,31 +60560,31 @@ "type": "Identifier", "name": "add", "range": [ - 25902, - 25905 + 25769, + 25772 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 14 }, "end": { - "line": 721, + "line": 717, "column": 17 } } }, "range": [ - 25896, - 25905 + 25763, + 25772 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 8 }, "end": { - "line": 721, + "line": 717, "column": 17 } } @@ -60887,16 +60594,16 @@ "type": "Identifier", "name": "inp", "range": [ - 25906, - 25909 + 25773, + 25776 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 18 }, "end": { - "line": 721, + "line": 717, "column": 21 } } @@ -60906,16 +60613,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 25911, - 25918 + 25778, + 25785 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 23 }, "end": { - "line": 721, + "line": 717, "column": 30 } } @@ -60928,16 +60635,16 @@ "type": "Identifier", "name": "evt", "range": [ - 25921, - 25924 + 25788, + 25791 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 33 }, "end": { - "line": 721, + "line": 717, "column": 36 } } @@ -60951,16 +60658,16 @@ "object": { "type": "ThisExpression", "range": [ - 25929, - 25933 + 25796, + 25800 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 41 }, "end": { - "line": 721, + "line": 717, "column": 45 } } @@ -60969,31 +60676,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 25934, - 25944 + 25801, + 25811 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 46 }, "end": { - "line": 721, + "line": 717, "column": 56 } } }, "range": [ - 25929, - 25944 + 25796, + 25811 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 41 }, "end": { - "line": 721, + "line": 717, "column": 56 } } @@ -61003,32 +60710,32 @@ "type": "Identifier", "name": "evt", "range": [ - 25945, - 25948 + 25812, + 25815 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 57 }, "end": { - "line": 721, + "line": 717, "column": 60 } } } ], "range": [ - 25929, - 25949 + 25796, + 25816 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 41 }, "end": { - "line": 721, + "line": 717, "column": 61 } } @@ -61036,47 +60743,47 @@ "generator": false, "expression": true, "range": [ - 25920, - 25949 + 25787, + 25816 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 32 }, "end": { - "line": 721, + "line": 717, "column": 61 } } } ], "range": [ - 25896, - 25950 + 25763, + 25817 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 8 }, "end": { - "line": 721, + "line": 717, "column": 62 } } }, "range": [ - 25896, - 25951 + 25763, + 25818 ], "loc": { "start": { - "line": 721, + "line": 717, "column": 8 }, "end": { - "line": 721, + "line": 717, "column": 63 } }, @@ -61085,16 +60792,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 25961, - 25999 + 25828, + 25866 ], "loc": { "start": { - "line": 723, + "line": 719, "column": 8 }, "end": { - "line": 723, + "line": 719, "column": 46 } } @@ -61107,16 +60814,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 26012, - 26028 + 25879, + 25895 ], "loc": { "start": { - "line": 724, + "line": 720, "column": 12 }, "end": { - "line": 724, + "line": 720, "column": 28 } } @@ -61137,16 +60844,16 @@ "type": "Identifier", "name": "elm", "range": [ - 26044, - 26047 + 25911, + 25914 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 12 }, "end": { - "line": 725, + "line": 721, "column": 15 } } @@ -61156,32 +60863,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 26048, - 26064 + 25915, + 25931 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 16 }, "end": { - "line": 725, + "line": 721, "column": 32 } } } ], "range": [ - 26044, - 26065 + 25911, + 25932 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 12 }, "end": { - "line": 725, + "line": 721, "column": 33 } } @@ -61190,31 +60897,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 26066, - 26077 + 25933, + 25944 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 34 }, "end": { - "line": 725, + "line": 721, "column": 45 } } }, "range": [ - 26044, - 26077 + 25911, + 25944 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 12 }, "end": { - "line": 725, + "line": 721, "column": 45 } } @@ -61224,47 +60931,47 @@ "type": "Identifier", "name": "inp", "range": [ - 26078, - 26081 + 25945, + 25948 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 46 }, "end": { - "line": 725, + "line": 721, "column": 49 } } } ], "range": [ - 26044, - 26082 + 25911, + 25949 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 12 }, "end": { - "line": 725, + "line": 721, "column": 50 } } }, "range": [ - 26044, - 26083 + 25911, + 25950 ], "loc": { "start": { - "line": 725, + "line": 721, "column": 12 }, "end": { - "line": 725, + "line": 721, "column": 51 } } @@ -61282,16 +60989,16 @@ "object": { "type": "ThisExpression", "range": [ - 26096, - 26100 + 25963, + 25967 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 12 }, "end": { - "line": 726, + "line": 722, "column": 16 } } @@ -61300,31 +61007,31 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 26101, - 26115 + 25968, + 25982 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 17 }, "end": { - "line": 726, + "line": 722, "column": 31 } } }, "range": [ - 26096, - 26115 + 25963, + 25982 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 12 }, "end": { - "line": 726, + "line": 722, "column": 31 } } @@ -61333,31 +61040,31 @@ "type": "Identifier", "name": "push", "range": [ - 26116, - 26120 + 25983, + 25987 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 32 }, "end": { - "line": 726, + "line": 722, "column": 36 } } }, "range": [ - 26096, - 26120 + 25963, + 25987 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 12 }, "end": { - "line": 726, + "line": 722, "column": 36 } } @@ -61367,63 +61074,63 @@ "type": "Identifier", "name": "inp", "range": [ - 26121, - 26124 + 25988, + 25991 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 37 }, "end": { - "line": 726, + "line": 722, "column": 40 } } } ], "range": [ - 26096, - 26125 + 25963, + 25992 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 12 }, "end": { - "line": 726, + "line": 722, "column": 41 } } }, "range": [ - 26096, - 26126 + 25963, + 25993 ], "loc": { "start": { - "line": 726, + "line": 722, "column": 12 }, "end": { - "line": 726, + "line": 722, "column": 42 } } } ], "range": [ - 26030, - 26136 + 25897, + 26003 ], "loc": { "start": { - "line": 724, + "line": 720, "column": 30 }, "end": { - "line": 727, + "line": 723, "column": 9 } } @@ -61442,16 +61149,16 @@ "type": "Identifier", "name": "container", "range": [ - 26156, - 26165 + 26023, + 26032 ], "loc": { "start": { - "line": 728, + "line": 724, "column": 12 }, "end": { - "line": 728, + "line": 724, "column": 21 } } @@ -61460,31 +61167,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 26166, - 26177 + 26033, + 26044 ], "loc": { "start": { - "line": 728, + "line": 724, "column": 22 }, "end": { - "line": 728, + "line": 724, "column": 33 } } }, "range": [ - 26156, - 26177 + 26023, + 26044 ], "loc": { "start": { - "line": 728, + "line": 724, "column": 12 }, "end": { - "line": 728, + "line": 724, "column": 33 } } @@ -61494,78 +61201,78 @@ "type": "Identifier", "name": "inp", "range": [ - 26178, - 26181 + 26045, + 26048 ], "loc": { "start": { - "line": 728, + "line": 724, "column": 34 }, "end": { - "line": 728, + "line": 724, "column": 37 } } } ], "range": [ - 26156, - 26182 + 26023, + 26049 ], "loc": { "start": { - "line": 728, + "line": 724, "column": 12 }, "end": { - "line": 728, + "line": 724, "column": 38 } } }, "range": [ - 26156, - 26183 + 26023, + 26050 ], "loc": { "start": { - "line": 728, + "line": 724, "column": 12 }, "end": { - "line": 728, + "line": 724, "column": 39 } } } ], "range": [ - 26142, - 26193 + 26009, + 26060 ], "loc": { "start": { - "line": 727, + "line": 723, "column": 15 }, "end": { - "line": 729, + "line": 725, "column": 9 } } }, "range": [ - 26008, - 26193 + 25875, + 26060 ], "loc": { "start": { - "line": 724, + "line": 720, "column": 8 }, "end": { - "line": 729, + "line": 725, "column": 9 } }, @@ -61574,16 +61281,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 25961, - 25999 + 25828, + 25866 ], "loc": { "start": { - "line": 723, + "line": 719, "column": 8 }, "end": { - "line": 723, + "line": 719, "column": 46 } } @@ -61603,16 +61310,16 @@ "object": { "type": "ThisExpression", "range": [ - 26203, - 26207 + 26070, + 26074 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 8 }, "end": { - "line": 731, + "line": 727, "column": 12 } } @@ -61621,31 +61328,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 26208, - 26214 + 26075, + 26081 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 13 }, "end": { - "line": 731, + "line": 727, "column": 19 } } }, "range": [ - 26203, - 26214 + 26070, + 26081 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 8 }, "end": { - "line": 731, + "line": 727, "column": 19 } } @@ -61654,31 +61361,31 @@ "type": "Identifier", "name": "push", "range": [ - 26215, - 26219 + 26082, + 26086 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 20 }, "end": { - "line": 731, + "line": 727, "column": 24 } } }, "range": [ - 26203, - 26219 + 26070, + 26086 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 8 }, "end": { - "line": 731, + "line": 727, "column": 24 } } @@ -61691,16 +61398,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26220, - 26223 + 26087, + 26090 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 25 }, "end": { - "line": 731, + "line": 727, "column": 28 } } @@ -61709,62 +61416,62 @@ "type": "Identifier", "name": "id", "range": [ - 26224, - 26226 + 26091, + 26093 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 29 }, "end": { - "line": 731, + "line": 727, "column": 31 } } }, "range": [ - 26220, - 26226 + 26087, + 26093 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 25 }, "end": { - "line": 731, + "line": 727, "column": 31 } } } ], "range": [ - 26203, - 26227 + 26070, + 26094 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 8 }, "end": { - "line": 731, + "line": 727, "column": 32 } } }, "range": [ - 26203, - 26228 + 26070, + 26095 ], "loc": { "start": { - "line": 731, + "line": 727, "column": 8 }, "end": { - "line": 731, + "line": 727, "column": 33 } } @@ -61780,16 +61487,16 @@ "type": "Identifier", "name": "Event", "range": [ - 26238, - 26243 + 26105, + 26110 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 8 }, "end": { - "line": 733, + "line": 729, "column": 13 } } @@ -61798,31 +61505,31 @@ "type": "Identifier", "name": "add", "range": [ - 26244, - 26247 + 26111, + 26114 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 14 }, "end": { - "line": 733, + "line": 729, "column": 17 } } }, "range": [ - 26238, - 26247 + 26105, + 26114 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 8 }, "end": { - "line": 733, + "line": 729, "column": 17 } } @@ -61832,16 +61539,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26248, - 26251 + 26115, + 26118 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 18 }, "end": { - "line": 733, + "line": 729, "column": 21 } } @@ -61851,16 +61558,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 26253, - 26263 + 26120, + 26130 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 23 }, "end": { - "line": 733, + "line": 729, "column": 33 } } @@ -61873,16 +61580,16 @@ "type": "Identifier", "name": "evt", "range": [ - 26266, - 26269 + 26133, + 26136 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 36 }, "end": { - "line": 733, + "line": 729, "column": 39 } } @@ -61896,16 +61603,16 @@ "object": { "type": "ThisExpression", "range": [ - 26274, - 26278 + 26141, + 26145 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 44 }, "end": { - "line": 733, + "line": 729, "column": 48 } } @@ -61914,31 +61621,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 26279, - 26288 + 26146, + 26155 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 49 }, "end": { - "line": 733, + "line": 729, "column": 58 } } }, "range": [ - 26274, - 26288 + 26141, + 26155 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 44 }, "end": { - "line": 733, + "line": 729, "column": 58 } } @@ -61948,32 +61655,32 @@ "type": "Identifier", "name": "evt", "range": [ - 26289, - 26292 + 26156, + 26159 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 59 }, "end": { - "line": 733, + "line": 729, "column": 62 } } } ], "range": [ - 26274, - 26293 + 26141, + 26160 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 44 }, "end": { - "line": 733, + "line": 729, "column": 63 } } @@ -61981,47 +61688,47 @@ "generator": false, "expression": true, "range": [ - 26265, - 26293 + 26132, + 26160 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 35 }, "end": { - "line": 733, + "line": 729, "column": 63 } } } ], "range": [ - 26238, - 26294 + 26105, + 26161 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 8 }, "end": { - "line": 733, + "line": 729, "column": 64 } } }, "range": [ - 26238, - 26295 + 26105, + 26162 ], "loc": { "start": { - "line": 733, + "line": 729, "column": 8 }, "end": { - "line": 733, + "line": 729, "column": 65 } } @@ -62037,16 +61744,16 @@ "type": "Identifier", "name": "Event", "range": [ - 26304, - 26309 + 26171, + 26176 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 8 }, "end": { - "line": 734, + "line": 730, "column": 13 } } @@ -62055,31 +61762,31 @@ "type": "Identifier", "name": "add", "range": [ - 26310, - 26313 + 26177, + 26180 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 14 }, "end": { - "line": 734, + "line": 730, "column": 17 } } }, "range": [ - 26304, - 26313 + 26171, + 26180 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 8 }, "end": { - "line": 734, + "line": 730, "column": 17 } } @@ -62089,16 +61796,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26314, - 26317 + 26181, + 26184 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 18 }, "end": { - "line": 734, + "line": 730, "column": 21 } } @@ -62108,16 +61815,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 26319, - 26328 + 26186, + 26195 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 23 }, "end": { - "line": 734, + "line": 730, "column": 32 } } @@ -62134,16 +61841,16 @@ "object": { "type": "ThisExpression", "range": [ - 26336, - 26340 + 26203, + 26207 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 40 }, "end": { - "line": 734, + "line": 730, "column": 44 } } @@ -62152,47 +61859,47 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 26341, - 26350 + 26208, + 26217 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 45 }, "end": { - "line": 734, + "line": 730, "column": 54 } } }, "range": [ - 26336, - 26350 + 26203, + 26217 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 40 }, "end": { - "line": 734, + "line": 730, "column": 54 } } }, "arguments": [], "range": [ - 26336, - 26352 + 26203, + 26219 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 40 }, "end": { - "line": 734, + "line": 730, "column": 56 } } @@ -62200,47 +61907,47 @@ "generator": false, "expression": true, "range": [ - 26330, - 26352 + 26197, + 26219 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 34 }, "end": { - "line": 734, + "line": 730, "column": 56 } } } ], "range": [ - 26304, - 26353 + 26171, + 26220 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 8 }, "end": { - "line": 734, + "line": 730, "column": 57 } } }, "range": [ - 26304, - 26354 + 26171, + 26221 ], "loc": { "start": { - "line": 734, + "line": 730, "column": 8 }, "end": { - "line": 734, + "line": 730, "column": 58 } } @@ -62256,16 +61963,16 @@ "type": "Identifier", "name": "Event", "range": [ - 26363, - 26368 + 26230, + 26235 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 8 }, "end": { - "line": 735, + "line": 731, "column": 13 } } @@ -62274,31 +61981,31 @@ "type": "Identifier", "name": "add", "range": [ - 26369, - 26372 + 26236, + 26239 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 14 }, "end": { - "line": 735, + "line": 731, "column": 17 } } }, "range": [ - 26363, - 26372 + 26230, + 26239 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 8 }, "end": { - "line": 735, + "line": 731, "column": 17 } } @@ -62308,16 +62015,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26373, - 26376 + 26240, + 26243 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 18 }, "end": { - "line": 735, + "line": 731, "column": 21 } } @@ -62327,16 +62034,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 26378, - 26385 + 26245, + 26252 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 23 }, "end": { - "line": 735, + "line": 731, "column": 30 } } @@ -62349,16 +62056,16 @@ "type": "Identifier", "name": "evt", "range": [ - 26388, - 26391 + 26255, + 26258 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 33 }, "end": { - "line": 735, + "line": 731, "column": 36 } } @@ -62372,16 +62079,16 @@ "object": { "type": "ThisExpression", "range": [ - 26396, - 26400 + 26263, + 26267 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 41 }, "end": { - "line": 735, + "line": 731, "column": 45 } } @@ -62390,31 +62097,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 26401, - 26408 + 26268, + 26275 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 46 }, "end": { - "line": 735, + "line": 731, "column": 53 } } }, "range": [ - 26396, - 26408 + 26263, + 26275 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 41 }, "end": { - "line": 735, + "line": 731, "column": 53 } } @@ -62424,32 +62131,32 @@ "type": "Identifier", "name": "evt", "range": [ - 26409, - 26412 + 26276, + 26279 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 54 }, "end": { - "line": 735, + "line": 731, "column": 57 } } } ], "range": [ - 26396, - 26413 + 26263, + 26280 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 41 }, "end": { - "line": 735, + "line": 731, "column": 58 } } @@ -62457,47 +62164,47 @@ "generator": false, "expression": true, "range": [ - 26387, - 26413 + 26254, + 26280 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 32 }, "end": { - "line": 735, + "line": 731, "column": 58 } } } ], "range": [ - 26363, - 26414 + 26230, + 26281 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 8 }, "end": { - "line": 735, + "line": 731, "column": 59 } } }, "range": [ - 26363, - 26415 + 26230, + 26282 ], "loc": { "start": { - "line": 735, + "line": 731, "column": 8 }, "end": { - "line": 735, + "line": 731, "column": 60 } } @@ -62513,16 +62220,16 @@ "type": "Identifier", "name": "Event", "range": [ - 26424, - 26429 + 26291, + 26296 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 8 }, "end": { - "line": 736, + "line": 732, "column": 13 } } @@ -62531,31 +62238,31 @@ "type": "Identifier", "name": "add", "range": [ - 26430, - 26433 + 26297, + 26300 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 14 }, "end": { - "line": 736, + "line": 732, "column": 17 } } }, "range": [ - 26424, - 26433 + 26291, + 26300 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 8 }, "end": { - "line": 736, + "line": 732, "column": 17 } } @@ -62565,16 +62272,16 @@ "type": "Identifier", "name": "inp", "range": [ - 26434, - 26437 + 26301, + 26304 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 18 }, "end": { - "line": 736, + "line": 732, "column": 21 } } @@ -62584,16 +62291,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 26439, - 26445 + 26306, + 26312 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 23 }, "end": { - "line": 736, + "line": 732, "column": 29 } } @@ -62610,16 +62317,16 @@ "object": { "type": "ThisExpression", "range": [ - 26453, - 26457 + 26320, + 26324 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 37 }, "end": { - "line": 736, + "line": 732, "column": 41 } } @@ -62628,47 +62335,47 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 26458, - 26467 + 26325, + 26334 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 42 }, "end": { - "line": 736, + "line": 732, "column": 51 } } }, "range": [ - 26453, - 26467 + 26320, + 26334 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 37 }, "end": { - "line": 736, + "line": 732, "column": 51 } } }, "arguments": [], "range": [ - 26453, - 26469 + 26320, + 26336 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 37 }, "end": { - "line": 736, + "line": 732, "column": 53 } } @@ -62676,63 +62383,63 @@ "generator": false, "expression": true, "range": [ - 26447, - 26469 + 26314, + 26336 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 31 }, "end": { - "line": 736, + "line": 732, "column": 53 } } } ], "range": [ - 26424, - 26470 + 26291, + 26337 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 8 }, "end": { - "line": 736, + "line": 732, "column": 54 } } }, "range": [ - 26424, - 26471 + 26291, + 26338 ], "loc": { "start": { - "line": 736, + "line": 732, "column": 8 }, "end": { - "line": 736, + "line": 732, "column": 55 } } } ], "range": [ - 25242, - 26477 + 25109, + 26344 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 53 }, "end": { - "line": 737, + "line": 733, "column": 5 } } @@ -62740,16 +62447,16 @@ "generator": false, "expression": false, "range": [ - 25210, - 26477 + 25077, + 26344 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 21 }, "end": { - "line": 737, + "line": 733, "column": 5 } } @@ -62757,16 +62464,16 @@ "kind": "method", "computed": false, "range": [ - 25193, - 26477 + 25060, + 26344 ], "loc": { "start": { - "line": 705, + "line": 701, "column": 4 }, "end": { - "line": 737, + "line": 733, "column": 5 } }, @@ -62775,16 +62482,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": [ - 24969, - 25188 + 24836, + 25055 ], "loc": { "start": { - "line": 699, + "line": 695, "column": 4 }, "end": { - "line": 704, + "line": 700, "column": 7 } } @@ -62795,16 +62502,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 26483, - 26632 + 26350, + 26499 ], "loc": { "start": { - "line": 739, + "line": 735, "column": 4 }, "end": { - "line": 743, + "line": 739, "column": 7 } } @@ -62818,16 +62525,16 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 26637, - 26655 + 26504, + 26522 ], "loc": { "start": { - "line": 744, + "line": 740, "column": 4 }, "end": { - "line": 744, + "line": 740, "column": 22 } } @@ -62840,16 +62547,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26656, - 26664 + 26523, + 26531 ], "loc": { "start": { - "line": 744, + "line": 740, "column": 23 }, "end": { - "line": 744, + "line": 740, "column": 31 } } @@ -62858,16 +62565,16 @@ "type": "Identifier", "name": "container", "range": [ - 26666, - 26675 + 26533, + 26542 ], "loc": { "start": { - "line": 744, + "line": 740, "column": 33 }, "end": { - "line": 744, + "line": 740, "column": 42 } } @@ -62885,16 +62592,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 26691, - 26707 + 26558, + 26574 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 12 }, "end": { - "line": 745, + "line": 741, "column": 28 } } @@ -62907,16 +62614,16 @@ "object": { "type": "ThisExpression", "range": [ - 26710, - 26714 + 26577, + 26581 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 31 }, "end": { - "line": 745, + "line": 741, "column": 35 } } @@ -62925,31 +62632,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 26715, - 26728 + 26582, + 26595 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 36 }, "end": { - "line": 745, + "line": 741, "column": 49 } } }, "range": [ - 26710, - 26728 + 26577, + 26595 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 31 }, "end": { - "line": 745, + "line": 741, "column": 49 } } @@ -62963,16 +62670,16 @@ "object": { "type": "ThisExpression", "range": [ - 26743, - 26747 + 26610, + 26614 ], "loc": { "start": { - "line": 746, + "line": 742, "column": 12 }, "end": { - "line": 746, + "line": 742, "column": 16 } } @@ -62981,31 +62688,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 26748, - 26765 + 26615, + 26632 ], "loc": { "start": { - "line": 746, + "line": 742, "column": 17 }, "end": { - "line": 746, + "line": 742, "column": 34 } } }, "range": [ - 26743, - 26765 + 26610, + 26632 ], "loc": { "start": { - "line": 746, + "line": 742, "column": 12 }, "end": { - "line": 746, + "line": 742, "column": 34 } } @@ -63014,31 +62721,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26766, - 26774 + 26633, + 26641 ], "loc": { "start": { - "line": 746, + "line": 742, "column": 35 }, "end": { - "line": 746, + "line": 742, "column": 43 } } }, "range": [ - 26743, - 26775 + 26610, + 26642 ], "loc": { "start": { - "line": 746, + "line": 742, "column": 12 }, "end": { - "line": 746, + "line": 742, "column": 44 } } @@ -63048,46 +62755,46 @@ "value": null, "raw": "null", "range": [ - 26778, - 26782 + 26645, + 26649 ], "loc": { "start": { - "line": 746, + "line": 742, "column": 47 }, "end": { - "line": 746, + "line": 742, "column": 51 } } }, "range": [ - 26710, - 26782 + 26577, + 26649 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 31 }, "end": { - "line": 746, + "line": 742, "column": 51 } } }, "range": [ - 26691, - 26782 + 26558, + 26649 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 12 }, "end": { - "line": 746, + "line": 742, "column": 51 } } @@ -63095,16 +62802,16 @@ ], "kind": "let", "range": [ - 26687, - 26783 + 26554, + 26650 ], "loc": { "start": { - "line": 745, + "line": 741, "column": 8 }, "end": { - "line": 746, + "line": 742, "column": 52 } } @@ -63118,16 +62825,16 @@ "type": "Identifier", "name": "btn", "range": [ - 26796, - 26799 + 26663, + 26666 ], "loc": { "start": { - "line": 747, + "line": 743, "column": 12 }, "end": { - "line": 747, + "line": 743, "column": 15 } } @@ -63138,16 +62845,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 26802, - 26811 + 26669, + 26678 ], "loc": { "start": { - "line": 747, + "line": 743, "column": 18 }, "end": { - "line": 747, + "line": 743, "column": 27 } } @@ -63157,16 +62864,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 26812, - 26817 + 26679, + 26684 ], "loc": { "start": { - "line": 747, + "line": 743, "column": 28 }, "end": { - "line": 747, + "line": 743, "column": 33 } } @@ -63179,16 +62886,16 @@ "value": "id", "raw": "'id'", "range": [ - 26832, - 26836 + 26699, + 26703 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 13 }, "end": { - "line": 748, + "line": 744, "column": 17 } } @@ -63208,16 +62915,16 @@ "object": { "type": "ThisExpression", "range": [ - 26838, - 26842 + 26705, + 26709 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 19 }, "end": { - "line": 748, + "line": 744, "column": 23 } } @@ -63226,31 +62933,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 26843, - 26856 + 26710, + 26723 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 24 }, "end": { - "line": 748, + "line": 744, "column": 37 } } }, "range": [ - 26838, - 26856 + 26705, + 26723 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 19 }, "end": { - "line": 748, + "line": 744, "column": 37 } } @@ -63259,31 +62966,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 26859, - 26867 + 26726, + 26734 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 40 }, "end": { - "line": 748, + "line": 744, "column": 48 } } }, "range": [ - 26838, - 26867 + 26705, + 26734 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 19 }, "end": { - "line": 748, + "line": 744, "column": 48 } } @@ -63293,31 +63000,31 @@ "value": "_", "raw": "'_'", "range": [ - 26870, - 26873 + 26737, + 26740 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 51 }, "end": { - "line": 748, + "line": 744, "column": 54 } } }, "range": [ - 26838, - 26873 + 26705, + 26740 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 19 }, "end": { - "line": 748, + "line": 744, "column": 54 } } @@ -63328,16 +63035,16 @@ "object": { "type": "ThisExpression", "range": [ - 26876, - 26880 + 26743, + 26747 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 57 }, "end": { - "line": 748, + "line": 744, "column": 61 } } @@ -63346,62 +63053,62 @@ "type": "Identifier", "name": "id", "range": [ - 26881, - 26883 + 26748, + 26750 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 62 }, "end": { - "line": 748, + "line": 744, "column": 64 } } }, "range": [ - 26876, - 26883 + 26743, + 26750 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 57 }, "end": { - "line": 748, + "line": 744, "column": 64 } } }, "range": [ - 26838, - 26883 + 26705, + 26750 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 19 }, "end": { - "line": 748, + "line": 744, "column": 64 } } } ], "range": [ - 26831, - 26884 + 26698, + 26751 ], "loc": { "start": { - "line": 748, + "line": 744, "column": 12 }, "end": { - "line": 748, + "line": 744, "column": 65 } } @@ -63414,16 +63121,16 @@ "value": "type", "raw": "'type'", "range": [ - 26899, - 26905 + 26766, + 26772 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 13 }, "end": { - "line": 749, + "line": 745, "column": 19 } } @@ -63433,32 +63140,32 @@ "value": "button", "raw": "'button'", "range": [ - 26907, - 26915 + 26774, + 26782 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 21 }, "end": { - "line": 749, + "line": 745, "column": 29 } } } ], "range": [ - 26898, - 26916 + 26765, + 26783 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 12 }, "end": { - "line": 749, + "line": 745, "column": 30 } } @@ -63471,16 +63178,16 @@ "value": "value", "raw": "'value'", "range": [ - 26919, - 26926 + 26786, + 26793 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 33 }, "end": { - "line": 749, + "line": 745, "column": 40 } } @@ -63491,16 +63198,16 @@ "object": { "type": "ThisExpression", "range": [ - 26928, - 26932 + 26795, + 26799 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 42 }, "end": { - "line": 749, + "line": 745, "column": 46 } } @@ -63509,78 +63216,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 26933, - 26940 + 26800, + 26807 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 47 }, "end": { - "line": 749, + "line": 745, "column": 54 } } }, "range": [ - 26928, - 26940 + 26795, + 26807 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 42 }, "end": { - "line": 749, + "line": 745, "column": 54 } } } ], "range": [ - 26918, - 26941 + 26785, + 26808 ], "loc": { "start": { - "line": 749, + "line": 745, "column": 32 }, "end": { - "line": 749, + "line": 745, "column": 55 } } } ], "range": [ - 26802, - 26942 + 26669, + 26809 ], "loc": { "start": { - "line": 747, + "line": 743, "column": 18 }, "end": { - "line": 749, + "line": 745, "column": 56 } } }, "range": [ - 26796, - 26942 + 26663, + 26809 ], "loc": { "start": { - "line": 747, + "line": 743, "column": 12 }, "end": { - "line": 749, + "line": 745, "column": 56 } } @@ -63588,16 +63295,16 @@ ], "kind": "let", "range": [ - 26792, - 26943 + 26659, + 26810 ], "loc": { "start": { - "line": 747, + "line": 743, "column": 8 }, "end": { - "line": 749, + "line": 745, "column": 57 } } @@ -63614,16 +63321,16 @@ "type": "Identifier", "name": "btn", "range": [ - 26952, - 26955 + 26819, + 26822 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 8 }, "end": { - "line": 750, + "line": 746, "column": 11 } } @@ -63632,31 +63339,31 @@ "type": "Identifier", "name": "className", "range": [ - 26956, - 26965 + 26823, + 26832 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 12 }, "end": { - "line": 750, + "line": 746, "column": 21 } } }, "range": [ - 26952, - 26965 + 26819, + 26832 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 8 }, "end": { - "line": 750, + "line": 746, "column": 21 } } @@ -63667,16 +63374,16 @@ "object": { "type": "ThisExpression", "range": [ - 26968, - 26972 + 26835, + 26839 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 24 }, "end": { - "line": 750, + "line": 746, "column": 28 } } @@ -63685,61 +63392,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 26973, - 26984 + 26840, + 26851 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 29 }, "end": { - "line": 750, + "line": 746, "column": 40 } } }, "range": [ - 26968, - 26984 + 26835, + 26851 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 24 }, "end": { - "line": 750, + "line": 746, "column": 40 } } }, "range": [ - 26952, - 26984 + 26819, + 26851 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 8 }, "end": { - "line": 750, + "line": 746, "column": 40 } } }, "range": [ - 26952, - 26985 + 26819, + 26852 ], "loc": { "start": { - "line": 750, + "line": 746, "column": 8 }, "end": { - "line": 750, + "line": 746, "column": 41 } }, @@ -63748,16 +63455,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 26995, - 27033 + 26862, + 26900 ], "loc": { "start": { - "line": 752, + "line": 748, "column": 8 }, "end": { - "line": 752, + "line": 748, "column": 46 } } @@ -63770,16 +63477,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 27046, - 27062 + 26913, + 26929 ], "loc": { "start": { - "line": 753, + "line": 749, "column": 12 }, "end": { - "line": 753, + "line": 749, "column": 28 } } @@ -63800,16 +63507,16 @@ "type": "Identifier", "name": "elm", "range": [ - 27078, - 27081 + 26945, + 26948 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 12 }, "end": { - "line": 754, + "line": 750, "column": 15 } } @@ -63819,32 +63526,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 27082, - 27098 + 26949, + 26965 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 16 }, "end": { - "line": 754, + "line": 750, "column": 32 } } } ], "range": [ - 27078, - 27099 + 26945, + 26966 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 12 }, "end": { - "line": 754, + "line": 750, "column": 33 } } @@ -63853,31 +63560,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 27100, - 27111 + 26967, + 26978 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 34 }, "end": { - "line": 754, + "line": 750, "column": 45 } } }, "range": [ - 27078, - 27111 + 26945, + 26978 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 12 }, "end": { - "line": 754, + "line": 750, "column": 45 } } @@ -63887,63 +63594,63 @@ "type": "Identifier", "name": "btn", "range": [ - 27112, - 27115 + 26979, + 26982 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 46 }, "end": { - "line": 754, + "line": 750, "column": 49 } } } ], "range": [ - 27078, - 27116 + 26945, + 26983 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 12 }, "end": { - "line": 754, + "line": 750, "column": 50 } } }, "range": [ - 27078, - 27117 + 26945, + 26984 ], "loc": { "start": { - "line": 754, + "line": 750, "column": 12 }, "end": { - "line": 754, + "line": 750, "column": 51 } } } ], "range": [ - 27064, - 27127 + 26931, + 26994 ], "loc": { "start": { - "line": 753, + "line": 749, "column": 30 }, "end": { - "line": 755, + "line": 751, "column": 9 } } @@ -63962,16 +63669,16 @@ "type": "Identifier", "name": "container", "range": [ - 27147, - 27156 + 27014, + 27023 ], "loc": { "start": { - "line": 756, + "line": 752, "column": 12 }, "end": { - "line": 756, + "line": 752, "column": 21 } } @@ -63980,31 +63687,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 27157, - 27168 + 27024, + 27035 ], "loc": { "start": { - "line": 756, + "line": 752, "column": 22 }, "end": { - "line": 756, + "line": 752, "column": 33 } } }, "range": [ - 27147, - 27168 + 27014, + 27035 ], "loc": { "start": { - "line": 756, + "line": 752, "column": 12 }, "end": { - "line": 756, + "line": 752, "column": 33 } } @@ -64014,78 +63721,78 @@ "type": "Identifier", "name": "btn", "range": [ - 27169, - 27172 + 27036, + 27039 ], "loc": { "start": { - "line": 756, + "line": 752, "column": 34 }, "end": { - "line": 756, + "line": 752, "column": 37 } } } ], "range": [ - 27147, - 27173 + 27014, + 27040 ], "loc": { "start": { - "line": 756, + "line": 752, "column": 12 }, "end": { - "line": 756, + "line": 752, "column": 38 } } }, "range": [ - 27147, - 27174 + 27014, + 27041 ], "loc": { "start": { - "line": 756, + "line": 752, "column": 12 }, "end": { - "line": 756, + "line": 752, "column": 39 } } } ], "range": [ - 27133, - 27184 + 27000, + 27051 ], "loc": { "start": { - "line": 755, + "line": 751, "column": 15 }, "end": { - "line": 757, + "line": 753, "column": 9 } } }, "range": [ - 27042, - 27184 + 26909, + 27051 ], "loc": { "start": { - "line": 753, + "line": 749, "column": 8 }, "end": { - "line": 757, + "line": 753, "column": 9 } }, @@ -64094,16 +63801,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 26995, - 27033 + 26862, + 26900 ], "loc": { "start": { - "line": 752, + "line": 748, "column": 8 }, "end": { - "line": 752, + "line": 748, "column": 46 } } @@ -64121,16 +63828,16 @@ "type": "Identifier", "name": "Event", "range": [ - 27194, - 27199 + 27061, + 27066 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 8 }, "end": { - "line": 759, + "line": 755, "column": 13 } } @@ -64139,31 +63846,31 @@ "type": "Identifier", "name": "add", "range": [ - 27200, - 27203 + 27067, + 27070 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 14 }, "end": { - "line": 759, + "line": 755, "column": 17 } } }, "range": [ - 27194, - 27203 + 27061, + 27070 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 8 }, "end": { - "line": 759, + "line": 755, "column": 17 } } @@ -64173,16 +63880,16 @@ "type": "Identifier", "name": "btn", "range": [ - 27204, - 27207 + 27071, + 27074 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 18 }, "end": { - "line": 759, + "line": 755, "column": 21 } } @@ -64192,16 +63899,16 @@ "value": "click", "raw": "'click'", "range": [ - 27209, - 27216 + 27076, + 27083 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 23 }, "end": { - "line": 759, + "line": 755, "column": 30 } } @@ -64218,16 +63925,16 @@ "object": { "type": "ThisExpression", "range": [ - 27224, - 27228 + 27091, + 27095 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 38 }, "end": { - "line": 759, + "line": 755, "column": 42 } } @@ -64236,47 +63943,47 @@ "type": "Identifier", "name": "filter", "range": [ - 27229, - 27235 + 27096, + 27102 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 43 }, "end": { - "line": 759, + "line": 755, "column": 49 } } }, "range": [ - 27224, - 27235 + 27091, + 27102 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 38 }, "end": { - "line": 759, + "line": 755, "column": 49 } } }, "arguments": [], "range": [ - 27224, - 27237 + 27091, + 27104 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 38 }, "end": { - "line": 759, + "line": 755, "column": 51 } } @@ -64284,63 +63991,63 @@ "generator": false, "expression": true, "range": [ - 27218, - 27237 + 27085, + 27104 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 32 }, "end": { - "line": 759, + "line": 755, "column": 51 } } } ], "range": [ - 27194, - 27238 + 27061, + 27105 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 8 }, "end": { - "line": 759, + "line": 755, "column": 52 } } }, "range": [ - 27194, - 27239 + 27061, + 27106 ], "loc": { "start": { - "line": 759, + "line": 755, "column": 8 }, "end": { - "line": 759, + "line": 755, "column": 53 } } } ], "range": [ - 26677, - 27245 + 26544, + 27112 ], "loc": { "start": { - "line": 744, + "line": 740, "column": 44 }, "end": { - "line": 760, + "line": 756, "column": 5 } } @@ -64348,16 +64055,16 @@ "generator": false, "expression": false, "range": [ - 26655, - 27245 + 26522, + 27112 ], "loc": { "start": { - "line": 744, + "line": 740, "column": 22 }, "end": { - "line": 760, + "line": 756, "column": 5 } } @@ -64365,16 +64072,16 @@ "kind": "method", "computed": false, "range": [ - 26637, - 27245 + 26504, + 27112 ], "loc": { "start": { - "line": 744, + "line": 740, "column": 4 }, "end": { - "line": 760, + "line": 756, "column": 5 } }, @@ -64383,16 +64090,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 26483, - 26632 + 26350, + 26499 ], "loc": { "start": { - "line": 739, + "line": 735, "column": 4 }, "end": { - "line": 743, + "line": 739, "column": 7 } } @@ -64403,16 +64110,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": [ - 27251, - 27385 + 27118, + 27252 ], "loc": { "start": { - "line": 762, + "line": 758, "column": 4 }, "end": { - "line": 766, + "line": 762, "column": 7 } } @@ -64426,16 +64133,16 @@ "type": "Identifier", "name": "feature", "range": [ - 27390, - 27397 + 27257, + 27264 ], "loc": { "start": { - "line": 767, + "line": 763, "column": 4 }, "end": { - "line": 767, + "line": 763, "column": 11 } } @@ -64448,16 +64155,16 @@ "type": "Identifier", "name": "name", "range": [ - 27398, - 27402 + 27265, + 27269 ], "loc": { "start": { - "line": 767, + "line": 763, "column": 12 }, "end": { - "line": 767, + "line": 763, "column": 16 } } @@ -64477,16 +64184,16 @@ "object": { "type": "ThisExpression", "range": [ - 27421, - 27425 + 27288, + 27292 ], "loc": { "start": { - "line": 768, + "line": 764, "column": 15 }, "end": { - "line": 768, + "line": 764, "column": 19 } } @@ -64495,31 +64202,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 27426, - 27429 + 27293, + 27296 ], "loc": { "start": { - "line": 768, + "line": 764, "column": 20 }, "end": { - "line": 768, + "line": 764, "column": 23 } } }, "range": [ - 27421, - 27429 + 27288, + 27296 ], "loc": { "start": { - "line": 768, + "line": 764, "column": 15 }, "end": { - "line": 768, + "line": 764, "column": 23 } } @@ -64528,62 +64235,62 @@ "type": "Identifier", "name": "name", "range": [ - 27430, - 27434 + 27297, + 27301 ], "loc": { "start": { - "line": 768, + "line": 764, "column": 24 }, "end": { - "line": 768, + "line": 764, "column": 28 } } }, "range": [ - 27421, - 27435 + 27288, + 27302 ], "loc": { "start": { - "line": 768, + "line": 764, "column": 15 }, "end": { - "line": 768, + "line": 764, "column": 29 } } }, "range": [ - 27414, - 27436 + 27281, + 27303 ], "loc": { "start": { - "line": 768, + "line": 764, "column": 8 }, "end": { - "line": 768, + "line": 764, "column": 30 } } } ], "range": [ - 27404, - 27442 + 27271, + 27309 ], "loc": { "start": { - "line": 767, + "line": 763, "column": 18 }, "end": { - "line": 769, + "line": 765, "column": 5 } } @@ -64591,16 +64298,16 @@ "generator": false, "expression": false, "range": [ - 27397, - 27442 + 27264, + 27309 ], "loc": { "start": { - "line": 767, + "line": 763, "column": 11 }, "end": { - "line": 769, + "line": 765, "column": 5 } } @@ -64608,16 +64315,16 @@ "kind": "method", "computed": false, "range": [ - 27390, - 27442 + 27257, + 27309 ], "loc": { "start": { - "line": 767, + "line": 763, "column": 4 }, "end": { - "line": 769, + "line": 765, "column": 5 } }, @@ -64626,16 +64333,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": [ - 27251, - 27385 + 27118, + 27252 ], "loc": { "start": { - "line": 762, + "line": 758, "column": 4 }, "end": { - "line": 766, + "line": 762, "column": 7 } } @@ -64646,16 +64353,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 27448, - 27532 + 27315, + 27399 ], "loc": { "start": { - "line": 771, + "line": 767, "column": 4 }, "end": { - "line": 773, + "line": 769, "column": 7 } } @@ -64669,16 +64376,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 27537, - 27551 + 27404, + 27418 ], "loc": { "start": { - "line": 774, + "line": 770, "column": 4 }, "end": { - "line": 774, + "line": 770, "column": 18 } } @@ -64699,16 +64406,16 @@ "type": "Identifier", "name": "exts", "range": [ - 27568, - 27572 + 27435, + 27439 ], "loc": { "start": { - "line": 775, + "line": 771, "column": 12 }, "end": { - "line": 775, + "line": 771, "column": 16 } } @@ -64719,16 +64426,16 @@ "object": { "type": "ThisExpression", "range": [ - 27575, - 27579 + 27442, + 27446 ], "loc": { "start": { - "line": 775, + "line": 771, "column": 19 }, "end": { - "line": 775, + "line": 771, "column": 23 } } @@ -64737,46 +64444,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 27580, - 27590 + 27447, + 27457 ], "loc": { "start": { - "line": 775, + "line": 771, "column": 24 }, "end": { - "line": 775, + "line": 771, "column": 34 } } }, "range": [ - 27575, - 27590 + 27442, + 27457 ], "loc": { "start": { - "line": 775, + "line": 771, "column": 19 }, "end": { - "line": 775, + "line": 771, "column": 34 } } }, "range": [ - 27568, - 27590 + 27435, + 27457 ], "loc": { "start": { - "line": 775, + "line": 771, "column": 12 }, "end": { - "line": 775, + "line": 771, "column": 34 } } @@ -64784,16 +64491,16 @@ ], "kind": "let", "range": [ - 27564, - 27591 + 27431, + 27458 ], "loc": { "start": { - "line": 775, + "line": 771, "column": 8 }, "end": { - "line": 775, + "line": 771, "column": 35 } }, @@ -64802,16 +64509,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 27600, - 27653 + 27467, + 27520 ], "loc": { "start": { - "line": 776, + "line": 772, "column": 8 }, "end": { - "line": 776, + "line": 772, "column": 61 } } @@ -64827,16 +64534,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 27662, - 27685 + 27529, + 27552 ], "loc": { "start": { - "line": 777, + "line": 773, "column": 8 }, "end": { - "line": 777, + "line": 773, "column": 31 } } @@ -64847,16 +64554,16 @@ "object": { "type": "ThisExpression", "range": [ - 27688, - 27692 + 27555, + 27559 ], "loc": { "start": { - "line": 777, + "line": 773, "column": 34 }, "end": { - "line": 777, + "line": 773, "column": 38 } } @@ -64865,61 +64572,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 27693, - 27701 + 27560, + 27568 ], "loc": { "start": { - "line": 777, + "line": 773, "column": 39 }, "end": { - "line": 777, + "line": 773, "column": 47 } } }, "range": [ - 27688, - 27701 + 27555, + 27568 ], "loc": { "start": { - "line": 777, + "line": 773, "column": 34 }, "end": { - "line": 777, + "line": 773, "column": 47 } } }, "range": [ - 27662, - 27701 + 27529, + 27568 ], "loc": { "start": { - "line": 777, + "line": 773, "column": 8 }, "end": { - "line": 777, + "line": 773, "column": 47 } } }, "range": [ - 27662, - 27702 + 27529, + 27569 ], "loc": { "start": { - "line": 777, + "line": 773, "column": 8 }, "end": { - "line": 777, + "line": 773, "column": 48 } }, @@ -64928,16 +64635,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 27600, - 27653 + 27467, + 27520 ], "loc": { "start": { - "line": 776, + "line": 772, "column": 8 }, "end": { - "line": 776, + "line": 772, "column": 61 } } @@ -64957,16 +64664,16 @@ "object": { "type": "ThisExpression", "range": [ - 27712, - 27716 + 27579, + 27583 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 8 }, "end": { - "line": 779, + "line": 775, "column": 12 } } @@ -64975,31 +64682,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 27717, - 27724 + 27584, + 27591 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 13 }, "end": { - "line": 779, + "line": 775, "column": 20 } } }, "range": [ - 27712, - 27724 + 27579, + 27591 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 8 }, "end": { - "line": 779, + "line": 775, "column": 20 } } @@ -65008,31 +64715,31 @@ "type": "Identifier", "name": "emit", "range": [ - 27725, - 27729 + 27592, + 27596 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 21 }, "end": { - "line": 779, + "line": 775, "column": 25 } } }, "range": [ - 27712, - 27729 + 27579, + 27596 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 8 }, "end": { - "line": 779, + "line": 775, "column": 25 } } @@ -65043,16 +64750,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 27730, - 27757 + 27597, + 27624 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 26 }, "end": { - "line": 779, + "line": 775, "column": 53 } } @@ -65060,47 +64767,47 @@ { "type": "ThisExpression", "range": [ - 27759, - 27763 + 27626, + 27630 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 55 }, "end": { - "line": 779, + "line": 775, "column": 59 } } } ], "range": [ - 27712, - 27764 + 27579, + 27631 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 8 }, "end": { - "line": 779, + "line": 775, "column": 60 } } }, "range": [ - 27712, - 27765 + 27579, + 27632 ], "loc": { "start": { - "line": 779, + "line": 775, "column": 8 }, "end": { - "line": 779, + "line": 775, "column": 61 } } @@ -65116,16 +64823,16 @@ "type": "Identifier", "name": "i", "range": [ - 27783, - 27784 + 27650, + 27651 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 17 }, "end": { - "line": 780, + "line": 776, "column": 18 } } @@ -65135,31 +64842,31 @@ "value": 0, "raw": "0", "range": [ - 27787, - 27788 + 27654, + 27655 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 21 }, "end": { - "line": 780, + "line": 776, "column": 22 } } }, "range": [ - 27783, - 27788 + 27650, + 27655 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 17 }, "end": { - "line": 780, + "line": 776, "column": 22 } } @@ -65170,16 +64877,16 @@ "type": "Identifier", "name": "len", "range": [ - 27790, - 27793 + 27657, + 27660 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 24 }, "end": { - "line": 780, + "line": 776, "column": 27 } } @@ -65191,16 +64898,16 @@ "type": "Identifier", "name": "exts", "range": [ - 27796, - 27800 + 27663, + 27667 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 30 }, "end": { - "line": 780, + "line": 776, "column": 34 } } @@ -65209,46 +64916,46 @@ "type": "Identifier", "name": "length", "range": [ - 27801, - 27807 + 27668, + 27674 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 35 }, "end": { - "line": 780, + "line": 776, "column": 41 } } }, "range": [ - 27796, - 27807 + 27663, + 27674 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 30 }, "end": { - "line": 780, + "line": 776, "column": 41 } } }, "range": [ - 27790, - 27807 + 27657, + 27674 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 24 }, "end": { - "line": 780, + "line": 776, "column": 41 } } @@ -65256,16 +64963,16 @@ ], "kind": "let", "range": [ - 27779, - 27807 + 27646, + 27674 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 13 }, "end": { - "line": 780, + "line": 776, "column": 41 } } @@ -65277,16 +64984,16 @@ "type": "Identifier", "name": "i", "range": [ - 27809, - 27810 + 27676, + 27677 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 43 }, "end": { - "line": 780, + "line": 776, "column": 44 } } @@ -65295,31 +65002,31 @@ "type": "Identifier", "name": "len", "range": [ - 27813, - 27816 + 27680, + 27683 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 47 }, "end": { - "line": 780, + "line": 776, "column": 50 } } }, "range": [ - 27809, - 27816 + 27676, + 27683 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 43 }, "end": { - "line": 780, + "line": 776, "column": 50 } } @@ -65331,32 +65038,32 @@ "type": "Identifier", "name": "i", "range": [ - 27818, - 27819 + 27685, + 27686 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 52 }, "end": { - "line": 780, + "line": 776, "column": 53 } } }, "prefix": false, "range": [ - 27818, - 27821 + 27685, + 27688 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 52 }, "end": { - "line": 780, + "line": 776, "column": 55 } } @@ -65373,16 +65080,16 @@ "type": "Identifier", "name": "ext", "range": [ - 27841, - 27844 + 27708, + 27711 ], "loc": { "start": { - "line": 781, + "line": 777, "column": 16 }, "end": { - "line": 781, + "line": 777, "column": 19 } } @@ -65394,16 +65101,16 @@ "type": "Identifier", "name": "exts", "range": [ - 27847, - 27851 + 27714, + 27718 ], "loc": { "start": { - "line": 781, + "line": 777, "column": 22 }, "end": { - "line": 781, + "line": 777, "column": 26 } } @@ -65412,46 +65119,46 @@ "type": "Identifier", "name": "i", "range": [ - 27852, - 27853 + 27719, + 27720 ], "loc": { "start": { - "line": 781, + "line": 777, "column": 27 }, "end": { - "line": 781, + "line": 777, "column": 28 } } }, "range": [ - 27847, - 27854 + 27714, + 27721 ], "loc": { "start": { - "line": 781, + "line": 777, "column": 22 }, "end": { - "line": 781, + "line": 777, "column": 29 } } }, "range": [ - 27841, - 27854 + 27708, + 27721 ], "loc": { "start": { - "line": 781, + "line": 777, "column": 16 }, "end": { - "line": 781, + "line": 777, "column": 29 } } @@ -65459,16 +65166,16 @@ ], "kind": "let", "range": [ - 27837, - 27855 + 27704, + 27722 ], "loc": { "start": { - "line": 781, + "line": 777, "column": 12 }, "end": { - "line": 781, + "line": 777, "column": 30 } } @@ -65487,16 +65194,16 @@ "object": { "type": "ThisExpression", "range": [ - 27873, - 27877 + 27740, + 27744 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 17 }, "end": { - "line": 782, + "line": 778, "column": 21 } } @@ -65505,31 +65212,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 27878, - 27889 + 27745, + 27756 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 22 }, "end": { - "line": 782, + "line": 778, "column": 33 } } }, "range": [ - 27873, - 27889 + 27740, + 27756 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 17 }, "end": { - "line": 782, + "line": 778, "column": 33 } } @@ -65541,16 +65248,16 @@ "type": "Identifier", "name": "ext", "range": [ - 27890, - 27893 + 27757, + 27760 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 34 }, "end": { - "line": 782, + "line": 778, "column": 37 } } @@ -65559,62 +65266,62 @@ "type": "Identifier", "name": "name", "range": [ - 27894, - 27898 + 27761, + 27765 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 38 }, "end": { - "line": 782, + "line": 778, "column": 42 } } }, "range": [ - 27890, - 27898 + 27757, + 27765 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 34 }, "end": { - "line": 782, + "line": 778, "column": 42 } } }, "range": [ - 27873, - 27899 + 27740, + 27766 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 17 }, "end": { - "line": 782, + "line": 778, "column": 43 } } }, "prefix": true, "range": [ - 27872, - 27899 + 27739, + 27766 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 16 }, "end": { - "line": 782, + "line": 778, "column": 43 } } @@ -65632,16 +65339,16 @@ "object": { "type": "ThisExpression", "range": [ - 27919, - 27923 + 27786, + 27790 ], "loc": { "start": { - "line": 783, + "line": 779, "column": 16 }, "end": { - "line": 783, + "line": 779, "column": 20 } } @@ -65650,31 +65357,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 27924, - 27937 + 27791, + 27804 ], "loc": { "start": { - "line": 783, + "line": 779, "column": 21 }, "end": { - "line": 783, + "line": 779, "column": 34 } } }, "range": [ - 27919, - 27937 + 27786, + 27804 ], "loc": { "start": { - "line": 783, + "line": 779, "column": 16 }, "end": { - "line": 783, + "line": 779, "column": 34 } } @@ -65684,110 +65391,110 @@ "type": "Identifier", "name": "ext", "range": [ - 27938, - 27941 + 27805, + 27808 ], "loc": { "start": { - "line": 783, + "line": 779, "column": 35 }, "end": { - "line": 783, + "line": 779, "column": 38 } } } ], "range": [ - 27919, - 27942 + 27786, + 27809 ], "loc": { "start": { - "line": 783, + "line": 779, "column": 16 }, "end": { - "line": 783, + "line": 779, "column": 39 } } }, "range": [ - 27919, - 27943 + 27786, + 27810 ], "loc": { "start": { - "line": 783, + "line": 779, "column": 16 }, "end": { - "line": 783, + "line": 779, "column": 40 } } } ], "range": [ - 27901, - 27957 + 27768, + 27824 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 45 }, "end": { - "line": 784, + "line": 780, "column": 13 } } }, "alternate": null, "range": [ - 27868, - 27957 + 27735, + 27824 ], "loc": { "start": { - "line": 782, + "line": 778, "column": 12 }, "end": { - "line": 784, + "line": 780, "column": 13 } } } ], "range": [ - 27823, - 27967 + 27690, + 27834 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 57 }, "end": { - "line": 785, + "line": 781, "column": 9 } } }, "range": [ - 27774, - 27967 + 27641, + 27834 ], "loc": { "start": { - "line": 780, + "line": 776, "column": 8 }, "end": { - "line": 785, + "line": 781, "column": 9 } } @@ -65805,16 +65512,16 @@ "object": { "type": "ThisExpression", "range": [ - 27976, - 27980 + 27843, + 27847 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 8 }, "end": { - "line": 786, + "line": 782, "column": 12 } } @@ -65823,31 +65530,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 27981, - 27988 + 27848, + 27855 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 13 }, "end": { - "line": 786, + "line": 782, "column": 20 } } }, "range": [ - 27976, - 27988 + 27843, + 27855 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 8 }, "end": { - "line": 786, + "line": 782, "column": 20 } } @@ -65856,31 +65563,31 @@ "type": "Identifier", "name": "emit", "range": [ - 27989, - 27993 + 27856, + 27860 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 21 }, "end": { - "line": 786, + "line": 782, "column": 25 } } }, "range": [ - 27976, - 27993 + 27843, + 27860 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 8 }, "end": { - "line": 786, + "line": 782, "column": 25 } } @@ -65891,16 +65598,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 27994, - 28020 + 27861, + 27887 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 26 }, "end": { - "line": 786, + "line": 782, "column": 52 } } @@ -65908,63 +65615,63 @@ { "type": "ThisExpression", "range": [ - 28022, - 28026 + 27889, + 27893 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 54 }, "end": { - "line": 786, + "line": 782, "column": 58 } } } ], "range": [ - 27976, - 28027 + 27843, + 27894 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 8 }, "end": { - "line": 786, + "line": 782, "column": 59 } } }, "range": [ - 27976, - 28028 + 27843, + 27895 ], "loc": { "start": { - "line": 786, + "line": 782, "column": 8 }, "end": { - "line": 786, + "line": 782, "column": 60 } } } ], "range": [ - 27554, - 28034 + 27421, + 27901 ], "loc": { "start": { - "line": 774, + "line": 770, "column": 21 }, "end": { - "line": 787, + "line": 783, "column": 5 } } @@ -65972,16 +65679,16 @@ "generator": false, "expression": false, "range": [ - 27551, - 28034 + 27418, + 27901 ], "loc": { "start": { - "line": 774, + "line": 770, "column": 18 }, "end": { - "line": 787, + "line": 783, "column": 5 } } @@ -65989,16 +65696,16 @@ "kind": "method", "computed": false, "range": [ - 27537, - 28034 + 27404, + 27901 ], "loc": { "start": { - "line": 774, + "line": 770, "column": 4 }, "end": { - "line": 787, + "line": 783, "column": 5 } }, @@ -66007,16 +65714,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 27448, - 27532 + 27315, + 27399 ], "loc": { "start": { - "line": 771, + "line": 767, "column": 4 }, "end": { - "line": 773, + "line": 769, "column": 7 } } @@ -66027,16 +65734,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 28040, - 28135 + 27907, + 28002 ], "loc": { "start": { - "line": 789, + "line": 785, "column": 4 }, "end": { - "line": 792, + "line": 788, "column": 7 } } @@ -66050,16 +65757,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 28140, - 28153 + 28007, + 28020 ], "loc": { "start": { - "line": 793, + "line": 789, "column": 4 }, "end": { - "line": 793, + "line": 789, "column": 17 } } @@ -66072,16 +65779,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28154, - 28157 + 28021, + 28024 ], "loc": { "start": { - "line": 793, + "line": 789, "column": 18 }, "end": { - "line": 793, + "line": 789, "column": 21 } } @@ -66102,32 +65809,32 @@ "type": "Identifier", "name": "ext", "range": [ - 28174, - 28177 + 28041, + 28044 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 13 }, "end": { - "line": 794, + "line": 790, "column": 16 } } }, "prefix": true, "range": [ - 28173, - 28177 + 28040, + 28044 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 12 }, "end": { - "line": 794, + "line": 790, "column": 16 } } @@ -66142,16 +65849,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28182, - 28185 + 28049, + 28052 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 21 }, "end": { - "line": 794, + "line": 790, "column": 24 } } @@ -66160,62 +65867,62 @@ "type": "Identifier", "name": "name", "range": [ - 28186, - 28190 + 28053, + 28057 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 25 }, "end": { - "line": 794, + "line": 790, "column": 29 } } }, "range": [ - 28182, - 28190 + 28049, + 28057 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 21 }, "end": { - "line": 794, + "line": 790, "column": 29 } } }, "prefix": true, "range": [ - 28181, - 28190 + 28048, + 28057 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 20 }, "end": { - "line": 794, + "line": 790, "column": 29 } } }, "range": [ - 28173, - 28190 + 28040, + 28057 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 12 }, "end": { - "line": 794, + "line": 790, "column": 29 } } @@ -66227,48 +65934,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 28206, - 28213 + 28073, + 28080 ], "loc": { "start": { - "line": 795, + "line": 791, "column": 12 }, "end": { - "line": 795, + "line": 791, "column": 19 } } } ], "range": [ - 28192, - 28223 + 28059, + 28090 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 31 }, "end": { - "line": 796, + "line": 792, "column": 9 } } }, "alternate": null, "range": [ - 28169, - 28223 + 28036, + 28090 ], "loc": { "start": { - "line": 794, + "line": 790, "column": 8 }, "end": { - "line": 796, + "line": 792, "column": 9 } } @@ -66282,16 +65989,16 @@ "type": "Identifier", "name": "name", "range": [ - 28237, - 28241 + 28104, + 28108 ], "loc": { "start": { - "line": 798, + "line": 794, "column": 12 }, "end": { - "line": 798, + "line": 794, "column": 16 } } @@ -66303,16 +66010,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28244, - 28247 + 28111, + 28114 ], "loc": { "start": { - "line": 798, + "line": 794, "column": 19 }, "end": { - "line": 798, + "line": 794, "column": 22 } } @@ -66321,46 +66028,46 @@ "type": "Identifier", "name": "name", "range": [ - 28248, - 28252 + 28115, + 28119 ], "loc": { "start": { - "line": 798, + "line": 794, "column": 23 }, "end": { - "line": 798, + "line": 794, "column": 27 } } }, "range": [ - 28244, - 28252 + 28111, + 28119 ], "loc": { "start": { - "line": 798, + "line": 794, "column": 19 }, "end": { - "line": 798, + "line": 794, "column": 27 } } }, "range": [ - 28237, - 28252 + 28104, + 28119 ], "loc": { "start": { - "line": 798, + "line": 794, "column": 12 }, "end": { - "line": 798, + "line": 794, "column": 27 } } @@ -66368,16 +66075,16 @@ ], "kind": "let", "range": [ - 28233, - 28253 + 28100, + 28120 ], "loc": { "start": { - "line": 798, + "line": 794, "column": 8 }, "end": { - "line": 798, + "line": 794, "column": 28 } } @@ -66391,16 +66098,16 @@ "type": "Identifier", "name": "path", "range": [ - 28266, - 28270 + 28133, + 28137 ], "loc": { "start": { - "line": 799, + "line": 795, "column": 12 }, "end": { - "line": 799, + "line": 795, "column": 16 } } @@ -66412,16 +66119,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28273, - 28276 + 28140, + 28143 ], "loc": { "start": { - "line": 799, + "line": 795, "column": 19 }, "end": { - "line": 799, + "line": 795, "column": 22 } } @@ -66430,46 +66137,46 @@ "type": "Identifier", "name": "path", "range": [ - 28277, - 28281 + 28144, + 28148 ], "loc": { "start": { - "line": 799, + "line": 795, "column": 23 }, "end": { - "line": 799, + "line": 795, "column": 27 } } }, "range": [ - 28273, - 28281 + 28140, + 28148 ], "loc": { "start": { - "line": 799, + "line": 795, "column": 19 }, "end": { - "line": 799, + "line": 795, "column": 27 } } }, "range": [ - 28266, - 28281 + 28133, + 28148 ], "loc": { "start": { - "line": 799, + "line": 795, "column": 12 }, "end": { - "line": 799, + "line": 795, "column": 27 } } @@ -66477,16 +66184,16 @@ ], "kind": "let", "range": [ - 28262, - 28282 + 28129, + 28149 ], "loc": { "start": { - "line": 799, + "line": 795, "column": 8 }, "end": { - "line": 799, + "line": 795, "column": 28 } } @@ -66500,32 +66207,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 28295, - 28305 + 28162, + 28172 ], "loc": { "start": { - "line": 800, + "line": 796, "column": 12 }, "end": { - "line": 800, + "line": 796, "column": 22 } } }, "init": null, "range": [ - 28295, - 28305 + 28162, + 28172 ], "loc": { "start": { - "line": 800, + "line": 796, "column": 12 }, "end": { - "line": 800, + "line": 796, "column": 22 } } @@ -66533,16 +66240,16 @@ ], "kind": "let", "range": [ - 28291, - 28306 + 28158, + 28173 ], "loc": { "start": { - "line": 800, + "line": 796, "column": 8 }, "end": { - "line": 800, + "line": 796, "column": 23 } } @@ -66556,16 +66263,16 @@ "type": "Identifier", "name": "name", "range": [ - 28320, - 28324 + 28187, + 28191 ], "loc": { "start": { - "line": 802, + "line": 798, "column": 12 }, "end": { - "line": 802, + "line": 798, "column": 16 } } @@ -66574,31 +66281,31 @@ "type": "Identifier", "name": "path", "range": [ - 28328, - 28332 + 28195, + 28199 ], "loc": { "start": { - "line": 802, + "line": 798, "column": 20 }, "end": { - "line": 802, + "line": 798, "column": 24 } } }, "range": [ - 28320, - 28332 + 28187, + 28199 ], "loc": { "start": { - "line": 802, + "line": 798, "column": 12 }, "end": { - "line": 802, + "line": 798, "column": 24 } } @@ -66615,16 +66322,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 28348, - 28358 + 28215, + 28225 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 12 }, "end": { - "line": 803, + "line": 799, "column": 22 } } @@ -66639,16 +66346,16 @@ "type": "Identifier", "name": "ext", "range": [ - 28361, - 28364 + 28228, + 28231 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 25 }, "end": { - "line": 803, + "line": 799, "column": 28 } } @@ -66657,31 +66364,31 @@ "type": "Identifier", "name": "path", "range": [ - 28365, - 28369 + 28232, + 28236 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 29 }, "end": { - "line": 803, + "line": 799, "column": 33 } } }, "range": [ - 28361, - 28369 + 28228, + 28236 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 25 }, "end": { - "line": 803, + "line": 799, "column": 33 } } @@ -66690,77 +66397,77 @@ "type": "Identifier", "name": "name", "range": [ - 28372, - 28376 + 28239, + 28243 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 36 }, "end": { - "line": 803, + "line": 799, "column": 40 } } }, "range": [ - 28361, - 28376 + 28228, + 28243 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 25 }, "end": { - "line": 803, + "line": 799, "column": 40 } } }, "range": [ - 28348, - 28376 + 28215, + 28243 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 12 }, "end": { - "line": 803, + "line": 799, "column": 40 } } }, "range": [ - 28348, - 28377 + 28215, + 28244 ], "loc": { "start": { - "line": 803, + "line": 799, "column": 12 }, "end": { - "line": 803, + "line": 799, "column": 41 } } } ], "range": [ - 28334, - 28387 + 28201, + 28254 ], "loc": { "start": { - "line": 802, + "line": 798, "column": 26 }, "end": { - "line": 804, + "line": 800, "column": 9 } } @@ -66777,16 +66484,16 @@ "type": "Identifier", "name": "name", "range": [ - 28407, - 28411 + 28274, + 28278 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 12 }, "end": { - "line": 805, + "line": 801, "column": 16 } } @@ -66800,16 +66507,16 @@ "type": "Identifier", "name": "name", "range": [ - 28414, - 28418 + 28281, + 28285 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 19 }, "end": { - "line": 805, + "line": 801, "column": 23 } } @@ -66818,31 +66525,31 @@ "type": "Identifier", "name": "replace", "range": [ - 28419, - 28426 + 28286, + 28293 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 24 }, "end": { - "line": 805, + "line": 801, "column": 31 } } }, "range": [ - 28414, - 28426 + 28281, + 28293 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 19 }, "end": { - "line": 805, + "line": 801, "column": 31 } } @@ -66853,16 +66560,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 28427, - 28432 + 28294, + 28299 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 32 }, "end": { - "line": 805, + "line": 801, "column": 37 } } @@ -66872,62 +66579,62 @@ "value": "", "raw": "''", "range": [ - 28434, - 28436 + 28301, + 28303 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 39 }, "end": { - "line": 805, + "line": 801, "column": 41 } } } ], "range": [ - 28414, - 28437 + 28281, + 28304 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 19 }, "end": { - "line": 805, + "line": 801, "column": 42 } } }, "range": [ - 28407, - 28437 + 28274, + 28304 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 12 }, "end": { - "line": 805, + "line": 801, "column": 42 } } }, "range": [ - 28407, - 28438 + 28274, + 28305 ], "loc": { "start": { - "line": 805, + "line": 801, "column": 12 }, "end": { - "line": 805, + "line": 801, "column": 43 } } @@ -66941,16 +66648,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 28451, - 28461 + 28318, + 28328 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 12 }, "end": { - "line": 806, + "line": 802, "column": 22 } } @@ -66965,16 +66672,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 28464, - 28482 + 28331, + 28349 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 25 }, "end": { - "line": 806, + "line": 802, "column": 43 } } @@ -66983,31 +66690,31 @@ "type": "Identifier", "name": "replace", "range": [ - 28483, - 28490 + 28350, + 28357 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 44 }, "end": { - "line": 806, + "line": 802, "column": 51 } } }, "range": [ - 28464, - 28490 + 28331, + 28357 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 25 }, "end": { - "line": 806, + "line": 802, "column": 51 } } @@ -67022,16 +66729,16 @@ "flags": "g" }, "range": [ - 28491, - 28496 + 28358, + 28363 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 52 }, "end": { - "line": 806, + "line": 802, "column": 57 } } @@ -67040,93 +66747,93 @@ "type": "Identifier", "name": "name", "range": [ - 28498, - 28502 + 28365, + 28369 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 59 }, "end": { - "line": 806, + "line": 802, "column": 63 } } } ], "range": [ - 28464, - 28503 + 28331, + 28370 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 25 }, "end": { - "line": 806, + "line": 802, "column": 64 } } }, "range": [ - 28451, - 28503 + 28318, + 28370 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 12 }, "end": { - "line": 806, + "line": 802, "column": 64 } } }, "range": [ - 28451, - 28504 + 28318, + 28371 ], "loc": { "start": { - "line": 806, + "line": 802, "column": 12 }, "end": { - "line": 806, + "line": 802, "column": 65 } } } ], "range": [ - 28393, - 28514 + 28260, + 28381 ], "loc": { "start": { - "line": 804, + "line": 800, "column": 15 }, "end": { - "line": 807, + "line": 803, "column": 9 } } }, "range": [ - 28316, - 28514 + 28183, + 28381 ], "loc": { "start": { - "line": 802, + "line": 798, "column": 8 }, "end": { - "line": 807, + "line": 803, "column": 9 } }, @@ -67135,16 +66842,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 28524, - 28554 + 28391, + 28421 ], "loc": { "start": { - "line": 809, + "line": 805, "column": 8 }, "end": { - "line": 809, + "line": 805, "column": 38 } } @@ -67159,16 +66866,16 @@ "type": "Identifier", "name": "require", "range": [ - 28563, - 28570 + 28430, + 28437 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 8 }, "end": { - "line": 810, + "line": 806, "column": 15 } } @@ -67185,16 +66892,16 @@ "value": "./", "raw": "'./'", "range": [ - 28572, - 28576 + 28439, + 28443 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 17 }, "end": { - "line": 810, + "line": 806, "column": 21 } } @@ -67203,47 +66910,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 28579, - 28589 + 28446, + 28456 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 24 }, "end": { - "line": 810, + "line": 806, "column": 34 } } }, "range": [ - 28572, - 28589 + 28439, + 28456 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 17 }, "end": { - "line": 810, + "line": 806, "column": 34 } } } ], "range": [ - 28571, - 28590 + 28438, + 28457 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 16 }, "end": { - "line": 810, + "line": 806, "column": 35 } } @@ -67256,16 +66963,16 @@ "type": "Identifier", "name": "mod", "range": [ - 28593, - 28596 + 28460, + 28463 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 38 }, "end": { - "line": 810, + "line": 806, "column": 41 } } @@ -67283,16 +66990,16 @@ "type": "Identifier", "name": "inst", "range": [ - 28652, - 28656 + 28519, + 28523 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 16 }, "end": { - "line": 812, + "line": 808, "column": 20 } } @@ -67306,16 +67013,16 @@ "type": "Identifier", "name": "mod", "range": [ - 28663, - 28666 + 28530, + 28533 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 27 }, "end": { - "line": 812, + "line": 808, "column": 30 } } @@ -67324,31 +67031,31 @@ "type": "Identifier", "name": "default", "range": [ - 28667, - 28674 + 28534, + 28541 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 31 }, "end": { - "line": 812, + "line": 808, "column": 38 } } }, "range": [ - 28663, - 28674 + 28530, + 28541 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 27 }, "end": { - "line": 812, + "line": 808, "column": 38 } } @@ -67357,16 +67064,16 @@ { "type": "ThisExpression", "range": [ - 28675, - 28679 + 28542, + 28546 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 39 }, "end": { - "line": 812, + "line": 808, "column": 43 } } @@ -67375,47 +67082,47 @@ "type": "Identifier", "name": "ext", "range": [ - 28681, - 28684 + 28548, + 28551 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 45 }, "end": { - "line": 812, + "line": 808, "column": 48 } } } ], "range": [ - 28659, - 28685 + 28526, + 28552 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 23 }, "end": { - "line": 812, + "line": 808, "column": 49 } } }, "range": [ - 28652, - 28685 + 28519, + 28552 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 16 }, "end": { - "line": 812, + "line": 808, "column": 49 } } @@ -67423,16 +67130,16 @@ ], "kind": "let", "range": [ - 28648, - 28686 + 28515, + 28553 ], "loc": { "start": { - "line": 812, + "line": 808, "column": 12 }, "end": { - "line": 812, + "line": 808, "column": 50 } }, @@ -67441,16 +67148,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 28615, - 28635 + 28482, + 28502 ], "loc": { "start": { - "line": 811, + "line": 807, "column": 12 }, "end": { - "line": 811, + "line": 807, "column": 32 } } @@ -67461,16 +67168,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 28699, - 28718 + 28566, + 28585 ], "loc": { "start": { - "line": 813, + "line": 809, "column": 12 }, "end": { - "line": 813, + "line": 809, "column": 31 } } @@ -67488,16 +67195,16 @@ "type": "Identifier", "name": "inst", "range": [ - 28731, - 28735 + 28598, + 28602 ], "loc": { "start": { - "line": 814, + "line": 810, "column": 12 }, "end": { - "line": 814, + "line": 810, "column": 16 } } @@ -67506,62 +67213,62 @@ "type": "Identifier", "name": "init", "range": [ - 28736, - 28740 + 28603, + 28607 ], "loc": { "start": { - "line": 814, + "line": 810, "column": 17 }, "end": { - "line": 814, + "line": 810, "column": 21 } } }, "range": [ - 28731, - 28740 + 28598, + 28607 ], "loc": { "start": { - "line": 814, + "line": 810, "column": 12 }, "end": { - "line": 814, + "line": 810, "column": 21 } } }, "arguments": [], "range": [ - 28731, - 28742 + 28598, + 28609 ], "loc": { "start": { - "line": 814, + "line": 810, "column": 12 }, "end": { - "line": 814, + "line": 810, "column": 23 } } }, "range": [ - 28731, - 28743 + 28598, + 28610 ], "loc": { "start": { - "line": 814, + "line": 810, "column": 12 }, "end": { - "line": 814, + "line": 810, "column": 24 } }, @@ -67570,16 +67277,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 28699, - 28718 + 28566, + 28585 ], "loc": { "start": { - "line": 813, + "line": 809, "column": 12 }, "end": { - "line": 813, + "line": 809, "column": 31 } } @@ -67600,16 +67307,16 @@ "object": { "type": "ThisExpression", "range": [ - 28756, - 28760 + 28623, + 28627 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 12 }, "end": { - "line": 815, + "line": 811, "column": 16 } } @@ -67618,31 +67325,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 28761, - 28772 + 28628, + 28639 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 17 }, "end": { - "line": 815, + "line": 811, "column": 28 } } }, "range": [ - 28756, - 28772 + 28623, + 28639 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 12 }, "end": { - "line": 815, + "line": 811, "column": 28 } } @@ -67651,31 +67358,31 @@ "type": "Identifier", "name": "name", "range": [ - 28773, - 28777 + 28640, + 28644 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 29 }, "end": { - "line": 815, + "line": 811, "column": 33 } } }, "range": [ - 28756, - 28778 + 28623, + 28645 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 12 }, "end": { - "line": 815, + "line": 811, "column": 34 } } @@ -67684,62 +67391,62 @@ "type": "Identifier", "name": "inst", "range": [ - 28781, - 28785 + 28648, + 28652 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 37 }, "end": { - "line": 815, + "line": 811, "column": 41 } } }, "range": [ - 28756, - 28785 + 28623, + 28652 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 12 }, "end": { - "line": 815, + "line": 811, "column": 41 } } }, "range": [ - 28756, - 28786 + 28623, + 28653 ], "loc": { "start": { - "line": 815, + "line": 811, "column": 12 }, "end": { - "line": 815, + "line": 811, "column": 42 } } } ], "range": [ - 28601, - 28796 + 28468, + 28663 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 46 }, "end": { - "line": 816, + "line": 812, "column": 9 } } @@ -67747,47 +67454,47 @@ "generator": false, "expression": false, "range": [ - 28592, - 28796 + 28459, + 28663 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 37 }, "end": { - "line": 816, + "line": 812, "column": 9 } } } ], "range": [ - 28563, - 28797 + 28430, + 28664 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 8 }, "end": { - "line": 816, + "line": 812, "column": 10 } } }, "range": [ - 28563, - 28798 + 28430, + 28665 ], "loc": { "start": { - "line": 810, + "line": 806, "column": 8 }, "end": { - "line": 816, + "line": 812, "column": 11 } }, @@ -67796,16 +67503,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 28524, - 28554 + 28391, + 28421 ], "loc": { "start": { - "line": 809, + "line": 805, "column": 8 }, "end": { - "line": 809, + "line": 805, "column": 38 } } @@ -67814,16 +67521,16 @@ } ], "range": [ - 28159, - 28804 + 28026, + 28671 ], "loc": { "start": { - "line": 793, + "line": 789, "column": 23 }, "end": { - "line": 817, + "line": 813, "column": 5 } } @@ -67831,16 +67538,16 @@ "generator": false, "expression": false, "range": [ - 28153, - 28804 + 28020, + 28671 ], "loc": { "start": { - "line": 793, + "line": 789, "column": 17 }, "end": { - "line": 817, + "line": 813, "column": 5 } } @@ -67848,16 +67555,16 @@ "kind": "method", "computed": false, "range": [ - 28140, - 28804 + 28007, + 28671 ], "loc": { "start": { - "line": 793, + "line": 789, "column": 4 }, "end": { - "line": 817, + "line": 813, "column": 5 } }, @@ -67866,16 +67573,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 28040, - 28135 + 27907, + 28002 ], "loc": { "start": { - "line": 789, + "line": 785, "column": 4 }, "end": { - "line": 792, + "line": 788, "column": 7 } } @@ -67886,16 +67593,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 28810, - 28953 + 28677, + 28820 ], "loc": { "start": { - "line": 819, + "line": 815, "column": 4 }, "end": { - "line": 823, + "line": 819, "column": 7 } } @@ -67909,16 +67616,16 @@ "type": "Identifier", "name": "extension", "range": [ - 28958, - 28967 + 28825, + 28834 ], "loc": { "start": { - "line": 824, + "line": 820, "column": 4 }, "end": { - "line": 824, + "line": 820, "column": 13 } } @@ -67931,16 +67638,16 @@ "type": "Identifier", "name": "name", "range": [ - 28968, - 28972 + 28835, + 28839 ], "loc": { "start": { - "line": 824, + "line": 820, "column": 14 }, "end": { - "line": 824, + "line": 820, "column": 18 } } @@ -67960,16 +67667,16 @@ "object": { "type": "ThisExpression", "range": [ - 28991, - 28995 + 28858, + 28862 ], "loc": { "start": { - "line": 825, + "line": 821, "column": 15 }, "end": { - "line": 825, + "line": 821, "column": 19 } } @@ -67978,31 +67685,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 28996, - 29007 + 28863, + 28874 ], "loc": { "start": { - "line": 825, + "line": 821, "column": 20 }, "end": { - "line": 825, + "line": 821, "column": 31 } } }, "range": [ - 28991, - 29007 + 28858, + 28874 ], "loc": { "start": { - "line": 825, + "line": 821, "column": 15 }, "end": { - "line": 825, + "line": 821, "column": 31 } } @@ -68011,62 +67718,62 @@ "type": "Identifier", "name": "name", "range": [ - 29008, - 29012 + 28875, + 28879 ], "loc": { "start": { - "line": 825, + "line": 821, "column": 32 }, "end": { - "line": 825, + "line": 821, "column": 36 } } }, "range": [ - 28991, - 29013 + 28858, + 28880 ], "loc": { "start": { - "line": 825, + "line": 821, "column": 15 }, "end": { - "line": 825, + "line": 821, "column": 37 } } }, "range": [ - 28984, - 29014 + 28851, + 28881 ], "loc": { "start": { - "line": 825, + "line": 821, "column": 8 }, "end": { - "line": 825, + "line": 821, "column": 38 } } } ], "range": [ - 28974, - 29020 + 28841, + 28887 ], "loc": { "start": { - "line": 824, + "line": 820, "column": 20 }, "end": { - "line": 826, + "line": 822, "column": 5 } } @@ -68074,16 +67781,16 @@ "generator": false, "expression": false, "range": [ - 28967, - 29020 + 28834, + 28887 ], "loc": { "start": { - "line": 824, + "line": 820, "column": 13 }, "end": { - "line": 826, + "line": 822, "column": 5 } } @@ -68091,16 +67798,16 @@ "kind": "method", "computed": false, "range": [ - 28958, - 29020 + 28825, + 28887 ], "loc": { "start": { - "line": 824, + "line": 820, "column": 4 }, "end": { - "line": 826, + "line": 822, "column": 5 } }, @@ -68109,16 +67816,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 28810, - 28953 + 28677, + 28820 ], "loc": { "start": { - "line": 819, + "line": 815, "column": 4 }, "end": { - "line": 823, + "line": 819, "column": 7 } } @@ -68129,16 +67836,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 29026, - 29156 + 28893, + 29023 ], "loc": { "start": { - "line": 828, + "line": 824, "column": 4 }, "end": { - "line": 832, + "line": 828, "column": 7 } } @@ -68152,16 +67859,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 29161, - 29173 + 29028, + 29040 ], "loc": { "start": { - "line": 833, + "line": 829, "column": 4 }, "end": { - "line": 833, + "line": 829, "column": 16 } } @@ -68174,16 +67881,16 @@ "type": "Identifier", "name": "name", "range": [ - 29174, - 29178 + 29041, + 29045 ], "loc": { "start": { - "line": 833, + "line": 829, "column": 17 }, "end": { - "line": 833, + "line": 829, "column": 21 } } @@ -68203,16 +67910,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 29198, - 29205 + 29065, + 29072 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 16 }, "end": { - "line": 834, + "line": 830, "column": 23 } } @@ -68227,16 +67934,16 @@ "object": { "type": "ThisExpression", "range": [ - 29206, - 29210 + 29073, + 29077 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 24 }, "end": { - "line": 834, + "line": 830, "column": 28 } } @@ -68245,31 +67952,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 29211, - 29222 + 29078, + 29089 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 29 }, "end": { - "line": 834, + "line": 830, "column": 40 } } }, "range": [ - 29206, - 29222 + 29073, + 29089 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 24 }, "end": { - "line": 834, + "line": 830, "column": 40 } } @@ -68278,94 +67985,94 @@ "type": "Identifier", "name": "name", "range": [ - 29223, - 29227 + 29090, + 29094 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 41 }, "end": { - "line": 834, + "line": 830, "column": 45 } } }, "range": [ - 29206, - 29228 + 29073, + 29095 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 24 }, "end": { - "line": 834, + "line": 830, "column": 46 } } } ], "range": [ - 29198, - 29229 + 29065, + 29096 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 16 }, "end": { - "line": 834, + "line": 830, "column": 47 } } }, "prefix": true, "range": [ - 29197, - 29229 + 29064, + 29096 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 15 }, "end": { - "line": 834, + "line": 830, "column": 47 } } }, "range": [ - 29190, - 29230 + 29057, + 29097 ], "loc": { "start": { - "line": 834, + "line": 830, "column": 8 }, "end": { - "line": 834, + "line": 830, "column": 48 } } } ], "range": [ - 29180, - 29236 + 29047, + 29103 ], "loc": { "start": { - "line": 833, + "line": 829, "column": 23 }, "end": { - "line": 835, + "line": 831, "column": 5 } } @@ -68373,16 +68080,16 @@ "generator": false, "expression": false, "range": [ - 29173, - 29236 + 29040, + 29103 ], "loc": { "start": { - "line": 833, + "line": 829, "column": 16 }, "end": { - "line": 835, + "line": 831, "column": 5 } } @@ -68390,16 +68097,16 @@ "kind": "method", "computed": false, "range": [ - 29161, - 29236 + 29028, + 29103 ], "loc": { "start": { - "line": 833, + "line": 829, "column": 4 }, "end": { - "line": 835, + "line": 831, "column": 5 } }, @@ -68408,16 +68115,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 29026, - 29156 + 28893, + 29023 ], "loc": { "start": { - "line": 828, + "line": 824, "column": 4 }, "end": { - "line": 832, + "line": 828, "column": 7 } } @@ -68428,16 +68135,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 29242, - 29323 + 29109, + 29190 ], "loc": { "start": { - "line": 837, + "line": 833, "column": 4 }, "end": { - "line": 839, + "line": 835, "column": 7 } } @@ -68451,16 +68158,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 29328, - 29345 + 29195, + 29212 ], "loc": { "start": { - "line": 840, + "line": 836, "column": 4 }, "end": { - "line": 840, + "line": 836, "column": 21 } } @@ -68481,16 +68188,16 @@ "type": "Identifier", "name": "exts", "range": [ - 29362, - 29366 + 29229, + 29233 ], "loc": { "start": { - "line": 841, + "line": 837, "column": 12 }, "end": { - "line": 841, + "line": 837, "column": 16 } } @@ -68501,16 +68208,16 @@ "object": { "type": "ThisExpression", "range": [ - 29369, - 29373 + 29236, + 29240 ], "loc": { "start": { - "line": 841, + "line": 837, "column": 19 }, "end": { - "line": 841, + "line": 837, "column": 23 } } @@ -68519,46 +68226,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 29374, - 29384 + 29241, + 29251 ], "loc": { "start": { - "line": 841, + "line": 837, "column": 24 }, "end": { - "line": 841, + "line": 837, "column": 34 } } }, "range": [ - 29369, - 29384 + 29236, + 29251 ], "loc": { "start": { - "line": 841, + "line": 837, "column": 19 }, "end": { - "line": 841, + "line": 837, "column": 34 } } }, "range": [ - 29362, - 29384 + 29229, + 29251 ], "loc": { "start": { - "line": 841, + "line": 837, "column": 12 }, "end": { - "line": 841, + "line": 837, "column": 34 } } @@ -68566,16 +68273,16 @@ ], "kind": "let", "range": [ - 29358, - 29385 + 29225, + 29252 ], "loc": { "start": { - "line": 841, + "line": 837, "column": 8 }, "end": { - "line": 841, + "line": 837, "column": 35 } } @@ -68591,16 +68298,16 @@ "type": "Identifier", "name": "i", "range": [ - 29404, - 29405 + 29271, + 29272 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 17 }, "end": { - "line": 843, + "line": 839, "column": 18 } } @@ -68610,31 +68317,31 @@ "value": 0, "raw": "0", "range": [ - 29408, - 29409 + 29275, + 29276 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 21 }, "end": { - "line": 843, + "line": 839, "column": 22 } } }, "range": [ - 29404, - 29409 + 29271, + 29276 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 17 }, "end": { - "line": 843, + "line": 839, "column": 22 } } @@ -68645,16 +68352,16 @@ "type": "Identifier", "name": "len", "range": [ - 29411, - 29414 + 29278, + 29281 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 24 }, "end": { - "line": 843, + "line": 839, "column": 27 } } @@ -68666,16 +68373,16 @@ "type": "Identifier", "name": "exts", "range": [ - 29417, - 29421 + 29284, + 29288 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 30 }, "end": { - "line": 843, + "line": 839, "column": 34 } } @@ -68684,46 +68391,46 @@ "type": "Identifier", "name": "length", "range": [ - 29422, - 29428 + 29289, + 29295 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 35 }, "end": { - "line": 843, + "line": 839, "column": 41 } } }, "range": [ - 29417, - 29428 + 29284, + 29295 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 30 }, "end": { - "line": 843, + "line": 839, "column": 41 } } }, "range": [ - 29411, - 29428 + 29278, + 29295 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 24 }, "end": { - "line": 843, + "line": 839, "column": 41 } } @@ -68731,16 +68438,16 @@ ], "kind": "let", "range": [ - 29400, - 29428 + 29267, + 29295 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 13 }, "end": { - "line": 843, + "line": 839, "column": 41 } } @@ -68752,16 +68459,16 @@ "type": "Identifier", "name": "i", "range": [ - 29430, - 29431 + 29297, + 29298 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 43 }, "end": { - "line": 843, + "line": 839, "column": 44 } } @@ -68770,31 +68477,31 @@ "type": "Identifier", "name": "len", "range": [ - 29434, - 29437 + 29301, + 29304 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 47 }, "end": { - "line": 843, + "line": 839, "column": 50 } } }, "range": [ - 29430, - 29437 + 29297, + 29304 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 43 }, "end": { - "line": 843, + "line": 839, "column": 50 } } @@ -68806,32 +68513,32 @@ "type": "Identifier", "name": "i", "range": [ - 29439, - 29440 + 29306, + 29307 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 52 }, "end": { - "line": 843, + "line": 839, "column": 53 } } }, "prefix": false, "range": [ - 29439, - 29442 + 29306, + 29309 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 52 }, "end": { - "line": 843, + "line": 839, "column": 55 } } @@ -68848,16 +68555,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29462, - 29465 + 29329, + 29332 ], "loc": { "start": { - "line": 844, + "line": 840, "column": 16 }, "end": { - "line": 844, + "line": 840, "column": 19 } } @@ -68869,16 +68576,16 @@ "type": "Identifier", "name": "exts", "range": [ - 29468, - 29472 + 29335, + 29339 ], "loc": { "start": { - "line": 844, + "line": 840, "column": 22 }, "end": { - "line": 844, + "line": 840, "column": 26 } } @@ -68887,46 +68594,46 @@ "type": "Identifier", "name": "i", "range": [ - 29473, - 29474 + 29340, + 29341 ], "loc": { "start": { - "line": 844, + "line": 840, "column": 27 }, "end": { - "line": 844, + "line": 840, "column": 28 } } }, "range": [ - 29468, - 29475 + 29335, + 29342 ], "loc": { "start": { - "line": 844, + "line": 840, "column": 22 }, "end": { - "line": 844, + "line": 840, "column": 29 } } }, "range": [ - 29462, - 29475 + 29329, + 29342 ], "loc": { "start": { - "line": 844, + "line": 840, "column": 16 }, "end": { - "line": 844, + "line": 840, "column": 29 } } @@ -68934,16 +68641,16 @@ ], "kind": "let", "range": [ - 29458, - 29476 + 29325, + 29343 ], "loc": { "start": { - "line": 844, + "line": 840, "column": 12 }, "end": { - "line": 844, + "line": 840, "column": 30 } } @@ -68957,16 +68664,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 29493, - 29504 + 29360, + 29371 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 16 }, "end": { - "line": 845, + "line": 841, "column": 27 } } @@ -68980,16 +68687,16 @@ "object": { "type": "ThisExpression", "range": [ - 29507, - 29511 + 29374, + 29378 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 30 }, "end": { - "line": 845, + "line": 841, "column": 34 } } @@ -68998,31 +68705,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 29512, - 29523 + 29379, + 29390 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 35 }, "end": { - "line": 845, + "line": 841, "column": 46 } } }, "range": [ - 29507, - 29523 + 29374, + 29390 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 30 }, "end": { - "line": 845, + "line": 841, "column": 46 } } @@ -69034,16 +68741,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29524, - 29527 + 29391, + 29394 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 47 }, "end": { - "line": 845, + "line": 841, "column": 50 } } @@ -69052,61 +68759,61 @@ "type": "Identifier", "name": "name", "range": [ - 29528, - 29532 + 29395, + 29399 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 51 }, "end": { - "line": 845, + "line": 841, "column": 55 } } }, "range": [ - 29524, - 29532 + 29391, + 29399 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 47 }, "end": { - "line": 845, + "line": 841, "column": 55 } } }, "range": [ - 29507, - 29533 + 29374, + 29400 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 30 }, "end": { - "line": 845, + "line": 841, "column": 56 } } }, "range": [ - 29493, - 29533 + 29360, + 29400 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 16 }, "end": { - "line": 845, + "line": 841, "column": 56 } } @@ -69114,16 +68821,16 @@ ], "kind": "let", "range": [ - 29489, - 29534 + 29356, + 29401 ], "loc": { "start": { - "line": 845, + "line": 841, "column": 12 }, "end": { - "line": 845, + "line": 841, "column": 57 } } @@ -69134,16 +68841,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 29551, - 29562 + 29418, + 29429 ], "loc": { "start": { - "line": 846, + "line": 842, "column": 16 }, "end": { - "line": 846, + "line": 842, "column": 27 } } @@ -69162,16 +68869,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 29582, - 29593 + 29449, + 29460 ], "loc": { "start": { - "line": 847, + "line": 843, "column": 16 }, "end": { - "line": 847, + "line": 843, "column": 27 } } @@ -69180,62 +68887,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 29594, - 29601 + 29461, + 29468 ], "loc": { "start": { - "line": 847, + "line": 843, "column": 28 }, "end": { - "line": 847, + "line": 843, "column": 35 } } }, "range": [ - 29582, - 29601 + 29449, + 29468 ], "loc": { "start": { - "line": 847, + "line": 843, "column": 16 }, "end": { - "line": 847, + "line": 843, "column": 35 } } }, "arguments": [], "range": [ - 29582, - 29603 + 29449, + 29470 ], "loc": { "start": { - "line": 847, + "line": 843, "column": 16 }, "end": { - "line": 847, + "line": 843, "column": 37 } } }, "range": [ - 29582, - 29604 + 29449, + 29471 ], "loc": { "start": { - "line": 847, + "line": 843, "column": 16 }, "end": { - "line": 847, + "line": 843, "column": 38 } } @@ -69254,16 +68961,16 @@ "object": { "type": "ThisExpression", "range": [ - 29621, - 29625 + 29488, + 29492 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 16 }, "end": { - "line": 848, + "line": 844, "column": 20 } } @@ -69272,31 +68979,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 29626, - 29637 + 29493, + 29504 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 21 }, "end": { - "line": 848, + "line": 844, "column": 32 } } }, "range": [ - 29621, - 29637 + 29488, + 29504 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 16 }, "end": { - "line": 848, + "line": 844, "column": 32 } } @@ -69308,16 +69015,16 @@ "type": "Identifier", "name": "ext", "range": [ - 29638, - 29641 + 29505, + 29508 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 33 }, "end": { - "line": 848, + "line": 844, "column": 36 } } @@ -69326,46 +69033,46 @@ "type": "Identifier", "name": "name", "range": [ - 29642, - 29646 + 29509, + 29513 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 37 }, "end": { - "line": 848, + "line": 844, "column": 41 } } }, "range": [ - 29638, - 29646 + 29505, + 29513 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 33 }, "end": { - "line": 848, + "line": 844, "column": 41 } } }, "range": [ - 29621, - 29647 + 29488, + 29514 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 16 }, "end": { - "line": 848, + "line": 844, "column": 42 } } @@ -69374,125 +69081,125 @@ "type": "Identifier", "name": "undefined", "range": [ - 29650, - 29659 + 29517, + 29526 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 45 }, "end": { - "line": 848, + "line": 844, "column": 54 } } }, "range": [ - 29621, - 29659 + 29488, + 29526 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 16 }, "end": { - "line": 848, + "line": 844, "column": 54 } } }, "range": [ - 29621, - 29660 + 29488, + 29527 ], "loc": { "start": { - "line": 848, + "line": 844, "column": 16 }, "end": { - "line": 848, + "line": 844, "column": 55 } } } ], "range": [ - 29564, - 29674 + 29431, + 29541 ], "loc": { "start": { - "line": 846, + "line": 842, "column": 29 }, "end": { - "line": 849, + "line": 845, "column": 13 } } }, "alternate": null, "range": [ - 29547, - 29674 + 29414, + 29541 ], "loc": { "start": { - "line": 846, + "line": 842, "column": 12 }, "end": { - "line": 849, + "line": 845, "column": 13 } } } ], "range": [ - 29444, - 29684 + 29311, + 29551 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 57 }, "end": { - "line": 850, + "line": 846, "column": 9 } } }, "range": [ - 29395, - 29684 + 29262, + 29551 ], "loc": { "start": { - "line": 843, + "line": 839, "column": 8 }, "end": { - "line": 850, + "line": 846, "column": 9 } } } ], "range": [ - 29348, - 29690 + 29215, + 29557 ], "loc": { "start": { - "line": 840, + "line": 836, "column": 24 }, "end": { - "line": 851, + "line": 847, "column": 5 } } @@ -69500,16 +69207,16 @@ "generator": false, "expression": false, "range": [ - 29345, - 29690 + 29212, + 29557 ], "loc": { "start": { - "line": 840, + "line": 836, "column": 21 }, "end": { - "line": 851, + "line": 847, "column": 5 } } @@ -69517,16 +69224,16 @@ "kind": "method", "computed": false, "range": [ - 29328, - 29690 + 29195, + 29557 ], "loc": { "start": { - "line": 840, + "line": 836, "column": 4 }, "end": { - "line": 851, + "line": 847, "column": 5 } }, @@ -69535,16 +69242,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 29242, - 29323 + 29109, + 29190 ], "loc": { "start": { - "line": 837, + "line": 833, "column": 4 }, "end": { - "line": 839, + "line": 835, "column": 7 } } @@ -69555,16 +69262,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 29696, - 29762 + 29563, + 29629 ], "loc": { "start": { - "line": 853, + "line": 849, "column": 4 }, "end": { - "line": 855, + "line": 851, "column": 7 } } @@ -69578,16 +69285,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 29767, - 29777 + 29634, + 29644 ], "loc": { "start": { - "line": 856, + "line": 852, "column": 4 }, "end": { - "line": 856, + "line": 852, "column": 14 } } @@ -69608,16 +69315,16 @@ "type": "Identifier", "name": "themes", "range": [ - 29794, - 29800 + 29661, + 29667 ], "loc": { "start": { - "line": 857, + "line": 853, "column": 12 }, "end": { - "line": 857, + "line": 853, "column": 18 } } @@ -69628,16 +69335,16 @@ "object": { "type": "ThisExpression", "range": [ - 29803, - 29807 + 29670, + 29674 ], "loc": { "start": { - "line": 857, + "line": 853, "column": 21 }, "end": { - "line": 857, + "line": 853, "column": 25 } } @@ -69646,46 +69353,46 @@ "type": "Identifier", "name": "themes", "range": [ - 29808, - 29814 + 29675, + 29681 ], "loc": { "start": { - "line": 857, + "line": 853, "column": 26 }, "end": { - "line": 857, + "line": 853, "column": 32 } } }, "range": [ - 29803, - 29814 + 29670, + 29681 ], "loc": { "start": { - "line": 857, + "line": 853, "column": 21 }, "end": { - "line": 857, + "line": 853, "column": 32 } } }, "range": [ - 29794, - 29814 + 29661, + 29681 ], "loc": { "start": { - "line": 857, + "line": 853, "column": 12 }, "end": { - "line": 857, + "line": 853, "column": 32 } } @@ -69693,16 +69400,16 @@ ], "kind": "let", "range": [ - 29790, - 29815 + 29657, + 29682 ], "loc": { "start": { - "line": 857, + "line": 853, "column": 8 }, "end": { - "line": 857, + "line": 853, "column": 33 } } @@ -69720,16 +69427,16 @@ "object": { "type": "ThisExpression", "range": [ - 29824, - 29828 + 29691, + 29695 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 8 }, "end": { - "line": 858, + "line": 854, "column": 12 } } @@ -69738,31 +69445,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 29829, - 29836 + 29696, + 29703 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 13 }, "end": { - "line": 858, + "line": 854, "column": 20 } } }, "range": [ - 29824, - 29836 + 29691, + 29703 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 8 }, "end": { - "line": 858, + "line": 854, "column": 20 } } @@ -69771,31 +69478,31 @@ "type": "Identifier", "name": "emit", "range": [ - 29837, - 29841 + 29704, + 29708 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 21 }, "end": { - "line": 858, + "line": 854, "column": 25 } } }, "range": [ - 29824, - 29841 + 29691, + 29708 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 8 }, "end": { - "line": 858, + "line": 854, "column": 25 } } @@ -69806,16 +69513,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 29842, - 29865 + 29709, + 29732 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 26 }, "end": { - "line": 858, + "line": 854, "column": 49 } } @@ -69823,47 +69530,47 @@ { "type": "ThisExpression", "range": [ - 29867, - 29871 + 29734, + 29738 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 51 }, "end": { - "line": 858, + "line": 854, "column": 55 } } } ], "range": [ - 29824, - 29872 + 29691, + 29739 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 8 }, "end": { - "line": 858, + "line": 854, "column": 56 } } }, "range": [ - 29824, - 29873 + 29691, + 29740 ], "loc": { "start": { - "line": 858, + "line": 854, "column": 8 }, "end": { - "line": 858, + "line": 854, "column": 57 } }, @@ -69872,16 +69579,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 29883, - 29905 + 29750, + 29772 ], "loc": { "start": { - "line": 860, + "line": 856, "column": 8 }, "end": { - "line": 860, + "line": 856, "column": 30 } } @@ -69896,16 +69603,16 @@ "object": { "type": "ThisExpression", "range": [ - 29918, - 29922 + 29785, + 29789 ], "loc": { "start": { - "line": 861, + "line": 857, "column": 12 }, "end": { - "line": 861, + "line": 857, "column": 16 } } @@ -69914,31 +69621,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 29923, - 29941 + 29790, + 29808 ], "loc": { "start": { - "line": 861, + "line": 857, "column": 17 }, "end": { - "line": 861, + "line": 857, "column": 35 } } }, "range": [ - 29918, - 29941 + 29785, + 29808 ], "loc": { "start": { - "line": 861, + "line": 857, "column": 12 }, "end": { - "line": 861, + "line": 857, "column": 35 } } @@ -69955,16 +69662,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 29961, - 29973 + 29828, + 29840 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 16 }, "end": { - "line": 862, + "line": 858, "column": 28 } } @@ -69978,16 +69685,16 @@ "type": "Identifier", "name": "name", "range": [ - 29978, - 29982 + 29845, + 29849 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 33 }, "end": { - "line": 862, + "line": 858, "column": 37 } } @@ -69997,16 +69704,16 @@ "value": "default", "raw": "'default'", "range": [ - 29984, - 29993 + 29851, + 29860 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 39 }, "end": { - "line": 862, + "line": 858, "column": 48 } } @@ -70016,47 +69723,47 @@ "shorthand": false, "computed": false, "range": [ - 29978, - 29993 + 29845, + 29860 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 33 }, "end": { - "line": 862, + "line": 858, "column": 48 } } } ], "range": [ - 29976, - 29995 + 29843, + 29862 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 31 }, "end": { - "line": 862, + "line": 858, "column": 50 } } }, "range": [ - 29961, - 29995 + 29828, + 29862 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 16 }, "end": { - "line": 862, + "line": 858, "column": 50 } } @@ -70064,16 +69771,16 @@ ], "kind": "let", "range": [ - 29957, - 29996 + 29824, + 29863 ], "loc": { "start": { - "line": 862, + "line": 858, "column": 12 }, "end": { - "line": 862, + "line": 858, "column": 51 } } @@ -70091,16 +69798,16 @@ "object": { "type": "ThisExpression", "range": [ - 30009, - 30013 + 29876, + 29880 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 12 }, "end": { - "line": 863, + "line": 859, "column": 16 } } @@ -70109,31 +69816,31 @@ "type": "Identifier", "name": "themes", "range": [ - 30014, - 30020 + 29881, + 29887 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 17 }, "end": { - "line": 863, + "line": 859, "column": 23 } } }, "range": [ - 30009, - 30020 + 29876, + 29887 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 12 }, "end": { - "line": 863, + "line": 859, "column": 23 } } @@ -70142,31 +69849,31 @@ "type": "Identifier", "name": "push", "range": [ - 30021, - 30025 + 29888, + 29892 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 24 }, "end": { - "line": 863, + "line": 859, "column": 28 } } }, "range": [ - 30009, - 30025 + 29876, + 29892 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 12 }, "end": { - "line": 863, + "line": 859, "column": 28 } } @@ -70176,79 +69883,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 30026, - 30038 + 29893, + 29905 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 29 }, "end": { - "line": 863, + "line": 859, "column": 41 } } } ], "range": [ - 30009, - 30039 + 29876, + 29906 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 12 }, "end": { - "line": 863, + "line": 859, "column": 42 } } }, "range": [ - 30009, - 30040 + 29876, + 29907 ], "loc": { "start": { - "line": 863, + "line": 859, "column": 12 }, "end": { - "line": 863, + "line": 859, "column": 43 } } } ], "range": [ - 29943, - 30050 + 29810, + 29917 ], "loc": { "start": { - "line": 861, + "line": 857, "column": 37 }, "end": { - "line": 864, + "line": 860, "column": 9 } } }, "alternate": null, "range": [ - 29914, - 30050 + 29781, + 29917 ], "loc": { "start": { - "line": 861, + "line": 857, "column": 8 }, "end": { - "line": 864, + "line": 860, "column": 9 } }, @@ -70257,16 +69964,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 29883, - 29905 + 29750, + 29772 ], "loc": { "start": { - "line": 860, + "line": 856, "column": 8 }, "end": { - "line": 860, + "line": 856, "column": 30 } } @@ -70281,16 +69988,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 30063, - 30070 + 29930, + 29937 ], "loc": { "start": { - "line": 865, + "line": 861, "column": 12 }, "end": { - "line": 865, + "line": 861, "column": 19 } } @@ -70300,32 +70007,32 @@ "type": "Identifier", "name": "themes", "range": [ - 30071, - 30077 + 29938, + 29944 ], "loc": { "start": { - "line": 865, + "line": 861, "column": 20 }, "end": { - "line": 865, + "line": 861, "column": 26 } } } ], "range": [ - 30063, - 30078 + 29930, + 29945 ], "loc": { "start": { - "line": 865, + "line": 861, "column": 12 }, "end": { - "line": 865, + "line": 861, "column": 27 } } @@ -70344,16 +70051,16 @@ "type": "Identifier", "name": "i", "range": [ - 30103, - 30104 + 29970, + 29971 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 21 }, "end": { - "line": 866, + "line": 862, "column": 22 } } @@ -70363,31 +70070,31 @@ "value": 0, "raw": "0", "range": [ - 30107, - 30108 + 29974, + 29975 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 25 }, "end": { - "line": 866, + "line": 862, "column": 26 } } }, "range": [ - 30103, - 30108 + 29970, + 29975 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 21 }, "end": { - "line": 866, + "line": 862, "column": 26 } } @@ -70398,16 +70105,16 @@ "type": "Identifier", "name": "len", "range": [ - 30110, - 30113 + 29977, + 29980 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 28 }, "end": { - "line": 866, + "line": 862, "column": 31 } } @@ -70419,16 +70126,16 @@ "type": "Identifier", "name": "themes", "range": [ - 30116, - 30122 + 29983, + 29989 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 34 }, "end": { - "line": 866, + "line": 862, "column": 40 } } @@ -70437,46 +70144,46 @@ "type": "Identifier", "name": "length", "range": [ - 30123, - 30129 + 29990, + 29996 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 41 }, "end": { - "line": 866, + "line": 862, "column": 47 } } }, "range": [ - 30116, - 30129 + 29983, + 29996 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 34 }, "end": { - "line": 866, + "line": 862, "column": 47 } } }, "range": [ - 30110, - 30129 + 29977, + 29996 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 28 }, "end": { - "line": 866, + "line": 862, "column": 47 } } @@ -70484,16 +70191,16 @@ ], "kind": "let", "range": [ - 30099, - 30129 + 29966, + 29996 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 17 }, "end": { - "line": 866, + "line": 862, "column": 47 } } @@ -70505,16 +70212,16 @@ "type": "Identifier", "name": "i", "range": [ - 30131, - 30132 + 29998, + 29999 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 49 }, "end": { - "line": 866, + "line": 862, "column": 50 } } @@ -70523,31 +70230,31 @@ "type": "Identifier", "name": "len", "range": [ - 30135, - 30138 + 30002, + 30005 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 53 }, "end": { - "line": 866, + "line": 862, "column": 56 } } }, "range": [ - 30131, - 30138 + 29998, + 30005 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 49 }, "end": { - "line": 866, + "line": 862, "column": 56 } } @@ -70559,32 +70266,32 @@ "type": "Identifier", "name": "i", "range": [ - 30140, - 30141 + 30007, + 30008 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 58 }, "end": { - "line": 866, + "line": 862, "column": 59 } } }, "prefix": false, "range": [ - 30140, - 30143 + 30007, + 30010 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 58 }, "end": { - "line": 866, + "line": 862, "column": 61 } } @@ -70601,16 +70308,16 @@ "type": "Identifier", "name": "theme", "range": [ - 30167, - 30172 + 30034, + 30039 ], "loc": { "start": { - "line": 867, + "line": 863, "column": 20 }, "end": { - "line": 867, + "line": 863, "column": 25 } } @@ -70622,16 +70329,16 @@ "type": "Identifier", "name": "themes", "range": [ - 30175, - 30181 + 30042, + 30048 ], "loc": { "start": { - "line": 867, + "line": 863, "column": 28 }, "end": { - "line": 867, + "line": 863, "column": 34 } } @@ -70640,46 +70347,46 @@ "type": "Identifier", "name": "i", "range": [ - 30182, - 30183 + 30049, + 30050 ], "loc": { "start": { - "line": 867, + "line": 863, "column": 35 }, "end": { - "line": 867, + "line": 863, "column": 36 } } }, "range": [ - 30175, - 30184 + 30042, + 30051 ], "loc": { "start": { - "line": 867, + "line": 863, "column": 28 }, "end": { - "line": 867, + "line": 863, "column": 37 } } }, "range": [ - 30167, - 30184 + 30034, + 30051 ], "loc": { "start": { - "line": 867, + "line": 863, "column": 20 }, "end": { - "line": 867, + "line": 863, "column": 37 } } @@ -70687,16 +70394,16 @@ ], "kind": "let", "range": [ - 30163, - 30185 + 30030, + 30052 ], "loc": { "start": { - "line": 867, + "line": 863, "column": 16 }, "end": { - "line": 867, + "line": 863, "column": 38 } } @@ -70710,16 +70417,16 @@ "type": "Identifier", "name": "name", "range": [ - 30206, - 30210 + 30073, + 30077 ], "loc": { "start": { - "line": 868, + "line": 864, "column": 20 }, "end": { - "line": 868, + "line": 864, "column": 24 } } @@ -70731,16 +70438,16 @@ "type": "Identifier", "name": "theme", "range": [ - 30213, - 30218 + 30080, + 30085 ], "loc": { "start": { - "line": 868, + "line": 864, "column": 27 }, "end": { - "line": 868, + "line": 864, "column": 32 } } @@ -70749,46 +70456,46 @@ "type": "Identifier", "name": "name", "range": [ - 30219, - 30223 + 30086, + 30090 ], "loc": { "start": { - "line": 868, + "line": 864, "column": 33 }, "end": { - "line": 868, + "line": 864, "column": 37 } } }, "range": [ - 30213, - 30223 + 30080, + 30090 ], "loc": { "start": { - "line": 868, + "line": 864, "column": 27 }, "end": { - "line": 868, + "line": 864, "column": 37 } } }, "range": [ - 30206, - 30223 + 30073, + 30090 ], "loc": { "start": { - "line": 868, + "line": 864, "column": 20 }, "end": { - "line": 868, + "line": 864, "column": 37 } } @@ -70796,16 +70503,16 @@ ], "kind": "let", "range": [ - 30202, - 30224 + 30069, + 30091 ], "loc": { "start": { - "line": 868, + "line": 864, "column": 16 }, "end": { - "line": 868, + "line": 864, "column": 38 } } @@ -70819,16 +70526,16 @@ "type": "Identifier", "name": "path", "range": [ - 30245, - 30249 + 30112, + 30116 ], "loc": { "start": { - "line": 869, + "line": 865, "column": 20 }, "end": { - "line": 869, + "line": 865, "column": 24 } } @@ -70840,16 +70547,16 @@ "type": "Identifier", "name": "theme", "range": [ - 30252, - 30257 + 30119, + 30124 ], "loc": { "start": { - "line": 869, + "line": 865, "column": 27 }, "end": { - "line": 869, + "line": 865, "column": 32 } } @@ -70858,46 +70565,46 @@ "type": "Identifier", "name": "path", "range": [ - 30258, - 30262 + 30125, + 30129 ], "loc": { "start": { - "line": 869, + "line": 865, "column": 33 }, "end": { - "line": 869, + "line": 865, "column": 37 } } }, "range": [ - 30252, - 30262 + 30119, + 30129 ], "loc": { "start": { - "line": 869, + "line": 865, "column": 27 }, "end": { - "line": 869, + "line": 865, "column": 37 } } }, "range": [ - 30245, - 30262 + 30112, + 30129 ], "loc": { "start": { - "line": 869, + "line": 865, "column": 20 }, "end": { - "line": 869, + "line": 865, "column": 37 } } @@ -70905,16 +70612,16 @@ ], "kind": "let", "range": [ - 30241, - 30263 + 30108, + 30130 ], "loc": { "start": { - "line": 869, + "line": 865, "column": 16 }, "end": { - "line": 869, + "line": 865, "column": 38 } } @@ -70928,16 +70635,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 30284, - 30291 + 30151, + 30158 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 20 }, "end": { - "line": 870, + "line": 866, "column": 27 } } @@ -70951,16 +70658,16 @@ "object": { "type": "ThisExpression", "range": [ - 30294, - 30298 + 30161, + 30165 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 30 }, "end": { - "line": 870, + "line": 866, "column": 34 } } @@ -70969,31 +70676,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 30299, - 30305 + 30166, + 30172 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 35 }, "end": { - "line": 870, + "line": 866, "column": 41 } } }, "range": [ - 30294, - 30305 + 30161, + 30172 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 30 }, "end": { - "line": 870, + "line": 866, "column": 41 } } @@ -71002,46 +70709,46 @@ "type": "Identifier", "name": "name", "range": [ - 30308, - 30312 + 30175, + 30179 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 44 }, "end": { - "line": 870, + "line": 866, "column": 48 } } }, "range": [ - 30294, - 30312 + 30161, + 30179 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 30 }, "end": { - "line": 870, + "line": 866, "column": 48 } } }, "range": [ - 30284, - 30312 + 30151, + 30179 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 20 }, "end": { - "line": 870, + "line": 866, "column": 48 } } @@ -71049,16 +70756,16 @@ ], "kind": "let", "range": [ - 30280, - 30313 + 30147, + 30180 ], "loc": { "start": { - "line": 870, + "line": 866, "column": 16 }, "end": { - "line": 870, + "line": 866, "column": 49 } } @@ -71072,16 +70779,16 @@ "type": "Identifier", "name": "name", "range": [ - 30334, - 30338 + 30201, + 30205 ], "loc": { "start": { - "line": 871, + "line": 867, "column": 20 }, "end": { - "line": 871, + "line": 867, "column": 24 } } @@ -71093,47 +70800,47 @@ "type": "Identifier", "name": "path", "range": [ - 30343, - 30347 + 30210, + 30214 ], "loc": { "start": { - "line": 871, + "line": 867, "column": 29 }, "end": { - "line": 871, + "line": 867, "column": 33 } } }, "prefix": true, "range": [ - 30342, - 30347 + 30209, + 30214 ], "loc": { "start": { - "line": 871, + "line": 867, "column": 28 }, "end": { - "line": 871, + "line": 867, "column": 33 } } }, "range": [ - 30334, - 30347 + 30201, + 30214 ], "loc": { "start": { - "line": 871, + "line": 867, "column": 20 }, "end": { - "line": 871, + "line": 867, "column": 33 } } @@ -71150,16 +70857,16 @@ "type": "Identifier", "name": "path", "range": [ - 30371, - 30375 + 30238, + 30242 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 20 }, "end": { - "line": 872, + "line": 868, "column": 24 } } @@ -71182,16 +70889,16 @@ "object": { "type": "ThisExpression", "range": [ - 30378, - 30382 + 30245, + 30249 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 27 }, "end": { - "line": 872, + "line": 868, "column": 31 } } @@ -71200,31 +70907,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 30383, - 30393 + 30250, + 30260 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 32 }, "end": { - "line": 872, + "line": 868, "column": 42 } } }, "range": [ - 30378, - 30393 + 30245, + 30260 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 27 }, "end": { - "line": 872, + "line": 868, "column": 42 } } @@ -71233,31 +70940,31 @@ "type": "Identifier", "name": "name", "range": [ - 30396, - 30400 + 30263, + 30267 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 45 }, "end": { - "line": 872, + "line": 868, "column": 49 } } }, "range": [ - 30378, - 30400 + 30245, + 30267 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 27 }, "end": { - "line": 872, + "line": 868, "column": 49 } } @@ -71267,31 +70974,31 @@ "value": "/", "raw": "'/'", "range": [ - 30403, - 30406 + 30270, + 30273 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 52 }, "end": { - "line": 872, + "line": 868, "column": 55 } } }, "range": [ - 30378, - 30406 + 30245, + 30273 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 27 }, "end": { - "line": 872, + "line": 868, "column": 55 } } @@ -71300,31 +71007,31 @@ "type": "Identifier", "name": "name", "range": [ - 30409, - 30413 + 30276, + 30280 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 58 }, "end": { - "line": 872, + "line": 868, "column": 62 } } }, "range": [ - 30378, - 30413 + 30245, + 30280 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 27 }, "end": { - "line": 872, + "line": 868, "column": 62 } } @@ -71334,77 +71041,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 30416, - 30422 + 30283, + 30289 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 65 }, "end": { - "line": 872, + "line": 868, "column": 71 } } }, "range": [ - 30378, - 30422 + 30245, + 30289 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 27 }, "end": { - "line": 872, + "line": 868, "column": 71 } } }, "range": [ - 30371, - 30422 + 30238, + 30289 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 20 }, "end": { - "line": 872, + "line": 868, "column": 71 } } }, "range": [ - 30371, - 30423 + 30238, + 30290 ], "loc": { "start": { - "line": 872, + "line": 868, "column": 20 }, "end": { - "line": 872, + "line": 868, "column": 72 } } } ], "range": [ - 30349, - 30441 + 30216, + 30308 ], "loc": { "start": { - "line": 871, + "line": 867, "column": 35 }, "end": { - "line": 873, + "line": 869, "column": 17 } } @@ -71421,32 +71128,32 @@ "type": "Identifier", "name": "name", "range": [ - 30468, - 30472 + 30335, + 30339 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 26 }, "end": { - "line": 874, + "line": 870, "column": 30 } } }, "prefix": true, "range": [ - 30467, - 30472 + 30334, + 30339 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 25 }, "end": { - "line": 874, + "line": 870, "column": 30 } } @@ -71458,16 +71165,16 @@ "type": "Identifier", "name": "theme", "range": [ - 30476, - 30481 + 30343, + 30348 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 34 }, "end": { - "line": 874, + "line": 870, "column": 39 } } @@ -71476,46 +71183,46 @@ "type": "Identifier", "name": "path", "range": [ - 30482, - 30486 + 30349, + 30353 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 40 }, "end": { - "line": 874, + "line": 870, "column": 44 } } }, "range": [ - 30476, - 30486 + 30343, + 30353 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 34 }, "end": { - "line": 874, + "line": 870, "column": 44 } } }, "range": [ - 30467, - 30486 + 30334, + 30353 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 25 }, "end": { - "line": 874, + "line": 870, "column": 44 } } @@ -71532,16 +71239,16 @@ "type": "Identifier", "name": "name", "range": [ - 30510, - 30514 + 30377, + 30381 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 20 }, "end": { - "line": 875, + "line": 871, "column": 24 } } @@ -71556,16 +71263,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 30517, - 30527 + 30384, + 30394 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 27 }, "end": { - "line": 875, + "line": 871, "column": 37 } } @@ -71574,31 +71281,31 @@ "type": "Identifier", "name": "replace", "range": [ - 30528, - 30535 + 30395, + 30402 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 38 }, "end": { - "line": 875, + "line": 871, "column": 45 } } }, "range": [ - 30517, - 30535 + 30384, + 30402 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 27 }, "end": { - "line": 875, + "line": 871, "column": 45 } } @@ -71609,16 +71316,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 30536, - 30541 + 30403, + 30408 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 46 }, "end": { - "line": 875, + "line": 871, "column": 51 } } @@ -71627,109 +71334,109 @@ "type": "Identifier", "name": "i", "range": [ - 30543, - 30544 + 30410, + 30411 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 53 }, "end": { - "line": 875, + "line": 871, "column": 54 } } } ], "range": [ - 30517, - 30545 + 30384, + 30412 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 27 }, "end": { - "line": 875, + "line": 871, "column": 55 } } }, "range": [ - 30510, - 30545 + 30377, + 30412 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 20 }, "end": { - "line": 875, + "line": 871, "column": 55 } } }, "range": [ - 30510, - 30546 + 30377, + 30413 ], "loc": { "start": { - "line": 875, + "line": 871, "column": 20 }, "end": { - "line": 875, + "line": 871, "column": 56 } } } ], "range": [ - 30488, - 30564 + 30355, + 30431 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 46 }, "end": { - "line": 876, + "line": 872, "column": 17 } } }, "alternate": null, "range": [ - 30463, - 30564 + 30330, + 30431 ], "loc": { "start": { - "line": 874, + "line": 870, "column": 21 }, "end": { - "line": 876, + "line": 872, "column": 17 } } }, "range": [ - 30330, - 30564 + 30197, + 30431 ], "loc": { "start": { - "line": 871, + "line": 867, "column": 16 }, "end": { - "line": 876, + "line": 872, "column": 17 } } @@ -71747,16 +71454,16 @@ "object": { "type": "ThisExpression", "range": [ - 30587, - 30591 + 30454, + 30458 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 21 }, "end": { - "line": 878, + "line": 874, "column": 25 } } @@ -71765,31 +71472,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 30592, - 30602 + 30459, + 30469 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 26 }, "end": { - "line": 878, + "line": 874, "column": 36 } } }, "range": [ - 30587, - 30602 + 30454, + 30469 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 21 }, "end": { - "line": 878, + "line": 874, "column": 36 } } @@ -71799,16 +71506,16 @@ "type": "Identifier", "name": "path", "range": [ - 30603, - 30607 + 30470, + 30474 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 37 }, "end": { - "line": 878, + "line": 874, "column": 41 } } @@ -71818,48 +71525,48 @@ "value": "link", "raw": "'link'", "range": [ - 30609, - 30615 + 30476, + 30482 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 43 }, "end": { - "line": 878, + "line": 874, "column": 49 } } } ], "range": [ - 30587, - 30616 + 30454, + 30483 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 21 }, "end": { - "line": 878, + "line": 874, "column": 50 } } }, "prefix": true, "range": [ - 30586, - 30616 + 30453, + 30483 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 20 }, "end": { - "line": 878, + "line": 874, "column": 50 } } @@ -71877,16 +71584,16 @@ "object": { "type": "ThisExpression", "range": [ - 30640, - 30644 + 30507, + 30511 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 20 }, "end": { - "line": 879, + "line": 875, "column": 24 } } @@ -71895,31 +71602,31 @@ "type": "Identifier", "name": "import", "range": [ - 30645, - 30651 + 30512, + 30518 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 25 }, "end": { - "line": 879, + "line": 875, "column": 31 } } }, "range": [ - 30640, - 30651 + 30507, + 30518 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 20 }, "end": { - "line": 879, + "line": 875, "column": 31 } } @@ -71929,16 +71636,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 30652, - 30659 + 30519, + 30526 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 32 }, "end": { - "line": 879, + "line": 875, "column": 39 } } @@ -71947,16 +71654,16 @@ "type": "Identifier", "name": "path", "range": [ - 30661, - 30665 + 30528, + 30532 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 41 }, "end": { - "line": 879, + "line": 875, "column": 45 } } @@ -71966,16 +71673,16 @@ "value": null, "raw": "null", "range": [ - 30667, - 30671 + 30534, + 30538 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 47 }, "end": { - "line": 879, + "line": 875, "column": 51 } } @@ -71985,142 +71692,142 @@ "value": "link", "raw": "'link'", "range": [ - 30673, - 30679 + 30540, + 30546 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 53 }, "end": { - "line": 879, + "line": 875, "column": 59 } } } ], "range": [ - 30640, - 30680 + 30507, + 30547 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 20 }, "end": { - "line": 879, + "line": 875, "column": 60 } } }, "range": [ - 30640, - 30681 + 30507, + 30548 ], "loc": { "start": { - "line": 879, + "line": 875, "column": 20 }, "end": { - "line": 879, + "line": 875, "column": 61 } } } ], "range": [ - 30618, - 30699 + 30485, + 30566 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 52 }, "end": { - "line": 880, + "line": 876, "column": 17 } } }, "alternate": null, "range": [ - 30582, - 30699 + 30449, + 30566 ], "loc": { "start": { - "line": 878, + "line": 874, "column": 16 }, "end": { - "line": 880, + "line": 876, "column": 17 } } } ], "range": [ - 30145, - 30713 + 30012, + 30580 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 63 }, "end": { - "line": 881, + "line": 877, "column": 13 } } }, "range": [ - 30094, - 30713 + 29961, + 30580 ], "loc": { "start": { - "line": 866, + "line": 862, "column": 12 }, "end": { - "line": 881, + "line": 877, "column": 13 } } } ], "range": [ - 30080, - 30723 + 29947, + 30590 ], "loc": { "start": { - "line": 865, + "line": 861, "column": 29 }, "end": { - "line": 882, + "line": 878, "column": 9 } } }, "alternate": null, "range": [ - 30059, - 30723 + 29926, + 30590 ], "loc": { "start": { - "line": 865, + "line": 861, "column": 8 }, "end": { - "line": 882, + "line": 878, "column": 9 } }, @@ -72129,16 +71836,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 30733, - 30787 + 30600, + 30654 ], "loc": { "start": { - "line": 884, + "line": 880, "column": 8 }, "end": { - "line": 884, + "line": 880, "column": 62 } } @@ -72147,16 +71854,16 @@ "type": "Line", "value": "Reset button", "range": [ - 30796, - 30810 + 30663, + 30677 ], "loc": { "start": { - "line": 885, + "line": 881, "column": 8 }, "end": { - "line": 885, + "line": 881, "column": 22 } } @@ -72174,16 +71881,16 @@ "object": { "type": "ThisExpression", "range": [ - 30819, - 30823 + 30686, + 30690 ], "loc": { "start": { - "line": 886, + "line": 882, "column": 8 }, "end": { - "line": 886, + "line": 882, "column": 12 } } @@ -72192,31 +71899,31 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 30824, - 30836 + 30691, + 30703 ], "loc": { "start": { - "line": 886, + "line": 882, "column": 13 }, "end": { - "line": 886, + "line": 882, "column": 25 } } }, "range": [ - 30819, - 30836 + 30686, + 30703 ], "loc": { "start": { - "line": 886, + "line": 882, "column": 8 }, "end": { - "line": 886, + "line": 882, "column": 25 } } @@ -72226,46 +71933,46 @@ "value": null, "raw": "null", "range": [ - 30839, - 30843 + 30706, + 30710 ], "loc": { "start": { - "line": 886, + "line": 882, "column": 28 }, "end": { - "line": 886, + "line": 882, "column": 32 } } }, "range": [ - 30819, - 30843 + 30686, + 30710 ], "loc": { "start": { - "line": 886, + "line": 882, "column": 8 }, "end": { - "line": 886, + "line": 882, "column": 32 } } }, "range": [ - 30819, - 30844 + 30686, + 30711 ], "loc": { "start": { - "line": 886, + "line": 882, "column": 8 }, "end": { - "line": 886, + "line": 882, "column": 33 } }, @@ -72274,16 +71981,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 30733, - 30787 + 30600, + 30654 ], "loc": { "start": { - "line": 884, + "line": 880, "column": 8 }, "end": { - "line": 884, + "line": 880, "column": 62 } } @@ -72292,16 +71999,16 @@ "type": "Line", "value": "Reset button", "range": [ - 30796, - 30810 + 30663, + 30677 ], "loc": { "start": { - "line": 885, + "line": 881, "column": 8 }, "end": { - "line": 885, + "line": 881, "column": 22 } } @@ -72319,16 +72026,16 @@ "object": { "type": "ThisExpression", "range": [ - 30853, - 30857 + 30720, + 30724 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 8 }, "end": { - "line": 887, + "line": 883, "column": 12 } } @@ -72337,31 +72044,31 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 30858, - 30870 + 30725, + 30737 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 13 }, "end": { - "line": 887, + "line": 883, "column": 25 } } }, "range": [ - 30853, - 30870 + 30720, + 30737 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 8 }, "end": { - "line": 887, + "line": 883, "column": 25 } } @@ -72377,16 +72084,16 @@ "value": "", "raw": "'\" title=\"Clear filters\" />'", "range": [ - 30951, - 30979 + 30818, + 30846 ], "loc": { "start": { - "line": 888, + "line": 884, "column": 36 }, "end": { - "line": 888, + "line": 884, "column": 64 } } }, "range": [ - 30873, - 30979 + 30740, + 30846 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 28 }, "end": { - "line": 888, + "line": 884, "column": 64 } } }, "range": [ - 30853, - 30979 + 30720, + 30846 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 8 }, "end": { - "line": 888, + "line": 884, "column": 64 } } }, "range": [ - 30853, - 30980 + 30720, + 30847 ], "loc": { "start": { - "line": 887, + "line": 883, "column": 8 }, "end": { - "line": 888, + "line": 884, "column": 65 } }, @@ -72527,16 +72234,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 30990, - 31006 + 30857, + 30873 ], "loc": { "start": { - "line": 890, + "line": 886, "column": 8 }, "end": { - "line": 890, + "line": 886, "column": 24 } } @@ -72554,16 +72261,16 @@ "object": { "type": "ThisExpression", "range": [ - 31015, - 31019 + 30882, + 30886 ], "loc": { "start": { - "line": 891, + "line": 887, "column": 8 }, "end": { - "line": 891, + "line": 887, "column": 12 } } @@ -72572,31 +72279,31 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 31020, - 31035 + 30887, + 30902 ], "loc": { "start": { - "line": 891, + "line": 887, "column": 13 }, "end": { - "line": 891, + "line": 887, "column": 28 } } }, "range": [ - 31015, - 31035 + 30882, + 30902 ], "loc": { "start": { - "line": 891, + "line": 887, "column": 8 }, "end": { - "line": 891, + "line": 887, "column": 28 } } @@ -72612,16 +72319,16 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 31115, - 31156 + 30982, + 31023 ], "loc": { "start": { - "line": 892, + "line": 888, "column": 35 }, "end": { - "line": 892, + "line": 888, "column": 76 } } }, "range": [ - 31038, - 31156 + 30905, + 31023 ], "loc": { "start": { - "line": 891, + "line": 887, "column": 31 }, "end": { - "line": 892, + "line": 888, "column": 76 } } }, "range": [ - 31015, - 31156 + 30882, + 31023 ], "loc": { "start": { - "line": 891, + "line": 887, "column": 8 }, "end": { - "line": 892, + "line": 888, "column": 76 } } }, "range": [ - 31015, - 31157 + 30882, + 31024 ], "loc": { "start": { - "line": 891, + "line": 887, "column": 8 }, "end": { - "line": 892, + "line": 888, "column": 77 } }, @@ -72762,16 +72469,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 30990, - 31006 + 30857, + 30873 ], "loc": { "start": { - "line": 890, + "line": 886, "column": 8 }, "end": { - "line": 890, + "line": 886, "column": 24 } } @@ -72789,16 +72496,16 @@ "object": { "type": "ThisExpression", "range": [ - 31166, - 31170 + 31033, + 31037 ], "loc": { "start": { - "line": 893, + "line": 889, "column": 8 }, "end": { - "line": 893, + "line": 889, "column": 12 } } @@ -72807,31 +72514,31 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 31171, - 31186 + 31038, + 31053 ], "loc": { "start": { - "line": 893, + "line": 889, "column": 13 }, "end": { - "line": 893, + "line": 889, "column": 28 } } }, "range": [ - 31166, - 31186 + 31033, + 31053 ], "loc": { "start": { - "line": 893, + "line": 889, "column": 8 }, "end": { - "line": 893, + "line": 889, "column": 28 } } @@ -72847,16 +72554,16 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 31266, - 31299 + 31133, + 31166 ], "loc": { "start": { - "line": 894, + "line": 890, "column": 35 }, "end": { - "line": 894, + "line": 890, "column": 68 } } }, "range": [ - 31189, - 31299 + 31056, + 31166 ], "loc": { "start": { - "line": 893, + "line": 889, "column": 31 }, "end": { - "line": 894, + "line": 890, "column": 68 } } }, "range": [ - 31166, - 31299 + 31033, + 31166 ], "loc": { "start": { - "line": 893, + "line": 889, "column": 8 }, "end": { - "line": 894, + "line": 890, "column": 68 } } }, "range": [ - 31166, - 31300 + 31033, + 31167 ], "loc": { "start": { - "line": 893, + "line": 889, "column": 8 }, "end": { - "line": 894, + "line": 890, "column": 69 } } @@ -73004,16 +72711,16 @@ "object": { "type": "ThisExpression", "range": [ - 31309, - 31313 + 31176, + 31180 ], "loc": { "start": { - "line": 895, + "line": 891, "column": 8 }, "end": { - "line": 895, + "line": 891, "column": 12 } } @@ -73022,31 +72729,31 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 31314, - 31330 + 31181, + 31197 ], "loc": { "start": { - "line": 895, + "line": 891, "column": 13 }, "end": { - "line": 895, + "line": 891, "column": 29 } } }, "range": [ - 31309, - 31330 + 31176, + 31197 ], "loc": { "start": { - "line": 895, + "line": 891, "column": 8 }, "end": { - "line": 895, + "line": 891, "column": 29 } } @@ -73062,16 +72769,16 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 31410, - 31445 + 31277, + 31312 ], "loc": { "start": { - "line": 896, + "line": 892, "column": 35 }, "end": { - "line": 896, + "line": 892, "column": 70 } } }, "range": [ - 31333, - 31445 + 31200, + 31312 ], "loc": { "start": { - "line": 895, + "line": 891, "column": 32 }, "end": { - "line": 896, + "line": 892, "column": 70 } } }, "range": [ - 31309, - 31445 + 31176, + 31312 ], "loc": { "start": { - "line": 895, + "line": 891, "column": 8 }, "end": { - "line": 896, + "line": 892, "column": 70 } } }, "range": [ - 31309, - 31446 + 31176, + 31313 ], "loc": { "start": { - "line": 895, + "line": 891, "column": 8 }, "end": { - "line": 896, + "line": 892, "column": 71 } } @@ -73219,16 +72926,16 @@ "object": { "type": "ThisExpression", "range": [ - 31455, - 31459 + 31322, + 31326 ], "loc": { "start": { - "line": 897, + "line": 893, "column": 8 }, "end": { - "line": 897, + "line": 893, "column": 12 } } @@ -73237,31 +72944,31 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 31460, - 31475 + 31327, + 31342 ], "loc": { "start": { - "line": 897, + "line": 893, "column": 13 }, "end": { - "line": 897, + "line": 893, "column": 28 } } }, "range": [ - 31455, - 31475 + 31322, + 31342 ], "loc": { "start": { - "line": 897, + "line": 893, "column": 8 }, "end": { - "line": 897, + "line": 893, "column": 28 } } @@ -73277,16 +72984,16 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 31555, - 31588 + 31422, + 31455 ], "loc": { "start": { - "line": 898, + "line": 894, "column": 35 }, "end": { - "line": 898, + "line": 894, "column": 68 } } }, "range": [ - 31478, - 31588 + 31345, + 31455 ], "loc": { "start": { - "line": 897, + "line": 893, "column": 31 }, "end": { - "line": 898, + "line": 894, "column": 68 } } }, "range": [ - 31455, - 31588 + 31322, + 31455 ], "loc": { "start": { - "line": 897, + "line": 893, "column": 8 }, "end": { - "line": 898, + "line": 894, "column": 68 } } }, "range": [ - 31455, - 31589 + 31322, + 31456 ], "loc": { "start": { - "line": 897, + "line": 893, "column": 8 }, "end": { - "line": 898, + "line": 894, "column": 69 } }, @@ -73427,16 +73134,16 @@ "type": "Line", "value": "Loader", "range": [ - 31599, - 31607 + 31466, + 31474 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 16 } } @@ -73454,16 +73161,16 @@ "object": { "type": "ThisExpression", "range": [ - 31616, - 31620 + 31483, + 31487 ], "loc": { "start": { - "line": 901, + "line": 897, "column": 8 }, "end": { - "line": 901, + "line": 897, "column": 12 } } @@ -73472,31 +73179,31 @@ "type": "Identifier", "name": "loader", "range": [ - 31621, - 31627 + 31488, + 31494 ], "loc": { "start": { - "line": 901, + "line": 897, "column": 13 }, "end": { - "line": 901, + "line": 897, "column": 19 } } }, "range": [ - 31616, - 31627 + 31483, + 31494 ], "loc": { "start": { - "line": 901, + "line": 897, "column": 8 }, "end": { - "line": 901, + "line": 897, "column": 19 } } @@ -73506,46 +73213,46 @@ "value": true, "raw": "true", "range": [ - 31630, - 31634 + 31497, + 31501 ], "loc": { "start": { - "line": 901, + "line": 897, "column": 22 }, "end": { - "line": 901, + "line": 897, "column": 26 } } }, "range": [ - 31616, - 31634 + 31483, + 31501 ], "loc": { "start": { - "line": 901, + "line": 897, "column": 8 }, "end": { - "line": 901, + "line": 897, "column": 26 } } }, "range": [ - 31616, - 31635 + 31483, + 31502 ], "loc": { "start": { - "line": 901, + "line": 897, "column": 8 }, "end": { - "line": 901, + "line": 897, "column": 27 } }, @@ -73554,16 +73261,16 @@ "type": "Line", "value": "Loader", "range": [ - 31599, - 31607 + 31466, + 31474 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 16 } } @@ -73581,16 +73288,16 @@ "object": { "type": "ThisExpression", "range": [ - 31644, - 31648 + 31511, + 31515 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 902, + "line": 898, "column": 12 } } @@ -73599,31 +73306,31 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 31649, - 31659 + 31516, + 31526 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 13 }, "end": { - "line": 902, + "line": 898, "column": 23 } } }, "range": [ - 31644, - 31659 + 31511, + 31526 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 902, + "line": 898, "column": 23 } } @@ -73633,46 +73340,46 @@ "value": "
", "raw": "'
'", "range": [ - 31662, - 31697 + 31529, + 31564 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 26 }, "end": { - "line": 902, + "line": 898, "column": 61 } } }, "range": [ - 31644, - 31697 + 31511, + 31564 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 902, + "line": 898, "column": 61 } } }, "range": [ - 31644, - 31698 + 31511, + 31565 ], "loc": { "start": { - "line": 902, + "line": 898, "column": 8 }, "end": { - "line": 902, + "line": 898, "column": 62 } } @@ -73688,16 +73395,16 @@ "object": { "type": "ThisExpression", "range": [ - 31707, - 31711 + 31574, + 31578 ], "loc": { "start": { - "line": 903, + "line": 899, "column": 8 }, "end": { - "line": 903, + "line": 899, "column": 12 } } @@ -73706,31 +73413,31 @@ "type": "Identifier", "name": "loaderText", "range": [ - 31712, - 31722 + 31579, + 31589 ], "loc": { "start": { - "line": 903, + "line": 899, "column": 13 }, "end": { - "line": 903, + "line": 899, "column": 23 } } }, "range": [ - 31707, - 31722 + 31574, + 31589 ], "loc": { "start": { - "line": 903, + "line": 899, "column": 8 }, "end": { - "line": 903, + "line": 899, "column": 23 } } @@ -73740,46 +73447,46 @@ "value": null, "raw": "null", "range": [ - 31725, - 31729 + 31592, + 31596 ], "loc": { "start": { - "line": 903, + "line": 899, "column": 26 }, "end": { - "line": 903, + "line": 899, "column": 30 } } }, "range": [ - 31707, - 31729 + 31574, + 31596 ], "loc": { "start": { - "line": 903, + "line": 899, "column": 8 }, "end": { - "line": 903, + "line": 899, "column": 30 } } }, "range": [ - 31707, - 31730 + 31574, + 31597 ], "loc": { "start": { - "line": 903, + "line": 899, "column": 8 }, "end": { - "line": 903, + "line": 899, "column": 31 } } @@ -73797,16 +73504,16 @@ "object": { "type": "ThisExpression", "range": [ - 31740, - 31744 + 31607, + 31611 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 12 } } @@ -73815,31 +73522,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 31745, - 31752 + 31612, + 31619 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 13 }, "end": { - "line": 905, + "line": 901, "column": 20 } } }, "range": [ - 31740, - 31752 + 31607, + 31619 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 20 } } @@ -73848,31 +73555,31 @@ "type": "Identifier", "name": "emit", "range": [ - 31753, - 31757 + 31620, + 31624 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 21 }, "end": { - "line": 905, + "line": 901, "column": 25 } } }, "range": [ - 31740, - 31757 + 31607, + 31624 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 25 } } @@ -73883,16 +73590,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 31758, - 31780 + 31625, + 31647 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 26 }, "end": { - "line": 905, + "line": 901, "column": 48 } } @@ -73900,63 +73607,63 @@ { "type": "ThisExpression", "range": [ - 31782, - 31786 + 31649, + 31653 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 50 }, "end": { - "line": 905, + "line": 901, "column": 54 } } } ], "range": [ - 31740, - 31787 + 31607, + 31654 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 55 } } }, "range": [ - 31740, - 31788 + 31607, + 31655 ], "loc": { "start": { - "line": 905, + "line": 901, "column": 8 }, "end": { - "line": 905, + "line": 901, "column": 56 } } } ], "range": [ - 29780, - 31794 + 29647, + 31661 ], "loc": { "start": { - "line": 856, + "line": 852, "column": 17 }, "end": { - "line": 906, + "line": 902, "column": 5 } } @@ -73964,16 +73671,16 @@ "generator": false, "expression": false, "range": [ - 29777, - 31794 + 29644, + 31661 ], "loc": { "start": { - "line": 856, + "line": 852, "column": 14 }, "end": { - "line": 906, + "line": 902, "column": 5 } } @@ -73981,16 +73688,16 @@ "kind": "method", "computed": false, "range": [ - 29767, - 31794 + 29634, + 31661 ], "loc": { "start": { - "line": 856, + "line": 852, "column": 4 }, "end": { - "line": 906, + "line": 902, "column": 5 } }, @@ -73999,16 +73706,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 29696, - 29762 + 29563, + 29629 ], "loc": { "start": { - "line": 853, + "line": 849, "column": 4 }, "end": { - "line": 855, + "line": 851, "column": 7 } } @@ -74019,16 +73726,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 31800, - 31918 + 31667, + 31785 ], "loc": { "start": { - "line": 908, + "line": 904, "column": 4 }, "end": { - "line": 911, + "line": 907, "column": 7 } } @@ -74042,16 +73749,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 31923, - 31936 + 31790, + 31803 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 4 }, "end": { - "line": 912, + "line": 908, "column": 17 } } @@ -74066,16 +73773,16 @@ "type": "Identifier", "name": "name", "range": [ - 31937, - 31941 + 31804, + 31808 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 18 }, "end": { - "line": 912, + "line": 908, "column": 22 } } @@ -74085,31 +73792,31 @@ "value": "default", "raw": "'default'", "range": [ - 31944, - 31953 + 31811, + 31820 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 25 }, "end": { - "line": 912, + "line": 908, "column": 34 } } }, "range": [ - 31937, - 31953 + 31804, + 31820 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 18 }, "end": { - "line": 912, + "line": 908, "column": 34 } } @@ -74126,16 +73833,16 @@ "type": "Identifier", "name": "elm", "range": [ - 31972, - 31975 + 31839, + 31842 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 15 }, "end": { - "line": 913, + "line": 909, "column": 18 } } @@ -74150,16 +73857,16 @@ "object": { "type": "ThisExpression", "range": [ - 31976, - 31980 + 31843, + 31847 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 19 }, "end": { - "line": 913, + "line": 909, "column": 23 } } @@ -74168,31 +73875,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 31981, - 31987 + 31848, + 31854 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 24 }, "end": { - "line": 913, + "line": 909, "column": 30 } } }, "range": [ - 31976, - 31987 + 31843, + 31854 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 19 }, "end": { - "line": 913, + "line": 909, "column": 30 } } @@ -74201,78 +73908,78 @@ "type": "Identifier", "name": "name", "range": [ - 31990, - 31994 + 31857, + 31861 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 33 }, "end": { - "line": 913, + "line": 909, "column": 37 } } }, "range": [ - 31976, - 31994 + 31843, + 31861 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 19 }, "end": { - "line": 913, + "line": 909, "column": 37 } } } ], "range": [ - 31972, - 31995 + 31839, + 31862 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 15 }, "end": { - "line": 913, + "line": 909, "column": 38 } } }, "range": [ - 31965, - 31996 + 31832, + 31863 ], "loc": { "start": { - "line": 913, + "line": 909, "column": 8 }, "end": { - "line": 913, + "line": 909, "column": 39 } } } ], "range": [ - 31955, - 32002 + 31822, + 31869 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 36 }, "end": { - "line": 914, + "line": 910, "column": 5 } } @@ -74280,16 +73987,16 @@ "generator": false, "expression": false, "range": [ - 31936, - 32002 + 31803, + 31869 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 17 }, "end": { - "line": 914, + "line": 910, "column": 5 } } @@ -74297,16 +74004,16 @@ "kind": "method", "computed": false, "range": [ - 31923, - 32002 + 31790, + 31869 ], "loc": { "start": { - "line": 912, + "line": 908, "column": 4 }, "end": { - "line": 914, + "line": 910, "column": 5 } }, @@ -74315,16 +74022,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 31800, - 31918 + 31667, + 31785 ], "loc": { "start": { - "line": 908, + "line": 904, "column": 4 }, "end": { - "line": 911, + "line": 907, "column": 7 } } @@ -74335,16 +74042,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32008, - 32046 + 31875, + 31913 ], "loc": { "start": { - "line": 916, + "line": 912, "column": 4 }, "end": { - "line": 918, + "line": 914, "column": 7 } } @@ -74358,16 +74065,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 32051, - 32058 + 31918, + 31925 ], "loc": { "start": { - "line": 919, + "line": 915, "column": 4 }, "end": { - "line": 919, + "line": 915, "column": 11 } } @@ -74390,16 +74097,16 @@ "object": { "type": "ThisExpression", "range": [ - 32076, - 32080 + 31943, + 31947 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 13 }, "end": { - "line": 920, + "line": 916, "column": 17 } } @@ -74408,47 +74115,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 32081, - 32092 + 31948, + 31959 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 18 }, "end": { - "line": 920, + "line": 916, "column": 29 } } }, "range": [ - 32076, - 32092 + 31943, + 31959 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 13 }, "end": { - "line": 920, + "line": 916, "column": 29 } } }, "prefix": true, "range": [ - 32075, - 32092 + 31942, + 31959 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 12 }, "end": { - "line": 920, + "line": 916, "column": 29 } } @@ -74460,48 +74167,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 32108, - 32115 + 31975, + 31982 ], "loc": { "start": { - "line": 921, + "line": 917, "column": 12 }, "end": { - "line": 921, + "line": 917, "column": 19 } } } ], "range": [ - 32094, - 32125 + 31961, + 31992 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 31 }, "end": { - "line": 922, + "line": 918, "column": 9 } } }, "alternate": null, "range": [ - 32071, - 32125 + 31938, + 31992 ], "loc": { "start": { - "line": 920, + "line": 916, "column": 8 }, "end": { - "line": 922, + "line": 918, "column": 9 } } @@ -74509,146 +74216,22 @@ { "type": "VariableDeclaration", "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "rows", - "range": [ - 32138, - 32142 - ], - "loc": { - "start": { - "line": 923, - "column": 12 - }, - "end": { - "line": 923, - "column": 16 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32145, - 32149 - ], - "loc": { - "start": { - "line": 923, - "column": 19 - }, - "end": { - "line": 923, - "column": 23 - } - } - }, - "property": { - "type": "Identifier", - "name": "tbl", - "range": [ - 32150, - 32153 - ], - "loc": { - "start": { - "line": 923, - "column": 24 - }, - "end": { - "line": 923, - "column": 27 - } - } - }, - "range": [ - 32145, - 32153 - ], - "loc": { - "start": { - "line": 923, - "column": 19 - }, - "end": { - "line": 923, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "rows", - "range": [ - 32154, - 32158 - ], - "loc": { - "start": { - "line": 923, - "column": 28 - }, - "end": { - "line": 923, - "column": 32 - } - } - }, - "range": [ - 32145, - 32158 - ], - "loc": { - "start": { - "line": 923, - "column": 19 - }, - "end": { - "line": 923, - "column": 32 - } - } - }, - "range": [ - 32138, - 32158 - ], - "loc": { - "start": { - "line": 923, - "column": 12 - }, - "end": { - "line": 923, - "column": 32 - } - } - }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "Mod", "range": [ - 32172, - 32175 + 32006, + 32009 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 12 }, "end": { - "line": 924, + "line": 920, "column": 15 } } @@ -74659,16 +74242,16 @@ "object": { "type": "ThisExpression", "range": [ - 32178, - 32182 + 32012, + 32016 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 18 }, "end": { - "line": 924, + "line": 920, "column": 22 } } @@ -74677,66 +74260,86 @@ "type": "Identifier", "name": "Mod", "range": [ - 32183, - 32186 + 32017, + 32020 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 23 }, "end": { - "line": 924, + "line": 920, "column": 26 } } }, "range": [ - 32178, - 32186 + 32012, + 32020 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 18 }, "end": { - "line": 924, + "line": 920, "column": 26 } } }, "range": [ - 32172, - 32186 + 32006, + 32020 ], "loc": { "start": { - "line": 924, + "line": 920, "column": 12 }, "end": { - "line": 924, + "line": 920, "column": 26 } } + } + ], + "kind": "let", + "range": [ + 32002, + 32021 + ], + "loc": { + "start": { + "line": 920, + "column": 8 }, + "end": { + "line": 920, + "column": 27 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "emitter", "range": [ - 32200, - 32207 + 32034, + 32041 ], "loc": { "start": { - "line": 925, + "line": 921, "column": 12 }, "end": { - "line": 925, + "line": 921, "column": 19 } } @@ -74747,16 +74350,16 @@ "object": { "type": "ThisExpression", "range": [ - 32210, - 32214 + 32044, + 32048 ], "loc": { "start": { - "line": 925, + "line": 921, "column": 22 }, "end": { - "line": 925, + "line": 921, "column": 26 } } @@ -74765,46 +74368,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 32215, - 32222 + 32049, + 32056 ], "loc": { "start": { - "line": 925, + "line": 921, "column": 27 }, "end": { - "line": 925, + "line": 921, "column": 34 } } }, "range": [ - 32210, - 32222 + 32044, + 32056 ], "loc": { "start": { - "line": 925, + "line": 921, "column": 22 }, "end": { - "line": 925, + "line": 921, "column": 34 } } }, "range": [ - 32200, - 32222 + 32034, + 32056 ], "loc": { "start": { - "line": 925, + "line": 921, "column": 12 }, "end": { - "line": 925, + "line": 921, "column": 34 } } @@ -74812,16 +74415,16 @@ ], "kind": "let", "range": [ - 32134, - 32223 + 32030, + 32057 ], "loc": { "start": { - "line": 923, + "line": 921, "column": 8 }, "end": { - "line": 925, + "line": 921, "column": 35 } } @@ -74837,16 +74440,16 @@ "object": { "type": "ThisExpression", "range": [ - 32237, - 32241 + 32071, + 32075 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 12 }, "end": { - "line": 927, + "line": 923, "column": 16 } } @@ -74855,31 +74458,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 32242, - 32255 + 32076, + 32089 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 17 }, "end": { - "line": 927, + "line": 923, "column": 30 } } }, "range": [ - 32237, - 32255 + 32071, + 32089 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 12 }, "end": { - "line": 927, + "line": 923, "column": 30 } } @@ -74893,16 +74496,16 @@ "object": { "type": "ThisExpression", "range": [ - 32260, - 32264 + 32094, + 32098 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 35 }, "end": { - "line": 927, + "line": 923, "column": 39 } } @@ -74911,62 +74514,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 32265, - 32277 + 32099, + 32111 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 40 }, "end": { - "line": 927, + "line": 923, "column": 52 } } }, "range": [ - 32260, - 32277 + 32094, + 32111 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 35 }, "end": { - "line": 927, + "line": 923, "column": 52 } } }, "prefix": true, "range": [ - 32259, - 32277 + 32093, + 32111 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 34 }, "end": { - "line": 927, + "line": 923, "column": 52 } } }, "range": [ - 32237, - 32277 + 32071, + 32111 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 12 }, "end": { - "line": 927, + "line": 923, "column": 52 } } @@ -74984,16 +74587,16 @@ "object": { "type": "ThisExpression", "range": [ - 32293, - 32297 + 32127, + 32131 ], "loc": { "start": { - "line": 928, + "line": 924, "column": 12 }, "end": { - "line": 928, + "line": 924, "column": 16 } } @@ -75002,94 +74605,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 32298, - 32316 + 32132, + 32150 ], "loc": { "start": { - "line": 928, + "line": 924, "column": 17 }, "end": { - "line": 928, + "line": 924, "column": 35 } } }, "range": [ - 32293, - 32316 + 32127, + 32150 ], "loc": { "start": { - "line": 928, + "line": 924, "column": 12 }, "end": { - "line": 928, + "line": 924, "column": 35 } } }, "arguments": [], "range": [ - 32293, - 32318 + 32127, + 32152 ], "loc": { "start": { - "line": 928, + "line": 924, "column": 12 }, "end": { - "line": 928, + "line": 924, "column": 37 } } }, "range": [ - 32293, - 32319 + 32127, + 32153 ], "loc": { "start": { - "line": 928, + "line": 924, "column": 12 }, "end": { - "line": 928, + "line": 924, "column": 38 } } } ], "range": [ - 32279, - 32329 + 32113, + 32163 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 54 }, "end": { - "line": 929, + "line": 925, "column": 9 } } }, "alternate": null, "range": [ - 32233, - 32329 + 32067, + 32163 ], "loc": { "start": { - "line": 927, + "line": 923, "column": 8 }, "end": { - "line": 929, + "line": 925, "column": 9 } } @@ -75102,16 +74705,16 @@ "object": { "type": "ThisExpression", "range": [ - 32342, - 32346 + 32176, + 32180 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 12 }, "end": { - "line": 930, + "line": 926, "column": 16 } } @@ -75120,31 +74723,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 32347, - 32353 + 32181, + 32187 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 17 }, "end": { - "line": 930, + "line": 926, "column": 23 } } }, "range": [ - 32342, - 32353 + 32176, + 32187 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 12 }, "end": { - "line": 930, + "line": 926, "column": 23 } } @@ -75162,16 +74765,16 @@ "object": { "type": "ThisExpression", "range": [ - 32369, - 32373 + 32203, + 32207 ], "loc": { "start": { - "line": 931, + "line": 927, "column": 12 }, "end": { - "line": 931, + "line": 927, "column": 16 } } @@ -75180,94 +74783,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 32374, - 32387 + 32208, + 32221 ], "loc": { "start": { - "line": 931, + "line": 927, "column": 17 }, "end": { - "line": 931, + "line": 927, "column": 30 } } }, "range": [ - 32369, - 32387 + 32203, + 32221 ], "loc": { "start": { - "line": 931, + "line": 927, "column": 12 }, "end": { - "line": 931, + "line": 927, "column": 30 } } }, "arguments": [], "range": [ - 32369, - 32389 + 32203, + 32223 ], "loc": { "start": { - "line": 931, + "line": 927, "column": 12 }, "end": { - "line": 931, + "line": 927, "column": 32 } } }, "range": [ - 32369, - 32390 + 32203, + 32224 ], "loc": { "start": { - "line": 931, + "line": 927, "column": 12 }, "end": { - "line": 931, + "line": 927, "column": 33 } } } ], "range": [ - 32355, - 32400 + 32189, + 32234 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 25 }, "end": { - "line": 932, + "line": 928, "column": 9 } } }, "alternate": null, "range": [ - 32338, - 32400 + 32172, + 32234 ], "loc": { "start": { - "line": 930, + "line": 926, "column": 8 }, "end": { - "line": 932, + "line": 928, "column": 9 } } @@ -75280,16 +74883,16 @@ "object": { "type": "ThisExpression", "range": [ - 32413, - 32417 + 32247, + 32251 ], "loc": { "start": { - "line": 933, + "line": 929, "column": 12 }, "end": { - "line": 933, + "line": 929, "column": 16 } } @@ -75298,31 +74901,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 32418, - 32435 + 32252, + 32269 ], "loc": { "start": { - "line": 933, + "line": 929, "column": 17 }, "end": { - "line": 933, + "line": 929, "column": 34 } } }, "range": [ - 32413, - 32435 + 32247, + 32269 ], "loc": { "start": { - "line": 933, + "line": 929, "column": 12 }, "end": { - "line": 933, + "line": 929, "column": 34 } } @@ -75340,16 +74943,16 @@ "object": { "type": "ThisExpression", "range": [ - 32451, - 32455 + 32285, + 32289 ], "loc": { "start": { - "line": 934, + "line": 930, "column": 12 }, "end": { - "line": 934, + "line": 930, "column": 16 } } @@ -75358,62 +74961,62 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 32456, - 32474 + 32290, + 32308 ], "loc": { "start": { - "line": 934, + "line": 930, "column": 17 }, "end": { - "line": 934, + "line": 930, "column": 35 } } }, "range": [ - 32451, - 32474 + 32285, + 32308 ], "loc": { "start": { - "line": 934, + "line": 930, "column": 12 }, "end": { - "line": 934, + "line": 930, "column": 35 } } }, "arguments": [], "range": [ - 32451, - 32476 + 32285, + 32310 ], "loc": { "start": { - "line": 934, + "line": 930, "column": 12 }, "end": { - "line": 934, + "line": 930, "column": 37 } } }, "range": [ - 32451, - 32477 + 32285, + 32311 ], "loc": { "start": { - "line": 934, + "line": 930, "column": 12 }, "end": { - "line": 934, + "line": 930, "column": 38 } } @@ -75429,16 +75032,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 32490, - 32497 + 32324, + 32331 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 12 }, "end": { - "line": 935, + "line": 931, "column": 19 } } @@ -75447,31 +75050,31 @@ "type": "Identifier", "name": "off", "range": [ - 32498, - 32501 + 32332, + 32335 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 20 }, "end": { - "line": 935, + "line": 931, "column": 23 } } }, "range": [ - 32490, - 32501 + 32324, + 32335 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 12 }, "end": { - "line": 935, + "line": 931, "column": 23 } } @@ -75485,32 +75088,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 32503, - 32521 + 32337, + 32355 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 25 }, "end": { - "line": 935, + "line": 931, "column": 43 } } } ], "range": [ - 32502, - 32522 + 32336, + 32356 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 24 }, "end": { - "line": 935, + "line": 931, "column": 44 } } @@ -75527,16 +75130,16 @@ "object": { "type": "ThisExpression", "range": [ - 32530, - 32534 + 32364, + 32368 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 52 }, "end": { - "line": 935, + "line": 931, "column": 56 } } @@ -75545,47 +75148,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 32535, - 32553 + 32369, + 32387 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 57 }, "end": { - "line": 935, + "line": 931, "column": 75 } } }, "range": [ - 32530, - 32553 + 32364, + 32387 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 52 }, "end": { - "line": 935, + "line": 931, "column": 75 } } }, "arguments": [], "range": [ - 32530, - 32555 + 32364, + 32389 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 52 }, "end": { - "line": 935, + "line": 931, "column": 77 } } @@ -75593,47 +75196,47 @@ "generator": false, "expression": true, "range": [ - 32524, - 32555 + 32358, + 32389 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 46 }, "end": { - "line": 935, + "line": 931, "column": 77 } } } ], "range": [ - 32490, - 32556 + 32324, + 32390 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 12 }, "end": { - "line": 935, + "line": 931, "column": 78 } } }, "range": [ - 32490, - 32557 + 32324, + 32391 ], "loc": { "start": { - "line": 935, + "line": 931, "column": 12 }, "end": { - "line": 935, + "line": 931, "column": 79 } } @@ -75649,16 +75252,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 32570, - 32577 + 32404, + 32411 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 12 }, "end": { - "line": 936, + "line": 932, "column": 19 } } @@ -75667,31 +75270,31 @@ "type": "Identifier", "name": "off", "range": [ - 32578, - 32581 + 32412, + 32415 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 20 }, "end": { - "line": 936, + "line": 932, "column": 23 } } }, "range": [ - 32570, - 32581 + 32404, + 32415 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 12 }, "end": { - "line": 936, + "line": 932, "column": 23 } } @@ -75705,32 +75308,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 32583, - 32599 + 32417, + 32433 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 25 }, "end": { - "line": 936, + "line": 932, "column": 41 } } } ], "range": [ - 32582, - 32600 + 32416, + 32434 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 24 }, "end": { - "line": 936, + "line": 932, "column": 42 } } @@ -75743,16 +75346,16 @@ "type": "Identifier", "name": "tf", "range": [ - 32619, - 32621 + 32453, + 32455 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 17 }, "end": { - "line": 937, + "line": 933, "column": 19 } } @@ -75761,16 +75364,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 32623, - 32631 + 32457, + 32465 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 21 }, "end": { - "line": 937, + "line": 933, "column": 29 } } @@ -75784,16 +75387,16 @@ "object": { "type": "ThisExpression", "range": [ - 32636, - 32640 + 32470, + 32474 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 34 }, "end": { - "line": 937, + "line": 933, "column": 38 } } @@ -75802,31 +75405,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 32641, - 32657 + 32475, + 32491 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 39 }, "end": { - "line": 937, + "line": 933, "column": 55 } } }, "range": [ - 32636, - 32657 + 32470, + 32491 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 34 }, "end": { - "line": 937, + "line": 933, "column": 55 } } @@ -75836,32 +75439,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 32658, - 32666 + 32492, + 32500 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 56 }, "end": { - "line": 937, + "line": 933, "column": 64 } } } ], "range": [ - 32636, - 32667 + 32470, + 32501 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 34 }, "end": { - "line": 937, + "line": 933, "column": 65 } } @@ -75869,79 +75472,79 @@ "generator": false, "expression": true, "range": [ - 32618, - 32667 + 32452, + 32501 ], "loc": { "start": { - "line": 937, + "line": 933, "column": 16 }, "end": { - "line": 937, + "line": 933, "column": 65 } } } ], "range": [ - 32570, - 32668 + 32404, + 32502 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 12 }, "end": { - "line": 937, + "line": 933, "column": 66 } } }, "range": [ - 32570, - 32669 + 32404, + 32503 ], "loc": { "start": { - "line": 936, + "line": 932, "column": 12 }, "end": { - "line": 937, + "line": 933, "column": 67 } } } ], "range": [ - 32437, - 32679 + 32271, + 32513 ], "loc": { "start": { - "line": 933, + "line": 929, "column": 36 }, "end": { - "line": 938, + "line": 934, "column": 9 } } }, "alternate": null, "range": [ - 32409, - 32679 + 32243, + 32513 ], "loc": { "start": { - "line": 933, + "line": 929, "column": 8 }, "end": { - "line": 938, + "line": 934, "column": 9 } } @@ -75954,16 +75557,16 @@ "object": { "type": "ThisExpression", "range": [ - 32692, - 32696 + 32526, + 32530 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 12 }, "end": { - "line": 939, + "line": 935, "column": 16 } } @@ -75972,31 +75575,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 32697, - 32710 + 32531, + 32544 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 17 }, "end": { - "line": 939, + "line": 935, "column": 30 } } }, "range": [ - 32692, - 32710 + 32526, + 32544 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 12 }, "end": { - "line": 939, + "line": 935, "column": 30 } } @@ -76014,16 +75617,16 @@ "object": { "type": "ThisExpression", "range": [ - 32726, - 32730 + 32560, + 32564 ], "loc": { "start": { - "line": 940, + "line": 936, "column": 12 }, "end": { - "line": 940, + "line": 936, "column": 16 } } @@ -76032,94 +75635,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 32731, - 32748 + 32565, + 32582 ], "loc": { "start": { - "line": 940, + "line": 936, "column": 17 }, "end": { - "line": 940, + "line": 936, "column": 34 } } }, "range": [ - 32726, - 32748 + 32560, + 32582 ], "loc": { "start": { - "line": 940, + "line": 936, "column": 12 }, "end": { - "line": 940, + "line": 936, "column": 34 } } }, "arguments": [], "range": [ - 32726, - 32750 + 32560, + 32584 ], "loc": { "start": { - "line": 940, + "line": 936, "column": 12 }, "end": { - "line": 940, + "line": 936, "column": 36 } } }, "range": [ - 32726, - 32751 + 32560, + 32585 ], "loc": { "start": { - "line": 940, + "line": 936, "column": 12 }, "end": { - "line": 940, + "line": 936, "column": 37 } } } ], "range": [ - 32712, - 32761 + 32546, + 32595 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 32 }, "end": { - "line": 941, + "line": 937, "column": 9 } } }, "alternate": null, "range": [ - 32688, - 32761 + 32522, + 32595 ], "loc": { "start": { - "line": 939, + "line": 935, "column": 8 }, "end": { - "line": 941, + "line": 937, "column": 9 } } @@ -76134,16 +75737,16 @@ "object": { "type": "ThisExpression", "range": [ - 32771, - 32775 + 32605, + 32609 ], "loc": { "start": { - "line": 943, + "line": 939, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 12 } } @@ -76152,62 +75755,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 32776, - 32791 + 32610, + 32625 ], "loc": { "start": { - "line": 943, + "line": 939, "column": 13 }, "end": { - "line": 943, + "line": 939, "column": 28 } } }, "range": [ - 32771, - 32791 + 32605, + 32625 ], "loc": { "start": { - "line": 943, + "line": 939, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 28 } } }, "arguments": [], "range": [ - 32771, - 32793 + 32605, + 32627 ], "loc": { "start": { - "line": 943, + "line": 939, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 30 } } }, "range": [ - 32771, - 32794 + 32605, + 32628 ], "loc": { "start": { - "line": 943, + "line": 939, "column": 8 }, "end": { - "line": 943, + "line": 939, "column": 31 } } @@ -76223,16 +75826,16 @@ "object": { "type": "ThisExpression", "range": [ - 32808, - 32812 + 32642, + 32646 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 12 }, "end": { - "line": 945, + "line": 941, "column": 16 } } @@ -76241,31 +75844,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 32813, - 32820 + 32647, + 32654 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 17 }, "end": { - "line": 945, + "line": 941, "column": 24 } } }, "range": [ - 32808, - 32820 + 32642, + 32654 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 12 }, "end": { - "line": 945, + "line": 941, "column": 24 } } @@ -76279,16 +75882,16 @@ "object": { "type": "ThisExpression", "range": [ - 32825, - 32829 + 32659, + 32663 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 29 }, "end": { - "line": 945, + "line": 941, "column": 33 } } @@ -76297,62 +75900,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 32830, - 32840 + 32664, + 32674 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 34 }, "end": { - "line": 945, + "line": 941, "column": 44 } } }, "range": [ - 32825, - 32840 + 32659, + 32674 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 29 }, "end": { - "line": 945, + "line": 941, "column": 44 } } }, "prefix": true, "range": [ - 32824, - 32840 + 32658, + 32674 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 28 }, "end": { - "line": 945, + "line": 941, "column": 44 } } }, "range": [ - 32808, - 32840 + 32642, + 32674 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 12 }, "end": { - "line": 945, + "line": 941, "column": 44 } } @@ -76360,183 +75963,6 @@ "consequent": { "type": "BlockStatement", "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32856, - 32860 - ], - "loc": { - "start": { - "line": 946, - "column": 12 - }, - "end": { - "line": 946, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "fltGridEl", - "range": [ - 32861, - 32870 - ], - "loc": { - "start": { - "line": 946, - "column": 17 - }, - "end": { - "line": 946, - "column": 26 - } - } - }, - "range": [ - 32856, - 32870 - ], - "loc": { - "start": { - "line": 946, - "column": 12 - }, - "end": { - "line": 946, - "column": 26 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "rows", - "range": [ - 32873, - 32877 - ], - "loc": { - "start": { - "line": 946, - "column": 29 - }, - "end": { - "line": 946, - "column": 33 - } - } - }, - "property": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32878, - 32882 - ], - "loc": { - "start": { - "line": 946, - "column": 34 - }, - "end": { - "line": 946, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "filtersRowIndex", - "range": [ - 32883, - 32898 - ], - "loc": { - "start": { - "line": 946, - "column": 39 - }, - "end": { - "line": 946, - "column": 54 - } - } - }, - "range": [ - 32878, - 32898 - ], - "loc": { - "start": { - "line": 946, - "column": 34 - }, - "end": { - "line": 946, - "column": 54 - } - } - }, - "range": [ - 32873, - 32899 - ], - "loc": { - "start": { - "line": 946, - "column": 29 - }, - "end": { - "line": 946, - "column": 55 - } - } - }, - "range": [ - 32856, - 32899 - ], - "loc": { - "start": { - "line": 946, - "column": 12 - }, - "end": { - "line": 946, - "column": 55 - } - } - }, - "range": [ - 32856, - 32900 - ], - "loc": { - "start": { - "line": 946, - "column": 12 - }, - "end": { - "line": 946, - "column": 56 - } - } - }, { "type": "ExpressionStatement", "expression": { @@ -76550,16 +75976,16 @@ "object": { "type": "ThisExpression", "range": [ - 32913, - 32917 + 32690, + 32694 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 12 }, "end": { - "line": 947, + "line": 942, "column": 16 } } @@ -76568,31 +75994,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 32918, - 32921 + 32695, + 32698 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 17 }, "end": { - "line": 947, + "line": 942, "column": 20 } } }, "range": [ - 32913, - 32921 + 32690, + 32698 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 12 }, "end": { - "line": 947, + "line": 942, "column": 20 } } @@ -76601,31 +76027,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 32922, - 32931 + 32699, + 32708 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 21 }, "end": { - "line": 947, + "line": 942, "column": 30 } } }, "range": [ - 32913, - 32931 + 32690, + 32708 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 12 }, "end": { - "line": 947, + "line": 942, "column": 30 } } @@ -76637,16 +76063,16 @@ "object": { "type": "ThisExpression", "range": [ - 32932, - 32936 + 32709, + 32713 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 31 }, "end": { - "line": 947, + "line": 942, "column": 35 } } @@ -76655,94 +76081,94 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 32937, - 32952 + 32714, + 32729 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 36 }, "end": { - "line": 947, + "line": 942, "column": 51 } } }, "range": [ - 32932, - 32952 + 32709, + 32729 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 31 }, "end": { - "line": 947, + "line": 942, "column": 51 } } } ], "range": [ - 32913, - 32953 + 32690, + 32730 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 12 }, "end": { - "line": 947, + "line": 942, "column": 52 } } }, "range": [ - 32913, - 32954 + 32690, + 32731 ], "loc": { "start": { - "line": 947, + "line": 942, "column": 12 }, "end": { - "line": 947, + "line": 942, "column": 53 } } } ], "range": [ - 32842, - 32964 + 32676, + 32741 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 46 }, "end": { - "line": 948, + "line": 943, "column": 9 } } }, "alternate": null, "range": [ - 32804, - 32964 + 32638, + 32741 ], "loc": { "start": { - "line": 945, + "line": 941, "column": 8 }, "end": { - "line": 948, + "line": 943, "column": 9 } }, @@ -76751,16 +76177,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 32974, - 33000 + 32751, + 32777 ], "loc": { "start": { - "line": 950, + "line": 945, "column": 8 }, "end": { - "line": 950, + "line": 945, "column": 34 } } @@ -76778,16 +76204,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33009, - 33016 + 32786, + 32793 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 8 }, "end": { - "line": 951, + "line": 946, "column": 15 } } @@ -76796,31 +76222,31 @@ "type": "Identifier", "name": "emit", "range": [ - 33017, - 33021 + 32794, + 32798 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 16 }, "end": { - "line": 951, + "line": 946, "column": 20 } } }, "range": [ - 33009, - 33021 + 32786, + 32798 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 8 }, "end": { - "line": 951, + "line": 946, "column": 20 } } @@ -76831,16 +76257,16 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 33022, - 33031 + 32799, + 32808 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 21 }, "end": { - "line": 951, + "line": 946, "column": 30 } } @@ -76848,47 +76274,47 @@ { "type": "ThisExpression", "range": [ - 33033, - 33037 + 32810, + 32814 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 32 }, "end": { - "line": 951, + "line": 946, "column": 36 } } } ], "range": [ - 33009, - 33038 + 32786, + 32815 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 8 }, "end": { - "line": 951, + "line": 946, "column": 37 } } }, "range": [ - 33009, - 33039 + 32786, + 32816 ], "loc": { "start": { - "line": 951, + "line": 946, "column": 8 }, "end": { - "line": 951, + "line": 946, "column": 38 } }, @@ -76897,16 +76323,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 32974, - 33000 + 32751, + 32777 ], "loc": { "start": { - "line": 950, + "line": 945, "column": 8 }, "end": { - "line": 950, + "line": 945, "column": 34 } } @@ -76917,16 +76343,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 33049, - 33067 + 32826, + 32844 ], "loc": { "start": { - "line": 953, + "line": 948, "column": 8 }, "end": { - "line": 953, + "line": 948, "column": 26 } } @@ -76935,16 +76361,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 33076, - 33126 + 32853, + 32903 ], "loc": { "start": { - "line": 954, + "line": 949, "column": 8 }, "end": { - "line": 954, + "line": 949, "column": 58 } } @@ -76967,16 +76393,16 @@ "type": "Identifier", "name": "Object", "range": [ - 33135, - 33141 + 32912, + 32918 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 8 }, "end": { - "line": 955, + "line": 950, "column": 14 } } @@ -76985,31 +76411,31 @@ "type": "Identifier", "name": "keys", "range": [ - 33142, - 33146 + 32919, + 32923 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 15 }, "end": { - "line": 955, + "line": 950, "column": 19 } } }, "range": [ - 33135, - 33146 + 32912, + 32923 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 8 }, "end": { - "line": 955, + "line": 950, "column": 19 } } @@ -77019,32 +76445,32 @@ "type": "Identifier", "name": "Mod", "range": [ - 33147, - 33150 + 32924, + 32927 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 20 }, "end": { - "line": 955, + "line": 950, "column": 23 } } } ], "range": [ - 33135, - 33151 + 32912, + 32928 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 8 }, "end": { - "line": 955, + "line": 950, "column": 24 } } @@ -77053,31 +76479,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 33152, - 33159 + 32929, + 32936 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 25 }, "end": { - "line": 955, + "line": 950, "column": 32 } } }, "range": [ - 33135, - 33159 + 32912, + 32936 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 8 }, "end": { - "line": 955, + "line": 950, "column": 32 } } @@ -77091,16 +76517,16 @@ "type": "Identifier", "name": "key", "range": [ - 33170, - 33173 + 32947, + 32950 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 43 }, "end": { - "line": 955, + "line": 950, "column": 46 } } @@ -77118,16 +76544,16 @@ "type": "Identifier", "name": "feature", "range": [ - 33193, - 33200 + 32970, + 32977 ], "loc": { "start": { - "line": 956, + "line": 951, "column": 16 }, "end": { - "line": 956, + "line": 951, "column": 23 } } @@ -77139,16 +76565,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 33203, - 33206 + 32980, + 32983 ], "loc": { "start": { - "line": 956, + "line": 951, "column": 26 }, "end": { - "line": 956, + "line": 951, "column": 29 } } @@ -77157,46 +76583,46 @@ "type": "Identifier", "name": "key", "range": [ - 33207, - 33210 + 32984, + 32987 ], "loc": { "start": { - "line": 956, + "line": 951, "column": 30 }, "end": { - "line": 956, + "line": 951, "column": 33 } } }, "range": [ - 33203, - 33211 + 32980, + 32988 ], "loc": { "start": { - "line": 956, + "line": 951, "column": 26 }, "end": { - "line": 956, + "line": 951, "column": 34 } } }, "range": [ - 33193, - 33211 + 32970, + 32988 ], "loc": { "start": { - "line": 956, + "line": 951, "column": 16 }, "end": { - "line": 956, + "line": 951, "column": 34 } } @@ -77204,16 +76630,16 @@ ], "kind": "let", "range": [ - 33189, - 33212 + 32966, + 32989 ], "loc": { "start": { - "line": 956, + "line": 951, "column": 12 }, "end": { - "line": 956, + "line": 951, "column": 35 } } @@ -77227,16 +76653,16 @@ "type": "Identifier", "name": "feature", "range": [ - 33229, - 33236 + 33006, + 33013 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 16 }, "end": { - "line": 957, + "line": 952, "column": 23 } } @@ -77247,16 +76673,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 33240, - 33244 + 33017, + 33021 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 27 }, "end": { - "line": 957, + "line": 952, "column": 31 } } @@ -77269,16 +76695,16 @@ "type": "Identifier", "name": "feature", "range": [ - 33245, - 33252 + 33022, + 33029 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 32 }, "end": { - "line": 957, + "line": 952, "column": 39 } } @@ -77287,62 +76713,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 33253, - 33260 + 33030, + 33037 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 40 }, "end": { - "line": 957, + "line": 952, "column": 47 } } }, "range": [ - 33245, - 33260 + 33022, + 33037 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 32 }, "end": { - "line": 957, + "line": 952, "column": 47 } } } ], "range": [ - 33240, - 33261 + 33017, + 33038 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 27 }, "end": { - "line": 957, + "line": 952, "column": 48 } } }, "range": [ - 33229, - 33261 + 33006, + 33038 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 16 }, "end": { - "line": 957, + "line": 952, "column": 48 } } @@ -77361,16 +76787,16 @@ "type": "Identifier", "name": "feature", "range": [ - 33281, - 33288 + 33058, + 33065 ], "loc": { "start": { - "line": 958, + "line": 953, "column": 16 }, "end": { - "line": 958, + "line": 953, "column": 23 } } @@ -77379,110 +76805,110 @@ "type": "Identifier", "name": "destroy", "range": [ - 33289, - 33296 + 33066, + 33073 ], "loc": { "start": { - "line": 958, + "line": 953, "column": 24 }, "end": { - "line": 958, + "line": 953, "column": 31 } } }, "range": [ - 33281, - 33296 + 33058, + 33073 ], "loc": { "start": { - "line": 958, + "line": 953, "column": 16 }, "end": { - "line": 958, + "line": 953, "column": 31 } } }, "arguments": [], "range": [ - 33281, - 33298 + 33058, + 33075 ], "loc": { "start": { - "line": 958, + "line": 953, "column": 16 }, "end": { - "line": 958, + "line": 953, "column": 33 } } }, "range": [ - 33281, - 33299 + 33058, + 33076 ], "loc": { "start": { - "line": 958, + "line": 953, "column": 16 }, "end": { - "line": 958, + "line": 953, "column": 34 } } } ], "range": [ - 33263, - 33313 + 33040, + 33090 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 50 }, "end": { - "line": 959, + "line": 954, "column": 13 } } }, "alternate": null, "range": [ - 33225, - 33313 + 33002, + 33090 ], "loc": { "start": { - "line": 957, + "line": 952, "column": 12 }, "end": { - "line": 959, + "line": 954, "column": 13 } } } ], "range": [ - 33175, - 33323 + 32952, + 33100 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 48 }, "end": { - "line": 960, + "line": 955, "column": 9 } } @@ -77490,47 +76916,47 @@ "generator": false, "expression": false, "range": [ - 33160, - 33323 + 32937, + 33100 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 33 }, "end": { - "line": 960, + "line": 955, "column": 9 } } } ], "range": [ - 33135, - 33324 + 32912, + 33101 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 8 }, "end": { - "line": 960, + "line": 955, "column": 10 } } }, "range": [ - 33135, - 33325 + 32912, + 33102 ], "loc": { "start": { - "line": 955, + "line": 950, "column": 8 }, "end": { - "line": 960, + "line": 955, "column": 11 } }, @@ -77539,16 +76965,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 33049, - 33067 + 32826, + 32844 ], "loc": { "start": { - "line": 953, + "line": 948, "column": 8 }, "end": { - "line": 953, + "line": 948, "column": 26 } } @@ -77557,16 +76983,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 33076, - 33126 + 32853, + 32903 ], "loc": { "start": { - "line": 954, + "line": 949, "column": 8 }, "end": { - "line": 954, + "line": 949, "column": 58 } } @@ -77577,16 +77003,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 33335, - 33359 + 33112, + 33136 ], "loc": { "start": { - "line": 962, + "line": 957, "column": 8 }, "end": { - "line": 962, + "line": 957, "column": 32 } } @@ -77601,16 +77027,16 @@ "object": { "type": "ThisExpression", "range": [ - 33372, - 33376 + 33149, + 33153 ], "loc": { "start": { - "line": 963, + "line": 958, "column": 12 }, "end": { - "line": 963, + "line": 958, "column": 16 } } @@ -77619,31 +77045,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 33377, - 33391 + 33154, + 33168 ], "loc": { "start": { - "line": 963, + "line": 958, "column": 17 }, "end": { - "line": 963, + "line": 958, "column": 31 } } }, "range": [ - 33372, - 33391 + 33149, + 33168 ], "loc": { "start": { - "line": 963, + "line": 958, "column": 12 }, "end": { - "line": 963, + "line": 958, "column": 31 } } @@ -77662,16 +77088,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33407, - 33414 + 33184, + 33191 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 12 }, "end": { - "line": 964, + "line": 959, "column": 19 } } @@ -77680,31 +77106,31 @@ "type": "Identifier", "name": "off", "range": [ - 33415, - 33418 + 33192, + 33195 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 20 }, "end": { - "line": 964, + "line": 959, "column": 23 } } }, "range": [ - 33407, - 33418 + 33184, + 33195 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 12 }, "end": { - "line": 964, + "line": 959, "column": 23 } } @@ -77718,32 +77144,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 33420, - 33437 + 33197, + 33214 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 25 }, "end": { - "line": 964, + "line": 959, "column": 42 } } } ], "range": [ - 33419, - 33438 + 33196, + 33215 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 24 }, "end": { - "line": 964, + "line": 959, "column": 43 } } @@ -77760,16 +77186,16 @@ "object": { "type": "ThisExpression", "range": [ - 33446, - 33450 + 33223, + 33227 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 51 }, "end": { - "line": 964, + "line": 959, "column": 55 } } @@ -77778,47 +77204,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 33451, - 33468 + 33228, + 33245 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 56 }, "end": { - "line": 964, + "line": 959, "column": 73 } } }, "range": [ - 33446, - 33468 + 33223, + 33245 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 51 }, "end": { - "line": 964, + "line": 959, "column": 73 } } }, "arguments": [], "range": [ - 33446, - 33470 + 33223, + 33247 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 51 }, "end": { - "line": 964, + "line": 959, "column": 75 } } @@ -77826,79 +77252,79 @@ "generator": false, "expression": true, "range": [ - 33440, - 33470 + 33217, + 33247 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 45 }, "end": { - "line": 964, + "line": 959, "column": 75 } } } ], "range": [ - 33407, - 33471 + 33184, + 33248 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 12 }, "end": { - "line": 964, + "line": 959, "column": 76 } } }, "range": [ - 33407, - 33472 + 33184, + 33249 ], "loc": { "start": { - "line": 964, + "line": 959, "column": 12 }, "end": { - "line": 964, + "line": 959, "column": 77 } } } ], "range": [ - 33393, - 33482 + 33170, + 33259 ], "loc": { "start": { - "line": 963, + "line": 958, "column": 33 }, "end": { - "line": 965, + "line": 960, "column": 9 } } }, "alternate": null, "range": [ - 33368, - 33482 + 33145, + 33259 ], "loc": { "start": { - "line": 963, + "line": 958, "column": 8 }, "end": { - "line": 965, + "line": 960, "column": 9 } }, @@ -77907,16 +77333,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 33335, - 33359 + 33112, + 33136 ], "loc": { "start": { - "line": 962, + "line": 957, "column": 8 }, "end": { - "line": 962, + "line": 957, "column": 32 } } @@ -77931,16 +77357,16 @@ "object": { "type": "ThisExpression", "range": [ - 33495, - 33499 + 33272, + 33276 ], "loc": { "start": { - "line": 966, + "line": 961, "column": 12 }, "end": { - "line": 966, + "line": 961, "column": 16 } } @@ -77949,31 +77375,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 33500, - 33513 + 33277, + 33290 ], "loc": { "start": { - "line": 966, + "line": 961, "column": 17 }, "end": { - "line": 966, + "line": 961, "column": 30 } } }, "range": [ - 33495, - 33513 + 33272, + 33290 ], "loc": { "start": { - "line": 966, + "line": 961, "column": 12 }, "end": { - "line": 966, + "line": 961, "column": 30 } } @@ -77992,16 +77418,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 33529, - 33536 + 33306, + 33313 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 12 }, "end": { - "line": 967, + "line": 962, "column": 19 } } @@ -78010,31 +77436,31 @@ "type": "Identifier", "name": "off", "range": [ - 33537, - 33540 + 33314, + 33317 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 20 }, "end": { - "line": 967, + "line": 962, "column": 23 } } }, "range": [ - 33529, - 33540 + 33306, + 33317 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 12 }, "end": { - "line": 967, + "line": 962, "column": 23 } } @@ -78048,32 +77474,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 33542, - 33559 + 33319, + 33336 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 25 }, "end": { - "line": 967, + "line": 962, "column": 42 } } } ], "range": [ - 33541, - 33560 + 33318, + 33337 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 24 }, "end": { - "line": 967, + "line": 962, "column": 43 } } @@ -78090,16 +77516,16 @@ "object": { "type": "ThisExpression", "range": [ - 33568, - 33572 + 33345, + 33349 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 51 }, "end": { - "line": 967, + "line": 962, "column": 55 } } @@ -78108,47 +77534,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 33573, - 33584 + 33350, + 33361 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 56 }, "end": { - "line": 967, + "line": 962, "column": 67 } } }, "range": [ - 33568, - 33584 + 33345, + 33361 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 51 }, "end": { - "line": 967, + "line": 962, "column": 67 } } }, "arguments": [], "range": [ - 33568, - 33586 + 33345, + 33363 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 51 }, "end": { - "line": 967, + "line": 962, "column": 69 } } @@ -78156,79 +77582,79 @@ "generator": false, "expression": true, "range": [ - 33562, - 33586 + 33339, + 33363 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 45 }, "end": { - "line": 967, + "line": 962, "column": 69 } } } ], "range": [ - 33529, - 33587 + 33306, + 33364 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 12 }, "end": { - "line": 967, + "line": 962, "column": 70 } } }, "range": [ - 33529, - 33588 + 33306, + 33365 ], "loc": { "start": { - "line": 967, + "line": 962, "column": 12 }, "end": { - "line": 967, + "line": 962, "column": 71 } } } ], "range": [ - 33515, - 33598 + 33292, + 33375 ], "loc": { "start": { - "line": 966, + "line": 961, "column": 32 }, "end": { - "line": 968, + "line": 963, "column": 9 } } }, "alternate": null, "range": [ - 33491, - 33598 + 33268, + 33375 ], "loc": { "start": { - "line": 966, + "line": 961, "column": 8 }, "end": { - "line": 968, + "line": 963, "column": 9 } } @@ -78246,16 +77672,16 @@ "object": { "type": "ThisExpression", "range": [ - 33607, - 33611 + 33384, + 33388 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 8 }, "end": { - "line": 969, + "line": 964, "column": 12 } } @@ -78264,31 +77690,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 33612, - 33619 + 33389, + 33396 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 13 }, "end": { - "line": 969, + "line": 964, "column": 20 } } }, "range": [ - 33607, - 33619 + 33384, + 33396 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 8 }, "end": { - "line": 969, + "line": 964, "column": 20 } } @@ -78297,31 +77723,31 @@ "type": "Identifier", "name": "off", "range": [ - 33620, - 33623 + 33397, + 33400 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 21 }, "end": { - "line": 969, + "line": 964, "column": 24 } } }, "range": [ - 33607, - 33623 + 33384, + 33400 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 8 }, "end": { - "line": 969, + "line": 964, "column": 24 } } @@ -78335,32 +77761,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 33625, - 33639 + 33402, + 33416 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 26 }, "end": { - "line": 969, + "line": 964, "column": 40 } } } ], "range": [ - 33624, - 33640 + 33401, + 33417 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 25 }, "end": { - "line": 969, + "line": 964, "column": 41 } } @@ -78373,16 +77799,16 @@ "type": "Identifier", "name": "tf", "range": [ - 33655, - 33657 + 33432, + 33434 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 13 }, "end": { - "line": 970, + "line": 965, "column": 15 } } @@ -78391,16 +77817,16 @@ "type": "Identifier", "name": "filter", "range": [ - 33659, - 33665 + 33436, + 33442 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 17 }, "end": { - "line": 970, + "line": 965, "column": 23 } } @@ -78414,16 +77840,16 @@ "object": { "type": "ThisExpression", "range": [ - 33670, - 33674 + 33447, + 33451 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 28 }, "end": { - "line": 970, + "line": 965, "column": 32 } } @@ -78432,31 +77858,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 33675, - 33692 + 33452, + 33469 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 33 }, "end": { - "line": 970, + "line": 965, "column": 50 } } }, "range": [ - 33670, - 33692 + 33447, + 33469 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 28 }, "end": { - "line": 970, + "line": 965, "column": 50 } } @@ -78469,16 +77895,16 @@ "type": "Identifier", "name": "filter", "range": [ - 33693, - 33699 + 33470, + 33476 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 51 }, "end": { - "line": 970, + "line": 965, "column": 57 } } @@ -78487,47 +77913,47 @@ "type": "Identifier", "name": "id", "range": [ - 33700, - 33702 + 33477, + 33479 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 58 }, "end": { - "line": 970, + "line": 965, "column": 60 } } }, "range": [ - 33693, - 33702 + 33470, + 33479 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 51 }, "end": { - "line": 970, + "line": 965, "column": 60 } } } ], "range": [ - 33670, - 33703 + 33447, + 33480 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 28 }, "end": { - "line": 970, + "line": 965, "column": 61 } } @@ -78535,47 +77961,47 @@ "generator": false, "expression": true, "range": [ - 33654, - 33703 + 33431, + 33480 ], "loc": { "start": { - "line": 970, + "line": 965, "column": 12 }, "end": { - "line": 970, + "line": 965, "column": 61 } } } ], "range": [ - 33607, - 33704 + 33384, + 33481 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 8 }, "end": { - "line": 970, + "line": 965, "column": 62 } } }, "range": [ - 33607, - 33705 + 33384, + 33482 ], "loc": { "start": { - "line": 969, + "line": 964, "column": 8 }, "end": { - "line": 970, + "line": 965, "column": 63 } } @@ -78588,16 +78014,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 33715, - 33726 + 33492, + 33503 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 8 }, "end": { - "line": 972, + "line": 967, "column": 19 } } @@ -78609,16 +78035,16 @@ "object": { "type": "ThisExpression", "range": [ - 33727, - 33731 + 33504, + 33508 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 20 }, "end": { - "line": 972, + "line": 967, "column": 24 } } @@ -78627,31 +78053,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 33732, - 33735 + 33509, + 33512 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 25 }, "end": { - "line": 972, + "line": 967, "column": 28 } } }, "range": [ - 33727, - 33735 + 33504, + 33512 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 20 }, "end": { - "line": 972, + "line": 967, "column": 28 } } @@ -78662,16 +78088,16 @@ "object": { "type": "ThisExpression", "range": [ - 33737, - 33741 + 33514, + 33518 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 30 }, "end": { - "line": 972, + "line": 967, "column": 34 } } @@ -78680,62 +78106,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 33742, - 33748 + 33519, + 33525 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 35 }, "end": { - "line": 972, + "line": 967, "column": 41 } } }, "range": [ - 33737, - 33748 + 33514, + 33525 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 30 }, "end": { - "line": 972, + "line": 967, "column": 41 } } } ], "range": [ - 33715, - 33749 + 33492, + 33526 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 8 }, "end": { - "line": 972, + "line": 967, "column": 42 } } }, "range": [ - 33715, - 33750 + 33492, + 33527 ], "loc": { "start": { - "line": 972, + "line": 967, "column": 8 }, "end": { - "line": 972, + "line": 967, "column": 43 } } @@ -78748,16 +78174,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 33759, - 33770 + 33536, + 33547 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 8 }, "end": { - "line": 973, + "line": 968, "column": 19 } } @@ -78769,16 +78195,16 @@ "object": { "type": "ThisExpression", "range": [ - 33771, - 33775 + 33548, + 33552 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 20 }, "end": { - "line": 973, + "line": 968, "column": 24 } } @@ -78787,31 +78213,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 33776, - 33779 + 33553, + 33556 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 25 }, "end": { - "line": 973, + "line": 968, "column": 28 } } }, "range": [ - 33771, - 33779 + 33548, + 33556 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 20 }, "end": { - "line": 973, + "line": 968, "column": 28 } } @@ -78822,16 +78248,16 @@ "object": { "type": "ThisExpression", "range": [ - 33781, - 33785 + 33558, + 33562 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 30 }, "end": { - "line": 973, + "line": 968, "column": 34 } } @@ -78840,62 +78266,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 33786, - 33800 + 33563, + 33577 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 35 }, "end": { - "line": 973, + "line": 968, "column": 49 } } }, "range": [ - 33781, - 33800 + 33558, + 33577 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 30 }, "end": { - "line": 973, + "line": 968, "column": 49 } } } ], "range": [ - 33759, - 33801 + 33536, + 33578 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 8 }, "end": { - "line": 973, + "line": 968, "column": 50 } } }, "range": [ - 33759, - 33802 + 33536, + 33579 ], "loc": { "start": { - "line": 973, + "line": 968, "column": 8 }, "end": { - "line": 973, + "line": 968, "column": 51 } } @@ -78911,16 +78337,16 @@ "object": { "type": "ThisExpression", "range": [ - 33812, - 33816 + 33589, + 33593 ], "loc": { "start": { - "line": 975, + "line": 970, "column": 8 }, "end": { - "line": 975, + "line": 970, "column": 12 } } @@ -78929,31 +78355,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 33817, - 33829 + 33594, + 33606 ], "loc": { "start": { - "line": 975, + "line": 970, "column": 13 }, "end": { - "line": 975, + "line": 970, "column": 25 } } }, "range": [ - 33812, - 33829 + 33589, + 33606 ], "loc": { "start": { - "line": 975, + "line": 970, "column": 8 }, "end": { - "line": 975, + "line": 970, "column": 25 } } @@ -78963,46 +78389,46 @@ "value": 0, "raw": "0", "range": [ - 33832, - 33833 + 33609, + 33610 ], "loc": { "start": { - "line": 975, + "line": 970, "column": 28 }, "end": { - "line": 975, + "line": 970, "column": 29 } } }, "range": [ - 33812, - 33833 + 33589, + 33610 ], "loc": { "start": { - "line": 975, + "line": 970, "column": 8 }, "end": { - "line": 975, + "line": 970, "column": 29 } } }, "range": [ - 33812, - 33834 + 33589, + 33611 ], "loc": { "start": { - "line": 975, + "line": 970, "column": 8 }, "end": { - "line": 975, + "line": 970, "column": 30 } } @@ -79018,16 +78444,16 @@ "object": { "type": "ThisExpression", "range": [ - 33843, - 33847 + 33620, + 33624 ], "loc": { "start": { - "line": 976, + "line": 971, "column": 8 }, "end": { - "line": 976, + "line": 971, "column": 12 } } @@ -79036,31 +78462,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 33848, - 33862 + 33625, + 33639 ], "loc": { "start": { - "line": 976, + "line": 971, "column": 13 }, "end": { - "line": 976, + "line": 971, "column": 27 } } }, "range": [ - 33843, - 33862 + 33620, + 33639 ], "loc": { "start": { - "line": 976, + "line": 971, "column": 8 }, "end": { - "line": 976, + "line": 971, "column": 27 } } @@ -79069,46 +78495,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 33865, - 33867 + 33642, + 33644 ], "loc": { "start": { - "line": 976, + "line": 971, "column": 30 }, "end": { - "line": 976, + "line": 971, "column": 32 } } }, "range": [ - 33843, - 33867 + 33620, + 33644 ], "loc": { "start": { - "line": 976, + "line": 971, "column": 8 }, "end": { - "line": 976, + "line": 971, "column": 32 } } }, "range": [ - 33843, - 33868 + 33620, + 33645 ], "loc": { "start": { - "line": 976, + "line": 971, "column": 8 }, "end": { - "line": 976, + "line": 971, "column": 33 } } @@ -79124,16 +78550,16 @@ "object": { "type": "ThisExpression", "range": [ - 33877, - 33881 + 33654, + 33658 ], "loc": { "start": { - "line": 977, + "line": 972, "column": 8 }, "end": { - "line": 977, + "line": 972, "column": 12 } } @@ -79142,31 +78568,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 33882, - 33888 + 33659, + 33665 ], "loc": { "start": { - "line": 977, + "line": 972, "column": 13 }, "end": { - "line": 977, + "line": 972, "column": 19 } } }, "range": [ - 33877, - 33888 + 33654, + 33665 ], "loc": { "start": { - "line": 977, + "line": 972, "column": 8 }, "end": { - "line": 977, + "line": 972, "column": 19 } } @@ -79175,46 +78601,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 33891, - 33893 + 33668, + 33670 ], "loc": { "start": { - "line": 977, + "line": 972, "column": 22 }, "end": { - "line": 977, + "line": 972, "column": 24 } } }, "range": [ - 33877, - 33893 + 33654, + 33670 ], "loc": { "start": { - "line": 977, + "line": 972, "column": 8 }, "end": { - "line": 977, + "line": 972, "column": 24 } } }, "range": [ - 33877, - 33894 + 33654, + 33671 ], "loc": { "start": { - "line": 977, + "line": 972, "column": 8 }, "end": { - "line": 977, + "line": 972, "column": 25 } } @@ -79230,16 +78656,16 @@ "object": { "type": "ThisExpression", "range": [ - 33903, - 33907 + 33680, + 33684 ], "loc": { "start": { - "line": 978, + "line": 973, "column": 8 }, "end": { - "line": 978, + "line": 973, "column": 12 } } @@ -79248,31 +78674,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 33908, - 33919 + 33685, + 33696 ], "loc": { "start": { - "line": 978, + "line": 973, "column": 13 }, "end": { - "line": 978, + "line": 973, "column": 24 } } }, "range": [ - 33903, - 33919 + 33680, + 33696 ], "loc": { "start": { - "line": 978, + "line": 973, "column": 8 }, "end": { - "line": 978, + "line": 973, "column": 24 } } @@ -79282,62 +78708,62 @@ "value": false, "raw": "false", "range": [ - 33922, - 33927 + 33699, + 33704 ], "loc": { "start": { - "line": 978, + "line": 973, "column": 27 }, "end": { - "line": 978, + "line": 973, "column": 32 } } }, "range": [ - 33903, - 33927 + 33680, + 33704 ], "loc": { "start": { - "line": 978, + "line": 973, "column": 8 }, "end": { - "line": 978, + "line": 973, "column": 32 } } }, "range": [ - 33903, - 33928 + 33680, + 33705 ], "loc": { "start": { - "line": 978, + "line": 973, "column": 8 }, "end": { - "line": 978, + "line": 973, "column": 33 } } } ], "range": [ - 32061, - 33934 + 31928, + 33711 ], "loc": { "start": { - "line": 919, + "line": 915, "column": 14 }, "end": { - "line": 979, + "line": 974, "column": 5 } } @@ -79345,16 +78771,16 @@ "generator": false, "expression": false, "range": [ - 32058, - 33934 + 31925, + 33711 ], "loc": { "start": { - "line": 919, + "line": 915, "column": 11 }, "end": { - "line": 979, + "line": 974, "column": 5 } } @@ -79362,16 +78788,16 @@ "kind": "method", "computed": false, "range": [ - 32051, - 33934 + 31918, + 33711 ], "loc": { "start": { - "line": 919, + "line": 915, "column": 4 }, "end": { - "line": 979, + "line": 974, "column": 5 } }, @@ -79380,16 +78806,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32008, - 32046 + 31875, + 31913 ], "loc": { "start": { - "line": 916, + "line": 912, "column": 4 }, "end": { - "line": 918, + "line": 914, "column": 7 } } @@ -79400,16 +78826,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 33940, - 34029 + 33717, + 33806 ], "loc": { "start": { - "line": 981, + "line": 976, "column": 4 }, "end": { - "line": 983, + "line": 978, "column": 7 } } @@ -79423,16 +78849,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 34034, - 34044 + 33811, + 33821 ], "loc": { "start": { - "line": 984, + "line": 979, "column": 4 }, "end": { - "line": 984, + "line": 979, "column": 14 } } @@ -79452,16 +78878,16 @@ "object": { "type": "ThisExpression", "range": [ - 34061, - 34065 + 33838, + 33842 ], "loc": { "start": { - "line": 985, + "line": 980, "column": 12 }, "end": { - "line": 985, + "line": 980, "column": 16 } } @@ -79470,31 +78896,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 34066, - 34072 + 33843, + 33849 ], "loc": { "start": { - "line": 985, + "line": 980, "column": 17 }, "end": { - "line": 985, + "line": 980, "column": 23 } } }, "range": [ - 34061, - 34072 + 33838, + 33849 ], "loc": { "start": { - "line": 985, + "line": 980, "column": 12 }, "end": { - "line": 985, + "line": 980, "column": 23 } } @@ -79506,48 +78932,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 34088, - 34095 + 33865, + 33872 ], "loc": { "start": { - "line": 986, + "line": 981, "column": 12 }, "end": { - "line": 986, + "line": 981, "column": 19 } } } ], "range": [ - 34074, - 34105 + 33851, + 33882 ], "loc": { "start": { - "line": 985, + "line": 980, "column": 25 }, "end": { - "line": 987, + "line": 982, "column": 9 } } }, "alternate": null, "range": [ - 34057, - 34105 + 33834, + 33882 ], "loc": { "start": { - "line": 985, + "line": 980, "column": 8 }, "end": { - "line": 987, + "line": 982, "column": 9 } }, @@ -79556,16 +78982,16 @@ "type": "Block", "value": "** container div **", "range": [ - 34115, - 34138 + 33892, + 33915 ], "loc": { "start": { - "line": 989, + "line": 984, "column": 8 }, "end": { - "line": 989, + "line": 984, "column": 31 } } @@ -79581,16 +79007,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34151, - 34157 + 33928, + 33934 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 12 }, "end": { - "line": 990, + "line": 985, "column": 18 } } @@ -79601,16 +79027,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 34160, - 34169 + 33937, + 33946 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 21 }, "end": { - "line": 990, + "line": 985, "column": 30 } } @@ -79621,16 +79047,16 @@ "value": "div", "raw": "'div'", "range": [ - 34170, - 34175 + 33947, + 33952 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 31 }, "end": { - "line": 990, + "line": 985, "column": 36 } } @@ -79643,16 +79069,16 @@ "value": "id", "raw": "'id'", "range": [ - 34178, - 34182 + 33955, + 33959 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 39 }, "end": { - "line": 990, + "line": 985, "column": 43 } } @@ -79666,16 +79092,16 @@ "object": { "type": "ThisExpression", "range": [ - 34184, - 34188 + 33961, + 33965 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 45 }, "end": { - "line": 990, + "line": 985, "column": 49 } } @@ -79684,31 +79110,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 34189, - 34199 + 33966, + 33976 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 50 }, "end": { - "line": 990, + "line": 985, "column": 60 } } }, "range": [ - 34184, - 34199 + 33961, + 33976 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 45 }, "end": { - "line": 990, + "line": 985, "column": 60 } } @@ -79719,16 +79145,16 @@ "object": { "type": "ThisExpression", "range": [ - 34202, - 34206 + 33979, + 33983 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 63 }, "end": { - "line": 990, + "line": 985, "column": 67 } } @@ -79737,93 +79163,93 @@ "type": "Identifier", "name": "id", "range": [ - 34207, - 34209 + 33984, + 33986 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 68 }, "end": { - "line": 990, + "line": 985, "column": 70 } } }, "range": [ - 34202, - 34209 + 33979, + 33986 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 63 }, "end": { - "line": 990, + "line": 985, "column": 70 } } }, "range": [ - 34184, - 34209 + 33961, + 33986 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 45 }, "end": { - "line": 990, + "line": 985, "column": 70 } } } ], "range": [ - 34177, - 34210 + 33954, + 33987 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 38 }, "end": { - "line": 990, + "line": 985, "column": 71 } } } ], "range": [ - 34160, - 34211 + 33937, + 33988 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 21 }, "end": { - "line": 990, + "line": 985, "column": 72 } } }, "range": [ - 34151, - 34211 + 33928, + 33988 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 12 }, "end": { - "line": 990, + "line": 985, "column": 72 } } @@ -79831,16 +79257,16 @@ ], "kind": "let", "range": [ - 34147, - 34212 + 33924, + 33989 ], "loc": { "start": { - "line": 990, + "line": 985, "column": 8 }, "end": { - "line": 990, + "line": 985, "column": 73 } }, @@ -79849,16 +79275,16 @@ "type": "Block", "value": "** container div **", "range": [ - 34115, - 34138 + 33892, + 33915 ], "loc": { "start": { - "line": 989, + "line": 984, "column": 8 }, "end": { - "line": 989, + "line": 984, "column": 31 } } @@ -79877,16 +79303,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34221, - 34227 + 33998, + 34004 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 8 }, "end": { - "line": 991, + "line": 986, "column": 14 } } @@ -79895,31 +79321,31 @@ "type": "Identifier", "name": "className", "range": [ - 34228, - 34237 + 34005, + 34014 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 15 }, "end": { - "line": 991, + "line": 986, "column": 24 } } }, "range": [ - 34221, - 34237 + 33998, + 34014 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 8 }, "end": { - "line": 991, + "line": 986, "column": 24 } } @@ -79930,16 +79356,16 @@ "object": { "type": "ThisExpression", "range": [ - 34240, - 34244 + 34017, + 34021 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 27 }, "end": { - "line": 991, + "line": 986, "column": 31 } } @@ -79948,61 +79374,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 34245, - 34259 + 34022, + 34036 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 32 }, "end": { - "line": 991, + "line": 986, "column": 46 } } }, "range": [ - 34240, - 34259 + 34017, + 34036 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 27 }, "end": { - "line": 991, + "line": 986, "column": 46 } } }, "range": [ - 34221, - 34259 + 33998, + 34036 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 8 }, "end": { - "line": 991, + "line": 986, "column": 46 } } }, "range": [ - 34221, - 34260 + 33998, + 34037 ], "loc": { "start": { - "line": 991, + "line": 986, "column": 8 }, "end": { - "line": 991, + "line": 986, "column": 47 } }, @@ -80011,16 +79437,16 @@ "type": "Line", "value": "custom container", "range": [ - 34270, - 34288 + 34047, + 34065 ], "loc": { "start": { - "line": 993, + "line": 988, "column": 8 }, "end": { - "line": 993, + "line": 988, "column": 26 } } @@ -80035,16 +79461,16 @@ "object": { "type": "ThisExpression", "range": [ - 34301, - 34305 + 34078, + 34082 ], "loc": { "start": { - "line": 994, + "line": 989, "column": 12 }, "end": { - "line": 994, + "line": 989, "column": 16 } } @@ -80053,31 +79479,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 34306, - 34318 + 34083, + 34095 ], "loc": { "start": { - "line": 994, + "line": 989, "column": 17 }, "end": { - "line": 994, + "line": 989, "column": 29 } } }, "range": [ - 34301, - 34318 + 34078, + 34095 ], "loc": { "start": { - "line": 994, + "line": 989, "column": 12 }, "end": { - "line": 994, + "line": 989, "column": 29 } } @@ -80098,16 +79524,16 @@ "type": "Identifier", "name": "elm", "range": [ - 34334, - 34337 + 34111, + 34114 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 12 }, "end": { - "line": 995, + "line": 990, "column": 15 } } @@ -80119,16 +79545,16 @@ "object": { "type": "ThisExpression", "range": [ - 34338, - 34342 + 34115, + 34119 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 16 }, "end": { - "line": 995, + "line": 990, "column": 20 } } @@ -80137,47 +79563,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 34343, - 34355 + 34120, + 34132 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 21 }, "end": { - "line": 995, + "line": 990, "column": 33 } } }, "range": [ - 34338, - 34355 + 34115, + 34132 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 16 }, "end": { - "line": 995, + "line": 990, "column": 33 } } } ], "range": [ - 34334, - 34356 + 34111, + 34133 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 12 }, "end": { - "line": 995, + "line": 990, "column": 34 } } @@ -80186,31 +79612,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 34357, - 34368 + 34134, + 34145 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 35 }, "end": { - "line": 995, + "line": 990, "column": 46 } } }, "range": [ - 34334, - 34368 + 34111, + 34145 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 12 }, "end": { - "line": 995, + "line": 990, "column": 46 } } @@ -80220,63 +79646,63 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34369, - 34375 + 34146, + 34152 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 47 }, "end": { - "line": 995, + "line": 990, "column": 53 } } } ], "range": [ - 34334, - 34376 + 34111, + 34153 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 12 }, "end": { - "line": 995, + "line": 990, "column": 54 } } }, "range": [ - 34334, - 34377 + 34111, + 34154 ], "loc": { "start": { - "line": 995, + "line": 990, "column": 12 }, "end": { - "line": 995, + "line": 990, "column": 55 } } } ], "range": [ - 34320, - 34387 + 34097, + 34164 ], "loc": { "start": { - "line": 994, + "line": 989, "column": 31 }, "end": { - "line": 996, + "line": 991, "column": 9 } }, @@ -80285,16 +79711,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 34396, - 34409 + 34173, + 34186 ], "loc": { "start": { - "line": 997, + "line": 992, "column": 8 }, "end": { - "line": 997, + "line": 992, "column": 21 } } @@ -80309,16 +79735,16 @@ "object": { "type": "ThisExpression", "range": [ - 34427, - 34431 + 34204, + 34208 ], "loc": { "start": { - "line": 998, + "line": 993, "column": 17 }, "end": { - "line": 998, + "line": 993, "column": 21 } } @@ -80327,31 +79753,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 34432, - 34442 + 34209, + 34219 ], "loc": { "start": { - "line": 998, + "line": 993, "column": 22 }, "end": { - "line": 998, + "line": 993, "column": 32 } } }, "range": [ - 34427, - 34442 + 34204, + 34219 ], "loc": { "start": { - "line": 998, + "line": 993, "column": 17 }, "end": { - "line": 998, + "line": 993, "column": 32 } } @@ -80368,16 +79794,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 34462, - 34472 + 34239, + 34249 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 16 }, "end": { - "line": 999, + "line": 994, "column": 26 } } @@ -80391,16 +79817,16 @@ "object": { "type": "ThisExpression", "range": [ - 34475, - 34479 + 34252, + 34256 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 29 }, "end": { - "line": 999, + "line": 994, "column": 33 } } @@ -80409,31 +79835,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 34480, - 34483 + 34257, + 34260 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 34 }, "end": { - "line": 999, + "line": 994, "column": 37 } } }, "range": [ - 34475, - 34483 + 34252, + 34260 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 29 }, "end": { - "line": 999, + "line": 994, "column": 37 } } @@ -80442,46 +79868,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 34484, - 34494 + 34261, + 34271 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 38 }, "end": { - "line": 999, + "line": 994, "column": 48 } } }, "range": [ - 34475, - 34494 + 34252, + 34271 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 29 }, "end": { - "line": 999, + "line": 994, "column": 48 } } }, "range": [ - 34462, - 34494 + 34239, + 34271 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 16 }, "end": { - "line": 999, + "line": 994, "column": 48 } } @@ -80489,16 +79915,16 @@ ], "kind": "let", "range": [ - 34458, - 34495 + 34235, + 34272 ], "loc": { "start": { - "line": 999, + "line": 994, "column": 12 }, "end": { - "line": 999, + "line": 994, "column": 49 } } @@ -80517,16 +79943,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 34508, - 34518 + 34285, + 34295 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 12 }, "end": { - "line": 1000, + "line": 995, "column": 22 } } @@ -80535,31 +79961,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 34519, - 34530 + 34296, + 34307 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 23 }, "end": { - "line": 1000, + "line": 995, "column": 34 } } }, "range": [ - 34508, - 34530 + 34285, + 34307 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 12 }, "end": { - "line": 1000, + "line": 995, "column": 34 } } @@ -80568,31 +79994,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 34531, - 34542 + 34308, + 34319 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 35 }, "end": { - "line": 1000, + "line": 995, "column": 46 } } }, "range": [ - 34508, - 34542 + 34285, + 34319 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 12 }, "end": { - "line": 1000, + "line": 995, "column": 46 } } @@ -80602,47 +80028,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34543, - 34549 + 34320, + 34326 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 47 }, "end": { - "line": 1000, + "line": 995, "column": 53 } } } ], "range": [ - 34508, - 34550 + 34285, + 34327 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 12 }, "end": { - "line": 1000, + "line": 995, "column": 54 } } }, "range": [ - 34508, - 34551 + 34285, + 34328 ], "loc": { "start": { - "line": 1000, + "line": 995, "column": 12 }, "end": { - "line": 1000, + "line": 995, "column": 55 } } @@ -80659,16 +80085,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34564, - 34570 + 34341, + 34347 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 12 }, "end": { - "line": 1001, + "line": 996, "column": 18 } } @@ -80677,31 +80103,31 @@ "type": "Identifier", "name": "className", "range": [ - 34571, - 34580 + 34348, + 34357 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 19 }, "end": { - "line": 1001, + "line": 996, "column": 28 } } }, "range": [ - 34564, - 34580 + 34341, + 34357 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 12 }, "end": { - "line": 1001, + "line": 996, "column": 28 } } @@ -80713,16 +80139,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 34583, - 34593 + 34360, + 34370 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 31 }, "end": { - "line": 1001, + "line": 996, "column": 41 } } @@ -80731,77 +80157,77 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 34594, - 34612 + 34371, + 34389 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 42 }, "end": { - "line": 1001, + "line": 996, "column": 60 } } }, "range": [ - 34583, - 34612 + 34360, + 34389 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 31 }, "end": { - "line": 1001, + "line": 996, "column": 60 } } }, "range": [ - 34564, - 34612 + 34341, + 34389 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 12 }, "end": { - "line": 1001, + "line": 996, "column": 60 } } }, "range": [ - 34564, - 34613 + 34341, + 34390 ], "loc": { "start": { - "line": 1001, + "line": 996, "column": 12 }, "end": { - "line": 1001, + "line": 996, "column": 61 } } } ], "range": [ - 34444, - 34623 + 34221, + 34400 ], "loc": { "start": { - "line": 998, + "line": 993, "column": 34 }, "end": { - "line": 1002, + "line": 997, "column": 9 } }, @@ -80810,16 +80236,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 34632, - 34672 + 34409, + 34449 ], "loc": { "start": { - "line": 1003, + "line": 998, "column": 8 }, "end": { - "line": 1003, + "line": 998, "column": 48 } } @@ -80838,16 +80264,16 @@ "type": "Identifier", "name": "cont", "range": [ - 34704, - 34708 + 34481, + 34485 ], "loc": { "start": { - "line": 1005, + "line": 1000, "column": 16 }, "end": { - "line": 1005, + "line": 1000, "column": 20 } } @@ -80858,16 +80284,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 34711, - 34720 + 34488, + 34497 ], "loc": { "start": { - "line": 1005, + "line": 1000, "column": 23 }, "end": { - "line": 1005, + "line": 1000, "column": 32 } } @@ -80878,47 +80304,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 34721, - 34730 + 34498, + 34507 ], "loc": { "start": { - "line": 1005, + "line": 1000, "column": 33 }, "end": { - "line": 1005, + "line": 1000, "column": 42 } } } ], "range": [ - 34711, - 34731 + 34488, + 34508 ], "loc": { "start": { - "line": 1005, + "line": 1000, "column": 23 }, "end": { - "line": 1005, + "line": 1000, "column": 43 } } }, "range": [ - 34704, - 34731 + 34481, + 34508 ], "loc": { "start": { - "line": 1005, + "line": 1000, "column": 16 }, "end": { - "line": 1005, + "line": 1000, "column": 43 } } @@ -80926,16 +80352,16 @@ ], "kind": "let", "range": [ - 34700, - 34732 + 34477, + 34509 ], "loc": { "start": { - "line": 1005, + "line": 1000, "column": 12 }, "end": { - "line": 1005, + "line": 1000, "column": 44 } } @@ -80951,16 +80377,16 @@ "type": "Identifier", "name": "cont", "range": [ - 34745, - 34749 + 34522, + 34526 ], "loc": { "start": { - "line": 1006, + "line": 1001, "column": 12 }, "end": { - "line": 1006, + "line": 1001, "column": 16 } } @@ -80969,31 +80395,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 34750, - 34761 + 34527, + 34538 ], "loc": { "start": { - "line": 1006, + "line": 1001, "column": 17 }, "end": { - "line": 1006, + "line": 1001, "column": 28 } } }, "range": [ - 34745, - 34761 + 34522, + 34538 ], "loc": { "start": { - "line": 1006, + "line": 1001, "column": 12 }, "end": { - "line": 1006, + "line": 1001, "column": 28 } } @@ -81003,47 +80429,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34762, - 34768 + 34539, + 34545 ], "loc": { "start": { - "line": 1006, + "line": 1001, "column": 29 }, "end": { - "line": 1006, + "line": 1001, "column": 35 } } } ], "range": [ - 34745, - 34769 + 34522, + 34546 ], "loc": { "start": { - "line": 1006, + "line": 1001, "column": 12 }, "end": { - "line": 1006, + "line": 1001, "column": 36 } } }, "range": [ - 34745, - 34770 + 34522, + 34547 ], "loc": { "start": { - "line": 1006, + "line": 1001, "column": 12 }, "end": { - "line": 1006, + "line": 1001, "column": 37 } } @@ -81061,16 +80487,16 @@ "object": { "type": "ThisExpression", "range": [ - 34783, - 34787 + 34560, + 34564 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 12 }, "end": { - "line": 1007, + "line": 1002, "column": 16 } } @@ -81079,31 +80505,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 34788, - 34791 + 34565, + 34568 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 17 }, "end": { - "line": 1007, + "line": 1002, "column": 20 } } }, "range": [ - 34783, - 34791 + 34560, + 34568 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 12 }, "end": { - "line": 1007, + "line": 1002, "column": 20 } } @@ -81112,31 +80538,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 34792, - 34804 + 34569, + 34581 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 21 }, "end": { - "line": 1007, + "line": 1002, "column": 33 } } }, "range": [ - 34783, - 34804 + 34560, + 34581 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 12 }, "end": { - "line": 1007, + "line": 1002, "column": 33 } } @@ -81146,16 +80572,16 @@ "type": "Identifier", "name": "cont", "range": [ - 34805, - 34809 + 34582, + 34586 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 34 }, "end": { - "line": 1007, + "line": 1002, "column": 38 } } @@ -81169,16 +80595,16 @@ "object": { "type": "ThisExpression", "range": [ - 34811, - 34815 + 34588, + 34592 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 40 }, "end": { - "line": 1007, + "line": 1002, "column": 44 } } @@ -81187,31 +80613,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 34816, - 34819 + 34593, + 34596 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 45 }, "end": { - "line": 1007, + "line": 1002, "column": 48 } } }, "range": [ - 34811, - 34819 + 34588, + 34596 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 40 }, "end": { - "line": 1007, + "line": 1002, "column": 48 } } @@ -81220,78 +80646,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 34820, - 34830 + 34597, + 34607 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 49 }, "end": { - "line": 1007, + "line": 1002, "column": 59 } } }, "range": [ - 34811, - 34830 + 34588, + 34607 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 40 }, "end": { - "line": 1007, + "line": 1002, "column": 59 } } } ], "range": [ - 34783, - 34831 + 34560, + 34608 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 12 }, "end": { - "line": 1007, + "line": 1002, "column": 60 } } }, "range": [ - 34783, - 34832 + 34560, + 34609 ], "loc": { "start": { - "line": 1007, + "line": 1002, "column": 12 }, "end": { - "line": 1007, + "line": 1002, "column": 61 } } } ], "range": [ - 34686, - 34842 + 34463, + 34619 ], "loc": { "start": { - "line": 1004, + "line": 999, "column": 13 }, "end": { - "line": 1008, + "line": 1003, "column": 9 } }, @@ -81300,16 +80726,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 34632, - 34672 + 34409, + 34449 ], "loc": { "start": { - "line": 1003, + "line": 998, "column": 8 }, "end": { - "line": 1003, + "line": 998, "column": 48 } } @@ -81317,16 +80743,16 @@ ] }, "range": [ - 34423, - 34842 + 34200, + 34619 ], "loc": { "start": { - "line": 998, + "line": 993, "column": 13 }, "end": { - "line": 1008, + "line": 1003, "column": 9 } }, @@ -81335,16 +80761,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 34396, - 34409 + 34173, + 34186 ], "loc": { "start": { - "line": 997, + "line": 992, "column": 8 }, "end": { - "line": 997, + "line": 992, "column": 21 } } @@ -81352,16 +80778,16 @@ ] }, "range": [ - 34297, - 34842 + 34074, + 34619 ], "loc": { "start": { - "line": 994, + "line": 989, "column": 8 }, "end": { - "line": 1008, + "line": 1003, "column": 9 } }, @@ -81370,16 +80796,16 @@ "type": "Line", "value": "custom container", "range": [ - 34270, - 34288 + 34047, + 34065 ], "loc": { "start": { - "line": 993, + "line": 988, "column": 8 }, "end": { - "line": 993, + "line": 988, "column": 26 } } @@ -81397,16 +80823,16 @@ "object": { "type": "ThisExpression", "range": [ - 34851, - 34855 + 34628, + 34632 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 8 }, "end": { - "line": 1009, + "line": 1004, "column": 12 } } @@ -81415,31 +80841,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 34856, - 34862 + 34633, + 34639 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 13 }, "end": { - "line": 1009, + "line": 1004, "column": 19 } } }, "range": [ - 34851, - 34862 + 34628, + 34639 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 8 }, "end": { - "line": 1009, + "line": 1004, "column": 19 } } @@ -81450,16 +80876,16 @@ "type": "Identifier", "name": "elm", "range": [ - 34865, - 34868 + 34642, + 34645 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 22 }, "end": { - "line": 1009, + "line": 1004, "column": 25 } } @@ -81474,16 +80900,16 @@ "object": { "type": "ThisExpression", "range": [ - 34869, - 34873 + 34646, + 34650 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 26 }, "end": { - "line": 1009, + "line": 1004, "column": 30 } } @@ -81492,31 +80918,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 34874, - 34884 + 34651, + 34661 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 31 }, "end": { - "line": 1009, + "line": 1004, "column": 41 } } }, "range": [ - 34869, - 34884 + 34646, + 34661 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 26 }, "end": { - "line": 1009, + "line": 1004, "column": 41 } } @@ -81527,16 +80953,16 @@ "object": { "type": "ThisExpression", "range": [ - 34887, - 34891 + 34664, + 34668 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 44 }, "end": { - "line": 1009, + "line": 1004, "column": 48 } } @@ -81545,92 +80971,92 @@ "type": "Identifier", "name": "id", "range": [ - 34892, - 34894 + 34669, + 34671 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 49 }, "end": { - "line": 1009, + "line": 1004, "column": 51 } } }, "range": [ - 34887, - 34894 + 34664, + 34671 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 44 }, "end": { - "line": 1009, + "line": 1004, "column": 51 } } }, "range": [ - 34869, - 34894 + 34646, + 34671 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 26 }, "end": { - "line": 1009, + "line": 1004, "column": 51 } } } ], "range": [ - 34865, - 34895 + 34642, + 34672 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 22 }, "end": { - "line": 1009, + "line": 1004, "column": 52 } } }, "range": [ - 34851, - 34895 + 34628, + 34672 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 8 }, "end": { - "line": 1009, + "line": 1004, "column": 52 } } }, "range": [ - 34851, - 34896 + 34628, + 34673 ], "loc": { "start": { - "line": 1009, + "line": 1004, "column": 8 }, "end": { - "line": 1009, + "line": 1004, "column": 53 } }, @@ -81639,16 +81065,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 34906, - 34952 + 34683, + 34729 ], "loc": { "start": { - "line": 1011, + "line": 1006, "column": 8 }, "end": { - "line": 1011, + "line": 1006, "column": 54 } } @@ -81664,16 +81090,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 34965, - 34969 + 34742, + 34746 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 12 }, "end": { - "line": 1012, + "line": 1007, "column": 16 } } @@ -81684,16 +81110,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 34972, - 34981 + 34749, + 34758 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 19 }, "end": { - "line": 1012, + "line": 1007, "column": 28 } } @@ -81704,16 +81130,16 @@ "value": "div", "raw": "'div'", "range": [ - 34982, - 34987 + 34759, + 34764 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 29 }, "end": { - "line": 1012, + "line": 1007, "column": 34 } } @@ -81726,16 +81152,16 @@ "value": "id", "raw": "'id'", "range": [ - 34990, - 34994 + 34767, + 34771 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 37 }, "end": { - "line": 1012, + "line": 1007, "column": 41 } } @@ -81749,16 +81175,16 @@ "object": { "type": "ThisExpression", "range": [ - 34996, - 35000 + 34773, + 34777 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 43 }, "end": { - "line": 1012, + "line": 1007, "column": 47 } } @@ -81767,31 +81193,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 35001, - 35009 + 34778, + 34786 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 48 }, "end": { - "line": 1012, + "line": 1007, "column": 56 } } }, "range": [ - 34996, - 35009 + 34773, + 34786 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 43 }, "end": { - "line": 1012, + "line": 1007, "column": 56 } } @@ -81802,16 +81228,16 @@ "object": { "type": "ThisExpression", "range": [ - 35012, - 35016 + 34789, + 34793 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 59 }, "end": { - "line": 1012, + "line": 1007, "column": 63 } } @@ -81820,93 +81246,93 @@ "type": "Identifier", "name": "id", "range": [ - 35017, - 35019 + 34794, + 34796 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 64 }, "end": { - "line": 1012, + "line": 1007, "column": 66 } } }, "range": [ - 35012, - 35019 + 34789, + 34796 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 59 }, "end": { - "line": 1012, + "line": 1007, "column": 66 } } }, "range": [ - 34996, - 35019 + 34773, + 34796 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 43 }, "end": { - "line": 1012, + "line": 1007, "column": 66 } } } ], "range": [ - 34989, - 35020 + 34766, + 34797 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 36 }, "end": { - "line": 1012, + "line": 1007, "column": 67 } } } ], "range": [ - 34972, - 35021 + 34749, + 34798 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 19 }, "end": { - "line": 1012, + "line": 1007, "column": 68 } } }, "range": [ - 34965, - 35021 + 34742, + 34798 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 12 }, "end": { - "line": 1012, + "line": 1007, "column": 68 } } @@ -81914,16 +81340,16 @@ ], "kind": "let", "range": [ - 34961, - 35022 + 34738, + 34799 ], "loc": { "start": { - "line": 1012, + "line": 1007, "column": 8 }, "end": { - "line": 1012, + "line": 1007, "column": 69 } }, @@ -81932,16 +81358,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 34906, - 34952 + 34683, + 34729 ], "loc": { "start": { - "line": 1011, + "line": 1006, "column": 8 }, "end": { - "line": 1011, + "line": 1006, "column": 54 } } @@ -81960,16 +81386,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 35031, - 35035 + 34808, + 34812 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 8 }, "end": { - "line": 1013, + "line": 1008, "column": 12 } } @@ -81978,31 +81404,31 @@ "type": "Identifier", "name": "className", "range": [ - 35036, - 35045 + 34813, + 34822 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 13 }, "end": { - "line": 1013, + "line": 1008, "column": 22 } } }, "range": [ - 35031, - 35045 + 34808, + 34822 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 8 }, "end": { - "line": 1013, + "line": 1008, "column": 22 } } @@ -82013,16 +81439,16 @@ "object": { "type": "ThisExpression", "range": [ - 35048, - 35052 + 34825, + 34829 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 25 }, "end": { - "line": 1013, + "line": 1008, "column": 29 } } @@ -82031,61 +81457,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 35053, - 35065 + 34830, + 34842 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 30 }, "end": { - "line": 1013, + "line": 1008, "column": 42 } } }, "range": [ - 35048, - 35065 + 34825, + 34842 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 25 }, "end": { - "line": 1013, + "line": 1008, "column": 42 } } }, "range": [ - 35031, - 35065 + 34808, + 34842 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 8 }, "end": { - "line": 1013, + "line": 1008, "column": 42 } } }, "range": [ - 35031, - 35066 + 34808, + 34843 ], "loc": { "start": { - "line": 1013, + "line": 1008, "column": 8 }, "end": { - "line": 1013, + "line": 1008, "column": 43 } } @@ -82101,16 +81527,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35075, - 35081 + 34852, + 34858 ], "loc": { "start": { - "line": 1014, + "line": 1009, "column": 8 }, "end": { - "line": 1014, + "line": 1009, "column": 14 } } @@ -82119,31 +81545,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35082, - 35093 + 34859, + 34870 ], "loc": { "start": { - "line": 1014, + "line": 1009, "column": 15 }, "end": { - "line": 1014, + "line": 1009, "column": 26 } } }, "range": [ - 35075, - 35093 + 34852, + 34870 ], "loc": { "start": { - "line": 1014, + "line": 1009, "column": 8 }, "end": { - "line": 1014, + "line": 1009, "column": 26 } } @@ -82153,47 +81579,47 @@ "type": "Identifier", "name": "ldiv", "range": [ - 35094, - 35098 + 34871, + 34875 ], "loc": { "start": { - "line": 1014, + "line": 1009, "column": 27 }, "end": { - "line": 1014, + "line": 1009, "column": 31 } } } ], "range": [ - 35075, - 35099 + 34852, + 34876 ], "loc": { "start": { - "line": 1014, + "line": 1009, "column": 8 }, "end": { - "line": 1014, + "line": 1009, "column": 32 } } }, "range": [ - 35075, - 35100 + 34852, + 34877 ], "loc": { "start": { - "line": 1014, + "line": 1009, "column": 8 }, "end": { - "line": 1014, + "line": 1009, "column": 33 } } @@ -82209,16 +81635,16 @@ "object": { "type": "ThisExpression", "range": [ - 35109, - 35113 + 34886, + 34890 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 8 }, "end": { - "line": 1015, + "line": 1010, "column": 12 } } @@ -82227,31 +81653,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 35114, - 35118 + 34891, + 34895 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 13 }, "end": { - "line": 1015, + "line": 1010, "column": 17 } } }, "range": [ - 35109, - 35118 + 34886, + 34895 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 8 }, "end": { - "line": 1015, + "line": 1010, "column": 17 } } @@ -82262,16 +81688,16 @@ "type": "Identifier", "name": "elm", "range": [ - 35121, - 35124 + 34898, + 34901 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 20 }, "end": { - "line": 1015, + "line": 1010, "column": 23 } } @@ -82286,16 +81712,16 @@ "object": { "type": "ThisExpression", "range": [ - 35125, - 35129 + 34902, + 34906 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 24 }, "end": { - "line": 1015, + "line": 1010, "column": 28 } } @@ -82304,31 +81730,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 35130, - 35138 + 34907, + 34915 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 29 }, "end": { - "line": 1015, + "line": 1010, "column": 37 } } }, "range": [ - 35125, - 35138 + 34902, + 34915 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 24 }, "end": { - "line": 1015, + "line": 1010, "column": 37 } } @@ -82339,16 +81765,16 @@ "object": { "type": "ThisExpression", "range": [ - 35141, - 35145 + 34918, + 34922 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 40 }, "end": { - "line": 1015, + "line": 1010, "column": 44 } } @@ -82357,92 +81783,92 @@ "type": "Identifier", "name": "id", "range": [ - 35146, - 35148 + 34923, + 34925 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 45 }, "end": { - "line": 1015, + "line": 1010, "column": 47 } } }, "range": [ - 35141, - 35148 + 34918, + 34925 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 40 }, "end": { - "line": 1015, + "line": 1010, "column": 47 } } }, "range": [ - 35125, - 35148 + 34902, + 34925 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 24 }, "end": { - "line": 1015, + "line": 1010, "column": 47 } } } ], "range": [ - 35121, - 35149 + 34898, + 34926 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 20 }, "end": { - "line": 1015, + "line": 1010, "column": 48 } } }, "range": [ - 35109, - 35149 + 34886, + 34926 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 8 }, "end": { - "line": 1015, + "line": 1010, "column": 48 } } }, "range": [ - 35109, - 35150 + 34886, + 34927 ], "loc": { "start": { - "line": 1015, + "line": 1010, "column": 8 }, "end": { - "line": 1015, + "line": 1010, "column": 49 } }, @@ -82451,16 +81877,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 35160, - 35254 + 34937, + 35031 ], "loc": { "start": { - "line": 1017, + "line": 1012, "column": 8 }, "end": { - "line": 1018, + "line": 1013, "column": 52 } } @@ -82476,16 +81902,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 35267, - 35271 + 35044, + 35048 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 12 }, "end": { - "line": 1019, + "line": 1014, "column": 16 } } @@ -82496,16 +81922,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 35274, - 35283 + 35051, + 35060 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 19 }, "end": { - "line": 1019, + "line": 1014, "column": 28 } } @@ -82516,16 +81942,16 @@ "value": "div", "raw": "'div'", "range": [ - 35284, - 35289 + 35061, + 35066 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 29 }, "end": { - "line": 1019, + "line": 1014, "column": 34 } } @@ -82538,16 +81964,16 @@ "value": "id", "raw": "'id'", "range": [ - 35292, - 35296 + 35069, + 35073 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 37 }, "end": { - "line": 1019, + "line": 1014, "column": 41 } } @@ -82561,16 +81987,16 @@ "object": { "type": "ThisExpression", "range": [ - 35298, - 35302 + 35075, + 35079 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 43 }, "end": { - "line": 1019, + "line": 1014, "column": 47 } } @@ -82579,31 +82005,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 35303, - 35311 + 35080, + 35088 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 48 }, "end": { - "line": 1019, + "line": 1014, "column": 56 } } }, "range": [ - 35298, - 35311 + 35075, + 35088 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 43 }, "end": { - "line": 1019, + "line": 1014, "column": 56 } } @@ -82614,16 +82040,16 @@ "object": { "type": "ThisExpression", "range": [ - 35314, - 35318 + 35091, + 35095 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 59 }, "end": { - "line": 1019, + "line": 1014, "column": 63 } } @@ -82632,93 +82058,93 @@ "type": "Identifier", "name": "id", "range": [ - 35319, - 35321 + 35096, + 35098 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 64 }, "end": { - "line": 1019, + "line": 1014, "column": 66 } } }, "range": [ - 35314, - 35321 + 35091, + 35098 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 59 }, "end": { - "line": 1019, + "line": 1014, "column": 66 } } }, "range": [ - 35298, - 35321 + 35075, + 35098 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 43 }, "end": { - "line": 1019, + "line": 1014, "column": 66 } } } ], "range": [ - 35291, - 35322 + 35068, + 35099 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 36 }, "end": { - "line": 1019, + "line": 1014, "column": 67 } } } ], "range": [ - 35274, - 35323 + 35051, + 35100 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 19 }, "end": { - "line": 1019, + "line": 1014, "column": 68 } } }, "range": [ - 35267, - 35323 + 35044, + 35100 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 12 }, "end": { - "line": 1019, + "line": 1014, "column": 68 } } @@ -82726,16 +82152,16 @@ ], "kind": "let", "range": [ - 35263, - 35324 + 35040, + 35101 ], "loc": { "start": { - "line": 1019, + "line": 1014, "column": 8 }, "end": { - "line": 1019, + "line": 1014, "column": 69 } }, @@ -82744,16 +82170,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 35160, - 35254 + 34937, + 35031 ], "loc": { "start": { - "line": 1017, + "line": 1012, "column": 8 }, "end": { - "line": 1018, + "line": 1013, "column": 52 } } @@ -82772,16 +82198,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 35333, - 35337 + 35110, + 35114 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 8 }, "end": { - "line": 1020, + "line": 1015, "column": 12 } } @@ -82790,31 +82216,31 @@ "type": "Identifier", "name": "className", "range": [ - 35338, - 35347 + 35115, + 35124 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 13 }, "end": { - "line": 1020, + "line": 1015, "column": 22 } } }, "range": [ - 35333, - 35347 + 35110, + 35124 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 8 }, "end": { - "line": 1020, + "line": 1015, "column": 22 } } @@ -82825,16 +82251,16 @@ "object": { "type": "ThisExpression", "range": [ - 35350, - 35354 + 35127, + 35131 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 25 }, "end": { - "line": 1020, + "line": 1015, "column": 29 } } @@ -82843,61 +82269,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 35355, - 35367 + 35132, + 35144 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 30 }, "end": { - "line": 1020, + "line": 1015, "column": 42 } } }, "range": [ - 35350, - 35367 + 35127, + 35144 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 25 }, "end": { - "line": 1020, + "line": 1015, "column": 42 } } }, "range": [ - 35333, - 35367 + 35110, + 35144 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 8 }, "end": { - "line": 1020, + "line": 1015, "column": 42 } } }, "range": [ - 35333, - 35368 + 35110, + 35145 ], "loc": { "start": { - "line": 1020, + "line": 1015, "column": 8 }, "end": { - "line": 1020, + "line": 1015, "column": 43 } } @@ -82913,16 +82339,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35377, - 35383 + 35154, + 35160 ], "loc": { "start": { - "line": 1021, + "line": 1016, "column": 8 }, "end": { - "line": 1021, + "line": 1016, "column": 14 } } @@ -82931,31 +82357,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35384, - 35395 + 35161, + 35172 ], "loc": { "start": { - "line": 1021, + "line": 1016, "column": 15 }, "end": { - "line": 1021, + "line": 1016, "column": 26 } } }, "range": [ - 35377, - 35395 + 35154, + 35172 ], "loc": { "start": { - "line": 1021, + "line": 1016, "column": 8 }, "end": { - "line": 1021, + "line": 1016, "column": 26 } } @@ -82965,47 +82391,47 @@ "type": "Identifier", "name": "rdiv", "range": [ - 35396, - 35400 + 35173, + 35177 ], "loc": { "start": { - "line": 1021, + "line": 1016, "column": 27 }, "end": { - "line": 1021, + "line": 1016, "column": 31 } } } ], "range": [ - 35377, - 35401 + 35154, + 35178 ], "loc": { "start": { - "line": 1021, + "line": 1016, "column": 8 }, "end": { - "line": 1021, + "line": 1016, "column": 32 } } }, "range": [ - 35377, - 35402 + 35154, + 35179 ], "loc": { "start": { - "line": 1021, + "line": 1016, "column": 8 }, "end": { - "line": 1021, + "line": 1016, "column": 33 } } @@ -83021,16 +82447,16 @@ "object": { "type": "ThisExpression", "range": [ - 35411, - 35415 + 35188, + 35192 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 8 }, "end": { - "line": 1022, + "line": 1017, "column": 12 } } @@ -83039,31 +82465,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 35416, - 35420 + 35193, + 35197 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 13 }, "end": { - "line": 1022, + "line": 1017, "column": 17 } } }, "range": [ - 35411, - 35420 + 35188, + 35197 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 8 }, "end": { - "line": 1022, + "line": 1017, "column": 17 } } @@ -83074,16 +82500,16 @@ "type": "Identifier", "name": "elm", "range": [ - 35423, - 35426 + 35200, + 35203 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 20 }, "end": { - "line": 1022, + "line": 1017, "column": 23 } } @@ -83098,16 +82524,16 @@ "object": { "type": "ThisExpression", "range": [ - 35427, - 35431 + 35204, + 35208 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 24 }, "end": { - "line": 1022, + "line": 1017, "column": 28 } } @@ -83116,31 +82542,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 35432, - 35440 + 35209, + 35217 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 29 }, "end": { - "line": 1022, + "line": 1017, "column": 37 } } }, "range": [ - 35427, - 35440 + 35204, + 35217 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 24 }, "end": { - "line": 1022, + "line": 1017, "column": 37 } } @@ -83151,16 +82577,16 @@ "object": { "type": "ThisExpression", "range": [ - 35443, - 35447 + 35220, + 35224 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 40 }, "end": { - "line": 1022, + "line": 1017, "column": 44 } } @@ -83169,92 +82595,92 @@ "type": "Identifier", "name": "id", "range": [ - 35448, - 35450 + 35225, + 35227 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 45 }, "end": { - "line": 1022, + "line": 1017, "column": 47 } } }, "range": [ - 35443, - 35450 + 35220, + 35227 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 40 }, "end": { - "line": 1022, + "line": 1017, "column": 47 } } }, "range": [ - 35427, - 35450 + 35204, + 35227 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 24 }, "end": { - "line": 1022, + "line": 1017, "column": 47 } } } ], "range": [ - 35423, - 35451 + 35200, + 35228 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 20 }, "end": { - "line": 1022, + "line": 1017, "column": 48 } } }, "range": [ - 35411, - 35451 + 35188, + 35228 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 8 }, "end": { - "line": 1022, + "line": 1017, "column": 48 } } }, "range": [ - 35411, - 35452 + 35188, + 35229 ], "loc": { "start": { - "line": 1022, + "line": 1017, "column": 8 }, "end": { - "line": 1022, + "line": 1017, "column": 49 } }, @@ -83263,16 +82689,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 35462, - 35506 + 35239, + 35283 ], "loc": { "start": { - "line": 1024, + "line": 1019, "column": 8 }, "end": { - "line": 1024, + "line": 1019, "column": 52 } } @@ -83288,16 +82714,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 35519, - 35523 + 35296, + 35300 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 12 }, "end": { - "line": 1025, + "line": 1020, "column": 16 } } @@ -83308,16 +82734,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 35526, - 35535 + 35303, + 35312 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 19 }, "end": { - "line": 1025, + "line": 1020, "column": 28 } } @@ -83328,16 +82754,16 @@ "value": "div", "raw": "'div'", "range": [ - 35536, - 35541 + 35313, + 35318 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 29 }, "end": { - "line": 1025, + "line": 1020, "column": 34 } } @@ -83350,16 +82776,16 @@ "value": "id", "raw": "'id'", "range": [ - 35544, - 35548 + 35321, + 35325 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 37 }, "end": { - "line": 1025, + "line": 1020, "column": 41 } } @@ -83373,16 +82799,16 @@ "object": { "type": "ThisExpression", "range": [ - 35550, - 35554 + 35327, + 35331 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 43 }, "end": { - "line": 1025, + "line": 1020, "column": 47 } } @@ -83391,31 +82817,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 35555, - 35563 + 35332, + 35340 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 48 }, "end": { - "line": 1025, + "line": 1020, "column": 56 } } }, "range": [ - 35550, - 35563 + 35327, + 35340 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 43 }, "end": { - "line": 1025, + "line": 1020, "column": 56 } } @@ -83426,16 +82852,16 @@ "object": { "type": "ThisExpression", "range": [ - 35566, - 35570 + 35343, + 35347 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 59 }, "end": { - "line": 1025, + "line": 1020, "column": 63 } } @@ -83444,93 +82870,93 @@ "type": "Identifier", "name": "id", "range": [ - 35571, - 35573 + 35348, + 35350 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 64 }, "end": { - "line": 1025, + "line": 1020, "column": 66 } } }, "range": [ - 35566, - 35573 + 35343, + 35350 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 59 }, "end": { - "line": 1025, + "line": 1020, "column": 66 } } }, "range": [ - 35550, - 35573 + 35327, + 35350 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 43 }, "end": { - "line": 1025, + "line": 1020, "column": 66 } } } ], "range": [ - 35543, - 35574 + 35320, + 35351 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 36 }, "end": { - "line": 1025, + "line": 1020, "column": 67 } } } ], "range": [ - 35526, - 35575 + 35303, + 35352 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 19 }, "end": { - "line": 1025, + "line": 1020, "column": 68 } } }, "range": [ - 35519, - 35575 + 35296, + 35352 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 12 }, "end": { - "line": 1025, + "line": 1020, "column": 68 } } @@ -83538,16 +82964,16 @@ ], "kind": "let", "range": [ - 35515, - 35576 + 35292, + 35353 ], "loc": { "start": { - "line": 1025, + "line": 1020, "column": 8 }, "end": { - "line": 1025, + "line": 1020, "column": 69 } }, @@ -83556,16 +82982,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 35462, - 35506 + 35239, + 35283 ], "loc": { "start": { - "line": 1024, + "line": 1019, "column": 8 }, "end": { - "line": 1024, + "line": 1019, "column": 52 } } @@ -83584,16 +83010,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 35585, - 35589 + 35362, + 35366 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 8 }, "end": { - "line": 1026, + "line": 1021, "column": 12 } } @@ -83602,31 +83028,31 @@ "type": "Identifier", "name": "className", "range": [ - 35590, - 35599 + 35367, + 35376 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 13 }, "end": { - "line": 1026, + "line": 1021, "column": 22 } } }, "range": [ - 35585, - 35599 + 35362, + 35376 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 8 }, "end": { - "line": 1026, + "line": 1021, "column": 22 } } @@ -83637,16 +83063,16 @@ "object": { "type": "ThisExpression", "range": [ - 35602, - 35606 + 35379, + 35383 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 25 }, "end": { - "line": 1026, + "line": 1021, "column": 29 } } @@ -83655,61 +83081,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 35607, - 35619 + 35384, + 35396 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 30 }, "end": { - "line": 1026, + "line": 1021, "column": 42 } } }, "range": [ - 35602, - 35619 + 35379, + 35396 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 25 }, "end": { - "line": 1026, + "line": 1021, "column": 42 } } }, "range": [ - 35585, - 35619 + 35362, + 35396 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 8 }, "end": { - "line": 1026, + "line": 1021, "column": 42 } } }, "range": [ - 35585, - 35620 + 35362, + 35397 ], "loc": { "start": { - "line": 1026, + "line": 1021, "column": 8 }, "end": { - "line": 1026, + "line": 1021, "column": 43 } } @@ -83725,16 +83151,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35629, - 35635 + 35406, + 35412 ], "loc": { "start": { - "line": 1027, + "line": 1022, "column": 8 }, "end": { - "line": 1027, + "line": 1022, "column": 14 } } @@ -83743,31 +83169,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35636, - 35647 + 35413, + 35424 ], "loc": { "start": { - "line": 1027, + "line": 1022, "column": 15 }, "end": { - "line": 1027, + "line": 1022, "column": 26 } } }, "range": [ - 35629, - 35647 + 35406, + 35424 ], "loc": { "start": { - "line": 1027, + "line": 1022, "column": 8 }, "end": { - "line": 1027, + "line": 1022, "column": 26 } } @@ -83777,47 +83203,47 @@ "type": "Identifier", "name": "mdiv", "range": [ - 35648, - 35652 + 35425, + 35429 ], "loc": { "start": { - "line": 1027, + "line": 1022, "column": 27 }, "end": { - "line": 1027, + "line": 1022, "column": 31 } } } ], "range": [ - 35629, - 35653 + 35406, + 35430 ], "loc": { "start": { - "line": 1027, + "line": 1022, "column": 8 }, "end": { - "line": 1027, + "line": 1022, "column": 32 } } }, "range": [ - 35629, - 35654 + 35406, + 35431 ], "loc": { "start": { - "line": 1027, + "line": 1022, "column": 8 }, "end": { - "line": 1027, + "line": 1022, "column": 33 } } @@ -83833,16 +83259,16 @@ "object": { "type": "ThisExpression", "range": [ - 35663, - 35667 + 35440, + 35444 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 8 }, "end": { - "line": 1028, + "line": 1023, "column": 12 } } @@ -83851,31 +83277,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 35668, - 35672 + 35445, + 35449 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 13 }, "end": { - "line": 1028, + "line": 1023, "column": 17 } } }, "range": [ - 35663, - 35672 + 35440, + 35449 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 8 }, "end": { - "line": 1028, + "line": 1023, "column": 17 } } @@ -83886,16 +83312,16 @@ "type": "Identifier", "name": "elm", "range": [ - 35675, - 35678 + 35452, + 35455 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 20 }, "end": { - "line": 1028, + "line": 1023, "column": 23 } } @@ -83910,16 +83336,16 @@ "object": { "type": "ThisExpression", "range": [ - 35679, - 35683 + 35456, + 35460 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 24 }, "end": { - "line": 1028, + "line": 1023, "column": 28 } } @@ -83928,31 +83354,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 35684, - 35692 + 35461, + 35469 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 29 }, "end": { - "line": 1028, + "line": 1023, "column": 37 } } }, "range": [ - 35679, - 35692 + 35456, + 35469 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 24 }, "end": { - "line": 1028, + "line": 1023, "column": 37 } } @@ -83963,16 +83389,16 @@ "object": { "type": "ThisExpression", "range": [ - 35695, - 35699 + 35472, + 35476 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 40 }, "end": { - "line": 1028, + "line": 1023, "column": 44 } } @@ -83981,92 +83407,92 @@ "type": "Identifier", "name": "id", "range": [ - 35700, - 35702 + 35477, + 35479 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 45 }, "end": { - "line": 1028, + "line": 1023, "column": 47 } } }, "range": [ - 35695, - 35702 + 35472, + 35479 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 40 }, "end": { - "line": 1028, + "line": 1023, "column": 47 } } }, "range": [ - 35679, - 35702 + 35456, + 35479 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 24 }, "end": { - "line": 1028, + "line": 1023, "column": 47 } } } ], "range": [ - 35675, - 35703 + 35452, + 35480 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 20 }, "end": { - "line": 1028, + "line": 1023, "column": 48 } } }, "range": [ - 35663, - 35703 + 35440, + 35480 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 8 }, "end": { - "line": 1028, + "line": 1023, "column": 48 } } }, "range": [ - 35663, - 35704 + 35440, + 35481 ], "loc": { "start": { - "line": 1028, + "line": 1023, "column": 8 }, "end": { - "line": 1028, + "line": 1023, "column": 49 } }, @@ -84075,16 +83501,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 35714, - 35759 + 35491, + 35536 ], "loc": { "start": { - "line": 1030, + "line": 1025, "column": 8 }, "end": { - "line": 1030, + "line": 1025, "column": 53 } } @@ -84099,16 +83525,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 35772, - 35779 + 35549, + 35556 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 12 }, "end": { - "line": 1031, + "line": 1026, "column": 19 } } @@ -84120,16 +83546,16 @@ "object": { "type": "ThisExpression", "range": [ - 35780, - 35784 + 35557, + 35561 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 20 }, "end": { - "line": 1031, + "line": 1026, "column": 24 } } @@ -84138,47 +83564,47 @@ "type": "Identifier", "name": "help", "range": [ - 35785, - 35789 + 35562, + 35566 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 25 }, "end": { - "line": 1031, + "line": 1026, "column": 29 } } }, "range": [ - 35780, - 35789 + 35557, + 35566 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 20 }, "end": { - "line": 1031, + "line": 1026, "column": 29 } } } ], "range": [ - 35772, - 35790 + 35549, + 35567 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 12 }, "end": { - "line": 1031, + "line": 1026, "column": 30 } } @@ -84203,16 +83629,16 @@ "object": { "type": "ThisExpression", "range": [ - 35934, - 35938 + 35711, + 35715 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 12 }, "end": { - "line": 1034, + "line": 1029, "column": 16 } } @@ -84221,31 +83647,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 35939, - 35942 + 35716, + 35719 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 17 }, "end": { - "line": 1034, + "line": 1029, "column": 20 } } }, "range": [ - 35934, - 35942 + 35711, + 35719 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 12 }, "end": { - "line": 1034, + "line": 1029, "column": 20 } } @@ -84254,31 +83680,31 @@ "type": "Identifier", "name": "help", "range": [ - 35943, - 35947 + 35720, + 35724 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 21 }, "end": { - "line": 1034, + "line": 1029, "column": 25 } } }, "range": [ - 35934, - 35947 + 35711, + 35724 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 12 }, "end": { - "line": 1034, + "line": 1029, "column": 25 } } @@ -84287,31 +83713,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 35948, - 35955 + 35725, + 35732 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 26 }, "end": { - "line": 1034, + "line": 1029, "column": 33 } } }, "range": [ - 35934, - 35955 + 35711, + 35732 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 12 }, "end": { - "line": 1034, + "line": 1029, "column": 33 } } @@ -84321,46 +83747,46 @@ "value": true, "raw": "true", "range": [ - 35958, - 35962 + 35735, + 35739 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 36 }, "end": { - "line": 1034, + "line": 1029, "column": 40 } } }, "range": [ - 35934, - 35962 + 35711, + 35739 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 12 }, "end": { - "line": 1034, + "line": 1029, "column": 40 } } }, "range": [ - 35934, - 35963 + 35711, + 35740 ], "loc": { "start": { - "line": 1034, + "line": 1029, "column": 12 }, "end": { - "line": 1034, + "line": 1029, "column": 41 } }, @@ -84369,16 +83795,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 35806, - 35868 + 35583, + 35645 ], "loc": { "start": { - "line": 1032, + "line": 1027, "column": 12 }, "end": { - "line": 1032, + "line": 1027, "column": 74 } } @@ -84387,16 +83813,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 35881, - 35921 + 35658, + 35698 ], "loc": { "start": { - "line": 1033, + "line": 1028, "column": 12 }, "end": { - "line": 1033, + "line": 1028, "column": 52 } } @@ -84416,16 +83842,16 @@ "object": { "type": "ThisExpression", "range": [ - 35976, - 35980 + 35753, + 35757 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 12 }, "end": { - "line": 1035, + "line": 1030, "column": 16 } } @@ -84434,31 +83860,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35981, - 35988 + 35758, + 35765 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 17 }, "end": { - "line": 1035, + "line": 1030, "column": 24 } } }, "range": [ - 35976, - 35988 + 35753, + 35765 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 12 }, "end": { - "line": 1035, + "line": 1030, "column": 24 } } @@ -84467,31 +83893,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35989, - 35993 + 35766, + 35770 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 25 }, "end": { - "line": 1035, + "line": 1030, "column": 29 } } }, "range": [ - 35976, - 35993 + 35753, + 35770 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 12 }, "end": { - "line": 1035, + "line": 1030, "column": 29 } } @@ -84502,16 +83928,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 35994, - 36005 + 35771, + 35782 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 30 }, "end": { - "line": 1035, + "line": 1030, "column": 41 } } @@ -84519,79 +83945,79 @@ { "type": "ThisExpression", "range": [ - 36007, - 36011 + 35784, + 35788 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 43 }, "end": { - "line": 1035, + "line": 1030, "column": 47 } } } ], "range": [ - 35976, - 36012 + 35753, + 35789 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 12 }, "end": { - "line": 1035, + "line": 1030, "column": 48 } } }, "range": [ - 35976, - 36013 + 35753, + 35790 ], "loc": { "start": { - "line": 1035, + "line": 1030, "column": 12 }, "end": { - "line": 1035, + "line": 1030, "column": 49 } } } ], "range": [ - 35792, - 36023 + 35569, + 35800 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 32 }, "end": { - "line": 1036, + "line": 1031, "column": 9 } } }, "alternate": null, "range": [ - 35768, - 36023 + 35545, + 35800 ], "loc": { "start": { - "line": 1031, + "line": 1026, "column": 8 }, "end": { - "line": 1036, + "line": 1031, "column": 9 } }, @@ -84600,16 +84026,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 35714, - 35759 + 35491, + 35536 ], "loc": { "start": { - "line": 1030, + "line": 1025, "column": 8 }, "end": { - "line": 1030, + "line": 1025, "column": 53 } } @@ -84618,16 +84044,16 @@ } ], "range": [ - 34047, - 36029 + 33824, + 35806 ], "loc": { "start": { - "line": 984, + "line": 979, "column": 17 }, "end": { - "line": 1037, + "line": 1032, "column": 5 } } @@ -84635,16 +84061,16 @@ "generator": false, "expression": false, "range": [ - 34044, - 36029 + 33821, + 35806 ], "loc": { "start": { - "line": 984, + "line": 979, "column": 14 }, "end": { - "line": 1037, + "line": 1032, "column": 5 } } @@ -84652,16 +84078,16 @@ "kind": "method", "computed": false, "range": [ - 34034, - 36029 + 33811, + 35806 ], "loc": { "start": { - "line": 984, + "line": 979, "column": 4 }, "end": { - "line": 1037, + "line": 1032, "column": 5 } }, @@ -84670,16 +84096,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 33940, - 34029 + 33717, + 33806 ], "loc": { "start": { - "line": 981, + "line": 976, "column": 4 }, "end": { - "line": 983, + "line": 978, "column": 7 } } @@ -84690,16 +84116,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 36035, - 36086 + 35812, + 35863 ], "loc": { "start": { - "line": 1039, + "line": 1034, "column": 4 }, "end": { - "line": 1041, + "line": 1036, "column": 7 } } @@ -84713,16 +84139,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 36091, - 36104 + 35868, + 35881 ], "loc": { "start": { - "line": 1042, + "line": 1037, "column": 4 }, "end": { - "line": 1042, + "line": 1037, "column": 17 } } @@ -84745,16 +84171,16 @@ "object": { "type": "ThisExpression", "range": [ - 36122, - 36126 + 35899, + 35903 ], "loc": { "start": { - "line": 1043, + "line": 1038, "column": 13 }, "end": { - "line": 1043, + "line": 1038, "column": 17 } } @@ -84763,47 +84189,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36127, - 36133 + 35904, + 35910 ], "loc": { "start": { - "line": 1043, + "line": 1038, "column": 18 }, "end": { - "line": 1043, + "line": 1038, "column": 24 } } }, "range": [ - 36122, - 36133 + 35899, + 35910 ], "loc": { "start": { - "line": 1043, + "line": 1038, "column": 13 }, "end": { - "line": 1043, + "line": 1038, "column": 24 } } }, "prefix": true, "range": [ - 36121, - 36133 + 35898, + 35910 ], "loc": { "start": { - "line": 1043, + "line": 1038, "column": 12 }, "end": { - "line": 1043, + "line": 1038, "column": 24 } } @@ -84815,48 +84241,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 36149, - 36156 + 35926, + 35933 ], "loc": { "start": { - "line": 1044, + "line": 1039, "column": 12 }, "end": { - "line": 1044, + "line": 1039, "column": 19 } } } ], "range": [ - 36135, - 36166 + 35912, + 35943 ], "loc": { "start": { - "line": 1043, + "line": 1038, "column": 26 }, "end": { - "line": 1045, + "line": 1040, "column": 9 } } }, "alternate": null, "range": [ - 36117, - 36166 + 35894, + 35943 ], "loc": { "start": { - "line": 1043, + "line": 1038, "column": 8 }, "end": { - "line": 1045, + "line": 1040, "column": 9 } } @@ -84869,16 +84295,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 36175, - 36184 + 35952, + 35961 ], "loc": { "start": { - "line": 1046, + "line": 1041, "column": 8 }, "end": { - "line": 1046, + "line": 1041, "column": 17 } } @@ -84890,16 +84316,16 @@ "object": { "type": "ThisExpression", "range": [ - 36185, - 36189 + 35962, + 35966 ], "loc": { "start": { - "line": 1046, + "line": 1041, "column": 18 }, "end": { - "line": 1046, + "line": 1041, "column": 22 } } @@ -84908,62 +84334,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36190, - 36196 + 35967, + 35973 ], "loc": { "start": { - "line": 1046, + "line": 1041, "column": 23 }, "end": { - "line": 1046, + "line": 1041, "column": 29 } } }, "range": [ - 36185, - 36196 + 35962, + 35973 ], "loc": { "start": { - "line": 1046, + "line": 1041, "column": 18 }, "end": { - "line": 1046, + "line": 1041, "column": 29 } } } ], "range": [ - 36175, - 36197 + 35952, + 35974 ], "loc": { "start": { - "line": 1046, + "line": 1041, "column": 8 }, "end": { - "line": 1046, + "line": 1041, "column": 30 } } }, "range": [ - 36175, - 36198 + 35952, + 35975 ], "loc": { "start": { - "line": 1046, + "line": 1041, "column": 8 }, "end": { - "line": 1046, + "line": 1041, "column": 31 } } @@ -84979,16 +84405,16 @@ "object": { "type": "ThisExpression", "range": [ - 36207, - 36211 + 35984, + 35988 ], "loc": { "start": { - "line": 1047, + "line": 1042, "column": 8 }, "end": { - "line": 1047, + "line": 1042, "column": 12 } } @@ -84997,31 +84423,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36212, - 36218 + 35989, + 35995 ], "loc": { "start": { - "line": 1047, + "line": 1042, "column": 13 }, "end": { - "line": 1047, + "line": 1042, "column": 19 } } }, "range": [ - 36207, - 36218 + 35984, + 35995 ], "loc": { "start": { - "line": 1047, + "line": 1042, "column": 8 }, "end": { - "line": 1047, + "line": 1042, "column": 19 } } @@ -85031,46 +84457,46 @@ "value": null, "raw": "null", "range": [ - 36221, - 36225 + 35998, + 36002 ], "loc": { "start": { - "line": 1047, + "line": 1042, "column": 22 }, "end": { - "line": 1047, + "line": 1042, "column": 26 } } }, "range": [ - 36207, - 36225 + 35984, + 36002 ], "loc": { "start": { - "line": 1047, + "line": 1042, "column": 8 }, "end": { - "line": 1047, + "line": 1042, "column": 26 } } }, "range": [ - 36207, - 36226 + 35984, + 36003 ], "loc": { "start": { - "line": 1047, + "line": 1042, "column": 8 }, "end": { - "line": 1047, + "line": 1042, "column": 27 } } @@ -85084,16 +84510,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 36240, - 36243 + 36017, + 36020 ], "loc": { "start": { - "line": 1049, + "line": 1044, "column": 12 }, "end": { - "line": 1049, + "line": 1044, "column": 15 } } @@ -85104,16 +84530,16 @@ "object": { "type": "ThisExpression", "range": [ - 36246, - 36250 + 36023, + 36027 ], "loc": { "start": { - "line": 1049, + "line": 1044, "column": 18 }, "end": { - "line": 1049, + "line": 1044, "column": 22 } } @@ -85122,46 +84548,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 36251, - 36254 + 36028, + 36031 ], "loc": { "start": { - "line": 1049, + "line": 1044, "column": 23 }, "end": { - "line": 1049, + "line": 1044, "column": 26 } } }, "range": [ - 36246, - 36254 + 36023, + 36031 ], "loc": { "start": { - "line": 1049, + "line": 1044, "column": 18 }, "end": { - "line": 1049, + "line": 1044, "column": 26 } } }, "range": [ - 36240, - 36254 + 36017, + 36031 ], "loc": { "start": { - "line": 1049, + "line": 1044, "column": 12 }, "end": { - "line": 1049, + "line": 1044, "column": 26 } } @@ -85169,16 +84595,16 @@ ], "kind": "let", "range": [ - 36236, - 36255 + 36013, + 36032 ], "loc": { "start": { - "line": 1049, + "line": 1044, "column": 8 }, "end": { - "line": 1049, + "line": 1044, "column": 27 } } @@ -85192,16 +84618,16 @@ "type": "Identifier", "name": "captions", "range": [ - 36268, - 36276 + 36045, + 36053 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 12 }, "end": { - "line": 1050, + "line": 1045, "column": 20 } } @@ -85212,16 +84638,16 @@ "type": "Identifier", "name": "tag", "range": [ - 36279, - 36282 + 36056, + 36059 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 23 }, "end": { - "line": 1050, + "line": 1045, "column": 26 } } @@ -85231,16 +84657,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 36283, - 36286 + 36060, + 36063 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 27 }, "end": { - "line": 1050, + "line": 1045, "column": 30 } } @@ -85250,47 +84676,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 36288, - 36297 + 36065, + 36074 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 32 }, "end": { - "line": 1050, + "line": 1045, "column": 41 } } } ], "range": [ - 36279, - 36298 + 36056, + 36075 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 23 }, "end": { - "line": 1050, + "line": 1045, "column": 42 } } }, "range": [ - 36268, - 36298 + 36045, + 36075 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 12 }, "end": { - "line": 1050, + "line": 1045, "column": 42 } } @@ -85298,16 +84724,16 @@ ], "kind": "let", "range": [ - 36264, - 36299 + 36041, + 36076 ], "loc": { "start": { - "line": 1050, + "line": 1045, "column": 8 }, "end": { - "line": 1050, + "line": 1045, "column": 43 } } @@ -85324,16 +84750,16 @@ "type": "Identifier", "name": "captions", "range": [ - 36312, - 36320 + 36089, + 36097 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 12 }, "end": { - "line": 1051, + "line": 1046, "column": 20 } } @@ -85342,31 +84768,31 @@ "type": "Identifier", "name": "length", "range": [ - 36321, - 36327 + 36098, + 36104 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 21 }, "end": { - "line": 1051, + "line": 1046, "column": 27 } } }, "range": [ - 36312, - 36327 + 36089, + 36104 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 12 }, "end": { - "line": 1051, + "line": 1046, "column": 27 } } @@ -85376,31 +84802,31 @@ "value": 0, "raw": "0", "range": [ - 36330, - 36331 + 36107, + 36108 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 30 }, "end": { - "line": 1051, + "line": 1046, "column": 31 } } }, "range": [ - 36312, - 36331 + 36089, + 36108 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 12 }, "end": { - "line": 1051, + "line": 1046, "column": 31 } } @@ -85422,16 +84848,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 36347, - 36349 + 36124, + 36126 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 12 }, "end": { - "line": 1052, + "line": 1047, "column": 14 } } @@ -85440,31 +84866,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 36350, - 36357 + 36127, + 36134 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 15 }, "end": { - "line": 1052, + "line": 1047, "column": 22 } } }, "range": [ - 36347, - 36357 + 36124, + 36134 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 12 }, "end": { - "line": 1052, + "line": 1047, "column": 22 } } @@ -85473,31 +84899,31 @@ "type": "Identifier", "name": "call", "range": [ - 36358, - 36362 + 36135, + 36139 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 23 }, "end": { - "line": 1052, + "line": 1047, "column": 27 } } }, "range": [ - 36347, - 36362 + 36124, + 36139 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 12 }, "end": { - "line": 1052, + "line": 1047, "column": 27 } } @@ -85507,16 +84933,16 @@ "type": "Identifier", "name": "captions", "range": [ - 36363, - 36371 + 36140, + 36148 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 28 }, "end": { - "line": 1052, + "line": 1047, "column": 36 } } @@ -85529,16 +84955,16 @@ "type": "Identifier", "name": "elm", "range": [ - 36374, - 36377 + 36151, + 36154 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 39 }, "end": { - "line": 1052, + "line": 1047, "column": 42 } } @@ -85553,16 +84979,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 36382, - 36385 + 36159, + 36162 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 47 }, "end": { - "line": 1052, + "line": 1047, "column": 50 } } @@ -85571,31 +84997,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 36386, - 36397 + 36163, + 36174 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 51 }, "end": { - "line": 1052, + "line": 1047, "column": 62 } } }, "range": [ - 36382, - 36397 + 36159, + 36174 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 47 }, "end": { - "line": 1052, + "line": 1047, "column": 62 } } @@ -85605,32 +85031,32 @@ "type": "Identifier", "name": "elm", "range": [ - 36398, - 36401 + 36175, + 36178 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 63 }, "end": { - "line": 1052, + "line": 1047, "column": 66 } } } ], "range": [ - 36382, - 36402 + 36159, + 36179 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 47 }, "end": { - "line": 1052, + "line": 1047, "column": 67 } } @@ -85638,95 +85064,95 @@ "generator": false, "expression": true, "range": [ - 36373, - 36402 + 36150, + 36179 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 38 }, "end": { - "line": 1052, + "line": 1047, "column": 67 } } } ], "range": [ - 36347, - 36403 + 36124, + 36180 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 12 }, "end": { - "line": 1052, + "line": 1047, "column": 68 } } }, "range": [ - 36347, - 36404 + 36124, + 36181 ], "loc": { "start": { - "line": 1052, + "line": 1047, "column": 12 }, "end": { - "line": 1052, + "line": 1047, "column": 69 } } } ], "range": [ - 36333, - 36414 + 36110, + 36191 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 33 }, "end": { - "line": 1053, + "line": 1048, "column": 9 } } }, "alternate": null, "range": [ - 36308, - 36414 + 36085, + 36191 ], "loc": { "start": { - "line": 1051, + "line": 1046, "column": 8 }, "end": { - "line": 1053, + "line": 1048, "column": 9 } } } ], "range": [ - 36107, - 36420 + 35884, + 36197 ], "loc": { "start": { - "line": 1042, + "line": 1037, "column": 20 }, "end": { - "line": 1054, + "line": 1049, "column": 5 } } @@ -85734,16 +85160,16 @@ "generator": false, "expression": false, "range": [ - 36104, - 36420 + 35881, + 36197 ], "loc": { "start": { - "line": 1042, + "line": 1037, "column": 17 }, "end": { - "line": 1054, + "line": 1049, "column": 5 } } @@ -85751,16 +85177,16 @@ "kind": "method", "computed": false, "range": [ - 36091, - 36420 + 35868, + 36197 ], "loc": { "start": { - "line": 1042, + "line": 1037, "column": 4 }, "end": { - "line": 1054, + "line": 1049, "column": 5 } }, @@ -85769,16 +85195,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 36035, - 36086 + 35812, + 35863 ], "loc": { "start": { - "line": 1039, + "line": 1034, "column": 4 }, "end": { - "line": 1041, + "line": 1036, "column": 7 } } @@ -85789,16 +85215,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 36426, - 36483 + 36203, + 36260 ], "loc": { "start": { - "line": 1056, + "line": 1051, "column": 4 }, "end": { - "line": 1058, + "line": 1053, "column": 7 } } @@ -85812,16 +85238,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 36488, - 36506 + 36265, + 36283 ], "loc": { "start": { - "line": 1059, + "line": 1054, "column": 4 }, "end": { - "line": 1059, + "line": 1054, "column": 22 } } @@ -85844,16 +85270,16 @@ "object": { "type": "ThisExpression", "range": [ - 36524, - 36528 + 36301, + 36305 ], "loc": { "start": { - "line": 1060, + "line": 1055, "column": 13 }, "end": { - "line": 1060, + "line": 1055, "column": 17 } } @@ -85862,47 +85288,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36529, - 36542 + 36306, + 36319 ], "loc": { "start": { - "line": 1060, + "line": 1055, "column": 18 }, "end": { - "line": 1060, + "line": 1055, "column": 31 } } }, "range": [ - 36524, - 36542 + 36301, + 36319 ], "loc": { "start": { - "line": 1060, + "line": 1055, "column": 13 }, "end": { - "line": 1060, + "line": 1055, "column": 31 } } }, "prefix": true, "range": [ - 36523, - 36542 + 36300, + 36319 ], "loc": { "start": { - "line": 1060, + "line": 1055, "column": 12 }, "end": { - "line": 1060, + "line": 1055, "column": 31 } } @@ -85914,48 +85340,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 36558, - 36565 + 36335, + 36342 ], "loc": { "start": { - "line": 1061, + "line": 1056, "column": 12 }, "end": { - "line": 1061, + "line": 1056, "column": 19 } } } ], "range": [ - 36544, - 36575 + 36321, + 36352 ], "loc": { "start": { - "line": 1060, + "line": 1055, "column": 33 }, "end": { - "line": 1062, + "line": 1057, "column": 9 } } }, "alternate": null, "range": [ - 36519, - 36575 + 36296, + 36352 ], "loc": { "start": { - "line": 1060, + "line": 1055, "column": 8 }, "end": { - "line": 1062, + "line": 1057, "column": 9 } } @@ -85969,16 +85395,16 @@ "type": "Identifier", "name": "ids", "range": [ - 36588, - 36591 + 36365, + 36368 ], "loc": { "start": { - "line": 1063, + "line": 1058, "column": 12 }, "end": { - "line": 1063, + "line": 1058, "column": 15 } } @@ -85989,16 +85415,16 @@ "object": { "type": "ThisExpression", "range": [ - 36594, - 36598 + 36371, + 36375 ], "loc": { "start": { - "line": 1063, + "line": 1058, "column": 18 }, "end": { - "line": 1063, + "line": 1058, "column": 22 } } @@ -86007,46 +85433,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 36599, - 36616 + 36376, + 36393 ], "loc": { "start": { - "line": 1063, + "line": 1058, "column": 23 }, "end": { - "line": 1063, + "line": 1058, "column": 40 } } }, "range": [ - 36594, - 36616 + 36371, + 36393 ], "loc": { "start": { - "line": 1063, + "line": 1058, "column": 18 }, "end": { - "line": 1063, + "line": 1058, "column": 40 } } }, "range": [ - 36588, - 36616 + 36365, + 36393 ], "loc": { "start": { - "line": 1063, + "line": 1058, "column": 12 }, "end": { - "line": 1063, + "line": 1058, "column": 40 } } @@ -86057,16 +85483,16 @@ "type": "Identifier", "name": "len", "range": [ - 36630, - 36633 + 36407, + 36410 ], "loc": { "start": { - "line": 1064, + "line": 1059, "column": 12 }, "end": { - "line": 1064, + "line": 1059, "column": 15 } } @@ -86078,16 +85504,16 @@ "type": "Identifier", "name": "ids", "range": [ - 36636, - 36639 + 36413, + 36416 ], "loc": { "start": { - "line": 1064, + "line": 1059, "column": 18 }, "end": { - "line": 1064, + "line": 1059, "column": 21 } } @@ -86096,46 +85522,46 @@ "type": "Identifier", "name": "length", "range": [ - 36640, - 36646 + 36417, + 36423 ], "loc": { "start": { - "line": 1064, + "line": 1059, "column": 22 }, "end": { - "line": 1064, + "line": 1059, "column": 28 } } }, "range": [ - 36636, - 36646 + 36413, + 36423 ], "loc": { "start": { - "line": 1064, + "line": 1059, "column": 18 }, "end": { - "line": 1064, + "line": 1059, "column": 28 } } }, "range": [ - 36630, - 36646 + 36407, + 36423 ], "loc": { "start": { - "line": 1064, + "line": 1059, "column": 12 }, "end": { - "line": 1064, + "line": 1059, "column": 28 } } @@ -86143,16 +85569,16 @@ ], "kind": "let", "range": [ - 36584, - 36647 + 36361, + 36424 ], "loc": { "start": { - "line": 1063, + "line": 1058, "column": 8 }, "end": { - "line": 1064, + "line": 1059, "column": 29 } } @@ -86168,16 +85594,16 @@ "type": "Identifier", "name": "ct", "range": [ - 36665, - 36667 + 36442, + 36444 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 17 }, "end": { - "line": 1065, + "line": 1060, "column": 19 } } @@ -86187,31 +85613,31 @@ "value": 0, "raw": "0", "range": [ - 36670, - 36671 + 36447, + 36448 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 22 }, "end": { - "line": 1065, + "line": 1060, "column": 23 } } }, "range": [ - 36665, - 36671 + 36442, + 36448 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 17 }, "end": { - "line": 1065, + "line": 1060, "column": 23 } } @@ -86219,16 +85645,16 @@ ], "kind": "let", "range": [ - 36661, - 36671 + 36438, + 36448 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 13 }, "end": { - "line": 1065, + "line": 1060, "column": 23 } } @@ -86240,16 +85666,16 @@ "type": "Identifier", "name": "ct", "range": [ - 36673, - 36675 + 36450, + 36452 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 25 }, "end": { - "line": 1065, + "line": 1060, "column": 27 } } @@ -86258,31 +85684,31 @@ "type": "Identifier", "name": "len", "range": [ - 36678, - 36681 + 36455, + 36458 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 30 }, "end": { - "line": 1065, + "line": 1060, "column": 33 } } }, "range": [ - 36673, - 36681 + 36450, + 36458 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 25 }, "end": { - "line": 1065, + "line": 1060, "column": 33 } } @@ -86294,32 +85720,32 @@ "type": "Identifier", "name": "ct", "range": [ - 36683, - 36685 + 36460, + 36462 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 35 }, "end": { - "line": 1065, + "line": 1060, "column": 37 } } }, "prefix": false, "range": [ - 36683, - 36687 + 36460, + 36464 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 35 }, "end": { - "line": 1065, + "line": 1060, "column": 39 } } @@ -86336,16 +85762,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36707, - 36723 + 36484, + 36500 ], "loc": { "start": { - "line": 1066, + "line": 1061, "column": 16 }, "end": { - "line": 1066, + "line": 1061, "column": 32 } } @@ -86357,16 +85783,16 @@ "type": "Identifier", "name": "ids", "range": [ - 36726, - 36729 + 36503, + 36506 ], "loc": { "start": { - "line": 1066, + "line": 1061, "column": 35 }, "end": { - "line": 1066, + "line": 1061, "column": 38 } } @@ -86375,46 +85801,46 @@ "type": "Identifier", "name": "ct", "range": [ - 36730, - 36732 + 36507, + 36509 ], "loc": { "start": { - "line": 1066, + "line": 1061, "column": 39 }, "end": { - "line": 1066, + "line": 1061, "column": 41 } } }, "range": [ - 36726, - 36733 + 36503, + 36510 ], "loc": { "start": { - "line": 1066, + "line": 1061, "column": 35 }, "end": { - "line": 1066, + "line": 1061, "column": 42 } } }, "range": [ - 36707, - 36733 + 36484, + 36510 ], "loc": { "start": { - "line": 1066, + "line": 1061, "column": 16 }, "end": { - "line": 1066, + "line": 1061, "column": 42 } } @@ -86425,16 +85851,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 36751, - 36762 + 36528, + 36539 ], "loc": { "start": { - "line": 1067, + "line": 1062, "column": 16 }, "end": { - "line": 1067, + "line": 1062, "column": 27 } } @@ -86445,16 +85871,16 @@ "type": "Identifier", "name": "elm", "range": [ - 36765, - 36768 + 36542, + 36545 ], "loc": { "start": { - "line": 1067, + "line": 1062, "column": 30 }, "end": { - "line": 1067, + "line": 1062, "column": 33 } } @@ -86464,47 +85890,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36769, - 36785 + 36546, + 36562 ], "loc": { "start": { - "line": 1067, + "line": 1062, "column": 34 }, "end": { - "line": 1067, + "line": 1062, "column": 50 } } } ], "range": [ - 36765, - 36786 + 36542, + 36563 ], "loc": { "start": { - "line": 1067, + "line": 1062, "column": 30 }, "end": { - "line": 1067, + "line": 1062, "column": 51 } } }, "range": [ - 36751, - 36786 + 36528, + 36563 ], "loc": { "start": { - "line": 1067, + "line": 1062, "column": 16 }, "end": { - "line": 1067, + "line": 1062, "column": 51 } } @@ -86512,16 +85938,16 @@ ], "kind": "let", "range": [ - 36703, - 36787 + 36480, + 36564 ], "loc": { "start": { - "line": 1066, + "line": 1061, "column": 12 }, "end": { - "line": 1067, + "line": 1062, "column": 52 } } @@ -86532,16 +85958,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 36804, - 36815 + 36581, + 36592 ], "loc": { "start": { - "line": 1068, + "line": 1063, "column": 16 }, "end": { - "line": 1068, + "line": 1063, "column": 27 } } @@ -86561,16 +85987,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 36835, - 36846 + 36612, + 36623 ], "loc": { "start": { - "line": 1069, + "line": 1064, "column": 16 }, "end": { - "line": 1069, + "line": 1064, "column": 27 } } @@ -86579,31 +86005,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 36847, - 36856 + 36624, + 36633 ], "loc": { "start": { - "line": 1069, + "line": 1064, "column": 28 }, "end": { - "line": 1069, + "line": 1064, "column": 37 } } }, "range": [ - 36835, - 36856 + 36612, + 36633 ], "loc": { "start": { - "line": 1069, + "line": 1064, "column": 16 }, "end": { - "line": 1069, + "line": 1064, "column": 37 } } @@ -86613,125 +86039,125 @@ "value": "", "raw": "''", "range": [ - 36859, - 36861 + 36636, + 36638 ], "loc": { "start": { - "line": 1069, + "line": 1064, "column": 40 }, "end": { - "line": 1069, + "line": 1064, "column": 42 } } }, "range": [ - 36835, - 36861 + 36612, + 36638 ], "loc": { "start": { - "line": 1069, + "line": 1064, "column": 16 }, "end": { - "line": 1069, + "line": 1064, "column": 42 } } }, "range": [ - 36835, - 36862 + 36612, + 36639 ], "loc": { "start": { - "line": 1069, + "line": 1064, "column": 16 }, "end": { - "line": 1069, + "line": 1064, "column": 43 } } } ], "range": [ - 36817, - 36876 + 36594, + 36653 ], "loc": { "start": { - "line": 1068, + "line": 1063, "column": 29 }, "end": { - "line": 1070, + "line": 1065, "column": 13 } } }, "alternate": null, "range": [ - 36800, - 36876 + 36577, + 36653 ], "loc": { "start": { - "line": 1068, + "line": 1063, "column": 12 }, "end": { - "line": 1070, + "line": 1065, "column": 13 } } } ], "range": [ - 36689, - 36886 + 36466, + 36663 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 41 }, "end": { - "line": 1071, + "line": 1066, "column": 9 } } }, "range": [ - 36656, - 36886 + 36433, + 36663 ], "loc": { "start": { - "line": 1065, + "line": 1060, "column": 8 }, "end": { - "line": 1071, + "line": 1066, "column": 9 } } } ], "range": [ - 36509, - 36892 + 36286, + 36669 ], "loc": { "start": { - "line": 1059, + "line": 1054, "column": 25 }, "end": { - "line": 1072, + "line": 1067, "column": 5 } } @@ -86739,16 +86165,16 @@ "generator": false, "expression": false, "range": [ - 36506, - 36892 + 36283, + 36669 ], "loc": { "start": { - "line": 1059, + "line": 1054, "column": 22 }, "end": { - "line": 1072, + "line": 1067, "column": 5 } } @@ -86756,16 +86182,16 @@ "kind": "method", "computed": false, "range": [ - 36488, - 36892 + 36265, + 36669 ], "loc": { "start": { - "line": 1059, + "line": 1054, "column": 4 }, "end": { - "line": 1072, + "line": 1067, "column": 5 } }, @@ -86774,16 +86200,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 36426, - 36483 + 36203, + 36260 ], "loc": { "start": { - "line": 1056, + "line": 1051, "column": 4 }, "end": { - "line": 1058, + "line": 1053, "column": 7 } } @@ -86794,16 +86220,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": [ - 36898, - 37052 + 36675, + 36829 ], "loc": { "start": { - "line": 1074, + "line": 1069, "column": 4 }, "end": { - "line": 1078, + "line": 1073, "column": 7 } } @@ -86817,16 +86243,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 37057, - 37072 + 36834, + 36849 ], "loc": { "start": { - "line": 1079, + "line": 1074, "column": 4 }, "end": { - "line": 1079, + "line": 1074, "column": 19 } } @@ -86839,16 +86265,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37073, - 37081 + 36850, + 36858 ], "loc": { "start": { - "line": 1079, + "line": 1074, "column": 20 }, "end": { - "line": 1079, + "line": 1074, "column": 28 } } @@ -86868,16 +86294,16 @@ "object": { "type": "ThisExpression", "range": [ - 37100, - 37104 + 36877, + 36881 ], "loc": { "start": { - "line": 1080, + "line": 1075, "column": 15 }, "end": { - "line": 1080, + "line": 1075, "column": 19 } } @@ -86886,31 +86312,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 37105, - 37121 + 36882, + 36898 ], "loc": { "start": { - "line": 1080, + "line": 1075, "column": 20 }, "end": { - "line": 1080, + "line": 1075, "column": 36 } } }, "range": [ - 37100, - 37121 + 36877, + 36898 ], "loc": { "start": { - "line": 1080, + "line": 1075, "column": 15 }, "end": { - "line": 1080, + "line": 1075, "column": 36 } } @@ -86932,16 +86358,16 @@ "object": { "type": "ThisExpression", "range": [ - 37137, - 37141 + 36914, + 36918 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 12 }, "end": { - "line": 1081, + "line": 1076, "column": 16 } } @@ -86950,31 +86376,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37142, - 37155 + 36919, + 36932 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 17 }, "end": { - "line": 1081, + "line": 1076, "column": 30 } } }, "range": [ - 37137, - 37155 + 36914, + 36932 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 12 }, "end": { - "line": 1081, + "line": 1076, "column": 30 } } @@ -86983,31 +86409,31 @@ "type": "Identifier", "name": "cols", "range": [ - 37156, - 37160 + 36933, + 36937 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 31 }, "end": { - "line": 1081, + "line": 1076, "column": 35 } } }, "range": [ - 37137, - 37160 + 36914, + 36937 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 12 }, "end": { - "line": 1081, + "line": 1076, "column": 35 } } @@ -87016,31 +86442,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 37161, - 37168 + 36938, + 36945 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 36 }, "end": { - "line": 1081, + "line": 1076, "column": 43 } } }, "range": [ - 37137, - 37168 + 36914, + 36945 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 12 }, "end": { - "line": 1081, + "line": 1076, "column": 43 } } @@ -87050,32 +86476,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37169, - 37177 + 36946, + 36954 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 44 }, "end": { - "line": 1081, + "line": 1076, "column": 52 } } } ], "range": [ - 37137, - 37178 + 36914, + 36955 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 12 }, "end": { - "line": 1081, + "line": 1076, "column": 53 } } @@ -87088,93 +86514,93 @@ "value": 1, "raw": "1", "range": [ - 37184, - 37185 + 36961, + 36962 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 59 }, "end": { - "line": 1081, + "line": 1076, "column": 60 } } }, "prefix": true, "range": [ - 37183, - 37185 + 36960, + 36962 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 58 }, "end": { - "line": 1081, + "line": 1076, "column": 60 } } }, "range": [ - 37137, - 37185 + 36914, + 36962 ], "loc": { "start": { - "line": 1081, + "line": 1076, "column": 12 }, "end": { - "line": 1081, + "line": 1076, "column": 60 } } }, "range": [ - 37100, - 37185 + 36877, + 36962 ], "loc": { "start": { - "line": 1080, + "line": 1075, "column": 15 }, "end": { - "line": 1081, + "line": 1076, "column": 60 } } }, "range": [ - 37093, - 37186 + 36870, + 36963 ], "loc": { "start": { - "line": 1080, + "line": 1075, "column": 8 }, "end": { - "line": 1081, + "line": 1076, "column": 61 } } } ], "range": [ - 37083, - 37192 + 36860, + 36969 ], "loc": { "start": { - "line": 1079, + "line": 1074, "column": 30 }, "end": { - "line": 1082, + "line": 1077, "column": 5 } } @@ -87182,16 +86608,16 @@ "generator": false, "expression": false, "range": [ - 37072, - 37192 + 36849, + 36969 ], "loc": { "start": { - "line": 1079, + "line": 1074, "column": 19 }, "end": { - "line": 1082, + "line": 1077, "column": 5 } } @@ -87199,16 +86625,16 @@ "kind": "method", "computed": false, "range": [ - 37057, - 37192 + 36834, + 36969 ], "loc": { "start": { - "line": 1079, + "line": 1074, "column": 4 }, "end": { - "line": 1082, + "line": 1077, "column": 5 } }, @@ -87217,16 +86643,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": [ - 36898, - 37052 + 36675, + 36829 ], "loc": { "start": { - "line": 1074, + "line": 1069, "column": 4 }, "end": { - "line": 1078, + "line": 1073, "column": 7 } } @@ -87237,16 +86663,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": [ - 37198, - 37394 + 36975, + 37171 ], "loc": { "start": { - "line": 1084, + "line": 1079, "column": 4 }, "end": { - "line": 1089, + "line": 1084, "column": 7 } } @@ -87260,16 +86686,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 37399, - 37415 + 37176, + 37192 ], "loc": { "start": { - "line": 1090, + "line": 1085, "column": 4 }, "end": { - "line": 1090, + "line": 1085, "column": 20 } } @@ -87282,16 +86708,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37416, - 37424 + 37193, + 37201 ], "loc": { "start": { - "line": 1090, + "line": 1085, "column": 21 }, "end": { - "line": 1090, + "line": 1085, "column": 29 } } @@ -87311,16 +86737,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 37440, - 37447 + 37217, + 37224 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 12 }, "end": { - "line": 1091, + "line": 1086, "column": 19 } } @@ -87330,32 +86756,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37448, - 37456 + 37225, + 37233 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 20 }, "end": { - "line": 1091, + "line": 1086, "column": 28 } } } ], "range": [ - 37440, - 37457 + 37217, + 37234 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 12 }, "end": { - "line": 1091, + "line": 1086, "column": 29 } } @@ -87371,16 +86797,16 @@ "object": { "type": "ThisExpression", "range": [ - 37462, - 37466 + 37239, + 37243 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 34 }, "end": { - "line": 1091, + "line": 1086, "column": 38 } } @@ -87389,31 +86815,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 37467, - 37482 + 37244, + 37259 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 39 }, "end": { - "line": 1091, + "line": 1086, "column": 54 } } }, "range": [ - 37462, - 37482 + 37239, + 37259 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 34 }, "end": { - "line": 1091, + "line": 1086, "column": 54 } } @@ -87423,63 +86849,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37483, - 37491 + 37260, + 37268 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 55 }, "end": { - "line": 1091, + "line": 1086, "column": 63 } } } ], "range": [ - 37462, - 37492 + 37239, + 37269 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 34 }, "end": { - "line": 1091, + "line": 1086, "column": 64 } } }, "prefix": true, "range": [ - 37461, - 37492 + 37238, + 37269 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 33 }, "end": { - "line": 1091, + "line": 1086, "column": 64 } } }, "range": [ - 37440, - 37492 + 37217, + 37269 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 12 }, "end": { - "line": 1091, + "line": 1086, "column": 64 } } @@ -87491,48 +86917,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 37508, - 37515 + 37285, + 37292 ], "loc": { "start": { - "line": 1092, + "line": 1087, "column": 12 }, "end": { - "line": 1092, + "line": 1087, "column": 19 } } } ], "range": [ - 37494, - 37525 + 37271, + 37302 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 66 }, "end": { - "line": 1093, + "line": 1088, "column": 9 } } }, "alternate": null, "range": [ - 37436, - 37525 + 37213, + 37302 ], "loc": { "start": { - "line": 1091, + "line": 1086, "column": 8 }, "end": { - "line": 1093, + "line": 1088, "column": 9 } } @@ -87546,16 +86972,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37539, - 37552 + 37316, + 37329 ], "loc": { "start": { - "line": 1095, + "line": 1090, "column": 12 }, "end": { - "line": 1095, + "line": 1090, "column": 25 } } @@ -87566,16 +86992,16 @@ "object": { "type": "ThisExpression", "range": [ - 37555, - 37559 + 37332, + 37336 ], "loc": { "start": { - "line": 1095, + "line": 1090, "column": 28 }, "end": { - "line": 1095, + "line": 1090, "column": 32 } } @@ -87584,46 +87010,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37560, - 37573 + 37337, + 37350 ], "loc": { "start": { - "line": 1095, + "line": 1090, "column": 33 }, "end": { - "line": 1095, + "line": 1090, "column": 46 } } }, "range": [ - 37555, - 37573 + 37332, + 37350 ], "loc": { "start": { - "line": 1095, + "line": 1090, "column": 28 }, "end": { - "line": 1095, + "line": 1090, "column": 46 } } }, "range": [ - 37539, - 37573 + 37316, + 37350 ], "loc": { "start": { - "line": 1095, + "line": 1090, "column": 12 }, "end": { - "line": 1095, + "line": 1090, "column": 46 } } @@ -87631,16 +87057,16 @@ ], "kind": "let", "range": [ - 37535, - 37574 + 37312, + 37351 ], "loc": { "start": { - "line": 1095, + "line": 1090, "column": 8 }, "end": { - "line": 1095, + "line": 1090, "column": 47 } } @@ -87654,16 +87080,16 @@ "type": "Identifier", "name": "cols", "range": [ - 37587, - 37591 + 37364, + 37368 ], "loc": { "start": { - "line": 1096, + "line": 1091, "column": 12 }, "end": { - "line": 1096, + "line": 1091, "column": 16 } } @@ -87675,16 +87101,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37594, - 37607 + 37371, + 37384 ], "loc": { "start": { - "line": 1096, + "line": 1091, "column": 19 }, "end": { - "line": 1096, + "line": 1091, "column": 32 } } @@ -87693,46 +87119,46 @@ "type": "Identifier", "name": "cols", "range": [ - 37608, - 37612 + 37385, + 37389 ], "loc": { "start": { - "line": 1096, + "line": 1091, "column": 33 }, "end": { - "line": 1096, + "line": 1091, "column": 37 } } }, "range": [ - 37594, - 37612 + 37371, + 37389 ], "loc": { "start": { - "line": 1096, + "line": 1091, "column": 19 }, "end": { - "line": 1096, + "line": 1091, "column": 37 } } }, "range": [ - 37587, - 37612 + 37364, + 37389 ], "loc": { "start": { - "line": 1096, + "line": 1091, "column": 12 }, "end": { - "line": 1096, + "line": 1091, "column": 37 } } @@ -87740,16 +87166,16 @@ ], "kind": "let", "range": [ - 37583, - 37613 + 37360, + 37390 ], "loc": { "start": { - "line": 1096, + "line": 1091, "column": 8 }, "end": { - "line": 1096, + "line": 1091, "column": 38 } } @@ -87763,16 +87189,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 37626, - 37632 + 37403, + 37409 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 12 }, "end": { - "line": 1097, + "line": 1092, "column": 18 } } @@ -87781,31 +87207,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 37635, - 37637 + 37412, + 37414 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 21 }, "end": { - "line": 1097, + "line": 1092, "column": 23 } } }, "range": [ - 37626, - 37637 + 37403, + 37414 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 12 }, "end": { - "line": 1097, + "line": 1092, "column": 23 } } @@ -87816,16 +87242,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 37639, - 37647 + 37416, + 37424 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 25 }, "end": { - "line": 1097, + "line": 1092, "column": 33 } } @@ -87834,31 +87260,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 37650, - 37652 + 37427, + 37429 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 36 }, "end": { - "line": 1097, + "line": 1092, "column": 38 } } }, "range": [ - 37639, - 37652 + 37416, + 37429 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 25 }, "end": { - "line": 1097, + "line": 1092, "column": 38 } } @@ -87866,16 +87292,16 @@ ], "kind": "let", "range": [ - 37622, - 37653 + 37399, + 37430 ], "loc": { "start": { - "line": 1097, + "line": 1092, "column": 8 }, "end": { - "line": 1097, + "line": 1092, "column": 39 } } @@ -87889,16 +87315,16 @@ "type": "Identifier", "name": "index", "range": [ - 37666, - 37671 + 37443, + 37448 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 12 }, "end": { - "line": 1098, + "line": 1093, "column": 17 } } @@ -87912,16 +87338,16 @@ "type": "Identifier", "name": "cols", "range": [ - 37674, - 37678 + 37451, + 37455 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 20 }, "end": { - "line": 1098, + "line": 1093, "column": 24 } } @@ -87930,31 +87356,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 37679, - 37686 + 37456, + 37463 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 25 }, "end": { - "line": 1098, + "line": 1093, "column": 32 } } }, "range": [ - 37674, - 37686 + 37451, + 37463 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 20 }, "end": { - "line": 1098, + "line": 1093, "column": 32 } } @@ -87964,47 +87390,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37687, - 37695 + 37464, + 37472 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 33 }, "end": { - "line": 1098, + "line": 1093, "column": 41 } } } ], "range": [ - 37674, - 37696 + 37451, + 37473 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 20 }, "end": { - "line": 1098, + "line": 1093, "column": 42 } } }, "range": [ - 37666, - 37696 + 37443, + 37473 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 12 }, "end": { - "line": 1098, + "line": 1093, "column": 42 } } @@ -88012,16 +87438,16 @@ ], "kind": "let", "range": [ - 37662, - 37697 + 37439, + 37474 ], "loc": { "start": { - "line": 1098, + "line": 1093, "column": 8 }, "end": { - "line": 1098, + "line": 1093, "column": 43 } } @@ -88035,16 +87461,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 37710, - 37719 + 37487, + 37496 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 12 }, "end": { - "line": 1099, + "line": 1094, "column": 21 } } @@ -88059,16 +87485,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37722, - 37735 + 37499, + 37512 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 24 }, "end": { - "line": 1099, + "line": 1094, "column": 37 } } @@ -88077,31 +87503,31 @@ "type": "Identifier", "name": "values", "range": [ - 37736, - 37742 + 37513, + 37519 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 38 }, "end": { - "line": 1099, + "line": 1094, "column": 44 } } }, "range": [ - 37722, - 37742 + 37499, + 37519 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 24 }, "end": { - "line": 1099, + "line": 1094, "column": 44 } } @@ -88110,46 +87536,46 @@ "type": "Identifier", "name": "index", "range": [ - 37743, - 37748 + 37520, + 37525 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 45 }, "end": { - "line": 1099, + "line": 1094, "column": 50 } } }, "range": [ - 37722, - 37749 + 37499, + 37526 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 24 }, "end": { - "line": 1099, + "line": 1094, "column": 51 } } }, "range": [ - 37710, - 37749 + 37487, + 37526 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 12 }, "end": { - "line": 1099, + "line": 1094, "column": 51 } } @@ -88157,16 +87583,16 @@ ], "kind": "let", "range": [ - 37706, - 37750 + 37483, + 37527 ], "loc": { "start": { - "line": 1099, + "line": 1094, "column": 8 }, "end": { - "line": 1099, + "line": 1094, "column": 52 } } @@ -88180,16 +87606,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 37763, - 37771 + 37540, + 37548 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 12 }, "end": { - "line": 1100, + "line": 1095, "column": 20 } } @@ -88204,16 +87630,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37774, - 37787 + 37551, + 37564 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 23 }, "end": { - "line": 1100, + "line": 1095, "column": 36 } } @@ -88222,31 +87648,31 @@ "type": "Identifier", "name": "texts", "range": [ - 37788, - 37793 + 37565, + 37570 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 37 }, "end": { - "line": 1100, + "line": 1095, "column": 42 } } }, "range": [ - 37774, - 37793 + 37551, + 37570 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 23 }, "end": { - "line": 1100, + "line": 1095, "column": 42 } } @@ -88255,46 +87681,46 @@ "type": "Identifier", "name": "index", "range": [ - 37794, - 37799 + 37571, + 37576 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 43 }, "end": { - "line": 1100, + "line": 1095, "column": 48 } } }, "range": [ - 37774, - 37800 + 37551, + 37577 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 23 }, "end": { - "line": 1100, + "line": 1095, "column": 49 } } }, "range": [ - 37763, - 37800 + 37540, + 37577 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 12 }, "end": { - "line": 1100, + "line": 1095, "column": 49 } } @@ -88302,16 +87728,16 @@ ], "kind": "let", "range": [ - 37759, - 37801 + 37536, + 37578 ], "loc": { "start": { - "line": 1100, + "line": 1095, "column": 8 }, "end": { - "line": 1100, + "line": 1095, "column": 50 } } @@ -88325,16 +87751,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 37814, - 37821 + 37591, + 37598 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 12 }, "end": { - "line": 1101, + "line": 1096, "column": 19 } } @@ -88349,16 +87775,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37824, - 37837 + 37601, + 37614 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 22 }, "end": { - "line": 1101, + "line": 1096, "column": 35 } } @@ -88367,31 +87793,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 37838, - 37843 + 37615, + 37620 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 36 }, "end": { - "line": 1101, + "line": 1096, "column": 41 } } }, "range": [ - 37824, - 37843 + 37601, + 37620 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 22 }, "end": { - "line": 1101, + "line": 1096, "column": 41 } } @@ -88400,46 +87826,46 @@ "type": "Identifier", "name": "index", "range": [ - 37844, - 37849 + 37621, + 37626 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 42 }, "end": { - "line": 1101, + "line": 1096, "column": 47 } } }, "range": [ - 37824, - 37850 + 37601, + 37627 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 22 }, "end": { - "line": 1101, + "line": 1096, "column": 48 } } }, "range": [ - 37814, - 37850 + 37591, + 37627 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 12 }, "end": { - "line": 1101, + "line": 1096, "column": 48 } } @@ -88447,16 +87873,16 @@ ], "kind": "let", "range": [ - 37810, - 37851 + 37587, + 37628 ], "loc": { "start": { - "line": 1101, + "line": 1096, "column": 8 }, "end": { - "line": 1101, + "line": 1096, "column": 49 } } @@ -88472,16 +87898,16 @@ "type": "Identifier", "name": "r", "range": [ - 37870, - 37871 + 37647, + 37648 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 17 }, "end": { - "line": 1103, + "line": 1098, "column": 18 } } @@ -88491,31 +87917,31 @@ "value": 0, "raw": "0", "range": [ - 37874, - 37875 + 37651, + 37652 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 21 }, "end": { - "line": 1103, + "line": 1098, "column": 22 } } }, "range": [ - 37870, - 37875 + 37647, + 37652 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 17 }, "end": { - "line": 1103, + "line": 1098, "column": 22 } } @@ -88526,16 +87952,16 @@ "type": "Identifier", "name": "len", "range": [ - 37877, - 37880 + 37654, + 37657 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 24 }, "end": { - "line": 1103, + "line": 1098, "column": 27 } } @@ -88547,16 +87973,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 37883, - 37892 + 37660, + 37669 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 30 }, "end": { - "line": 1103, + "line": 1098, "column": 39 } } @@ -88565,46 +87991,46 @@ "type": "Identifier", "name": "length", "range": [ - 37893, - 37899 + 37670, + 37676 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 40 }, "end": { - "line": 1103, + "line": 1098, "column": 46 } } }, "range": [ - 37883, - 37899 + 37660, + 37676 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 30 }, "end": { - "line": 1103, + "line": 1098, "column": 46 } } }, "range": [ - 37877, - 37899 + 37654, + 37676 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 24 }, "end": { - "line": 1103, + "line": 1098, "column": 46 } } @@ -88612,16 +88038,16 @@ ], "kind": "let", "range": [ - 37866, - 37899 + 37643, + 37676 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 13 }, "end": { - "line": 1103, + "line": 1098, "column": 46 } } @@ -88633,16 +88059,16 @@ "type": "Identifier", "name": "r", "range": [ - 37901, - 37902 + 37678, + 37679 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 48 }, "end": { - "line": 1103, + "line": 1098, "column": 49 } } @@ -88651,31 +88077,31 @@ "type": "Identifier", "name": "len", "range": [ - 37905, - 37908 + 37682, + 37685 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 52 }, "end": { - "line": 1103, + "line": 1098, "column": 55 } } }, "range": [ - 37901, - 37908 + 37678, + 37685 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 48 }, "end": { - "line": 1103, + "line": 1098, "column": 55 } } @@ -88687,32 +88113,32 @@ "type": "Identifier", "name": "r", "range": [ - 37910, - 37911 + 37687, + 37688 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 57 }, "end": { - "line": 1103, + "line": 1098, "column": 58 } } }, "prefix": false, "range": [ - 37910, - 37913 + 37687, + 37690 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 57 }, "end": { - "line": 1103, + "line": 1098, "column": 60 } } @@ -88731,16 +88157,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 37929, - 37937 + 37706, + 37714 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 12 }, "end": { - "line": 1104, + "line": 1099, "column": 20 } } @@ -88749,31 +88175,31 @@ "type": "Identifier", "name": "push", "range": [ - 37938, - 37942 + 37715, + 37719 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 21 }, "end": { - "line": 1104, + "line": 1099, "column": 25 } } }, "range": [ - 37929, - 37942 + 37706, + 37719 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 12 }, "end": { - "line": 1104, + "line": 1099, "column": 25 } } @@ -88786,16 +88212,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 37943, - 37952 + 37720, + 37729 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 26 }, "end": { - "line": 1104, + "line": 1099, "column": 35 } } @@ -88804,62 +88230,62 @@ "type": "Identifier", "name": "r", "range": [ - 37953, - 37954 + 37730, + 37731 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 36 }, "end": { - "line": 1104, + "line": 1099, "column": 37 } } }, "range": [ - 37943, - 37955 + 37720, + 37732 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 26 }, "end": { - "line": 1104, + "line": 1099, "column": 38 } } } ], "range": [ - 37929, - 37956 + 37706, + 37733 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 12 }, "end": { - "line": 1104, + "line": 1099, "column": 39 } } }, "range": [ - 37929, - 37957 + 37706, + 37734 ], "loc": { "start": { - "line": 1104, + "line": 1099, "column": 12 }, "end": { - "line": 1104, + "line": 1099, "column": 40 } } @@ -88873,16 +88299,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 37974, - 37982 + 37751, + 37759 ], "loc": { "start": { - "line": 1105, + "line": 1100, "column": 16 }, "end": { - "line": 1105, + "line": 1100, "column": 24 } } @@ -88891,31 +88317,31 @@ "type": "Identifier", "name": "r", "range": [ - 37983, - 37984 + 37760, + 37761 ], "loc": { "start": { - "line": 1105, + "line": 1100, "column": 25 }, "end": { - "line": 1105, + "line": 1100, "column": 26 } } }, "range": [ - 37974, - 37985 + 37751, + 37762 ], "loc": { "start": { - "line": 1105, + "line": 1100, "column": 16 }, "end": { - "line": 1105, + "line": 1100, "column": 27 } } @@ -88934,16 +88360,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38005, - 38011 + 37782, + 37788 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 16 }, "end": { - "line": 1106, + "line": 1101, "column": 22 } } @@ -88952,31 +88378,31 @@ "type": "Identifier", "name": "push", "range": [ - 38012, - 38016 + 37789, + 37793 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 23 }, "end": { - "line": 1106, + "line": 1101, "column": 27 } } }, "range": [ - 38005, - 38016 + 37782, + 37793 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 16 }, "end": { - "line": 1106, + "line": 1101, "column": 27 } } @@ -88989,16 +88415,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 38017, - 38025 + 37794, + 37802 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 28 }, "end": { - "line": 1106, + "line": 1101, "column": 36 } } @@ -89007,78 +88433,78 @@ "type": "Identifier", "name": "r", "range": [ - 38026, - 38027 + 37803, + 37804 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 37 }, "end": { - "line": 1106, + "line": 1101, "column": 38 } } }, "range": [ - 38017, - 38028 + 37794, + 37805 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 28 }, "end": { - "line": 1106, + "line": 1101, "column": 39 } } } ], "range": [ - 38005, - 38029 + 37782, + 37806 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 16 }, "end": { - "line": 1106, + "line": 1101, "column": 40 } } }, "range": [ - 38005, - 38030 + 37782, + 37807 ], "loc": { "start": { - "line": 1106, + "line": 1101, "column": 16 }, "end": { - "line": 1106, + "line": 1101, "column": 41 } } } ], "range": [ - 37987, - 38044 + 37764, + 37821 ], "loc": { "start": { - "line": 1105, + "line": 1100, "column": 29 }, "end": { - "line": 1107, + "line": 1102, "column": 13 } } @@ -89097,16 +88523,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38068, - 38074 + 37845, + 37851 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 16 }, "end": { - "line": 1108, + "line": 1103, "column": 22 } } @@ -89115,31 +88541,31 @@ "type": "Identifier", "name": "push", "range": [ - 38075, - 38079 + 37852, + 37856 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 23 }, "end": { - "line": 1108, + "line": 1103, "column": 27 } } }, "range": [ - 38068, - 38079 + 37845, + 37856 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 16 }, "end": { - "line": 1108, + "line": 1103, "column": 27 } } @@ -89152,16 +88578,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38080, - 38089 + 37857, + 37866 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 28 }, "end": { - "line": 1108, + "line": 1103, "column": 37 } } @@ -89170,124 +88596,124 @@ "type": "Identifier", "name": "r", "range": [ - 38090, - 38091 + 37867, + 37868 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 38 }, "end": { - "line": 1108, + "line": 1103, "column": 39 } } }, "range": [ - 38080, - 38092 + 37857, + 37869 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 28 }, "end": { - "line": 1108, + "line": 1103, "column": 40 } } } ], "range": [ - 38068, - 38093 + 37845, + 37870 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 16 }, "end": { - "line": 1108, + "line": 1103, "column": 41 } } }, "range": [ - 38068, - 38094 + 37845, + 37871 ], "loc": { "start": { - "line": 1108, + "line": 1103, "column": 16 }, "end": { - "line": 1108, + "line": 1103, "column": 42 } } } ], "range": [ - 38050, - 38108 + 37827, + 37885 ], "loc": { "start": { - "line": 1107, + "line": 1102, "column": 19 }, "end": { - "line": 1109, + "line": 1104, "column": 13 } } }, "range": [ - 37970, - 38108 + 37747, + 37885 ], "loc": { "start": { - "line": 1105, + "line": 1100, "column": 12 }, "end": { - "line": 1109, + "line": 1104, "column": 13 } } } ], "range": [ - 37915, - 38118 + 37692, + 37895 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 62 }, "end": { - "line": 1110, + "line": 1105, "column": 9 } } }, "range": [ - 37861, - 38118 + 37638, + 37895 ], "loc": { "start": { - "line": 1103, + "line": 1098, "column": 8 }, "end": { - "line": 1110, + "line": 1105, "column": 9 } } @@ -89298,16 +88724,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 38131, - 38138 + 37908, + 37915 ], "loc": { "start": { - "line": 1111, + "line": 1106, "column": 12 }, "end": { - "line": 1111, + "line": 1106, "column": 19 } } @@ -89326,16 +88752,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 38154, - 38162 + 37931, + 37939 ], "loc": { "start": { - "line": 1112, + "line": 1107, "column": 12 }, "end": { - "line": 1112, + "line": 1107, "column": 20 } } @@ -89344,62 +88770,62 @@ "type": "Identifier", "name": "sort", "range": [ - 38163, - 38167 + 37940, + 37944 ], "loc": { "start": { - "line": 1112, + "line": 1107, "column": 21 }, "end": { - "line": 1112, + "line": 1107, "column": 25 } } }, "range": [ - 38154, - 38167 + 37931, + 37944 ], "loc": { "start": { - "line": 1112, + "line": 1107, "column": 12 }, "end": { - "line": 1112, + "line": 1107, "column": 25 } } }, "arguments": [], "range": [ - 38154, - 38169 + 37931, + 37946 ], "loc": { "start": { - "line": 1112, + "line": 1107, "column": 12 }, "end": { - "line": 1112, + "line": 1107, "column": 27 } } }, "range": [ - 38154, - 38170 + 37931, + 37947 ], "loc": { "start": { - "line": 1112, + "line": 1107, "column": 12 }, "end": { - "line": 1112, + "line": 1107, "column": 28 } } @@ -89415,16 +88841,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38183, - 38189 + 37960, + 37966 ], "loc": { "start": { - "line": 1113, + "line": 1108, "column": 12 }, "end": { - "line": 1113, + "line": 1108, "column": 18 } } @@ -89433,94 +88859,94 @@ "type": "Identifier", "name": "sort", "range": [ - 38190, - 38194 + 37967, + 37971 ], "loc": { "start": { - "line": 1113, + "line": 1108, "column": 19 }, "end": { - "line": 1113, + "line": 1108, "column": 23 } } }, "range": [ - 38183, - 38194 + 37960, + 37971 ], "loc": { "start": { - "line": 1113, + "line": 1108, "column": 12 }, "end": { - "line": 1113, + "line": 1108, "column": 23 } } }, "arguments": [], "range": [ - 38183, - 38196 + 37960, + 37973 ], "loc": { "start": { - "line": 1113, + "line": 1108, "column": 12 }, "end": { - "line": 1113, + "line": 1108, "column": 25 } } }, "range": [ - 38183, - 38197 + 37960, + 37974 ], "loc": { "start": { - "line": 1113, + "line": 1108, "column": 12 }, "end": { - "line": 1113, + "line": 1108, "column": 26 } } } ], "range": [ - 38140, - 38207 + 37917, + 37984 ], "loc": { "start": { - "line": 1111, + "line": 1106, "column": 21 }, "end": { - "line": 1114, + "line": 1109, "column": 9 } } }, "alternate": null, "range": [ - 38127, - 38207 + 37904, + 37984 ], "loc": { "start": { - "line": 1111, + "line": 1106, "column": 8 }, "end": { - "line": 1114, + "line": 1109, "column": 9 } } @@ -89534,16 +88960,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 38224, - 38232 + 38001, + 38009 ], "loc": { "start": { - "line": 1115, + "line": 1110, "column": 16 }, "end": { - "line": 1115, + "line": 1110, "column": 24 } } @@ -89552,63 +88978,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38234, - 38240 + 38011, + 38017 ], "loc": { "start": { - "line": 1115, + "line": 1110, "column": 26 }, "end": { - "line": 1115, + "line": 1110, "column": 32 } } } ], "range": [ - 38223, - 38241 + 38000, + 38018 ], "loc": { "start": { - "line": 1115, + "line": 1110, "column": 15 }, "end": { - "line": 1115, + "line": 1110, "column": 33 } } }, "range": [ - 38216, - 38242 + 37993, + 38019 ], "loc": { "start": { - "line": 1115, + "line": 1110, "column": 8 }, "end": { - "line": 1115, + "line": 1110, "column": 34 } } } ], "range": [ - 37426, - 38248 + 37203, + 38025 ], "loc": { "start": { - "line": 1090, + "line": 1085, "column": 31 }, "end": { - "line": 1116, + "line": 1111, "column": 5 } } @@ -89616,16 +89042,16 @@ "generator": false, "expression": false, "range": [ - 37415, - 38248 + 37192, + 38025 ], "loc": { "start": { - "line": 1090, + "line": 1085, "column": 20 }, "end": { - "line": 1116, + "line": 1111, "column": 5 } } @@ -89633,16 +89059,16 @@ "kind": "method", "computed": false, "range": [ - 37399, - 38248 + 37176, + 38025 ], "loc": { "start": { - "line": 1090, + "line": 1085, "column": 4 }, "end": { - "line": 1116, + "line": 1111, "column": 5 } }, @@ -89651,16 +89077,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": [ - 37198, - 37394 + 36975, + 37171 ], "loc": { "start": { - "line": 1084, + "line": 1079, "column": 4 }, "end": { - "line": 1089, + "line": 1084, "column": 7 } } @@ -89671,16 +89097,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": [ - 38254, - 38491 + 38031, + 38268 ], "loc": { "start": { - "line": 1118, + "line": 1113, "column": 4 }, "end": { - "line": 1122, + "line": 1117, "column": 7 } } @@ -89694,16 +89120,16 @@ "type": "Identifier", "name": "filter", "range": [ - 38496, - 38502 + 38273, + 38279 ], "loc": { "start": { - "line": 1123, + "line": 1118, "column": 4 }, "end": { - "line": 1123, + "line": 1118, "column": 10 } } @@ -89729,16 +89155,16 @@ "object": { "type": "ThisExpression", "range": [ - 38520, - 38524 + 38297, + 38301 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 13 }, "end": { - "line": 1124, + "line": 1119, "column": 17 } } @@ -89747,47 +89173,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 38525, - 38532 + 38302, + 38309 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 18 }, "end": { - "line": 1124, + "line": 1119, "column": 25 } } }, "range": [ - 38520, - 38532 + 38297, + 38309 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 13 }, "end": { - "line": 1124, + "line": 1119, "column": 25 } } }, "prefix": true, "range": [ - 38519, - 38532 + 38296, + 38309 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 12 }, "end": { - "line": 1124, + "line": 1119, "column": 25 } } @@ -89801,16 +89227,16 @@ "object": { "type": "ThisExpression", "range": [ - 38537, - 38541 + 38314, + 38318 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 30 }, "end": { - "line": 1124, + "line": 1119, "column": 34 } } @@ -89819,62 +89245,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 38542, - 38553 + 38319, + 38330 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 35 }, "end": { - "line": 1124, + "line": 1119, "column": 46 } } }, "range": [ - 38537, - 38553 + 38314, + 38330 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 30 }, "end": { - "line": 1124, + "line": 1119, "column": 46 } } }, "prefix": true, "range": [ - 38536, - 38553 + 38313, + 38330 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 29 }, "end": { - "line": 1124, + "line": 1119, "column": 46 } } }, "range": [ - 38519, - 38553 + 38296, + 38330 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 12 }, "end": { - "line": 1124, + "line": 1119, "column": 46 } } @@ -89886,48 +89312,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 38569, - 38576 + 38346, + 38353 ], "loc": { "start": { - "line": 1125, + "line": 1120, "column": 12 }, "end": { - "line": 1125, + "line": 1120, "column": 19 } } } ], "range": [ - 38555, - 38586 + 38332, + 38363 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 48 }, "end": { - "line": 1126, + "line": 1121, "column": 9 } } }, "alternate": null, "range": [ - 38515, - 38586 + 38292, + 38363 ], "loc": { "start": { - "line": 1124, + "line": 1119, "column": 8 }, "end": { - "line": 1126, + "line": 1121, "column": 9 } }, @@ -89936,16 +89362,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 38595, - 38621 + 38372, + 38398 ], "loc": { "start": { - "line": 1127, + "line": 1122, "column": 8 }, "end": { - "line": 1127, + "line": 1122, "column": 34 } } @@ -89960,16 +89386,16 @@ "object": { "type": "ThisExpression", "range": [ - 38634, - 38638 + 38411, + 38415 ], "loc": { "start": { - "line": 1128, + "line": 1123, "column": 12 }, "end": { - "line": 1128, + "line": 1123, "column": 16 } } @@ -89978,31 +89404,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 38639, - 38653 + 38416, + 38430 ], "loc": { "start": { - "line": 1128, + "line": 1123, "column": 17 }, "end": { - "line": 1128, + "line": 1123, "column": 31 } } }, "range": [ - 38634, - 38653 + 38411, + 38430 ], "loc": { "start": { - "line": 1128, + "line": 1123, "column": 12 }, "end": { - "line": 1128, + "line": 1123, "column": 31 } } @@ -90023,16 +89449,16 @@ "object": { "type": "ThisExpression", "range": [ - 38669, - 38673 + 38446, + 38450 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 12 }, "end": { - "line": 1129, + "line": 1124, "column": 16 } } @@ -90041,31 +89467,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 38674, - 38688 + 38451, + 38465 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 17 }, "end": { - "line": 1129, + "line": 1124, "column": 31 } } }, "range": [ - 38669, - 38688 + 38446, + 38465 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 12 }, "end": { - "line": 1129, + "line": 1124, "column": 31 } } @@ -90074,31 +89500,31 @@ "type": "Identifier", "name": "call", "range": [ - 38689, - 38693 + 38466, + 38470 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 32 }, "end": { - "line": 1129, + "line": 1124, "column": 36 } } }, "range": [ - 38669, - 38693 + 38446, + 38470 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 12 }, "end": { - "line": 1129, + "line": 1124, "column": 36 } } @@ -90109,16 +89535,16 @@ "value": null, "raw": "null", "range": [ - 38694, - 38698 + 38471, + 38475 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 37 }, "end": { - "line": 1129, + "line": 1124, "column": 41 } } @@ -90126,79 +89552,79 @@ { "type": "ThisExpression", "range": [ - 38700, - 38704 + 38477, + 38481 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 43 }, "end": { - "line": 1129, + "line": 1124, "column": 47 } } } ], "range": [ - 38669, - 38705 + 38446, + 38482 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 12 }, "end": { - "line": 1129, + "line": 1124, "column": 48 } } }, "range": [ - 38669, - 38706 + 38446, + 38483 ], "loc": { "start": { - "line": 1129, + "line": 1124, "column": 12 }, "end": { - "line": 1129, + "line": 1124, "column": 49 } } } ], "range": [ - 38655, - 38716 + 38432, + 38493 ], "loc": { "start": { - "line": 1128, + "line": 1123, "column": 33 }, "end": { - "line": 1130, + "line": 1125, "column": 9 } } }, "alternate": null, "range": [ - 38630, - 38716 + 38407, + 38493 ], "loc": { "start": { - "line": 1128, + "line": 1123, "column": 8 }, "end": { - "line": 1130, + "line": 1125, "column": 9 } }, @@ -90207,16 +89633,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 38595, - 38621 + 38372, + 38398 ], "loc": { "start": { - "line": 1127, + "line": 1122, "column": 8 }, "end": { - "line": 1127, + "line": 1122, "column": 34 } } @@ -90236,16 +89662,16 @@ "object": { "type": "ThisExpression", "range": [ - 38725, - 38729 + 38502, + 38506 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 8 }, "end": { - "line": 1131, + "line": 1126, "column": 12 } } @@ -90254,31 +89680,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 38730, - 38737 + 38507, + 38514 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 13 }, "end": { - "line": 1131, + "line": 1126, "column": 20 } } }, "range": [ - 38725, - 38737 + 38502, + 38514 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 8 }, "end": { - "line": 1131, + "line": 1126, "column": 20 } } @@ -90287,31 +89713,31 @@ "type": "Identifier", "name": "emit", "range": [ - 38738, - 38742 + 38515, + 38519 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 21 }, "end": { - "line": 1131, + "line": 1126, "column": 25 } } }, "range": [ - 38725, - 38742 + 38502, + 38519 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 8 }, "end": { - "line": 1131, + "line": 1126, "column": 25 } } @@ -90322,16 +89748,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 38743, - 38761 + 38520, + 38538 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 26 }, "end": { - "line": 1131, + "line": 1126, "column": 44 } } @@ -90339,47 +89765,47 @@ { "type": "ThisExpression", "range": [ - 38763, - 38767 + 38540, + 38544 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 46 }, "end": { - "line": 1131, + "line": 1126, "column": 50 } } } ], "range": [ - 38725, - 38768 + 38502, + 38545 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 8 }, "end": { - "line": 1131, + "line": 1126, "column": 51 } } }, "range": [ - 38725, - 38769 + 38502, + 38546 ], "loc": { "start": { - "line": 1131, + "line": 1126, "column": 8 }, "end": { - "line": 1131, + "line": 1126, "column": 52 } } @@ -90393,16 +89819,16 @@ "type": "Identifier", "name": "row", "range": [ - 38783, - 38786 + 38560, + 38563 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 12 }, "end": { - "line": 1133, + "line": 1128, "column": 15 } } @@ -90416,16 +89842,16 @@ "object": { "type": "ThisExpression", "range": [ - 38789, - 38793 + 38566, + 38570 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 18 }, "end": { - "line": 1133, + "line": 1128, "column": 22 } } @@ -90434,31 +89860,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 38794, - 38797 + 38571, + 38574 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 23 }, "end": { - "line": 1133, + "line": 1128, "column": 26 } } }, "range": [ - 38789, - 38797 + 38566, + 38574 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 18 }, "end": { - "line": 1133, + "line": 1128, "column": 26 } } @@ -90467,46 +89893,46 @@ "type": "Identifier", "name": "rows", "range": [ - 38798, - 38802 + 38575, + 38579 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 27 }, "end": { - "line": 1133, + "line": 1128, "column": 31 } } }, "range": [ - 38789, - 38802 + 38566, + 38579 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 18 }, "end": { - "line": 1133, + "line": 1128, "column": 31 } } }, "range": [ - 38783, - 38802 + 38560, + 38579 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 12 }, "end": { - "line": 1133, + "line": 1128, "column": 31 } } @@ -90517,16 +89943,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 38816, - 38822 + 38593, + 38599 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 12 }, "end": { - "line": 1134, + "line": 1129, "column": 18 } } @@ -90539,16 +89965,16 @@ "object": { "type": "ThisExpression", "range": [ - 38825, - 38829 + 38602, + 38606 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 21 }, "end": { - "line": 1134, + "line": 1129, "column": 25 } } @@ -90557,31 +89983,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 38830, - 38839 + 38607, + 38616 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 26 }, "end": { - "line": 1134, + "line": 1129, "column": 35 } } }, "range": [ - 38825, - 38839 + 38602, + 38616 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 21 }, "end": { - "line": 1134, + "line": 1129, "column": 35 } } @@ -90592,47 +90018,47 @@ "value": true, "raw": "true", "range": [ - 38840, - 38844 + 38617, + 38621 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 36 }, "end": { - "line": 1134, + "line": 1129, "column": 40 } } } ], "range": [ - 38825, - 38845 + 38602, + 38622 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 21 }, "end": { - "line": 1134, + "line": 1129, "column": 41 } } }, "range": [ - 38816, - 38845 + 38593, + 38622 ], "loc": { "start": { - "line": 1134, + "line": 1129, "column": 12 }, "end": { - "line": 1134, + "line": 1129, "column": 41 } } @@ -90643,16 +90069,16 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 38859, - 38869 + 38636, + 38646 ], "loc": { "start": { - "line": 1135, + "line": 1130, "column": 12 }, "end": { - "line": 1135, + "line": 1130, "column": 22 } } @@ -90662,31 +90088,31 @@ "value": 0, "raw": "0", "range": [ - 38872, - 38873 + 38649, + 38650 ], "loc": { "start": { - "line": 1135, + "line": 1130, "column": 25 }, "end": { - "line": 1135, + "line": 1130, "column": 26 } } }, "range": [ - 38859, - 38873 + 38636, + 38650 ], "loc": { "start": { - "line": 1135, + "line": 1130, "column": 12 }, "end": { - "line": 1135, + "line": 1130, "column": 26 } } @@ -90694,16 +90120,16 @@ ], "kind": "let", "range": [ - 38779, - 38874 + 38556, + 38651 ], "loc": { "start": { - "line": 1133, + "line": 1128, "column": 8 }, "end": { - "line": 1135, + "line": 1130, "column": 27 } } @@ -90719,16 +90145,16 @@ "object": { "type": "ThisExpression", "range": [ - 38884, - 38888 + 38661, + 38665 ], "loc": { "start": { - "line": 1137, + "line": 1132, "column": 8 }, "end": { - "line": 1137, + "line": 1132, "column": 12 } } @@ -90737,31 +90163,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 38889, - 38903 + 38666, + 38680 ], "loc": { "start": { - "line": 1137, + "line": 1132, "column": 13 }, "end": { - "line": 1137, + "line": 1132, "column": 27 } } }, "range": [ - 38884, - 38903 + 38661, + 38680 ], "loc": { "start": { - "line": 1137, + "line": 1132, "column": 8 }, "end": { - "line": 1137, + "line": 1132, "column": 27 } } @@ -90770,46 +90196,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 38906, - 38908 + 38683, + 38685 ], "loc": { "start": { - "line": 1137, + "line": 1132, "column": 30 }, "end": { - "line": 1137, + "line": 1132, "column": 32 } } }, "range": [ - 38884, - 38908 + 38661, + 38685 ], "loc": { "start": { - "line": 1137, + "line": 1132, "column": 8 }, "end": { - "line": 1137, + "line": 1132, "column": 32 } } }, "range": [ - 38884, - 38909 + 38661, + 38686 ], "loc": { "start": { - "line": 1137, + "line": 1132, "column": 8 }, "end": { - "line": 1137, + "line": 1132, "column": 33 } }, @@ -90818,16 +90244,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 38918, - 38940 + 38695, + 38717 ], "loc": { "start": { - "line": 1138, + "line": 1133, "column": 8 }, "end": { - "line": 1138, + "line": 1133, "column": 30 } } @@ -90843,16 +90269,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 38953, - 38963 + 38730, + 38740 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 12 }, "end": { - "line": 1139, + "line": 1134, "column": 22 } } @@ -90865,16 +90291,16 @@ "object": { "type": "ThisExpression", "range": [ - 38966, - 38970 + 38743, + 38747 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 25 }, "end": { - "line": 1139, + "line": 1134, "column": 29 } } @@ -90883,62 +90309,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 38971, - 38986 + 38748, + 38763 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 30 }, "end": { - "line": 1139, + "line": 1134, "column": 45 } } }, "range": [ - 38966, - 38986 + 38743, + 38763 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 25 }, "end": { - "line": 1139, + "line": 1134, "column": 45 } } }, "arguments": [], "range": [ - 38966, - 38988 + 38743, + 38765 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 25 }, "end": { - "line": 1139, + "line": 1134, "column": 47 } } }, "range": [ - 38953, - 38988 + 38730, + 38765 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 12 }, "end": { - "line": 1139, + "line": 1134, "column": 47 } } @@ -90946,16 +90372,16 @@ ], "kind": "let", "range": [ - 38949, - 38989 + 38726, + 38766 ], "loc": { "start": { - "line": 1139, + "line": 1134, "column": 8 }, "end": { - "line": 1139, + "line": 1134, "column": 48 } }, @@ -90964,16 +90390,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 38918, - 38940 + 38695, + 38717 ], "loc": { "start": { - "line": 1138, + "line": 1133, "column": 8 }, "end": { - "line": 1138, + "line": 1133, "column": 30 } } @@ -90989,32 +90415,32 @@ "type": "Identifier", "name": "numCellData", "range": [ - 39003, - 39014 + 38780, + 38791 ], "loc": { "start": { - "line": 1141, + "line": 1136, "column": 12 }, "end": { - "line": 1141, + "line": 1136, "column": 23 } } }, "init": null, "range": [ - 39003, - 39014 + 38780, + 38791 ], "loc": { "start": { - "line": 1141, + "line": 1136, "column": 12 }, "end": { - "line": 1141, + "line": 1136, "column": 23 } } @@ -91022,16 +90448,16 @@ ], "kind": "let", "range": [ - 38999, - 39015 + 38776, + 38792 ], "loc": { "start": { - "line": 1141, + "line": 1136, "column": 8 }, "end": { - "line": 1141, + "line": 1136, "column": 24 } } @@ -91045,32 +90471,32 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 39028, - 39036 + 38805, + 38813 ], "loc": { "start": { - "line": 1142, + "line": 1137, "column": 12 }, "end": { - "line": 1142, + "line": 1137, "column": 20 } } }, "init": null, "range": [ - 39028, - 39036 + 38805, + 38813 ], "loc": { "start": { - "line": 1142, + "line": 1137, "column": 12 }, "end": { - "line": 1142, + "line": 1137, "column": 20 } } @@ -91078,16 +90504,16 @@ ], "kind": "let", "range": [ - 39024, - 39037 + 38801, + 38814 ], "loc": { "start": { - "line": 1142, + "line": 1137, "column": 8 }, "end": { - "line": 1142, + "line": 1137, "column": 21 } } @@ -91101,16 +90527,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 39050, - 39055 + 38827, + 38832 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 12 }, "end": { - "line": 1143, + "line": 1138, "column": 17 } } @@ -91121,16 +90547,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39062, - 39068 + 38839, + 38845 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 24 }, "end": { - "line": 1143, + "line": 1138, "column": 30 } } @@ -91142,16 +90568,16 @@ "object": { "type": "ThisExpression", "range": [ - 39069, - 39073 + 38846, + 38850 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 31 }, "end": { - "line": 1143, + "line": 1138, "column": 35 } } @@ -91160,62 +90586,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 39074, - 39084 + 38851, + 38861 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 36 }, "end": { - "line": 1143, + "line": 1138, "column": 46 } } }, "range": [ - 39069, - 39084 + 38846, + 38861 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 31 }, "end": { - "line": 1143, + "line": 1138, "column": 46 } } } ], "range": [ - 39058, - 39085 + 38835, + 38862 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 20 }, "end": { - "line": 1143, + "line": 1138, "column": 47 } } }, "range": [ - 39050, - 39085 + 38827, + 38862 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 12 }, "end": { - "line": 1143, + "line": 1138, "column": 47 } } @@ -91226,16 +90652,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 39099, - 39104 + 38876, + 38881 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 12 }, "end": { - "line": 1144, + "line": 1139, "column": 17 } } @@ -91246,16 +90672,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39111, - 39117 + 38888, + 38894 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 24 }, "end": { - "line": 1144, + "line": 1139, "column": 30 } } @@ -91267,16 +90693,16 @@ "object": { "type": "ThisExpression", "range": [ - 39118, - 39122 + 38895, + 38899 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 31 }, "end": { - "line": 1144, + "line": 1139, "column": 35 } } @@ -91285,62 +90711,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 39123, - 39133 + 38900, + 38910 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 36 }, "end": { - "line": 1144, + "line": 1139, "column": 46 } } }, "range": [ - 39118, - 39133 + 38895, + 38910 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 31 }, "end": { - "line": 1144, + "line": 1139, "column": 46 } } } ], "range": [ - 39107, - 39134 + 38884, + 38911 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 20 }, "end": { - "line": 1144, + "line": 1139, "column": 47 } } }, "range": [ - 39099, - 39134 + 38876, + 38911 ], "loc": { "start": { - "line": 1144, + "line": 1139, "column": 12 }, "end": { - "line": 1144, + "line": 1139, "column": 47 } } @@ -91351,16 +90777,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 39148, - 39152 + 38925, + 38929 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 12 }, "end": { - "line": 1145, + "line": 1140, "column": 16 } } @@ -91371,16 +90797,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39159, - 39165 + 38936, + 38942 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 23 }, "end": { - "line": 1145, + "line": 1140, "column": 29 } } @@ -91392,16 +90818,16 @@ "object": { "type": "ThisExpression", "range": [ - 39166, - 39170 + 38943, + 38947 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 30 }, "end": { - "line": 1145, + "line": 1140, "column": 34 } } @@ -91410,62 +90836,62 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 39171, - 39181 + 38948, + 38958 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 35 }, "end": { - "line": 1145, + "line": 1140, "column": 45 } } }, "range": [ - 39166, - 39181 + 38943, + 38958 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 30 }, "end": { - "line": 1145, + "line": 1140, "column": 45 } } } ], "range": [ - 39155, - 39182 + 38932, + 38959 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 19 }, "end": { - "line": 1145, + "line": 1140, "column": 46 } } }, "range": [ - 39148, - 39182 + 38925, + 38959 ], "loc": { "start": { - "line": 1145, + "line": 1140, "column": 12 }, "end": { - "line": 1145, + "line": 1140, "column": 46 } } @@ -91476,16 +90902,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 39196, - 39200 + 38973, + 38977 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 12 }, "end": { - "line": 1146, + "line": 1141, "column": 16 } } @@ -91496,16 +90922,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39207, - 39213 + 38984, + 38990 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 23 }, "end": { - "line": 1146, + "line": 1141, "column": 29 } } @@ -91517,16 +90943,16 @@ "object": { "type": "ThisExpression", "range": [ - 39214, - 39218 + 38991, + 38995 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 30 }, "end": { - "line": 1146, + "line": 1141, "column": 34 } } @@ -91535,62 +90961,62 @@ "type": "Identifier", "name": "grOperator", "range": [ - 39219, - 39229 + 38996, + 39006 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 35 }, "end": { - "line": 1146, + "line": 1141, "column": 45 } } }, "range": [ - 39214, - 39229 + 38991, + 39006 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 30 }, "end": { - "line": 1146, + "line": 1141, "column": 45 } } } ], "range": [ - 39203, - 39230 + 38980, + 39007 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 19 }, "end": { - "line": 1146, + "line": 1141, "column": 46 } } }, "range": [ - 39196, - 39230 + 38973, + 39007 ], "loc": { "start": { - "line": 1146, + "line": 1141, "column": 12 }, "end": { - "line": 1146, + "line": 1141, "column": 46 } } @@ -91601,16 +91027,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 39244, - 39248 + 39021, + 39025 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 12 }, "end": { - "line": 1147, + "line": 1142, "column": 16 } } @@ -91621,16 +91047,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39255, - 39261 + 39032, + 39038 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 23 }, "end": { - "line": 1147, + "line": 1142, "column": 29 } } @@ -91642,16 +91068,16 @@ "object": { "type": "ThisExpression", "range": [ - 39262, - 39266 + 39039, + 39043 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 30 }, "end": { - "line": 1147, + "line": 1142, "column": 34 } } @@ -91660,62 +91086,62 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 39267, - 39277 + 39044, + 39054 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 35 }, "end": { - "line": 1147, + "line": 1142, "column": 45 } } }, "range": [ - 39262, - 39277 + 39039, + 39054 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 30 }, "end": { - "line": 1147, + "line": 1142, "column": 45 } } } ], "range": [ - 39251, - 39278 + 39028, + 39055 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 19 }, "end": { - "line": 1147, + "line": 1142, "column": 46 } } }, "range": [ - 39244, - 39278 + 39021, + 39055 ], "loc": { "start": { - "line": 1147, + "line": 1142, "column": 12 }, "end": { - "line": 1147, + "line": 1142, "column": 46 } } @@ -91726,16 +91152,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 39292, - 39297 + 39069, + 39074 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 12 }, "end": { - "line": 1148, + "line": 1143, "column": 17 } } @@ -91746,16 +91172,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39304, - 39310 + 39081, + 39087 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 24 }, "end": { - "line": 1148, + "line": 1143, "column": 30 } } @@ -91767,16 +91193,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 39311, - 39317 + 39088, + 39094 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 31 }, "end": { - "line": 1148, + "line": 1143, "column": 37 } } @@ -91788,16 +91214,16 @@ "object": { "type": "ThisExpression", "range": [ - 39318, - 39322 + 39095, + 39099 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 38 }, "end": { - "line": 1148, + "line": 1143, "column": 42 } } @@ -91806,78 +91232,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 39323, - 39333 + 39100, + 39110 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 43 }, "end": { - "line": 1148, + "line": 1143, "column": 53 } } }, "range": [ - 39318, - 39333 + 39095, + 39110 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 38 }, "end": { - "line": 1148, + "line": 1143, "column": 53 } } } ], "range": [ - 39311, - 39334 + 39088, + 39111 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 31 }, "end": { - "line": 1148, + "line": 1143, "column": 54 } } } ], "range": [ - 39300, - 39335 + 39077, + 39112 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 20 }, "end": { - "line": 1148, + "line": 1143, "column": 55 } } }, "range": [ - 39292, - 39335 + 39069, + 39112 ], "loc": { "start": { - "line": 1148, + "line": 1143, "column": 12 }, "end": { - "line": 1148, + "line": 1143, "column": 55 } } @@ -91888,16 +91314,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 39349, - 39354 + 39126, + 39131 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 12 }, "end": { - "line": 1149, + "line": 1144, "column": 17 } } @@ -91908,16 +91334,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39361, - 39367 + 39138, + 39144 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 24 }, "end": { - "line": 1149, + "line": 1144, "column": 30 } } @@ -91929,16 +91355,16 @@ "object": { "type": "ThisExpression", "range": [ - 39368, - 39372 + 39145, + 39149 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 31 }, "end": { - "line": 1149, + "line": 1144, "column": 35 } } @@ -91947,62 +91373,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 39373, - 39383 + 39150, + 39160 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 36 }, "end": { - "line": 1149, + "line": 1144, "column": 46 } } }, "range": [ - 39368, - 39383 + 39145, + 39160 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 31 }, "end": { - "line": 1149, + "line": 1144, "column": 46 } } } ], "range": [ - 39357, - 39384 + 39134, + 39161 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 20 }, "end": { - "line": 1149, + "line": 1144, "column": 47 } } }, "range": [ - 39349, - 39384 + 39126, + 39161 ], "loc": { "start": { - "line": 1149, + "line": 1144, "column": 12 }, "end": { - "line": 1149, + "line": 1144, "column": 47 } } @@ -92013,8 +91439,384 @@ "type": "Identifier", "name": "re_st", "range": [ - 39398, - 39403 + 39175, + 39180 + ], + "loc": { + "start": { + "line": 1145, + "column": 12 + }, + "end": { + "line": 1145, + "column": 17 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 39187, + 39193 + ], + "loc": { + "start": { + "line": 1145, + "column": 24 + }, + "end": { + "line": 1145, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 39194, + 39198 + ], + "loc": { + "start": { + "line": 1145, + "column": 31 + }, + "end": { + "line": 1145, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "stOperator", + "range": [ + 39199, + 39209 + ], + "loc": { + "start": { + "line": 1145, + "column": 36 + }, + "end": { + "line": 1145, + "column": 46 + } + } + }, + "range": [ + 39194, + 39209 + ], + "loc": { + "start": { + "line": 1145, + "column": 31 + }, + "end": { + "line": 1145, + "column": 46 + } + } + } + ], + "range": [ + 39183, + 39210 + ], + "loc": { + "start": { + "line": 1145, + "column": 20 + }, + "end": { + "line": 1145, + "column": 47 + } + } + }, + "range": [ + 39175, + 39210 + ], + "loc": { + "start": { + "line": 1145, + "column": 12 + }, + "end": { + "line": 1145, + "column": 47 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_en", + "range": [ + 39224, + 39229 + ], + "loc": { + "start": { + "line": 1146, + "column": 12 + }, + "end": { + "line": 1146, + "column": 17 + } + } + }, + "init": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "RegExp", + "range": [ + 39236, + 39242 + ], + "loc": { + "start": { + "line": 1146, + "column": 24 + }, + "end": { + "line": 1146, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 39243, + 39247 + ], + "loc": { + "start": { + "line": 1146, + "column": 31 + }, + "end": { + "line": 1146, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "enOperator", + "range": [ + 39248, + 39258 + ], + "loc": { + "start": { + "line": 1146, + "column": 36 + }, + "end": { + "line": 1146, + "column": 46 + } + } + }, + "range": [ + 39243, + 39258 + ], + "loc": { + "start": { + "line": 1146, + "column": 31 + }, + "end": { + "line": 1146, + "column": 46 + } + } + } + ], + "range": [ + 39232, + 39259 + ], + "loc": { + "start": { + "line": 1146, + "column": 20 + }, + "end": { + "line": 1146, + "column": 47 + } + } + }, + "range": [ + 39224, + 39259 + ], + "loc": { + "start": { + "line": 1146, + "column": 12 + }, + "end": { + "line": 1146, + "column": 47 + } + } + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_em", + "range": [ + 39373, + 39378 + ], + "loc": { + "start": { + "line": 1149, + "column": 12 + }, + "end": { + "line": 1149, + "column": 17 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 39381, + 39385 + ], + "loc": { + "start": { + "line": 1149, + "column": 20 + }, + "end": { + "line": 1149, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "emOperator", + "range": [ + 39386, + 39396 + ], + "loc": { + "start": { + "line": 1149, + "column": 25 + }, + "end": { + "line": 1149, + "column": 35 + } + } + }, + "range": [ + 39381, + 39396 + ], + "loc": { + "start": { + "line": 1149, + "column": 20 + }, + "end": { + "line": 1149, + "column": 35 + } + } + }, + "range": [ + 39373, + 39396 + ], + "loc": { + "start": { + "line": 1149, + "column": 12 + }, + "end": { + "line": 1149, + "column": 35 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " re_an = new RegExp(this.anOperator),", + "range": [ + 39273, + 39312 + ], + "loc": { + "start": { + "line": 1147, + "column": 12 + }, + "end": { + "line": 1147, + "column": 51 + } + } + }, + { + "type": "Line", + "value": " re_cr = new RegExp(this.curExp),", + "range": [ + 39325, + 39360 + ], + "loc": { + "start": { + "line": 1148, + "column": 12 + }, + "end": { + "line": 1148, + "column": 47 + } + } + } + ] + }, + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "re_nm", + "range": [ + 39410, + 39415 ], "loc": { "start": { @@ -92028,82 +91830,45 @@ } }, "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", "range": [ - 39410, - 39416 + 39418, + 39422 ], "loc": { "start": { "line": 1150, - "column": 24 + "column": 20 }, "end": { "line": 1150, - "column": 30 + "column": 24 } } }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 39417, - 39421 - ], - "loc": { - "start": { - "line": 1150, - "column": 31 - }, - "end": { - "line": 1150, - "column": 35 - } - } + "property": { + "type": "Identifier", + "name": "nmOperator", + "range": [ + 39423, + 39433 + ], + "loc": { + "start": { + "line": 1150, + "column": 25 }, - "property": { - "type": "Identifier", - "name": "stOperator", - "range": [ - 39422, - 39432 - ], - "loc": { - "start": { - "line": 1150, - "column": 36 - }, - "end": { - "line": 1150, - "column": 46 - } - } - }, - "range": [ - 39417, - 39432 - ], - "loc": { - "start": { - "line": 1150, - "column": 31 - }, - "end": { - "line": 1150, - "column": 46 - } + "end": { + "line": 1150, + "column": 35 } } - ], + }, "range": [ - 39406, + 39418, 39433 ], "loc": { @@ -92113,12 +91878,12 @@ }, "end": { "line": 1150, - "column": 47 + "column": 35 } } }, "range": [ - 39398, + 39410, 39433 ], "loc": { @@ -92128,7 +91893,7 @@ }, "end": { "line": 1150, - "column": 47 + "column": 35 } } }, @@ -92136,7 +91901,7 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "re_en", + "name": "re_re", "range": [ 39447, 39452 @@ -92172,345 +91937,6 @@ } } }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 39466, - 39470 - ], - "loc": { - "start": { - "line": 1151, - "column": 31 - }, - "end": { - "line": 1151, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "enOperator", - "range": [ - 39471, - 39481 - ], - "loc": { - "start": { - "line": 1151, - "column": 36 - }, - "end": { - "line": 1151, - "column": 46 - } - } - }, - "range": [ - 39466, - 39481 - ], - "loc": { - "start": { - "line": 1151, - "column": 31 - }, - "end": { - "line": 1151, - "column": 46 - } - } - } - ], - "range": [ - 39455, - 39482 - ], - "loc": { - "start": { - "line": 1151, - "column": 20 - }, - "end": { - "line": 1151, - "column": 47 - } - } - }, - "range": [ - 39447, - 39482 - ], - "loc": { - "start": { - "line": 1151, - "column": 12 - }, - "end": { - "line": 1151, - "column": 47 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_em", - "range": [ - 39596, - 39601 - ], - "loc": { - "start": { - "line": 1154, - "column": 12 - }, - "end": { - "line": 1154, - "column": 17 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 39604, - 39608 - ], - "loc": { - "start": { - "line": 1154, - "column": 20 - }, - "end": { - "line": 1154, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "emOperator", - "range": [ - 39609, - 39619 - ], - "loc": { - "start": { - "line": 1154, - "column": 25 - }, - "end": { - "line": 1154, - "column": 35 - } - } - }, - "range": [ - 39604, - 39619 - ], - "loc": { - "start": { - "line": 1154, - "column": 20 - }, - "end": { - "line": 1154, - "column": 35 - } - } - }, - "range": [ - 39596, - 39619 - ], - "loc": { - "start": { - "line": 1154, - "column": 12 - }, - "end": { - "line": 1154, - "column": 35 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " re_an = new RegExp(this.anOperator),", - "range": [ - 39496, - 39535 - ], - "loc": { - "start": { - "line": 1152, - "column": 12 - }, - "end": { - "line": 1152, - "column": 51 - } - } - }, - { - "type": "Line", - "value": " re_cr = new RegExp(this.curExp),", - "range": [ - 39548, - 39583 - ], - "loc": { - "start": { - "line": 1153, - "column": 12 - }, - "end": { - "line": 1153, - "column": 47 - } - } - } - ] - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_nm", - "range": [ - 39633, - 39638 - ], - "loc": { - "start": { - "line": 1155, - "column": 12 - }, - "end": { - "line": 1155, - "column": 17 - } - } - }, - "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 39641, - 39645 - ], - "loc": { - "start": { - "line": 1155, - "column": 20 - }, - "end": { - "line": 1155, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "nmOperator", - "range": [ - 39646, - 39656 - ], - "loc": { - "start": { - "line": 1155, - "column": 25 - }, - "end": { - "line": 1155, - "column": 35 - } - } - }, - "range": [ - 39641, - 39656 - ], - "loc": { - "start": { - "line": 1155, - "column": 20 - }, - "end": { - "line": 1155, - "column": 35 - } - } - }, - "range": [ - 39633, - 39656 - ], - "loc": { - "start": { - "line": 1155, - "column": 12 - }, - "end": { - "line": 1155, - "column": 35 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "re_re", - "range": [ - 39670, - 39675 - ], - "loc": { - "start": { - "line": 1156, - "column": 12 - }, - "end": { - "line": 1156, - "column": 17 - } - } - }, - "init": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RegExp", - "range": [ - 39682, - 39688 - ], - "loc": { - "start": { - "line": 1156, - "column": 24 - }, - "end": { - "line": 1156, - "column": 30 - } - } - }, "arguments": [ { "type": "CallExpression", @@ -92518,16 +91944,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 39689, - 39695 + 39466, + 39472 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 31 }, "end": { - "line": 1156, + "line": 1151, "column": 37 } } @@ -92539,16 +91965,16 @@ "object": { "type": "ThisExpression", "range": [ - 39696, - 39700 + 39473, + 39477 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 38 }, "end": { - "line": 1156, + "line": 1151, "column": 42 } } @@ -92557,78 +91983,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 39701, - 39712 + 39478, + 39489 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 43 }, "end": { - "line": 1156, + "line": 1151, "column": 54 } } }, "range": [ - 39696, - 39712 + 39473, + 39489 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 38 }, "end": { - "line": 1156, + "line": 1151, "column": 54 } } } ], "range": [ - 39689, - 39713 + 39466, + 39490 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 31 }, "end": { - "line": 1156, + "line": 1151, "column": 55 } } } ], "range": [ - 39678, - 39714 + 39455, + 39491 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 20 }, "end": { - "line": 1156, + "line": 1151, "column": 56 } } }, "range": [ - 39670, - 39714 + 39447, + 39491 ], "loc": { "start": { - "line": 1156, + "line": 1151, "column": 12 }, "end": { - "line": 1156, + "line": 1151, "column": 56 } } @@ -92636,16 +92062,16 @@ ], "kind": "let", "range": [ - 39046, - 39715 + 38823, + 39492 ], "loc": { "start": { - "line": 1143, + "line": 1138, "column": 8 }, "end": { - "line": 1156, + "line": 1151, "column": 57 } }, @@ -92654,16 +92080,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 39725, - 39747 + 39502, + 39524 ], "loc": { "start": { - "line": 1158, + "line": 1153, "column": 8 }, "end": { - "line": 1158, + "line": 1153, "column": 30 } } @@ -92676,16 +92102,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 39765, - 39774 + 39542, + 39551 ], "loc": { "start": { - "line": 1159, + "line": 1154, "column": 17 }, "end": { - "line": 1159, + "line": 1154, "column": 26 } } @@ -92695,16 +92121,16 @@ "type": "Identifier", "name": "str", "range": [ - 39775, - 39778 + 39552, + 39555 ], "loc": { "start": { - "line": 1159, + "line": 1154, "column": 27 }, "end": { - "line": 1159, + "line": 1154, "column": 30 } } @@ -92713,16 +92139,16 @@ "type": "Identifier", "name": "ok", "range": [ - 39780, - 39782 + 39557, + 39559 ], "loc": { "start": { - "line": 1159, + "line": 1154, "column": 32 }, "end": { - "line": 1159, + "line": 1154, "column": 34 } } @@ -92731,16 +92157,16 @@ "type": "Identifier", "name": "cell", "range": [ - 39784, - 39788 + 39561, + 39565 ], "loc": { "start": { - "line": 1159, + "line": 1154, "column": 36 }, "end": { - "line": 1159, + "line": 1154, "column": 40 } } @@ -92760,16 +92186,16 @@ "object": { "type": "ThisExpression", "range": [ - 39847, - 39851 + 39624, + 39628 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 16 }, "end": { - "line": 1161, + "line": 1156, "column": 20 } } @@ -92778,31 +92204,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 39852, - 39869 + 39629, + 39646 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 21 }, "end": { - "line": 1161, + "line": 1156, "column": 38 } } }, "range": [ - 39847, - 39869 + 39624, + 39646 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 16 }, "end": { - "line": 1161, + "line": 1156, "column": 38 } } @@ -92811,31 +92237,31 @@ "type": "Identifier", "name": "ok", "range": [ - 39873, - 39875 + 39650, + 39652 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 42 }, "end": { - "line": 1161, + "line": 1156, "column": 44 } } }, "range": [ - 39847, - 39875 + 39624, + 39652 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 16 }, "end": { - "line": 1161, + "line": 1156, "column": 44 } } @@ -92852,16 +92278,16 @@ "type": "Identifier", "name": "str", "range": [ - 39895, - 39898 + 39672, + 39675 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 16 }, "end": { - "line": 1162, + "line": 1157, "column": 19 } } @@ -92875,16 +92301,16 @@ "type": "Identifier", "name": "str", "range": [ - 39901, - 39904 + 39678, + 39681 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 22 }, "end": { - "line": 1162, + "line": 1157, "column": 25 } } @@ -92893,31 +92319,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39905, - 39912 + 39682, + 39689 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 26 }, "end": { - "line": 1162, + "line": 1157, "column": 33 } } }, "range": [ - 39901, - 39912 + 39678, + 39689 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 22 }, "end": { - "line": 1162, + "line": 1157, "column": 33 } } @@ -92927,16 +92353,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 39913, - 39918 + 39690, + 39695 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 34 }, "end": { - "line": 1162, + "line": 1157, "column": 39 } } @@ -92946,62 +92372,62 @@ "value": "", "raw": "''", "range": [ - 39920, - 39922 + 39697, + 39699 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 41 }, "end": { - "line": 1162, + "line": 1157, "column": 43 } } } ], "range": [ - 39901, - 39923 + 39678, + 39700 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 22 }, "end": { - "line": 1162, + "line": 1157, "column": 44 } } }, "range": [ - 39895, - 39923 + 39672, + 39700 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 16 }, "end": { - "line": 1162, + "line": 1157, "column": 44 } } }, "range": [ - 39895, - 39924 + 39672, + 39701 ], "loc": { "start": { - "line": 1162, + "line": 1157, "column": 16 }, "end": { - "line": 1162, + "line": 1157, "column": 45 } } @@ -93015,16 +92441,16 @@ "type": "Identifier", "name": "str", "range": [ - 39941, - 39944 + 39718, + 39721 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 16 }, "end": { - "line": 1163, + "line": 1158, "column": 19 } } @@ -93038,16 +92464,16 @@ "type": "Identifier", "name": "str", "range": [ - 39947, - 39950 + 39724, + 39727 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 22 }, "end": { - "line": 1163, + "line": 1158, "column": 25 } } @@ -93056,31 +92482,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39951, - 39958 + 39728, + 39735 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 26 }, "end": { - "line": 1163, + "line": 1158, "column": 33 } } }, "range": [ - 39947, - 39958 + 39724, + 39735 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 22 }, "end": { - "line": 1163, + "line": 1158, "column": 33 } } @@ -93090,16 +92516,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 39959, - 39964 + 39736, + 39741 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 34 }, "end": { - "line": 1163, + "line": 1158, "column": 39 } } @@ -93109,62 +92535,62 @@ "value": "", "raw": "''", "range": [ - 39966, - 39968 + 39743, + 39745 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 41 }, "end": { - "line": 1163, + "line": 1158, "column": 43 } } } ], "range": [ - 39947, - 39969 + 39724, + 39746 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 22 }, "end": { - "line": 1163, + "line": 1158, "column": 44 } } }, "range": [ - 39941, - 39969 + 39718, + 39746 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 16 }, "end": { - "line": 1163, + "line": 1158, "column": 44 } } }, "range": [ - 39941, - 39970 + 39718, + 39747 ], "loc": { "start": { - "line": 1163, + "line": 1158, "column": 16 }, "end": { - "line": 1163, + "line": 1158, "column": 45 } } @@ -93178,16 +92604,16 @@ "type": "Identifier", "name": "str", "range": [ - 39987, - 39990 + 39764, + 39767 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 16 }, "end": { - "line": 1164, + "line": 1159, "column": 19 } } @@ -93201,16 +92627,16 @@ "type": "Identifier", "name": "str", "range": [ - 39993, - 39996 + 39770, + 39773 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 22 }, "end": { - "line": 1164, + "line": 1159, "column": 25 } } @@ -93219,31 +92645,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39997, - 40004 + 39774, + 39781 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 26 }, "end": { - "line": 1164, + "line": 1159, "column": 33 } } }, "range": [ - 39993, - 40004 + 39770, + 39781 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 22 }, "end": { - "line": 1164, + "line": 1159, "column": 33 } } @@ -93253,16 +92679,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 40005, - 40010 + 39782, + 39787 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 34 }, "end": { - "line": 1164, + "line": 1159, "column": 39 } } @@ -93272,62 +92698,62 @@ "value": "", "raw": "''", "range": [ - 40012, - 40014 + 39789, + 39791 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 41 }, "end": { - "line": 1164, + "line": 1159, "column": 43 } } } ], "range": [ - 39993, - 40015 + 39770, + 39792 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 22 }, "end": { - "line": 1164, + "line": 1159, "column": 44 } } }, "range": [ - 39987, - 40015 + 39764, + 39792 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 16 }, "end": { - "line": 1164, + "line": 1159, "column": 44 } } }, "range": [ - 39987, - 40016 + 39764, + 39793 ], "loc": { "start": { - "line": 1164, + "line": 1159, "column": 16 }, "end": { - "line": 1164, + "line": 1159, "column": 45 } } @@ -93341,16 +92767,16 @@ "type": "Identifier", "name": "str", "range": [ - 40033, - 40036 + 39810, + 39813 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 16 }, "end": { - "line": 1165, + "line": 1160, "column": 19 } } @@ -93364,16 +92790,16 @@ "type": "Identifier", "name": "str", "range": [ - 40039, - 40042 + 39816, + 39819 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 22 }, "end": { - "line": 1165, + "line": 1160, "column": 25 } } @@ -93382,31 +92808,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40043, - 40050 + 39820, + 39827 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 26 }, "end": { - "line": 1165, + "line": 1160, "column": 33 } } }, "range": [ - 40039, - 40050 + 39816, + 39827 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 22 }, "end": { - "line": 1165, + "line": 1160, "column": 33 } } @@ -93416,16 +92842,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 40051, - 40056 + 39828, + 39833 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 34 }, "end": { - "line": 1165, + "line": 1160, "column": 39 } } @@ -93435,62 +92861,62 @@ "value": "", "raw": "''", "range": [ - 40058, - 40060 + 39835, + 39837 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 41 }, "end": { - "line": 1165, + "line": 1160, "column": 43 } } } ], "range": [ - 40039, - 40061 + 39816, + 39838 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 22 }, "end": { - "line": 1165, + "line": 1160, "column": 44 } } }, "range": [ - 40033, - 40061 + 39810, + 39838 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 16 }, "end": { - "line": 1165, + "line": 1160, "column": 44 } } }, "range": [ - 40033, - 40062 + 39810, + 39839 ], "loc": { "start": { - "line": 1165, + "line": 1160, "column": 16 }, "end": { - "line": 1165, + "line": 1160, "column": 45 } } @@ -93504,16 +92930,16 @@ "type": "Identifier", "name": "w", "range": [ - 40083, - 40084 + 39860, + 39861 ], "loc": { "start": { - "line": 1166, + "line": 1161, "column": 20 }, "end": { - "line": 1166, + "line": 1161, "column": 21 } } @@ -93522,31 +92948,31 @@ "type": "Identifier", "name": "str", "range": [ - 40087, - 40090 + 39864, + 39867 ], "loc": { "start": { - "line": 1166, + "line": 1161, "column": 24 }, "end": { - "line": 1166, + "line": 1161, "column": 27 } } }, "range": [ - 40083, - 40090 + 39860, + 39867 ], "loc": { "start": { - "line": 1166, + "line": 1161, "column": 20 }, "end": { - "line": 1166, + "line": 1161, "column": 27 } } @@ -93554,16 +92980,16 @@ ], "kind": "let", "range": [ - 40079, - 40091 + 39856, + 39868 ], "loc": { "start": { - "line": 1166, + "line": 1161, "column": 16 }, "end": { - "line": 1166, + "line": 1161, "column": 28 } } @@ -93591,16 +93017,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 40112, - 40117 + 39889, + 39894 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1167, + "line": 1162, "column": 25 } } @@ -93609,31 +93035,31 @@ "type": "Identifier", "name": "test", "range": [ - 40118, - 40122 + 39895, + 39899 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 26 }, "end": { - "line": 1167, + "line": 1162, "column": 30 } } }, "range": [ - 40112, - 40122 + 39889, + 39899 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1167, + "line": 1162, "column": 30 } } @@ -93643,32 +93069,32 @@ "type": "Identifier", "name": "str", "range": [ - 40123, - 40126 + 39900, + 39903 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 31 }, "end": { - "line": 1167, + "line": 1162, "column": 34 } } } ], "range": [ - 40112, - 40127 + 39889, + 39904 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1167, + "line": 1162, "column": 35 } } @@ -93682,16 +93108,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 40131, - 40136 + 39908, + 39913 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 39 }, "end": { - "line": 1167, + "line": 1162, "column": 44 } } @@ -93700,31 +93126,31 @@ "type": "Identifier", "name": "test", "range": [ - 40137, - 40141 + 39914, + 39918 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 45 }, "end": { - "line": 1167, + "line": 1162, "column": 49 } } }, "range": [ - 40131, - 40141 + 39908, + 39918 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 39 }, "end": { - "line": 1167, + "line": 1162, "column": 49 } } @@ -93734,47 +93160,47 @@ "type": "Identifier", "name": "str", "range": [ - 40142, - 40145 + 39919, + 39922 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 50 }, "end": { - "line": 1167, + "line": 1162, "column": 53 } } } ], "range": [ - 40131, - 40146 + 39908, + 39923 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 39 }, "end": { - "line": 1167, + "line": 1162, "column": 54 } } }, "range": [ - 40112, - 40146 + 39889, + 39923 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1167, + "line": 1162, "column": 54 } } @@ -93788,16 +93214,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 40150, - 40154 + 39927, + 39931 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 58 }, "end": { - "line": 1167, + "line": 1162, "column": 62 } } @@ -93806,31 +93232,31 @@ "type": "Identifier", "name": "test", "range": [ - 40155, - 40159 + 39932, + 39936 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 63 }, "end": { - "line": 1167, + "line": 1162, "column": 67 } } }, "range": [ - 40150, - 40159 + 39927, + 39936 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 58 }, "end": { - "line": 1167, + "line": 1162, "column": 67 } } @@ -93840,47 +93266,47 @@ "type": "Identifier", "name": "str", "range": [ - 40160, - 40163 + 39937, + 39940 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 68 }, "end": { - "line": 1167, + "line": 1162, "column": 71 } } } ], "range": [ - 40150, - 40164 + 39927, + 39941 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 58 }, "end": { - "line": 1167, + "line": 1162, "column": 72 } } }, "range": [ - 40112, - 40164 + 39889, + 39941 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1167, + "line": 1162, "column": 72 } } @@ -93894,16 +93320,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 40188, - 40192 + 39965, + 39969 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 20 }, "end": { - "line": 1168, + "line": 1163, "column": 24 } } @@ -93912,31 +93338,31 @@ "type": "Identifier", "name": "test", "range": [ - 40193, - 40197 + 39970, + 39974 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 25 }, "end": { - "line": 1168, + "line": 1163, "column": 29 } } }, "range": [ - 40188, - 40197 + 39965, + 39974 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 20 }, "end": { - "line": 1168, + "line": 1163, "column": 29 } } @@ -93946,47 +93372,47 @@ "type": "Identifier", "name": "str", "range": [ - 40198, - 40201 + 39975, + 39978 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 30 }, "end": { - "line": 1168, + "line": 1163, "column": 33 } } } ], "range": [ - 40188, - 40202 + 39965, + 39979 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 20 }, "end": { - "line": 1168, + "line": 1163, "column": 34 } } }, "range": [ - 40112, - 40202 + 39889, + 39979 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1168, + "line": 1163, "column": 34 } } @@ -94000,16 +93426,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 40206, - 40210 + 39983, + 39987 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 38 }, "end": { - "line": 1168, + "line": 1163, "column": 42 } } @@ -94018,31 +93444,31 @@ "type": "Identifier", "name": "test", "range": [ - 40211, - 40215 + 39988, + 39992 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 43 }, "end": { - "line": 1168, + "line": 1163, "column": 47 } } }, "range": [ - 40206, - 40215 + 39983, + 39992 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 38 }, "end": { - "line": 1168, + "line": 1163, "column": 47 } } @@ -94052,47 +93478,47 @@ "type": "Identifier", "name": "str", "range": [ - 40216, - 40219 + 39993, + 39996 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 48 }, "end": { - "line": 1168, + "line": 1163, "column": 51 } } } ], "range": [ - 40206, - 40220 + 39983, + 39997 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 38 }, "end": { - "line": 1168, + "line": 1163, "column": 52 } } }, "range": [ - 40112, - 40220 + 39889, + 39997 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 20 }, "end": { - "line": 1168, + "line": 1163, "column": 52 } } @@ -94109,16 +93535,16 @@ "type": "Identifier", "name": "w", "range": [ - 40244, - 40245 + 40021, + 40022 ], "loc": { "start": { - "line": 1169, + "line": 1164, "column": 20 }, "end": { - "line": 1169, + "line": 1164, "column": 21 } } @@ -94129,16 +93555,16 @@ "type": "Identifier", "name": "getText", "range": [ - 40248, - 40255 + 40025, + 40032 ], "loc": { "start": { - "line": 1169, + "line": 1164, "column": 24 }, "end": { - "line": 1169, + "line": 1164, "column": 31 } } @@ -94148,94 +93574,94 @@ "type": "Identifier", "name": "cell", "range": [ - 40256, - 40260 + 40033, + 40037 ], "loc": { "start": { - "line": 1169, + "line": 1164, "column": 32 }, "end": { - "line": 1169, + "line": 1164, "column": 36 } } } ], "range": [ - 40248, - 40261 + 40025, + 40038 ], "loc": { "start": { - "line": 1169, + "line": 1164, "column": 24 }, "end": { - "line": 1169, + "line": 1164, "column": 37 } } }, "range": [ - 40244, - 40261 + 40021, + 40038 ], "loc": { "start": { - "line": 1169, + "line": 1164, "column": 20 }, "end": { - "line": 1169, + "line": 1164, "column": 37 } } }, "range": [ - 40244, - 40262 + 40021, + 40039 ], "loc": { "start": { - "line": 1169, + "line": 1164, "column": 20 }, "end": { - "line": 1169, + "line": 1164, "column": 38 } } } ], "range": [ - 40222, - 40280 + 39999, + 40057 ], "loc": { "start": { - "line": 1168, + "line": 1163, "column": 54 }, "end": { - "line": 1170, + "line": 1165, "column": 17 } } }, "alternate": null, "range": [ - 40108, - 40280 + 39885, + 40057 ], "loc": { "start": { - "line": 1167, + "line": 1162, "column": 16 }, "end": { - "line": 1170, + "line": 1165, "column": 17 } } @@ -94249,16 +93675,16 @@ "type": "Identifier", "name": "w", "range": [ - 40301, - 40302 + 40078, + 40079 ], "loc": { "start": { - "line": 1171, + "line": 1166, "column": 20 }, "end": { - "line": 1171, + "line": 1166, "column": 21 } } @@ -94268,31 +93694,31 @@ "value": "", "raw": "''", "range": [ - 40307, - 40309 + 40084, + 40086 ], "loc": { "start": { - "line": 1171, + "line": 1166, "column": 26 }, "end": { - "line": 1171, + "line": 1166, "column": 28 } } }, "range": [ - 40301, - 40309 + 40078, + 40086 ], "loc": { "start": { - "line": 1171, + "line": 1166, "column": 20 }, "end": { - "line": 1171, + "line": 1166, "column": 28 } } @@ -94313,16 +93739,16 @@ "object": { "type": "ThisExpression", "range": [ - 40333, - 40337 + 40110, + 40114 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 20 }, "end": { - "line": 1172, + "line": 1167, "column": 24 } } @@ -94331,31 +93757,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 40338, - 40345 + 40115, + 40122 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 25 }, "end": { - "line": 1172, + "line": 1167, "column": 32 } } }, "range": [ - 40333, - 40345 + 40110, + 40122 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 20 }, "end": { - "line": 1172, + "line": 1167, "column": 32 } } @@ -94364,31 +93790,31 @@ "type": "Identifier", "name": "emit", "range": [ - 40346, - 40350 + 40123, + 40127 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 33 }, "end": { - "line": 1172, + "line": 1167, "column": 37 } } }, "range": [ - 40333, - 40350 + 40110, + 40127 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 20 }, "end": { - "line": 1172, + "line": 1167, "column": 37 } } @@ -94399,16 +93825,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 40351, - 40370 + 40128, + 40147 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 38 }, "end": { - "line": 1172, + "line": 1167, "column": 57 } } @@ -94416,16 +93842,16 @@ { "type": "ThisExpression", "range": [ - 40372, - 40376 + 40149, + 40153 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 59 }, "end": { - "line": 1172, + "line": 1167, "column": 63 } } @@ -94434,16 +93860,16 @@ "type": "Identifier", "name": "cell", "range": [ - 40378, - 40382 + 40155, + 40159 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 65 }, "end": { - "line": 1172, + "line": 1167, "column": 69 } } @@ -94452,111 +93878,111 @@ "type": "Identifier", "name": "w", "range": [ - 40384, - 40385 + 40161, + 40162 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 71 }, "end": { - "line": 1172, + "line": 1167, "column": 72 } } } ], "range": [ - 40333, - 40386 + 40110, + 40163 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 20 }, "end": { - "line": 1172, + "line": 1167, "column": 73 } } }, "range": [ - 40333, - 40387 + 40110, + 40164 ], "loc": { "start": { - "line": 1172, + "line": 1167, "column": 20 }, "end": { - "line": 1172, + "line": 1167, "column": 74 } } } ], "range": [ - 40311, - 40405 + 40088, + 40182 ], "loc": { "start": { - "line": 1171, + "line": 1166, "column": 30 }, "end": { - "line": 1173, + "line": 1168, "column": 17 } } }, "alternate": null, "range": [ - 40297, - 40405 + 40074, + 40182 ], "loc": { "start": { - "line": 1171, + "line": 1166, "column": 16 }, "end": { - "line": 1173, + "line": 1168, "column": 17 } } } ], "range": [ - 39877, - 40419 + 39654, + 40196 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 46 }, "end": { - "line": 1174, + "line": 1169, "column": 13 } } }, "alternate": null, "range": [ - 39843, - 40419 + 39620, + 40196 ], "loc": { "start": { - "line": 1161, + "line": 1156, "column": 12 }, "end": { - "line": 1174, + "line": 1169, "column": 13 } }, @@ -94565,16 +93991,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 39804, - 39830 + 39581, + 39607 ], "loc": { "start": { - "line": 1160, + "line": 1155, "column": 12 }, "end": { - "line": 1160, + "line": 1155, "column": 38 } } @@ -94583,16 +94009,16 @@ } ], "range": [ - 39790, - 40429 + 39567, + 40206 ], "loc": { "start": { - "line": 1159, + "line": 1154, "column": 42 }, "end": { - "line": 1175, + "line": 1170, "column": 9 } } @@ -94600,16 +94026,16 @@ "generator": false, "expression": false, "range": [ - 39756, - 40429 + 39533, + 40206 ], "loc": { "start": { - "line": 1159, + "line": 1154, "column": 8 }, "end": { - "line": 1175, + "line": 1170, "column": 9 } }, @@ -94618,16 +94044,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 39725, - 39747 + 39502, + 39524 ], "loc": { "start": { - "line": 1158, + "line": 1153, "column": 8 }, "end": { - "line": 1158, + "line": 1153, "column": 30 } } @@ -94638,16 +94064,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 40439, - 40481 + 40216, + 40258 ], "loc": { "start": { - "line": 1177, + "line": 1172, "column": 8 }, "end": { - "line": 1177, + "line": 1172, "column": 50 } } @@ -94660,16 +94086,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 40499, - 40505 + 40276, + 40282 ], "loc": { "start": { - "line": 1178, + "line": 1173, "column": 17 }, "end": { - "line": 1178, + "line": 1173, "column": 23 } } @@ -94679,16 +94105,16 @@ "type": "Identifier", "name": "sA", "range": [ - 40506, - 40508 + 40283, + 40285 ], "loc": { "start": { - "line": 1178, + "line": 1173, "column": 24 }, "end": { - "line": 1178, + "line": 1173, "column": 26 } } @@ -94697,16 +94123,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 40510, - 40518 + 40287, + 40295 ], "loc": { "start": { - "line": 1178, + "line": 1173, "column": 28 }, "end": { - "line": 1178, + "line": 1173, "column": 36 } } @@ -94715,16 +94141,16 @@ "type": "Identifier", "name": "j", "range": [ - 40520, - 40521 + 40297, + 40298 ], "loc": { "start": { - "line": 1178, + "line": 1173, "column": 38 }, "end": { - "line": 1178, + "line": 1173, "column": 39 } } @@ -94742,16 +94168,16 @@ "type": "Identifier", "name": "sA", "range": [ - 40537, - 40539 + 40314, + 40316 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 12 }, "end": { - "line": 1179, + "line": 1174, "column": 14 } } @@ -94762,16 +94188,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 40542, - 40551 + 40319, + 40328 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 17 }, "end": { - "line": 1179, + "line": 1174, "column": 26 } } @@ -94781,16 +94207,16 @@ "type": "Identifier", "name": "sA", "range": [ - 40552, - 40554 + 40329, + 40331 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 27 }, "end": { - "line": 1179, + "line": 1174, "column": 29 } } @@ -94801,16 +94227,16 @@ "object": { "type": "ThisExpression", "range": [ - 40556, - 40560 + 40333, + 40337 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 31 }, "end": { - "line": 1179, + "line": 1174, "column": 35 } } @@ -94819,77 +94245,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 40561, - 40574 + 40338, + 40351 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 36 }, "end": { - "line": 1179, + "line": 1174, "column": 49 } } }, "range": [ - 40556, - 40574 + 40333, + 40351 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 31 }, "end": { - "line": 1179, + "line": 1174, "column": 49 } } } ], "range": [ - 40542, - 40575 + 40319, + 40352 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 17 }, "end": { - "line": 1179, + "line": 1174, "column": 50 } } }, "range": [ - 40537, - 40575 + 40314, + 40352 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 12 }, "end": { - "line": 1179, + "line": 1174, "column": 50 } } }, "range": [ - 40537, - 40576 + 40314, + 40353 ], "loc": { "start": { - "line": 1179, + "line": 1174, "column": 12 }, "end": { - "line": 1179, + "line": 1174, "column": 51 } } @@ -94903,32 +94329,32 @@ "type": "Identifier", "name": "occurence", "range": [ - 40594, - 40603 + 40371, + 40380 ], "loc": { "start": { - "line": 1181, + "line": 1176, "column": 16 }, "end": { - "line": 1181, + "line": 1176, "column": 25 } } }, "init": null, "range": [ - 40594, - 40603 + 40371, + 40380 ], "loc": { "start": { - "line": 1181, + "line": 1176, "column": 16 }, "end": { - "line": 1181, + "line": 1176, "column": 25 } } @@ -94936,16 +94362,16 @@ ], "kind": "let", "range": [ - 40590, - 40604 + 40367, + 40381 ], "loc": { "start": { - "line": 1181, + "line": 1176, "column": 12 }, "end": { - "line": 1181, + "line": 1176, "column": 26 } } @@ -94959,16 +94385,16 @@ "type": "Identifier", "name": "dtType", "range": [ - 40621, - 40627 + 40398, + 40404 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 16 }, "end": { - "line": 1182, + "line": 1177, "column": 22 } } @@ -94981,16 +94407,16 @@ "object": { "type": "ThisExpression", "range": [ - 40630, - 40634 + 40407, + 40411 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 25 }, "end": { - "line": 1182, + "line": 1177, "column": 29 } } @@ -94999,31 +94425,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 40635, - 40649 + 40412, + 40426 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 30 }, "end": { - "line": 1182, + "line": 1177, "column": 44 } } }, "range": [ - 40630, - 40649 + 40407, + 40426 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 25 }, "end": { - "line": 1182, + "line": 1177, "column": 44 } } @@ -95037,16 +94463,16 @@ "object": { "type": "ThisExpression", "range": [ - 40668, - 40672 + 40445, + 40449 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 16 }, "end": { - "line": 1183, + "line": 1178, "column": 20 } } @@ -95055,31 +94481,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 40673, - 40684 + 40450, + 40461 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 21 }, "end": { - "line": 1183, + "line": 1178, "column": 32 } } }, "range": [ - 40668, - 40684 + 40445, + 40461 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 16 }, "end": { - "line": 1183, + "line": 1178, "column": 32 } } @@ -95088,31 +94514,31 @@ "type": "Identifier", "name": "j", "range": [ - 40685, - 40686 + 40462, + 40463 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 33 }, "end": { - "line": 1183, + "line": 1178, "column": 34 } } }, "range": [ - 40668, - 40687 + 40445, + 40464 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 16 }, "end": { - "line": 1183, + "line": 1178, "column": 35 } } @@ -95123,16 +94549,16 @@ "object": { "type": "ThisExpression", "range": [ - 40690, - 40694 + 40467, + 40471 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 38 }, "end": { - "line": 1183, + "line": 1178, "column": 42 } } @@ -95141,61 +94567,61 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 40695, - 40710 + 40472, + 40487 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 43 }, "end": { - "line": 1183, + "line": 1178, "column": 58 } } }, "range": [ - 40690, - 40710 + 40467, + 40487 ], "loc": { "start": { - "line": 1183, + "line": 1178, "column": 38 }, "end": { - "line": 1183, + "line": 1178, "column": 58 } } }, "range": [ - 40630, - 40710 + 40407, + 40487 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 25 }, "end": { - "line": 1183, + "line": 1178, "column": 58 } } }, "range": [ - 40621, - 40710 + 40398, + 40487 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 16 }, "end": { - "line": 1183, + "line": 1178, "column": 58 } } @@ -95203,16 +94629,16 @@ ], "kind": "let", "range": [ - 40617, - 40711 + 40394, + 40488 ], "loc": { "start": { - "line": 1182, + "line": 1177, "column": 12 }, "end": { - "line": 1183, + "line": 1178, "column": 59 } }, @@ -95221,16 +94647,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 40725, - 40752 + 40502, + 40529 ], "loc": { "start": { - "line": 1185, + "line": 1180, "column": 12 }, "end": { - "line": 1185, + "line": 1180, "column": 39 } } @@ -95246,16 +94672,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 40769, - 40774 + 40546, + 40551 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 16 }, "end": { - "line": 1186, + "line": 1181, "column": 21 } } @@ -95269,16 +94695,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 40777, - 40781 + 40554, + 40558 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 24 }, "end": { - "line": 1186, + "line": 1181, "column": 28 } } @@ -95287,31 +94713,31 @@ "type": "Identifier", "name": "test", "range": [ - 40782, - 40786 + 40559, + 40563 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 29 }, "end": { - "line": 1186, + "line": 1181, "column": 33 } } }, "range": [ - 40777, - 40786 + 40554, + 40563 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 24 }, "end": { - "line": 1186, + "line": 1181, "column": 33 } } @@ -95321,47 +94747,47 @@ "type": "Identifier", "name": "sA", "range": [ - 40787, - 40789 + 40564, + 40566 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 34 }, "end": { - "line": 1186, + "line": 1181, "column": 36 } } } ], "range": [ - 40777, - 40790 + 40554, + 40567 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 24 }, "end": { - "line": 1186, + "line": 1181, "column": 37 } } }, "range": [ - 40769, - 40790 + 40546, + 40567 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 16 }, "end": { - "line": 1186, + "line": 1181, "column": 37 } } @@ -95372,16 +94798,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 40808, - 40813 + 40585, + 40590 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 16 }, "end": { - "line": 1187, + "line": 1182, "column": 21 } } @@ -95395,16 +94821,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 40816, - 40821 + 40593, + 40598 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 24 }, "end": { - "line": 1187, + "line": 1182, "column": 29 } } @@ -95413,31 +94839,31 @@ "type": "Identifier", "name": "test", "range": [ - 40822, - 40826 + 40599, + 40603 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 30 }, "end": { - "line": 1187, + "line": 1182, "column": 34 } } }, "range": [ - 40816, - 40826 + 40593, + 40603 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 24 }, "end": { - "line": 1187, + "line": 1182, "column": 34 } } @@ -95447,47 +94873,47 @@ "type": "Identifier", "name": "sA", "range": [ - 40827, - 40829 + 40604, + 40606 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 35 }, "end": { - "line": 1187, + "line": 1182, "column": 37 } } } ], "range": [ - 40816, - 40830 + 40593, + 40607 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 24 }, "end": { - "line": 1187, + "line": 1182, "column": 38 } } }, "range": [ - 40808, - 40830 + 40585, + 40607 ], "loc": { "start": { - "line": 1187, + "line": 1182, "column": 16 }, "end": { - "line": 1187, + "line": 1182, "column": 38 } } @@ -95498,16 +94924,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 40848, - 40853 + 40625, + 40630 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 16 }, "end": { - "line": 1188, + "line": 1183, "column": 21 } } @@ -95521,16 +94947,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 40856, - 40860 + 40633, + 40637 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 24 }, "end": { - "line": 1188, + "line": 1183, "column": 28 } } @@ -95539,31 +94965,31 @@ "type": "Identifier", "name": "test", "range": [ - 40861, - 40865 + 40638, + 40642 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 29 }, "end": { - "line": 1188, + "line": 1183, "column": 33 } } }, "range": [ - 40856, - 40865 + 40633, + 40642 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 24 }, "end": { - "line": 1188, + "line": 1183, "column": 33 } } @@ -95573,47 +94999,47 @@ "type": "Identifier", "name": "sA", "range": [ - 40866, - 40868 + 40643, + 40645 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 34 }, "end": { - "line": 1188, + "line": 1183, "column": 36 } } } ], "range": [ - 40856, - 40869 + 40633, + 40646 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 24 }, "end": { - "line": 1188, + "line": 1183, "column": 37 } } }, "range": [ - 40848, - 40869 + 40625, + 40646 ], "loc": { "start": { - "line": 1188, + "line": 1183, "column": 16 }, "end": { - "line": 1188, + "line": 1183, "column": 37 } } @@ -95624,16 +95050,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 40887, - 40892 + 40664, + 40669 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 16 }, "end": { - "line": 1189, + "line": 1184, "column": 21 } } @@ -95647,16 +95073,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 40895, - 40900 + 40672, + 40677 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 24 }, "end": { - "line": 1189, + "line": 1184, "column": 29 } } @@ -95665,31 +95091,31 @@ "type": "Identifier", "name": "test", "range": [ - 40901, - 40905 + 40678, + 40682 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 30 }, "end": { - "line": 1189, + "line": 1184, "column": 34 } } }, "range": [ - 40895, - 40905 + 40672, + 40682 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 24 }, "end": { - "line": 1189, + "line": 1184, "column": 34 } } @@ -95699,47 +95125,47 @@ "type": "Identifier", "name": "sA", "range": [ - 40906, - 40908 + 40683, + 40685 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 35 }, "end": { - "line": 1189, + "line": 1184, "column": 37 } } } ], "range": [ - 40895, - 40909 + 40672, + 40686 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 24 }, "end": { - "line": 1189, + "line": 1184, "column": 38 } } }, "range": [ - 40887, - 40909 + 40664, + 40686 ], "loc": { "start": { - "line": 1189, + "line": 1184, "column": 16 }, "end": { - "line": 1189, + "line": 1184, "column": 38 } } @@ -95750,16 +95176,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 40927, - 40932 + 40704, + 40709 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 16 }, "end": { - "line": 1190, + "line": 1185, "column": 21 } } @@ -95773,16 +95199,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 40935, - 40939 + 40712, + 40716 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 24 }, "end": { - "line": 1190, + "line": 1185, "column": 28 } } @@ -95791,31 +95217,31 @@ "type": "Identifier", "name": "test", "range": [ - 40940, - 40944 + 40717, + 40721 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 29 }, "end": { - "line": 1190, + "line": 1185, "column": 33 } } }, "range": [ - 40935, - 40944 + 40712, + 40721 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 24 }, "end": { - "line": 1190, + "line": 1185, "column": 33 } } @@ -95825,47 +95251,47 @@ "type": "Identifier", "name": "sA", "range": [ - 40945, - 40947 + 40722, + 40724 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 34 }, "end": { - "line": 1190, + "line": 1185, "column": 36 } } } ], "range": [ - 40935, - 40948 + 40712, + 40725 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 24 }, "end": { - "line": 1190, + "line": 1185, "column": 37 } } }, "range": [ - 40927, - 40948 + 40704, + 40725 ], "loc": { "start": { - "line": 1190, + "line": 1185, "column": 16 }, "end": { - "line": 1190, + "line": 1185, "column": 37 } } @@ -95876,16 +95302,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 40966, - 40971 + 40743, + 40748 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 16 }, "end": { - "line": 1191, + "line": 1186, "column": 21 } } @@ -95899,16 +95325,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 40974, - 40979 + 40751, + 40756 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 24 }, "end": { - "line": 1191, + "line": 1186, "column": 29 } } @@ -95917,31 +95343,31 @@ "type": "Identifier", "name": "test", "range": [ - 40980, - 40984 + 40757, + 40761 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 30 }, "end": { - "line": 1191, + "line": 1186, "column": 34 } } }, "range": [ - 40974, - 40984 + 40751, + 40761 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 24 }, "end": { - "line": 1191, + "line": 1186, "column": 34 } } @@ -95951,47 +95377,47 @@ "type": "Identifier", "name": "sA", "range": [ - 40985, - 40987 + 40762, + 40764 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 35 }, "end": { - "line": 1191, + "line": 1186, "column": 37 } } } ], "range": [ - 40974, - 40988 + 40751, + 40765 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 24 }, "end": { - "line": 1191, + "line": 1186, "column": 38 } } }, "range": [ - 40966, - 40988 + 40743, + 40765 ], "loc": { "start": { - "line": 1191, + "line": 1186, "column": 16 }, "end": { - "line": 1191, + "line": 1186, "column": 38 } } @@ -96002,16 +95428,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 41006, - 41011 + 40783, + 40788 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 16 }, "end": { - "line": 1192, + "line": 1187, "column": 21 } } @@ -96025,16 +95451,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 41014, - 41019 + 40791, + 40796 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 24 }, "end": { - "line": 1192, + "line": 1187, "column": 29 } } @@ -96043,31 +95469,31 @@ "type": "Identifier", "name": "test", "range": [ - 41020, - 41024 + 40797, + 40801 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 30 }, "end": { - "line": 1192, + "line": 1187, "column": 34 } } }, "range": [ - 41014, - 41024 + 40791, + 40801 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 24 }, "end": { - "line": 1192, + "line": 1187, "column": 34 } } @@ -96077,47 +95503,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41025, - 41027 + 40802, + 40804 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 35 }, "end": { - "line": 1192, + "line": 1187, "column": 37 } } } ], "range": [ - 41014, - 41028 + 40791, + 40805 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 24 }, "end": { - "line": 1192, + "line": 1187, "column": 38 } } }, "range": [ - 41006, - 41028 + 40783, + 40805 ], "loc": { "start": { - "line": 1192, + "line": 1187, "column": 16 }, "end": { - "line": 1192, + "line": 1187, "column": 38 } } @@ -96128,16 +95554,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 41089, - 41094 + 40866, + 40871 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 16 }, "end": { - "line": 1194, + "line": 1189, "column": 21 } } @@ -96151,16 +95577,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 41097, - 41102 + 40874, + 40879 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 24 }, "end": { - "line": 1194, + "line": 1189, "column": 29 } } @@ -96169,31 +95595,31 @@ "type": "Identifier", "name": "test", "range": [ - 41103, - 41107 + 40880, + 40884 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 30 }, "end": { - "line": 1194, + "line": 1189, "column": 34 } } }, "range": [ - 41097, - 41107 + 40874, + 40884 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 24 }, "end": { - "line": 1194, + "line": 1189, "column": 34 } } @@ -96203,47 +95629,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41108, - 41110 + 40885, + 40887 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 35 }, "end": { - "line": 1194, + "line": 1189, "column": 37 } } } ], "range": [ - 41097, - 41111 + 40874, + 40888 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 24 }, "end": { - "line": 1194, + "line": 1189, "column": 38 } } }, "range": [ - 41089, - 41111 + 40866, + 40888 ], "loc": { "start": { - "line": 1194, + "line": 1189, "column": 16 }, "end": { - "line": 1194, + "line": 1189, "column": 38 } }, @@ -96252,16 +95678,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 41046, - 41072 + 40823, + 40849 ], "loc": { "start": { - "line": 1193, + "line": 1188, "column": 16 }, "end": { - "line": 1193, + "line": 1188, "column": 42 } } @@ -96274,16 +95700,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 41129, - 41134 + 40906, + 40911 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 16 }, "end": { - "line": 1195, + "line": 1190, "column": 21 } } @@ -96297,16 +95723,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 41137, - 41142 + 40914, + 40919 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 24 }, "end": { - "line": 1195, + "line": 1190, "column": 29 } } @@ -96315,31 +95741,31 @@ "type": "Identifier", "name": "test", "range": [ - 41143, - 41147 + 40920, + 40924 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 30 }, "end": { - "line": 1195, + "line": 1190, "column": 34 } } }, "range": [ - 41137, - 41147 + 40914, + 40924 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 24 }, "end": { - "line": 1195, + "line": 1190, "column": 34 } } @@ -96349,47 +95775,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41148, - 41150 + 40925, + 40927 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 35 }, "end": { - "line": 1195, + "line": 1190, "column": 37 } } } ], "range": [ - 41137, - 41151 + 40914, + 40928 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 24 }, "end": { - "line": 1195, + "line": 1190, "column": 38 } } }, "range": [ - 41129, - 41151 + 40906, + 40928 ], "loc": { "start": { - "line": 1195, + "line": 1190, "column": 16 }, "end": { - "line": 1195, + "line": 1190, "column": 38 } } @@ -96400,16 +95826,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 41169, - 41174 + 40946, + 40951 ], "loc": { "start": { - "line": 1196, + "line": 1191, "column": 16 }, "end": { - "line": 1196, + "line": 1191, "column": 21 } } @@ -96421,16 +95847,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 41178, - 41183 + 40955, + 40960 ], "loc": { "start": { - "line": 1196, + "line": 1191, "column": 25 }, "end": { - "line": 1196, + "line": 1191, "column": 30 } } @@ -96439,46 +95865,46 @@ "type": "Identifier", "name": "sA", "range": [ - 41188, - 41190 + 40965, + 40967 ], "loc": { "start": { - "line": 1196, + "line": 1191, "column": 35 }, "end": { - "line": 1196, + "line": 1191, "column": 37 } } }, "range": [ - 41178, - 41190 + 40955, + 40967 ], "loc": { "start": { - "line": 1196, + "line": 1191, "column": 25 }, "end": { - "line": 1196, + "line": 1191, "column": 37 } } }, "range": [ - 41169, - 41191 + 40946, + 40968 ], "loc": { "start": { - "line": 1196, + "line": 1191, "column": 16 }, "end": { - "line": 1196, + "line": 1191, "column": 38 } } @@ -96489,16 +95915,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 41209, - 41214 + 40986, + 40991 ], "loc": { "start": { - "line": 1197, + "line": 1192, "column": 16 }, "end": { - "line": 1197, + "line": 1192, "column": 21 } } @@ -96510,16 +95936,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 41218, - 41223 + 40995, + 41000 ], "loc": { "start": { - "line": 1197, + "line": 1192, "column": 25 }, "end": { - "line": 1197, + "line": 1192, "column": 30 } } @@ -96528,46 +95954,46 @@ "type": "Identifier", "name": "sA", "range": [ - 41228, - 41230 + 41005, + 41007 ], "loc": { "start": { - "line": 1197, + "line": 1192, "column": 35 }, "end": { - "line": 1197, + "line": 1192, "column": 37 } } }, "range": [ - 41218, - 41230 + 40995, + 41007 ], "loc": { "start": { - "line": 1197, + "line": 1192, "column": 25 }, "end": { - "line": 1197, + "line": 1192, "column": 37 } } }, "range": [ - 41209, - 41231 + 40986, + 41008 ], "loc": { "start": { - "line": 1197, + "line": 1192, "column": 16 }, "end": { - "line": 1197, + "line": 1192, "column": 38 } } @@ -96578,16 +96004,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 41249, - 41254 + 41026, + 41031 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 16 }, "end": { - "line": 1198, + "line": 1193, "column": 21 } } @@ -96601,16 +96027,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 41257, - 41262 + 41034, + 41039 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 24 }, "end": { - "line": 1198, + "line": 1193, "column": 29 } } @@ -96619,31 +96045,31 @@ "type": "Identifier", "name": "test", "range": [ - 41263, - 41267 + 41040, + 41044 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 30 }, "end": { - "line": 1198, + "line": 1193, "column": 34 } } }, "range": [ - 41257, - 41267 + 41034, + 41044 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 24 }, "end": { - "line": 1198, + "line": 1193, "column": 34 } } @@ -96653,47 +96079,47 @@ "type": "Identifier", "name": "sA", "range": [ - 41268, - 41270 + 41045, + 41047 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 35 }, "end": { - "line": 1198, + "line": 1193, "column": 37 } } } ], "range": [ - 41257, - 41271 + 41034, + 41048 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 24 }, "end": { - "line": 1198, + "line": 1193, "column": 38 } } }, "range": [ - 41249, - 41271 + 41026, + 41048 ], "loc": { "start": { - "line": 1198, + "line": 1193, "column": 16 }, "end": { - "line": 1198, + "line": 1193, "column": 38 } } @@ -96701,16 +96127,16 @@ ], "kind": "let", "range": [ - 40765, - 41272 + 40542, + 41049 ], "loc": { "start": { - "line": 1186, + "line": 1181, "column": 12 }, "end": { - "line": 1198, + "line": 1193, "column": 39 } }, @@ -96719,16 +96145,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 40725, - 40752 + 40502, + 40529 ], "loc": { "start": { - "line": 1185, + "line": 1180, "column": 12 }, "end": { - "line": 1185, + "line": 1180, "column": 39 } } @@ -96739,16 +96165,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 41286, - 41310 + 41063, + 41087 ], "loc": { "start": { - "line": 1200, + "line": 1195, "column": 12 }, "end": { - "line": 1200, + "line": 1195, "column": 36 } } @@ -96764,16 +96190,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 41327, - 41334 + 41104, + 41111 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 16 }, "end": { - "line": 1201, + "line": 1196, "column": 23 } } @@ -96785,16 +96211,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 41337, - 41342 + 41114, + 41119 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 26 }, "end": { - "line": 1201, + "line": 1196, "column": 31 } } @@ -96805,16 +96231,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41346, - 41357 + 41123, + 41134 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 35 }, "end": { - "line": 1201, + "line": 1196, "column": 46 } } @@ -96829,16 +96255,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41358, - 41360 + 41135, + 41137 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 47 }, "end": { - "line": 1201, + "line": 1196, "column": 49 } } @@ -96847,31 +96273,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41361, - 41368 + 41138, + 41145 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 50 }, "end": { - "line": 1201, + "line": 1196, "column": 57 } } }, "range": [ - 41358, - 41368 + 41135, + 41145 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 47 }, "end": { - "line": 1201, + "line": 1196, "column": 57 } } @@ -96881,16 +96307,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 41369, - 41373 + 41146, + 41150 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 58 }, "end": { - "line": 1201, + "line": 1196, "column": 62 } } @@ -96900,32 +96326,32 @@ "value": "", "raw": "''", "range": [ - 41375, - 41377 + 41152, + 41154 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 64 }, "end": { - "line": 1201, + "line": 1196, "column": 66 } } } ], "range": [ - 41358, - 41378 + 41135, + 41155 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 47 }, "end": { - "line": 1201, + "line": 1196, "column": 67 } } @@ -96934,62 +96360,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41380, - 41386 + 41157, + 41163 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 69 }, "end": { - "line": 1201, + "line": 1196, "column": 75 } } } ], "range": [ - 41346, - 41387 + 41123, + 41164 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 35 }, "end": { - "line": 1201, + "line": 1196, "column": 76 } } }, "range": [ - 41337, - 41387 + 41114, + 41164 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 26 }, "end": { - "line": 1201, + "line": 1196, "column": 76 } } }, "range": [ - 41327, - 41387 + 41104, + 41164 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 16 }, "end": { - "line": 1201, + "line": 1196, "column": 76 } } @@ -96997,16 +96423,16 @@ ], "kind": "let", "range": [ - 41323, - 41388 + 41100, + 41165 ], "loc": { "start": { - "line": 1201, + "line": 1196, "column": 12 }, "end": { - "line": 1201, + "line": 1196, "column": 77 } }, @@ -97015,16 +96441,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 41286, - 41310 + 41063, + 41087 ], "loc": { "start": { - "line": 1200, + "line": 1195, "column": 12 }, "end": { - "line": 1200, + "line": 1195, "column": 36 } } @@ -97040,16 +96466,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 41405, - 41413 + 41182, + 41190 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 16 }, "end": { - "line": 1202, + "line": 1197, "column": 24 } } @@ -97061,16 +96487,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 41416, - 41421 + 41193, + 41198 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 27 }, "end": { - "line": 1202, + "line": 1197, "column": 32 } } @@ -97081,16 +96507,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41425, - 41436 + 41202, + 41213 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 36 }, "end": { - "line": 1202, + "line": 1197, "column": 47 } } @@ -97105,16 +96531,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41437, - 41439 + 41214, + 41216 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 48 }, "end": { - "line": 1202, + "line": 1197, "column": 50 } } @@ -97123,31 +96549,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41440, - 41447 + 41217, + 41224 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 51 }, "end": { - "line": 1202, + "line": 1197, "column": 58 } } }, "range": [ - 41437, - 41447 + 41214, + 41224 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 48 }, "end": { - "line": 1202, + "line": 1197, "column": 58 } } @@ -97157,16 +96583,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 41448, - 41453 + 41225, + 41230 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 59 }, "end": { - "line": 1202, + "line": 1197, "column": 64 } } @@ -97176,32 +96602,32 @@ "value": "", "raw": "''", "range": [ - 41455, - 41457 + 41232, + 41234 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 66 }, "end": { - "line": 1202, + "line": 1197, "column": 68 } } } ], "range": [ - 41437, - 41458 + 41214, + 41235 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 48 }, "end": { - "line": 1202, + "line": 1197, "column": 69 } } @@ -97210,62 +96636,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41460, - 41466 + 41237, + 41243 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 71 }, "end": { - "line": 1202, + "line": 1197, "column": 77 } } } ], "range": [ - 41425, - 41467 + 41202, + 41244 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 36 }, "end": { - "line": 1202, + "line": 1197, "column": 78 } } }, "range": [ - 41416, - 41467 + 41193, + 41244 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 27 }, "end": { - "line": 1202, + "line": 1197, "column": 78 } } }, "range": [ - 41405, - 41467 + 41182, + 41244 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 16 }, "end": { - "line": 1202, + "line": 1197, "column": 78 } } @@ -97273,16 +96699,16 @@ ], "kind": "let", "range": [ - 41401, - 41468 + 41178, + 41245 ], "loc": { "start": { - "line": 1202, + "line": 1197, "column": 12 }, "end": { - "line": 1202, + "line": 1197, "column": 79 } } @@ -97296,16 +96722,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 41485, - 41492 + 41262, + 41269 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 16 }, "end": { - "line": 1203, + "line": 1198, "column": 23 } } @@ -97317,16 +96743,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 41495, - 41500 + 41272, + 41277 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 26 }, "end": { - "line": 1203, + "line": 1198, "column": 31 } } @@ -97337,16 +96763,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41504, - 41515 + 41281, + 41292 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 35 }, "end": { - "line": 1203, + "line": 1198, "column": 46 } } @@ -97361,16 +96787,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41516, - 41518 + 41293, + 41295 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 47 }, "end": { - "line": 1203, + "line": 1198, "column": 49 } } @@ -97379,31 +96805,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41519, - 41526 + 41296, + 41303 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 50 }, "end": { - "line": 1203, + "line": 1198, "column": 57 } } }, "range": [ - 41516, - 41526 + 41293, + 41303 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 47 }, "end": { - "line": 1203, + "line": 1198, "column": 57 } } @@ -97413,16 +96839,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 41527, - 41531 + 41304, + 41308 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 58 }, "end": { - "line": 1203, + "line": 1198, "column": 62 } } @@ -97432,32 +96858,32 @@ "value": "", "raw": "''", "range": [ - 41533, - 41535 + 41310, + 41312 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 64 }, "end": { - "line": 1203, + "line": 1198, "column": 66 } } } ], "range": [ - 41516, - 41536 + 41293, + 41313 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 47 }, "end": { - "line": 1203, + "line": 1198, "column": 67 } } @@ -97466,62 +96892,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41538, - 41544 + 41315, + 41321 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 69 }, "end": { - "line": 1203, + "line": 1198, "column": 75 } } } ], "range": [ - 41504, - 41545 + 41281, + 41322 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 35 }, "end": { - "line": 1203, + "line": 1198, "column": 76 } } }, "range": [ - 41495, - 41545 + 41272, + 41322 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 26 }, "end": { - "line": 1203, + "line": 1198, "column": 76 } } }, "range": [ - 41485, - 41545 + 41262, + 41322 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 16 }, "end": { - "line": 1203, + "line": 1198, "column": 76 } } @@ -97529,16 +96955,16 @@ ], "kind": "let", "range": [ - 41481, - 41546 + 41258, + 41323 ], "loc": { "start": { - "line": 1203, + "line": 1198, "column": 12 }, "end": { - "line": 1203, + "line": 1198, "column": 77 } } @@ -97552,16 +96978,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 41563, - 41571 + 41340, + 41348 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 16 }, "end": { - "line": 1204, + "line": 1199, "column": 24 } } @@ -97573,16 +96999,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 41574, - 41579 + 41351, + 41356 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 27 }, "end": { - "line": 1204, + "line": 1199, "column": 32 } } @@ -97593,16 +97019,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41583, - 41594 + 41360, + 41371 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 36 }, "end": { - "line": 1204, + "line": 1199, "column": 47 } } @@ -97617,16 +97043,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41595, - 41597 + 41372, + 41374 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 48 }, "end": { - "line": 1204, + "line": 1199, "column": 50 } } @@ -97635,31 +97061,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41598, - 41605 + 41375, + 41382 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 51 }, "end": { - "line": 1204, + "line": 1199, "column": 58 } } }, "range": [ - 41595, - 41605 + 41372, + 41382 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 48 }, "end": { - "line": 1204, + "line": 1199, "column": 58 } } @@ -97669,16 +97095,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 41606, - 41611 + 41383, + 41388 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 59 }, "end": { - "line": 1204, + "line": 1199, "column": 64 } } @@ -97688,32 +97114,32 @@ "value": "", "raw": "''", "range": [ - 41613, - 41615 + 41390, + 41392 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 66 }, "end": { - "line": 1204, + "line": 1199, "column": 68 } } } ], "range": [ - 41595, - 41616 + 41372, + 41393 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 48 }, "end": { - "line": 1204, + "line": 1199, "column": 69 } } @@ -97722,62 +97148,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41618, - 41624 + 41395, + 41401 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 71 }, "end": { - "line": 1204, + "line": 1199, "column": 77 } } } ], "range": [ - 41583, - 41625 + 41360, + 41402 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 36 }, "end": { - "line": 1204, + "line": 1199, "column": 78 } } }, "range": [ - 41574, - 41625 + 41351, + 41402 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 27 }, "end": { - "line": 1204, + "line": 1199, "column": 78 } } }, "range": [ - 41563, - 41625 + 41340, + 41402 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 16 }, "end": { - "line": 1204, + "line": 1199, "column": 78 } } @@ -97785,16 +97211,16 @@ ], "kind": "let", "range": [ - 41559, - 41626 + 41336, + 41403 ], "loc": { "start": { - "line": 1204, + "line": 1199, "column": 12 }, "end": { - "line": 1204, + "line": 1199, "column": 79 } } @@ -97808,16 +97234,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 41643, - 41651 + 41420, + 41428 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 16 }, "end": { - "line": 1205, + "line": 1200, "column": 24 } } @@ -97829,16 +97255,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 41654, - 41659 + 41431, + 41436 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 27 }, "end": { - "line": 1205, + "line": 1200, "column": 32 } } @@ -97849,16 +97275,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41663, - 41674 + 41440, + 41451 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 36 }, "end": { - "line": 1205, + "line": 1200, "column": 47 } } @@ -97873,16 +97299,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41675, - 41677 + 41452, + 41454 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 48 }, "end": { - "line": 1205, + "line": 1200, "column": 50 } } @@ -97891,31 +97317,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41678, - 41685 + 41455, + 41462 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 51 }, "end": { - "line": 1205, + "line": 1200, "column": 58 } } }, "range": [ - 41675, - 41685 + 41452, + 41462 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 48 }, "end": { - "line": 1205, + "line": 1200, "column": 58 } } @@ -97925,16 +97351,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 41686, - 41690 + 41463, + 41467 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 59 }, "end": { - "line": 1205, + "line": 1200, "column": 63 } } @@ -97944,32 +97370,32 @@ "value": "", "raw": "''", "range": [ - 41692, - 41694 + 41469, + 41471 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 65 }, "end": { - "line": 1205, + "line": 1200, "column": 67 } } } ], "range": [ - 41675, - 41695 + 41452, + 41472 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 48 }, "end": { - "line": 1205, + "line": 1200, "column": 68 } } @@ -97978,62 +97404,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41697, - 41703 + 41474, + 41480 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 70 }, "end": { - "line": 1205, + "line": 1200, "column": 76 } } } ], "range": [ - 41663, - 41704 + 41440, + 41481 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 36 }, "end": { - "line": 1205, + "line": 1200, "column": 77 } } }, "range": [ - 41654, - 41704 + 41431, + 41481 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 27 }, "end": { - "line": 1205, + "line": 1200, "column": 77 } } }, "range": [ - 41643, - 41704 + 41420, + 41481 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 16 }, "end": { - "line": 1205, + "line": 1200, "column": 77 } } @@ -98041,16 +97467,16 @@ ], "kind": "let", "range": [ - 41639, - 41705 + 41416, + 41482 ], "loc": { "start": { - "line": 1205, + "line": 1200, "column": 12 }, "end": { - "line": 1205, + "line": 1200, "column": 78 } } @@ -98064,16 +97490,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 41722, - 41730 + 41499, + 41507 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 16 }, "end": { - "line": 1206, + "line": 1201, "column": 24 } } @@ -98085,16 +97511,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 41733, - 41738 + 41510, + 41515 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 27 }, "end": { - "line": 1206, + "line": 1201, "column": 32 } } @@ -98105,16 +97531,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41742, - 41753 + 41519, + 41530 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 36 }, "end": { - "line": 1206, + "line": 1201, "column": 47 } } @@ -98129,16 +97555,16 @@ "type": "Identifier", "name": "sA", "range": [ - 41754, - 41756 + 41531, + 41533 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 48 }, "end": { - "line": 1206, + "line": 1201, "column": 50 } } @@ -98147,31 +97573,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41757, - 41764 + 41534, + 41541 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 51 }, "end": { - "line": 1206, + "line": 1201, "column": 58 } } }, "range": [ - 41754, - 41764 + 41531, + 41541 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 48 }, "end": { - "line": 1206, + "line": 1201, "column": 58 } } @@ -98181,16 +97607,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 41765, - 41770 + 41542, + 41547 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 59 }, "end": { - "line": 1206, + "line": 1201, "column": 64 } } @@ -98200,32 +97626,32 @@ "value": "", "raw": "''", "range": [ - 41772, - 41774 + 41549, + 41551 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 66 }, "end": { - "line": 1206, + "line": 1201, "column": 68 } } } ], "range": [ - 41754, - 41775 + 41531, + 41552 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 48 }, "end": { - "line": 1206, + "line": 1201, "column": 69 } } @@ -98234,62 +97660,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41777, - 41783 + 41554, + 41560 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 71 }, "end": { - "line": 1206, + "line": 1201, "column": 77 } } } ], "range": [ - 41742, - 41784 + 41519, + 41561 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 36 }, "end": { - "line": 1206, + "line": 1201, "column": 78 } } }, "range": [ - 41733, - 41784 + 41510, + 41561 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 27 }, "end": { - "line": 1206, + "line": 1201, "column": 78 } } }, "range": [ - 41722, - 41784 + 41499, + 41561 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 16 }, "end": { - "line": 1206, + "line": 1201, "column": 78 } } @@ -98297,16 +97723,16 @@ ], "kind": "let", "range": [ - 41718, - 41785 + 41495, + 41562 ], "loc": { "start": { - "line": 1206, + "line": 1201, "column": 12 }, "end": { - "line": 1206, + "line": 1201, "column": 79 } } @@ -98320,32 +97746,32 @@ "type": "Identifier", "name": "dte1", "range": [ - 41803, - 41807 + 41580, + 41584 ], "loc": { "start": { - "line": 1208, + "line": 1203, "column": 16 }, "end": { - "line": 1208, + "line": 1203, "column": 20 } } }, "init": null, "range": [ - 41803, - 41807 + 41580, + 41584 ], "loc": { "start": { - "line": 1208, + "line": 1203, "column": 16 }, "end": { - "line": 1208, + "line": 1203, "column": 20 } } @@ -98356,32 +97782,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 41809, - 41813 + 41586, + 41590 ], "loc": { "start": { - "line": 1208, + "line": 1203, "column": 22 }, "end": { - "line": 1208, + "line": 1203, "column": 26 } } }, "init": null, "range": [ - 41809, - 41813 + 41586, + 41590 ], "loc": { "start": { - "line": 1208, + "line": 1203, "column": 22 }, "end": { - "line": 1208, + "line": 1203, "column": 26 } } @@ -98389,16 +97815,16 @@ ], "kind": "let", "range": [ - 41799, - 41814 + 41576, + 41591 ], "loc": { "start": { - "line": 1208, + "line": 1203, "column": 12 }, "end": { - "line": 1208, + "line": 1203, "column": 27 } }, @@ -98407,16 +97833,16 @@ "type": "Line", "value": "dates", "range": [ - 41827, - 41834 + 41604, + 41611 ], "loc": { "start": { - "line": 1209, + "line": 1204, "column": 12 }, "end": { - "line": 1209, + "line": 1204, "column": 19 } } @@ -98431,16 +97857,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 41851, - 41862 + 41628, + 41639 ], "loc": { "start": { - "line": 1210, + "line": 1205, "column": 16 }, "end": { - "line": 1210, + "line": 1205, "column": 27 } } @@ -98450,16 +97876,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 41863, - 41871 + 41640, + 41648 ], "loc": { "start": { - "line": 1210, + "line": 1205, "column": 28 }, "end": { - "line": 1210, + "line": 1205, "column": 36 } } @@ -98468,32 +97894,32 @@ "type": "Identifier", "name": "dtType", "range": [ - 41873, - 41879 + 41650, + 41656 ], "loc": { "start": { - "line": 1210, + "line": 1205, "column": 38 }, "end": { - "line": 1210, + "line": 1205, "column": 44 } } } ], "range": [ - 41851, - 41880 + 41628, + 41657 ], "loc": { "start": { - "line": 1210, + "line": 1205, "column": 16 }, "end": { - "line": 1210, + "line": 1205, "column": 45 } } @@ -98510,16 +97936,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 41900, - 41904 + 41677, + 41681 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 16 }, "end": { - "line": 1211, + "line": 1206, "column": 20 } } @@ -98530,16 +97956,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 41907, - 41917 + 41684, + 41694 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 23 }, "end": { - "line": 1211, + "line": 1206, "column": 33 } } @@ -98549,16 +97975,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 41918, - 41926 + 41695, + 41703 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 34 }, "end": { - "line": 1211, + "line": 1206, "column": 42 } } @@ -98567,62 +97993,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 41928, - 41934 + 41705, + 41711 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 44 }, "end": { - "line": 1211, + "line": 1206, "column": 50 } } } ], "range": [ - 41907, - 41935 + 41684, + 41712 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 23 }, "end": { - "line": 1211, + "line": 1206, "column": 51 } } }, "range": [ - 41900, - 41935 + 41677, + 41712 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 16 }, "end": { - "line": 1211, + "line": 1206, "column": 51 } } }, "range": [ - 41900, - 41936 + 41677, + 41713 ], "loc": { "start": { - "line": 1211, + "line": 1206, "column": 16 }, "end": { - "line": 1211, + "line": 1206, "column": 52 } }, @@ -98631,16 +98057,16 @@ "type": "Line", "value": " lower date", "range": [ - 41953, - 41966 + 41730, + 41743 ], "loc": { "start": { - "line": 1212, + "line": 1207, "column": 16 }, "end": { - "line": 1212, + "line": 1207, "column": 29 } } @@ -98653,16 +98079,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 41987, - 41994 + 41764, + 41771 ], "loc": { "start": { - "line": 1213, + "line": 1208, "column": 20 }, "end": { - "line": 1213, + "line": 1208, "column": 27 } } @@ -98679,16 +98105,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 42018, - 42022 + 41795, + 41799 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 20 }, "end": { - "line": 1214, + "line": 1209, "column": 24 } } @@ -98699,16 +98125,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 42025, - 42035 + 41802, + 41812 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 27 }, "end": { - "line": 1214, + "line": 1209, "column": 37 } } @@ -98723,16 +98149,16 @@ "type": "Identifier", "name": "sA", "range": [ - 42036, - 42038 + 41813, + 41815 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 38 }, "end": { - "line": 1214, + "line": 1209, "column": 40 } } @@ -98741,31 +98167,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42039, - 42046 + 41816, + 41823 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 41 }, "end": { - "line": 1214, + "line": 1209, "column": 48 } } }, "range": [ - 42036, - 42046 + 41813, + 41823 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 38 }, "end": { - "line": 1214, + "line": 1209, "column": 48 } } @@ -98775,16 +98201,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 42047, - 42051 + 41824, + 41828 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 49 }, "end": { - "line": 1214, + "line": 1209, "column": 53 } } @@ -98794,32 +98220,32 @@ "value": "", "raw": "''", "range": [ - 42053, - 42055 + 41830, + 41832 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 55 }, "end": { - "line": 1214, + "line": 1209, "column": 57 } } } ], "range": [ - 42036, - 42056 + 41813, + 41833 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 38 }, "end": { - "line": 1214, + "line": 1209, "column": 58 } } @@ -98828,62 +98254,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 42058, - 42064 + 41835, + 41841 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 60 }, "end": { - "line": 1214, + "line": 1209, "column": 66 } } } ], "range": [ - 42025, - 42065 + 41802, + 41842 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 27 }, "end": { - "line": 1214, + "line": 1209, "column": 67 } } }, "range": [ - 42018, - 42065 + 41795, + 41842 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 20 }, "end": { - "line": 1214, + "line": 1209, "column": 67 } } }, "range": [ - 42018, - 42066 + 41795, + 41843 ], "loc": { "start": { - "line": 1214, + "line": 1209, "column": 20 }, "end": { - "line": 1214, + "line": 1209, "column": 68 } } @@ -98897,16 +98323,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 42087, - 42096 + 41864, + 41873 ], "loc": { "start": { - "line": 1215, + "line": 1210, "column": 20 }, "end": { - "line": 1215, + "line": 1210, "column": 29 } } @@ -98918,16 +98344,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 42099, - 42103 + 41876, + 41880 ], "loc": { "start": { - "line": 1215, + "line": 1210, "column": 32 }, "end": { - "line": 1215, + "line": 1210, "column": 36 } } @@ -98936,77 +98362,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 42106, - 42110 + 41883, + 41887 ], "loc": { "start": { - "line": 1215, + "line": 1210, "column": 39 }, "end": { - "line": 1215, + "line": 1210, "column": 43 } } }, "range": [ - 42099, - 42110 + 41876, + 41887 ], "loc": { "start": { - "line": 1215, + "line": 1210, "column": 32 }, "end": { - "line": 1215, + "line": 1210, "column": 43 } } }, "range": [ - 42087, - 42110 + 41864, + 41887 ], "loc": { "start": { - "line": 1215, + "line": 1210, "column": 20 }, "end": { - "line": 1215, + "line": 1210, "column": 43 } } }, "range": [ - 42087, - 42111 + 41864, + 41888 ], "loc": { "start": { - "line": 1215, + "line": 1210, "column": 20 }, "end": { - "line": 1215, + "line": 1210, "column": 44 } } } ], "range": [ - 41996, - 42129 + 41773, + 41906 ], "loc": { "start": { - "line": 1213, + "line": 1208, "column": 29 }, "end": { - "line": 1216, + "line": 1211, "column": 17 } }, @@ -99015,16 +98441,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 42146, - 42165 + 41923, + 41942 ], "loc": { "start": { - "line": 1217, + "line": 1212, "column": 16 }, "end": { - "line": 1217, + "line": 1212, "column": 35 } } @@ -99037,16 +98463,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 42191, - 42199 + 41968, + 41976 ], "loc": { "start": { - "line": 1218, + "line": 1213, "column": 25 }, "end": { - "line": 1218, + "line": 1213, "column": 33 } } @@ -99063,16 +98489,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 42223, - 42227 + 42000, + 42004 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 20 }, "end": { - "line": 1219, + "line": 1214, "column": 24 } } @@ -99083,16 +98509,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 42230, - 42240 + 42007, + 42017 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 27 }, "end": { - "line": 1219, + "line": 1214, "column": 37 } } @@ -99107,16 +98533,16 @@ "type": "Identifier", "name": "sA", "range": [ - 42241, - 42243 + 42018, + 42020 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 38 }, "end": { - "line": 1219, + "line": 1214, "column": 40 } } @@ -99125,31 +98551,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42244, - 42251 + 42021, + 42028 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 41 }, "end": { - "line": 1219, + "line": 1214, "column": 48 } } }, "range": [ - 42241, - 42251 + 42018, + 42028 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 38 }, "end": { - "line": 1219, + "line": 1214, "column": 48 } } @@ -99159,16 +98585,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 42252, - 42257 + 42029, + 42034 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 49 }, "end": { - "line": 1219, + "line": 1214, "column": 54 } } @@ -99178,32 +98604,32 @@ "value": "", "raw": "''", "range": [ - 42259, - 42261 + 42036, + 42038 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 56 }, "end": { - "line": 1219, + "line": 1214, "column": 58 } } } ], "range": [ - 42241, - 42262 + 42018, + 42039 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 38 }, "end": { - "line": 1219, + "line": 1214, "column": 59 } } @@ -99212,62 +98638,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 42264, - 42270 + 42041, + 42047 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 61 }, "end": { - "line": 1219, + "line": 1214, "column": 67 } } } ], "range": [ - 42230, - 42271 + 42007, + 42048 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 27 }, "end": { - "line": 1219, + "line": 1214, "column": 68 } } }, "range": [ - 42223, - 42271 + 42000, + 42048 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 20 }, "end": { - "line": 1219, + "line": 1214, "column": 68 } } }, "range": [ - 42223, - 42272 + 42000, + 42049 ], "loc": { "start": { - "line": 1219, + "line": 1214, "column": 20 }, "end": { - "line": 1219, + "line": 1214, "column": 69 } } @@ -99281,16 +98707,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 42293, - 42302 + 42070, + 42079 ], "loc": { "start": { - "line": 1220, + "line": 1215, "column": 20 }, "end": { - "line": 1220, + "line": 1215, "column": 29 } } @@ -99302,16 +98728,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 42305, - 42309 + 42082, + 42086 ], "loc": { "start": { - "line": 1220, + "line": 1215, "column": 32 }, "end": { - "line": 1220, + "line": 1215, "column": 36 } } @@ -99320,77 +98746,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 42313, - 42317 + 42090, + 42094 ], "loc": { "start": { - "line": 1220, + "line": 1215, "column": 40 }, "end": { - "line": 1220, + "line": 1215, "column": 44 } } }, "range": [ - 42305, - 42317 + 42082, + 42094 ], "loc": { "start": { - "line": 1220, + "line": 1215, "column": 32 }, "end": { - "line": 1220, + "line": 1215, "column": 44 } } }, "range": [ - 42293, - 42317 + 42070, + 42094 ], "loc": { "start": { - "line": 1220, + "line": 1215, "column": 20 }, "end": { - "line": 1220, + "line": 1215, "column": 44 } } }, "range": [ - 42293, - 42318 + 42070, + 42095 ], "loc": { "start": { - "line": 1220, + "line": 1215, "column": 20 }, "end": { - "line": 1220, + "line": 1215, "column": 45 } } } ], "range": [ - 42201, - 42336 + 41978, + 42113 ], "loc": { "start": { - "line": 1218, + "line": 1213, "column": 35 }, "end": { - "line": 1221, + "line": 1216, "column": 17 } }, @@ -99399,16 +98825,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 42353, - 42374 + 42130, + 42151 ], "loc": { "start": { - "line": 1222, + "line": 1217, "column": 16 }, "end": { - "line": 1222, + "line": 1217, "column": 37 } } @@ -99421,16 +98847,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 42400, - 42408 + 42177, + 42185 ], "loc": { "start": { - "line": 1223, + "line": 1218, "column": 25 }, "end": { - "line": 1223, + "line": 1218, "column": 33 } } @@ -99447,16 +98873,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 42432, - 42436 + 42209, + 42213 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 20 }, "end": { - "line": 1224, + "line": 1219, "column": 24 } } @@ -99467,16 +98893,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 42439, - 42449 + 42216, + 42226 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 27 }, "end": { - "line": 1224, + "line": 1219, "column": 37 } } @@ -99491,16 +98917,16 @@ "type": "Identifier", "name": "sA", "range": [ - 42450, - 42452 + 42227, + 42229 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 38 }, "end": { - "line": 1224, + "line": 1219, "column": 40 } } @@ -99509,31 +98935,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42453, - 42460 + 42230, + 42237 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 41 }, "end": { - "line": 1224, + "line": 1219, "column": 48 } } }, "range": [ - 42450, - 42460 + 42227, + 42237 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 38 }, "end": { - "line": 1224, + "line": 1219, "column": 48 } } @@ -99543,16 +98969,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 42461, - 42466 + 42238, + 42243 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 49 }, "end": { - "line": 1224, + "line": 1219, "column": 54 } } @@ -99562,32 +98988,32 @@ "value": "", "raw": "''", "range": [ - 42468, - 42470 + 42245, + 42247 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 56 }, "end": { - "line": 1224, + "line": 1219, "column": 58 } } } ], "range": [ - 42450, - 42471 + 42227, + 42248 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 38 }, "end": { - "line": 1224, + "line": 1219, "column": 59 } } @@ -99596,62 +99022,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 42473, - 42479 + 42250, + 42256 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 61 }, "end": { - "line": 1224, + "line": 1219, "column": 67 } } } ], "range": [ - 42439, - 42480 + 42216, + 42257 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 27 }, "end": { - "line": 1224, + "line": 1219, "column": 68 } } }, "range": [ - 42432, - 42480 + 42209, + 42257 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 20 }, "end": { - "line": 1224, + "line": 1219, "column": 68 } } }, "range": [ - 42432, - 42481 + 42209, + 42258 ], "loc": { "start": { - "line": 1224, + "line": 1219, "column": 20 }, "end": { - "line": 1224, + "line": 1219, "column": 69 } } @@ -99665,16 +99091,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 42502, - 42511 + 42279, + 42288 ], "loc": { "start": { - "line": 1225, + "line": 1220, "column": 20 }, "end": { - "line": 1225, + "line": 1220, "column": 29 } } @@ -99686,16 +99112,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 42514, - 42518 + 42291, + 42295 ], "loc": { "start": { - "line": 1225, + "line": 1220, "column": 32 }, "end": { - "line": 1225, + "line": 1220, "column": 36 } } @@ -99704,77 +99130,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 42522, - 42526 + 42299, + 42303 ], "loc": { "start": { - "line": 1225, + "line": 1220, "column": 40 }, "end": { - "line": 1225, + "line": 1220, "column": 44 } } }, "range": [ - 42514, - 42526 + 42291, + 42303 ], "loc": { "start": { - "line": 1225, + "line": 1220, "column": 32 }, "end": { - "line": 1225, + "line": 1220, "column": 44 } } }, "range": [ - 42502, - 42526 + 42279, + 42303 ], "loc": { "start": { - "line": 1225, + "line": 1220, "column": 20 }, "end": { - "line": 1225, + "line": 1220, "column": 44 } } }, "range": [ - 42502, - 42527 + 42279, + 42304 ], "loc": { "start": { - "line": 1225, + "line": 1220, "column": 20 }, "end": { - "line": 1225, + "line": 1220, "column": 45 } } } ], "range": [ - 42410, - 42545 + 42187, + 42322 ], "loc": { "start": { - "line": 1223, + "line": 1218, "column": 35 }, "end": { - "line": 1226, + "line": 1221, "column": 17 } }, @@ -99783,16 +99209,16 @@ "type": "Line", "value": " greater date", "range": [ - 42562, - 42577 + 42339, + 42354 ], "loc": { "start": { - "line": 1227, + "line": 1222, "column": 16 }, "end": { - "line": 1227, + "line": 1222, "column": 31 } } @@ -99805,16 +99231,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 42603, - 42610 + 42380, + 42387 ], "loc": { "start": { - "line": 1228, + "line": 1223, "column": 25 }, "end": { - "line": 1228, + "line": 1223, "column": 32 } } @@ -99831,16 +99257,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 42634, - 42638 + 42411, + 42415 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 20 }, "end": { - "line": 1229, + "line": 1224, "column": 24 } } @@ -99851,16 +99277,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 42641, - 42651 + 42418, + 42428 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 27 }, "end": { - "line": 1229, + "line": 1224, "column": 37 } } @@ -99875,16 +99301,16 @@ "type": "Identifier", "name": "sA", "range": [ - 42652, - 42654 + 42429, + 42431 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 38 }, "end": { - "line": 1229, + "line": 1224, "column": 40 } } @@ -99893,31 +99319,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42655, - 42662 + 42432, + 42439 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 41 }, "end": { - "line": 1229, + "line": 1224, "column": 48 } } }, "range": [ - 42652, - 42662 + 42429, + 42439 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 38 }, "end": { - "line": 1229, + "line": 1224, "column": 48 } } @@ -99927,16 +99353,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 42663, - 42667 + 42440, + 42444 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 49 }, "end": { - "line": 1229, + "line": 1224, "column": 53 } } @@ -99946,32 +99372,32 @@ "value": "", "raw": "''", "range": [ - 42669, - 42671 + 42446, + 42448 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 55 }, "end": { - "line": 1229, + "line": 1224, "column": 57 } } } ], "range": [ - 42652, - 42672 + 42429, + 42449 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 38 }, "end": { - "line": 1229, + "line": 1224, "column": 58 } } @@ -99980,62 +99406,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 42674, - 42680 + 42451, + 42457 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 60 }, "end": { - "line": 1229, + "line": 1224, "column": 66 } } } ], "range": [ - 42641, - 42681 + 42418, + 42458 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 27 }, "end": { - "line": 1229, + "line": 1224, "column": 67 } } }, "range": [ - 42634, - 42681 + 42411, + 42458 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 20 }, "end": { - "line": 1229, + "line": 1224, "column": 67 } } }, "range": [ - 42634, - 42682 + 42411, + 42459 ], "loc": { "start": { - "line": 1229, + "line": 1224, "column": 20 }, "end": { - "line": 1229, + "line": 1224, "column": 68 } } @@ -100049,16 +99475,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 42703, - 42712 + 42480, + 42489 ], "loc": { "start": { - "line": 1230, + "line": 1225, "column": 20 }, "end": { - "line": 1230, + "line": 1225, "column": 29 } } @@ -100070,16 +99496,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 42715, - 42719 + 42492, + 42496 ], "loc": { "start": { - "line": 1230, + "line": 1225, "column": 32 }, "end": { - "line": 1230, + "line": 1225, "column": 36 } } @@ -100088,77 +99514,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 42722, - 42726 + 42499, + 42503 ], "loc": { "start": { - "line": 1230, + "line": 1225, "column": 39 }, "end": { - "line": 1230, + "line": 1225, "column": 43 } } }, "range": [ - 42715, - 42726 + 42492, + 42503 ], "loc": { "start": { - "line": 1230, + "line": 1225, "column": 32 }, "end": { - "line": 1230, + "line": 1225, "column": 43 } } }, "range": [ - 42703, - 42726 + 42480, + 42503 ], "loc": { "start": { - "line": 1230, + "line": 1225, "column": 20 }, "end": { - "line": 1230, + "line": 1225, "column": 43 } } }, "range": [ - 42703, - 42727 + 42480, + 42504 ], "loc": { "start": { - "line": 1230, + "line": 1225, "column": 20 }, "end": { - "line": 1230, + "line": 1225, "column": 44 } } } ], "range": [ - 42612, - 42745 + 42389, + 42522 ], "loc": { "start": { - "line": 1228, + "line": 1223, "column": 34 }, "end": { - "line": 1231, + "line": 1226, "column": 17 } }, @@ -100167,16 +99593,16 @@ "type": "Line", "value": " different date", "range": [ - 42762, - 42779 + 42539, + 42556 ], "loc": { "start": { - "line": 1232, + "line": 1227, "column": 16 }, "end": { - "line": 1232, + "line": 1227, "column": 33 } } @@ -100189,16 +99615,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 42805, - 42813 + 42582, + 42590 ], "loc": { "start": { - "line": 1233, + "line": 1228, "column": 25 }, "end": { - "line": 1233, + "line": 1228, "column": 33 } } @@ -100215,16 +99641,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 42837, - 42841 + 42614, + 42618 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 20 }, "end": { - "line": 1234, + "line": 1229, "column": 24 } } @@ -100235,16 +99661,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 42844, - 42854 + 42621, + 42631 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 27 }, "end": { - "line": 1234, + "line": 1229, "column": 37 } } @@ -100259,16 +99685,16 @@ "type": "Identifier", "name": "sA", "range": [ - 42855, - 42857 + 42632, + 42634 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 38 }, "end": { - "line": 1234, + "line": 1229, "column": 40 } } @@ -100277,31 +99703,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42858, - 42865 + 42635, + 42642 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 41 }, "end": { - "line": 1234, + "line": 1229, "column": 48 } } }, "range": [ - 42855, - 42865 + 42632, + 42642 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 38 }, "end": { - "line": 1234, + "line": 1229, "column": 48 } } @@ -100311,16 +99737,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 42866, - 42870 + 42643, + 42647 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 49 }, "end": { - "line": 1234, + "line": 1229, "column": 53 } } @@ -100330,32 +99756,32 @@ "value": "", "raw": "''", "range": [ - 42872, - 42874 + 42649, + 42651 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 55 }, "end": { - "line": 1234, + "line": 1229, "column": 57 } } } ], "range": [ - 42855, - 42875 + 42632, + 42652 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 38 }, "end": { - "line": 1234, + "line": 1229, "column": 58 } } @@ -100364,62 +99790,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 42877, - 42883 + 42654, + 42660 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 60 }, "end": { - "line": 1234, + "line": 1229, "column": 66 } } } ], "range": [ - 42844, - 42884 + 42621, + 42661 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 27 }, "end": { - "line": 1234, + "line": 1229, "column": 67 } } }, "range": [ - 42837, - 42884 + 42614, + 42661 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 20 }, "end": { - "line": 1234, + "line": 1229, "column": 67 } } }, "range": [ - 42837, - 42885 + 42614, + 42662 ], "loc": { "start": { - "line": 1234, + "line": 1229, "column": 20 }, "end": { - "line": 1234, + "line": 1229, "column": 68 } } @@ -100433,16 +99859,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 42906, - 42915 + 42683, + 42692 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 20 }, "end": { - "line": 1235, + "line": 1230, "column": 29 } } @@ -100459,16 +99885,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 42918, - 42922 + 42695, + 42699 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 32 }, "end": { - "line": 1235, + "line": 1230, "column": 36 } } @@ -100477,47 +99903,47 @@ "type": "Identifier", "name": "toString", "range": [ - 42923, - 42931 + 42700, + 42708 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 37 }, "end": { - "line": 1235, + "line": 1230, "column": 45 } } }, "range": [ - 42918, - 42931 + 42695, + 42708 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 32 }, "end": { - "line": 1235, + "line": 1230, "column": 45 } } }, "arguments": [], "range": [ - 42918, - 42933 + 42695, + 42710 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 32 }, "end": { - "line": 1235, + "line": 1230, "column": 47 } } @@ -100531,16 +99957,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 42938, - 42942 + 42715, + 42719 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 52 }, "end": { - "line": 1235, + "line": 1230, "column": 56 } } @@ -100549,108 +99975,108 @@ "type": "Identifier", "name": "toString", "range": [ - 42943, - 42951 + 42720, + 42728 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 57 }, "end": { - "line": 1235, + "line": 1230, "column": 65 } } }, "range": [ - 42938, - 42951 + 42715, + 42728 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 52 }, "end": { - "line": 1235, + "line": 1230, "column": 65 } } }, "arguments": [], "range": [ - 42938, - 42953 + 42715, + 42730 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 52 }, "end": { - "line": 1235, + "line": 1230, "column": 67 } } }, "range": [ - 42918, - 42953 + 42695, + 42730 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 32 }, "end": { - "line": 1235, + "line": 1230, "column": 67 } } }, "range": [ - 42906, - 42953 + 42683, + 42730 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 20 }, "end": { - "line": 1235, + "line": 1230, "column": 67 } } }, "range": [ - 42906, - 42954 + 42683, + 42731 ], "loc": { "start": { - "line": 1235, + "line": 1230, "column": 20 }, "end": { - "line": 1235, + "line": 1230, "column": 68 } } } ], "range": [ - 42815, - 42972 + 42592, + 42749 ], "loc": { "start": { - "line": 1233, + "line": 1228, "column": 35 }, "end": { - "line": 1236, + "line": 1231, "column": 17 } }, @@ -100659,16 +100085,16 @@ "type": "Line", "value": " equal date", "range": [ - 42989, - 43002 + 42766, + 42779 ], "loc": { "start": { - "line": 1237, + "line": 1232, "column": 16 }, "end": { - "line": 1237, + "line": 1232, "column": 29 } } @@ -100681,16 +100107,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 43028, - 43036 + 42805, + 42813 ], "loc": { "start": { - "line": 1238, + "line": 1233, "column": 25 }, "end": { - "line": 1238, + "line": 1233, "column": 33 } } @@ -100707,16 +100133,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43060, - 43064 + 42837, + 42841 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 20 }, "end": { - "line": 1239, + "line": 1234, "column": 24 } } @@ -100727,16 +100153,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 43067, - 43077 + 42844, + 42854 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 27 }, "end": { - "line": 1239, + "line": 1234, "column": 37 } } @@ -100751,16 +100177,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43078, - 43080 + 42855, + 42857 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 38 }, "end": { - "line": 1239, + "line": 1234, "column": 40 } } @@ -100769,31 +100195,31 @@ "type": "Identifier", "name": "replace", "range": [ - 43081, - 43088 + 42858, + 42865 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 41 }, "end": { - "line": 1239, + "line": 1234, "column": 48 } } }, "range": [ - 43078, - 43088 + 42855, + 42865 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 38 }, "end": { - "line": 1239, + "line": 1234, "column": 48 } } @@ -100803,16 +100229,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 43089, - 43094 + 42866, + 42871 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 49 }, "end": { - "line": 1239, + "line": 1234, "column": 54 } } @@ -100822,32 +100248,32 @@ "value": "", "raw": "''", "range": [ - 43096, - 43098 + 42873, + 42875 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 56 }, "end": { - "line": 1239, + "line": 1234, "column": 58 } } } ], "range": [ - 43078, - 43099 + 42855, + 42876 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 38 }, "end": { - "line": 1239, + "line": 1234, "column": 59 } } @@ -100856,62 +100282,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43101, - 43107 + 42878, + 42884 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 61 }, "end": { - "line": 1239, + "line": 1234, "column": 67 } } } ], "range": [ - 43067, - 43108 + 42844, + 42885 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 27 }, "end": { - "line": 1239, + "line": 1234, "column": 68 } } }, "range": [ - 43060, - 43108 + 42837, + 42885 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 20 }, "end": { - "line": 1239, + "line": 1234, "column": 68 } } }, "range": [ - 43060, - 43109 + 42837, + 42886 ], "loc": { "start": { - "line": 1239, + "line": 1234, "column": 20 }, "end": { - "line": 1239, + "line": 1234, "column": 69 } } @@ -100925,16 +100351,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43130, - 43139 + 42907, + 42916 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 20 }, "end": { - "line": 1240, + "line": 1235, "column": 29 } } @@ -100951,16 +100377,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43142, - 43146 + 42919, + 42923 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 32 }, "end": { - "line": 1240, + "line": 1235, "column": 36 } } @@ -100969,47 +100395,47 @@ "type": "Identifier", "name": "toString", "range": [ - 43147, - 43155 + 42924, + 42932 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 37 }, "end": { - "line": 1240, + "line": 1235, "column": 45 } } }, "range": [ - 43142, - 43155 + 42919, + 42932 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 32 }, "end": { - "line": 1240, + "line": 1235, "column": 45 } } }, "arguments": [], "range": [ - 43142, - 43157 + 42919, + 42934 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 32 }, "end": { - "line": 1240, + "line": 1235, "column": 47 } } @@ -101023,16 +100449,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43162, - 43166 + 42939, + 42943 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 52 }, "end": { - "line": 1240, + "line": 1235, "column": 56 } } @@ -101041,108 +100467,108 @@ "type": "Identifier", "name": "toString", "range": [ - 43167, - 43175 + 42944, + 42952 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 57 }, "end": { - "line": 1240, + "line": 1235, "column": 65 } } }, "range": [ - 43162, - 43175 + 42939, + 42952 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 52 }, "end": { - "line": 1240, + "line": 1235, "column": 65 } } }, "arguments": [], "range": [ - 43162, - 43177 + 42939, + 42954 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 52 }, "end": { - "line": 1240, + "line": 1235, "column": 67 } } }, "range": [ - 43142, - 43177 + 42919, + 42954 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 32 }, "end": { - "line": 1240, + "line": 1235, "column": 67 } } }, "range": [ - 43130, - 43177 + 42907, + 42954 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 20 }, "end": { - "line": 1240, + "line": 1235, "column": 67 } } }, "range": [ - 43130, - 43178 + 42907, + 42955 ], "loc": { "start": { - "line": 1240, + "line": 1235, "column": 20 }, "end": { - "line": 1240, + "line": 1235, "column": 68 } } } ], "range": [ - 43038, - 43196 + 42815, + 42973 ], "loc": { "start": { - "line": 1238, + "line": 1233, "column": 35 }, "end": { - "line": 1241, + "line": 1236, "column": 17 } }, @@ -101151,16 +100577,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 43213, - 43274 + 42990, + 43051 ], "loc": { "start": { - "line": 1242, + "line": 1237, "column": 16 }, "end": { - "line": 1242, + "line": 1237, "column": 77 } } @@ -101178,16 +100604,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 43300, - 43305 + 43077, + 43082 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 25 }, "end": { - "line": 1243, + "line": 1238, "column": 30 } } @@ -101196,31 +100622,31 @@ "type": "Identifier", "name": "test", "range": [ - 43306, - 43310 + 43083, + 43087 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 31 }, "end": { - "line": 1243, + "line": 1238, "column": 35 } } }, "range": [ - 43300, - 43310 + 43077, + 43087 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 25 }, "end": { - "line": 1243, + "line": 1238, "column": 35 } } @@ -101230,32 +100656,32 @@ "type": "Identifier", "name": "sA", "range": [ - 43311, - 43313 + 43088, + 43090 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 36 }, "end": { - "line": 1243, + "line": 1238, "column": 38 } } } ], "range": [ - 43300, - 43314 + 43077, + 43091 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 25 }, "end": { - "line": 1243, + "line": 1238, "column": 39 } } @@ -101272,16 +100698,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43350, - 43359 + 43127, + 43136 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 20 }, "end": { - "line": 1244, + "line": 1239, "column": 29 } } @@ -101292,16 +100718,16 @@ "type": "Identifier", "name": "contains", "range": [ - 43362, - 43370 + 43139, + 43147 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 32 }, "end": { - "line": 1244, + "line": 1239, "column": 40 } } @@ -101316,16 +100742,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43371, - 43373 + 43148, + 43150 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 41 }, "end": { - "line": 1244, + "line": 1239, "column": 43 } } @@ -101334,31 +100760,31 @@ "type": "Identifier", "name": "replace", "range": [ - 43374, - 43381 + 43151, + 43158 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 44 }, "end": { - "line": 1244, + "line": 1239, "column": 51 } } }, "range": [ - 43371, - 43381 + 43148, + 43158 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 41 }, "end": { - "line": 1244, + "line": 1239, "column": 51 } } @@ -101368,16 +100794,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 43382, - 43387 + 43159, + 43164 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 52 }, "end": { - "line": 1244, + "line": 1239, "column": 57 } } @@ -101387,32 +100813,32 @@ "value": "", "raw": "''", "range": [ - 43389, - 43391 + 43166, + 43168 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 59 }, "end": { - "line": 1244, + "line": 1239, "column": 61 } } } ], "range": [ - 43371, - 43392 + 43148, + 43169 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 41 }, "end": { - "line": 1244, + "line": 1239, "column": 62 } } @@ -101421,16 +100847,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 43394, - 43402 + 43171, + 43179 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 64 }, "end": { - "line": 1244, + "line": 1239, "column": 72 } } @@ -101440,16 +100866,16 @@ "value": false, "raw": "false", "range": [ - 43428, - 43433 + 43205, + 43210 ], "loc": { "start": { - "line": 1245, + "line": 1240, "column": 24 }, "end": { - "line": 1245, + "line": 1240, "column": 29 } } @@ -101460,16 +100886,16 @@ "object": { "type": "ThisExpression", "range": [ - 43435, - 43439 + 43212, + 43216 ], "loc": { "start": { - "line": 1245, + "line": 1240, "column": 31 }, "end": { - "line": 1245, + "line": 1240, "column": 35 } } @@ -101478,77 +100904,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 43440, - 43453 + 43217, + 43230 ], "loc": { "start": { - "line": 1245, + "line": 1240, "column": 36 }, "end": { - "line": 1245, + "line": 1240, "column": 49 } } }, "range": [ - 43435, - 43453 + 43212, + 43230 ], "loc": { "start": { - "line": 1245, + "line": 1240, "column": 31 }, "end": { - "line": 1245, + "line": 1240, "column": 49 } } } ], "range": [ - 43362, - 43454 + 43139, + 43231 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 32 }, "end": { - "line": 1245, + "line": 1240, "column": 50 } } }, "range": [ - 43350, - 43454 + 43127, + 43231 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 20 }, "end": { - "line": 1245, + "line": 1240, "column": 50 } } }, "range": [ - 43350, - 43455 + 43127, + 43232 ], "loc": { "start": { - "line": 1244, + "line": 1239, "column": 20 }, "end": { - "line": 1245, + "line": 1240, "column": 51 } }, @@ -101557,16 +100983,16 @@ "type": "Line", "value": " like date", "range": [ - 43317, - 43329 + 43094, + 43106 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 42 }, "end": { - "line": 1243, + "line": 1238, "column": 54 } } @@ -101575,16 +101001,16 @@ } ], "range": [ - 43316, - 43473 + 43093, + 43250 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 41 }, "end": { - "line": 1246, + "line": 1241, "column": 17 } } @@ -101597,16 +101023,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 43499, - 43510 + 43276, + 43287 ], "loc": { "start": { - "line": 1247, + "line": 1242, "column": 25 }, "end": { - "line": 1247, + "line": 1242, "column": 36 } } @@ -101616,16 +101042,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43511, - 43513 + 43288, + 43290 ], "loc": { "start": { - "line": 1247, + "line": 1242, "column": 37 }, "end": { - "line": 1247, + "line": 1242, "column": 39 } } @@ -101634,32 +101060,32 @@ "type": "Identifier", "name": "dtType", "range": [ - 43515, - 43521 + 43292, + 43298 ], "loc": { "start": { - "line": 1247, + "line": 1242, "column": 41 }, "end": { - "line": 1247, + "line": 1242, "column": 47 } } } ], "range": [ - 43499, - 43522 + 43276, + 43299 ], "loc": { "start": { - "line": 1247, + "line": 1242, "column": 25 }, "end": { - "line": 1247, + "line": 1242, "column": 48 } } @@ -101676,16 +101102,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43546, - 43550 + 43323, + 43327 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 20 }, "end": { - "line": 1248, + "line": 1243, "column": 24 } } @@ -101696,16 +101122,16 @@ "type": "Identifier", "name": "formatDate", "range": [ - 43553, - 43563 + 43330, + 43340 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 27 }, "end": { - "line": 1248, + "line": 1243, "column": 37 } } @@ -101715,16 +101141,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43564, - 43566 + 43341, + 43343 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 38 }, "end": { - "line": 1248, + "line": 1243, "column": 40 } } @@ -101733,62 +101159,62 @@ "type": "Identifier", "name": "dtType", "range": [ - 43568, - 43574 + 43345, + 43351 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 42 }, "end": { - "line": 1248, + "line": 1243, "column": 48 } } } ], "range": [ - 43553, - 43575 + 43330, + 43352 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 27 }, "end": { - "line": 1248, + "line": 1243, "column": 49 } } }, "range": [ - 43546, - 43575 + 43323, + 43352 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 20 }, "end": { - "line": 1248, + "line": 1243, "column": 49 } } }, "range": [ - 43546, - 43576 + 43323, + 43353 ], "loc": { "start": { - "line": 1248, + "line": 1243, "column": 20 }, "end": { - "line": 1248, + "line": 1243, "column": 50 } } @@ -101802,16 +101228,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43597, - 43606 + 43374, + 43383 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 20 }, "end": { - "line": 1249, + "line": 1244, "column": 29 } } @@ -101828,16 +101254,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 43609, - 43613 + 43386, + 43390 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 32 }, "end": { - "line": 1249, + "line": 1244, "column": 36 } } @@ -101846,47 +101272,47 @@ "type": "Identifier", "name": "toString", "range": [ - 43614, - 43622 + 43391, + 43399 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 37 }, "end": { - "line": 1249, + "line": 1244, "column": 45 } } }, "range": [ - 43609, - 43622 + 43386, + 43399 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 32 }, "end": { - "line": 1249, + "line": 1244, "column": 45 } } }, "arguments": [], "range": [ - 43609, - 43624 + 43386, + 43401 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 32 }, "end": { - "line": 1249, + "line": 1244, "column": 47 } } @@ -101900,16 +101326,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 43629, - 43633 + 43406, + 43410 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 52 }, "end": { - "line": 1249, + "line": 1244, "column": 56 } } @@ -101918,108 +101344,108 @@ "type": "Identifier", "name": "toString", "range": [ - 43634, - 43642 + 43411, + 43419 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 57 }, "end": { - "line": 1249, + "line": 1244, "column": 65 } } }, "range": [ - 43629, - 43642 + 43406, + 43419 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 52 }, "end": { - "line": 1249, + "line": 1244, "column": 65 } } }, "arguments": [], "range": [ - 43629, - 43644 + 43406, + 43421 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 52 }, "end": { - "line": 1249, + "line": 1244, "column": 67 } } }, "range": [ - 43609, - 43644 + 43386, + 43421 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 32 }, "end": { - "line": 1249, + "line": 1244, "column": 67 } } }, "range": [ - 43597, - 43644 + 43374, + 43421 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 20 }, "end": { - "line": 1249, + "line": 1244, "column": 67 } } }, "range": [ - 43597, - 43645 + 43374, + 43422 ], "loc": { "start": { - "line": 1249, + "line": 1244, "column": 20 }, "end": { - "line": 1249, + "line": 1244, "column": 68 } } } ], "range": [ - 43524, - 43663 + 43301, + 43440 ], "loc": { "start": { - "line": 1247, + "line": 1242, "column": 50 }, "end": { - "line": 1250, + "line": 1245, "column": 17 } }, @@ -102028,16 +101454,16 @@ "type": "Line", "value": "empty", "range": [ - 43680, - 43687 + 43457, + 43464 ], "loc": { "start": { - "line": 1251, + "line": 1246, "column": 16 }, "end": { - "line": 1251, + "line": 1246, "column": 23 } } @@ -102050,16 +101476,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 43713, - 43718 + 43490, + 43495 ], "loc": { "start": { - "line": 1252, + "line": 1247, "column": 25 }, "end": { - "line": 1252, + "line": 1247, "column": 30 } } @@ -102076,16 +101502,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43742, - 43751 + 43519, + 43528 ], "loc": { "start": { - "line": 1253, + "line": 1248, "column": 20 }, "end": { - "line": 1253, + "line": 1248, "column": 29 } } @@ -102096,16 +101522,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 43754, - 43767 + 43531, + 43544 ], "loc": { "start": { - "line": 1253, + "line": 1248, "column": 32 }, "end": { - "line": 1253, + "line": 1248, "column": 45 } } @@ -102115,78 +101541,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 43768, - 43776 + 43545, + 43553 ], "loc": { "start": { - "line": 1253, + "line": 1248, "column": 46 }, "end": { - "line": 1253, + "line": 1248, "column": 54 } } } ], "range": [ - 43754, - 43777 + 43531, + 43554 ], "loc": { "start": { - "line": 1253, + "line": 1248, "column": 32 }, "end": { - "line": 1253, + "line": 1248, "column": 55 } } }, "range": [ - 43742, - 43777 + 43519, + 43554 ], "loc": { "start": { - "line": 1253, + "line": 1248, "column": 20 }, "end": { - "line": 1253, + "line": 1248, "column": 55 } } }, "range": [ - 43742, - 43778 + 43519, + 43555 ], "loc": { "start": { - "line": 1253, + "line": 1248, "column": 20 }, "end": { - "line": 1253, + "line": 1248, "column": 56 } } } ], "range": [ - 43720, - 43796 + 43497, + 43573 ], "loc": { "start": { - "line": 1252, + "line": 1247, "column": 32 }, "end": { - "line": 1254, + "line": 1249, "column": 17 } }, @@ -102195,16 +101621,16 @@ "type": "Line", "value": "non-empty", "range": [ - 43813, - 43824 + 43590, + 43601 ], "loc": { "start": { - "line": 1255, + "line": 1250, "column": 16 }, "end": { - "line": 1255, + "line": 1250, "column": 27 } } @@ -102217,16 +101643,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 43850, - 43855 + 43627, + 43632 ], "loc": { "start": { - "line": 1256, + "line": 1251, "column": 25 }, "end": { - "line": 1256, + "line": 1251, "column": 30 } } @@ -102243,16 +101669,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43879, - 43888 + 43656, + 43665 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 20 }, "end": { - "line": 1257, + "line": 1252, "column": 29 } } @@ -102266,16 +101692,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 43892, - 43905 + 43669, + 43682 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 33 }, "end": { - "line": 1257, + "line": 1252, "column": 46 } } @@ -102285,94 +101711,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 43906, - 43914 + 43683, + 43691 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 47 }, "end": { - "line": 1257, + "line": 1252, "column": 55 } } } ], "range": [ - 43892, - 43915 + 43669, + 43692 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 33 }, "end": { - "line": 1257, + "line": 1252, "column": 56 } } }, "prefix": true, "range": [ - 43891, - 43915 + 43668, + 43692 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 32 }, "end": { - "line": 1257, + "line": 1252, "column": 56 } } }, "range": [ - 43879, - 43915 + 43656, + 43692 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 20 }, "end": { - "line": 1257, + "line": 1252, "column": 56 } } }, "range": [ - 43879, - 43916 + 43656, + 43693 ], "loc": { "start": { - "line": 1257, + "line": 1252, "column": 20 }, "end": { - "line": 1257, + "line": 1252, "column": 57 } } } ], "range": [ - 43857, - 43934 + 43634, + 43711 ], "loc": { "start": { - "line": 1256, + "line": 1251, "column": 32 }, "end": { - "line": 1258, + "line": 1253, "column": 17 } } @@ -102389,16 +101815,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 43962, - 43971 + 43739, + 43748 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 20 }, "end": { - "line": 1259, + "line": 1254, "column": 29 } } @@ -102409,16 +101835,16 @@ "type": "Identifier", "name": "contains", "range": [ - 43974, - 43982 + 43751, + 43759 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 32 }, "end": { - "line": 1259, + "line": 1254, "column": 40 } } @@ -102428,16 +101854,16 @@ "type": "Identifier", "name": "sA", "range": [ - 43983, - 43985 + 43760, + 43762 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 41 }, "end": { - "line": 1259, + "line": 1254, "column": 43 } } @@ -102446,16 +101872,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 43987, - 43995 + 43764, + 43772 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 45 }, "end": { - "line": 1259, + "line": 1254, "column": 53 } } @@ -102468,16 +101894,16 @@ "object": { "type": "ThisExpression", "range": [ - 43997, - 44001 + 43774, + 43778 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 55 }, "end": { - "line": 1259, + "line": 1254, "column": 59 } } @@ -102486,31 +101912,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 44002, - 44014 + 43779, + 43791 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 60 }, "end": { - "line": 1259, + "line": 1254, "column": 72 } } }, "range": [ - 43997, - 44014 + 43774, + 43791 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 55 }, "end": { - "line": 1259, + "line": 1254, "column": 72 } } @@ -102520,32 +101946,32 @@ "type": "Identifier", "name": "j", "range": [ - 44015, - 44016 + 43792, + 43793 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 73 }, "end": { - "line": 1259, + "line": 1254, "column": 74 } } } ], "range": [ - 43997, - 44017 + 43774, + 43794 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 55 }, "end": { - "line": 1259, + "line": 1254, "column": 75 } } @@ -102556,16 +101982,16 @@ "object": { "type": "ThisExpression", "range": [ - 44043, - 44047 + 43820, + 43824 ], "loc": { "start": { - "line": 1260, + "line": 1255, "column": 24 }, "end": { - "line": 1260, + "line": 1255, "column": 28 } } @@ -102574,108 +102000,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 44048, - 44061 + 43825, + 43838 ], "loc": { "start": { - "line": 1260, + "line": 1255, "column": 29 }, "end": { - "line": 1260, + "line": 1255, "column": 42 } } }, "range": [ - 44043, - 44061 + 43820, + 43838 ], "loc": { "start": { - "line": 1260, + "line": 1255, "column": 24 }, "end": { - "line": 1260, + "line": 1255, "column": 42 } } } ], "range": [ - 43974, - 44062 + 43751, + 43839 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 32 }, "end": { - "line": 1260, + "line": 1255, "column": 43 } } }, "range": [ - 43962, - 44062 + 43739, + 43839 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 20 }, "end": { - "line": 1260, + "line": 1255, "column": 43 } } }, "range": [ - 43962, - 44063 + 43739, + 43840 ], "loc": { "start": { - "line": 1259, + "line": 1254, "column": 20 }, "end": { - "line": 1260, + "line": 1255, "column": 44 } } } ], "range": [ - 43940, - 44081 + 43717, + 43858 ], "loc": { "start": { - "line": 1258, + "line": 1253, "column": 23 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } } }, "range": [ - 43846, - 44081 + 43623, + 43858 ], "loc": { "start": { - "line": 1256, + "line": 1251, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102684,16 +102110,16 @@ "type": "Line", "value": "non-empty", "range": [ - 43813, - 43824 + 43590, + 43601 ], "loc": { "start": { - "line": 1255, + "line": 1250, "column": 16 }, "end": { - "line": 1255, + "line": 1250, "column": 27 } } @@ -102701,16 +102127,16 @@ ] }, "range": [ - 43709, - 44081 + 43486, + 43858 ], "loc": { "start": { - "line": 1252, + "line": 1247, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102719,16 +102145,16 @@ "type": "Line", "value": "empty", "range": [ - 43680, - 43687 + 43457, + 43464 ], "loc": { "start": { - "line": 1251, + "line": 1246, "column": 16 }, "end": { - "line": 1251, + "line": 1246, "column": 23 } } @@ -102736,31 +102162,31 @@ ] }, "range": [ - 43495, - 44081 + 43272, + 43858 ], "loc": { "start": { - "line": 1247, + "line": 1242, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } } }, "range": [ - 43296, - 44081 + 43073, + 43858 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102769,16 +102195,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 43213, - 43274 + 42990, + 43051 ], "loc": { "start": { - "line": 1242, + "line": 1237, "column": 16 }, "end": { - "line": 1242, + "line": 1237, "column": 77 } } @@ -102786,16 +102212,16 @@ ] }, "range": [ - 43024, - 44081 + 42801, + 43858 ], "loc": { "start": { - "line": 1238, + "line": 1233, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102804,16 +102230,16 @@ "type": "Line", "value": " equal date", "range": [ - 42989, - 43002 + 42766, + 42779 ], "loc": { "start": { - "line": 1237, + "line": 1232, "column": 16 }, "end": { - "line": 1237, + "line": 1232, "column": 29 } } @@ -102821,16 +102247,16 @@ ] }, "range": [ - 42801, - 44081 + 42578, + 43858 ], "loc": { "start": { - "line": 1233, + "line": 1228, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102839,16 +102265,16 @@ "type": "Line", "value": " different date", "range": [ - 42762, - 42779 + 42539, + 42556 ], "loc": { "start": { - "line": 1232, + "line": 1227, "column": 16 }, "end": { - "line": 1232, + "line": 1227, "column": 33 } } @@ -102856,16 +102282,16 @@ ] }, "range": [ - 42599, - 44081 + 42376, + 43858 ], "loc": { "start": { - "line": 1228, + "line": 1223, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102874,16 +102300,16 @@ "type": "Line", "value": " greater date", "range": [ - 42562, - 42577 + 42339, + 42354 ], "loc": { "start": { - "line": 1227, + "line": 1222, "column": 16 }, "end": { - "line": 1227, + "line": 1222, "column": 31 } } @@ -102891,16 +102317,16 @@ ] }, "range": [ - 42396, - 44081 + 42173, + 43858 ], "loc": { "start": { - "line": 1223, + "line": 1218, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102909,16 +102335,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 42353, - 42374 + 42130, + 42151 ], "loc": { "start": { - "line": 1222, + "line": 1217, "column": 16 }, "end": { - "line": 1222, + "line": 1217, "column": 37 } } @@ -102926,16 +102352,16 @@ ] }, "range": [ - 42187, - 44081 + 41964, + 43858 ], "loc": { "start": { - "line": 1218, + "line": 1213, "column": 21 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102944,16 +102370,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 42146, - 42165 + 41923, + 41942 ], "loc": { "start": { - "line": 1217, + "line": 1212, "column": 16 }, "end": { - "line": 1217, + "line": 1212, "column": 35 } } @@ -102961,16 +102387,16 @@ ] }, "range": [ - 41983, - 44081 + 41760, + 43858 ], "loc": { "start": { - "line": 1213, + "line": 1208, "column": 16 }, "end": { - "line": 1261, + "line": 1256, "column": 17 } }, @@ -102979,16 +102405,16 @@ "type": "Line", "value": " lower date", "range": [ - 41953, - 41966 + 41730, + 41743 ], "loc": { "start": { - "line": 1212, + "line": 1207, "column": 16 }, "end": { - "line": 1212, + "line": 1207, "column": 29 } } @@ -102997,16 +102423,16 @@ } ], "range": [ - 41882, - 44095 + 41659, + 43872 ], "loc": { "start": { - "line": 1210, + "line": 1205, "column": 47 }, "end": { - "line": 1262, + "line": 1257, "column": 13 } } @@ -103025,16 +102451,16 @@ "object": { "type": "ThisExpression", "range": [ - 44188, - 44192 + 43965, + 43969 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 20 }, "end": { - "line": 1266, + "line": 1261, "column": 24 } } @@ -103043,31 +102469,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 44193, - 44207 + 43970, + 43984 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 25 }, "end": { - "line": 1266, + "line": 1261, "column": 39 } } }, "range": [ - 44188, - 44207 + 43965, + 43984 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 20 }, "end": { - "line": 1266, + "line": 1261, "column": 39 } } @@ -103081,16 +102507,16 @@ "object": { "type": "ThisExpression", "range": [ - 44211, - 44215 + 43988, + 43992 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 43 }, "end": { - "line": 1266, + "line": 1261, "column": 47 } } @@ -103099,31 +102525,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 44216, - 44227 + 43993, + 44004 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 48 }, "end": { - "line": 1266, + "line": 1261, "column": 59 } } }, "range": [ - 44211, - 44227 + 43988, + 44004 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 43 }, "end": { - "line": 1266, + "line": 1261, "column": 59 } } @@ -103132,46 +102558,46 @@ "type": "Identifier", "name": "j", "range": [ - 44228, - 44229 + 44005, + 44006 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 60 }, "end": { - "line": 1266, + "line": 1261, "column": 61 } } }, "range": [ - 44211, - 44230 + 43988, + 44007 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 43 }, "end": { - "line": 1266, + "line": 1261, "column": 62 } } }, "range": [ - 44188, - 44230 + 43965, + 44007 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 20 }, "end": { - "line": 1266, + "line": 1261, "column": 62 } } @@ -103188,16 +102614,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 44254, - 44265 + 44031, + 44042 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 20 }, "end": { - "line": 1267, + "line": 1262, "column": 31 } } @@ -103208,16 +102634,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 44268, - 44282 + 44045, + 44059 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 34 }, "end": { - "line": 1267, + "line": 1262, "column": 48 } } @@ -103227,16 +102653,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 44283, - 44291 + 44060, + 44068 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 49 }, "end": { - "line": 1267, + "line": 1262, "column": 57 } } @@ -103250,16 +102676,16 @@ "object": { "type": "ThisExpression", "range": [ - 44293, - 44297 + 44070, + 44074 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 59 }, "end": { - "line": 1267, + "line": 1262, "column": 63 } } @@ -103268,31 +102694,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 44298, - 44309 + 44075, + 44086 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 64 }, "end": { - "line": 1267, + "line": 1262, "column": 75 } } }, "range": [ - 44293, - 44309 + 44070, + 44086 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 59 }, "end": { - "line": 1267, + "line": 1262, "column": 75 } } @@ -103301,77 +102727,77 @@ "type": "Identifier", "name": "j", "range": [ - 44310, - 44311 + 44087, + 44088 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 76 }, "end": { - "line": 1267, + "line": 1262, "column": 77 } } }, "range": [ - 44293, - 44312 + 44070, + 44089 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 59 }, "end": { - "line": 1267, + "line": 1262, "column": 78 } } } ], "range": [ - 44268, - 44313 + 44045, + 44090 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 34 }, "end": { - "line": 1267, + "line": 1262, "column": 79 } } }, "range": [ - 44254, - 44313 + 44031, + 44090 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 20 }, "end": { - "line": 1267, + "line": 1262, "column": 79 } } }, "range": [ - 44254, - 44314 + 44031, + 44091 ], "loc": { "start": { - "line": 1267, + "line": 1262, "column": 20 }, "end": { - "line": 1267, + "line": 1262, "column": 80 } } @@ -103385,16 +102811,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 44335, - 44343 + 44112, + 44120 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 20 }, "end": { - "line": 1268, + "line": 1263, "column": 28 } } @@ -103408,16 +102834,16 @@ "object": { "type": "ThisExpression", "range": [ - 44346, - 44350 + 44123, + 44127 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 31 }, "end": { - "line": 1268, + "line": 1263, "column": 35 } } @@ -103426,31 +102852,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 44351, - 44362 + 44128, + 44139 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 36 }, "end": { - "line": 1268, + "line": 1263, "column": 47 } } }, "range": [ - 44346, - 44362 + 44123, + 44139 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 31 }, "end": { - "line": 1268, + "line": 1263, "column": 47 } } @@ -103459,77 +102885,77 @@ "type": "Identifier", "name": "j", "range": [ - 44363, - 44364 + 44140, + 44141 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 48 }, "end": { - "line": 1268, + "line": 1263, "column": 49 } } }, "range": [ - 44346, - 44365 + 44123, + 44142 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 31 }, "end": { - "line": 1268, + "line": 1263, "column": 50 } } }, "range": [ - 44335, - 44365 + 44112, + 44142 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 20 }, "end": { - "line": 1268, + "line": 1263, "column": 50 } } }, "range": [ - 44335, - 44366 + 44112, + 44143 ], "loc": { "start": { - "line": 1268, + "line": 1263, "column": 20 }, "end": { - "line": 1268, + "line": 1263, "column": 51 } } } ], "range": [ - 44232, - 44384 + 44009, + 44161 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 64 }, "end": { - "line": 1269, + "line": 1264, "column": 17 } } @@ -103551,16 +102977,16 @@ "object": { "type": "ThisExpression", "range": [ - 44416, - 44420 + 44193, + 44197 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 24 }, "end": { - "line": 1270, + "line": 1265, "column": 28 } } @@ -103569,31 +102995,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 44421, - 44439 + 44198, + 44216 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 29 }, "end": { - "line": 1270, + "line": 1265, "column": 47 } } }, "range": [ - 44416, - 44439 + 44193, + 44216 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 24 }, "end": { - "line": 1270, + "line": 1265, "column": 47 } } @@ -103603,31 +103029,31 @@ "value": ",", "raw": "','", "range": [ - 44444, - 44447 + 44221, + 44224 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 52 }, "end": { - "line": 1270, + "line": 1265, "column": 55 } } }, "range": [ - 44416, - 44447 + 44193, + 44224 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 24 }, "end": { - "line": 1270, + "line": 1265, "column": 55 } } @@ -103641,16 +103067,16 @@ "object": { "type": "ThisExpression", "range": [ - 44475, - 44479 + 44252, + 44256 ], "loc": { "start": { - "line": 1271, + "line": 1266, "column": 24 }, "end": { - "line": 1271, + "line": 1266, "column": 28 } } @@ -103659,31 +103085,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 44480, - 44496 + 44257, + 44273 ], "loc": { "start": { - "line": 1271, + "line": 1266, "column": 29 }, "end": { - "line": 1271, + "line": 1266, "column": 45 } } }, "range": [ - 44475, - 44496 + 44252, + 44273 ], "loc": { "start": { - "line": 1271, + "line": 1266, "column": 24 }, "end": { - "line": 1271, + "line": 1266, "column": 45 } } @@ -103693,46 +103119,46 @@ "value": ".", "raw": "'.'", "range": [ - 44501, - 44504 + 44278, + 44281 ], "loc": { "start": { - "line": 1271, + "line": 1266, "column": 50 }, "end": { - "line": 1271, + "line": 1266, "column": 53 } } }, "range": [ - 44475, - 44504 + 44252, + 44281 ], "loc": { "start": { - "line": 1271, + "line": 1266, "column": 24 }, "end": { - "line": 1271, + "line": 1266, "column": 53 } } }, "range": [ - 44416, - 44504 + 44193, + 44281 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 24 }, "end": { - "line": 1271, + "line": 1266, "column": 53 } } @@ -103749,16 +103175,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 44532, - 44543 + 44309, + 44320 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 24 }, "end": { - "line": 1272, + "line": 1267, "column": 35 } } @@ -103769,16 +103195,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 44546, - 44560 + 44323, + 44337 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 38 }, "end": { - "line": 1272, + "line": 1267, "column": 52 } } @@ -103788,16 +103214,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 44561, - 44569 + 44338, + 44346 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 53 }, "end": { - "line": 1272, + "line": 1267, "column": 61 } } @@ -103807,62 +103233,62 @@ "value": "us", "raw": "'us'", "range": [ - 44571, - 44575 + 44348, + 44352 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 63 }, "end": { - "line": 1272, + "line": 1267, "column": 67 } } } ], "range": [ - 44546, - 44576 + 44323, + 44353 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 38 }, "end": { - "line": 1272, + "line": 1267, "column": 68 } } }, "range": [ - 44532, - 44576 + 44309, + 44353 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 24 }, "end": { - "line": 1272, + "line": 1267, "column": 68 } } }, "range": [ - 44532, - 44577 + 44309, + 44354 ], "loc": { "start": { - "line": 1272, + "line": 1267, "column": 24 }, "end": { - "line": 1272, + "line": 1267, "column": 69 } } @@ -103876,16 +103302,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 44602, - 44610 + 44379, + 44387 ], "loc": { "start": { - "line": 1273, + "line": 1268, "column": 24 }, "end": { - "line": 1273, + "line": 1268, "column": 32 } } @@ -103895,62 +103321,62 @@ "value": "us", "raw": "'us'", "range": [ - 44613, - 44617 + 44390, + 44394 ], "loc": { "start": { - "line": 1273, + "line": 1268, "column": 35 }, "end": { - "line": 1273, + "line": 1268, "column": 39 } } }, "range": [ - 44602, - 44617 + 44379, + 44394 ], "loc": { "start": { - "line": 1273, + "line": 1268, "column": 24 }, "end": { - "line": 1273, + "line": 1268, "column": 39 } } }, "range": [ - 44602, - 44618 + 44379, + 44395 ], "loc": { "start": { - "line": 1273, + "line": 1268, "column": 24 }, "end": { - "line": 1273, + "line": 1268, "column": 40 } } } ], "range": [ - 44506, - 44640 + 44283, + 44417 ], "loc": { "start": { - "line": 1271, + "line": 1266, "column": 55 }, "end": { - "line": 1274, + "line": 1269, "column": 21 } } @@ -103967,16 +103393,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 44672, - 44683 + 44449, + 44460 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 24 }, "end": { - "line": 1275, + "line": 1270, "column": 35 } } @@ -103987,16 +103413,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 44686, - 44700 + 44463, + 44477 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 38 }, "end": { - "line": 1275, + "line": 1270, "column": 52 } } @@ -104006,16 +103432,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 44701, - 44709 + 44478, + 44486 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 53 }, "end": { - "line": 1275, + "line": 1270, "column": 61 } } @@ -104025,62 +103451,62 @@ "value": "eu", "raw": "'eu'", "range": [ - 44711, - 44715 + 44488, + 44492 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 63 }, "end": { - "line": 1275, + "line": 1270, "column": 67 } } } ], "range": [ - 44686, - 44716 + 44463, + 44493 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 38 }, "end": { - "line": 1275, + "line": 1270, "column": 68 } } }, "range": [ - 44672, - 44716 + 44449, + 44493 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 24 }, "end": { - "line": 1275, + "line": 1270, "column": 68 } } }, "range": [ - 44672, - 44717 + 44449, + 44494 ], "loc": { "start": { - "line": 1275, + "line": 1270, "column": 24 }, "end": { - "line": 1275, + "line": 1270, "column": 69 } } @@ -104094,16 +103520,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 44742, - 44750 + 44519, + 44527 ], "loc": { "start": { - "line": 1276, + "line": 1271, "column": 24 }, "end": { - "line": 1276, + "line": 1271, "column": 32 } } @@ -104113,108 +103539,108 @@ "value": "eu", "raw": "'eu'", "range": [ - 44753, - 44757 + 44530, + 44534 ], "loc": { "start": { - "line": 1276, + "line": 1271, "column": 35 }, "end": { - "line": 1276, + "line": 1271, "column": 39 } } }, "range": [ - 44742, - 44757 + 44519, + 44534 ], "loc": { "start": { - "line": 1276, + "line": 1271, "column": 24 }, "end": { - "line": 1276, + "line": 1271, "column": 39 } } }, "range": [ - 44742, - 44758 + 44519, + 44535 ], "loc": { "start": { - "line": 1276, + "line": 1271, "column": 24 }, "end": { - "line": 1276, + "line": 1271, "column": 40 } } } ], "range": [ - 44646, - 44780 + 44423, + 44557 ], "loc": { "start": { - "line": 1274, + "line": 1269, "column": 27 }, "end": { - "line": 1277, + "line": 1272, "column": 21 } } }, "range": [ - 44412, - 44780 + 44189, + 44557 ], "loc": { "start": { - "line": 1270, + "line": 1265, "column": 20 }, "end": { - "line": 1277, + "line": 1272, "column": 21 } } } ], "range": [ - 44390, - 44798 + 44167, + 44575 ], "loc": { "start": { - "line": 1269, + "line": 1264, "column": 23 }, "end": { - "line": 1278, + "line": 1273, "column": 17 } } }, "range": [ - 44184, - 44798 + 43961, + 44575 ], "loc": { "start": { - "line": 1266, + "line": 1261, "column": 16 }, "end": { - "line": 1278, + "line": 1273, "column": 17 } }, @@ -104223,16 +103649,16 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 44132, - 44167 + 43909, + 43944 ], "loc": { "start": { - "line": 1265, + "line": 1260, "column": 16 }, "end": { - "line": 1265, + "line": 1260, "column": 51 } } @@ -104243,16 +103669,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 44816, - 44878 + 44593, + 44655 ], "loc": { "start": { - "line": 1280, + "line": 1275, "column": 16 }, "end": { - "line": 1280, + "line": 1275, "column": 78 } } @@ -104261,16 +103687,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 44895, - 44903 + 44672, + 44680 ], "loc": { "start": { - "line": 1281, + "line": 1276, "column": 16 }, "end": { - "line": 1281, + "line": 1276, "column": 24 } } @@ -104279,16 +103705,16 @@ "type": "Line", "value": " lower equal", "range": [ - 44920, - 44934 + 44697, + 44711 ], "loc": { "start": { - "line": 1282, + "line": 1277, "column": 16 }, "end": { - "line": 1282, + "line": 1277, "column": 30 } } @@ -104301,16 +103727,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 44955, - 44960 + 44732, + 44737 ], "loc": { "start": { - "line": 1283, + "line": 1278, "column": 20 }, "end": { - "line": 1283, + "line": 1278, "column": 25 } } @@ -104327,16 +103753,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 44984, - 44993 + 44761, + 44770 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 20 }, "end": { - "line": 1284, + "line": 1279, "column": 29 } } @@ -104348,16 +103774,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 44996, - 45007 + 44773, + 44784 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 32 }, "end": { - "line": 1284, + "line": 1279, "column": 43 } } @@ -104368,16 +103794,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45011, - 45025 + 44788, + 44802 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 47 }, "end": { - "line": 1284, + "line": 1279, "column": 61 } } @@ -104392,16 +103818,16 @@ "type": "Identifier", "name": "sA", "range": [ - 45051, - 45053 + 44828, + 44830 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 24 }, "end": { - "line": 1285, + "line": 1280, "column": 26 } } @@ -104410,31 +103836,31 @@ "type": "Identifier", "name": "replace", "range": [ - 45054, - 45061 + 44831, + 44838 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 27 }, "end": { - "line": 1285, + "line": 1280, "column": 34 } } }, "range": [ - 45051, - 45061 + 44828, + 44838 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 24 }, "end": { - "line": 1285, + "line": 1280, "column": 34 } } @@ -104444,16 +103870,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 45062, - 45067 + 44839, + 44844 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 35 }, "end": { - "line": 1285, + "line": 1280, "column": 40 } } @@ -104463,32 +103889,32 @@ "value": "", "raw": "''", "range": [ - 45069, - 45071 + 44846, + 44848 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 42 }, "end": { - "line": 1285, + "line": 1280, "column": 44 } } } ], "range": [ - 45051, - 45072 + 44828, + 44849 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 24 }, "end": { - "line": 1285, + "line": 1280, "column": 45 } } @@ -104497,93 +103923,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45074, - 45082 + 44851, + 44859 ], "loc": { "start": { - "line": 1285, + "line": 1280, "column": 47 }, "end": { - "line": 1285, + "line": 1280, "column": 55 } } } ], "range": [ - 45011, - 45083 + 44788, + 44860 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 47 }, "end": { - "line": 1285, + "line": 1280, "column": 56 } } }, "range": [ - 44996, - 45083 + 44773, + 44860 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 32 }, "end": { - "line": 1285, + "line": 1280, "column": 56 } } }, "range": [ - 44984, - 45083 + 44761, + 44860 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 20 }, "end": { - "line": 1285, + "line": 1280, "column": 56 } } }, "range": [ - 44984, - 45084 + 44761, + 44861 ], "loc": { "start": { - "line": 1284, + "line": 1279, "column": 20 }, "end": { - "line": 1285, + "line": 1280, "column": 57 } } } ], "range": [ - 44962, - 45102 + 44739, + 44879 ], "loc": { "start": { - "line": 1283, + "line": 1278, "column": 27 }, "end": { - "line": 1286, + "line": 1281, "column": 17 } }, @@ -104592,16 +104018,16 @@ "type": "Line", "value": "greater equal", "range": [ - 45119, - 45134 + 44896, + 44911 ], "loc": { "start": { - "line": 1287, + "line": 1282, "column": 16 }, "end": { - "line": 1287, + "line": 1282, "column": 31 } } @@ -104614,16 +104040,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 45160, - 45165 + 44937, + 44942 ], "loc": { "start": { - "line": 1288, + "line": 1283, "column": 25 }, "end": { - "line": 1288, + "line": 1283, "column": 30 } } @@ -104640,16 +104066,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45189, - 45198 + 44966, + 44975 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 20 }, "end": { - "line": 1289, + "line": 1284, "column": 29 } } @@ -104661,16 +104087,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45201, - 45212 + 44978, + 44989 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 32 }, "end": { - "line": 1289, + "line": 1284, "column": 43 } } @@ -104681,16 +104107,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45216, - 45230 + 44993, + 45007 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 47 }, "end": { - "line": 1289, + "line": 1284, "column": 61 } } @@ -104705,16 +104131,16 @@ "type": "Identifier", "name": "sA", "range": [ - 45256, - 45258 + 45033, + 45035 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 24 }, "end": { - "line": 1290, + "line": 1285, "column": 26 } } @@ -104723,31 +104149,31 @@ "type": "Identifier", "name": "replace", "range": [ - 45259, - 45266 + 45036, + 45043 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 27 }, "end": { - "line": 1290, + "line": 1285, "column": 34 } } }, "range": [ - 45256, - 45266 + 45033, + 45043 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 24 }, "end": { - "line": 1290, + "line": 1285, "column": 34 } } @@ -104757,16 +104183,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 45267, - 45272 + 45044, + 45049 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 35 }, "end": { - "line": 1290, + "line": 1285, "column": 40 } } @@ -104776,32 +104202,32 @@ "value": "", "raw": "''", "range": [ - 45274, - 45276 + 45051, + 45053 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 42 }, "end": { - "line": 1290, + "line": 1285, "column": 44 } } } ], "range": [ - 45256, - 45277 + 45033, + 45054 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 24 }, "end": { - "line": 1290, + "line": 1285, "column": 45 } } @@ -104810,93 +104236,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45279, - 45287 + 45056, + 45064 ], "loc": { "start": { - "line": 1290, + "line": 1285, "column": 47 }, "end": { - "line": 1290, + "line": 1285, "column": 55 } } } ], "range": [ - 45216, - 45288 + 44993, + 45065 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 47 }, "end": { - "line": 1290, + "line": 1285, "column": 56 } } }, "range": [ - 45201, - 45288 + 44978, + 45065 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 32 }, "end": { - "line": 1290, + "line": 1285, "column": 56 } } }, "range": [ - 45189, - 45288 + 44966, + 45065 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 20 }, "end": { - "line": 1290, + "line": 1285, "column": 56 } } }, "range": [ - 45189, - 45289 + 44966, + 45066 ], "loc": { "start": { - "line": 1289, + "line": 1284, "column": 20 }, "end": { - "line": 1290, + "line": 1285, "column": 57 } } } ], "range": [ - 45167, - 45307 + 44944, + 45084 ], "loc": { "start": { - "line": 1288, + "line": 1283, "column": 32 }, "end": { - "line": 1291, + "line": 1286, "column": 17 } }, @@ -104905,16 +104331,16 @@ "type": "Line", "value": "lower", "range": [ - 45324, - 45331 + 45101, + 45108 ], "loc": { "start": { - "line": 1292, + "line": 1287, "column": 16 }, "end": { - "line": 1292, + "line": 1287, "column": 23 } } @@ -104927,16 +104353,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 45357, - 45362 + 45134, + 45139 ], "loc": { "start": { - "line": 1293, + "line": 1288, "column": 25 }, "end": { - "line": 1293, + "line": 1288, "column": 30 } } @@ -104953,16 +104379,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45386, - 45395 + 45163, + 45172 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 20 }, "end": { - "line": 1294, + "line": 1289, "column": 29 } } @@ -104974,16 +104400,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45398, - 45409 + 45175, + 45186 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 32 }, "end": { - "line": 1294, + "line": 1289, "column": 43 } } @@ -104994,16 +104420,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45412, - 45426 + 45189, + 45203 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 46 }, "end": { - "line": 1294, + "line": 1289, "column": 60 } } @@ -105018,16 +104444,16 @@ "type": "Identifier", "name": "sA", "range": [ - 45452, - 45454 + 45229, + 45231 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 24 }, "end": { - "line": 1295, + "line": 1290, "column": 26 } } @@ -105036,31 +104462,31 @@ "type": "Identifier", "name": "replace", "range": [ - 45455, - 45462 + 45232, + 45239 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 27 }, "end": { - "line": 1295, + "line": 1290, "column": 34 } } }, "range": [ - 45452, - 45462 + 45229, + 45239 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 24 }, "end": { - "line": 1295, + "line": 1290, "column": 34 } } @@ -105070,16 +104496,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 45463, - 45467 + 45240, + 45244 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 35 }, "end": { - "line": 1295, + "line": 1290, "column": 39 } } @@ -105089,32 +104515,32 @@ "value": "", "raw": "''", "range": [ - 45469, - 45471 + 45246, + 45248 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 41 }, "end": { - "line": 1295, + "line": 1290, "column": 43 } } } ], "range": [ - 45452, - 45472 + 45229, + 45249 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 24 }, "end": { - "line": 1295, + "line": 1290, "column": 44 } } @@ -105123,93 +104549,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45474, - 45482 + 45251, + 45259 ], "loc": { "start": { - "line": 1295, + "line": 1290, "column": 46 }, "end": { - "line": 1295, + "line": 1290, "column": 54 } } } ], "range": [ - 45412, - 45483 + 45189, + 45260 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 46 }, "end": { - "line": 1295, + "line": 1290, "column": 55 } } }, "range": [ - 45398, - 45483 + 45175, + 45260 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 32 }, "end": { - "line": 1295, + "line": 1290, "column": 55 } } }, "range": [ - 45386, - 45483 + 45163, + 45260 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 20 }, "end": { - "line": 1295, + "line": 1290, "column": 55 } } }, "range": [ - 45386, - 45484 + 45163, + 45261 ], "loc": { "start": { - "line": 1294, + "line": 1289, "column": 20 }, "end": { - "line": 1295, + "line": 1290, "column": 56 } } } ], "range": [ - 45364, - 45502 + 45141, + 45279 ], "loc": { "start": { - "line": 1293, + "line": 1288, "column": 32 }, "end": { - "line": 1296, + "line": 1291, "column": 17 } }, @@ -105218,16 +104644,16 @@ "type": "Line", "value": "greater", "range": [ - 45519, - 45528 + 45296, + 45305 ], "loc": { "start": { - "line": 1297, + "line": 1292, "column": 16 }, "end": { - "line": 1297, + "line": 1292, "column": 25 } } @@ -105240,16 +104666,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 45554, - 45559 + 45331, + 45336 ], "loc": { "start": { - "line": 1298, + "line": 1293, "column": 25 }, "end": { - "line": 1298, + "line": 1293, "column": 30 } } @@ -105266,16 +104692,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45583, - 45592 + 45360, + 45369 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 20 }, "end": { - "line": 1299, + "line": 1294, "column": 29 } } @@ -105287,16 +104713,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45595, - 45606 + 45372, + 45383 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 32 }, "end": { - "line": 1299, + "line": 1294, "column": 43 } } @@ -105307,16 +104733,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45609, - 45623 + 45386, + 45400 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 46 }, "end": { - "line": 1299, + "line": 1294, "column": 60 } } @@ -105331,16 +104757,16 @@ "type": "Identifier", "name": "sA", "range": [ - 45649, - 45651 + 45426, + 45428 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 24 }, "end": { - "line": 1300, + "line": 1295, "column": 26 } } @@ -105349,31 +104775,31 @@ "type": "Identifier", "name": "replace", "range": [ - 45652, - 45659 + 45429, + 45436 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 27 }, "end": { - "line": 1300, + "line": 1295, "column": 34 } } }, "range": [ - 45649, - 45659 + 45426, + 45436 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 24 }, "end": { - "line": 1300, + "line": 1295, "column": 34 } } @@ -105383,16 +104809,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 45660, - 45664 + 45437, + 45441 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 35 }, "end": { - "line": 1300, + "line": 1295, "column": 39 } } @@ -105402,32 +104828,32 @@ "value": "", "raw": "''", "range": [ - 45666, - 45668 + 45443, + 45445 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 41 }, "end": { - "line": 1300, + "line": 1295, "column": 43 } } } ], "range": [ - 45649, - 45669 + 45426, + 45446 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 24 }, "end": { - "line": 1300, + "line": 1295, "column": 44 } } @@ -105436,93 +104862,93 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45671, - 45679 + 45448, + 45456 ], "loc": { "start": { - "line": 1300, + "line": 1295, "column": 46 }, "end": { - "line": 1300, + "line": 1295, "column": 54 } } } ], "range": [ - 45609, - 45680 + 45386, + 45457 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 46 }, "end": { - "line": 1300, + "line": 1295, "column": 55 } } }, "range": [ - 45595, - 45680 + 45372, + 45457 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 32 }, "end": { - "line": 1300, + "line": 1295, "column": 55 } } }, "range": [ - 45583, - 45680 + 45360, + 45457 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 20 }, "end": { - "line": 1300, + "line": 1295, "column": 55 } } }, "range": [ - 45583, - 45681 + 45360, + 45458 ], "loc": { "start": { - "line": 1299, + "line": 1294, "column": 20 }, "end": { - "line": 1300, + "line": 1295, "column": 56 } } } ], "range": [ - 45561, - 45699 + 45338, + 45476 ], "loc": { "start": { - "line": 1298, + "line": 1293, "column": 32 }, "end": { - "line": 1301, + "line": 1296, "column": 17 } }, @@ -105531,16 +104957,16 @@ "type": "Line", "value": "different", "range": [ - 45716, - 45727 + 45493, + 45504 ], "loc": { "start": { - "line": 1302, + "line": 1297, "column": 16 }, "end": { - "line": 1302, + "line": 1297, "column": 27 } } @@ -105553,16 +104979,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 45753, - 45758 + 45530, + 45535 ], "loc": { "start": { - "line": 1303, + "line": 1298, "column": 25 }, "end": { - "line": 1303, + "line": 1298, "column": 30 } } @@ -105579,16 +105005,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45782, - 45791 + 45559, + 45568 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 20 }, "end": { - "line": 1304, + "line": 1299, "column": 29 } } @@ -105601,16 +105027,16 @@ "type": "Identifier", "name": "contains", "range": [ - 45794, - 45802 + 45571, + 45579 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 32 }, "end": { - "line": 1304, + "line": 1299, "column": 40 } } @@ -105625,16 +105051,16 @@ "type": "Identifier", "name": "sA", "range": [ - 45803, - 45805 + 45580, + 45582 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 41 }, "end": { - "line": 1304, + "line": 1299, "column": 43 } } @@ -105643,31 +105069,31 @@ "type": "Identifier", "name": "replace", "range": [ - 45806, - 45813 + 45583, + 45590 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 44 }, "end": { - "line": 1304, + "line": 1299, "column": 51 } } }, "range": [ - 45803, - 45813 + 45580, + 45590 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 41 }, "end": { - "line": 1304, + "line": 1299, "column": 51 } } @@ -105677,16 +105103,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 45814, - 45818 + 45591, + 45595 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 52 }, "end": { - "line": 1304, + "line": 1299, "column": 56 } } @@ -105696,32 +105122,32 @@ "value": "", "raw": "''", "range": [ - 45820, - 45822 + 45597, + 45599 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 58 }, "end": { - "line": 1304, + "line": 1299, "column": 60 } } } ], "range": [ - 45803, - 45823 + 45580, + 45600 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 41 }, "end": { - "line": 1304, + "line": 1299, "column": 61 } } @@ -105730,16 +105156,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 45825, - 45833 + 45602, + 45610 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 63 }, "end": { - "line": 1304, + "line": 1299, "column": 71 } } @@ -105749,16 +105175,16 @@ "value": false, "raw": "false", "range": [ - 45859, - 45864 + 45636, + 45641 ], "loc": { "start": { - "line": 1305, + "line": 1300, "column": 24 }, "end": { - "line": 1305, + "line": 1300, "column": 29 } } @@ -105769,16 +105195,16 @@ "object": { "type": "ThisExpression", "range": [ - 45866, - 45870 + 45643, + 45647 ], "loc": { "start": { - "line": 1305, + "line": 1300, "column": 31 }, "end": { - "line": 1305, + "line": 1300, "column": 35 } } @@ -105787,47 +105213,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 45871, - 45884 + 45648, + 45661 ], "loc": { "start": { - "line": 1305, + "line": 1300, "column": 36 }, "end": { - "line": 1305, + "line": 1300, "column": 49 } } }, "range": [ - 45866, - 45884 + 45643, + 45661 ], "loc": { "start": { - "line": 1305, + "line": 1300, "column": 31 }, "end": { - "line": 1305, + "line": 1300, "column": 49 } } } ], "range": [ - 45794, - 45885 + 45571, + 45662 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 32 }, "end": { - "line": 1305, + "line": 1300, "column": 50 } } @@ -105837,16 +105263,16 @@ "value": false, "raw": "false", "range": [ - 45888, - 45893 + 45665, + 45670 ], "loc": { "start": { - "line": 1305, + "line": 1300, "column": 53 }, "end": { - "line": 1305, + "line": 1300, "column": 58 } } @@ -105856,77 +105282,77 @@ "value": true, "raw": "true", "range": [ - 45896, - 45900 + 45673, + 45677 ], "loc": { "start": { - "line": 1305, + "line": 1300, "column": 61 }, "end": { - "line": 1305, + "line": 1300, "column": 65 } } }, "range": [ - 45794, - 45900 + 45571, + 45677 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 32 }, "end": { - "line": 1305, + "line": 1300, "column": 65 } } }, "range": [ - 45782, - 45900 + 45559, + 45677 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 20 }, "end": { - "line": 1305, + "line": 1300, "column": 65 } } }, "range": [ - 45782, - 45901 + 45559, + 45678 ], "loc": { "start": { - "line": 1304, + "line": 1299, "column": 20 }, "end": { - "line": 1305, + "line": 1300, "column": 66 } } } ], "range": [ - 45760, - 45919 + 45537, + 45696 ], "loc": { "start": { - "line": 1303, + "line": 1298, "column": 32 }, "end": { - "line": 1306, + "line": 1301, "column": 17 } }, @@ -105935,16 +105361,16 @@ "type": "Line", "value": "like", "range": [ - 45936, - 45942 + 45713, + 45719 ], "loc": { "start": { - "line": 1307, + "line": 1302, "column": 16 }, "end": { - "line": 1307, + "line": 1302, "column": 22 } } @@ -105957,16 +105383,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 45968, - 45973 + 45745, + 45750 ], "loc": { "start": { - "line": 1308, + "line": 1303, "column": 25 }, "end": { - "line": 1308, + "line": 1303, "column": 30 } } @@ -105983,16 +105409,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 45997, - 46006 + 45774, + 45783 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 20 }, "end": { - "line": 1309, + "line": 1304, "column": 29 } } @@ -106003,16 +105429,16 @@ "type": "Identifier", "name": "contains", "range": [ - 46009, - 46017 + 45786, + 45794 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 32 }, "end": { - "line": 1309, + "line": 1304, "column": 40 } } @@ -106027,16 +105453,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46018, - 46020 + 45795, + 45797 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 41 }, "end": { - "line": 1309, + "line": 1304, "column": 43 } } @@ -106045,31 +105471,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46021, - 46028 + 45798, + 45805 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 44 }, "end": { - "line": 1309, + "line": 1304, "column": 51 } } }, "range": [ - 46018, - 46028 + 45795, + 45805 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 41 }, "end": { - "line": 1309, + "line": 1304, "column": 51 } } @@ -106079,16 +105505,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 46029, - 46034 + 45806, + 45811 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 52 }, "end": { - "line": 1309, + "line": 1304, "column": 57 } } @@ -106098,32 +105524,32 @@ "value": "", "raw": "''", "range": [ - 46036, - 46038 + 45813, + 45815 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 59 }, "end": { - "line": 1309, + "line": 1304, "column": 61 } } } ], "range": [ - 46018, - 46039 + 45795, + 45816 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 41 }, "end": { - "line": 1309, + "line": 1304, "column": 62 } } @@ -106132,16 +105558,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46041, - 46049 + 45818, + 45826 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 64 }, "end": { - "line": 1309, + "line": 1304, "column": 72 } } @@ -106151,16 +105577,16 @@ "value": false, "raw": "false", "range": [ - 46075, - 46080 + 45852, + 45857 ], "loc": { "start": { - "line": 1310, + "line": 1305, "column": 24 }, "end": { - "line": 1310, + "line": 1305, "column": 29 } } @@ -106171,16 +105597,16 @@ "object": { "type": "ThisExpression", "range": [ - 46082, - 46086 + 45859, + 45863 ], "loc": { "start": { - "line": 1310, + "line": 1305, "column": 31 }, "end": { - "line": 1310, + "line": 1305, "column": 35 } } @@ -106189,93 +105615,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 46087, - 46100 + 45864, + 45877 ], "loc": { "start": { - "line": 1310, + "line": 1305, "column": 36 }, "end": { - "line": 1310, + "line": 1305, "column": 49 } } }, "range": [ - 46082, - 46100 + 45859, + 45877 ], "loc": { "start": { - "line": 1310, + "line": 1305, "column": 31 }, "end": { - "line": 1310, + "line": 1305, "column": 49 } } } ], "range": [ - 46009, - 46101 + 45786, + 45878 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 32 }, "end": { - "line": 1310, + "line": 1305, "column": 50 } } }, "range": [ - 45997, - 46101 + 45774, + 45878 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 20 }, "end": { - "line": 1310, + "line": 1305, "column": 50 } } }, "range": [ - 45997, - 46102 + 45774, + 45879 ], "loc": { "start": { - "line": 1309, + "line": 1304, "column": 20 }, "end": { - "line": 1310, + "line": 1305, "column": 51 } } } ], "range": [ - 45975, - 46120 + 45752, + 45897 ], "loc": { "start": { - "line": 1308, + "line": 1303, "column": 32 }, "end": { - "line": 1311, + "line": 1306, "column": 17 } }, @@ -106284,16 +105710,16 @@ "type": "Line", "value": "equal", "range": [ - 46137, - 46144 + 45914, + 45921 ], "loc": { "start": { - "line": 1312, + "line": 1307, "column": 16 }, "end": { - "line": 1312, + "line": 1307, "column": 23 } } @@ -106306,16 +105732,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 46170, - 46175 + 45947, + 45952 ], "loc": { "start": { - "line": 1313, + "line": 1308, "column": 25 }, "end": { - "line": 1313, + "line": 1308, "column": 30 } } @@ -106332,16 +105758,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46199, - 46208 + 45976, + 45985 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 20 }, "end": { - "line": 1314, + "line": 1309, "column": 29 } } @@ -106352,16 +105778,16 @@ "type": "Identifier", "name": "contains", "range": [ - 46211, - 46219 + 45988, + 45996 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 32 }, "end": { - "line": 1314, + "line": 1309, "column": 40 } } @@ -106376,16 +105802,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46220, - 46222 + 45997, + 45999 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 41 }, "end": { - "line": 1314, + "line": 1309, "column": 43 } } @@ -106394,31 +105820,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46223, - 46230 + 46000, + 46007 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 44 }, "end": { - "line": 1314, + "line": 1309, "column": 51 } } }, "range": [ - 46220, - 46230 + 45997, + 46007 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 41 }, "end": { - "line": 1314, + "line": 1309, "column": 51 } } @@ -106428,16 +105854,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 46231, - 46236 + 46008, + 46013 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 52 }, "end": { - "line": 1314, + "line": 1309, "column": 57 } } @@ -106447,32 +105873,32 @@ "value": "", "raw": "''", "range": [ - 46238, - 46240 + 46015, + 46017 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 59 }, "end": { - "line": 1314, + "line": 1309, "column": 61 } } } ], "range": [ - 46220, - 46241 + 45997, + 46018 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 41 }, "end": { - "line": 1314, + "line": 1309, "column": 62 } } @@ -106481,16 +105907,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46243, - 46251 + 46020, + 46028 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 64 }, "end": { - "line": 1314, + "line": 1309, "column": 72 } } @@ -106500,16 +105926,16 @@ "value": true, "raw": "true", "range": [ - 46277, - 46281 + 46054, + 46058 ], "loc": { "start": { - "line": 1315, + "line": 1310, "column": 24 }, "end": { - "line": 1315, + "line": 1310, "column": 28 } } @@ -106520,16 +105946,16 @@ "object": { "type": "ThisExpression", "range": [ - 46283, - 46287 + 46060, + 46064 ], "loc": { "start": { - "line": 1315, + "line": 1310, "column": 30 }, "end": { - "line": 1315, + "line": 1310, "column": 34 } } @@ -106538,93 +105964,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 46288, - 46301 + 46065, + 46078 ], "loc": { "start": { - "line": 1315, + "line": 1310, "column": 35 }, "end": { - "line": 1315, + "line": 1310, "column": 48 } } }, "range": [ - 46283, - 46301 + 46060, + 46078 ], "loc": { "start": { - "line": 1315, + "line": 1310, "column": 30 }, "end": { - "line": 1315, + "line": 1310, "column": 48 } } } ], "range": [ - 46211, - 46302 + 45988, + 46079 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 32 }, "end": { - "line": 1315, + "line": 1310, "column": 49 } } }, "range": [ - 46199, - 46302 + 45976, + 46079 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 20 }, "end": { - "line": 1315, + "line": 1310, "column": 49 } } }, "range": [ - 46199, - 46303 + 45976, + 46080 ], "loc": { "start": { - "line": 1314, + "line": 1309, "column": 20 }, "end": { - "line": 1315, + "line": 1310, "column": 50 } } } ], "range": [ - 46177, - 46321 + 45954, + 46098 ], "loc": { "start": { - "line": 1313, + "line": 1308, "column": 32 }, "end": { - "line": 1316, + "line": 1311, "column": 17 } }, @@ -106633,16 +106059,16 @@ "type": "Line", "value": "starts with", "range": [ - 46338, - 46351 + 46115, + 46128 ], "loc": { "start": { - "line": 1317, + "line": 1312, "column": 16 }, "end": { - "line": 1317, + "line": 1312, "column": 29 } } @@ -106655,16 +106081,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 46377, - 46382 + 46154, + 46159 ], "loc": { "start": { - "line": 1318, + "line": 1313, "column": 25 }, "end": { - "line": 1318, + "line": 1313, "column": 30 } } @@ -106681,16 +106107,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46406, - 46415 + 46183, + 46192 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 20 }, "end": { - "line": 1319, + "line": 1314, "column": 29 } } @@ -106709,16 +106135,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46418, - 46426 + 46195, + 46203 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 32 }, "end": { - "line": 1319, + "line": 1314, "column": 40 } } @@ -106727,31 +106153,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 46427, - 46434 + 46204, + 46211 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 41 }, "end": { - "line": 1319, + "line": 1314, "column": 48 } } }, "range": [ - 46418, - 46434 + 46195, + 46211 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 32 }, "end": { - "line": 1319, + "line": 1314, "column": 48 } } @@ -106766,16 +106192,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46435, - 46437 + 46212, + 46214 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 49 }, "end": { - "line": 1319, + "line": 1314, "column": 51 } } @@ -106784,31 +106210,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46438, - 46445 + 46215, + 46222 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 52 }, "end": { - "line": 1319, + "line": 1314, "column": 59 } } }, "range": [ - 46435, - 46445 + 46212, + 46222 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 49 }, "end": { - "line": 1319, + "line": 1314, "column": 59 } } @@ -106818,16 +106244,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 46446, - 46451 + 46223, + 46228 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 60 }, "end": { - "line": 1319, + "line": 1314, "column": 65 } } @@ -106837,48 +106263,48 @@ "value": "", "raw": "''", "range": [ - 46453, - 46455 + 46230, + 46232 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 67 }, "end": { - "line": 1319, + "line": 1314, "column": 69 } } } ], "range": [ - 46435, - 46456 + 46212, + 46233 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 49 }, "end": { - "line": 1319, + "line": 1314, "column": 70 } } } ], "range": [ - 46418, - 46457 + 46195, + 46234 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 32 }, "end": { - "line": 1319, + "line": 1314, "column": 71 } } @@ -106888,31 +106314,31 @@ "value": 0, "raw": "0", "range": [ - 46462, - 46463 + 46239, + 46240 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 76 }, "end": { - "line": 1319, + "line": 1314, "column": 77 } } }, "range": [ - 46418, - 46463 + 46195, + 46240 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 32 }, "end": { - "line": 1319, + "line": 1314, "column": 77 } } @@ -106922,16 +106348,16 @@ "value": true, "raw": "true", "range": [ - 46490, - 46494 + 46267, + 46271 ], "loc": { "start": { - "line": 1320, + "line": 1315, "column": 24 }, "end": { - "line": 1320, + "line": 1315, "column": 28 } } @@ -106941,77 +106367,77 @@ "value": false, "raw": "false", "range": [ - 46497, - 46502 + 46274, + 46279 ], "loc": { "start": { - "line": 1320, + "line": 1315, "column": 31 }, "end": { - "line": 1320, + "line": 1315, "column": 36 } } }, "range": [ - 46418, - 46502 + 46195, + 46279 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 32 }, "end": { - "line": 1320, + "line": 1315, "column": 36 } } }, "range": [ - 46406, - 46502 + 46183, + 46279 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 20 }, "end": { - "line": 1320, + "line": 1315, "column": 36 } } }, "range": [ - 46406, - 46503 + 46183, + 46280 ], "loc": { "start": { - "line": 1319, + "line": 1314, "column": 20 }, "end": { - "line": 1320, + "line": 1315, "column": 37 } } } ], "range": [ - 46384, - 46521 + 46161, + 46298 ], "loc": { "start": { - "line": 1318, + "line": 1313, "column": 32 }, "end": { - "line": 1321, + "line": 1316, "column": 17 } }, @@ -107020,16 +106446,16 @@ "type": "Line", "value": "ends with", "range": [ - 46538, - 46549 + 46315, + 46326 ], "loc": { "start": { - "line": 1322, + "line": 1317, "column": 16 }, "end": { - "line": 1322, + "line": 1317, "column": 27 } } @@ -107042,16 +106468,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 46575, - 46580 + 46352, + 46357 ], "loc": { "start": { - "line": 1323, + "line": 1318, "column": 25 }, "end": { - "line": 1323, + "line": 1318, "column": 30 } } @@ -107068,16 +106494,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 46608, - 46617 + 46385, + 46394 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 24 }, "end": { - "line": 1324, + "line": 1319, "column": 33 } } @@ -107091,16 +106517,16 @@ "type": "Identifier", "name": "sA", "range": [ - 46620, - 46622 + 46397, + 46399 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 36 }, "end": { - "line": 1324, + "line": 1319, "column": 38 } } @@ -107109,31 +106535,31 @@ "type": "Identifier", "name": "replace", "range": [ - 46623, - 46630 + 46400, + 46407 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 39 }, "end": { - "line": 1324, + "line": 1319, "column": 46 } } }, "range": [ - 46620, - 46630 + 46397, + 46407 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 36 }, "end": { - "line": 1324, + "line": 1319, "column": 46 } } @@ -107143,16 +106569,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 46631, - 46636 + 46408, + 46413 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 47 }, "end": { - "line": 1324, + "line": 1319, "column": 52 } } @@ -107162,47 +106588,47 @@ "value": "", "raw": "''", "range": [ - 46638, - 46640 + 46415, + 46417 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 54 }, "end": { - "line": 1324, + "line": 1319, "column": 56 } } } ], "range": [ - 46620, - 46641 + 46397, + 46418 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 36 }, "end": { - "line": 1324, + "line": 1319, "column": 57 } } }, "range": [ - 46608, - 46641 + 46385, + 46418 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 24 }, "end": { - "line": 1324, + "line": 1319, "column": 57 } } @@ -107210,16 +106636,16 @@ ], "kind": "let", "range": [ - 46604, - 46642 + 46381, + 46419 ], "loc": { "start": { - "line": 1324, + "line": 1319, "column": 20 }, "end": { - "line": 1324, + "line": 1319, "column": 58 } } @@ -107233,16 +106659,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 46663, - 46672 + 46440, + 46449 ], "loc": { "start": { - "line": 1325, + "line": 1320, "column": 20 }, "end": { - "line": 1325, + "line": 1320, "column": 29 } } @@ -107264,16 +106690,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46699, - 46707 + 46476, + 46484 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 24 }, "end": { - "line": 1326, + "line": 1321, "column": 32 } } @@ -107282,31 +106708,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 46708, - 46719 + 46485, + 46496 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 33 }, "end": { - "line": 1326, + "line": 1321, "column": 44 } } }, "range": [ - 46699, - 46719 + 46476, + 46496 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 24 }, "end": { - "line": 1326, + "line": 1321, "column": 44 } } @@ -107316,16 +106742,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 46720, - 46729 + 46497, + 46506 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 45 }, "end": { - "line": 1326, + "line": 1321, "column": 54 } } @@ -107340,16 +106766,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46731, - 46739 + 46508, + 46516 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 56 }, "end": { - "line": 1326, + "line": 1321, "column": 64 } } @@ -107358,31 +106784,31 @@ "type": "Identifier", "name": "length", "range": [ - 46740, - 46746 + 46517, + 46523 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 65 }, "end": { - "line": 1326, + "line": 1321, "column": 71 } } }, "range": [ - 46731, - 46746 + 46508, + 46523 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 56 }, "end": { - "line": 1326, + "line": 1321, "column": 71 } } @@ -107392,47 +106818,47 @@ "value": 1, "raw": "1", "range": [ - 46749, - 46750 + 46526, + 46527 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 74 }, "end": { - "line": 1326, + "line": 1321, "column": 75 } } }, "range": [ - 46731, - 46750 + 46508, + 46527 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 56 }, "end": { - "line": 1326, + "line": 1321, "column": 75 } } } ], "range": [ - 46699, - 46751 + 46476, + 46528 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 24 }, "end": { - "line": 1326, + "line": 1321, "column": 76 } } @@ -107450,16 +106876,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46785, - 46793 + 46562, + 46570 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 29 }, "end": { - "line": 1327, + "line": 1322, "column": 37 } } @@ -107468,31 +106894,31 @@ "type": "Identifier", "name": "length", "range": [ - 46794, - 46800 + 46571, + 46577 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 38 }, "end": { - "line": 1327, + "line": 1322, "column": 44 } } }, "range": [ - 46785, - 46800 + 46562, + 46577 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 29 }, "end": { - "line": 1327, + "line": 1322, "column": 44 } } @@ -107502,31 +106928,31 @@ "value": 1, "raw": "1", "range": [ - 46803, - 46804 + 46580, + 46581 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 47 }, "end": { - "line": 1327, + "line": 1322, "column": 48 } } }, "range": [ - 46785, - 46804 + 46562, + 46581 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 29 }, "end": { - "line": 1327, + "line": 1322, "column": 48 } } @@ -107541,16 +106967,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 46809, - 46818 + 46586, + 46595 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 53 }, "end": { - "line": 1327, + "line": 1322, "column": 62 } } @@ -107559,31 +106985,31 @@ "type": "Identifier", "name": "length", "range": [ - 46819, - 46825 + 46596, + 46602 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 63 }, "end": { - "line": 1327, + "line": 1322, "column": 69 } } }, "range": [ - 46809, - 46825 + 46586, + 46602 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 53 }, "end": { - "line": 1327, + "line": 1322, "column": 69 } } @@ -107593,61 +107019,61 @@ "value": 1, "raw": "1", "range": [ - 46828, - 46829 + 46605, + 46606 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 72 }, "end": { - "line": 1327, + "line": 1322, "column": 73 } } }, "range": [ - 46809, - 46829 + 46586, + 46606 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 53 }, "end": { - "line": 1327, + "line": 1322, "column": 73 } } }, "range": [ - 46784, - 46830 + 46561, + 46607 ], "loc": { "start": { - "line": 1327, + "line": 1322, "column": 28 }, "end": { - "line": 1327, + "line": 1322, "column": 74 } } }, "range": [ - 46699, - 46830 + 46476, + 46607 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 24 }, "end": { - "line": 1327, + "line": 1322, "column": 74 } } @@ -107664,16 +107090,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46862, - 46870 + 46639, + 46647 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 28 }, "end": { - "line": 1328, + "line": 1323, "column": 36 } } @@ -107682,31 +107108,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 46871, - 46882 + 46648, + 46659 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 37 }, "end": { - "line": 1328, + "line": 1323, "column": 48 } } }, "range": [ - 46862, - 46882 + 46639, + 46659 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 28 }, "end": { - "line": 1328, + "line": 1323, "column": 48 } } @@ -107716,16 +107142,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 46883, - 46892 + 46660, + 46669 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 49 }, "end": { - "line": 1328, + "line": 1323, "column": 58 } } @@ -107740,16 +107166,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 46894, - 46902 + 46671, + 46679 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 60 }, "end": { - "line": 1328, + "line": 1323, "column": 68 } } @@ -107758,31 +107184,31 @@ "type": "Identifier", "name": "length", "range": [ - 46903, - 46909 + 46680, + 46686 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 69 }, "end": { - "line": 1328, + "line": 1323, "column": 75 } } }, "range": [ - 46894, - 46909 + 46671, + 46686 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 60 }, "end": { - "line": 1328, + "line": 1323, "column": 75 } } @@ -107792,47 +107218,47 @@ "value": 1, "raw": "1", "range": [ - 46912, - 46913 + 46689, + 46690 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 78 }, "end": { - "line": 1328, + "line": 1323, "column": 79 } } }, "range": [ - 46894, - 46913 + 46671, + 46690 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 60 }, "end": { - "line": 1328, + "line": 1323, "column": 79 } } } ], "range": [ - 46862, - 46914 + 46639, + 46691 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 28 }, "end": { - "line": 1328, + "line": 1323, "column": 80 } } @@ -107845,62 +107271,62 @@ "value": 1, "raw": "1", "range": [ - 46946, - 46947 + 46723, + 46724 ], "loc": { "start": { - "line": 1329, + "line": 1324, "column": 31 }, "end": { - "line": 1329, + "line": 1324, "column": 32 } } }, "prefix": true, "range": [ - 46945, - 46947 + 46722, + 46724 ], "loc": { "start": { - "line": 1329, + "line": 1324, "column": 30 }, "end": { - "line": 1329, + "line": 1324, "column": 32 } } }, "range": [ - 46862, - 46947 + 46639, + 46724 ], "loc": { "start": { - "line": 1328, + "line": 1323, "column": 28 }, "end": { - "line": 1329, + "line": 1324, "column": 32 } } }, "range": [ - 46699, - 46947 + 46476, + 46724 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 24 }, "end": { - "line": 1329, + "line": 1324, "column": 32 } } @@ -107910,16 +107336,16 @@ "value": true, "raw": "true", "range": [ - 46950, - 46954 + 46727, + 46731 ], "loc": { "start": { - "line": 1329, + "line": 1324, "column": 35 }, "end": { - "line": 1329, + "line": 1324, "column": 39 } } @@ -107929,77 +107355,77 @@ "value": false, "raw": "false", "range": [ - 46957, - 46962 + 46734, + 46739 ], "loc": { "start": { - "line": 1329, + "line": 1324, "column": 42 }, "end": { - "line": 1329, + "line": 1324, "column": 47 } } }, "range": [ - 46699, - 46962 + 46476, + 46739 ], "loc": { "start": { - "line": 1326, + "line": 1321, "column": 24 }, "end": { - "line": 1329, + "line": 1324, "column": 47 } } }, "range": [ - 46663, - 46962 + 46440, + 46739 ], "loc": { "start": { - "line": 1325, + "line": 1320, "column": 20 }, "end": { - "line": 1329, + "line": 1324, "column": 47 } } }, "range": [ - 46663, - 46963 + 46440, + 46740 ], "loc": { "start": { - "line": 1325, + "line": 1320, "column": 20 }, "end": { - "line": 1329, + "line": 1324, "column": 48 } } } ], "range": [ - 46582, - 46981 + 46359, + 46758 ], "loc": { "start": { - "line": 1323, + "line": 1318, "column": 32 }, "end": { - "line": 1330, + "line": 1325, "column": 17 } }, @@ -108008,16 +107434,16 @@ "type": "Line", "value": "empty", "range": [ - 46998, - 47005 + 46775, + 46782 ], "loc": { "start": { - "line": 1331, + "line": 1326, "column": 16 }, "end": { - "line": 1331, + "line": 1326, "column": 23 } } @@ -108030,16 +107456,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 47031, - 47036 + 46808, + 46813 ], "loc": { "start": { - "line": 1332, + "line": 1327, "column": 25 }, "end": { - "line": 1332, + "line": 1327, "column": 30 } } @@ -108056,16 +107482,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47060, - 47069 + 46837, + 46846 ], "loc": { "start": { - "line": 1333, + "line": 1328, "column": 20 }, "end": { - "line": 1333, + "line": 1328, "column": 29 } } @@ -108076,16 +107502,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 47072, - 47085 + 46849, + 46862 ], "loc": { "start": { - "line": 1333, + "line": 1328, "column": 32 }, "end": { - "line": 1333, + "line": 1328, "column": 45 } } @@ -108095,78 +107521,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 47086, - 47094 + 46863, + 46871 ], "loc": { "start": { - "line": 1333, + "line": 1328, "column": 46 }, "end": { - "line": 1333, + "line": 1328, "column": 54 } } } ], "range": [ - 47072, - 47095 + 46849, + 46872 ], "loc": { "start": { - "line": 1333, + "line": 1328, "column": 32 }, "end": { - "line": 1333, + "line": 1328, "column": 55 } } }, "range": [ - 47060, - 47095 + 46837, + 46872 ], "loc": { "start": { - "line": 1333, + "line": 1328, "column": 20 }, "end": { - "line": 1333, + "line": 1328, "column": 55 } } }, "range": [ - 47060, - 47096 + 46837, + 46873 ], "loc": { "start": { - "line": 1333, + "line": 1328, "column": 20 }, "end": { - "line": 1333, + "line": 1328, "column": 56 } } } ], "range": [ - 47038, - 47114 + 46815, + 46891 ], "loc": { "start": { - "line": 1332, + "line": 1327, "column": 32 }, "end": { - "line": 1334, + "line": 1329, "column": 17 } }, @@ -108175,16 +107601,16 @@ "type": "Line", "value": "non-empty", "range": [ - 47131, - 47142 + 46908, + 46919 ], "loc": { "start": { - "line": 1335, + "line": 1330, "column": 16 }, "end": { - "line": 1335, + "line": 1330, "column": 27 } } @@ -108197,16 +107623,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 47168, - 47173 + 46945, + 46950 ], "loc": { "start": { - "line": 1336, + "line": 1331, "column": 25 }, "end": { - "line": 1336, + "line": 1331, "column": 30 } } @@ -108223,16 +107649,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47197, - 47206 + 46974, + 46983 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 20 }, "end": { - "line": 1337, + "line": 1332, "column": 29 } } @@ -108246,16 +107672,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 47210, - 47223 + 46987, + 47000 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 33 }, "end": { - "line": 1337, + "line": 1332, "column": 46 } } @@ -108265,94 +107691,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 47224, - 47232 + 47001, + 47009 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 47 }, "end": { - "line": 1337, + "line": 1332, "column": 55 } } } ], "range": [ - 47210, - 47233 + 46987, + 47010 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 33 }, "end": { - "line": 1337, + "line": 1332, "column": 56 } } }, "prefix": true, "range": [ - 47209, - 47233 + 46986, + 47010 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 32 }, "end": { - "line": 1337, + "line": 1332, "column": 56 } } }, "range": [ - 47197, - 47233 + 46974, + 47010 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 20 }, "end": { - "line": 1337, + "line": 1332, "column": 56 } } }, "range": [ - 47197, - 47234 + 46974, + 47011 ], "loc": { "start": { - "line": 1337, + "line": 1332, "column": 20 }, "end": { - "line": 1337, + "line": 1332, "column": 57 } } } ], "range": [ - 47175, - 47252 + 46952, + 47029 ], "loc": { "start": { - "line": 1336, + "line": 1331, "column": 32 }, "end": { - "line": 1338, + "line": 1333, "column": 17 } }, @@ -108361,16 +107787,16 @@ "type": "Line", "value": "regexp", "range": [ - 47269, - 47277 + 47046, + 47054 ], "loc": { "start": { - "line": 1339, + "line": 1334, "column": 16 }, "end": { - "line": 1339, + "line": 1334, "column": 24 } } @@ -108383,16 +107809,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 47303, - 47308 + 47080, + 47085 ], "loc": { "start": { - "line": 1340, + "line": 1335, "column": 25 }, "end": { - "line": 1340, + "line": 1335, "column": 30 } } @@ -108414,16 +107840,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 47468, - 47475 + 47245, + 47252 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 28 }, "end": { - "line": 1344, + "line": 1339, "column": 35 } } @@ -108437,16 +107863,16 @@ "type": "Identifier", "name": "sA", "range": [ - 47478, - 47480 + 47255, + 47257 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 38 }, "end": { - "line": 1344, + "line": 1339, "column": 40 } } @@ -108455,31 +107881,31 @@ "type": "Identifier", "name": "replace", "range": [ - 47481, - 47488 + 47258, + 47265 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 41 }, "end": { - "line": 1344, + "line": 1339, "column": 48 } } }, "range": [ - 47478, - 47488 + 47255, + 47265 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 38 }, "end": { - "line": 1344, + "line": 1339, "column": 48 } } @@ -108489,16 +107915,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 47489, - 47494 + 47266, + 47271 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 49 }, "end": { - "line": 1344, + "line": 1339, "column": 54 } } @@ -108508,47 +107934,47 @@ "value": "", "raw": "''", "range": [ - 47496, - 47498 + 47273, + 47275 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 56 }, "end": { - "line": 1344, + "line": 1339, "column": 58 } } } ], "range": [ - 47478, - 47499 + 47255, + 47276 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 38 }, "end": { - "line": 1344, + "line": 1339, "column": 59 } } }, "range": [ - 47468, - 47499 + 47245, + 47276 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 28 }, "end": { - "line": 1344, + "line": 1339, "column": 59 } } @@ -108556,16 +107982,16 @@ ], "kind": "let", "range": [ - 47464, - 47500 + 47241, + 47277 ], "loc": { "start": { - "line": 1344, + "line": 1339, "column": 24 }, "end": { - "line": 1344, + "line": 1339, "column": 60 } }, @@ -108574,16 +108000,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 47418, - 47439 + 47195, + 47216 ], "loc": { "start": { - "line": 1343, + "line": 1338, "column": 24 }, "end": { - "line": 1343, + "line": 1338, "column": 45 } } @@ -108599,16 +108025,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 47529, - 47532 + 47306, + 47309 ], "loc": { "start": { - "line": 1345, + "line": 1340, "column": 28 }, "end": { - "line": 1345, + "line": 1340, "column": 31 } } @@ -108619,16 +108045,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 47539, - 47545 + 47316, + 47322 ], "loc": { "start": { - "line": 1345, + "line": 1340, "column": 38 }, "end": { - "line": 1345, + "line": 1340, "column": 44 } } @@ -108638,47 +108064,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 47546, - 47553 + 47323, + 47330 ], "loc": { "start": { - "line": 1345, + "line": 1340, "column": 45 }, "end": { - "line": 1345, + "line": 1340, "column": 52 } } } ], "range": [ - 47535, - 47554 + 47312, + 47331 ], "loc": { "start": { - "line": 1345, + "line": 1340, "column": 34 }, "end": { - "line": 1345, + "line": 1340, "column": 53 } } }, "range": [ - 47529, - 47554 + 47306, + 47331 ], "loc": { "start": { - "line": 1345, + "line": 1340, "column": 28 }, "end": { - "line": 1345, + "line": 1340, "column": 53 } } @@ -108686,16 +108112,16 @@ ], "kind": "let", "range": [ - 47525, - 47555 + 47302, + 47332 ], "loc": { "start": { - "line": 1345, + "line": 1340, "column": 24 }, "end": { - "line": 1345, + "line": 1340, "column": 54 } } @@ -108709,16 +108135,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47580, - 47589 + 47357, + 47366 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 24 }, "end": { - "line": 1346, + "line": 1341, "column": 33 } } @@ -108732,16 +108158,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 47592, - 47595 + 47369, + 47372 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 36 }, "end": { - "line": 1346, + "line": 1341, "column": 39 } } @@ -108750,31 +108176,31 @@ "type": "Identifier", "name": "test", "range": [ - 47596, - 47600 + 47373, + 47377 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 40 }, "end": { - "line": 1346, + "line": 1341, "column": 44 } } }, "range": [ - 47592, - 47600 + 47369, + 47377 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 36 }, "end": { - "line": 1346, + "line": 1341, "column": 44 } } @@ -108784,78 +108210,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 47601, - 47609 + 47378, + 47386 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 45 }, "end": { - "line": 1346, + "line": 1341, "column": 53 } } } ], "range": [ - 47592, - 47610 + 47369, + 47387 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 36 }, "end": { - "line": 1346, + "line": 1341, "column": 54 } } }, "range": [ - 47580, - 47610 + 47357, + 47387 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 24 }, "end": { - "line": 1346, + "line": 1341, "column": 54 } } }, "range": [ - 47580, - 47611 + 47357, + 47388 ], "loc": { "start": { - "line": 1346, + "line": 1341, "column": 24 }, "end": { - "line": 1346, + "line": 1341, "column": 55 } } } ], "range": [ - 47392, - 47633 + 47169, + 47410 ], "loc": { "start": { - "line": 1342, + "line": 1337, "column": 24 }, "end": { - "line": 1347, + "line": 1342, "column": 21 } } @@ -108866,16 +108292,16 @@ "type": "Identifier", "name": "ex", "range": [ - 47641, - 47643 + 47418, + 47420 ], "loc": { "start": { - "line": 1347, + "line": 1342, "column": 29 }, "end": { - "line": 1347, + "line": 1342, "column": 31 } } @@ -108892,16 +108318,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 47671, - 47680 + 47448, + 47457 ], "loc": { "start": { - "line": 1348, + "line": 1343, "column": 24 }, "end": { - "line": 1348, + "line": 1343, "column": 33 } } @@ -108911,93 +108337,93 @@ "value": false, "raw": "false", "range": [ - 47683, - 47688 + 47460, + 47465 ], "loc": { "start": { - "line": 1348, + "line": 1343, "column": 36 }, "end": { - "line": 1348, + "line": 1343, "column": 41 } } }, "range": [ - 47671, - 47688 + 47448, + 47465 ], "loc": { "start": { - "line": 1348, + "line": 1343, "column": 24 }, "end": { - "line": 1348, + "line": 1343, "column": 41 } } }, "range": [ - 47671, - 47689 + 47448, + 47466 ], "loc": { "start": { - "line": 1348, + "line": 1343, "column": 24 }, "end": { - "line": 1348, + "line": 1343, "column": 42 } } } ], "range": [ - 47645, - 47711 + 47422, + 47488 ], "loc": { "start": { - "line": 1347, + "line": 1342, "column": 33 }, "end": { - "line": 1349, + "line": 1344, "column": 21 } } }, "range": [ - 47634, - 47711 + 47411, + 47488 ], "loc": { "start": { - "line": 1347, + "line": 1342, "column": 22 }, "end": { - "line": 1349, + "line": 1344, "column": 21 } } }, "finalizer": null, "range": [ - 47388, - 47711 + 47165, + 47488 ], "loc": { "start": { - "line": 1342, + "line": 1337, "column": 20 }, "end": { - "line": 1349, + "line": 1344, "column": 21 } }, @@ -109006,16 +108432,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 47332, - 47367 + 47109, + 47144 ], "loc": { "start": { - "line": 1341, + "line": 1336, "column": 20 }, "end": { - "line": 1341, + "line": 1336, "column": 55 } } @@ -109024,16 +108450,16 @@ } ], "range": [ - 47310, - 47729 + 47087, + 47506 ], "loc": { "start": { - "line": 1340, + "line": 1335, "column": 32 }, "end": { - "line": 1350, + "line": 1345, "column": 17 } } @@ -109056,16 +108482,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 47913, - 47924 + 47690, + 47701 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 24 }, "end": { - "line": 1353, + "line": 1348, "column": 35 } } @@ -109076,16 +108502,16 @@ "object": { "type": "ThisExpression", "range": [ - 47928, - 47932 + 47705, + 47709 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 39 }, "end": { - "line": 1353, + "line": 1348, "column": 43 } } @@ -109094,46 +108520,46 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 47933, - 47947 + 47710, + 47724 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 44 }, "end": { - "line": 1353, + "line": 1348, "column": 58 } } }, "range": [ - 47928, - 47947 + 47705, + 47724 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 39 }, "end": { - "line": 1353, + "line": 1348, "column": 58 } } }, "range": [ - 47913, - 47947 + 47690, + 47724 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 24 }, "end": { - "line": 1353, + "line": 1348, "column": 58 } } @@ -109147,16 +108573,16 @@ "object": { "type": "ThisExpression", "range": [ - 47975, - 47979 + 47752, + 47756 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 24 }, "end": { - "line": 1354, + "line": 1349, "column": 28 } } @@ -109165,31 +108591,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 47980, - 47991 + 47757, + 47768 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 29 }, "end": { - "line": 1354, + "line": 1349, "column": 40 } } }, "range": [ - 47975, - 47991 + 47752, + 47768 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 24 }, "end": { - "line": 1354, + "line": 1349, "column": 40 } } @@ -109198,46 +108624,46 @@ "type": "Identifier", "name": "j", "range": [ - 47992, - 47993 + 47769, + 47770 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 41 }, "end": { - "line": 1354, + "line": 1349, "column": 42 } } }, "range": [ - 47975, - 47994 + 47752, + 47771 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 24 }, "end": { - "line": 1354, + "line": 1349, "column": 43 } } }, "range": [ - 47913, - 47994 + 47690, + 47771 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 24 }, "end": { - "line": 1354, + "line": 1349, "column": 43 } } @@ -109251,16 +108677,16 @@ "object": { "type": "ThisExpression", "range": [ - 47999, - 48003 + 47776, + 47780 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 48 }, "end": { - "line": 1354, + "line": 1349, "column": 52 } } @@ -109269,62 +108695,62 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 48004, - 48019 + 47781, + 47796 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 53 }, "end": { - "line": 1354, + "line": 1349, "column": 68 } } }, "range": [ - 47999, - 48019 + 47776, + 47796 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 48 }, "end": { - "line": 1354, + "line": 1349, "column": 68 } } }, "prefix": true, "range": [ - 47998, - 48019 + 47775, + 47796 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 47 }, "end": { - "line": 1354, + "line": 1349, "column": 68 } } }, "range": [ - 47913, - 48019 + 47690, + 47796 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 24 }, "end": { - "line": 1354, + "line": 1349, "column": 68 } } @@ -109341,16 +108767,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48047, - 48049 + 47824, + 47826 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 24 }, "end": { - "line": 1355, + "line": 1350, "column": 26 } } @@ -109361,16 +108787,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 48052, - 48066 + 47829, + 47843 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 29 }, "end": { - "line": 1355, + "line": 1350, "column": 43 } } @@ -109380,16 +108806,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48067, - 48069 + 47844, + 47846 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 44 }, "end": { - "line": 1355, + "line": 1350, "column": 46 } } @@ -109398,62 +108824,62 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 48071, - 48079 + 47848, + 47856 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 48 }, "end": { - "line": 1355, + "line": 1350, "column": 56 } } } ], "range": [ - 48052, - 48080 + 47829, + 47857 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 29 }, "end": { - "line": 1355, + "line": 1350, "column": 57 } } }, "range": [ - 48047, - 48080 + 47824, + 47857 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 24 }, "end": { - "line": 1355, + "line": 1350, "column": 57 } } }, "range": [ - 48047, - 48081 + 47824, + 47858 ], "loc": { "start": { - "line": 1355, + "line": 1350, "column": 24 }, "end": { - "line": 1355, + "line": 1350, "column": 58 } } @@ -109467,16 +108893,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48106, - 48115 + 47883, + 47892 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 24 }, "end": { - "line": 1356, + "line": 1351, "column": 33 } } @@ -109491,16 +108917,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 48118, - 48129 + 47895, + 47906 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 36 }, "end": { - "line": 1356, + "line": 1351, "column": 47 } } @@ -109509,31 +108935,31 @@ "type": "Identifier", "name": "sA", "range": [ - 48134, - 48136 + 47911, + 47913 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 52 }, "end": { - "line": 1356, + "line": 1351, "column": 54 } } }, "range": [ - 48118, - 48136 + 47895, + 47913 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 36 }, "end": { - "line": 1356, + "line": 1351, "column": 54 } } @@ -109544,16 +108970,16 @@ "type": "Identifier", "name": "contains", "range": [ - 48168, - 48176 + 47945, + 47953 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 28 }, "end": { - "line": 1357, + "line": 1352, "column": 36 } } @@ -109568,16 +108994,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48177, - 48179 + 47954, + 47956 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 37 }, "end": { - "line": 1357, + "line": 1352, "column": 39 } } @@ -109586,47 +109012,47 @@ "type": "Identifier", "name": "toString", "range": [ - 48180, - 48188 + 47957, + 47965 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 40 }, "end": { - "line": 1357, + "line": 1352, "column": 48 } } }, "range": [ - 48177, - 48188 + 47954, + 47965 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 37 }, "end": { - "line": 1357, + "line": 1352, "column": 48 } } }, "arguments": [], "range": [ - 48177, - 48190 + 47954, + 47967 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 37 }, "end": { - "line": 1357, + "line": 1352, "column": 50 } } @@ -109640,16 +109066,16 @@ "type": "Identifier", "name": "numCellData", "range": [ - 48192, - 48203 + 47969, + 47980 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 52 }, "end": { - "line": 1357, + "line": 1352, "column": 63 } } @@ -109658,47 +109084,47 @@ "type": "Identifier", "name": "toString", "range": [ - 48204, - 48212 + 47981, + 47989 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 64 }, "end": { - "line": 1357, + "line": 1352, "column": 72 } } }, "range": [ - 48192, - 48212 + 47969, + 47989 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 52 }, "end": { - "line": 1357, + "line": 1352, "column": 72 } } }, "arguments": [], "range": [ - 48192, - 48214 + 47969, + 47991 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 52 }, "end": { - "line": 1357, + "line": 1352, "column": 74 } } @@ -109711,16 +109137,16 @@ "object": { "type": "ThisExpression", "range": [ - 48248, - 48252 + 48025, + 48029 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 32 }, "end": { - "line": 1358, + "line": 1353, "column": 36 } } @@ -109729,31 +109155,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 48253, - 48265 + 48030, + 48042 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 37 }, "end": { - "line": 1358, + "line": 1353, "column": 49 } } }, "range": [ - 48248, - 48265 + 48025, + 48042 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 32 }, "end": { - "line": 1358, + "line": 1353, "column": 49 } } @@ -109763,32 +109189,32 @@ "type": "Identifier", "name": "j", "range": [ - 48266, - 48267 + 48043, + 48044 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 50 }, "end": { - "line": 1358, + "line": 1353, "column": 51 } } } ], "range": [ - 48248, - 48268 + 48025, + 48045 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 32 }, "end": { - "line": 1358, + "line": 1353, "column": 52 } } @@ -109799,16 +109225,16 @@ "object": { "type": "ThisExpression", "range": [ - 48270, - 48274 + 48047, + 48051 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 54 }, "end": { - "line": 1358, + "line": 1353, "column": 58 } } @@ -109817,108 +109243,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 48275, - 48288 + 48052, + 48065 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 59 }, "end": { - "line": 1358, + "line": 1353, "column": 72 } } }, "range": [ - 48270, - 48288 + 48047, + 48065 ], "loc": { "start": { - "line": 1358, + "line": 1353, "column": 54 }, "end": { - "line": 1358, + "line": 1353, "column": 72 } } } ], "range": [ - 48168, - 48289 + 47945, + 48066 ], "loc": { "start": { - "line": 1357, + "line": 1352, "column": 28 }, "end": { - "line": 1358, + "line": 1353, "column": 73 } } }, "range": [ - 48118, - 48289 + 47895, + 48066 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 36 }, "end": { - "line": 1358, + "line": 1353, "column": 73 } } }, "range": [ - 48106, - 48289 + 47883, + 48066 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 24 }, "end": { - "line": 1358, + "line": 1353, "column": 73 } } }, "range": [ - 48106, - 48290 + 47883, + 48067 ], "loc": { "start": { - "line": 1356, + "line": 1351, "column": 24 }, "end": { - "line": 1358, + "line": 1353, "column": 74 } } } ], "range": [ - 48021, - 48312 + 47798, + 48089 ], "loc": { "start": { - "line": 1354, + "line": 1349, "column": 70 }, "end": { - "line": 1359, + "line": 1354, "column": 21 } } @@ -109935,16 +109361,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48422, - 48431 + 48199, + 48208 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 24 }, "end": { - "line": 1361, + "line": 1356, "column": 33 } } @@ -109955,16 +109381,16 @@ "type": "Identifier", "name": "contains", "range": [ - 48434, - 48442 + 48211, + 48219 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 36 }, "end": { - "line": 1361, + "line": 1356, "column": 44 } } @@ -109974,16 +109400,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48443, - 48445 + 48220, + 48222 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 45 }, "end": { - "line": 1361, + "line": 1356, "column": 47 } } @@ -109992,16 +109418,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 48447, - 48455 + 48224, + 48232 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 49 }, "end": { - "line": 1361, + "line": 1356, "column": 57 } } @@ -110014,16 +109440,16 @@ "object": { "type": "ThisExpression", "range": [ - 48457, - 48461 + 48234, + 48238 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 59 }, "end": { - "line": 1361, + "line": 1356, "column": 63 } } @@ -110032,31 +109458,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 48462, - 48474 + 48239, + 48251 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 64 }, "end": { - "line": 1361, + "line": 1356, "column": 76 } } }, "range": [ - 48457, - 48474 + 48234, + 48251 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 59 }, "end": { - "line": 1361, + "line": 1356, "column": 76 } } @@ -110066,32 +109492,32 @@ "type": "Identifier", "name": "j", "range": [ - 48475, - 48476 + 48252, + 48253 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 77 }, "end": { - "line": 1361, + "line": 1356, "column": 78 } } } ], "range": [ - 48457, - 48477 + 48234, + 48254 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 59 }, "end": { - "line": 1361, + "line": 1356, "column": 79 } } @@ -110102,16 +109528,16 @@ "object": { "type": "ThisExpression", "range": [ - 48507, - 48511 + 48284, + 48288 ], "loc": { "start": { - "line": 1362, + "line": 1357, "column": 28 }, "end": { - "line": 1362, + "line": 1357, "column": 32 } } @@ -110120,77 +109546,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 48512, - 48525 + 48289, + 48302 ], "loc": { "start": { - "line": 1362, + "line": 1357, "column": 33 }, "end": { - "line": 1362, + "line": 1357, "column": 46 } } }, "range": [ - 48507, - 48525 + 48284, + 48302 ], "loc": { "start": { - "line": 1362, + "line": 1357, "column": 28 }, "end": { - "line": 1362, + "line": 1357, "column": 46 } } } ], "range": [ - 48434, - 48526 + 48211, + 48303 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 36 }, "end": { - "line": 1362, + "line": 1357, "column": 47 } } }, "range": [ - 48422, - 48526 + 48199, + 48303 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 24 }, "end": { - "line": 1362, + "line": 1357, "column": 47 } } }, "range": [ - 48422, - 48527 + 48199, + 48304 ], "loc": { "start": { - "line": 1361, + "line": 1356, "column": 24 }, "end": { - "line": 1362, + "line": 1357, "column": 48 } }, @@ -110199,16 +109625,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 48344, - 48397 + 48121, + 48174 ], "loc": { "start": { - "line": 1360, + "line": 1355, "column": 24 }, "end": { - "line": 1360, + "line": 1355, "column": 77 } } @@ -110217,31 +109643,31 @@ } ], "range": [ - 48318, - 48549 + 48095, + 48326 ], "loc": { "start": { - "line": 1359, + "line": 1354, "column": 27 }, "end": { - "line": 1363, + "line": 1358, "column": 21 } } }, "range": [ - 47909, - 48549 + 47686, + 48326 ], "loc": { "start": { - "line": 1353, + "line": 1348, "column": 20 }, "end": { - "line": 1363, + "line": 1358, "column": 21 } }, @@ -110250,16 +109676,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 47757, - 47816 + 47534, + 47593 ], "loc": { "start": { - "line": 1351, + "line": 1346, "column": 20 }, "end": { - "line": 1351, + "line": 1346, "column": 79 } } @@ -110268,16 +109694,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 47837, - 47888 + 47614, + 47665 ], "loc": { "start": { - "line": 1352, + "line": 1347, "column": 20 }, "end": { - "line": 1352, + "line": 1347, "column": 71 } } @@ -110286,31 +109712,31 @@ } ], "range": [ - 47735, - 48567 + 47512, + 48344 ], "loc": { "start": { - "line": 1350, + "line": 1345, "column": 23 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } } }, "range": [ - 47299, - 48567 + 47076, + 48344 ], "loc": { "start": { - "line": 1340, + "line": 1335, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110319,16 +109745,16 @@ "type": "Line", "value": "regexp", "range": [ - 47269, - 47277 + 47046, + 47054 ], "loc": { "start": { - "line": 1339, + "line": 1334, "column": 16 }, "end": { - "line": 1339, + "line": 1334, "column": 24 } } @@ -110336,16 +109762,16 @@ ] }, "range": [ - 47164, - 48567 + 46941, + 48344 ], "loc": { "start": { - "line": 1336, + "line": 1331, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110354,16 +109780,16 @@ "type": "Line", "value": "non-empty", "range": [ - 47131, - 47142 + 46908, + 46919 ], "loc": { "start": { - "line": 1335, + "line": 1330, "column": 16 }, "end": { - "line": 1335, + "line": 1330, "column": 27 } } @@ -110371,16 +109797,16 @@ ] }, "range": [ - 47027, - 48567 + 46804, + 48344 ], "loc": { "start": { - "line": 1332, + "line": 1327, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110389,16 +109815,16 @@ "type": "Line", "value": "empty", "range": [ - 46998, - 47005 + 46775, + 46782 ], "loc": { "start": { - "line": 1331, + "line": 1326, "column": 16 }, "end": { - "line": 1331, + "line": 1326, "column": 23 } } @@ -110406,16 +109832,16 @@ ] }, "range": [ - 46571, - 48567 + 46348, + 48344 ], "loc": { "start": { - "line": 1323, + "line": 1318, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110424,16 +109850,16 @@ "type": "Line", "value": "ends with", "range": [ - 46538, - 46549 + 46315, + 46326 ], "loc": { "start": { - "line": 1322, + "line": 1317, "column": 16 }, "end": { - "line": 1322, + "line": 1317, "column": 27 } } @@ -110441,16 +109867,16 @@ ] }, "range": [ - 46373, - 48567 + 46150, + 48344 ], "loc": { "start": { - "line": 1318, + "line": 1313, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110459,16 +109885,16 @@ "type": "Line", "value": "starts with", "range": [ - 46338, - 46351 + 46115, + 46128 ], "loc": { "start": { - "line": 1317, + "line": 1312, "column": 16 }, "end": { - "line": 1317, + "line": 1312, "column": 29 } } @@ -110476,16 +109902,16 @@ ] }, "range": [ - 46166, - 48567 + 45943, + 48344 ], "loc": { "start": { - "line": 1313, + "line": 1308, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110494,16 +109920,16 @@ "type": "Line", "value": "equal", "range": [ - 46137, - 46144 + 45914, + 45921 ], "loc": { "start": { - "line": 1312, + "line": 1307, "column": 16 }, "end": { - "line": 1312, + "line": 1307, "column": 23 } } @@ -110511,16 +109937,16 @@ ] }, "range": [ - 45964, - 48567 + 45741, + 48344 ], "loc": { "start": { - "line": 1308, + "line": 1303, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110529,16 +109955,16 @@ "type": "Line", "value": "like", "range": [ - 45936, - 45942 + 45713, + 45719 ], "loc": { "start": { - "line": 1307, + "line": 1302, "column": 16 }, "end": { - "line": 1307, + "line": 1302, "column": 22 } } @@ -110546,16 +109972,16 @@ ] }, "range": [ - 45749, - 48567 + 45526, + 48344 ], "loc": { "start": { - "line": 1303, + "line": 1298, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110564,16 +109990,16 @@ "type": "Line", "value": "different", "range": [ - 45716, - 45727 + 45493, + 45504 ], "loc": { "start": { - "line": 1302, + "line": 1297, "column": 16 }, "end": { - "line": 1302, + "line": 1297, "column": 27 } } @@ -110581,16 +110007,16 @@ ] }, "range": [ - 45550, - 48567 + 45327, + 48344 ], "loc": { "start": { - "line": 1298, + "line": 1293, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110599,16 +110025,16 @@ "type": "Line", "value": "greater", "range": [ - 45519, - 45528 + 45296, + 45305 ], "loc": { "start": { - "line": 1297, + "line": 1292, "column": 16 }, "end": { - "line": 1297, + "line": 1292, "column": 25 } } @@ -110616,16 +110042,16 @@ ] }, "range": [ - 45353, - 48567 + 45130, + 48344 ], "loc": { "start": { - "line": 1293, + "line": 1288, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110634,16 +110060,16 @@ "type": "Line", "value": "lower", "range": [ - 45324, - 45331 + 45101, + 45108 ], "loc": { "start": { - "line": 1292, + "line": 1287, "column": 16 }, "end": { - "line": 1292, + "line": 1287, "column": 23 } } @@ -110651,16 +110077,16 @@ ] }, "range": [ - 45156, - 48567 + 44933, + 48344 ], "loc": { "start": { - "line": 1288, + "line": 1283, "column": 21 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110669,16 +110095,16 @@ "type": "Line", "value": "greater equal", "range": [ - 45119, - 45134 + 44896, + 44911 ], "loc": { "start": { - "line": 1287, + "line": 1282, "column": 16 }, "end": { - "line": 1287, + "line": 1282, "column": 31 } } @@ -110686,16 +110112,16 @@ ] }, "range": [ - 44951, - 48567 + 44728, + 48344 ], "loc": { "start": { - "line": 1283, + "line": 1278, "column": 16 }, "end": { - "line": 1364, + "line": 1359, "column": 17 } }, @@ -110704,16 +110130,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 44816, - 44878 + 44593, + 44655 ], "loc": { "start": { - "line": 1280, + "line": 1275, "column": 16 }, "end": { - "line": 1280, + "line": 1275, "column": 78 } } @@ -110722,16 +110148,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 44895, - 44903 + 44672, + 44680 ], "loc": { "start": { - "line": 1281, + "line": 1276, "column": 16 }, "end": { - "line": 1281, + "line": 1276, "column": 24 } } @@ -110740,16 +110166,16 @@ "type": "Line", "value": " lower equal", "range": [ - 44920, - 44934 + 44697, + 44711 ], "loc": { "start": { - "line": 1282, + "line": 1277, "column": 16 }, "end": { - "line": 1282, + "line": 1277, "column": 30 } } @@ -110758,31 +110184,31 @@ } ], "range": [ - 44114, - 48582 + 43891, + 48359 ], "loc": { "start": { - "line": 1264, + "line": 1259, "column": 17 }, "end": { - "line": 1366, + "line": 1361, "column": 13 } } }, "range": [ - 41847, - 48582 + 41624, + 48359 ], "loc": { "start": { - "line": 1210, + "line": 1205, "column": 12 }, "end": { - "line": 1366, + "line": 1361, "column": 13 } }, @@ -110791,16 +110217,16 @@ "type": "Line", "value": "dates", "range": [ - 41827, - 41834 + 41604, + 41611 ], "loc": { "start": { - "line": 1209, + "line": 1204, "column": 12 }, "end": { - "line": 1209, + "line": 1204, "column": 19 } } @@ -110811,16 +110237,16 @@ "type": "Line", "value": "else", "range": [ - 48582, - 48588 + 48359, + 48365 ], "loc": { "start": { - "line": 1366, + "line": 1361, "column": 13 }, "end": { - "line": 1366, + "line": 1361, "column": 19 } } @@ -110833,31 +110259,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 48608, - 48617 + 48385, + 48394 ], "loc": { "start": { - "line": 1367, + "line": 1362, "column": 19 }, "end": { - "line": 1367, + "line": 1362, "column": 28 } } }, "range": [ - 48601, - 48618 + 48378, + 48395 ], "loc": { "start": { - "line": 1367, + "line": 1362, "column": 12 }, "end": { - "line": 1367, + "line": 1362, "column": 29 } }, @@ -110866,16 +110292,16 @@ "type": "Line", "value": "else", "range": [ - 48582, - 48588 + 48359, + 48365 ], "loc": { "start": { - "line": 1366, + "line": 1361, "column": 13 }, "end": { - "line": 1366, + "line": 1361, "column": 19 } } @@ -110884,16 +110310,16 @@ } ], "range": [ - 40523, - 48628 + 40300, + 48405 ], "loc": { "start": { - "line": 1178, + "line": 1173, "column": 41 }, "end": { - "line": 1368, + "line": 1363, "column": 9 } } @@ -110901,16 +110327,16 @@ "generator": false, "expression": false, "range": [ - 40490, - 48628 + 40267, + 48405 ], "loc": { "start": { - "line": 1178, + "line": 1173, "column": 8 }, "end": { - "line": 1368, + "line": 1363, "column": 9 } }, @@ -110919,16 +110345,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 40439, - 40481 + 40216, + 40258 ], "loc": { "start": { - "line": 1177, + "line": 1172, "column": 8 }, "end": { - "line": 1177, + "line": 1172, "column": 50 } } @@ -110939,16 +110365,16 @@ "type": "Line", "value": "fn", "range": [ - 48628, - 48632 + 48405, + 48409 ], "loc": { "start": { - "line": 1368, + "line": 1363, "column": 9 }, "end": { - "line": 1368, + "line": 1363, "column": 13 } } @@ -110966,16 +110392,16 @@ "type": "Identifier", "name": "k", "range": [ - 48651, - 48652 + 48428, + 48429 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 17 }, "end": { - "line": 1370, + "line": 1365, "column": 18 } } @@ -110986,16 +110412,16 @@ "object": { "type": "ThisExpression", "range": [ - 48655, - 48659 + 48432, + 48436 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 21 }, "end": { - "line": 1370, + "line": 1365, "column": 25 } } @@ -111004,46 +110430,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 48660, - 48666 + 48437, + 48443 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 26 }, "end": { - "line": 1370, + "line": 1365, "column": 32 } } }, "range": [ - 48655, - 48666 + 48432, + 48443 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 21 }, "end": { - "line": 1370, + "line": 1365, "column": 32 } } }, "range": [ - 48651, - 48666 + 48428, + 48443 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 17 }, "end": { - "line": 1370, + "line": 1365, "column": 32 } } @@ -111051,16 +110477,16 @@ ], "kind": "let", "range": [ - 48647, - 48666 + 48424, + 48443 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 13 }, "end": { - "line": 1370, + "line": 1365, "column": 32 } } @@ -111072,16 +110498,16 @@ "type": "Identifier", "name": "k", "range": [ - 48668, - 48669 + 48445, + 48446 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 34 }, "end": { - "line": 1370, + "line": 1365, "column": 35 } } @@ -111090,31 +110516,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 48672, - 48678 + 48449, + 48455 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 38 }, "end": { - "line": 1370, + "line": 1365, "column": 44 } } }, "range": [ - 48668, - 48678 + 48445, + 48455 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 34 }, "end": { - "line": 1370, + "line": 1365, "column": 44 } } @@ -111126,32 +110552,32 @@ "type": "Identifier", "name": "k", "range": [ - 48680, - 48681 + 48457, + 48458 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 46 }, "end": { - "line": 1370, + "line": 1365, "column": 47 } } }, "prefix": false, "range": [ - 48680, - 48683 + 48457, + 48460 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 46 }, "end": { - "line": 1370, + "line": 1365, "column": 49 } } @@ -111177,16 +110603,16 @@ "type": "Identifier", "name": "row", "range": [ - 48752, - 48755 + 48529, + 48532 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 12 }, "end": { - "line": 1372, + "line": 1367, "column": 15 } } @@ -111195,31 +110621,31 @@ "type": "Identifier", "name": "k", "range": [ - 48756, - 48757 + 48533, + 48534 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 16 }, "end": { - "line": 1372, + "line": 1367, "column": 17 } } }, "range": [ - 48752, - 48758 + 48529, + 48535 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 12 }, "end": { - "line": 1372, + "line": 1367, "column": 18 } } @@ -111228,31 +110654,31 @@ "type": "Identifier", "name": "style", "range": [ - 48759, - 48764 + 48536, + 48541 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 19 }, "end": { - "line": 1372, + "line": 1367, "column": 24 } } }, "range": [ - 48752, - 48764 + 48529, + 48541 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 12 }, "end": { - "line": 1372, + "line": 1367, "column": 24 } } @@ -111261,31 +110687,31 @@ "type": "Identifier", "name": "display", "range": [ - 48765, - 48772 + 48542, + 48549 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 25 }, "end": { - "line": 1372, + "line": 1367, "column": 32 } } }, "range": [ - 48752, - 48772 + 48529, + 48549 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 12 }, "end": { - "line": 1372, + "line": 1367, "column": 32 } } @@ -111295,46 +110721,46 @@ "value": "", "raw": "''", "range": [ - 48775, - 48777 + 48552, + 48554 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 35 }, "end": { - "line": 1372, + "line": 1367, "column": 37 } } }, "range": [ - 48752, - 48777 + 48529, + 48554 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 12 }, "end": { - "line": 1372, + "line": 1367, "column": 37 } } }, "range": [ - 48752, - 48778 + 48529, + 48555 ], "loc": { "start": { - "line": 1372, + "line": 1367, "column": 12 }, "end": { - "line": 1372, + "line": 1367, "column": 38 } }, @@ -111343,16 +110769,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 48699, - 48739 + 48476, + 48516 ], "loc": { "start": { - "line": 1371, + "line": 1366, "column": 12 }, "end": { - "line": 1371, + "line": 1366, "column": 52 } } @@ -111368,16 +110794,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48796, - 48801 + 48573, + 48578 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 16 }, "end": { - "line": 1374, + "line": 1369, "column": 21 } } @@ -111392,16 +110818,16 @@ "type": "Identifier", "name": "row", "range": [ - 48804, - 48807 + 48581, + 48584 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 24 }, "end": { - "line": 1374, + "line": 1369, "column": 27 } } @@ -111410,31 +110836,31 @@ "type": "Identifier", "name": "k", "range": [ - 48808, - 48809 + 48585, + 48586 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 28 }, "end": { - "line": 1374, + "line": 1369, "column": 29 } } }, "range": [ - 48804, - 48810 + 48581, + 48587 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 24 }, "end": { - "line": 1374, + "line": 1369, "column": 30 } } @@ -111443,46 +110869,46 @@ "type": "Identifier", "name": "cells", "range": [ - 48811, - 48816 + 48588, + 48593 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 31 }, "end": { - "line": 1374, + "line": 1369, "column": 36 } } }, "range": [ - 48804, - 48816 + 48581, + 48593 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 24 }, "end": { - "line": 1374, + "line": 1369, "column": 36 } } }, "range": [ - 48796, - 48816 + 48573, + 48593 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 16 }, "end": { - "line": 1374, + "line": 1369, "column": 36 } } @@ -111493,16 +110919,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 48834, - 48841 + 48611, + 48618 ], "loc": { "start": { - "line": 1375, + "line": 1370, "column": 16 }, "end": { - "line": 1375, + "line": 1370, "column": 23 } } @@ -111514,16 +110940,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48844, - 48849 + 48621, + 48626 ], "loc": { "start": { - "line": 1375, + "line": 1370, "column": 26 }, "end": { - "line": 1375, + "line": 1370, "column": 31 } } @@ -111532,46 +110958,46 @@ "type": "Identifier", "name": "length", "range": [ - 48850, - 48856 + 48627, + 48633 ], "loc": { "start": { - "line": 1375, + "line": 1370, "column": 32 }, "end": { - "line": 1375, + "line": 1370, "column": 38 } } }, "range": [ - 48844, - 48856 + 48621, + 48633 ], "loc": { "start": { - "line": 1375, + "line": 1370, "column": 26 }, "end": { - "line": 1375, + "line": 1370, "column": 38 } } }, "range": [ - 48834, - 48856 + 48611, + 48633 ], "loc": { "start": { - "line": 1375, + "line": 1370, "column": 16 }, "end": { - "line": 1375, + "line": 1370, "column": 38 } } @@ -111579,16 +111005,16 @@ ], "kind": "let", "range": [ - 48792, - 48857 + 48569, + 48634 ], "loc": { "start": { - "line": 1374, + "line": 1369, "column": 12 }, "end": { - "line": 1375, + "line": 1370, "column": 39 } }, @@ -111597,16 +111023,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48871, - 48904 + 48648, + 48681 ], "loc": { "start": { - "line": 1377, + "line": 1372, "column": 12 }, "end": { - "line": 1377, + "line": 1372, "column": 45 } } @@ -111622,16 +111048,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 48921, - 48928 + 48698, + 48705 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 16 }, "end": { - "line": 1378, + "line": 1373, "column": 23 } } @@ -111642,16 +111068,16 @@ "object": { "type": "ThisExpression", "range": [ - 48933, - 48937 + 48710, + 48714 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 28 }, "end": { - "line": 1378, + "line": 1373, "column": 32 } } @@ -111660,46 +111086,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 48938, - 48945 + 48715, + 48722 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 33 }, "end": { - "line": 1378, + "line": 1373, "column": 40 } } }, "range": [ - 48933, - 48945 + 48710, + 48722 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 28 }, "end": { - "line": 1378, + "line": 1373, "column": 40 } } }, "range": [ - 48921, - 48945 + 48698, + 48722 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 16 }, "end": { - "line": 1378, + "line": 1373, "column": 40 } } @@ -111711,48 +111137,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 48965, - 48974 + 48742, + 48751 ], "loc": { "start": { - "line": 1379, + "line": 1374, "column": 16 }, "end": { - "line": 1379, + "line": 1374, "column": 25 } } } ], "range": [ - 48947, - 48988 + 48724, + 48765 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 42 }, "end": { - "line": 1380, + "line": 1375, "column": 13 } } }, "alternate": null, "range": [ - 48917, - 48988 + 48694, + 48765 ], "loc": { "start": { - "line": 1378, + "line": 1373, "column": 12 }, "end": { - "line": 1380, + "line": 1375, "column": 13 } }, @@ -111761,16 +111187,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48871, - 48904 + 48648, + 48681 ], "loc": { "start": { - "line": 1377, + "line": 1372, "column": 12 }, "end": { - "line": 1377, + "line": 1372, "column": 45 } } @@ -111786,16 +111212,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 49006, - 49015 + 48783, + 48792 ], "loc": { "start": { - "line": 1382, + "line": 1377, "column": 16 }, "end": { - "line": 1382, + "line": 1377, "column": 25 } } @@ -111804,31 +111230,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49018, - 49020 + 48795, + 48797 ], "loc": { "start": { - "line": 1382, + "line": 1377, "column": 28 }, "end": { - "line": 1382, + "line": 1377, "column": 30 } } }, "range": [ - 49006, - 49020 + 48783, + 48797 ], "loc": { "start": { - "line": 1382, + "line": 1377, "column": 16 }, "end": { - "line": 1382, + "line": 1377, "column": 30 } } @@ -111839,16 +111265,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 49038, - 49048 + 48815, + 48825 ], "loc": { "start": { - "line": 1383, + "line": 1378, "column": 16 }, "end": { - "line": 1383, + "line": 1378, "column": 26 } } @@ -111858,31 +111284,31 @@ "value": true, "raw": "true", "range": [ - 49051, - 49055 + 48828, + 48832 ], "loc": { "start": { - "line": 1383, + "line": 1378, "column": 29 }, "end": { - "line": 1383, + "line": 1378, "column": 33 } } }, "range": [ - 49038, - 49055 + 48815, + 48832 ], "loc": { "start": { - "line": 1383, + "line": 1378, "column": 16 }, "end": { - "line": 1383, + "line": 1378, "column": 33 } } @@ -111893,16 +111319,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 49121, - 49138 + 48898, + 48915 ], "loc": { "start": { - "line": 1385, + "line": 1380, "column": 16 }, "end": { - "line": 1385, + "line": 1380, "column": 33 } } @@ -111912,31 +111338,31 @@ "value": false, "raw": "false", "range": [ - 49141, - 49146 + 48918, + 48923 ], "loc": { "start": { - "line": 1385, + "line": 1380, "column": 36 }, "end": { - "line": 1385, + "line": 1380, "column": 41 } } }, "range": [ - 49121, - 49146 + 48898, + 48923 ], "loc": { "start": { - "line": 1385, + "line": 1380, "column": 16 }, "end": { - "line": 1385, + "line": 1380, "column": 41 } }, @@ -111945,16 +111371,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 49073, - 49104 + 48850, + 48881 ], "loc": { "start": { - "line": 1384, + "line": 1379, "column": 16 }, "end": { - "line": 1384, + "line": 1379, "column": 47 } } @@ -111964,16 +111390,16 @@ ], "kind": "let", "range": [ - 49002, - 49147 + 48779, + 48924 ], "loc": { "start": { - "line": 1382, + "line": 1377, "column": 12 }, "end": { - "line": 1385, + "line": 1380, "column": 42 } }, @@ -111982,16 +111408,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49161, - 49193 + 48938, + 48970 ], "loc": { "start": { - "line": 1387, + "line": 1382, "column": 12 }, "end": { - "line": 1387, + "line": 1382, "column": 44 } } @@ -112009,16 +111435,16 @@ "type": "Identifier", "name": "j", "range": [ - 49215, - 49216 + 48992, + 48993 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 21 }, "end": { - "line": 1388, + "line": 1383, "column": 22 } } @@ -112028,31 +111454,31 @@ "value": 0, "raw": "0", "range": [ - 49219, - 49220 + 48996, + 48997 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 25 }, "end": { - "line": 1388, + "line": 1383, "column": 26 } } }, "range": [ - 49215, - 49220 + 48992, + 48997 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 21 }, "end": { - "line": 1388, + "line": 1383, "column": 26 } } @@ -112060,16 +111486,16 @@ ], "kind": "let", "range": [ - 49211, - 49220 + 48988, + 48997 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 17 }, "end": { - "line": 1388, + "line": 1383, "column": 26 } } @@ -112081,16 +111507,16 @@ "type": "Identifier", "name": "j", "range": [ - 49222, - 49223 + 48999, + 49000 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 28 }, "end": { - "line": 1388, + "line": 1383, "column": 29 } } @@ -112099,31 +111525,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49226, - 49233 + 49003, + 49010 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 32 }, "end": { - "line": 1388, + "line": 1383, "column": 39 } } }, "range": [ - 49222, - 49233 + 48999, + 49010 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 28 }, "end": { - "line": 1388, + "line": 1383, "column": 39 } } @@ -112135,32 +111561,32 @@ "type": "Identifier", "name": "j", "range": [ - 49235, - 49236 + 49012, + 49013 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 41 }, "end": { - "line": 1388, + "line": 1383, "column": 42 } } }, "prefix": false, "range": [ - 49235, - 49238 + 49012, + 49015 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 41 }, "end": { - "line": 1388, + "line": 1383, "column": 44 } } @@ -112177,16 +111603,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49297, - 49299 + 49074, + 49076 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 20 }, "end": { - "line": 1390, + "line": 1385, "column": 22 } } @@ -112198,16 +111624,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 49302, - 49312 + 49079, + 49089 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 25 }, "end": { - "line": 1390, + "line": 1385, "column": 35 } } @@ -112220,16 +111646,16 @@ "object": { "type": "ThisExpression", "range": [ - 49313, - 49317 + 49090, + 49094 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 36 }, "end": { - "line": 1390, + "line": 1385, "column": 40 } } @@ -112238,31 +111664,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 49318, - 49333 + 49095, + 49110 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 41 }, "end": { - "line": 1390, + "line": 1385, "column": 56 } } }, "range": [ - 49313, - 49333 + 49090, + 49110 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 36 }, "end": { - "line": 1390, + "line": 1385, "column": 56 } } @@ -112272,16 +111698,16 @@ "value": 0, "raw": "0", "range": [ - 49336, - 49337 + 49113, + 49114 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 59 }, "end": { - "line": 1390, + "line": 1385, "column": 60 } } @@ -112290,61 +111716,61 @@ "type": "Identifier", "name": "j", "range": [ - 49340, - 49341 + 49117, + 49118 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 63 }, "end": { - "line": 1390, + "line": 1385, "column": 64 } } }, "range": [ - 49313, - 49341 + 49090, + 49118 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 36 }, "end": { - "line": 1390, + "line": 1385, "column": 64 } } }, "range": [ - 49302, - 49342 + 49079, + 49119 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 25 }, "end": { - "line": 1390, + "line": 1385, "column": 65 } } }, "range": [ - 49297, - 49342 + 49074, + 49119 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 20 }, "end": { - "line": 1390, + "line": 1385, "column": 65 } } @@ -112352,16 +111778,16 @@ ], "kind": "let", "range": [ - 49293, - 49343 + 49070, + 49120 ], "loc": { "start": { - "line": 1390, + "line": 1385, "column": 16 }, "end": { - "line": 1390, + "line": 1385, "column": 66 } }, @@ -112370,16 +111796,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 49258, - 49276 + 49035, + 49053 ], "loc": { "start": { - "line": 1389, + "line": 1384, "column": 16 }, "end": { - "line": 1389, + "line": 1384, "column": 34 } } @@ -112395,16 +111821,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49365, - 49367 + 49142, + 49144 ], "loc": { "start": { - "line": 1392, + "line": 1387, "column": 20 }, "end": { - "line": 1392, + "line": 1387, "column": 22 } } @@ -112414,31 +111840,31 @@ "value": "", "raw": "''", "range": [ - 49372, - 49374 + 49149, + 49151 ], "loc": { "start": { - "line": 1392, + "line": 1387, "column": 27 }, "end": { - "line": 1392, + "line": 1387, "column": 29 } } }, "range": [ - 49365, - 49374 + 49142, + 49151 ], "loc": { "start": { - "line": 1392, + "line": 1387, "column": 20 }, "end": { - "line": 1392, + "line": 1387, "column": 29 } } @@ -112450,48 +111876,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 49398, - 49407 + 49175, + 49184 ], "loc": { "start": { - "line": 1393, + "line": 1388, "column": 20 }, "end": { - "line": 1393, + "line": 1388, "column": 29 } } } ], "range": [ - 49376, - 49425 + 49153, + 49202 ], "loc": { "start": { - "line": 1392, + "line": 1387, "column": 31 }, "end": { - "line": 1394, + "line": 1389, "column": 17 } } }, "alternate": null, "range": [ - 49361, - 49425 + 49138, + 49202 ], "loc": { "start": { - "line": 1392, + "line": 1387, "column": 16 }, "end": { - "line": 1394, + "line": 1389, "column": 17 } } @@ -112505,16 +111931,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 49447, - 49455 + 49224, + 49232 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 20 }, "end": { - "line": 1396, + "line": 1391, "column": 28 } } @@ -112525,16 +111951,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 49458, - 49467 + 49235, + 49244 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 31 }, "end": { - "line": 1396, + "line": 1391, "column": 40 } } @@ -112548,16 +111974,16 @@ "object": { "type": "ThisExpression", "range": [ - 49468, - 49472 + 49245, + 49249 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 41 }, "end": { - "line": 1396, + "line": 1391, "column": 45 } } @@ -112566,31 +111992,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 49473, - 49484 + 49250, + 49261 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 46 }, "end": { - "line": 1396, + "line": 1391, "column": 57 } } }, "range": [ - 49468, - 49484 + 49245, + 49261 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 41 }, "end": { - "line": 1396, + "line": 1391, "column": 57 } } @@ -112603,16 +112029,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49485, - 49490 + 49262, + 49267 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 58 }, "end": { - "line": 1396, + "line": 1391, "column": 63 } } @@ -112621,47 +112047,47 @@ "type": "Identifier", "name": "j", "range": [ - 49491, - 49492 + 49268, + 49269 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 64 }, "end": { - "line": 1396, + "line": 1391, "column": 65 } } }, "range": [ - 49485, - 49493 + 49262, + 49270 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 58 }, "end": { - "line": 1396, + "line": 1391, "column": 66 } } } ], "range": [ - 49468, - 49494 + 49245, + 49271 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 41 }, "end": { - "line": 1396, + "line": 1391, "column": 67 } } @@ -112672,16 +112098,16 @@ "object": { "type": "ThisExpression", "range": [ - 49516, - 49520 + 49293, + 49297 ], "loc": { "start": { - "line": 1397, + "line": 1392, "column": 20 }, "end": { - "line": 1397, + "line": 1392, "column": 24 } } @@ -112690,62 +112116,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49521, - 49534 + 49298, + 49311 ], "loc": { "start": { - "line": 1397, + "line": 1392, "column": 25 }, "end": { - "line": 1397, + "line": 1392, "column": 38 } } }, "range": [ - 49516, - 49534 + 49293, + 49311 ], "loc": { "start": { - "line": 1397, + "line": 1392, "column": 20 }, "end": { - "line": 1397, + "line": 1392, "column": 38 } } } ], "range": [ - 49458, - 49535 + 49235, + 49312 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 31 }, "end": { - "line": 1397, + "line": 1392, "column": 39 } } }, "range": [ - 49447, - 49535 + 49224, + 49312 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 20 }, "end": { - "line": 1397, + "line": 1392, "column": 39 } } @@ -112753,16 +112179,16 @@ ], "kind": "let", "range": [ - 49443, - 49536 + 49220, + 49313 ], "loc": { "start": { - "line": 1396, + "line": 1391, "column": 16 }, "end": { - "line": 1397, + "line": 1392, "column": 40 } }, @@ -112771,16 +112197,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49554, - 49593 + 49331, + 49370 ], "loc": { "start": { - "line": 1399, + "line": 1394, "column": 16 }, "end": { - "line": 1399, + "line": 1394, "column": 55 } } @@ -112796,16 +112222,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 49614, - 49623 + 49391, + 49400 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 20 }, "end": { - "line": 1400, + "line": 1395, "column": 29 } } @@ -112824,16 +112250,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49626, - 49628 + 49403, + 49405 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 32 }, "end": { - "line": 1400, + "line": 1395, "column": 34 } } @@ -112842,47 +112268,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49629, - 49637 + 49406, + 49414 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 35 }, "end": { - "line": 1400, + "line": 1395, "column": 43 } } }, "range": [ - 49626, - 49637 + 49403, + 49414 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 32 }, "end": { - "line": 1400, + "line": 1395, "column": 43 } } }, "arguments": [], "range": [ - 49626, - 49639 + 49403, + 49416 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 32 }, "end": { - "line": 1400, + "line": 1395, "column": 45 } } @@ -112891,31 +112317,31 @@ "type": "Identifier", "name": "split", "range": [ - 49640, - 49645 + 49417, + 49422 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 46 }, "end": { - "line": 1400, + "line": 1395, "column": 51 } } }, "range": [ - 49626, - 49645 + 49403, + 49422 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 32 }, "end": { - "line": 1400, + "line": 1395, "column": 51 } } @@ -112927,16 +112353,16 @@ "object": { "type": "ThisExpression", "range": [ - 49646, - 49650 + 49423, + 49427 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 52 }, "end": { - "line": 1400, + "line": 1395, "column": 56 } } @@ -112945,62 +112371,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 49651, - 49661 + 49428, + 49438 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 57 }, "end": { - "line": 1400, + "line": 1395, "column": 67 } } }, "range": [ - 49646, - 49661 + 49423, + 49438 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 52 }, "end": { - "line": 1400, + "line": 1395, "column": 67 } } } ], "range": [ - 49626, - 49662 + 49403, + 49439 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 32 }, "end": { - "line": 1400, + "line": 1395, "column": 68 } } }, "range": [ - 49614, - 49662 + 49391, + 49439 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 20 }, "end": { - "line": 1400, + "line": 1395, "column": 68 } } @@ -113011,16 +112437,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 49743, - 49755 + 49520, + 49532 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 20 }, "end": { - "line": 1402, + "line": 1397, "column": 32 } } @@ -113035,16 +112461,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 49758, - 49767 + 49535, + 49544 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 35 }, "end": { - "line": 1402, + "line": 1397, "column": 44 } } @@ -113053,31 +112479,31 @@ "type": "Identifier", "name": "length", "range": [ - 49768, - 49774 + 49545, + 49551 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 45 }, "end": { - "line": 1402, + "line": 1397, "column": 51 } } }, "range": [ - 49758, - 49774 + 49535, + 49551 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 35 }, "end": { - "line": 1402, + "line": 1397, "column": 51 } } @@ -113087,46 +112513,46 @@ "value": 1, "raw": "1", "range": [ - 49777, - 49778 + 49554, + 49555 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 54 }, "end": { - "line": 1402, + "line": 1397, "column": 55 } } }, "range": [ - 49758, - 49778 + 49535, + 49555 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 35 }, "end": { - "line": 1402, + "line": 1397, "column": 55 } } }, "range": [ - 49743, - 49778 + 49520, + 49555 ], "loc": { "start": { - "line": 1402, + "line": 1397, "column": 20 }, "end": { - "line": 1402, + "line": 1397, "column": 55 } }, @@ -113135,16 +112561,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 49684, - 49722 + 49461, + 49499 ], "loc": { "start": { - "line": 1401, + "line": 1396, "column": 20 }, "end": { - "line": 1401, + "line": 1396, "column": 58 } } @@ -113157,16 +112583,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 49860, - 49870 + 49637, + 49647 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 20 }, "end": { - "line": 1404, + "line": 1399, "column": 30 } } @@ -113185,16 +112611,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49873, - 49875 + 49650, + 49652 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 33 }, "end": { - "line": 1404, + "line": 1399, "column": 35 } } @@ -113203,47 +112629,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49876, - 49884 + 49653, + 49661 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 36 }, "end": { - "line": 1404, + "line": 1399, "column": 44 } } }, "range": [ - 49873, - 49884 + 49650, + 49661 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 33 }, "end": { - "line": 1404, + "line": 1399, "column": 44 } } }, "arguments": [], "range": [ - 49873, - 49886 + 49650, + 49663 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 33 }, "end": { - "line": 1404, + "line": 1399, "column": 46 } } @@ -113252,31 +112678,31 @@ "type": "Identifier", "name": "split", "range": [ - 49887, - 49892 + 49664, + 49669 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 47 }, "end": { - "line": 1404, + "line": 1399, "column": 52 } } }, "range": [ - 49873, - 49892 + 49650, + 49669 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 33 }, "end": { - "line": 1404, + "line": 1399, "column": 52 } } @@ -113288,16 +112714,16 @@ "object": { "type": "ThisExpression", "range": [ - 49893, - 49897 + 49670, + 49674 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 53 }, "end": { - "line": 1404, + "line": 1399, "column": 57 } } @@ -113306,62 +112732,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 49898, - 49908 + 49675, + 49685 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 58 }, "end": { - "line": 1404, + "line": 1399, "column": 68 } } }, "range": [ - 49893, - 49908 + 49670, + 49685 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 53 }, "end": { - "line": 1404, + "line": 1399, "column": 68 } } } ], "range": [ - 49873, - 49909 + 49650, + 49686 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 33 }, "end": { - "line": 1404, + "line": 1399, "column": 69 } } }, "range": [ - 49860, - 49909 + 49637, + 49686 ], "loc": { "start": { - "line": 1404, + "line": 1399, "column": 20 }, "end": { - "line": 1404, + "line": 1399, "column": 69 } }, @@ -113370,16 +112796,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 49800, - 49839 + 49577, + 49616 ], "loc": { "start": { - "line": 1403, + "line": 1398, "column": 20 }, "end": { - "line": 1403, + "line": 1398, "column": 59 } } @@ -113392,16 +112818,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 49990, - 50003 + 49767, + 49780 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 20 }, "end": { - "line": 1406, + "line": 1401, "column": 33 } } @@ -113416,16 +112842,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50006, - 50016 + 49783, + 49793 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 36 }, "end": { - "line": 1406, + "line": 1401, "column": 46 } } @@ -113434,31 +112860,31 @@ "type": "Identifier", "name": "length", "range": [ - 50017, - 50023 + 49794, + 49800 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 47 }, "end": { - "line": 1406, + "line": 1401, "column": 53 } } }, "range": [ - 50006, - 50023 + 49783, + 49800 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 36 }, "end": { - "line": 1406, + "line": 1401, "column": 53 } } @@ -113468,46 +112894,46 @@ "value": 1, "raw": "1", "range": [ - 50026, - 50027 + 49803, + 49804 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 56 }, "end": { - "line": 1406, + "line": 1401, "column": 57 } } }, "range": [ - 50006, - 50027 + 49783, + 49804 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 36 }, "end": { - "line": 1406, + "line": 1401, "column": 57 } } }, "range": [ - 49990, - 50027 + 49767, + 49804 ], "loc": { "start": { - "line": 1406, + "line": 1401, "column": 20 }, "end": { - "line": 1406, + "line": 1401, "column": 57 } }, @@ -113516,16 +112942,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 49931, - 49969 + 49708, + 49746 ], "loc": { "start": { - "line": 1405, + "line": 1400, "column": 20 }, "end": { - "line": 1405, + "line": 1400, "column": 58 } } @@ -113535,16 +112961,16 @@ ], "kind": "let", "range": [ - 49610, - 50028 + 49387, + 49805 ], "loc": { "start": { - "line": 1400, + "line": 1395, "column": 16 }, "end": { - "line": 1406, + "line": 1401, "column": 58 } }, @@ -113553,16 +112979,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49554, - 49593 + 49331, + 49370 ], "loc": { "start": { - "line": 1399, + "line": 1394, "column": 16 }, "end": { - "line": 1399, + "line": 1394, "column": 55 } } @@ -113573,16 +112999,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50046, - 50079 + 49823, + 49856 ], "loc": { "start": { - "line": 1408, + "line": 1403, "column": 16 }, "end": { - "line": 1408, + "line": 1403, "column": 49 } } @@ -113603,16 +113029,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50100, - 50107 + 49877, + 49884 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 20 }, "end": { - "line": 1409, + "line": 1404, "column": 27 } } @@ -113622,32 +113048,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50108, - 50110 + 49885, + 49887 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 28 }, "end": { - "line": 1409, + "line": 1404, "column": 30 } } } ], "range": [ - 50100, - 50111 + 49877, + 49888 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 20 }, "end": { - "line": 1409, + "line": 1404, "column": 31 } } @@ -113656,31 +113082,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50115, - 50127 + 49892, + 49904 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 35 }, "end": { - "line": 1409, + "line": 1404, "column": 47 } } }, "range": [ - 50100, - 50127 + 49877, + 49904 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 20 }, "end": { - "line": 1409, + "line": 1404, "column": 47 } } @@ -113689,31 +113115,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50131, - 50144 + 49908, + 49921 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 51 }, "end": { - "line": 1409, + "line": 1404, "column": 64 } } }, "range": [ - 50100, - 50144 + 49877, + 49921 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 20 }, "end": { - "line": 1409, + "line": 1404, "column": 64 } } @@ -113730,32 +113156,32 @@ "type": "Identifier", "name": "cS", "range": [ - 50172, - 50174 + 49949, + 49951 ], "loc": { "start": { - "line": 1410, + "line": 1405, "column": 24 }, "end": { - "line": 1410, + "line": 1405, "column": 26 } } }, "init": null, "range": [ - 50172, - 50174 + 49949, + 49951 ], "loc": { "start": { - "line": 1410, + "line": 1405, "column": 24 }, "end": { - "line": 1410, + "line": 1405, "column": 26 } } @@ -113766,32 +113192,32 @@ "type": "Identifier", "name": "s", "range": [ - 50200, - 50201 + 49977, + 49978 ], "loc": { "start": { - "line": 1411, + "line": 1406, "column": 24 }, "end": { - "line": 1411, + "line": 1406, "column": 25 } } }, "init": null, "range": [ - 50200, - 50201 + 49977, + 49978 ], "loc": { "start": { - "line": 1411, + "line": 1406, "column": 24 }, "end": { - "line": 1411, + "line": 1406, "column": 25 } } @@ -113802,16 +113228,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50227, - 50232 + 50004, + 50009 ], "loc": { "start": { - "line": 1412, + "line": 1407, "column": 24 }, "end": { - "line": 1412, + "line": 1407, "column": 29 } } @@ -113821,31 +113247,31 @@ "value": false, "raw": "false", "range": [ - 50235, - 50240 + 50012, + 50017 ], "loc": { "start": { - "line": 1412, + "line": 1407, "column": 32 }, "end": { - "line": 1412, + "line": 1407, "column": 37 } } }, "range": [ - 50227, - 50240 + 50004, + 50017 ], "loc": { "start": { - "line": 1412, + "line": 1407, "column": 24 }, "end": { - "line": 1412, + "line": 1407, "column": 37 } } @@ -113853,16 +113279,16 @@ ], "kind": "let", "range": [ - 50168, - 50241 + 49945, + 50018 ], "loc": { "start": { - "line": 1410, + "line": 1405, "column": 20 }, "end": { - "line": 1412, + "line": 1407, "column": 38 } } @@ -113875,16 +113301,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50266, - 50273 + 50043, + 50050 ], "loc": { "start": { - "line": 1413, + "line": 1408, "column": 24 }, "end": { - "line": 1413, + "line": 1408, "column": 31 } } @@ -113894,32 +113320,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50274, - 50276 + 50051, + 50053 ], "loc": { "start": { - "line": 1413, + "line": 1408, "column": 32 }, "end": { - "line": 1413, + "line": 1408, "column": 34 } } } ], "range": [ - 50266, - 50277 + 50043, + 50054 ], "loc": { "start": { - "line": 1413, + "line": 1408, "column": 24 }, "end": { - "line": 1413, + "line": 1408, "column": 35 } } @@ -113936,16 +113362,16 @@ "type": "Identifier", "name": "s", "range": [ - 50305, - 50306 + 50082, + 50083 ], "loc": { "start": { - "line": 1414, + "line": 1409, "column": 24 }, "end": { - "line": 1414, + "line": 1409, "column": 25 } } @@ -113954,62 +113380,62 @@ "type": "Identifier", "name": "sA", "range": [ - 50309, - 50311 + 50086, + 50088 ], "loc": { "start": { - "line": 1414, + "line": 1409, "column": 28 }, "end": { - "line": 1414, + "line": 1409, "column": 30 } } }, "range": [ - 50305, - 50311 + 50082, + 50088 ], "loc": { "start": { - "line": 1414, + "line": 1409, "column": 24 }, "end": { - "line": 1414, + "line": 1409, "column": 30 } } }, "range": [ - 50305, - 50312 + 50082, + 50089 ], "loc": { "start": { - "line": 1414, + "line": 1409, "column": 24 }, "end": { - "line": 1414, + "line": 1409, "column": 31 } } } ], "range": [ - 50279, - 50334 + 50056, + 50111 ], "loc": { "start": { - "line": 1413, + "line": 1408, "column": 37 }, "end": { - "line": 1415, + "line": 1410, "column": 21 } } @@ -114026,16 +113452,16 @@ "type": "Identifier", "name": "s", "range": [ - 50366, - 50367 + 50143, + 50144 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 24 }, "end": { - "line": 1416, + "line": 1411, "column": 25 } } @@ -114046,16 +113472,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50370, - 50382 + 50147, + 50159 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 28 }, "end": { - "line": 1416, + "line": 1411, "column": 40 } } @@ -114064,16 +113490,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50385, - 50394 + 50162, + 50171 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 43 }, "end": { - "line": 1416, + "line": 1411, "column": 52 } } @@ -114082,92 +113508,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50397, - 50407 + 50174, + 50184 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 55 }, "end": { - "line": 1416, + "line": 1411, "column": 65 } } }, "range": [ - 50370, - 50407 + 50147, + 50184 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 28 }, "end": { - "line": 1416, + "line": 1411, "column": 65 } } }, "range": [ - 50366, - 50407 + 50143, + 50184 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 24 }, "end": { - "line": 1416, + "line": 1411, "column": 65 } } }, "range": [ - 50366, - 50408 + 50143, + 50185 ], "loc": { "start": { - "line": 1416, + "line": 1411, "column": 24 }, "end": { - "line": 1416, + "line": 1411, "column": 66 } } } ], "range": [ - 50340, - 50430 + 50117, + 50207 ], "loc": { "start": { - "line": 1415, + "line": 1410, "column": 27 }, "end": { - "line": 1417, + "line": 1412, "column": 21 } } }, "range": [ - 50262, - 50430 + 50039, + 50207 ], "loc": { "start": { - "line": 1413, + "line": 1408, "column": 20 }, "end": { - "line": 1417, + "line": 1412, "column": 21 } }, @@ -114176,16 +113602,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 50451, - 50501 + 50228, + 50278 ], "loc": { "start": { - "line": 1418, + "line": 1413, "column": 20 }, "end": { - "line": 1418, + "line": 1413, "column": 70 } } @@ -114203,16 +113629,16 @@ "type": "Identifier", "name": "w", "range": [ - 50531, - 50532 + 50308, + 50309 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 29 }, "end": { - "line": 1419, + "line": 1414, "column": 30 } } @@ -114222,31 +113648,31 @@ "value": 0, "raw": "0", "range": [ - 50535, - 50536 + 50312, + 50313 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 33 }, "end": { - "line": 1419, + "line": 1414, "column": 34 } } }, "range": [ - 50531, - 50536 + 50308, + 50313 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 29 }, "end": { - "line": 1419, + "line": 1414, "column": 34 } } @@ -114257,16 +113683,16 @@ "type": "Identifier", "name": "len", "range": [ - 50538, - 50541 + 50315, + 50318 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 36 }, "end": { - "line": 1419, + "line": 1414, "column": 39 } } @@ -114278,16 +113704,16 @@ "type": "Identifier", "name": "s", "range": [ - 50544, - 50545 + 50321, + 50322 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 42 }, "end": { - "line": 1419, + "line": 1414, "column": 43 } } @@ -114296,46 +113722,46 @@ "type": "Identifier", "name": "length", "range": [ - 50546, - 50552 + 50323, + 50329 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 44 }, "end": { - "line": 1419, + "line": 1414, "column": 50 } } }, "range": [ - 50544, - 50552 + 50321, + 50329 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 42 }, "end": { - "line": 1419, + "line": 1414, "column": 50 } } }, "range": [ - 50538, - 50552 + 50315, + 50329 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 36 }, "end": { - "line": 1419, + "line": 1414, "column": 50 } } @@ -114343,16 +113769,16 @@ ], "kind": "let", "range": [ - 50527, - 50552 + 50304, + 50329 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 25 }, "end": { - "line": 1419, + "line": 1414, "column": 50 } } @@ -114364,16 +113790,16 @@ "type": "Identifier", "name": "w", "range": [ - 50554, - 50555 + 50331, + 50332 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 52 }, "end": { - "line": 1419, + "line": 1414, "column": 53 } } @@ -114382,31 +113808,31 @@ "type": "Identifier", "name": "len", "range": [ - 50558, - 50561 + 50335, + 50338 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 56 }, "end": { - "line": 1419, + "line": 1414, "column": 59 } } }, "range": [ - 50554, - 50561 + 50331, + 50338 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 52 }, "end": { - "line": 1419, + "line": 1414, "column": 59 } } @@ -114418,32 +113844,32 @@ "type": "Identifier", "name": "w", "range": [ - 50563, - 50564 + 50340, + 50341 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 61 }, "end": { - "line": 1419, + "line": 1414, "column": 62 } } }, "prefix": false, "range": [ - 50563, - 50566 + 50340, + 50343 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 61 }, "end": { - "line": 1419, + "line": 1414, "column": 64 } } @@ -114460,16 +113886,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50594, - 50596 + 50371, + 50373 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 24 }, "end": { - "line": 1420, + "line": 1415, "column": 26 } } @@ -114480,16 +113906,16 @@ "type": "Identifier", "name": "trim", "range": [ - 50599, - 50603 + 50376, + 50380 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 29 }, "end": { - "line": 1420, + "line": 1415, "column": 33 } } @@ -114502,16 +113928,16 @@ "type": "Identifier", "name": "s", "range": [ - 50604, - 50605 + 50381, + 50382 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 34 }, "end": { - "line": 1420, + "line": 1415, "column": 35 } } @@ -114520,77 +113946,77 @@ "type": "Identifier", "name": "w", "range": [ - 50606, - 50607 + 50383, + 50384 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 36 }, "end": { - "line": 1420, + "line": 1415, "column": 37 } } }, "range": [ - 50604, - 50608 + 50381, + 50385 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 34 }, "end": { - "line": 1420, + "line": 1415, "column": 38 } } } ], "range": [ - 50599, - 50609 + 50376, + 50386 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 29 }, "end": { - "line": 1420, + "line": 1415, "column": 39 } } }, "range": [ - 50594, - 50609 + 50371, + 50386 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 24 }, "end": { - "line": 1420, + "line": 1415, "column": 39 } } }, "range": [ - 50594, - 50610 + 50371, + 50387 ], "loc": { "start": { - "line": 1420, + "line": 1415, "column": 24 }, "end": { - "line": 1420, + "line": 1415, "column": 40 } } @@ -114604,16 +114030,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50635, - 50640 + 50412, + 50417 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 24 }, "end": { - "line": 1421, + "line": 1416, "column": 29 } } @@ -114627,16 +114053,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 50643, - 50649 + 50420, + 50426 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 32 }, "end": { - "line": 1421, + "line": 1416, "column": 38 } } @@ -114645,31 +114071,31 @@ "type": "Identifier", "name": "call", "range": [ - 50650, - 50654 + 50427, + 50431 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 39 }, "end": { - "line": 1421, + "line": 1416, "column": 43 } } }, "range": [ - 50643, - 50654 + 50420, + 50431 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 32 }, "end": { - "line": 1421, + "line": 1416, "column": 43 } } @@ -114678,16 +114104,16 @@ { "type": "ThisExpression", "range": [ - 50655, - 50659 + 50432, + 50436 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 44 }, "end": { - "line": 1421, + "line": 1416, "column": 48 } } @@ -114696,16 +114122,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50661, - 50663 + 50438, + 50440 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 50 }, "end": { - "line": 1421, + "line": 1416, "column": 52 } } @@ -114714,16 +114140,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 50665, - 50673 + 50442, + 50450 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 54 }, "end": { - "line": 1421, + "line": 1416, "column": 62 } } @@ -114732,62 +114158,62 @@ "type": "Identifier", "name": "j", "range": [ - 50675, - 50676 + 50452, + 50453 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 64 }, "end": { - "line": 1421, + "line": 1416, "column": 65 } } } ], "range": [ - 50643, - 50677 + 50420, + 50454 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 32 }, "end": { - "line": 1421, + "line": 1416, "column": 66 } } }, "range": [ - 50635, - 50677 + 50412, + 50454 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 24 }, "end": { - "line": 1421, + "line": 1416, "column": 66 } } }, "range": [ - 50635, - 50678 + 50412, + 50455 ], "loc": { "start": { - "line": 1421, + "line": 1416, "column": 24 }, "end": { - "line": 1421, + "line": 1416, "column": 67 } } @@ -114803,16 +114229,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 50703, - 50712 + 50480, + 50489 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 24 }, "end": { - "line": 1422, + "line": 1417, "column": 33 } } @@ -114821,31 +114247,31 @@ "type": "Identifier", "name": "call", "range": [ - 50713, - 50717 + 50490, + 50494 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 34 }, "end": { - "line": 1422, + "line": 1417, "column": 38 } } }, "range": [ - 50703, - 50717 + 50480, + 50494 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 24 }, "end": { - "line": 1422, + "line": 1417, "column": 38 } } @@ -114854,16 +114280,16 @@ { "type": "ThisExpression", "range": [ - 50718, - 50722 + 50495, + 50499 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 39 }, "end": { - "line": 1422, + "line": 1417, "column": 43 } } @@ -114872,16 +114298,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50724, - 50726 + 50501, + 50503 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 45 }, "end": { - "line": 1422, + "line": 1417, "column": 47 } } @@ -114890,16 +114316,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50728, - 50733 + 50505, + 50510 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 49 }, "end": { - "line": 1422, + "line": 1417, "column": 54 } } @@ -114911,16 +114337,16 @@ "type": "Identifier", "name": "cells", "range": [ - 50735, - 50740 + 50512, + 50517 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 56 }, "end": { - "line": 1422, + "line": 1417, "column": 61 } } @@ -114929,62 +114355,62 @@ "type": "Identifier", "name": "j", "range": [ - 50741, - 50742 + 50518, + 50519 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 62 }, "end": { - "line": 1422, + "line": 1417, "column": 63 } } }, "range": [ - 50735, - 50743 + 50512, + 50520 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 56 }, "end": { - "line": 1422, + "line": 1417, "column": 64 } } } ], "range": [ - 50703, - 50744 + 50480, + 50521 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 24 }, "end": { - "line": 1422, + "line": 1417, "column": 65 } } }, "range": [ - 50703, - 50745 + 50480, + 50522 ], "loc": { "start": { - "line": 1422, + "line": 1417, "column": 24 }, "end": { - "line": 1422, + "line": 1417, "column": 66 } } @@ -115001,16 +114427,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50775, - 50787 + 50552, + 50564 ], "loc": { "start": { - "line": 1423, + "line": 1418, "column": 29 }, "end": { - "line": 1423, + "line": 1418, "column": 41 } } @@ -115019,31 +114445,31 @@ "type": "Identifier", "name": "occur", "range": [ - 50791, - 50796 + 50568, + 50573 ], "loc": { "start": { - "line": 1423, + "line": 1418, "column": 45 }, "end": { - "line": 1423, + "line": 1418, "column": 50 } } }, "range": [ - 50775, - 50796 + 50552, + 50573 ], "loc": { "start": { - "line": 1423, + "line": 1418, "column": 29 }, "end": { - "line": 1423, + "line": 1418, "column": 50 } } @@ -115055,16 +114481,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50830, - 50843 + 50607, + 50620 ], "loc": { "start": { - "line": 1424, + "line": 1419, "column": 29 }, "end": { - "line": 1424, + "line": 1419, "column": 42 } } @@ -115076,62 +114502,62 @@ "type": "Identifier", "name": "occur", "range": [ - 50848, - 50853 + 50625, + 50630 ], "loc": { "start": { - "line": 1424, + "line": 1419, "column": 47 }, "end": { - "line": 1424, + "line": 1419, "column": 52 } } }, "prefix": true, "range": [ - 50847, - 50853 + 50624, + 50630 ], "loc": { "start": { - "line": 1424, + "line": 1419, "column": 46 }, "end": { - "line": 1424, + "line": 1419, "column": 52 } } }, "range": [ - 50830, - 50853 + 50607, + 50630 ], "loc": { "start": { - "line": 1424, + "line": 1419, "column": 29 }, "end": { - "line": 1424, + "line": 1419, "column": 52 } } }, "range": [ - 50774, - 50854 + 50551, + 50631 ], "loc": { "start": { - "line": 1423, + "line": 1418, "column": 28 }, "end": { - "line": 1424, + "line": 1419, "column": 53 } } @@ -115143,48 +114569,48 @@ "type": "BreakStatement", "label": null, "range": [ - 50886, - 50892 + 50663, + 50669 ], "loc": { "start": { - "line": 1425, + "line": 1420, "column": 28 }, "end": { - "line": 1425, + "line": 1420, "column": 34 } } } ], "range": [ - 50856, - 50918 + 50633, + 50695 ], "loc": { "start": { - "line": 1424, + "line": 1419, "column": 55 }, "end": { - "line": 1426, + "line": 1421, "column": 25 } } }, "alternate": null, "range": [ - 50770, - 50918 + 50547, + 50695 ], "loc": { "start": { - "line": 1423, + "line": 1418, "column": 24 }, "end": { - "line": 1426, + "line": 1421, "column": 25 } } @@ -115200,16 +114626,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50947, - 50954 + 50724, + 50731 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 28 }, "end": { - "line": 1427, + "line": 1422, "column": 35 } } @@ -115219,32 +114645,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50955, - 50957 + 50732, + 50734 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 36 }, "end": { - "line": 1427, + "line": 1422, "column": 38 } } } ], "range": [ - 50947, - 50958 + 50724, + 50735 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 28 }, "end": { - "line": 1427, + "line": 1422, "column": 39 } } @@ -115253,31 +114679,31 @@ "type": "Identifier", "name": "occur", "range": [ - 50962, - 50967 + 50739, + 50744 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 43 }, "end": { - "line": 1427, + "line": 1422, "column": 48 } } }, "range": [ - 50947, - 50967 + 50724, + 50744 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 28 }, "end": { - "line": 1427, + "line": 1422, "column": 48 } } @@ -115289,79 +114715,79 @@ "type": "BreakStatement", "label": null, "range": [ - 50999, - 51005 + 50776, + 50782 ], "loc": { "start": { - "line": 1428, + "line": 1423, "column": 28 }, "end": { - "line": 1428, + "line": 1423, "column": 34 } } } ], "range": [ - 50969, - 51031 + 50746, + 50808 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 50 }, "end": { - "line": 1429, + "line": 1424, "column": 25 } } }, "alternate": null, "range": [ - 50943, - 51031 + 50720, + 50808 ], "loc": { "start": { - "line": 1427, + "line": 1422, "column": 24 }, "end": { - "line": 1429, + "line": 1424, "column": 25 } } } ], "range": [ - 50568, - 51053 + 50345, + 50830 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 66 }, "end": { - "line": 1430, + "line": 1425, "column": 21 } } }, "range": [ - 50522, - 51053 + 50299, + 50830 ], "loc": { "start": { - "line": 1419, + "line": 1414, "column": 20 }, "end": { - "line": 1430, + "line": 1425, "column": 21 } }, @@ -115370,16 +114796,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 50451, - 50501 + 50228, + 50278 ], "loc": { "start": { - "line": 1418, + "line": 1413, "column": 20 }, "end": { - "line": 1418, + "line": 1413, "column": 70 } } @@ -115398,16 +114824,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51074, - 51083 + 50851, + 50860 ], "loc": { "start": { - "line": 1431, + "line": 1426, "column": 20 }, "end": { - "line": 1431, + "line": 1426, "column": 29 } } @@ -115416,31 +114842,31 @@ "type": "Identifier", "name": "j", "range": [ - 51084, - 51085 + 50861, + 50862 ], "loc": { "start": { - "line": 1431, + "line": 1426, "column": 30 }, "end": { - "line": 1431, + "line": 1426, "column": 31 } } }, "range": [ - 51074, - 51086 + 50851, + 50863 ], "loc": { "start": { - "line": 1431, + "line": 1426, "column": 20 }, "end": { - "line": 1431, + "line": 1426, "column": 32 } } @@ -115449,62 +114875,62 @@ "type": "Identifier", "name": "occur", "range": [ - 51089, - 51094 + 50866, + 50871 ], "loc": { "start": { - "line": 1431, + "line": 1426, "column": 35 }, "end": { - "line": 1431, + "line": 1426, "column": 40 } } }, "range": [ - 51074, - 51094 + 50851, + 50871 ], "loc": { "start": { - "line": 1431, + "line": 1426, "column": 20 }, "end": { - "line": 1431, + "line": 1426, "column": 40 } } }, "range": [ - 51074, - 51095 + 50851, + 50872 ], "loc": { "start": { - "line": 1431, + "line": 1426, "column": 20 }, "end": { - "line": 1431, + "line": 1426, "column": 41 } } } ], "range": [ - 50146, - 51114 + 49923, + 50891 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 66 }, "end": { - "line": 1433, + "line": 1428, "column": 17 } }, @@ -115513,16 +114939,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51131, - 51156 + 50908, + 50933 ], "loc": { "start": { - "line": 1434, + "line": 1429, "column": 16 }, "end": { - "line": 1434, + "line": 1429, "column": 41 } } @@ -115544,16 +114970,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51200, - 51209 + 50977, + 50986 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 20 }, "end": { - "line": 1436, + "line": 1431, "column": 29 } } @@ -115562,31 +114988,31 @@ "type": "Identifier", "name": "j", "range": [ - 51210, - 51211 + 50987, + 50988 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 30 }, "end": { - "line": 1436, + "line": 1431, "column": 31 } } }, "range": [ - 51200, - 51212 + 50977, + 50989 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 20 }, "end": { - "line": 1436, + "line": 1431, "column": 32 } } @@ -115600,16 +115026,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 51215, - 51221 + 50992, + 50998 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 35 }, "end": { - "line": 1436, + "line": 1431, "column": 41 } } @@ -115618,31 +115044,31 @@ "type": "Identifier", "name": "call", "range": [ - 51222, - 51226 + 50999, + 51003 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 42 }, "end": { - "line": 1436, + "line": 1431, "column": 46 } } }, "range": [ - 51215, - 51226 + 50992, + 51003 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 35 }, "end": { - "line": 1436, + "line": 1431, "column": 46 } } @@ -115651,16 +115077,16 @@ { "type": "ThisExpression", "range": [ - 51227, - 51231 + 51004, + 51008 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 47 }, "end": { - "line": 1436, + "line": 1431, "column": 51 } } @@ -115671,16 +115097,16 @@ "type": "Identifier", "name": "trim", "range": [ - 51233, - 51237 + 51010, + 51014 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 53 }, "end": { - "line": 1436, + "line": 1431, "column": 57 } } @@ -115690,32 +115116,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51238, - 51240 + 51015, + 51017 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 58 }, "end": { - "line": 1436, + "line": 1431, "column": 60 } } } ], "range": [ - 51233, - 51241 + 51010, + 51018 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 53 }, "end": { - "line": 1436, + "line": 1431, "column": 61 } } @@ -115724,16 +115150,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 51243, - 51251 + 51020, + 51028 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 63 }, "end": { - "line": 1436, + "line": 1431, "column": 71 } } @@ -115742,62 +115168,62 @@ "type": "Identifier", "name": "j", "range": [ - 51253, - 51254 + 51030, + 51031 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 73 }, "end": { - "line": 1436, + "line": 1431, "column": 74 } } } ], "range": [ - 51215, - 51255 + 50992, + 51032 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 35 }, "end": { - "line": 1436, + "line": 1431, "column": 75 } } }, "range": [ - 51200, - 51255 + 50977, + 51032 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 20 }, "end": { - "line": 1436, + "line": 1431, "column": 75 } } }, "range": [ - 51200, - 51256 + 50977, + 51033 ], "loc": { "start": { - "line": 1436, + "line": 1431, "column": 20 }, "end": { - "line": 1436, + "line": 1431, "column": 76 } } @@ -115813,16 +115239,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 51277, - 51286 + 51054, + 51063 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 20 }, "end": { - "line": 1437, + "line": 1432, "column": 29 } } @@ -115831,31 +115257,31 @@ "type": "Identifier", "name": "call", "range": [ - 51287, - 51291 + 51064, + 51068 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 30 }, "end": { - "line": 1437, + "line": 1432, "column": 34 } } }, "range": [ - 51277, - 51291 + 51054, + 51068 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 20 }, "end": { - "line": 1437, + "line": 1432, "column": 34 } } @@ -115864,16 +115290,16 @@ { "type": "ThisExpression", "range": [ - 51292, - 51296 + 51069, + 51073 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 35 }, "end": { - "line": 1437, + "line": 1432, "column": 39 } } @@ -115882,16 +115308,16 @@ "type": "Identifier", "name": "sA", "range": [ - 51298, - 51300 + 51075, + 51077 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 41 }, "end": { - "line": 1437, + "line": 1432, "column": 43 } } @@ -115903,16 +115329,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51302, - 51311 + 51079, + 51088 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 45 }, "end": { - "line": 1437, + "line": 1432, "column": 54 } } @@ -115921,31 +115347,31 @@ "type": "Identifier", "name": "j", "range": [ - 51312, - 51313 + 51089, + 51090 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 55 }, "end": { - "line": 1437, + "line": 1432, "column": 56 } } }, "range": [ - 51302, - 51314 + 51079, + 51091 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 45 }, "end": { - "line": 1437, + "line": 1432, "column": 57 } } @@ -115957,16 +115383,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51316, - 51321 + 51093, + 51098 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 59 }, "end": { - "line": 1437, + "line": 1432, "column": 64 } } @@ -115975,78 +115401,78 @@ "type": "Identifier", "name": "j", "range": [ - 51322, - 51323 + 51099, + 51100 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 65 }, "end": { - "line": 1437, + "line": 1432, "column": 66 } } }, "range": [ - 51316, - 51324 + 51093, + 51101 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 59 }, "end": { - "line": 1437, + "line": 1432, "column": 67 } } } ], "range": [ - 51277, - 51325 + 51054, + 51102 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 20 }, "end": { - "line": 1437, + "line": 1432, "column": 68 } } }, "range": [ - 51277, - 51326 + 51054, + 51103 ], "loc": { "start": { - "line": 1437, + "line": 1432, "column": 20 }, "end": { - "line": 1437, + "line": 1432, "column": 69 } } } ], "range": [ - 51178, - 51344 + 50955, + 51121 ], "loc": { "start": { - "line": 1435, + "line": 1430, "column": 21 }, "end": { - "line": 1438, + "line": 1433, "column": 17 } }, @@ -116055,16 +115481,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51131, - 51156 + 50908, + 50933 ], "loc": { "start": { - "line": 1434, + "line": 1429, "column": 16 }, "end": { - "line": 1434, + "line": 1429, "column": 41 } } @@ -116072,16 +115498,16 @@ ] }, "range": [ - 50096, - 51344 + 49873, + 51121 ], "loc": { "start": { - "line": 1409, + "line": 1404, "column": 16 }, "end": { - "line": 1438, + "line": 1433, "column": 17 } }, @@ -116090,16 +115516,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50046, - 50079 + 49823, + 49856 ], "loc": { "start": { - "line": 1408, + "line": 1403, "column": 16 }, "end": { - "line": 1408, + "line": 1403, "column": 49 } } @@ -116110,16 +115536,16 @@ "type": "Line", "value": "else single param", "range": [ - 51344, - 51363 + 51121, + 51140 ], "loc": { "start": { - "line": 1438, + "line": 1433, "column": 17 }, "end": { - "line": 1438, + "line": 1433, "column": 36 } } @@ -116138,16 +115564,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51386, - 51395 + 51163, + 51172 ], "loc": { "start": { - "line": 1440, + "line": 1435, "column": 21 }, "end": { - "line": 1440, + "line": 1435, "column": 30 } } @@ -116156,47 +115582,47 @@ "type": "Identifier", "name": "j", "range": [ - 51396, - 51397 + 51173, + 51174 ], "loc": { "start": { - "line": 1440, + "line": 1435, "column": 31 }, "end": { - "line": 1440, + "line": 1435, "column": 32 } } }, "range": [ - 51386, - 51398 + 51163, + 51175 ], "loc": { "start": { - "line": 1440, + "line": 1435, "column": 21 }, "end": { - "line": 1440, + "line": 1435, "column": 33 } } }, "prefix": true, "range": [ - 51385, - 51398 + 51162, + 51175 ], "loc": { "start": { - "line": 1440, + "line": 1435, "column": 20 }, "end": { - "line": 1440, + "line": 1435, "column": 33 } } @@ -116213,16 +115639,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51422, - 51432 + 51199, + 51209 ], "loc": { "start": { - "line": 1441, + "line": 1436, "column": 20 }, "end": { - "line": 1441, + "line": 1436, "column": 30 } } @@ -116232,78 +115658,78 @@ "value": false, "raw": "false", "range": [ - 51435, - 51440 + 51212, + 51217 ], "loc": { "start": { - "line": 1441, + "line": 1436, "column": 33 }, "end": { - "line": 1441, + "line": 1436, "column": 38 } } }, "range": [ - 51422, - 51440 + 51199, + 51217 ], "loc": { "start": { - "line": 1441, + "line": 1436, "column": 20 }, "end": { - "line": 1441, + "line": 1436, "column": 38 } } }, "range": [ - 51422, - 51441 + 51199, + 51218 ], "loc": { "start": { - "line": 1441, + "line": 1436, "column": 20 }, "end": { - "line": 1441, + "line": 1436, "column": 39 } } } ], "range": [ - 51400, - 51459 + 51177, + 51236 ], "loc": { "start": { - "line": 1440, + "line": 1435, "column": 35 }, "end": { - "line": 1442, + "line": 1437, "column": 17 } } }, "alternate": null, "range": [ - 51381, - 51459 + 51158, + 51236 ], "loc": { "start": { - "line": 1440, + "line": 1435, "column": 16 }, "end": { - "line": 1442, + "line": 1437, "column": 17 } }, @@ -116312,16 +115738,16 @@ "type": "Line", "value": "else single param", "range": [ - 51344, - 51363 + 51121, + 51140 ], "loc": { "start": { - "line": 1438, + "line": 1433, "column": 17 }, "end": { - "line": 1438, + "line": 1433, "column": 36 } } @@ -116339,16 +115765,16 @@ "object": { "type": "ThisExpression", "range": [ - 51480, - 51484 + 51257, + 51261 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 20 }, "end": { - "line": 1443, + "line": 1438, "column": 24 } } @@ -116357,31 +115783,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 51485, - 51500 + 51262, + 51277 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 25 }, "end": { - "line": 1443, + "line": 1438, "column": 40 } } }, "range": [ - 51480, - 51500 + 51257, + 51277 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 20 }, "end": { - "line": 1443, + "line": 1438, "column": 40 } } @@ -116393,16 +115819,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51504, - 51513 + 51281, + 51290 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 44 }, "end": { - "line": 1443, + "line": 1438, "column": 53 } } @@ -116411,46 +115837,46 @@ "type": "Identifier", "name": "j", "range": [ - 51514, - 51515 + 51291, + 51292 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 54 }, "end": { - "line": 1443, + "line": 1438, "column": 55 } } }, "range": [ - 51504, - 51516 + 51281, + 51293 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 44 }, "end": { - "line": 1443, + "line": 1438, "column": 56 } } }, "range": [ - 51480, - 51516 + 51257, + 51293 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 20 }, "end": { - "line": 1443, + "line": 1438, "column": 56 } } @@ -116467,16 +115893,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 51540, - 51557 + 51317, + 51334 ], "loc": { "start": { - "line": 1444, + "line": 1439, "column": 20 }, "end": { - "line": 1444, + "line": 1439, "column": 37 } } @@ -116486,78 +115912,78 @@ "value": true, "raw": "true", "range": [ - 51560, - 51564 + 51337, + 51341 ], "loc": { "start": { - "line": 1444, + "line": 1439, "column": 40 }, "end": { - "line": 1444, + "line": 1439, "column": 44 } } }, "range": [ - 51540, - 51564 + 51317, + 51341 ], "loc": { "start": { - "line": 1444, + "line": 1439, "column": 20 }, "end": { - "line": 1444, + "line": 1439, "column": 44 } } }, "range": [ - 51540, - 51565 + 51317, + 51342 ], "loc": { "start": { - "line": 1444, + "line": 1439, "column": 20 }, "end": { - "line": 1444, + "line": 1439, "column": 45 } } } ], "range": [ - 51518, - 51583 + 51295, + 51360 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 58 }, "end": { - "line": 1445, + "line": 1440, "column": 17 } } }, "alternate": null, "range": [ - 51476, - 51583 + 51253, + 51360 ], "loc": { "start": { - "line": 1443, + "line": 1438, "column": 16 }, "end": { - "line": 1445, + "line": 1440, "column": 17 } } @@ -116575,16 +116001,16 @@ "object": { "type": "ThisExpression", "range": [ - 51601, - 51605 + 51378, + 51382 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 16 }, "end": { - "line": 1447, + "line": 1442, "column": 20 } } @@ -116593,31 +116019,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51606, - 51613 + 51383, + 51390 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 21 }, "end": { - "line": 1447, + "line": 1442, "column": 28 } } }, "range": [ - 51601, - 51613 + 51378, + 51390 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 16 }, "end": { - "line": 1447, + "line": 1442, "column": 28 } } @@ -116626,31 +116052,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51614, - 51618 + 51391, + 51395 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 29 }, "end": { - "line": 1447, + "line": 1442, "column": 33 } } }, "range": [ - 51601, - 51618 + 51378, + 51395 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 16 }, "end": { - "line": 1447, + "line": 1442, "column": 33 } } @@ -116661,16 +116087,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 51619, - 51635 + 51396, + 51412 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 34 }, "end": { - "line": 1447, + "line": 1442, "column": 50 } } @@ -116678,16 +116104,16 @@ { "type": "ThisExpression", "range": [ - 51637, - 51641 + 51414, + 51418 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 52 }, "end": { - "line": 1447, + "line": 1442, "column": 56 } } @@ -116696,16 +116122,16 @@ "type": "Identifier", "name": "j", "range": [ - 51643, - 51644 + 51420, + 51421 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 58 }, "end": { - "line": 1447, + "line": 1442, "column": 59 } } @@ -116717,16 +116143,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51646, - 51651 + 51423, + 51428 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 61 }, "end": { - "line": 1447, + "line": 1442, "column": 66 } } @@ -116735,93 +116161,93 @@ "type": "Identifier", "name": "j", "range": [ - 51652, - 51653 + 51429, + 51430 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 67 }, "end": { - "line": 1447, + "line": 1442, "column": 68 } } }, "range": [ - 51646, - 51654 + 51423, + 51431 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 61 }, "end": { - "line": 1447, + "line": 1442, "column": 69 } } } ], "range": [ - 51601, - 51655 + 51378, + 51432 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 16 }, "end": { - "line": 1447, + "line": 1442, "column": 70 } } }, "range": [ - 51601, - 51656 + 51378, + 51433 ], "loc": { "start": { - "line": 1447, + "line": 1442, "column": 16 }, "end": { - "line": 1447, + "line": 1442, "column": 71 } } } ], "range": [ - 49240, - 51670 + 49017, + 51447 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 46 }, "end": { - "line": 1448, + "line": 1443, "column": 13 } } }, "range": [ - 49206, - 51670 + 48983, + 51447 ], "loc": { "start": { - "line": 1388, + "line": 1383, "column": 12 }, "end": { - "line": 1448, + "line": 1443, "column": 13 } }, @@ -116830,16 +116256,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49161, - 49193 + 48938, + 48970 ], "loc": { "start": { - "line": 1387, + "line": 1382, "column": 12 }, "end": { - "line": 1387, + "line": 1382, "column": 44 } } @@ -116850,16 +116276,16 @@ "type": "Line", "value": "for j", "range": [ - 51670, - 51677 + 51447, + 51454 ], "loc": { "start": { - "line": 1448, + "line": 1443, "column": 13 }, "end": { - "line": 1448, + "line": 1443, "column": 20 } } @@ -116877,16 +116303,16 @@ "object": { "type": "ThisExpression", "range": [ - 51695, - 51699 + 51472, + 51476 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 16 }, "end": { - "line": 1450, + "line": 1445, "column": 20 } } @@ -116895,31 +116321,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 51700, - 51715 + 51477, + 51492 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 21 }, "end": { - "line": 1450, + "line": 1445, "column": 36 } } }, "range": [ - 51695, - 51715 + 51472, + 51492 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 16 }, "end": { - "line": 1450, + "line": 1445, "column": 36 } } @@ -116928,31 +116354,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 51719, - 51736 + 51496, + 51513 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 40 }, "end": { - "line": 1450, + "line": 1445, "column": 57 } } }, "range": [ - 51695, - 51736 + 51472, + 51513 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 16 }, "end": { - "line": 1450, + "line": 1445, "column": 57 } } @@ -116969,16 +116395,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51756, - 51766 + 51533, + 51543 ], "loc": { "start": { - "line": 1451, + "line": 1446, "column": 16 }, "end": { - "line": 1451, + "line": 1446, "column": 26 } } @@ -116988,78 +116414,78 @@ "value": true, "raw": "true", "range": [ - 51769, - 51773 + 51546, + 51550 ], "loc": { "start": { - "line": 1451, + "line": 1446, "column": 29 }, "end": { - "line": 1451, + "line": 1446, "column": 33 } } }, "range": [ - 51756, - 51773 + 51533, + 51550 ], "loc": { "start": { - "line": 1451, + "line": 1446, "column": 16 }, "end": { - "line": 1451, + "line": 1446, "column": 33 } } }, "range": [ - 51756, - 51774 + 51533, + 51551 ], "loc": { "start": { - "line": 1451, + "line": 1446, "column": 16 }, "end": { - "line": 1451, + "line": 1446, "column": 34 } } } ], "range": [ - 51738, - 51788 + 51515, + 51565 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 59 }, "end": { - "line": 1452, + "line": 1447, "column": 13 } } }, "alternate": null, "range": [ - 51691, - 51788 + 51468, + 51565 ], "loc": { "start": { - "line": 1450, + "line": 1445, "column": 12 }, "end": { - "line": 1452, + "line": 1447, "column": 13 } }, @@ -117068,16 +116494,16 @@ "type": "Line", "value": "for j", "range": [ - 51670, - 51677 + 51447, + 51454 ], "loc": { "start": { - "line": 1448, + "line": 1443, "column": 13 }, "end": { - "line": 1448, + "line": 1443, "column": 20 } } @@ -117093,32 +116519,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51807, - 51817 + 51584, + 51594 ], "loc": { "start": { - "line": 1454, + "line": 1449, "column": 17 }, "end": { - "line": 1454, + "line": 1449, "column": 27 } } }, "prefix": true, "range": [ - 51806, - 51817 + 51583, + 51594 ], "loc": { "start": { - "line": 1454, + "line": 1449, "column": 16 }, "end": { - "line": 1454, + "line": 1449, "column": 27 } } @@ -117136,16 +116562,16 @@ "object": { "type": "ThisExpression", "range": [ - 51837, - 51841 + 51614, + 51618 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 16 }, "end": { - "line": 1455, + "line": 1450, "column": 20 } } @@ -117154,31 +116580,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 51842, - 51853 + 51619, + 51630 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 21 }, "end": { - "line": 1455, + "line": 1450, "column": 32 } } }, "range": [ - 51837, - 51853 + 51614, + 51630 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 16 }, "end": { - "line": 1455, + "line": 1450, "column": 32 } } @@ -117188,16 +116614,16 @@ "type": "Identifier", "name": "k", "range": [ - 51854, - 51855 + 51631, + 51632 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 33 }, "end": { - "line": 1455, + "line": 1450, "column": 34 } } @@ -117207,47 +116633,47 @@ "value": false, "raw": "false", "range": [ - 51857, - 51862 + 51634, + 51639 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 36 }, "end": { - "line": 1455, + "line": 1450, "column": 41 } } } ], "range": [ - 51837, - 51863 + 51614, + 51640 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 16 }, "end": { - "line": 1455, + "line": 1450, "column": 42 } } }, "range": [ - 51837, - 51864 + 51614, + 51641 ], "loc": { "start": { - "line": 1455, + "line": 1450, "column": 16 }, "end": { - "line": 1455, + "line": 1450, "column": 43 } } @@ -117261,63 +116687,63 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 51881, - 51891 + 51658, + 51668 ], "loc": { "start": { - "line": 1456, + "line": 1451, "column": 16 }, "end": { - "line": 1456, + "line": 1451, "column": 26 } } }, "prefix": false, "range": [ - 51881, - 51893 + 51658, + 51670 ], "loc": { "start": { - "line": 1456, + "line": 1451, "column": 16 }, "end": { - "line": 1456, + "line": 1451, "column": 28 } } }, "range": [ - 51881, - 51894 + 51658, + 51671 ], "loc": { "start": { - "line": 1456, + "line": 1451, "column": 16 }, "end": { - "line": 1456, + "line": 1451, "column": 29 } } } ], "range": [ - 51819, - 51908 + 51596, + 51685 ], "loc": { "start": { - "line": 1454, + "line": 1449, "column": 29 }, "end": { - "line": 1457, + "line": 1452, "column": 13 } } @@ -117335,16 +116761,16 @@ "object": { "type": "ThisExpression", "range": [ - 51932, - 51936 + 51709, + 51713 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 16 }, "end": { - "line": 1458, + "line": 1453, "column": 20 } } @@ -117353,31 +116779,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 51937, - 51948 + 51714, + 51725 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 21 }, "end": { - "line": 1458, + "line": 1453, "column": 32 } } }, "range": [ - 51932, - 51948 + 51709, + 51725 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 16 }, "end": { - "line": 1458, + "line": 1453, "column": 32 } } @@ -117387,16 +116813,16 @@ "type": "Identifier", "name": "k", "range": [ - 51949, - 51950 + 51726, + 51727 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 33 }, "end": { - "line": 1458, + "line": 1453, "column": 34 } } @@ -117406,78 +116832,78 @@ "value": true, "raw": "true", "range": [ - 51952, - 51956 + 51729, + 51733 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 36 }, "end": { - "line": 1458, + "line": 1453, "column": 40 } } } ], "range": [ - 51932, - 51957 + 51709, + 51734 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 16 }, "end": { - "line": 1458, + "line": 1453, "column": 41 } } }, "range": [ - 51932, - 51958 + 51709, + 51735 ], "loc": { "start": { - "line": 1458, + "line": 1453, "column": 16 }, "end": { - "line": 1458, + "line": 1453, "column": 42 } } } ], "range": [ - 51914, - 51972 + 51691, + 51749 ], "loc": { "start": { - "line": 1457, + "line": 1452, "column": 19 }, "end": { - "line": 1459, + "line": 1454, "column": 13 } } }, "range": [ - 51802, - 51972 + 51579, + 51749 ], "loc": { "start": { - "line": 1454, + "line": 1449, "column": 12 }, "end": { - "line": 1459, + "line": 1454, "column": 13 } } @@ -117495,16 +116921,16 @@ "object": { "type": "ThisExpression", "range": [ - 51986, - 51990 + 51763, + 51767 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 12 }, "end": { - "line": 1461, + "line": 1456, "column": 16 } } @@ -117513,31 +116939,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51991, - 51998 + 51768, + 51775 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 17 }, "end": { - "line": 1461, + "line": 1456, "column": 24 } } }, "range": [ - 51986, - 51998 + 51763, + 51775 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 12 }, "end": { - "line": 1461, + "line": 1456, "column": 24 } } @@ -117546,31 +116972,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51999, - 52003 + 51776, + 51780 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 25 }, "end": { - "line": 1461, + "line": 1456, "column": 29 } } }, "range": [ - 51986, - 52003 + 51763, + 51780 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 12 }, "end": { - "line": 1461, + "line": 1456, "column": 29 } } @@ -117581,16 +117007,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 52004, - 52019 + 51781, + 51796 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 30 }, "end": { - "line": 1461, + "line": 1456, "column": 45 } } @@ -117598,16 +117024,16 @@ { "type": "ThisExpression", "range": [ - 52021, - 52025 + 51798, + 51802 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 47 }, "end": { - "line": 1461, + "line": 1456, "column": 51 } } @@ -117616,16 +117042,16 @@ "type": "Identifier", "name": "k", "range": [ - 52027, - 52028 + 51804, + 51805 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 53 }, "end": { - "line": 1461, + "line": 1456, "column": 54 } } @@ -117639,16 +117065,16 @@ "object": { "type": "ThisExpression", "range": [ - 52046, - 52050 + 51823, + 51827 ], "loc": { "start": { - "line": 1462, + "line": 1457, "column": 16 }, "end": { - "line": 1462, + "line": 1457, "column": 20 } } @@ -117657,31 +117083,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 52051, - 52065 + 51828, + 51842 ], "loc": { "start": { - "line": 1462, + "line": 1457, "column": 21 }, "end": { - "line": 1462, + "line": 1457, "column": 35 } } }, "range": [ - 52046, - 52065 + 51823, + 51842 ], "loc": { "start": { - "line": 1462, + "line": 1457, "column": 16 }, "end": { - "line": 1462, + "line": 1457, "column": 35 } } @@ -117690,31 +117116,31 @@ "type": "Identifier", "name": "length", "range": [ - 52066, - 52072 + 51843, + 51849 ], "loc": { "start": { - "line": 1462, + "line": 1457, "column": 36 }, "end": { - "line": 1462, + "line": 1457, "column": 42 } } }, "range": [ - 52046, - 52072 + 51823, + 51849 ], "loc": { "start": { - "line": 1462, + "line": 1457, "column": 16 }, "end": { - "line": 1462, + "line": 1457, "column": 42 } } @@ -117723,78 +117149,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52074, - 52084 + 51851, + 51861 ], "loc": { "start": { - "line": 1462, + "line": 1457, "column": 44 }, "end": { - "line": 1462, + "line": 1457, "column": 54 } } } ], "range": [ - 51986, - 52085 + 51763, + 51862 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 12 }, "end": { - "line": 1462, + "line": 1457, "column": 55 } } }, "range": [ - 51986, - 52086 + 51763, + 51863 ], "loc": { "start": { - "line": 1461, + "line": 1456, "column": 12 }, "end": { - "line": 1462, + "line": 1457, "column": 56 } } } ], "range": [ - 48685, - 52096 + 48462, + 51873 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 51 }, "end": { - "line": 1463, + "line": 1458, "column": 9 } } }, "range": [ - 48642, - 52096 + 48419, + 51873 ], "loc": { "start": { - "line": 1370, + "line": 1365, "column": 8 }, "end": { - "line": 1463, + "line": 1458, "column": 9 } }, @@ -117803,16 +117229,16 @@ "type": "Line", "value": "fn", "range": [ - 48628, - 48632 + 48405, + 48409 ], "loc": { "start": { - "line": 1368, + "line": 1363, "column": 9 }, "end": { - "line": 1368, + "line": 1363, "column": 13 } } @@ -117823,16 +117249,16 @@ "type": "Line", "value": " for k", "range": [ - 52096, - 52104 + 51873, + 51881 ], "loc": { "start": { - "line": 1463, + "line": 1458, "column": 9 }, "end": { - "line": 1463, + "line": 1458, "column": 17 } } @@ -117850,16 +117276,16 @@ "object": { "type": "ThisExpression", "range": [ - 52114, - 52118 + 51891, + 51895 ], "loc": { "start": { - "line": 1465, + "line": 1460, "column": 8 }, "end": { - "line": 1465, + "line": 1460, "column": 12 } } @@ -117868,31 +117294,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 52119, - 52131 + 51896, + 51908 ], "loc": { "start": { - "line": 1465, + "line": 1460, "column": 13 }, "end": { - "line": 1465, + "line": 1460, "column": 25 } } }, "range": [ - 52114, - 52131 + 51891, + 51908 ], "loc": { "start": { - "line": 1465, + "line": 1460, "column": 8 }, "end": { - "line": 1465, + "line": 1460, "column": 25 } } @@ -117901,46 +117327,46 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 52134, - 52144 + 51911, + 51921 ], "loc": { "start": { - "line": 1465, + "line": 1460, "column": 28 }, "end": { - "line": 1465, + "line": 1460, "column": 38 } } }, "range": [ - 52114, - 52144 + 51891, + 51921 ], "loc": { "start": { - "line": 1465, + "line": 1460, "column": 8 }, "end": { - "line": 1465, + "line": 1460, "column": 38 } } }, "range": [ - 52114, - 52145 + 51891, + 51922 ], "loc": { "start": { - "line": 1465, + "line": 1460, "column": 8 }, "end": { - "line": 1465, + "line": 1460, "column": 39 } }, @@ -117949,16 +117375,16 @@ "type": "Line", "value": " for k", "range": [ - 52096, - 52104 + 51873, + 51881 ], "loc": { "start": { - "line": 1463, + "line": 1458, "column": 9 }, "end": { - "line": 1463, + "line": 1458, "column": 17 } } @@ -117969,16 +117395,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 52155, - 52187 + 51932, + 51964 ], "loc": { "start": { - "line": 1467, + "line": 1462, "column": 8 }, "end": { - "line": 1467, + "line": 1462, "column": 40 } } @@ -117993,16 +117419,16 @@ "object": { "type": "ThisExpression", "range": [ - 52200, - 52204 + 51977, + 51981 ], "loc": { "start": { - "line": 1468, + "line": 1463, "column": 12 }, "end": { - "line": 1468, + "line": 1463, "column": 16 } } @@ -118011,31 +117437,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 52205, - 52218 + 51982, + 51995 ], "loc": { "start": { - "line": 1468, + "line": 1463, "column": 17 }, "end": { - "line": 1468, + "line": 1463, "column": 30 } } }, "range": [ - 52200, - 52218 + 51977, + 51995 ], "loc": { "start": { - "line": 1468, + "line": 1463, "column": 12 }, "end": { - "line": 1468, + "line": 1463, "column": 30 } } @@ -118056,16 +117482,16 @@ "object": { "type": "ThisExpression", "range": [ - 52234, - 52238 + 52011, + 52015 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 12 }, "end": { - "line": 1469, + "line": 1464, "column": 16 } } @@ -118074,31 +117500,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 52239, - 52252 + 52016, + 52029 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 17 }, "end": { - "line": 1469, + "line": 1464, "column": 30 } } }, "range": [ - 52234, - 52252 + 52011, + 52029 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 12 }, "end": { - "line": 1469, + "line": 1464, "column": 30 } } @@ -118107,31 +117533,31 @@ "type": "Identifier", "name": "call", "range": [ - 52253, - 52257 + 52030, + 52034 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 31 }, "end": { - "line": 1469, + "line": 1464, "column": 35 } } }, "range": [ - 52234, - 52257 + 52011, + 52034 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 12 }, "end": { - "line": 1469, + "line": 1464, "column": 35 } } @@ -118142,16 +117568,16 @@ "value": null, "raw": "null", "range": [ - 52258, - 52262 + 52035, + 52039 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 36 }, "end": { - "line": 1469, + "line": 1464, "column": 40 } } @@ -118159,79 +117585,79 @@ { "type": "ThisExpression", "range": [ - 52264, - 52268 + 52041, + 52045 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 42 }, "end": { - "line": 1469, + "line": 1464, "column": 46 } } } ], "range": [ - 52234, - 52269 + 52011, + 52046 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 12 }, "end": { - "line": 1469, + "line": 1464, "column": 47 } } }, "range": [ - 52234, - 52270 + 52011, + 52047 ], "loc": { "start": { - "line": 1469, + "line": 1464, "column": 12 }, "end": { - "line": 1469, + "line": 1464, "column": 48 } } } ], "range": [ - 52220, - 52280 + 51997, + 52057 ], "loc": { "start": { - "line": 1468, + "line": 1463, "column": 32 }, "end": { - "line": 1470, + "line": 1465, "column": 9 } } }, "alternate": null, "range": [ - 52196, - 52280 + 51973, + 52057 ], "loc": { "start": { - "line": 1468, + "line": 1463, "column": 8 }, "end": { - "line": 1470, + "line": 1465, "column": 9 } }, @@ -118240,16 +117666,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 52155, - 52187 + 51932, + 51964 ], "loc": { "start": { - "line": 1467, + "line": 1462, "column": 8 }, "end": { - "line": 1467, + "line": 1462, "column": 40 } } @@ -118269,16 +117695,16 @@ "object": { "type": "ThisExpression", "range": [ - 52290, - 52294 + 52067, + 52071 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 8 }, "end": { - "line": 1472, + "line": 1467, "column": 12 } } @@ -118287,31 +117713,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52295, - 52302 + 52072, + 52079 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 13 }, "end": { - "line": 1472, + "line": 1467, "column": 20 } } }, "range": [ - 52290, - 52302 + 52067, + 52079 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 8 }, "end": { - "line": 1472, + "line": 1467, "column": 20 } } @@ -118320,31 +117746,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52303, - 52307 + 52080, + 52084 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 21 }, "end": { - "line": 1472, + "line": 1467, "column": 25 } } }, "range": [ - 52290, - 52307 + 52067, + 52084 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 8 }, "end": { - "line": 1472, + "line": 1467, "column": 25 } } @@ -118355,16 +117781,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 52308, - 52325 + 52085, + 52102 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 26 }, "end": { - "line": 1472, + "line": 1467, "column": 43 } } @@ -118372,16 +117798,16 @@ { "type": "ThisExpression", "range": [ - 52327, - 52331 + 52104, + 52108 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 45 }, "end": { - "line": 1472, + "line": 1467, "column": 49 } } @@ -118390,63 +117816,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 52333, - 52343 + 52110, + 52120 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 51 }, "end": { - "line": 1472, + "line": 1467, "column": 61 } } } ], "range": [ - 52290, - 52344 + 52067, + 52121 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 8 }, "end": { - "line": 1472, + "line": 1467, "column": 62 } } }, "range": [ - 52290, - 52345 + 52067, + 52122 ], "loc": { "start": { - "line": 1472, + "line": 1467, "column": 8 }, "end": { - "line": 1472, + "line": 1467, "column": 63 } } } ], "range": [ - 38505, - 52351 + 38282, + 52128 ], "loc": { "start": { - "line": 1123, + "line": 1118, "column": 13 }, "end": { - "line": 1473, + "line": 1468, "column": 5 } } @@ -118454,16 +117880,16 @@ "generator": false, "expression": false, "range": [ - 38502, - 52351 + 38279, + 52128 ], "loc": { "start": { - "line": 1123, + "line": 1118, "column": 10 }, "end": { - "line": 1473, + "line": 1468, "column": 5 } } @@ -118471,16 +117897,16 @@ "kind": "method", "computed": false, "range": [ - 38496, - 52351 + 38273, + 52128 ], "loc": { "start": { - "line": 1123, + "line": 1118, "column": 4 }, "end": { - "line": 1473, + "line": 1468, "column": 5 } }, @@ -118489,16 +117915,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": [ - 38254, - 38491 + 38031, + 38268 ], "loc": { "start": { - "line": 1118, + "line": 1113, "column": 4 }, "end": { - "line": 1122, + "line": 1117, "column": 7 } } @@ -118509,16 +117935,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": [ - 52357, - 52741 + 52134, + 52518 ], "loc": { "start": { - "line": 1475, + "line": 1470, "column": 4 }, "end": { - "line": 1482, + "line": 1477, "column": 7 } } @@ -118532,16 +117958,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 52746, - 52758 + 52523, + 52535 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 4 }, "end": { - "line": 1483, + "line": 1478, "column": 16 } } @@ -118554,16 +117980,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 52759, - 52767 + 52536, + 52544 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 17 }, "end": { - "line": 1483, + "line": 1478, "column": 25 } } @@ -118574,16 +118000,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 52769, - 52783 + 52546, + 52560 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 27 }, "end": { - "line": 1483, + "line": 1478, "column": 41 } } @@ -118593,31 +118019,31 @@ "value": false, "raw": "false", "range": [ - 52786, - 52791 + 52563, + 52568 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 44 }, "end": { - "line": 1483, + "line": 1478, "column": 49 } } }, "range": [ - 52769, - 52791 + 52546, + 52568 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 27 }, "end": { - "line": 1483, + "line": 1478, "column": 49 } } @@ -118628,16 +118054,16 @@ "type": "Identifier", "name": "num", "range": [ - 52793, - 52796 + 52570, + 52573 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 51 }, "end": { - "line": 1483, + "line": 1478, "column": 54 } } @@ -118647,31 +118073,31 @@ "value": false, "raw": "false", "range": [ - 52799, - 52804 + 52576, + 52581 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 57 }, "end": { - "line": 1483, + "line": 1478, "column": 62 } } }, "range": [ - 52793, - 52804 + 52570, + 52581 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 51 }, "end": { - "line": 1483, + "line": 1478, "column": 62 } } @@ -118682,16 +118108,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 52806, - 52813 + 52583, + 52590 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 64 }, "end": { - "line": 1483, + "line": 1478, "column": 71 } } @@ -118700,31 +118126,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 52816, - 52818 + 52593, + 52595 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 74 }, "end": { - "line": 1483, + "line": 1478, "column": 76 } } }, "range": [ - 52806, - 52818 + 52583, + 52595 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 64 }, "end": { - "line": 1483, + "line": 1478, "column": 76 } } @@ -118744,16 +118170,16 @@ "object": { "type": "ThisExpression", "range": [ - 52835, - 52839 + 52612, + 52616 ], "loc": { "start": { - "line": 1484, + "line": 1479, "column": 13 }, "end": { - "line": 1484, + "line": 1479, "column": 17 } } @@ -118762,47 +118188,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 52840, - 52847 + 52617, + 52624 ], "loc": { "start": { - "line": 1484, + "line": 1479, "column": 18 }, "end": { - "line": 1484, + "line": 1479, "column": 25 } } }, "range": [ - 52835, - 52847 + 52612, + 52624 ], "loc": { "start": { - "line": 1484, + "line": 1479, "column": 13 }, "end": { - "line": 1484, + "line": 1479, "column": 25 } } }, "prefix": true, "range": [ - 52834, - 52847 + 52611, + 52624 ], "loc": { "start": { - "line": 1484, + "line": 1479, "column": 12 }, "end": { - "line": 1484, + "line": 1479, "column": 25 } } @@ -118814,48 +118240,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 52863, - 52870 + 52640, + 52647 ], "loc": { "start": { - "line": 1485, + "line": 1480, "column": 12 }, "end": { - "line": 1485, + "line": 1480, "column": 19 } } } ], "range": [ - 52849, - 52880 + 52626, + 52657 ], "loc": { "start": { - "line": 1484, + "line": 1479, "column": 27 }, "end": { - "line": 1486, + "line": 1481, "column": 9 } } }, "alternate": null, "range": [ - 52830, - 52880 + 52607, + 52657 ], "loc": { "start": { - "line": 1484, + "line": 1479, "column": 8 }, "end": { - "line": 1486, + "line": 1481, "column": 9 } } @@ -118869,16 +118295,16 @@ "type": "Identifier", "name": "row", "range": [ - 52893, - 52896 + 52670, + 52673 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 12 }, "end": { - "line": 1487, + "line": 1482, "column": 15 } } @@ -118892,16 +118318,16 @@ "object": { "type": "ThisExpression", "range": [ - 52899, - 52903 + 52676, + 52680 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 18 }, "end": { - "line": 1487, + "line": 1482, "column": 22 } } @@ -118910,31 +118336,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 52904, - 52907 + 52681, + 52684 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 23 }, "end": { - "line": 1487, + "line": 1482, "column": 26 } } }, "range": [ - 52899, - 52907 + 52676, + 52684 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 18 }, "end": { - "line": 1487, + "line": 1482, "column": 26 } } @@ -118943,46 +118369,46 @@ "type": "Identifier", "name": "rows", "range": [ - 52908, - 52912 + 52685, + 52689 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 27 }, "end": { - "line": 1487, + "line": 1482, "column": 31 } } }, "range": [ - 52899, - 52912 + 52676, + 52689 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 18 }, "end": { - "line": 1487, + "line": 1482, "column": 31 } } }, "range": [ - 52893, - 52912 + 52670, + 52689 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 12 }, "end": { - "line": 1487, + "line": 1482, "column": 31 } } @@ -118990,16 +118416,16 @@ ], "kind": "let", "range": [ - 52889, - 52913 + 52666, + 52690 ], "loc": { "start": { - "line": 1487, + "line": 1482, "column": 8 }, "end": { - "line": 1487, + "line": 1482, "column": 32 } } @@ -119013,16 +118439,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 52926, - 52932 + 52703, + 52709 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 12 }, "end": { - "line": 1488, + "line": 1483, "column": 18 } } @@ -119035,16 +118461,16 @@ "object": { "type": "ThisExpression", "range": [ - 52935, - 52939 + 52712, + 52716 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 21 }, "end": { - "line": 1488, + "line": 1483, "column": 25 } } @@ -119053,31 +118479,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 52940, - 52949 + 52717, + 52726 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 26 }, "end": { - "line": 1488, + "line": 1483, "column": 35 } } }, "range": [ - 52935, - 52949 + 52712, + 52726 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 21 }, "end": { - "line": 1488, + "line": 1483, "column": 35 } } @@ -119088,47 +118514,47 @@ "value": true, "raw": "true", "range": [ - 52950, - 52954 + 52727, + 52731 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 36 }, "end": { - "line": 1488, + "line": 1483, "column": 40 } } } ], "range": [ - 52935, - 52955 + 52712, + 52732 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 21 }, "end": { - "line": 1488, + "line": 1483, "column": 41 } } }, "range": [ - 52926, - 52955 + 52703, + 52732 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 12 }, "end": { - "line": 1488, + "line": 1483, "column": 41 } } @@ -119136,16 +118562,16 @@ ], "kind": "let", "range": [ - 52922, - 52956 + 52699, + 52733 ], "loc": { "start": { - "line": 1488, + "line": 1483, "column": 8 }, "end": { - "line": 1488, + "line": 1483, "column": 42 } } @@ -119159,16 +118585,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 52969, - 52978 + 52746, + 52755 ], "loc": { "start": { - "line": 1489, + "line": 1484, "column": 12 }, "end": { - "line": 1489, + "line": 1484, "column": 21 } } @@ -119177,31 +118603,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 52981, - 52983 + 52758, + 52760 ], "loc": { "start": { - "line": 1489, + "line": 1484, "column": 24 }, "end": { - "line": 1489, + "line": 1484, "column": 26 } } }, "range": [ - 52969, - 52983 + 52746, + 52760 ], "loc": { "start": { - "line": 1489, + "line": 1484, "column": 12 }, "end": { - "line": 1489, + "line": 1484, "column": 26 } } @@ -119209,16 +118635,16 @@ ], "kind": "let", "range": [ - 52965, - 52984 + 52742, + 52761 ], "loc": { "start": { - "line": 1489, + "line": 1484, "column": 8 }, "end": { - "line": 1489, + "line": 1484, "column": 27 } } @@ -119229,16 +118655,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 52998, - 53012 + 52775, + 52789 ], "loc": { "start": { - "line": 1491, + "line": 1486, "column": 12 }, "end": { - "line": 1491, + "line": 1486, "column": 26 } } @@ -119257,16 +118683,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 53028, - 53037 + 52805, + 52814 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 12 }, "end": { - "line": 1492, + "line": 1487, "column": 21 } } @@ -119275,31 +118701,31 @@ "type": "Identifier", "name": "push", "range": [ - 53038, - 53042 + 52815, + 52819 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 22 }, "end": { - "line": 1492, + "line": 1487, "column": 26 } } }, "range": [ - 53028, - 53042 + 52805, + 52819 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 12 }, "end": { - "line": 1492, + "line": 1487, "column": 26 } } @@ -119316,16 +118742,16 @@ "object": { "type": "ThisExpression", "range": [ - 53043, - 53047 + 52820, + 52824 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 27 }, "end": { - "line": 1492, + "line": 1487, "column": 31 } } @@ -119334,47 +118760,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 53048, - 53062 + 52825, + 52839 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 32 }, "end": { - "line": 1492, + "line": 1487, "column": 46 } } }, "range": [ - 53043, - 53062 + 52820, + 52839 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 27 }, "end": { - "line": 1492, + "line": 1487, "column": 46 } } }, "arguments": [], "range": [ - 53043, - 53064 + 52820, + 52841 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 27 }, "end": { - "line": 1492, + "line": 1487, "column": 48 } } @@ -119383,94 +118809,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 53065, - 53073 + 52842, + 52850 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 49 }, "end": { - "line": 1492, + "line": 1487, "column": 57 } } }, "range": [ - 53043, - 53074 + 52820, + 52851 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 27 }, "end": { - "line": 1492, + "line": 1487, "column": 58 } } } ], "range": [ - 53028, - 53075 + 52805, + 52852 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 12 }, "end": { - "line": 1492, + "line": 1487, "column": 59 } } }, "range": [ - 53028, - 53076 + 52805, + 52853 ], "loc": { "start": { - "line": 1492, + "line": 1487, "column": 12 }, "end": { - "line": 1492, + "line": 1487, "column": 60 } } } ], "range": [ - 53014, - 53086 + 52791, + 52863 ], "loc": { "start": { - "line": 1491, + "line": 1486, "column": 28 }, "end": { - "line": 1493, + "line": 1488, "column": 9 } } }, "alternate": null, "range": [ - 52994, - 53086 + 52771, + 52863 ], "loc": { "start": { - "line": 1491, + "line": 1486, "column": 8 }, "end": { - "line": 1493, + "line": 1488, "column": 9 } } @@ -119486,16 +118912,16 @@ "type": "Identifier", "name": "i", "range": [ - 53105, - 53106 + 52882, + 52883 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 17 }, "end": { - "line": 1495, + "line": 1490, "column": 18 } } @@ -119506,16 +118932,16 @@ "object": { "type": "ThisExpression", "range": [ - 53109, - 53113 + 52886, + 52890 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 21 }, "end": { - "line": 1495, + "line": 1490, "column": 25 } } @@ -119524,46 +118950,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 53114, - 53120 + 52891, + 52897 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 26 }, "end": { - "line": 1495, + "line": 1490, "column": 32 } } }, "range": [ - 53109, - 53120 + 52886, + 52897 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 21 }, "end": { - "line": 1495, + "line": 1490, "column": 32 } } }, "range": [ - 53105, - 53120 + 52882, + 52897 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 17 }, "end": { - "line": 1495, + "line": 1490, "column": 32 } } @@ -119571,16 +118997,16 @@ ], "kind": "let", "range": [ - 53101, - 53120 + 52878, + 52897 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 13 }, "end": { - "line": 1495, + "line": 1490, "column": 32 } } @@ -119592,16 +119018,16 @@ "type": "Identifier", "name": "i", "range": [ - 53122, - 53123 + 52899, + 52900 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 34 }, "end": { - "line": 1495, + "line": 1490, "column": 35 } } @@ -119610,31 +119036,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 53126, - 53132 + 52903, + 52909 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 38 }, "end": { - "line": 1495, + "line": 1490, "column": 44 } } }, "range": [ - 53122, - 53132 + 52899, + 52909 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 34 }, "end": { - "line": 1495, + "line": 1490, "column": 44 } } @@ -119646,32 +119072,32 @@ "type": "Identifier", "name": "i", "range": [ - 53134, - 53135 + 52911, + 52912 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 46 }, "end": { - "line": 1495, + "line": 1490, "column": 47 } } }, "prefix": false, "range": [ - 53134, - 53137 + 52911, + 52914 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 46 }, "end": { - "line": 1495, + "line": 1490, "column": 49 } } @@ -119688,16 +119114,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 53157, - 53169 + 52934, + 52946 ], "loc": { "start": { - "line": 1496, + "line": 1491, "column": 16 }, "end": { - "line": 1496, + "line": 1491, "column": 28 } } @@ -119707,31 +119133,31 @@ "value": false, "raw": "false", "range": [ - 53172, - 53177 + 52949, + 52954 ], "loc": { "start": { - "line": 1496, + "line": 1491, "column": 31 }, "end": { - "line": 1496, + "line": 1491, "column": 36 } } }, "range": [ - 53157, - 53177 + 52934, + 52954 ], "loc": { "start": { - "line": 1496, + "line": 1491, "column": 16 }, "end": { - "line": 1496, + "line": 1491, "column": 36 } } @@ -119739,16 +119165,16 @@ ], "kind": "let", "range": [ - 53153, - 53178 + 52930, + 52955 ], "loc": { "start": { - "line": 1496, + "line": 1491, "column": 12 }, "end": { - "line": 1496, + "line": 1491, "column": 37 } }, @@ -119757,16 +119183,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 53191, - 53246 + 52968, + 53023 ], "loc": { "start": { - "line": 1497, + "line": 1492, "column": 12 }, "end": { - "line": 1497, + "line": 1492, "column": 67 } } @@ -119785,16 +119211,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 53263, - 53270 + 53040, + 53047 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 16 }, "end": { - "line": 1498, + "line": 1493, "column": 23 } } @@ -119803,31 +119229,31 @@ "type": "Identifier", "name": "length", "range": [ - 53271, - 53277 + 53048, + 53054 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 24 }, "end": { - "line": 1498, + "line": 1493, "column": 30 } } }, "range": [ - 53263, - 53277 + 53040, + 53054 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 16 }, "end": { - "line": 1498, + "line": 1493, "column": 30 } } @@ -119837,31 +119263,31 @@ "value": 0, "raw": "0", "range": [ - 53280, - 53281 + 53057, + 53058 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 33 }, "end": { - "line": 1498, + "line": 1493, "column": 34 } } }, "range": [ - 53263, - 53281 + 53040, + 53058 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 16 }, "end": { - "line": 1498, + "line": 1493, "column": 34 } } @@ -119878,16 +119304,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 53301, - 53313 + 53078, + 53090 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 16 }, "end": { - "line": 1499, + "line": 1494, "column": 28 } } @@ -119904,16 +119330,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 53316, - 53323 + 53093, + 53100 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 31 }, "end": { - "line": 1499, + "line": 1494, "column": 38 } } @@ -119922,31 +119348,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 53324, - 53331 + 53101, + 53108 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 39 }, "end": { - "line": 1499, + "line": 1494, "column": 46 } } }, "range": [ - 53316, - 53331 + 53093, + 53108 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 31 }, "end": { - "line": 1499, + "line": 1494, "column": 46 } } @@ -119956,32 +119382,32 @@ "type": "Identifier", "name": "i", "range": [ - 53332, - 53333 + 53109, + 53110 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 47 }, "end": { - "line": 1499, + "line": 1494, "column": 48 } } } ], "range": [ - 53316, - 53334 + 53093, + 53111 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 31 }, "end": { - "line": 1499, + "line": 1494, "column": 49 } } @@ -119994,109 +119420,109 @@ "value": 1, "raw": "1", "range": [ - 53340, - 53341 + 53117, + 53118 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 55 }, "end": { - "line": 1499, + "line": 1494, "column": 56 } } }, "prefix": true, "range": [ - 53339, - 53341 + 53116, + 53118 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 54 }, "end": { - "line": 1499, + "line": 1494, "column": 56 } } }, "range": [ - 53316, - 53341 + 53093, + 53118 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 31 }, "end": { - "line": 1499, + "line": 1494, "column": 56 } } }, "range": [ - 53301, - 53341 + 53078, + 53118 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 16 }, "end": { - "line": 1499, + "line": 1494, "column": 56 } } }, "range": [ - 53301, - 53342 + 53078, + 53119 ], "loc": { "start": { - "line": 1499, + "line": 1494, "column": 16 }, "end": { - "line": 1499, + "line": 1494, "column": 57 } } } ], "range": [ - 53283, - 53356 + 53060, + 53133 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 36 }, "end": { - "line": 1500, + "line": 1495, "column": 13 } } }, "alternate": null, "range": [ - 53259, - 53356 + 53036, + 53133 ], "loc": { "start": { - "line": 1498, + "line": 1493, "column": 12 }, "end": { - "line": 1500, + "line": 1495, "column": 13 } }, @@ -120105,16 +119531,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 53191, - 53246 + 52968, + 53023 ], "loc": { "start": { - "line": 1497, + "line": 1492, "column": 12 }, "end": { - "line": 1497, + "line": 1492, "column": 67 } } @@ -120130,16 +119556,16 @@ "type": "Identifier", "name": "cell", "range": [ - 53373, - 53377 + 53150, + 53154 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 16 }, "end": { - "line": 1501, + "line": 1496, "column": 20 } } @@ -120154,16 +119580,16 @@ "type": "Identifier", "name": "row", "range": [ - 53380, - 53383 + 53157, + 53160 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 23 }, "end": { - "line": 1501, + "line": 1496, "column": 26 } } @@ -120172,31 +119598,31 @@ "type": "Identifier", "name": "i", "range": [ - 53384, - 53385 + 53161, + 53162 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 27 }, "end": { - "line": 1501, + "line": 1496, "column": 28 } } }, "range": [ - 53380, - 53386 + 53157, + 53163 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 23 }, "end": { - "line": 1501, + "line": 1496, "column": 29 } } @@ -120205,46 +119631,46 @@ "type": "Identifier", "name": "cells", "range": [ - 53387, - 53392 + 53164, + 53169 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 30 }, "end": { - "line": 1501, + "line": 1496, "column": 35 } } }, "range": [ - 53380, - 53392 + 53157, + 53169 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 23 }, "end": { - "line": 1501, + "line": 1496, "column": 35 } } }, "range": [ - 53373, - 53392 + 53150, + 53169 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 16 }, "end": { - "line": 1501, + "line": 1496, "column": 35 } } @@ -120255,16 +119681,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 53410, - 53417 + 53187, + 53194 ], "loc": { "start": { - "line": 1502, + "line": 1497, "column": 16 }, "end": { - "line": 1502, + "line": 1497, "column": 23 } } @@ -120276,16 +119702,16 @@ "type": "Identifier", "name": "cell", "range": [ - 53420, - 53424 + 53197, + 53201 ], "loc": { "start": { - "line": 1502, + "line": 1497, "column": 26 }, "end": { - "line": 1502, + "line": 1497, "column": 30 } } @@ -120294,46 +119720,46 @@ "type": "Identifier", "name": "length", "range": [ - 53425, - 53431 + 53202, + 53208 ], "loc": { "start": { - "line": 1502, + "line": 1497, "column": 31 }, "end": { - "line": 1502, + "line": 1497, "column": 37 } } }, "range": [ - 53420, - 53431 + 53197, + 53208 ], "loc": { "start": { - "line": 1502, + "line": 1497, "column": 26 }, "end": { - "line": 1502, + "line": 1497, "column": 37 } } }, "range": [ - 53410, - 53431 + 53187, + 53208 ], "loc": { "start": { - "line": 1502, + "line": 1497, "column": 16 }, "end": { - "line": 1502, + "line": 1497, "column": 37 } } @@ -120341,16 +119767,16 @@ ], "kind": "let", "range": [ - 53369, - 53432 + 53146, + 53209 ], "loc": { "start": { - "line": 1501, + "line": 1496, "column": 12 }, "end": { - "line": 1502, + "line": 1497, "column": 38 } }, @@ -120359,16 +119785,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 53446, - 53499 + 53223, + 53276 ], "loc": { "start": { - "line": 1504, + "line": 1499, "column": 12 }, "end": { - "line": 1504, + "line": 1499, "column": 65 } } @@ -120387,16 +119813,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 53516, - 53523 + 53293, + 53300 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 16 }, "end": { - "line": 1505, + "line": 1500, "column": 23 } } @@ -120407,16 +119833,16 @@ "object": { "type": "ThisExpression", "range": [ - 53528, - 53532 + 53305, + 53309 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 28 }, "end": { - "line": 1505, + "line": 1500, "column": 32 } } @@ -120425,46 +119851,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 53533, - 53540 + 53310, + 53317 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 33 }, "end": { - "line": 1505, + "line": 1500, "column": 40 } } }, "range": [ - 53528, - 53540 + 53305, + 53317 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 28 }, "end": { - "line": 1505, + "line": 1500, "column": 40 } } }, "range": [ - 53516, - 53540 + 53293, + 53317 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 16 }, "end": { - "line": 1505, + "line": 1500, "column": 40 } } @@ -120476,47 +119902,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 53545, - 53557 + 53322, + 53334 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 45 }, "end": { - "line": 1505, + "line": 1500, "column": 57 } } }, "prefix": true, "range": [ - 53544, - 53557 + 53321, + 53334 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 44 }, "end": { - "line": 1505, + "line": 1500, "column": 57 } } }, "range": [ - 53516, - 53557 + 53293, + 53334 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 16 }, "end": { - "line": 1505, + "line": 1500, "column": 57 } } @@ -120535,16 +119961,16 @@ "type": "Identifier", "name": "j", "range": [ - 53635, - 53636 + 53412, + 53413 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 25 }, "end": { - "line": 1507, + "line": 1502, "column": 26 } } @@ -120554,31 +119980,31 @@ "value": 0, "raw": "0", "range": [ - 53639, - 53640 + 53416, + 53417 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 29 }, "end": { - "line": 1507, + "line": 1502, "column": 30 } } }, "range": [ - 53635, - 53640 + 53412, + 53417 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 25 }, "end": { - "line": 1507, + "line": 1502, "column": 30 } } @@ -120586,16 +120012,16 @@ ], "kind": "let", "range": [ - 53631, - 53640 + 53408, + 53417 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 21 }, "end": { - "line": 1507, + "line": 1502, "column": 30 } } @@ -120607,16 +120033,16 @@ "type": "Identifier", "name": "j", "range": [ - 53642, - 53643 + 53419, + 53420 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 32 }, "end": { - "line": 1507, + "line": 1502, "column": 33 } } @@ -120625,31 +120051,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 53646, - 53653 + 53423, + 53430 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 36 }, "end": { - "line": 1507, + "line": 1502, "column": 43 } } }, "range": [ - 53642, - 53653 + 53419, + 53430 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 32 }, "end": { - "line": 1507, + "line": 1502, "column": 43 } } @@ -120661,32 +120087,32 @@ "type": "Identifier", "name": "j", "range": [ - 53655, - 53656 + 53432, + 53433 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 45 }, "end": { - "line": 1507, + "line": 1502, "column": 46 } } }, "prefix": false, "range": [ - 53655, - 53658 + 53432, + 53435 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 45 }, "end": { - "line": 1507, + "line": 1502, "column": 48 } } @@ -120706,16 +120132,16 @@ "type": "Identifier", "name": "j", "range": [ - 53686, - 53687 + 53463, + 53464 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 24 }, "end": { - "line": 1508, + "line": 1503, "column": 25 } } @@ -120724,31 +120150,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 53692, - 53700 + 53469, + 53477 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 30 }, "end": { - "line": 1508, + "line": 1503, "column": 38 } } }, "range": [ - 53686, - 53700 + 53463, + 53477 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 24 }, "end": { - "line": 1508, + "line": 1503, "column": 38 } } @@ -120769,16 +120195,16 @@ "type": "Identifier", "name": "row", "range": [ - 53704, - 53707 + 53481, + 53484 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 42 }, "end": { - "line": 1508, + "line": 1503, "column": 45 } } @@ -120787,31 +120213,31 @@ "type": "Identifier", "name": "i", "range": [ - 53708, - 53709 + 53485, + 53486 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 46 }, "end": { - "line": 1508, + "line": 1503, "column": 47 } } }, "range": [ - 53704, - 53710 + 53481, + 53487 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 42 }, "end": { - "line": 1508, + "line": 1503, "column": 48 } } @@ -120820,31 +120246,31 @@ "type": "Identifier", "name": "style", "range": [ - 53711, - 53716 + 53488, + 53493 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 49 }, "end": { - "line": 1508, + "line": 1503, "column": 54 } } }, "range": [ - 53704, - 53716 + 53481, + 53493 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 42 }, "end": { - "line": 1508, + "line": 1503, "column": 54 } } @@ -120853,31 +120279,31 @@ "type": "Identifier", "name": "display", "range": [ - 53717, - 53724 + 53494, + 53501 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 55 }, "end": { - "line": 1508, + "line": 1503, "column": 62 } } }, "range": [ - 53704, - 53724 + 53481, + 53501 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 42 }, "end": { - "line": 1508, + "line": 1503, "column": 62 } } @@ -120887,46 +120313,46 @@ "value": "", "raw": "''", "range": [ - 53729, - 53731 + 53506, + 53508 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 67 }, "end": { - "line": 1508, + "line": 1503, "column": 69 } } }, "range": [ - 53704, - 53731 + 53481, + 53508 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 42 }, "end": { - "line": 1508, + "line": 1503, "column": 69 } } }, "range": [ - 53686, - 53731 + 53463, + 53508 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 24 }, "end": { - "line": 1508, + "line": 1503, "column": 69 } } @@ -120938,48 +120364,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 53759, - 53768 + 53536, + 53545 ], "loc": { "start": { - "line": 1509, + "line": 1504, "column": 24 }, "end": { - "line": 1509, + "line": 1504, "column": 33 } } } ], "range": [ - 53733, - 53790 + 53510, + 53567 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 71 }, "end": { - "line": 1510, + "line": 1505, "column": 21 } } }, "alternate": null, "range": [ - 53682, - 53790 + 53459, + 53567 ], "loc": { "start": { - "line": 1508, + "line": 1503, "column": 20 }, "end": { - "line": 1510, + "line": 1505, "column": 21 } } @@ -120993,16 +120419,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 53815, - 53823 + 53592, + 53600 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 24 }, "end": { - "line": 1511, + "line": 1506, "column": 32 } } @@ -121015,16 +120441,16 @@ "object": { "type": "ThisExpression", "range": [ - 53826, - 53830 + 53603, + 53607 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 35 }, "end": { - "line": 1511, + "line": 1506, "column": 39 } } @@ -121033,31 +120459,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 53831, - 53842 + 53608, + 53619 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 40 }, "end": { - "line": 1511, + "line": 1506, "column": 51 } } }, "range": [ - 53826, - 53842 + 53603, + 53619 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 35 }, "end": { - "line": 1511, + "line": 1506, "column": 51 } } @@ -121070,16 +120496,16 @@ "type": "Identifier", "name": "cell", "range": [ - 53843, - 53847 + 53620, + 53624 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 52 }, "end": { - "line": 1511, + "line": 1506, "column": 56 } } @@ -121088,62 +120514,62 @@ "type": "Identifier", "name": "j", "range": [ - 53848, - 53849 + 53625, + 53626 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 57 }, "end": { - "line": 1511, + "line": 1506, "column": 58 } } }, "range": [ - 53843, - 53850 + 53620, + 53627 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 52 }, "end": { - "line": 1511, + "line": 1506, "column": 59 } } } ], "range": [ - 53826, - 53851 + 53603, + 53628 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 35 }, "end": { - "line": 1511, + "line": 1506, "column": 60 } } }, "range": [ - 53815, - 53851 + 53592, + 53628 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 24 }, "end": { - "line": 1511, + "line": 1506, "column": 60 } } @@ -121154,16 +120580,16 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 53877, - 53885 + 53654, + 53662 ], "loc": { "start": { - "line": 1512, + "line": 1507, "column": 24 }, "end": { - "line": 1512, + "line": 1507, "column": 32 } } @@ -121176,16 +120602,16 @@ "object": { "type": "ThisExpression", "range": [ - 53888, - 53892 + 53665, + 53669 ], "loc": { "start": { - "line": 1512, + "line": 1507, "column": 35 }, "end": { - "line": 1512, + "line": 1507, "column": 39 } } @@ -121194,31 +120620,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 53893, - 53904 + 53670, + 53681 ], "loc": { "start": { - "line": 1512, + "line": 1507, "column": 40 }, "end": { - "line": 1512, + "line": 1507, "column": 51 } } }, "range": [ - 53888, - 53904 + 53665, + 53681 ], "loc": { "start": { - "line": 1512, + "line": 1507, "column": 35 }, "end": { - "line": 1512, + "line": 1507, "column": 51 } } @@ -121232,16 +120658,16 @@ "object": { "type": "ThisExpression", "range": [ - 53935, - 53939 + 53712, + 53716 ], "loc": { "start": { - "line": 1513, + "line": 1508, "column": 28 }, "end": { - "line": 1513, + "line": 1508, "column": 32 } } @@ -121250,31 +120676,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 53940, - 53951 + 53717, + 53728 ], "loc": { "start": { - "line": 1513, + "line": 1508, "column": 33 }, "end": { - "line": 1513, + "line": 1508, "column": 44 } } }, "range": [ - 53935, - 53951 + 53712, + 53728 ], "loc": { "start": { - "line": 1513, + "line": 1508, "column": 28 }, "end": { - "line": 1513, + "line": 1508, "column": 44 } } @@ -121283,31 +120709,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 53952, - 53960 + 53729, + 53737 ], "loc": { "start": { - "line": 1513, + "line": 1508, "column": 45 }, "end": { - "line": 1513, + "line": 1508, "column": 53 } } }, "range": [ - 53935, - 53961 + 53712, + 53738 ], "loc": { "start": { - "line": 1513, + "line": 1508, "column": 28 }, "end": { - "line": 1513, + "line": 1508, "column": 54 } } @@ -121317,46 +120743,46 @@ "value": null, "raw": "null", "range": [ - 53964, - 53968 + 53741, + 53745 ], "loc": { "start": { - "line": 1513, + "line": 1508, "column": 57 }, "end": { - "line": 1513, + "line": 1508, "column": 61 } } }, "range": [ - 53888, - 53968 + 53665, + 53745 ], "loc": { "start": { - "line": 1512, + "line": 1507, "column": 35 }, "end": { - "line": 1513, + "line": 1508, "column": 61 } } }, "range": [ - 53877, - 53968 + 53654, + 53745 ], "loc": { "start": { - "line": 1512, + "line": 1507, "column": 24 }, "end": { - "line": 1513, + "line": 1508, "column": 61 } } @@ -121367,16 +120793,16 @@ "type": "Identifier", "name": "data", "range": [ - 53994, - 53998 + 53771, + 53775 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 24 }, "end": { - "line": 1514, + "line": 1509, "column": 28 } } @@ -121387,16 +120813,16 @@ "type": "Identifier", "name": "num", "range": [ - 54001, - 54004 + 53778, + 53781 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 31 }, "end": { - "line": 1514, + "line": 1509, "column": 34 } } @@ -121407,16 +120833,16 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 54007, - 54021 + 53784, + 53798 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 37 }, "end": { - "line": 1514, + "line": 1509, "column": 51 } } @@ -121426,16 +120852,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 54022, - 54030 + 53799, + 53807 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 52 }, "end": { - "line": 1514, + "line": 1509, "column": 60 } } @@ -121444,32 +120870,32 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 54032, - 54040 + 53809, + 53817 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 62 }, "end": { - "line": 1514, + "line": 1509, "column": 70 } } } ], "range": [ - 54007, - 54041 + 53784, + 53818 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 37 }, "end": { - "line": 1514, + "line": 1509, "column": 71 } } @@ -121478,46 +120904,46 @@ "type": "Identifier", "name": "cellData", "range": [ - 54072, - 54080 + 53849, + 53857 ], "loc": { "start": { - "line": 1515, + "line": 1510, "column": 28 }, "end": { - "line": 1515, + "line": 1510, "column": 36 } } }, "range": [ - 54001, - 54080 + 53778, + 53857 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 31 }, "end": { - "line": 1515, + "line": 1510, "column": 36 } } }, "range": [ - 53994, - 54080 + 53771, + 53857 ], "loc": { "start": { - "line": 1514, + "line": 1509, "column": 24 }, "end": { - "line": 1515, + "line": 1510, "column": 36 } } @@ -121525,16 +120951,16 @@ ], "kind": "let", "range": [ - 53811, - 54081 + 53588, + 53858 ], "loc": { "start": { - "line": 1511, + "line": 1506, "column": 20 }, "end": { - "line": 1515, + "line": 1510, "column": 37 } } @@ -121550,16 +120976,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 54102, - 54111 + 53879, + 53888 ], "loc": { "start": { - "line": 1516, + "line": 1511, "column": 20 }, "end": { - "line": 1516, + "line": 1511, "column": 29 } } @@ -121568,31 +120994,31 @@ "type": "Identifier", "name": "push", "range": [ - 54112, - 54116 + 53889, + 53893 ], "loc": { "start": { - "line": 1516, + "line": 1511, "column": 30 }, "end": { - "line": 1516, + "line": 1511, "column": 34 } } }, "range": [ - 54102, - 54116 + 53879, + 53893 ], "loc": { "start": { - "line": 1516, + "line": 1511, "column": 20 }, "end": { - "line": 1516, + "line": 1511, "column": 34 } } @@ -121602,78 +121028,78 @@ "type": "Identifier", "name": "data", "range": [ - 54117, - 54121 + 53894, + 53898 ], "loc": { "start": { - "line": 1516, + "line": 1511, "column": 35 }, "end": { - "line": 1516, + "line": 1511, "column": 39 } } } ], "range": [ - 54102, - 54122 + 53879, + 53899 ], "loc": { "start": { - "line": 1516, + "line": 1511, "column": 20 }, "end": { - "line": 1516, + "line": 1511, "column": 40 } } }, "range": [ - 54102, - 54123 + 53879, + 53900 ], "loc": { "start": { - "line": 1516, + "line": 1511, "column": 20 }, "end": { - "line": 1516, + "line": 1511, "column": 41 } } } ], "range": [ - 53660, - 54141 + 53437, + 53918 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 50 }, "end": { - "line": 1517, + "line": 1512, "column": 17 } } }, "range": [ - 53626, - 54141 + 53403, + 53918 ], "loc": { "start": { - "line": 1507, + "line": 1502, "column": 16 }, "end": { - "line": 1517, + "line": 1512, "column": 17 } }, @@ -121682,16 +121108,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 53577, - 53609 + 53354, + 53386 ], "loc": { "start": { - "line": 1506, + "line": 1501, "column": 16 }, "end": { - "line": 1506, + "line": 1501, "column": 48 } } @@ -121700,32 +121126,32 @@ } ], "range": [ - 53559, - 54155 + 53336, + 53932 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 59 }, "end": { - "line": 1518, + "line": 1513, "column": 13 } } }, "alternate": null, "range": [ - 53512, - 54155 + 53289, + 53932 ], "loc": { "start": { - "line": 1505, + "line": 1500, "column": 12 }, "end": { - "line": 1518, + "line": 1513, "column": 13 } }, @@ -121734,16 +121160,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 53446, - 53499 + 53223, + 53276 ], "loc": { "start": { - "line": 1504, + "line": 1499, "column": 12 }, "end": { - "line": 1504, + "line": 1499, "column": 65 } } @@ -121752,31 +121178,31 @@ } ], "range": [ - 53139, - 54165 + 52916, + 53942 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 51 }, "end": { - "line": 1519, + "line": 1514, "column": 9 } } }, "range": [ - 53096, - 54165 + 52873, + 53942 ], "loc": { "start": { - "line": 1495, + "line": 1490, "column": 8 }, "end": { - "line": 1519, + "line": 1514, "column": 9 } } @@ -121787,47 +121213,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 54181, - 54190 + 53958, + 53967 ], "loc": { "start": { - "line": 1520, + "line": 1515, "column": 15 }, "end": { - "line": 1520, + "line": 1515, "column": 24 } } }, "range": [ - 54174, - 54191 + 53951, + 53968 ], "loc": { "start": { - "line": 1520, + "line": 1515, "column": 8 }, "end": { - "line": 1520, + "line": 1515, "column": 25 } } } ], "range": [ - 52820, - 54197 + 52597, + 53974 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 78 }, "end": { - "line": 1521, + "line": 1516, "column": 5 } } @@ -121835,16 +121261,16 @@ "generator": false, "expression": false, "range": [ - 52758, - 54197 + 52535, + 53974 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 16 }, "end": { - "line": 1521, + "line": 1516, "column": 5 } } @@ -121852,16 +121278,16 @@ "kind": "method", "computed": false, "range": [ - 52746, - 54197 + 52523, + 53974 ], "loc": { "start": { - "line": 1483, + "line": 1478, "column": 4 }, "end": { - "line": 1521, + "line": 1516, "column": 5 } }, @@ -121870,16 +121296,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": [ - 52357, - 52741 + 52134, + 52518 ], "loc": { "start": { - "line": 1475, + "line": 1470, "column": 4 }, "end": { - "line": 1482, + "line": 1477, "column": 7 } } @@ -121890,16 +121316,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": [ - 54203, - 54355 + 53980, + 54132 ], "loc": { "start": { - "line": 1523, + "line": 1518, "column": 4 }, "end": { - "line": 1527, + "line": 1522, "column": 7 } } @@ -121913,16 +121339,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 54360, - 54374 + 54137, + 54151 ], "loc": { "start": { - "line": 1528, + "line": 1523, "column": 4 }, "end": { - "line": 1528, + "line": 1523, "column": 18 } } @@ -121935,16 +121361,16 @@ "type": "Identifier", "name": "index", "range": [ - 54375, - 54380 + 54152, + 54157 ], "loc": { "start": { - "line": 1528, + "line": 1523, "column": 19 }, "end": { - "line": 1528, + "line": 1523, "column": 24 } } @@ -121964,16 +121390,16 @@ "object": { "type": "ThisExpression", "range": [ - 54397, - 54401 + 54174, + 54178 ], "loc": { "start": { - "line": 1529, + "line": 1524, "column": 13 }, "end": { - "line": 1529, + "line": 1524, "column": 17 } } @@ -121982,47 +121408,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 54402, - 54409 + 54179, + 54186 ], "loc": { "start": { - "line": 1529, + "line": 1524, "column": 18 }, "end": { - "line": 1529, + "line": 1524, "column": 25 } } }, "range": [ - 54397, - 54409 + 54174, + 54186 ], "loc": { "start": { - "line": 1529, + "line": 1524, "column": 13 }, "end": { - "line": 1529, + "line": 1524, "column": 25 } } }, "prefix": true, "range": [ - 54396, - 54409 + 54173, + 54186 ], "loc": { "start": { - "line": 1529, + "line": 1524, "column": 12 }, "end": { - "line": 1529, + "line": 1524, "column": 25 } } @@ -122034,8 +121460,336 @@ "type": "ReturnStatement", "argument": null, "range": [ - 54425, - 54432 + 54202, + 54209 + ], + "loc": { + "start": { + "line": 1525, + "column": 12 + }, + "end": { + "line": 1525, + "column": 19 + } + } + } + ], + "range": [ + 54188, + 54219 + ], + "loc": { + "start": { + "line": 1524, + "column": 27 + }, + "end": { + "line": 1526, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 54169, + 54219 + ], + "loc": { + "start": { + "line": 1524, + "column": 8 + }, + "end": { + "line": 1526, + "column": 9 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "fltValue", + "range": [ + 54232, + 54240 + ], + "loc": { + "start": { + "line": 1527, + "column": 12 + }, + "end": { + "line": 1527, + "column": 20 + } + } + }, + "init": { + "type": "Literal", + "value": "", + "raw": "''", + "range": [ + 54243, + 54245 + ], + "loc": { + "start": { + "line": 1527, + "column": 23 + }, + "end": { + "line": 1527, + "column": 25 + } + } + }, + "range": [ + 54232, + 54245 + ], + "loc": { + "start": { + "line": 1527, + "column": 12 + }, + "end": { + "line": 1527, + "column": 25 + } + } + } + ], + "kind": "let", + "range": [ + 54228, + 54246 + ], + "loc": { + "start": { + "line": 1527, + "column": 8 + }, + "end": { + "line": 1527, + "column": 26 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "flt", + "range": [ + 54259, + 54262 + ], + "loc": { + "start": { + "line": 1528, + "column": 12 + }, + "end": { + "line": 1528, + "column": 15 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 54265, + 54269 + ], + "loc": { + "start": { + "line": 1528, + "column": 18 + }, + "end": { + "line": 1528, + "column": 22 + } + } + }, + "property": { + "type": "Identifier", + "name": "getFilterElement", + "range": [ + 54270, + 54286 + ], + "loc": { + "start": { + "line": 1528, + "column": 23 + }, + "end": { + "line": 1528, + "column": 39 + } + } + }, + "range": [ + 54265, + 54286 + ], + "loc": { + "start": { + "line": 1528, + "column": 18 + }, + "end": { + "line": 1528, + "column": 39 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "index", + "range": [ + 54287, + 54292 + ], + "loc": { + "start": { + "line": 1528, + "column": 40 + }, + "end": { + "line": 1528, + "column": 45 + } + } + } + ], + "range": [ + 54265, + 54293 + ], + "loc": { + "start": { + "line": 1528, + "column": 18 + }, + "end": { + "line": 1528, + "column": 46 + } + } + }, + "range": [ + 54259, + 54293 + ], + "loc": { + "start": { + "line": 1528, + "column": 12 + }, + "end": { + "line": 1528, + "column": 46 + } + } + } + ], + "kind": "let", + "range": [ + 54255, + 54294 + ], + "loc": { + "start": { + "line": 1528, + "column": 8 + }, + "end": { + "line": 1528, + "column": 47 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "Identifier", + "name": "flt", + "range": [ + 54308, + 54311 + ], + "loc": { + "start": { + "line": 1529, + "column": 13 + }, + "end": { + "line": 1529, + "column": 16 + } + } + }, + "prefix": true, + "range": [ + 54307, + 54311 + ], + "loc": { + "start": { + "line": 1529, + "column": 12 + }, + "end": { + "line": 1529, + "column": 16 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "Identifier", + "name": "fltValue", + "range": [ + 54334, + 54342 + ], + "loc": { + "start": { + "line": 1530, + "column": 19 + }, + "end": { + "line": 1530, + "column": 27 + } + } + }, + "range": [ + 54327, + 54343 ], "loc": { "start": { @@ -122044,19 +121798,19 @@ }, "end": { "line": 1530, - "column": 19 + "column": 28 } } } ], "range": [ - 54411, - 54442 + 54313, + 54353 ], "loc": { "start": { "line": 1529, - "column": 27 + "column": 18 }, "end": { "line": 1531, @@ -122066,8 +121820,8 @@ }, "alternate": null, "range": [ - 54392, - 54442 + 54303, + 54353 ], "loc": { "start": { @@ -122080,334 +121834,6 @@ } } }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "fltValue", - "range": [ - 54455, - 54463 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1532, - "column": 20 - } - } - }, - "init": { - "type": "Literal", - "value": "", - "raw": "''", - "range": [ - 54466, - 54468 - ], - "loc": { - "start": { - "line": 1532, - "column": 23 - }, - "end": { - "line": 1532, - "column": 25 - } - } - }, - "range": [ - 54455, - 54468 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1532, - "column": 25 - } - } - } - ], - "kind": "let", - "range": [ - 54451, - 54469 - ], - "loc": { - "start": { - "line": 1532, - "column": 8 - }, - "end": { - "line": 1532, - "column": 26 - } - } - }, - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "flt", - "range": [ - 54482, - 54485 - ], - "loc": { - "start": { - "line": 1533, - "column": 12 - }, - "end": { - "line": 1533, - "column": 15 - } - } - }, - "init": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 54488, - 54492 - ], - "loc": { - "start": { - "line": 1533, - "column": 18 - }, - "end": { - "line": 1533, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "getFilterElement", - "range": [ - 54493, - 54509 - ], - "loc": { - "start": { - "line": 1533, - "column": 23 - }, - "end": { - "line": 1533, - "column": 39 - } - } - }, - "range": [ - 54488, - 54509 - ], - "loc": { - "start": { - "line": 1533, - "column": 18 - }, - "end": { - "line": 1533, - "column": 39 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "index", - "range": [ - 54510, - 54515 - ], - "loc": { - "start": { - "line": 1533, - "column": 40 - }, - "end": { - "line": 1533, - "column": 45 - } - } - } - ], - "range": [ - 54488, - 54516 - ], - "loc": { - "start": { - "line": 1533, - "column": 18 - }, - "end": { - "line": 1533, - "column": 46 - } - } - }, - "range": [ - 54482, - 54516 - ], - "loc": { - "start": { - "line": 1533, - "column": 12 - }, - "end": { - "line": 1533, - "column": 46 - } - } - } - ], - "kind": "let", - "range": [ - 54478, - 54517 - ], - "loc": { - "start": { - "line": 1533, - "column": 8 - }, - "end": { - "line": 1533, - "column": 47 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "Identifier", - "name": "flt", - "range": [ - 54531, - 54534 - ], - "loc": { - "start": { - "line": 1534, - "column": 13 - }, - "end": { - "line": 1534, - "column": 16 - } - } - }, - "prefix": true, - "range": [ - 54530, - 54534 - ], - "loc": { - "start": { - "line": 1534, - "column": 12 - }, - "end": { - "line": 1534, - "column": 16 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "Identifier", - "name": "fltValue", - "range": [ - 54557, - 54565 - ], - "loc": { - "start": { - "line": 1535, - "column": 19 - }, - "end": { - "line": 1535, - "column": 27 - } - } - }, - "range": [ - 54550, - 54566 - ], - "loc": { - "start": { - "line": 1535, - "column": 12 - }, - "end": { - "line": 1535, - "column": 28 - } - } - } - ], - "range": [ - 54536, - 54576 - ], - "loc": { - "start": { - "line": 1534, - "column": 18 - }, - "end": { - "line": 1536, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 54526, - 54576 - ], - "loc": { - "start": { - "line": 1534, - "column": 8 - }, - "end": { - "line": 1536, - "column": 9 - } - } - }, { "type": "VariableDeclaration", "declarations": [ @@ -122417,16 +121843,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 54590, - 54600 + 54367, + 54377 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 12 }, "end": { - "line": 1538, + "line": 1533, "column": 22 } } @@ -122439,16 +121865,16 @@ "object": { "type": "ThisExpression", "range": [ - 54603, - 54607 + 54380, + 54384 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 25 }, "end": { - "line": 1538, + "line": 1533, "column": 29 } } @@ -122457,31 +121883,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 54608, - 54621 + 54385, + 54398 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 30 }, "end": { - "line": 1538, + "line": 1533, "column": 43 } } }, "range": [ - 54603, - 54621 + 54380, + 54398 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 25 }, "end": { - "line": 1538, + "line": 1533, "column": 43 } } @@ -122491,47 +121917,47 @@ "type": "Identifier", "name": "index", "range": [ - 54622, - 54627 + 54399, + 54404 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 44 }, "end": { - "line": 1538, + "line": 1533, "column": 49 } } } ], "range": [ - 54603, - 54628 + 54380, + 54405 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 25 }, "end": { - "line": 1538, + "line": 1533, "column": 50 } } }, "range": [ - 54590, - 54628 + 54367, + 54405 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 12 }, "end": { - "line": 1538, + "line": 1533, "column": 50 } } @@ -122539,16 +121965,16 @@ ], "kind": "let", "range": [ - 54586, - 54629 + 54363, + 54406 ], "loc": { "start": { - "line": 1538, + "line": 1533, "column": 8 }, "end": { - "line": 1538, + "line": 1533, "column": 51 } } @@ -122565,16 +121991,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 54642, - 54652 + 54419, + 54429 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 12 }, "end": { - "line": 1539, + "line": 1534, "column": 22 } } @@ -122583,31 +122009,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 54657, - 54665 + 54434, + 54442 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 27 }, "end": { - "line": 1539, + "line": 1534, "column": 35 } } }, "range": [ - 54642, - 54665 + 54419, + 54442 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 12 }, "end": { - "line": 1539, + "line": 1534, "column": 35 } } @@ -122619,16 +122045,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 54669, - 54679 + 54446, + 54456 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 39 }, "end": { - "line": 1539, + "line": 1534, "column": 49 } } @@ -122637,46 +122063,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 54684, - 54693 + 54461, + 54470 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 54 }, "end": { - "line": 1539, + "line": 1534, "column": 63 } } }, "range": [ - 54669, - 54693 + 54446, + 54470 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 39 }, "end": { - "line": 1539, + "line": 1534, "column": 63 } } }, "range": [ - 54642, - 54693 + 54419, + 54470 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 12 }, "end": { - "line": 1539, + "line": 1534, "column": 63 } } @@ -122693,16 +122119,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 54709, - 54717 + 54486, + 54494 ], "loc": { "start": { - "line": 1540, + "line": 1535, "column": 12 }, "end": { - "line": 1540, + "line": 1535, "column": 20 } } @@ -122714,16 +122140,16 @@ "type": "Identifier", "name": "flt", "range": [ - 54720, - 54723 + 54497, + 54500 ], "loc": { "start": { - "line": 1540, + "line": 1535, "column": 23 }, "end": { - "line": 1540, + "line": 1535, "column": 26 } } @@ -122732,77 +122158,77 @@ "type": "Identifier", "name": "value", "range": [ - 54724, - 54729 + 54501, + 54506 ], "loc": { "start": { - "line": 1540, + "line": 1535, "column": 27 }, "end": { - "line": 1540, + "line": 1535, "column": 32 } } }, "range": [ - 54720, - 54729 + 54497, + 54506 ], "loc": { "start": { - "line": 1540, + "line": 1535, "column": 23 }, "end": { - "line": 1540, + "line": 1535, "column": 32 } } }, "range": [ - 54709, - 54729 + 54486, + 54506 ], "loc": { "start": { - "line": 1540, + "line": 1535, "column": 12 }, "end": { - "line": 1540, + "line": 1535, "column": 32 } } }, "range": [ - 54709, - 54730 + 54486, + 54507 ], "loc": { "start": { - "line": 1540, + "line": 1535, "column": 12 }, "end": { - "line": 1540, + "line": 1535, "column": 33 } } } ], "range": [ - 54695, - 54740 + 54472, + 54517 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 65 }, "end": { - "line": 1541, + "line": 1536, "column": 9 } }, @@ -122811,16 +122237,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 54749, - 54765 + 54526, + 54542 ], "loc": { "start": { - "line": 1542, + "line": 1537, "column": 8 }, "end": { - "line": 1542, + "line": 1537, "column": 24 } } @@ -122836,16 +122262,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 54783, - 54793 + 54560, + 54570 ], "loc": { "start": { - "line": 1543, + "line": 1538, "column": 17 }, "end": { - "line": 1543, + "line": 1538, "column": 27 } } @@ -122854,31 +122280,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 54798, - 54806 + 54575, + 54583 ], "loc": { "start": { - "line": 1543, + "line": 1538, "column": 32 }, "end": { - "line": 1543, + "line": 1538, "column": 40 } } }, "range": [ - 54783, - 54806 + 54560, + 54583 ], "loc": { "start": { - "line": 1543, + "line": 1538, "column": 17 }, "end": { - "line": 1543, + "line": 1538, "column": 40 } } @@ -122895,16 +122321,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 54822, - 54830 + 54599, + 54607 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 12 }, "end": { - "line": 1544, + "line": 1539, "column": 20 } } @@ -122922,16 +122348,16 @@ "object": { "type": "ThisExpression", "range": [ - 54833, - 54837 + 54610, + 54614 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 23 }, "end": { - "line": 1544, + "line": 1539, "column": 27 } } @@ -122940,31 +122366,31 @@ "type": "Identifier", "name": "feature", "range": [ - 54838, - 54845 + 54615, + 54622 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 28 }, "end": { - "line": 1544, + "line": 1539, "column": 35 } } }, "range": [ - 54833, - 54845 + 54610, + 54622 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 23 }, "end": { - "line": 1544, + "line": 1539, "column": 35 } } @@ -122975,32 +122401,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 54846, - 54856 + 54623, + 54633 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 36 }, "end": { - "line": 1544, + "line": 1539, "column": 46 } } } ], "range": [ - 54833, - 54857 + 54610, + 54634 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 23 }, "end": { - "line": 1544, + "line": 1539, "column": 47 } } @@ -123009,31 +122435,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 54858, - 54867 + 54635, + 54644 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 48 }, "end": { - "line": 1544, + "line": 1539, "column": 57 } } }, "range": [ - 54833, - 54867 + 54610, + 54644 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 23 }, "end": { - "line": 1544, + "line": 1539, "column": 57 } } @@ -123043,78 +122469,78 @@ "type": "Identifier", "name": "index", "range": [ - 54868, - 54873 + 54645, + 54650 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 58 }, "end": { - "line": 1544, + "line": 1539, "column": 63 } } } ], "range": [ - 54833, - 54874 + 54610, + 54651 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 23 }, "end": { - "line": 1544, + "line": 1539, "column": 64 } } }, "range": [ - 54822, - 54874 + 54599, + 54651 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 12 }, "end": { - "line": 1544, + "line": 1539, "column": 64 } } }, "range": [ - 54822, - 54875 + 54599, + 54652 ], "loc": { "start": { - "line": 1544, + "line": 1539, "column": 12 }, "end": { - "line": 1544, + "line": 1539, "column": 65 } } } ], "range": [ - 54808, - 54885 + 54585, + 54662 ], "loc": { "start": { - "line": 1543, + "line": 1538, "column": 42 }, "end": { - "line": 1545, + "line": 1540, "column": 9 } }, @@ -123123,16 +122549,16 @@ "type": "Line", "value": "checklist", "range": [ - 54894, - 54905 + 54671, + 54682 ], "loc": { "start": { - "line": 1546, + "line": 1541, "column": 8 }, "end": { - "line": 1546, + "line": 1541, "column": 19 } } @@ -123148,16 +122574,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 54923, - 54933 + 54700, + 54710 ], "loc": { "start": { - "line": 1547, + "line": 1542, "column": 17 }, "end": { - "line": 1547, + "line": 1542, "column": 27 } } @@ -123166,31 +122592,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 54938, - 54947 + 54715, + 54724 ], "loc": { "start": { - "line": 1547, + "line": 1542, "column": 32 }, "end": { - "line": 1547, + "line": 1542, "column": 41 } } }, "range": [ - 54923, - 54947 + 54700, + 54724 ], "loc": { "start": { - "line": 1547, + "line": 1542, "column": 17 }, "end": { - "line": 1547, + "line": 1542, "column": 41 } } @@ -123207,16 +122633,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 54963, - 54971 + 54740, + 54748 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 12 }, "end": { - "line": 1548, + "line": 1543, "column": 20 } } @@ -123234,16 +122660,16 @@ "object": { "type": "ThisExpression", "range": [ - 54974, - 54978 + 54751, + 54755 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 23 }, "end": { - "line": 1548, + "line": 1543, "column": 27 } } @@ -123252,31 +122678,31 @@ "type": "Identifier", "name": "feature", "range": [ - 54979, - 54986 + 54756, + 54763 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 28 }, "end": { - "line": 1548, + "line": 1543, "column": 35 } } }, "range": [ - 54974, - 54986 + 54751, + 54763 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 23 }, "end": { - "line": 1548, + "line": 1543, "column": 35 } } @@ -123287,32 +122713,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 54987, - 54998 + 54764, + 54775 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 36 }, "end": { - "line": 1548, + "line": 1543, "column": 47 } } } ], "range": [ - 54974, - 54999 + 54751, + 54776 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 23 }, "end": { - "line": 1548, + "line": 1543, "column": 48 } } @@ -123321,31 +122747,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 55000, - 55009 + 54777, + 54786 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 49 }, "end": { - "line": 1548, + "line": 1543, "column": 58 } } }, "range": [ - 54974, - 55009 + 54751, + 54786 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 23 }, "end": { - "line": 1548, + "line": 1543, "column": 58 } } @@ -123355,94 +122781,94 @@ "type": "Identifier", "name": "index", "range": [ - 55010, - 55015 + 54787, + 54792 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 59 }, "end": { - "line": 1548, + "line": 1543, "column": 64 } } } ], "range": [ - 54974, - 55016 + 54751, + 54793 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 23 }, "end": { - "line": 1548, + "line": 1543, "column": 65 } } }, "range": [ - 54963, - 55016 + 54740, + 54793 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 12 }, "end": { - "line": 1548, + "line": 1543, "column": 65 } } }, "range": [ - 54963, - 55017 + 54740, + 54794 ], "loc": { "start": { - "line": 1548, + "line": 1543, "column": 12 }, "end": { - "line": 1548, + "line": 1543, "column": 66 } } } ], "range": [ - 54949, - 55027 + 54726, + 54804 ], "loc": { "start": { - "line": 1547, + "line": 1542, "column": 43 }, "end": { - "line": 1549, + "line": 1544, "column": 9 } } }, "alternate": null, "range": [ - 54919, - 55027 + 54696, + 54804 ], "loc": { "start": { - "line": 1547, + "line": 1542, "column": 13 }, "end": { - "line": 1549, + "line": 1544, "column": 9 } }, @@ -123451,16 +122877,16 @@ "type": "Line", "value": "checklist", "range": [ - 54894, - 54905 + 54671, + 54682 ], "loc": { "start": { - "line": 1546, + "line": 1541, "column": 8 }, "end": { - "line": 1546, + "line": 1541, "column": 19 } } @@ -123468,16 +122894,16 @@ ] }, "range": [ - 54779, - 55027 + 54556, + 54804 ], "loc": { "start": { - "line": 1543, + "line": 1538, "column": 13 }, "end": { - "line": 1549, + "line": 1544, "column": 9 } }, @@ -123486,16 +122912,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 54749, - 54765 + 54526, + 54542 ], "loc": { "start": { - "line": 1542, + "line": 1537, "column": 8 }, "end": { - "line": 1542, + "line": 1537, "column": 24 } } @@ -123503,16 +122929,16 @@ ] }, "range": [ - 54638, - 55027 + 54415, + 54804 ], "loc": { "start": { - "line": 1539, + "line": 1534, "column": 8 }, "end": { - "line": 1549, + "line": 1544, "column": 9 } }, @@ -123521,16 +122947,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 55036, - 55104 + 54813, + 54881 ], "loc": { "start": { - "line": 1550, + "line": 1545, "column": 8 }, "end": { - "line": 1550, + "line": 1545, "column": 76 } } @@ -123539,16 +122965,16 @@ "type": "Line", "value": "empty string", "range": [ - 55113, - 55127 + 54890, + 54904 ], "loc": { "start": { - "line": 1551, + "line": 1546, "column": 8 }, "end": { - "line": 1551, + "line": 1546, "column": 22 } } @@ -123569,16 +122995,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 55140, - 55147 + 54917, + 54924 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 12 }, "end": { - "line": 1552, + "line": 1547, "column": 19 } } @@ -123588,32 +123014,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55148, - 55156 + 54925, + 54933 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 20 }, "end": { - "line": 1552, + "line": 1547, "column": 28 } } } ], "range": [ - 55140, - 55157 + 54917, + 54934 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 12 }, "end": { - "line": 1552, + "line": 1547, "column": 29 } } @@ -123628,16 +123054,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55161, - 55169 + 54938, + 54946 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 33 }, "end": { - "line": 1552, + "line": 1547, "column": 41 } } @@ -123646,31 +123072,31 @@ "type": "Identifier", "name": "length", "range": [ - 55170, - 55176 + 54947, + 54953 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 42 }, "end": { - "line": 1552, + "line": 1547, "column": 48 } } }, "range": [ - 55161, - 55176 + 54938, + 54953 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 33 }, "end": { - "line": 1552, + "line": 1547, "column": 48 } } @@ -123680,46 +123106,46 @@ "value": 0, "raw": "0", "range": [ - 55181, - 55182 + 54958, + 54959 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 53 }, "end": { - "line": 1552, + "line": 1547, "column": 54 } } }, "range": [ - 55161, - 55182 + 54938, + 54959 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 33 }, "end": { - "line": 1552, + "line": 1547, "column": 54 } } }, "range": [ - 55140, - 55182 + 54917, + 54959 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 12 }, "end": { - "line": 1552, + "line": 1547, "column": 54 } } @@ -123737,16 +123163,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55199, - 55207 + 54976, + 54984 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 13 }, "end": { - "line": 1553, + "line": 1548, "column": 21 } } @@ -123755,31 +123181,31 @@ "type": "Identifier", "name": "length", "range": [ - 55208, - 55214 + 54985, + 54991 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 22 }, "end": { - "line": 1553, + "line": 1548, "column": 28 } } }, "range": [ - 55199, - 55214 + 54976, + 54991 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 13 }, "end": { - "line": 1553, + "line": 1548, "column": 28 } } @@ -123789,31 +123215,31 @@ "value": 1, "raw": "1", "range": [ - 55219, - 55220 + 54996, + 54997 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 33 }, "end": { - "line": 1553, + "line": 1548, "column": 34 } } }, "range": [ - 55199, - 55220 + 54976, + 54997 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 13 }, "end": { - "line": 1553, + "line": 1548, "column": 34 } } @@ -123828,16 +123254,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55224, - 55232 + 55001, + 55009 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 38 }, "end": { - "line": 1553, + "line": 1548, "column": 46 } } @@ -123847,31 +123273,31 @@ "value": 0, "raw": "0", "range": [ - 55233, - 55234 + 55010, + 55011 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 47 }, "end": { - "line": 1553, + "line": 1548, "column": 48 } } }, "range": [ - 55224, - 55235 + 55001, + 55012 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 38 }, "end": { - "line": 1553, + "line": 1548, "column": 49 } } @@ -123881,61 +123307,61 @@ "value": "", "raw": "''", "range": [ - 55240, - 55242 + 55017, + 55019 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 54 }, "end": { - "line": 1553, + "line": 1548, "column": 56 } } }, "range": [ - 55224, - 55242 + 55001, + 55019 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 38 }, "end": { - "line": 1553, + "line": 1548, "column": 56 } } }, "range": [ - 55199, - 55242 + 54976, + 55019 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 13 }, "end": { - "line": 1553, + "line": 1548, "column": 56 } } }, "range": [ - 55140, - 55243 + 54917, + 55020 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 12 }, "end": { - "line": 1553, + "line": 1548, "column": 57 } } @@ -123952,16 +123378,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55259, - 55267 + 55036, + 55044 ], "loc": { "start": { - "line": 1554, + "line": 1549, "column": 12 }, "end": { - "line": 1554, + "line": 1549, "column": 20 } } @@ -123971,78 +123397,78 @@ "value": "", "raw": "''", "range": [ - 55270, - 55272 + 55047, + 55049 ], "loc": { "start": { - "line": 1554, + "line": 1549, "column": 23 }, "end": { - "line": 1554, + "line": 1549, "column": 25 } } }, "range": [ - 55259, - 55272 + 55036, + 55049 ], "loc": { "start": { - "line": 1554, + "line": 1549, "column": 12 }, "end": { - "line": 1554, + "line": 1549, "column": 25 } } }, "range": [ - 55259, - 55273 + 55036, + 55050 ], "loc": { "start": { - "line": 1554, + "line": 1549, "column": 12 }, "end": { - "line": 1554, + "line": 1549, "column": 26 } } } ], "range": [ - 55245, - 55283 + 55022, + 55060 ], "loc": { "start": { - "line": 1553, + "line": 1548, "column": 59 }, "end": { - "line": 1555, + "line": 1550, "column": 9 } } }, "alternate": null, "range": [ - 55136, - 55283 + 54913, + 55060 ], "loc": { "start": { - "line": 1552, + "line": 1547, "column": 8 }, "end": { - "line": 1555, + "line": 1550, "column": 9 } }, @@ -124051,16 +123477,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 55036, - 55104 + 54813, + 54881 ], "loc": { "start": { - "line": 1550, + "line": 1545, "column": 8 }, "end": { - "line": 1550, + "line": 1545, "column": 76 } } @@ -124069,16 +123495,16 @@ "type": "Line", "value": "empty string", "range": [ - 55113, - 55127 + 54890, + 54904 ], "loc": { "start": { - "line": 1551, + "line": 1546, "column": 8 }, "end": { - "line": 1551, + "line": 1546, "column": 22 } } @@ -124091,47 +123517,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55300, - 55308 + 55077, + 55085 ], "loc": { "start": { - "line": 1557, + "line": 1552, "column": 15 }, "end": { - "line": 1557, + "line": 1552, "column": 23 } } }, "range": [ - 55293, - 55309 + 55070, + 55086 ], "loc": { "start": { - "line": 1557, + "line": 1552, "column": 8 }, "end": { - "line": 1557, + "line": 1552, "column": 24 } } } ], "range": [ - 54382, - 55315 + 54159, + 55092 ], "loc": { "start": { - "line": 1528, + "line": 1523, "column": 26 }, "end": { - "line": 1558, + "line": 1553, "column": 5 } } @@ -124139,16 +123565,16 @@ "generator": false, "expression": false, "range": [ - 54374, - 55315 + 54151, + 55092 ], "loc": { "start": { - "line": 1528, + "line": 1523, "column": 18 }, "end": { - "line": 1558, + "line": 1553, "column": 5 } } @@ -124156,16 +123582,16 @@ "kind": "method", "computed": false, "range": [ - 54360, - 55315 + 54137, + 55092 ], "loc": { "start": { - "line": 1528, + "line": 1523, "column": 4 }, "end": { - "line": 1558, + "line": 1553, "column": 5 } }, @@ -124174,16 +123600,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": [ - 54203, - 54355 + 53980, + 54132 ], "loc": { "start": { - "line": 1523, + "line": 1518, "column": 4 }, "end": { - "line": 1527, + "line": 1522, "column": 7 } } @@ -124194,16 +123620,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 55321, - 55413 + 55098, + 55190 ], "loc": { "start": { - "line": 1560, + "line": 1555, "column": 4 }, "end": { - "line": 1563, + "line": 1558, "column": 7 } } @@ -124217,16 +123643,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 55418, - 55433 + 55195, + 55210 ], "loc": { "start": { - "line": 1564, + "line": 1559, "column": 4 }, "end": { - "line": 1564, + "line": 1559, "column": 19 } } @@ -124249,16 +123675,16 @@ "object": { "type": "ThisExpression", "range": [ - 55451, - 55455 + 55228, + 55232 ], "loc": { "start": { - "line": 1565, + "line": 1560, "column": 13 }, "end": { - "line": 1565, + "line": 1560, "column": 17 } } @@ -124267,47 +123693,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 55456, - 55463 + 55233, + 55240 ], "loc": { "start": { - "line": 1565, + "line": 1560, "column": 18 }, "end": { - "line": 1565, + "line": 1560, "column": 25 } } }, "range": [ - 55451, - 55463 + 55228, + 55240 ], "loc": { "start": { - "line": 1565, + "line": 1560, "column": 13 }, "end": { - "line": 1565, + "line": 1560, "column": 25 } } }, "prefix": true, "range": [ - 55450, - 55463 + 55227, + 55240 ], "loc": { "start": { - "line": 1565, + "line": 1560, "column": 12 }, "end": { - "line": 1565, + "line": 1560, "column": 25 } } @@ -124319,48 +123745,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 55479, - 55486 + 55256, + 55263 ], "loc": { "start": { - "line": 1566, + "line": 1561, "column": 12 }, "end": { - "line": 1566, + "line": 1561, "column": 19 } } } ], "range": [ - 55465, - 55496 + 55242, + 55273 ], "loc": { "start": { - "line": 1565, + "line": 1560, "column": 27 }, "end": { - "line": 1567, + "line": 1562, "column": 9 } } }, "alternate": null, "range": [ - 55446, - 55496 + 55223, + 55273 ], "loc": { "start": { - "line": 1565, + "line": 1560, "column": 8 }, "end": { - "line": 1567, + "line": 1562, "column": 9 } } @@ -124374,16 +123800,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 55509, - 55519 + 55286, + 55296 ], "loc": { "start": { - "line": 1568, + "line": 1563, "column": 12 }, "end": { - "line": 1568, + "line": 1563, "column": 22 } } @@ -124392,31 +123818,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 55522, - 55524 + 55299, + 55301 ], "loc": { "start": { - "line": 1568, + "line": 1563, "column": 25 }, "end": { - "line": 1568, + "line": 1563, "column": 27 } } }, "range": [ - 55509, - 55524 + 55286, + 55301 ], "loc": { "start": { - "line": 1568, + "line": 1563, "column": 12 }, "end": { - "line": 1568, + "line": 1563, "column": 27 } } @@ -124424,16 +123850,16 @@ ], "kind": "let", "range": [ - 55505, - 55525 + 55282, + 55302 ], "loc": { "start": { - "line": 1568, + "line": 1563, "column": 8 }, "end": { - "line": 1568, + "line": 1563, "column": 28 } } @@ -124449,16 +123875,16 @@ "type": "Identifier", "name": "i", "range": [ - 55543, - 55544 + 55320, + 55321 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 17 }, "end": { - "line": 1569, + "line": 1564, "column": 18 } } @@ -124468,31 +123894,31 @@ "value": 0, "raw": "0", "range": [ - 55547, - 55548 + 55324, + 55325 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 21 }, "end": { - "line": 1569, + "line": 1564, "column": 22 } } }, "range": [ - 55543, - 55548 + 55320, + 55325 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 17 }, "end": { - "line": 1569, + "line": 1564, "column": 22 } } @@ -124503,16 +123929,16 @@ "type": "Identifier", "name": "len", "range": [ - 55550, - 55553 + 55327, + 55330 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 24 }, "end": { - "line": 1569, + "line": 1564, "column": 27 } } @@ -124526,16 +123952,16 @@ "object": { "type": "ThisExpression", "range": [ - 55556, - 55560 + 55333, + 55337 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 30 }, "end": { - "line": 1569, + "line": 1564, "column": 34 } } @@ -124544,31 +123970,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 55561, - 55567 + 55338, + 55344 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 35 }, "end": { - "line": 1569, + "line": 1564, "column": 41 } } }, "range": [ - 55556, - 55567 + 55333, + 55344 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 30 }, "end": { - "line": 1569, + "line": 1564, "column": 41 } } @@ -124577,46 +124003,46 @@ "type": "Identifier", "name": "length", "range": [ - 55568, - 55574 + 55345, + 55351 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 42 }, "end": { - "line": 1569, + "line": 1564, "column": 48 } } }, "range": [ - 55556, - 55574 + 55333, + 55351 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 30 }, "end": { - "line": 1569, + "line": 1564, "column": 48 } } }, "range": [ - 55550, - 55574 + 55327, + 55351 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 24 }, "end": { - "line": 1569, + "line": 1564, "column": 48 } } @@ -124624,16 +124050,16 @@ ], "kind": "let", "range": [ - 55539, - 55574 + 55316, + 55351 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 13 }, "end": { - "line": 1569, + "line": 1564, "column": 48 } } @@ -124645,16 +124071,16 @@ "type": "Identifier", "name": "i", "range": [ - 55576, - 55577 + 55353, + 55354 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 50 }, "end": { - "line": 1569, + "line": 1564, "column": 51 } } @@ -124663,31 +124089,31 @@ "type": "Identifier", "name": "len", "range": [ - 55580, - 55583 + 55357, + 55360 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 54 }, "end": { - "line": 1569, + "line": 1564, "column": 57 } } }, "range": [ - 55576, - 55583 + 55353, + 55360 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 50 }, "end": { - "line": 1569, + "line": 1564, "column": 57 } } @@ -124699,32 +124125,32 @@ "type": "Identifier", "name": "i", "range": [ - 55585, - 55586 + 55362, + 55363 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 59 }, "end": { - "line": 1569, + "line": 1564, "column": 60 } } }, "prefix": false, "range": [ - 55585, - 55588 + 55362, + 55365 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 59 }, "end": { - "line": 1569, + "line": 1564, "column": 62 } } @@ -124741,16 +124167,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55608, - 55616 + 55385, + 55393 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 16 }, "end": { - "line": 1570, + "line": 1565, "column": 24 } } @@ -124763,16 +124189,16 @@ "object": { "type": "ThisExpression", "range": [ - 55619, - 55623 + 55396, + 55400 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 27 }, "end": { - "line": 1570, + "line": 1565, "column": 31 } } @@ -124781,31 +124207,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 55624, - 55638 + 55401, + 55415 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 32 }, "end": { - "line": 1570, + "line": 1565, "column": 46 } } }, "range": [ - 55619, - 55638 + 55396, + 55415 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 27 }, "end": { - "line": 1570, + "line": 1565, "column": 46 } } @@ -124815,47 +124241,47 @@ "type": "Identifier", "name": "i", "range": [ - 55639, - 55640 + 55416, + 55417 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 47 }, "end": { - "line": 1570, + "line": 1565, "column": 48 } } } ], "range": [ - 55619, - 55641 + 55396, + 55418 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 27 }, "end": { - "line": 1570, + "line": 1565, "column": 49 } } }, "range": [ - 55608, - 55641 + 55385, + 55418 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 16 }, "end": { - "line": 1570, + "line": 1565, "column": 49 } } @@ -124863,16 +124289,16 @@ ], "kind": "let", "range": [ - 55604, - 55642 + 55381, + 55419 ], "loc": { "start": { - "line": 1570, + "line": 1565, "column": 12 }, "end": { - "line": 1570, + "line": 1565, "column": 50 } } @@ -124885,16 +124311,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 55659, - 55666 + 55436, + 55443 ], "loc": { "start": { - "line": 1571, + "line": 1566, "column": 16 }, "end": { - "line": 1571, + "line": 1566, "column": 23 } } @@ -124904,32 +124330,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55667, - 55675 + 55444, + 55452 ], "loc": { "start": { - "line": 1571, + "line": 1566, "column": 24 }, "end": { - "line": 1571, + "line": 1566, "column": 32 } } } ], "range": [ - 55659, - 55676 + 55436, + 55453 ], "loc": { "start": { - "line": 1571, + "line": 1566, "column": 16 }, "end": { - "line": 1571, + "line": 1566, "column": 33 } } @@ -124948,16 +124374,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 55696, - 55706 + 55473, + 55483 ], "loc": { "start": { - "line": 1572, + "line": 1567, "column": 16 }, "end": { - "line": 1572, + "line": 1567, "column": 26 } } @@ -124966,31 +124392,31 @@ "type": "Identifier", "name": "push", "range": [ - 55707, - 55711 + 55484, + 55488 ], "loc": { "start": { - "line": 1572, + "line": 1567, "column": 27 }, "end": { - "line": 1572, + "line": 1567, "column": 31 } } }, "range": [ - 55696, - 55711 + 55473, + 55488 ], "loc": { "start": { - "line": 1572, + "line": 1567, "column": 16 }, "end": { - "line": 1572, + "line": 1567, "column": 31 } } @@ -125000,63 +124426,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55712, - 55720 + 55489, + 55497 ], "loc": { "start": { - "line": 1572, + "line": 1567, "column": 32 }, "end": { - "line": 1572, + "line": 1567, "column": 40 } } } ], "range": [ - 55696, - 55721 + 55473, + 55498 ], "loc": { "start": { - "line": 1572, + "line": 1567, "column": 16 }, "end": { - "line": 1572, + "line": 1567, "column": 41 } } }, "range": [ - 55696, - 55722 + 55473, + 55499 ], "loc": { "start": { - "line": 1572, + "line": 1567, "column": 16 }, "end": { - "line": 1572, + "line": 1567, "column": 42 } } } ], "range": [ - 55678, - 55736 + 55455, + 55513 ], "loc": { "start": { - "line": 1571, + "line": 1566, "column": 35 }, "end": { - "line": 1573, + "line": 1568, "column": 13 } } @@ -125075,16 +124501,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 55760, - 55770 + 55537, + 55547 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 16 }, "end": { - "line": 1574, + "line": 1569, "column": 26 } } @@ -125093,31 +124519,31 @@ "type": "Identifier", "name": "push", "range": [ - 55771, - 55775 + 55548, + 55552 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 27 }, "end": { - "line": 1574, + "line": 1569, "column": 31 } } }, "range": [ - 55760, - 55775 + 55537, + 55552 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 16 }, "end": { - "line": 1574, + "line": 1569, "column": 31 } } @@ -125129,16 +124555,16 @@ "type": "Identifier", "name": "trim", "range": [ - 55776, - 55780 + 55553, + 55557 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 32 }, "end": { - "line": 1574, + "line": 1569, "column": 36 } } @@ -125148,125 +124574,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55781, - 55789 + 55558, + 55566 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 37 }, "end": { - "line": 1574, + "line": 1569, "column": 45 } } } ], "range": [ - 55776, - 55790 + 55553, + 55567 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 32 }, "end": { - "line": 1574, + "line": 1569, "column": 46 } } } ], "range": [ - 55760, - 55791 + 55537, + 55568 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 16 }, "end": { - "line": 1574, + "line": 1569, "column": 47 } } }, "range": [ - 55760, - 55792 + 55537, + 55569 ], "loc": { "start": { - "line": 1574, + "line": 1569, "column": 16 }, "end": { - "line": 1574, + "line": 1569, "column": 48 } } } ], "range": [ - 55742, - 55806 + 55519, + 55583 ], "loc": { "start": { - "line": 1573, + "line": 1568, "column": 19 }, "end": { - "line": 1575, + "line": 1570, "column": 13 } } }, "range": [ - 55655, - 55806 + 55432, + 55583 ], "loc": { "start": { - "line": 1571, + "line": 1566, "column": 12 }, "end": { - "line": 1575, + "line": 1570, "column": 13 } } } ], "range": [ - 55590, - 55816 + 55367, + 55593 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 64 }, "end": { - "line": 1576, + "line": 1571, "column": 9 } } }, "range": [ - 55534, - 55816 + 55311, + 55593 ], "loc": { "start": { - "line": 1569, + "line": 1564, "column": 8 }, "end": { - "line": 1576, + "line": 1571, "column": 9 } } @@ -125277,47 +124703,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 55832, - 55842 + 55609, + 55619 ], "loc": { "start": { - "line": 1577, + "line": 1572, "column": 15 }, "end": { - "line": 1577, + "line": 1572, "column": 25 } } }, "range": [ - 55825, - 55843 + 55602, + 55620 ], "loc": { "start": { - "line": 1577, + "line": 1572, "column": 8 }, "end": { - "line": 1577, + "line": 1572, "column": 26 } } } ], "range": [ - 55436, - 55849 + 55213, + 55626 ], "loc": { "start": { - "line": 1564, + "line": 1559, "column": 22 }, "end": { - "line": 1578, + "line": 1573, "column": 5 } } @@ -125325,16 +124751,16 @@ "generator": false, "expression": false, "range": [ - 55433, - 55849 + 55210, + 55626 ], "loc": { "start": { - "line": 1564, + "line": 1559, "column": 19 }, "end": { - "line": 1578, + "line": 1573, "column": 5 } } @@ -125342,16 +124768,16 @@ "kind": "method", "computed": false, "range": [ - 55418, - 55849 + 55195, + 55626 ], "loc": { "start": { - "line": 1564, + "line": 1559, "column": 4 }, "end": { - "line": 1578, + "line": 1573, "column": 5 } }, @@ -125360,16 +124786,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 55321, - 55413 + 55098, + 55190 ], "loc": { "start": { - "line": 1560, + "line": 1555, "column": 4 }, "end": { - "line": 1563, + "line": 1558, "column": 7 } } @@ -125380,16 +124806,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": [ - 55855, - 56018 + 55632, + 55795 ], "loc": { "start": { - "line": 1580, + "line": 1575, "column": 4 }, "end": { - "line": 1584, + "line": 1579, "column": 7 } } @@ -125403,16 +124829,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 56023, - 56034 + 55800, + 55811 ], "loc": { "start": { - "line": 1585, + "line": 1580, "column": 4 }, "end": { - "line": 1585, + "line": 1580, "column": 15 } } @@ -125425,16 +124851,16 @@ "type": "Identifier", "name": "index", "range": [ - 56035, - 56040 + 55812, + 55817 ], "loc": { "start": { - "line": 1585, + "line": 1580, "column": 16 }, "end": { - "line": 1585, + "line": 1580, "column": 21 } } @@ -125454,16 +124880,16 @@ "object": { "type": "ThisExpression", "range": [ - 56057, - 56061 + 55834, + 55838 ], "loc": { "start": { - "line": 1586, + "line": 1581, "column": 13 }, "end": { - "line": 1586, + "line": 1581, "column": 17 } } @@ -125472,47 +124898,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 56062, - 56069 + 55839, + 55846 ], "loc": { "start": { - "line": 1586, + "line": 1581, "column": 18 }, "end": { - "line": 1586, + "line": 1581, "column": 25 } } }, "range": [ - 56057, - 56069 + 55834, + 55846 ], "loc": { "start": { - "line": 1586, + "line": 1581, "column": 13 }, "end": { - "line": 1586, + "line": 1581, "column": 25 } } }, "prefix": true, "range": [ - 56056, - 56069 + 55833, + 55846 ], "loc": { "start": { - "line": 1586, + "line": 1581, "column": 12 }, "end": { - "line": 1586, + "line": 1581, "column": 25 } } @@ -125524,48 +124950,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 56085, - 56092 + 55862, + 55869 ], "loc": { "start": { - "line": 1587, + "line": 1582, "column": 12 }, "end": { - "line": 1587, + "line": 1582, "column": 19 } } } ], "range": [ - 56071, - 56102 + 55848, + 55879 ], "loc": { "start": { - "line": 1586, + "line": 1581, "column": 27 }, "end": { - "line": 1588, + "line": 1583, "column": 9 } } }, "alternate": null, "range": [ - 56052, - 56102 + 55829, + 55879 ], "loc": { "start": { - "line": 1586, + "line": 1581, "column": 8 }, "end": { - "line": 1588, + "line": 1583, "column": 9 } } @@ -125581,16 +125007,16 @@ "object": { "type": "ThisExpression", "range": [ - 56118, - 56122 + 55895, + 55899 ], "loc": { "start": { - "line": 1589, + "line": 1584, "column": 15 }, "end": { - "line": 1589, + "line": 1584, "column": 19 } } @@ -125599,31 +125025,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 56123, - 56129 + 55900, + 55906 ], "loc": { "start": { - "line": 1589, + "line": 1584, "column": 20 }, "end": { - "line": 1589, + "line": 1584, "column": 26 } } }, "range": [ - 56118, - 56129 + 55895, + 55906 ], "loc": { "start": { - "line": 1589, + "line": 1584, "column": 15 }, "end": { - "line": 1589, + "line": 1584, "column": 26 } } @@ -125632,62 +125058,62 @@ "type": "Identifier", "name": "index", "range": [ - 56130, - 56135 + 55907, + 55912 ], "loc": { "start": { - "line": 1589, + "line": 1584, "column": 27 }, "end": { - "line": 1589, + "line": 1584, "column": 32 } } }, "range": [ - 56118, - 56136 + 55895, + 55913 ], "loc": { "start": { - "line": 1589, + "line": 1584, "column": 15 }, "end": { - "line": 1589, + "line": 1584, "column": 33 } } }, "range": [ - 56111, - 56137 + 55888, + 55914 ], "loc": { "start": { - "line": 1589, + "line": 1584, "column": 8 }, "end": { - "line": 1589, + "line": 1584, "column": 34 } } } ], "range": [ - 56042, - 56143 + 55819, + 55920 ], "loc": { "start": { - "line": 1585, + "line": 1580, "column": 23 }, "end": { - "line": 1590, + "line": 1585, "column": 5 } } @@ -125695,16 +125121,16 @@ "generator": false, "expression": false, "range": [ - 56034, - 56143 + 55811, + 55920 ], "loc": { "start": { - "line": 1585, + "line": 1580, "column": 15 }, "end": { - "line": 1590, + "line": 1585, "column": 5 } } @@ -125712,16 +125138,16 @@ "kind": "method", "computed": false, "range": [ - 56023, - 56143 + 55800, + 55920 ], "loc": { "start": { - "line": 1585, + "line": 1580, "column": 4 }, "end": { - "line": 1590, + "line": 1585, "column": 5 } }, @@ -125730,16 +125156,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": [ - 55855, - 56018 + 55632, + 55795 ], "loc": { "start": { - "line": 1580, + "line": 1575, "column": 4 }, "end": { - "line": 1584, + "line": 1579, "column": 7 } } @@ -125750,16 +125176,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": [ - 56149, - 56550 + 55926, + 56327 ], "loc": { "start": { - "line": 1592, + "line": 1587, "column": 4 }, "end": { - "line": 1600, + "line": 1595, "column": 7 } } @@ -125773,16 +125199,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 56555, - 56571 + 56332, + 56348 ], "loc": { "start": { - "line": 1601, + "line": 1596, "column": 4 }, "end": { - "line": 1601, + "line": 1596, "column": 20 } } @@ -125795,16 +125221,16 @@ "type": "Identifier", "name": "type", "range": [ - 56572, - 56576 + 56349, + 56353 ], "loc": { "start": { - "line": 1601, + "line": 1596, "column": 21 }, "end": { - "line": 1601, + "line": 1596, "column": 25 } } @@ -125813,16 +125239,16 @@ "type": "Identifier", "name": "bool", "range": [ - 56578, - 56582 + 56355, + 56359 ], "loc": { "start": { - "line": 1601, + "line": 1596, "column": 27 }, "end": { - "line": 1601, + "line": 1596, "column": 31 } } @@ -125842,16 +125268,16 @@ "object": { "type": "ThisExpression", "range": [ - 56599, - 56603 + 56376, + 56380 ], "loc": { "start": { - "line": 1602, + "line": 1597, "column": 13 }, "end": { - "line": 1602, + "line": 1597, "column": 17 } } @@ -125860,47 +125286,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 56604, - 56611 + 56381, + 56388 ], "loc": { "start": { - "line": 1602, + "line": 1597, "column": 18 }, "end": { - "line": 1602, + "line": 1597, "column": 25 } } }, "range": [ - 56599, - 56611 + 56376, + 56388 ], "loc": { "start": { - "line": 1602, + "line": 1597, "column": 13 }, "end": { - "line": 1602, + "line": 1597, "column": 25 } } }, "prefix": true, "range": [ - 56598, - 56611 + 56375, + 56388 ], "loc": { "start": { - "line": 1602, + "line": 1597, "column": 12 }, "end": { - "line": 1602, + "line": 1597, "column": 25 } } @@ -125912,48 +125338,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 56627, - 56634 + 56404, + 56411 ], "loc": { "start": { - "line": 1603, + "line": 1598, "column": 12 }, "end": { - "line": 1603, + "line": 1598, "column": 19 } } } ], "range": [ - 56613, - 56644 + 56390, + 56421 ], "loc": { "start": { - "line": 1602, + "line": 1597, "column": 27 }, "end": { - "line": 1604, + "line": 1599, "column": 9 } } }, "alternate": null, "range": [ - 56594, - 56644 + 56371, + 56421 ], "loc": { "start": { - "line": 1602, + "line": 1597, "column": 8 }, "end": { - "line": 1604, + "line": 1599, "column": 9 } } @@ -125967,16 +125393,16 @@ "type": "Identifier", "name": "arr", "range": [ - 56657, - 56660 + 56434, + 56437 ], "loc": { "start": { - "line": 1605, + "line": 1600, "column": 12 }, "end": { - "line": 1605, + "line": 1600, "column": 15 } } @@ -125985,31 +125411,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 56663, - 56665 + 56440, + 56442 ], "loc": { "start": { - "line": 1605, + "line": 1600, "column": 18 }, "end": { - "line": 1605, + "line": 1600, "column": 20 } } }, "range": [ - 56657, - 56665 + 56434, + 56442 ], "loc": { "start": { - "line": 1605, + "line": 1600, "column": 12 }, "end": { - "line": 1605, + "line": 1600, "column": 20 } } @@ -126017,16 +125443,16 @@ ], "kind": "let", "range": [ - 56653, - 56666 + 56430, + 56443 ], "loc": { "start": { - "line": 1605, + "line": 1600, "column": 8 }, "end": { - "line": 1605, + "line": 1600, "column": 21 } } @@ -126042,16 +125468,16 @@ "type": "Identifier", "name": "i", "range": [ - 56684, - 56685 + 56461, + 56462 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 17 }, "end": { - "line": 1606, + "line": 1601, "column": 18 } } @@ -126061,31 +125487,31 @@ "value": 0, "raw": "0", "range": [ - 56688, - 56689 + 56465, + 56466 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 21 }, "end": { - "line": 1606, + "line": 1601, "column": 22 } } }, "range": [ - 56684, - 56689 + 56461, + 56466 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 17 }, "end": { - "line": 1606, + "line": 1601, "column": 22 } } @@ -126096,16 +125522,16 @@ "type": "Identifier", "name": "len", "range": [ - 56691, - 56694 + 56468, + 56471 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 24 }, "end": { - "line": 1606, + "line": 1601, "column": 27 } } @@ -126119,16 +125545,16 @@ "object": { "type": "ThisExpression", "range": [ - 56697, - 56701 + 56474, + 56478 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 30 }, "end": { - "line": 1606, + "line": 1601, "column": 34 } } @@ -126137,31 +125563,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 56702, - 56708 + 56479, + 56485 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 35 }, "end": { - "line": 1606, + "line": 1601, "column": 41 } } }, "range": [ - 56697, - 56708 + 56474, + 56485 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 30 }, "end": { - "line": 1606, + "line": 1601, "column": 41 } } @@ -126170,46 +125596,46 @@ "type": "Identifier", "name": "length", "range": [ - 56709, - 56715 + 56486, + 56492 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 42 }, "end": { - "line": 1606, + "line": 1601, "column": 48 } } }, "range": [ - 56697, - 56715 + 56474, + 56492 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 30 }, "end": { - "line": 1606, + "line": 1601, "column": 48 } } }, "range": [ - 56691, - 56715 + 56468, + 56492 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 24 }, "end": { - "line": 1606, + "line": 1601, "column": 48 } } @@ -126217,16 +125643,16 @@ ], "kind": "let", "range": [ - 56680, - 56715 + 56457, + 56492 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 13 }, "end": { - "line": 1606, + "line": 1601, "column": 48 } } @@ -126238,16 +125664,16 @@ "type": "Identifier", "name": "i", "range": [ - 56717, - 56718 + 56494, + 56495 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 50 }, "end": { - "line": 1606, + "line": 1601, "column": 51 } } @@ -126256,31 +125682,31 @@ "type": "Identifier", "name": "len", "range": [ - 56721, - 56724 + 56498, + 56501 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 54 }, "end": { - "line": 1606, + "line": 1601, "column": 57 } } }, "range": [ - 56717, - 56724 + 56494, + 56501 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 50 }, "end": { - "line": 1606, + "line": 1601, "column": 57 } } @@ -126292,32 +125718,32 @@ "type": "Identifier", "name": "i", "range": [ - 56726, - 56727 + 56503, + 56504 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 59 }, "end": { - "line": 1606, + "line": 1601, "column": 60 } } }, "prefix": false, "range": [ - 56726, - 56729 + 56503, + 56506 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 59 }, "end": { - "line": 1606, + "line": 1601, "column": 62 } } @@ -126334,16 +125760,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 56749, - 56756 + 56526, + 56533 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 16 }, "end": { - "line": 1607, + "line": 1602, "column": 23 } } @@ -126356,16 +125782,16 @@ "object": { "type": "ThisExpression", "range": [ - 56759, - 56763 + 56536, + 56540 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 26 }, "end": { - "line": 1607, + "line": 1602, "column": 30 } } @@ -126374,31 +125800,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 56764, - 56777 + 56541, + 56554 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 31 }, "end": { - "line": 1607, + "line": 1602, "column": 44 } } }, "range": [ - 56759, - 56777 + 56536, + 56554 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 26 }, "end": { - "line": 1607, + "line": 1602, "column": 44 } } @@ -126408,47 +125834,47 @@ "type": "Identifier", "name": "i", "range": [ - 56778, - 56779 + 56555, + 56556 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 45 }, "end": { - "line": 1607, + "line": 1602, "column": 46 } } } ], "range": [ - 56759, - 56780 + 56536, + 56557 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 26 }, "end": { - "line": 1607, + "line": 1602, "column": 47 } } }, "range": [ - 56749, - 56780 + 56526, + 56557 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 16 }, "end": { - "line": 1607, + "line": 1602, "column": 47 } } @@ -126456,16 +125882,16 @@ ], "kind": "let", "range": [ - 56745, - 56781 + 56522, + 56558 ], "loc": { "start": { - "line": 1607, + "line": 1602, "column": 12 }, "end": { - "line": 1607, + "line": 1602, "column": 48 } } @@ -126479,16 +125905,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 56798, - 56805 + 56575, + 56582 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 16 }, "end": { - "line": 1608, + "line": 1603, "column": 23 } } @@ -126502,16 +125928,16 @@ "type": "Identifier", "name": "type", "range": [ - 56810, - 56814 + 56587, + 56591 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 28 }, "end": { - "line": 1608, + "line": 1603, "column": 32 } } @@ -126520,62 +125946,62 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 56815, - 56826 + 56592, + 56603 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 33 }, "end": { - "line": 1608, + "line": 1603, "column": 44 } } }, "range": [ - 56810, - 56826 + 56587, + 56603 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 28 }, "end": { - "line": 1608, + "line": 1603, "column": 44 } } }, "arguments": [], "range": [ - 56810, - 56828 + 56587, + 56605 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 28 }, "end": { - "line": 1608, + "line": 1603, "column": 46 } } }, "range": [ - 56798, - 56828 + 56575, + 56605 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 16 }, "end": { - "line": 1608, + "line": 1603, "column": 46 } } @@ -126592,16 +126018,16 @@ "type": "Identifier", "name": "a", "range": [ - 56852, - 56853 + 56629, + 56630 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 20 }, "end": { - "line": 1609, + "line": 1604, "column": 21 } } @@ -126612,16 +126038,16 @@ "type": "Identifier", "name": "bool", "range": [ - 56856, - 56860 + 56633, + 56637 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 24 }, "end": { - "line": 1609, + "line": 1604, "column": 28 } } @@ -126630,16 +126056,16 @@ "type": "Identifier", "name": "i", "range": [ - 56863, - 56864 + 56640, + 56641 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 31 }, "end": { - "line": 1609, + "line": 1604, "column": 32 } } @@ -126653,16 +126079,16 @@ "object": { "type": "ThisExpression", "range": [ - 56867, - 56871 + 56644, + 56648 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 35 }, "end": { - "line": 1609, + "line": 1604, "column": 39 } } @@ -126671,31 +126097,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 56872, - 56878 + 56649, + 56655 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 40 }, "end": { - "line": 1609, + "line": 1604, "column": 46 } } }, "range": [ - 56867, - 56878 + 56644, + 56655 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 35 }, "end": { - "line": 1609, + "line": 1604, "column": 46 } } @@ -126704,61 +126130,61 @@ "type": "Identifier", "name": "i", "range": [ - 56879, - 56880 + 56656, + 56657 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 47 }, "end": { - "line": 1609, + "line": 1604, "column": 48 } } }, "range": [ - 56867, - 56881 + 56644, + 56658 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 35 }, "end": { - "line": 1609, + "line": 1604, "column": 49 } } }, "range": [ - 56856, - 56881 + 56633, + 56658 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 24 }, "end": { - "line": 1609, + "line": 1604, "column": 49 } } }, "range": [ - 56852, - 56881 + 56629, + 56658 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 20 }, "end": { - "line": 1609, + "line": 1604, "column": 49 } } @@ -126766,16 +126192,16 @@ ], "kind": "let", "range": [ - 56848, - 56882 + 56625, + 56659 ], "loc": { "start": { - "line": 1609, + "line": 1604, "column": 16 }, "end": { - "line": 1609, + "line": 1604, "column": 50 } } @@ -126791,16 +126217,16 @@ "type": "Identifier", "name": "arr", "range": [ - 56899, - 56902 + 56676, + 56679 ], "loc": { "start": { - "line": 1610, + "line": 1605, "column": 16 }, "end": { - "line": 1610, + "line": 1605, "column": 19 } } @@ -126809,31 +126235,31 @@ "type": "Identifier", "name": "push", "range": [ - 56903, - 56907 + 56680, + 56684 ], "loc": { "start": { - "line": 1610, + "line": 1605, "column": 20 }, "end": { - "line": 1610, + "line": 1605, "column": 24 } } }, "range": [ - 56899, - 56907 + 56676, + 56684 ], "loc": { "start": { - "line": 1610, + "line": 1605, "column": 16 }, "end": { - "line": 1610, + "line": 1605, "column": 24 } } @@ -126843,110 +126269,110 @@ "type": "Identifier", "name": "a", "range": [ - 56908, - 56909 + 56685, + 56686 ], "loc": { "start": { - "line": 1610, + "line": 1605, "column": 25 }, "end": { - "line": 1610, + "line": 1605, "column": 26 } } } ], "range": [ - 56899, - 56910 + 56676, + 56687 ], "loc": { "start": { - "line": 1610, + "line": 1605, "column": 16 }, "end": { - "line": 1610, + "line": 1605, "column": 27 } } }, "range": [ - 56899, - 56911 + 56676, + 56688 ], "loc": { "start": { - "line": 1610, + "line": 1605, "column": 16 }, "end": { - "line": 1610, + "line": 1605, "column": 28 } } } ], "range": [ - 56830, - 56925 + 56607, + 56702 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 48 }, "end": { - "line": 1611, + "line": 1606, "column": 13 } } }, "alternate": null, "range": [ - 56794, - 56925 + 56571, + 56702 ], "loc": { "start": { - "line": 1608, + "line": 1603, "column": 12 }, "end": { - "line": 1611, + "line": 1606, "column": 13 } } } ], "range": [ - 56731, - 56935 + 56508, + 56712 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 64 }, "end": { - "line": 1612, + "line": 1607, "column": 9 } } }, "range": [ - 56675, - 56935 + 56452, + 56712 ], "loc": { "start": { - "line": 1606, + "line": 1601, "column": 8 }, "end": { - "line": 1612, + "line": 1607, "column": 9 } } @@ -126957,47 +126383,47 @@ "type": "Identifier", "name": "arr", "range": [ - 56951, - 56954 + 56728, + 56731 ], "loc": { "start": { - "line": 1613, + "line": 1608, "column": 15 }, "end": { - "line": 1613, + "line": 1608, "column": 18 } } }, "range": [ - 56944, - 56955 + 56721, + 56732 ], "loc": { "start": { - "line": 1613, + "line": 1608, "column": 8 }, "end": { - "line": 1613, + "line": 1608, "column": 19 } } } ], "range": [ - 56584, - 56961 + 56361, + 56738 ], "loc": { "start": { - "line": 1601, + "line": 1596, "column": 33 }, "end": { - "line": 1614, + "line": 1609, "column": 5 } } @@ -127005,16 +126431,16 @@ "generator": false, "expression": false, "range": [ - 56571, - 56961 + 56348, + 56738 ], "loc": { "start": { - "line": 1601, + "line": 1596, "column": 20 }, "end": { - "line": 1614, + "line": 1609, "column": 5 } } @@ -127022,16 +126448,16 @@ "kind": "method", "computed": false, "range": [ - 56555, - 56961 + 56332, + 56738 ], "loc": { "start": { - "line": 1601, + "line": 1596, "column": 4 }, "end": { - "line": 1614, + "line": 1609, "column": 5 } }, @@ -127040,16 +126466,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": [ - 56149, - 56550 + 55926, + 56327 ], "loc": { "start": { - "line": 1592, + "line": 1587, "column": 4 }, "end": { - "line": 1600, + "line": 1595, "column": 7 } } @@ -127060,16 +126486,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": [ - 56967, - 57113 + 56744, + 56890 ], "loc": { "start": { - "line": 1616, + "line": 1611, "column": 4 }, "end": { - "line": 1620, + "line": 1615, "column": 7 } } @@ -127083,16 +126509,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 57118, - 57134 + 56895, + 56911 ], "loc": { "start": { - "line": 1621, + "line": 1616, "column": 4 }, "end": { - "line": 1621, + "line": 1616, "column": 20 } } @@ -127105,16 +126531,16 @@ "type": "Identifier", "name": "index", "range": [ - 57135, - 57140 + 56912, + 56917 ], "loc": { "start": { - "line": 1621, + "line": 1616, "column": 21 }, "end": { - "line": 1621, + "line": 1616, "column": 26 } } @@ -127132,16 +126558,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 57156, - 57161 + 56933, + 56938 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 12 }, "end": { - "line": 1622, + "line": 1617, "column": 17 } } @@ -127155,16 +126581,16 @@ "object": { "type": "ThisExpression", "range": [ - 57164, - 57168 + 56941, + 56945 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 20 }, "end": { - "line": 1622, + "line": 1617, "column": 24 } } @@ -127173,31 +126599,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 57169, - 57175 + 56946, + 56952 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 25 }, "end": { - "line": 1622, + "line": 1617, "column": 31 } } }, "range": [ - 57164, - 57175 + 56941, + 56952 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 20 }, "end": { - "line": 1622, + "line": 1617, "column": 31 } } @@ -127206,46 +126632,46 @@ "type": "Identifier", "name": "index", "range": [ - 57176, - 57181 + 56953, + 56958 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 32 }, "end": { - "line": 1622, + "line": 1617, "column": 37 } } }, "range": [ - 57164, - 57182 + 56941, + 56959 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 20 }, "end": { - "line": 1622, + "line": 1617, "column": 38 } } }, "range": [ - 57156, - 57182 + 56933, + 56959 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 12 }, "end": { - "line": 1622, + "line": 1617, "column": 38 } } @@ -127253,16 +126679,16 @@ ], "kind": "let", "range": [ - 57152, - 57183 + 56929, + 56960 ], "loc": { "start": { - "line": 1622, + "line": 1617, "column": 8 }, "end": { - "line": 1622, + "line": 1617, "column": 39 } } @@ -127275,16 +126701,16 @@ "type": "Identifier", "name": "elm", "range": [ - 57199, - 57202 + 56976, + 56979 ], "loc": { "start": { - "line": 1623, + "line": 1618, "column": 15 }, "end": { - "line": 1623, + "line": 1618, "column": 18 } } @@ -127294,63 +126720,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 57203, - 57208 + 56980, + 56985 ], "loc": { "start": { - "line": 1623, + "line": 1618, "column": 19 }, "end": { - "line": 1623, + "line": 1618, "column": 24 } } } ], "range": [ - 57199, - 57209 + 56976, + 56986 ], "loc": { "start": { - "line": 1623, + "line": 1618, "column": 15 }, "end": { - "line": 1623, + "line": 1618, "column": 25 } } }, "range": [ - 57192, - 57210 + 56969, + 56987 ], "loc": { "start": { - "line": 1623, + "line": 1618, "column": 8 }, "end": { - "line": 1623, + "line": 1618, "column": 26 } } } ], "range": [ - 57142, - 57216 + 56919, + 56993 ], "loc": { "start": { - "line": 1621, + "line": 1616, "column": 28 }, "end": { - "line": 1624, + "line": 1619, "column": 5 } } @@ -127358,16 +126784,16 @@ "generator": false, "expression": false, "range": [ - 57134, - 57216 + 56911, + 56993 ], "loc": { "start": { - "line": 1621, + "line": 1616, "column": 20 }, "end": { - "line": 1624, + "line": 1619, "column": 5 } } @@ -127375,16 +126801,16 @@ "kind": "method", "computed": false, "range": [ - 57118, - 57216 + 56895, + 56993 ], "loc": { "start": { - "line": 1621, + "line": 1616, "column": 4 }, "end": { - "line": 1624, + "line": 1619, "column": 5 } }, @@ -127393,16 +126819,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": [ - 56967, - 57113 + 56744, + 56890 ], "loc": { "start": { - "line": 1616, + "line": 1611, "column": 4 }, "end": { - "line": 1620, + "line": 1615, "column": 7 } } @@ -127413,16 +126839,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": [ - 57222, - 57388 + 56999, + 57165 ], "loc": { "start": { - "line": 1626, + "line": 1621, "column": 4 }, "end": { - "line": 1630, + "line": 1625, "column": 7 } } @@ -127436,16 +126862,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 57393, - 57403 + 57170, + 57180 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 4 }, "end": { - "line": 1631, + "line": 1626, "column": 14 } } @@ -127460,16 +126886,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 57404, - 57412 + 57181, + 57189 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 15 }, "end": { - "line": 1631, + "line": 1626, "column": 23 } } @@ -127479,31 +126905,31 @@ "value": 0, "raw": "0", "range": [ - 57415, - 57416 + 57192, + 57193 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 26 }, "end": { - "line": 1631, + "line": 1626, "column": 27 } } }, "range": [ - 57404, - 57416 + 57181, + 57193 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 15 }, "end": { - "line": 1631, + "line": 1626, "column": 27 } } @@ -127521,16 +126947,16 @@ "type": "Identifier", "name": "tr", "range": [ - 57432, - 57434 + 57209, + 57211 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 12 }, "end": { - "line": 1632, + "line": 1627, "column": 14 } } @@ -127547,16 +126973,16 @@ "object": { "type": "ThisExpression", "range": [ - 57437, - 57441 + 57214, + 57218 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 17 }, "end": { - "line": 1632, + "line": 1627, "column": 21 } } @@ -127565,31 +126991,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 57442, - 57445 + 57219, + 57222 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 22 }, "end": { - "line": 1632, + "line": 1627, "column": 25 } } }, "range": [ - 57437, - 57445 + 57214, + 57222 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 17 }, "end": { - "line": 1632, + "line": 1627, "column": 25 } } @@ -127598,31 +127024,31 @@ "type": "Identifier", "name": "rows", "range": [ - 57446, - 57450 + 57223, + 57227 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 26 }, "end": { - "line": 1632, + "line": 1627, "column": 30 } } }, "range": [ - 57437, - 57450 + 57214, + 57227 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 17 }, "end": { - "line": 1632, + "line": 1627, "column": 30 } } @@ -127631,46 +127057,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 57451, - 57459 + 57228, + 57236 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 31 }, "end": { - "line": 1632, + "line": 1627, "column": 39 } } }, "range": [ - 57437, - 57460 + 57214, + 57237 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 17 }, "end": { - "line": 1632, + "line": 1627, "column": 40 } } }, "range": [ - 57432, - 57460 + 57209, + 57237 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 12 }, "end": { - "line": 1632, + "line": 1627, "column": 40 } } @@ -127678,16 +127104,16 @@ ], "kind": "let", "range": [ - 57428, - 57461 + 57205, + 57238 ], "loc": { "start": { - "line": 1632, + "line": 1627, "column": 8 }, "end": { - "line": 1632, + "line": 1627, "column": 41 } } @@ -127704,16 +127130,16 @@ "type": "Identifier", "name": "tr", "range": [ - 57477, - 57479 + 57254, + 57256 ], "loc": { "start": { - "line": 1633, + "line": 1628, "column": 15 }, "end": { - "line": 1633, + "line": 1628, "column": 17 } } @@ -127722,31 +127148,31 @@ "type": "Identifier", "name": "cells", "range": [ - 57480, - 57485 + 57257, + 57262 ], "loc": { "start": { - "line": 1633, + "line": 1628, "column": 18 }, "end": { - "line": 1633, + "line": 1628, "column": 23 } } }, "range": [ - 57477, - 57485 + 57254, + 57262 ], "loc": { "start": { - "line": 1633, + "line": 1628, "column": 15 }, "end": { - "line": 1633, + "line": 1628, "column": 23 } } @@ -127755,62 +127181,62 @@ "type": "Identifier", "name": "length", "range": [ - 57486, - 57492 + 57263, + 57269 ], "loc": { "start": { - "line": 1633, + "line": 1628, "column": 24 }, "end": { - "line": 1633, + "line": 1628, "column": 30 } } }, "range": [ - 57477, - 57492 + 57254, + 57269 ], "loc": { "start": { - "line": 1633, + "line": 1628, "column": 15 }, "end": { - "line": 1633, + "line": 1628, "column": 30 } } }, "range": [ - 57470, - 57493 + 57247, + 57270 ], "loc": { "start": { - "line": 1633, + "line": 1628, "column": 8 }, "end": { - "line": 1633, + "line": 1628, "column": 31 } } } ], "range": [ - 57418, - 57499 + 57195, + 57276 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 29 }, "end": { - "line": 1634, + "line": 1629, "column": 5 } } @@ -127818,16 +127244,16 @@ "generator": false, "expression": false, "range": [ - 57403, - 57499 + 57180, + 57276 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 14 }, "end": { - "line": 1634, + "line": 1629, "column": 5 } } @@ -127835,16 +127261,16 @@ "kind": "method", "computed": false, "range": [ - 57393, - 57499 + 57170, + 57276 ], "loc": { "start": { - "line": 1631, + "line": 1626, "column": 4 }, "end": { - "line": 1634, + "line": 1629, "column": 5 } }, @@ -127853,16 +127279,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": [ - 57222, - 57388 + 56999, + 57165 ], "loc": { "start": { - "line": 1626, + "line": 1621, "column": 4 }, "end": { - "line": 1630, + "line": 1625, "column": 7 } } @@ -127873,16 +127299,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": [ - 57505, - 57736 + 57282, + 57513 ], "loc": { "start": { - "line": 1636, + "line": 1631, "column": 4 }, "end": { - "line": 1641, + "line": 1636, "column": 7 } } @@ -127896,16 +127322,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 57741, - 57750 + 57518, + 57527 ], "loc": { "start": { - "line": 1642, + "line": 1637, "column": 4 }, "end": { - "line": 1642, + "line": 1637, "column": 13 } } @@ -127918,16 +127344,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 57751, - 57765 + 57528, + 57542 ], "loc": { "start": { - "line": 1642, + "line": 1637, "column": 14 }, "end": { - "line": 1642, + "line": 1637, "column": 28 } } @@ -127945,16 +127371,16 @@ "type": "Identifier", "name": "s", "range": [ - 57781, - 57782 + 57558, + 57559 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 12 }, "end": { - "line": 1643, + "line": 1638, "column": 13 } } @@ -127967,16 +127393,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 57785, - 57792 + 57562, + 57569 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 16 }, "end": { - "line": 1643, + "line": 1638, "column": 23 } } @@ -127988,16 +127414,16 @@ "object": { "type": "ThisExpression", "range": [ - 57793, - 57797 + 57570, + 57574 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 24 }, "end": { - "line": 1643, + "line": 1638, "column": 28 } } @@ -128006,47 +127432,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 57798, - 57804 + 57575, + 57581 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 29 }, "end": { - "line": 1643, + "line": 1638, "column": 35 } } }, "range": [ - 57793, - 57804 + 57570, + 57581 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 24 }, "end": { - "line": 1643, + "line": 1638, "column": 35 } } } ], "range": [ - 57785, - 57805 + 57562, + 57582 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 16 }, "end": { - "line": 1643, + "line": 1638, "column": 36 } } @@ -128056,16 +127482,16 @@ "value": 0, "raw": "0", "range": [ - 57808, - 57809 + 57585, + 57586 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 39 }, "end": { - "line": 1643, + "line": 1638, "column": 40 } } @@ -128076,16 +127502,16 @@ "object": { "type": "ThisExpression", "range": [ - 57812, - 57816 + 57589, + 57593 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 43 }, "end": { - "line": 1643, + "line": 1638, "column": 47 } } @@ -128094,61 +127520,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 57817, - 57823 + 57594, + 57600 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 48 }, "end": { - "line": 1643, + "line": 1638, "column": 54 } } }, "range": [ - 57812, - 57823 + 57589, + 57600 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 43 }, "end": { - "line": 1643, + "line": 1638, "column": 54 } } }, "range": [ - 57785, - 57823 + 57562, + 57600 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 16 }, "end": { - "line": 1643, + "line": 1638, "column": 54 } } }, "range": [ - 57781, - 57823 + 57558, + 57600 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 12 }, "end": { - "line": 1643, + "line": 1638, "column": 54 } } @@ -128156,16 +127582,16 @@ ], "kind": "let", "range": [ - 57777, - 57824 + 57554, + 57601 ], "loc": { "start": { - "line": 1643, + "line": 1638, "column": 8 }, "end": { - "line": 1643, + "line": 1638, "column": 55 } } @@ -128179,16 +127605,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 57837, - 57841 + 57614, + 57618 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 12 }, "end": { - "line": 1644, + "line": 1639, "column": 16 } } @@ -128205,16 +127631,16 @@ "object": { "type": "ThisExpression", "range": [ - 57844, - 57848 + 57621, + 57625 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 19 }, "end": { - "line": 1644, + "line": 1639, "column": 23 } } @@ -128223,31 +127649,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 57849, - 57852 + 57626, + 57629 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 24 }, "end": { - "line": 1644, + "line": 1639, "column": 27 } } }, "range": [ - 57844, - 57852 + 57621, + 57629 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 19 }, "end": { - "line": 1644, + "line": 1639, "column": 27 } } @@ -128256,31 +127682,31 @@ "type": "Identifier", "name": "rows", "range": [ - 57853, - 57857 + 57630, + 57634 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 28 }, "end": { - "line": 1644, + "line": 1639, "column": 32 } } }, "range": [ - 57844, - 57857 + 57621, + 57634 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 19 }, "end": { - "line": 1644, + "line": 1639, "column": 32 } } @@ -128289,46 +127715,46 @@ "type": "Identifier", "name": "length", "range": [ - 57858, - 57864 + 57635, + 57641 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 33 }, "end": { - "line": 1644, + "line": 1639, "column": 39 } } }, "range": [ - 57844, - 57864 + 57621, + 57641 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 19 }, "end": { - "line": 1644, + "line": 1639, "column": 39 } } }, "range": [ - 57837, - 57864 + 57614, + 57641 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 12 }, "end": { - "line": 1644, + "line": 1639, "column": 39 } } @@ -128336,16 +127762,16 @@ ], "kind": "let", "range": [ - 57833, - 57865 + 57610, + 57642 ], "loc": { "start": { - "line": 1644, + "line": 1639, "column": 8 }, "end": { - "line": 1644, + "line": 1639, "column": 40 } } @@ -128356,16 +127782,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 57878, - 57892 + 57655, + 57669 ], "loc": { "start": { - "line": 1645, + "line": 1640, "column": 12 }, "end": { - "line": 1645, + "line": 1640, "column": 26 } } @@ -128382,16 +127808,16 @@ "type": "Identifier", "name": "s", "range": [ - 57908, - 57909 + 57685, + 57686 ], "loc": { "start": { - "line": 1646, + "line": 1641, "column": 12 }, "end": { - "line": 1646, + "line": 1641, "column": 13 } } @@ -128401,78 +127827,78 @@ "value": 0, "raw": "0", "range": [ - 57912, - 57913 + 57689, + 57690 ], "loc": { "start": { - "line": 1646, + "line": 1641, "column": 16 }, "end": { - "line": 1646, + "line": 1641, "column": 17 } } }, "range": [ - 57908, - 57913 + 57685, + 57690 ], "loc": { "start": { - "line": 1646, + "line": 1641, "column": 12 }, "end": { - "line": 1646, + "line": 1641, "column": 17 } } }, "range": [ - 57908, - 57914 + 57685, + 57691 ], "loc": { "start": { - "line": 1646, + "line": 1641, "column": 12 }, "end": { - "line": 1646, + "line": 1641, "column": 18 } } } ], "range": [ - 57894, - 57924 + 57671, + 57701 ], "loc": { "start": { - "line": 1645, + "line": 1640, "column": 28 }, "end": { - "line": 1647, + "line": 1642, "column": 9 } } }, "alternate": null, "range": [ - 57874, - 57924 + 57651, + 57701 ], "loc": { "start": { - "line": 1645, + "line": 1640, "column": 8 }, "end": { - "line": 1647, + "line": 1642, "column": 9 } } @@ -128485,16 +127911,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 57940, - 57948 + 57717, + 57725 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 15 }, "end": { - "line": 1648, + "line": 1643, "column": 23 } } @@ -128507,16 +127933,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 57949, - 57953 + 57726, + 57730 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 24 }, "end": { - "line": 1648, + "line": 1643, "column": 28 } } @@ -128525,31 +127951,31 @@ "type": "Identifier", "name": "s", "range": [ - 57956, - 57957 + 57733, + 57734 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 31 }, "end": { - "line": 1648, + "line": 1643, "column": 32 } } }, "range": [ - 57949, - 57957 + 57726, + 57734 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 24 }, "end": { - "line": 1648, + "line": 1643, "column": 32 } } @@ -128559,63 +127985,63 @@ "value": 10, "raw": "10", "range": [ - 57959, - 57961 + 57736, + 57738 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 34 }, "end": { - "line": 1648, + "line": 1643, "column": 36 } } } ], "range": [ - 57940, - 57962 + 57717, + 57739 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 15 }, "end": { - "line": 1648, + "line": 1643, "column": 37 } } }, "range": [ - 57933, - 57963 + 57710, + 57740 ], "loc": { "start": { - "line": 1648, + "line": 1643, "column": 8 }, "end": { - "line": 1648, + "line": 1643, "column": 38 } } } ], "range": [ - 57767, - 57969 + 57544, + 57746 ], "loc": { "start": { - "line": 1642, + "line": 1637, "column": 30 }, "end": { - "line": 1649, + "line": 1644, "column": 5 } } @@ -128623,16 +128049,16 @@ "generator": false, "expression": false, "range": [ - 57750, - 57969 + 57527, + 57746 ], "loc": { "start": { - "line": 1642, + "line": 1637, "column": 13 }, "end": { - "line": 1649, + "line": 1644, "column": 5 } } @@ -128640,16 +128066,16 @@ "kind": "method", "computed": false, "range": [ - 57741, - 57969 + 57518, + 57746 ], "loc": { "start": { - "line": 1642, + "line": 1637, "column": 4 }, "end": { - "line": 1649, + "line": 1644, "column": 5 } }, @@ -128658,16 +128084,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": [ - 57505, - 57736 + 57282, + 57513 ], "loc": { "start": { - "line": 1636, + "line": 1631, "column": 4 }, "end": { - "line": 1641, + "line": 1636, "column": 7 } } @@ -128678,16 +128104,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": [ - 57975, - 58100 + 57752, + 57877 ], "loc": { "start": { - "line": 1651, + "line": 1646, "column": 4 }, "end": { - "line": 1655, + "line": 1650, "column": 7 } } @@ -128701,16 +128127,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 58105, - 58116 + 57882, + 57893 ], "loc": { "start": { - "line": 1656, + "line": 1651, "column": 4 }, "end": { - "line": 1656, + "line": 1651, "column": 15 } } @@ -128723,16 +128149,16 @@ "type": "Identifier", "name": "cell", "range": [ - 58117, - 58121 + 57894, + 57898 ], "loc": { "start": { - "line": 1656, + "line": 1651, "column": 16 }, "end": { - "line": 1656, + "line": 1651, "column": 20 } } @@ -128750,16 +128176,16 @@ "type": "Identifier", "name": "idx", "range": [ - 58137, - 58140 + 57914, + 57917 ], "loc": { "start": { - "line": 1657, + "line": 1652, "column": 12 }, "end": { - "line": 1657, + "line": 1652, "column": 15 } } @@ -128771,16 +128197,16 @@ "type": "Identifier", "name": "cell", "range": [ - 58143, - 58147 + 57920, + 57924 ], "loc": { "start": { - "line": 1657, + "line": 1652, "column": 18 }, "end": { - "line": 1657, + "line": 1652, "column": 22 } } @@ -128789,46 +128215,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 58148, - 58157 + 57925, + 57934 ], "loc": { "start": { - "line": 1657, + "line": 1652, "column": 23 }, "end": { - "line": 1657, + "line": 1652, "column": 32 } } }, "range": [ - 58143, - 58157 + 57920, + 57934 ], "loc": { "start": { - "line": 1657, + "line": 1652, "column": 18 }, "end": { - "line": 1657, + "line": 1652, "column": 32 } } }, "range": [ - 58137, - 58157 + 57914, + 57934 ], "loc": { "start": { - "line": 1657, + "line": 1652, "column": 12 }, "end": { - "line": 1657, + "line": 1652, "column": 32 } } @@ -128836,16 +128262,16 @@ ], "kind": "let", "range": [ - 58133, - 58158 + 57910, + 57935 ], "loc": { "start": { - "line": 1657, + "line": 1652, "column": 8 }, "end": { - "line": 1657, + "line": 1652, "column": 33 } }, @@ -128854,16 +128280,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 58167, - 58202 + 57944, + 57979 ], "loc": { "start": { - "line": 1658, + "line": 1653, "column": 8 }, "end": { - "line": 1658, + "line": 1653, "column": 43 } } @@ -128881,16 +128307,16 @@ "object": { "type": "ThisExpression", "range": [ - 58215, - 58219 + 57992, + 57996 ], "loc": { "start": { - "line": 1659, + "line": 1654, "column": 12 }, "end": { - "line": 1659, + "line": 1654, "column": 16 } } @@ -128899,31 +128325,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 58220, - 58234 + 57997, + 58011 ], "loc": { "start": { - "line": 1659, + "line": 1654, "column": 17 }, "end": { - "line": 1659, + "line": 1654, "column": 31 } } }, "range": [ - 58215, - 58234 + 57992, + 58011 ], "loc": { "start": { - "line": 1659, + "line": 1654, "column": 12 }, "end": { - "line": 1659, + "line": 1654, "column": 31 } } @@ -128942,16 +128368,16 @@ "object": { "type": "ThisExpression", "range": [ - 58250, - 58254 + 58027, + 58031 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 12 }, "end": { - "line": 1660, + "line": 1655, "column": 16 } } @@ -128960,31 +128386,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 58255, - 58273 + 58032, + 58050 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 17 }, "end": { - "line": 1660, + "line": 1655, "column": 35 } } }, "range": [ - 58250, - 58273 + 58027, + 58050 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 12 }, "end": { - "line": 1660, + "line": 1655, "column": 35 } } @@ -128993,31 +128419,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 58274, - 58281 + 58051, + 58058 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 36 }, "end": { - "line": 1660, + "line": 1655, "column": 43 } } }, "range": [ - 58250, - 58281 + 58027, + 58058 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 12 }, "end": { - "line": 1660, + "line": 1655, "column": 43 } } @@ -129027,32 +128453,32 @@ "type": "Identifier", "name": "idx", "range": [ - 58282, - 58285 + 58059, + 58062 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 44 }, "end": { - "line": 1660, + "line": 1655, "column": 47 } } } ], "range": [ - 58250, - 58286 + 58027, + 58063 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 12 }, "end": { - "line": 1660, + "line": 1655, "column": 48 } } @@ -129065,62 +128491,62 @@ "value": 1, "raw": "1", "range": [ - 58292, - 58293 + 58069, + 58070 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 54 }, "end": { - "line": 1660, + "line": 1655, "column": 55 } } }, "prefix": true, "range": [ - 58291, - 58293 + 58068, + 58070 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 53 }, "end": { - "line": 1660, + "line": 1655, "column": 55 } } }, "range": [ - 58250, - 58293 + 58027, + 58070 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 12 }, "end": { - "line": 1660, + "line": 1655, "column": 55 } } }, "range": [ - 58215, - 58293 + 57992, + 58070 ], "loc": { "start": { - "line": 1659, + "line": 1654, "column": 12 }, "end": { - "line": 1660, + "line": 1655, "column": 55 } } @@ -129141,16 +128567,16 @@ "object": { "type": "ThisExpression", "range": [ - 58316, - 58320 + 58093, + 58097 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 19 }, "end": { - "line": 1661, + "line": 1656, "column": 23 } } @@ -129159,31 +128585,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 58321, - 58335 + 58098, + 58112 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 24 }, "end": { - "line": 1661, + "line": 1656, "column": 38 } } }, "range": [ - 58316, - 58335 + 58093, + 58112 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 19 }, "end": { - "line": 1661, + "line": 1656, "column": 38 } } @@ -129192,31 +128618,31 @@ "type": "Identifier", "name": "call", "range": [ - 58336, - 58340 + 58113, + 58117 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 39 }, "end": { - "line": 1661, + "line": 1656, "column": 43 } } }, "range": [ - 58316, - 58340 + 58093, + 58117 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 19 }, "end": { - "line": 1661, + "line": 1656, "column": 43 } } @@ -129227,16 +128653,16 @@ "value": null, "raw": "null", "range": [ - 58341, - 58345 + 58118, + 58122 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 44 }, "end": { - "line": 1661, + "line": 1656, "column": 48 } } @@ -129244,16 +128670,16 @@ { "type": "ThisExpression", "range": [ - 58347, - 58351 + 58124, + 58128 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 50 }, "end": { - "line": 1661, + "line": 1656, "column": 54 } } @@ -129262,16 +128688,16 @@ "type": "Identifier", "name": "cell", "range": [ - 58353, - 58357 + 58130, + 58134 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 56 }, "end": { - "line": 1661, + "line": 1656, "column": 60 } } @@ -129280,63 +128706,63 @@ "type": "Identifier", "name": "idx", "range": [ - 58359, - 58362 + 58136, + 58139 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 62 }, "end": { - "line": 1661, + "line": 1656, "column": 65 } } } ], "range": [ - 58316, - 58363 + 58093, + 58140 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 19 }, "end": { - "line": 1661, + "line": 1656, "column": 66 } } }, "range": [ - 58309, - 58364 + 58086, + 58141 ], "loc": { "start": { - "line": 1661, + "line": 1656, "column": 12 }, "end": { - "line": 1661, + "line": 1656, "column": 67 } } } ], "range": [ - 58295, - 58374 + 58072, + 58151 ], "loc": { "start": { - "line": 1660, + "line": 1655, "column": 57 }, "end": { - "line": 1662, + "line": 1657, "column": 9 } } @@ -129352,16 +128778,16 @@ "type": "Identifier", "name": "getText", "range": [ - 58401, - 58408 + 58178, + 58185 ], "loc": { "start": { - "line": 1663, + "line": 1658, "column": 19 }, "end": { - "line": 1663, + "line": 1658, "column": 26 } } @@ -129371,78 +128797,78 @@ "type": "Identifier", "name": "cell", "range": [ - 58409, - 58413 + 58186, + 58190 ], "loc": { "start": { - "line": 1663, + "line": 1658, "column": 27 }, "end": { - "line": 1663, + "line": 1658, "column": 31 } } } ], "range": [ - 58401, - 58414 + 58178, + 58191 ], "loc": { "start": { - "line": 1663, + "line": 1658, "column": 19 }, "end": { - "line": 1663, + "line": 1658, "column": 32 } } }, "range": [ - 58394, - 58415 + 58171, + 58192 ], "loc": { "start": { - "line": 1663, + "line": 1658, "column": 12 }, "end": { - "line": 1663, + "line": 1658, "column": 33 } } } ], "range": [ - 58380, - 58425 + 58157, + 58202 ], "loc": { "start": { - "line": 1662, + "line": 1657, "column": 15 }, "end": { - "line": 1664, + "line": 1659, "column": 9 } } }, "range": [ - 58211, - 58425 + 57988, + 58202 ], "loc": { "start": { - "line": 1659, + "line": 1654, "column": 8 }, "end": { - "line": 1664, + "line": 1659, "column": 9 } }, @@ -129451,16 +128877,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 58167, - 58202 + 57944, + 57979 ], "loc": { "start": { - "line": 1658, + "line": 1653, "column": 8 }, "end": { - "line": 1658, + "line": 1653, "column": 43 } } @@ -129469,16 +128895,16 @@ } ], "range": [ - 58123, - 58431 + 57900, + 58208 ], "loc": { "start": { - "line": 1656, + "line": 1651, "column": 22 }, "end": { - "line": 1665, + "line": 1660, "column": 5 } } @@ -129486,16 +128912,16 @@ "generator": false, "expression": false, "range": [ - 58116, - 58431 + 57893, + 58208 ], "loc": { "start": { - "line": 1656, + "line": 1651, "column": 15 }, "end": { - "line": 1665, + "line": 1660, "column": 5 } } @@ -129503,16 +128929,16 @@ "kind": "method", "computed": false, "range": [ - 58105, - 58431 + 57882, + 58208 ], "loc": { "start": { - "line": 1656, + "line": 1651, "column": 4 }, "end": { - "line": 1665, + "line": 1660, "column": 5 } }, @@ -129521,16 +128947,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": [ - 57975, - 58100 + 57752, + 57877 ], "loc": { "start": { - "line": 1651, + "line": 1646, "column": 4 }, "end": { - "line": 1655, + "line": 1650, "column": 7 } } @@ -129541,16 +128967,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": [ - 58437, - 58841 + 58214, + 58618 ], "loc": { "start": { - "line": 1667, + "line": 1662, "column": 4 }, "end": { - "line": 1678, + "line": 1673, "column": 7 } } @@ -129564,16 +128990,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 58846, - 58858 + 58623, + 58635 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 4 }, "end": { - "line": 1679, + "line": 1674, "column": 16 } } @@ -129588,16 +129014,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 58859, - 58873 + 58636, + 58650 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 17 }, "end": { - "line": 1679, + "line": 1674, "column": 31 } } @@ -129607,31 +129033,31 @@ "value": false, "raw": "false", "range": [ - 58876, - 58881 + 58653, + 58658 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 34 }, "end": { - "line": 1679, + "line": 1674, "column": 39 } } }, "range": [ - 58859, - 58881 + 58636, + 58658 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 17 }, "end": { - "line": 1679, + "line": 1674, "column": 39 } } @@ -129642,16 +129068,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 58883, - 58900 + 58660, + 58677 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 41 }, "end": { - "line": 1679, + "line": 1674, "column": 58 } } @@ -129661,31 +129087,31 @@ "value": false, "raw": "false", "range": [ - 58903, - 58908 + 58680, + 58685 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 61 }, "end": { - "line": 1679, + "line": 1674, "column": 66 } } }, "range": [ - 58883, - 58908 + 58660, + 58685 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 41 }, "end": { - "line": 1679, + "line": 1674, "column": 66 } } @@ -129703,16 +129129,16 @@ "type": "Identifier", "name": "rows", "range": [ - 58924, - 58928 + 58701, + 58705 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 12 }, "end": { - "line": 1680, + "line": 1675, "column": 16 } } @@ -129726,16 +129152,16 @@ "object": { "type": "ThisExpression", "range": [ - 58931, - 58935 + 58708, + 58712 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 19 }, "end": { - "line": 1680, + "line": 1675, "column": 23 } } @@ -129744,31 +129170,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 58936, - 58939 + 58713, + 58716 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 24 }, "end": { - "line": 1680, + "line": 1675, "column": 27 } } }, "range": [ - 58931, - 58939 + 58708, + 58716 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 19 }, "end": { - "line": 1680, + "line": 1675, "column": 27 } } @@ -129777,46 +129203,46 @@ "type": "Identifier", "name": "rows", "range": [ - 58940, - 58944 + 58717, + 58721 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 28 }, "end": { - "line": 1680, + "line": 1675, "column": 32 } } }, "range": [ - 58931, - 58944 + 58708, + 58721 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 19 }, "end": { - "line": 1680, + "line": 1675, "column": 32 } } }, "range": [ - 58924, - 58944 + 58701, + 58721 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 12 }, "end": { - "line": 1680, + "line": 1675, "column": 32 } } @@ -129824,16 +129250,16 @@ ], "kind": "let", "range": [ - 58920, - 58945 + 58697, + 58722 ], "loc": { "start": { - "line": 1680, + "line": 1675, "column": 8 }, "end": { - "line": 1680, + "line": 1675, "column": 33 } } @@ -129847,16 +129273,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 58958, - 58964 + 58735, + 58741 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 12 }, "end": { - "line": 1681, + "line": 1676, "column": 18 } } @@ -129869,16 +129295,16 @@ "object": { "type": "ThisExpression", "range": [ - 58967, - 58971 + 58744, + 58748 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 21 }, "end": { - "line": 1681, + "line": 1676, "column": 25 } } @@ -129887,31 +129313,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 58972, - 58981 + 58749, + 58758 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 26 }, "end": { - "line": 1681, + "line": 1676, "column": 35 } } }, "range": [ - 58967, - 58981 + 58744, + 58758 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 21 }, "end": { - "line": 1681, + "line": 1676, "column": 35 } } @@ -129922,47 +129348,47 @@ "value": true, "raw": "true", "range": [ - 58982, - 58986 + 58759, + 58763 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 36 }, "end": { - "line": 1681, + "line": 1676, "column": 40 } } } ], "range": [ - 58967, - 58987 + 58744, + 58764 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 21 }, "end": { - "line": 1681, + "line": 1676, "column": 41 } } }, "range": [ - 58958, - 58987 + 58735, + 58764 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 12 }, "end": { - "line": 1681, + "line": 1676, "column": 41 } } @@ -129970,16 +129396,16 @@ ], "kind": "let", "range": [ - 58954, - 58988 + 58731, + 58765 ], "loc": { "start": { - "line": 1681, + "line": 1676, "column": 8 }, "end": { - "line": 1681, + "line": 1676, "column": 42 } } @@ -129993,16 +129419,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 59001, - 59008 + 58778, + 58785 ], "loc": { "start": { - "line": 1682, + "line": 1677, "column": 12 }, "end": { - "line": 1682, + "line": 1677, "column": 19 } } @@ -130011,31 +129437,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 59011, - 59013 + 58788, + 58790 ], "loc": { "start": { - "line": 1682, + "line": 1677, "column": 22 }, "end": { - "line": 1682, + "line": 1677, "column": 24 } } }, "range": [ - 59001, - 59013 + 58778, + 58790 ], "loc": { "start": { - "line": 1682, + "line": 1677, "column": 12 }, "end": { - "line": 1682, + "line": 1677, "column": 24 } } @@ -130043,16 +129469,16 @@ ], "kind": "let", "range": [ - 58997, - 59014 + 58774, + 58791 ], "loc": { "start": { - "line": 1682, + "line": 1677, "column": 8 }, "end": { - "line": 1682, + "line": 1677, "column": 25 } } @@ -130063,16 +129489,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 59027, - 59041 + 58804, + 58818 ], "loc": { "start": { - "line": 1683, + "line": 1678, "column": 12 }, "end": { - "line": 1683, + "line": 1678, "column": 26 } } @@ -130089,16 +129515,16 @@ "type": "Identifier", "name": "headers", "range": [ - 59061, - 59068 + 58838, + 58845 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 16 }, "end": { - "line": 1684, + "line": 1679, "column": 23 } } @@ -130111,16 +129537,16 @@ "object": { "type": "ThisExpression", "range": [ - 59071, - 59075 + 58848, + 58852 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 26 }, "end": { - "line": 1684, + "line": 1679, "column": 30 } } @@ -130129,31 +129555,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 59076, - 59090 + 58853, + 58867 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 31 }, "end": { - "line": 1684, + "line": 1679, "column": 45 } } }, "range": [ - 59071, - 59090 + 58848, + 58867 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 26 }, "end": { - "line": 1684, + "line": 1679, "column": 45 } } @@ -130163,47 +129589,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 59091, - 59108 + 58868, + 58885 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 46 }, "end": { - "line": 1684, + "line": 1679, "column": 63 } } } ], "range": [ - 59071, - 59109 + 58848, + 58886 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 26 }, "end": { - "line": 1684, + "line": 1679, "column": 64 } } }, "range": [ - 59061, - 59109 + 58838, + 58886 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 16 }, "end": { - "line": 1684, + "line": 1679, "column": 64 } } @@ -130211,16 +129637,16 @@ ], "kind": "let", "range": [ - 59057, - 59110 + 58834, + 58887 ], "loc": { "start": { - "line": 1684, + "line": 1679, "column": 12 }, "end": { - "line": 1684, + "line": 1679, "column": 65 } } @@ -130236,16 +129662,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 59123, - 59130 + 58900, + 58907 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 12 }, "end": { - "line": 1685, + "line": 1680, "column": 19 } } @@ -130254,31 +129680,31 @@ "type": "Identifier", "name": "push", "range": [ - 59131, - 59135 + 58908, + 58912 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 20 }, "end": { - "line": 1685, + "line": 1680, "column": 24 } } }, "range": [ - 59123, - 59135 + 58900, + 58912 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 12 }, "end": { - "line": 1685, + "line": 1680, "column": 24 } } @@ -130295,16 +129721,16 @@ "object": { "type": "ThisExpression", "range": [ - 59137, - 59141 + 58914, + 58918 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 26 }, "end": { - "line": 1685, + "line": 1680, "column": 30 } } @@ -130313,47 +129739,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 59142, - 59160 + 58919, + 58937 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 31 }, "end": { - "line": 1685, + "line": 1680, "column": 49 } } }, "range": [ - 59137, - 59160 + 58914, + 58937 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 26 }, "end": { - "line": 1685, + "line": 1680, "column": 49 } } }, "arguments": [], "range": [ - 59137, - 59162 + 58914, + 58939 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 26 }, "end": { - "line": 1685, + "line": 1680, "column": 51 } } @@ -130362,95 +129788,95 @@ "type": "Identifier", "name": "headers", "range": [ - 59164, - 59171 + 58941, + 58948 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 53 }, "end": { - "line": 1685, + "line": 1680, "column": 60 } } } ], "range": [ - 59136, - 59172 + 58913, + 58949 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 25 }, "end": { - "line": 1685, + "line": 1680, "column": 61 } } } ], "range": [ - 59123, - 59173 + 58900, + 58950 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 12 }, "end": { - "line": 1685, + "line": 1680, "column": 62 } } }, "range": [ - 59123, - 59174 + 58900, + 58951 ], "loc": { "start": { - "line": 1685, + "line": 1680, "column": 12 }, "end": { - "line": 1685, + "line": 1680, "column": 63 } } } ], "range": [ - 59043, - 59184 + 58820, + 58961 ], "loc": { "start": { - "line": 1683, + "line": 1678, "column": 28 }, "end": { - "line": 1686, + "line": 1681, "column": 9 } } }, "alternate": null, "range": [ - 59023, - 59184 + 58800, + 58961 ], "loc": { "start": { - "line": 1683, + "line": 1678, "column": 8 }, "end": { - "line": 1686, + "line": 1681, "column": 9 } } @@ -130466,16 +129892,16 @@ "type": "Identifier", "name": "k", "range": [ - 59202, - 59203 + 58979, + 58980 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 17 }, "end": { - "line": 1687, + "line": 1682, "column": 18 } } @@ -130486,16 +129912,16 @@ "object": { "type": "ThisExpression", "range": [ - 59206, - 59210 + 58983, + 58987 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 21 }, "end": { - "line": 1687, + "line": 1682, "column": 25 } } @@ -130504,46 +129930,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 59211, - 59217 + 58988, + 58994 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 26 }, "end": { - "line": 1687, + "line": 1682, "column": 32 } } }, "range": [ - 59206, - 59217 + 58983, + 58994 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 21 }, "end": { - "line": 1687, + "line": 1682, "column": 32 } } }, "range": [ - 59202, - 59217 + 58979, + 58994 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 17 }, "end": { - "line": 1687, + "line": 1682, "column": 32 } } @@ -130551,16 +129977,16 @@ ], "kind": "let", "range": [ - 59198, - 59217 + 58975, + 58994 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 13 }, "end": { - "line": 1687, + "line": 1682, "column": 32 } } @@ -130572,16 +129998,16 @@ "type": "Identifier", "name": "k", "range": [ - 59219, - 59220 + 58996, + 58997 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 34 }, "end": { - "line": 1687, + "line": 1682, "column": 35 } } @@ -130590,31 +130016,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 59223, - 59229 + 59000, + 59006 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 38 }, "end": { - "line": 1687, + "line": 1682, "column": 44 } } }, "range": [ - 59219, - 59229 + 58996, + 59006 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 34 }, "end": { - "line": 1687, + "line": 1682, "column": 44 } } @@ -130626,32 +130052,32 @@ "type": "Identifier", "name": "k", "range": [ - 59231, - 59232 + 59008, + 59009 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 46 }, "end": { - "line": 1687, + "line": 1682, "column": 47 } } }, "prefix": false, "range": [ - 59231, - 59234 + 59008, + 59011 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 46 }, "end": { - "line": 1687, + "line": 1682, "column": 49 } } @@ -130668,16 +130094,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 59254, - 59261 + 59031, + 59038 ], "loc": { "start": { - "line": 1688, + "line": 1683, "column": 16 }, "end": { - "line": 1688, + "line": 1683, "column": 23 } } @@ -130689,16 +130115,16 @@ "type": "Identifier", "name": "k", "range": [ - 59265, - 59266 + 59042, + 59043 ], "loc": { "start": { - "line": 1688, + "line": 1683, "column": 27 }, "end": { - "line": 1688, + "line": 1683, "column": 28 } } @@ -130707,47 +130133,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 59268, - 59270 + 59045, + 59047 ], "loc": { "start": { - "line": 1688, + "line": 1683, "column": 30 }, "end": { - "line": 1688, + "line": 1683, "column": 32 } } } ], "range": [ - 59264, - 59271 + 59041, + 59048 ], "loc": { "start": { - "line": 1688, + "line": 1683, "column": 26 }, "end": { - "line": 1688, + "line": 1683, "column": 33 } } }, "range": [ - 59254, - 59271 + 59031, + 59048 ], "loc": { "start": { - "line": 1688, + "line": 1683, "column": 16 }, "end": { - "line": 1688, + "line": 1683, "column": 33 } } @@ -130755,16 +130181,16 @@ ], "kind": "let", "range": [ - 59250, - 59272 + 59027, + 59049 ], "loc": { "start": { - "line": 1688, + "line": 1683, "column": 12 }, "end": { - "line": 1688, + "line": 1683, "column": 34 } } @@ -130778,16 +130204,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59289, - 59294 + 59066, + 59071 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 16 }, "end": { - "line": 1689, + "line": 1684, "column": 21 } } @@ -130802,16 +130228,16 @@ "type": "Identifier", "name": "rows", "range": [ - 59297, - 59301 + 59074, + 59078 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 24 }, "end": { - "line": 1689, + "line": 1684, "column": 28 } } @@ -130820,31 +130246,31 @@ "type": "Identifier", "name": "k", "range": [ - 59302, - 59303 + 59079, + 59080 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 29 }, "end": { - "line": 1689, + "line": 1684, "column": 30 } } }, "range": [ - 59297, - 59304 + 59074, + 59081 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 24 }, "end": { - "line": 1689, + "line": 1684, "column": 31 } } @@ -130853,46 +130279,46 @@ "type": "Identifier", "name": "cells", "range": [ - 59305, - 59310 + 59082, + 59087 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 32 }, "end": { - "line": 1689, + "line": 1684, "column": 37 } } }, "range": [ - 59297, - 59310 + 59074, + 59087 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 24 }, "end": { - "line": 1689, + "line": 1684, "column": 37 } } }, "range": [ - 59289, - 59310 + 59066, + 59087 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 16 }, "end": { - "line": 1689, + "line": 1684, "column": 37 } } @@ -130900,16 +130326,16 @@ ], "kind": "let", "range": [ - 59285, - 59311 + 59062, + 59088 ], "loc": { "start": { - "line": 1689, + "line": 1684, "column": 12 }, "end": { - "line": 1689, + "line": 1684, "column": 38 } } @@ -130925,16 +130351,16 @@ "type": "Identifier", "name": "j", "range": [ - 59333, - 59334 + 59110, + 59111 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 21 }, "end": { - "line": 1690, + "line": 1685, "column": 22 } } @@ -130944,31 +130370,31 @@ "value": 0, "raw": "0", "range": [ - 59337, - 59338 + 59114, + 59115 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 25 }, "end": { - "line": 1690, + "line": 1685, "column": 26 } } }, "range": [ - 59333, - 59338 + 59110, + 59115 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 21 }, "end": { - "line": 1690, + "line": 1685, "column": 26 } } @@ -130979,16 +130405,16 @@ "type": "Identifier", "name": "len", "range": [ - 59340, - 59343 + 59117, + 59120 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 28 }, "end": { - "line": 1690, + "line": 1685, "column": 31 } } @@ -131000,16 +130426,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59346, - 59351 + 59123, + 59128 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 34 }, "end": { - "line": 1690, + "line": 1685, "column": 39 } } @@ -131018,46 +130444,46 @@ "type": "Identifier", "name": "length", "range": [ - 59352, - 59358 + 59129, + 59135 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 40 }, "end": { - "line": 1690, + "line": 1685, "column": 46 } } }, "range": [ - 59346, - 59358 + 59123, + 59135 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 34 }, "end": { - "line": 1690, + "line": 1685, "column": 46 } } }, "range": [ - 59340, - 59358 + 59117, + 59135 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 28 }, "end": { - "line": 1690, + "line": 1685, "column": 46 } } @@ -131065,16 +130491,16 @@ ], "kind": "let", "range": [ - 59329, - 59358 + 59106, + 59135 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 17 }, "end": { - "line": 1690, + "line": 1685, "column": 46 } } @@ -131086,16 +130512,16 @@ "type": "Identifier", "name": "j", "range": [ - 59360, - 59361 + 59137, + 59138 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 48 }, "end": { - "line": 1690, + "line": 1685, "column": 49 } } @@ -131104,31 +130530,31 @@ "type": "Identifier", "name": "len", "range": [ - 59364, - 59367 + 59141, + 59144 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 52 }, "end": { - "line": 1690, + "line": 1685, "column": 55 } } }, "range": [ - 59360, - 59367 + 59137, + 59144 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 48 }, "end": { - "line": 1690, + "line": 1685, "column": 55 } } @@ -131140,32 +130566,32 @@ "type": "Identifier", "name": "j", "range": [ - 59369, - 59370 + 59146, + 59147 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 57 }, "end": { - "line": 1690, + "line": 1685, "column": 58 } } }, "prefix": false, "range": [ - 59369, - 59372 + 59146, + 59149 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 57 }, "end": { - "line": 1690, + "line": 1685, "column": 60 } } @@ -131182,16 +130608,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 59396, - 59413 + 59173, + 59190 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 20 }, "end": { - "line": 1691, + "line": 1686, "column": 37 } } @@ -131204,16 +130630,16 @@ "object": { "type": "ThisExpression", "range": [ - 59417, - 59421 + 59194, + 59198 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 41 }, "end": { - "line": 1691, + "line": 1686, "column": 45 } } @@ -131222,31 +130648,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 59422, - 59434 + 59199, + 59211 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 46 }, "end": { - "line": 1691, + "line": 1686, "column": 58 } } }, "range": [ - 59417, - 59434 + 59194, + 59211 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 41 }, "end": { - "line": 1691, + "line": 1686, "column": 58 } } @@ -131257,47 +130683,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 59435, - 59451 + 59212, + 59228 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 59 }, "end": { - "line": 1691, + "line": 1686, "column": 75 } } } ], "range": [ - 59417, - 59452 + 59194, + 59229 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 41 }, "end": { - "line": 1691, + "line": 1686, "column": 76 } } }, "range": [ - 59396, - 59452 + 59173, + 59229 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 20 }, "end": { - "line": 1691, + "line": 1686, "column": 76 } } @@ -131320,16 +130746,16 @@ "object": { "type": "ThisExpression", "range": [ - 59480, - 59484 + 59257, + 59261 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 24 }, "end": { - "line": 1692, + "line": 1687, "column": 28 } } @@ -131338,31 +130764,31 @@ "type": "Identifier", "name": "extension", "range": [ - 59485, - 59494 + 59262, + 59271 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 29 }, "end": { - "line": 1692, + "line": 1687, "column": 38 } } }, "range": [ - 59480, - 59494 + 59257, + 59271 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 24 }, "end": { - "line": 1692, + "line": 1687, "column": 38 } } @@ -131373,32 +130799,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 59495, - 59511 + 59272, + 59288 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 39 }, "end": { - "line": 1692, + "line": 1687, "column": 55 } } } ], "range": [ - 59480, - 59512 + 59257, + 59289 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 24 }, "end": { - "line": 1692, + "line": 1687, "column": 56 } } @@ -131407,31 +130833,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 59513, - 59524 + 59290, + 59301 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 57 }, "end": { - "line": 1692, + "line": 1687, "column": 68 } } }, "range": [ - 59480, - 59524 + 59257, + 59301 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 24 }, "end": { - "line": 1692, + "line": 1687, "column": 68 } } @@ -131441,32 +130867,32 @@ "type": "Identifier", "name": "j", "range": [ - 59525, - 59526 + 59302, + 59303 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 69 }, "end": { - "line": 1692, + "line": 1687, "column": 70 } } } ], "range": [ - 59480, - 59527 + 59257, + 59304 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 24 }, "end": { - "line": 1692, + "line": 1687, "column": 71 } } @@ -131478,80 +130904,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 59555, - 59564 + 59332, + 59341 ], "loc": { "start": { - "line": 1693, + "line": 1688, "column": 24 }, "end": { - "line": 1693, + "line": 1688, "column": 33 } } } ], "range": [ - 59529, - 59586 + 59306, + 59363 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 73 }, "end": { - "line": 1694, + "line": 1689, "column": 21 } } }, "alternate": null, "range": [ - 59476, - 59586 + 59253, + 59363 ], "loc": { "start": { - "line": 1692, + "line": 1687, "column": 20 }, "end": { - "line": 1694, + "line": 1689, "column": 21 } } } ], "range": [ - 59454, - 59604 + 59231, + 59381 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 78 }, "end": { - "line": 1695, + "line": 1690, "column": 17 } } }, "alternate": null, "range": [ - 59392, - 59604 + 59169, + 59381 ], "loc": { "start": { - "line": 1691, + "line": 1686, "column": 16 }, "end": { - "line": 1695, + "line": 1690, "column": 17 } } @@ -131565,16 +130991,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 59625, - 59633 + 59402, + 59410 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 20 }, "end": { - "line": 1696, + "line": 1691, "column": 28 } } @@ -131587,16 +131013,16 @@ "object": { "type": "ThisExpression", "range": [ - 59636, - 59640 + 59413, + 59417 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 31 }, "end": { - "line": 1696, + "line": 1691, "column": 35 } } @@ -131605,31 +131031,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 59641, - 59652 + 59418, + 59429 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 36 }, "end": { - "line": 1696, + "line": 1691, "column": 47 } } }, "range": [ - 59636, - 59652 + 59413, + 59429 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 31 }, "end": { - "line": 1696, + "line": 1691, "column": 47 } } @@ -131642,16 +131068,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59653, - 59658 + 59430, + 59435 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 48 }, "end": { - "line": 1696, + "line": 1691, "column": 53 } } @@ -131660,62 +131086,62 @@ "type": "Identifier", "name": "j", "range": [ - 59659, - 59660 + 59436, + 59437 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 54 }, "end": { - "line": 1696, + "line": 1691, "column": 55 } } }, "range": [ - 59653, - 59661 + 59430, + 59438 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 48 }, "end": { - "line": 1696, + "line": 1691, "column": 56 } } } ], "range": [ - 59636, - 59662 + 59413, + 59439 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 31 }, "end": { - "line": 1696, + "line": 1691, "column": 57 } } }, "range": [ - 59625, - 59662 + 59402, + 59439 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 20 }, "end": { - "line": 1696, + "line": 1691, "column": 57 } } @@ -131723,16 +131149,16 @@ ], "kind": "let", "range": [ - 59621, - 59663 + 59398, + 59440 ], "loc": { "start": { - "line": 1696, + "line": 1691, "column": 16 }, "end": { - "line": 1696, + "line": 1691, "column": 58 } } @@ -131751,16 +131177,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 59680, - 59687 + 59457, + 59464 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 16 }, "end": { - "line": 1697, + "line": 1692, "column": 23 } } @@ -131770,31 +131196,31 @@ "value": 1, "raw": "1", "range": [ - 59688, - 59689 + 59465, + 59466 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 24 }, "end": { - "line": 1697, + "line": 1692, "column": 25 } } }, "range": [ - 59680, - 59690 + 59457, + 59467 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 16 }, "end": { - "line": 1697, + "line": 1692, "column": 26 } } @@ -131803,31 +131229,31 @@ "type": "Identifier", "name": "push", "range": [ - 59691, - 59695 + 59468, + 59472 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 27 }, "end": { - "line": 1697, + "line": 1692, "column": 31 } } }, "range": [ - 59680, - 59695 + 59457, + 59472 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 16 }, "end": { - "line": 1697, + "line": 1692, "column": 31 } } @@ -131837,78 +131263,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 59696, - 59704 + 59473, + 59481 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 32 }, "end": { - "line": 1697, + "line": 1692, "column": 40 } } } ], "range": [ - 59680, - 59705 + 59457, + 59482 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 16 }, "end": { - "line": 1697, + "line": 1692, "column": 41 } } }, "range": [ - 59680, - 59706 + 59457, + 59483 ], "loc": { "start": { - "line": 1697, + "line": 1692, "column": 16 }, "end": { - "line": 1697, + "line": 1692, "column": 42 } } } ], "range": [ - 59374, - 59720 + 59151, + 59497 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 62 }, "end": { - "line": 1698, + "line": 1693, "column": 13 } } }, "range": [ - 59324, - 59720 + 59101, + 59497 ], "loc": { "start": { - "line": 1690, + "line": 1685, "column": 12 }, "end": { - "line": 1698, + "line": 1693, "column": 13 } } @@ -131924,16 +131350,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 59733, - 59740 + 59510, + 59517 ], "loc": { "start": { - "line": 1699, + "line": 1694, "column": 12 }, "end": { - "line": 1699, + "line": 1694, "column": 19 } } @@ -131942,31 +131368,31 @@ "type": "Identifier", "name": "push", "range": [ - 59741, - 59745 + 59518, + 59522 ], "loc": { "start": { - "line": 1699, + "line": 1694, "column": 20 }, "end": { - "line": 1699, + "line": 1694, "column": 24 } } }, "range": [ - 59733, - 59745 + 59510, + 59522 ], "loc": { "start": { - "line": 1699, + "line": 1694, "column": 12 }, "end": { - "line": 1699, + "line": 1694, "column": 24 } } @@ -131976,78 +131402,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 59746, - 59753 + 59523, + 59530 ], "loc": { "start": { - "line": 1699, + "line": 1694, "column": 25 }, "end": { - "line": 1699, + "line": 1694, "column": 32 } } } ], "range": [ - 59733, - 59754 + 59510, + 59531 ], "loc": { "start": { - "line": 1699, + "line": 1694, "column": 12 }, "end": { - "line": 1699, + "line": 1694, "column": 33 } } }, "range": [ - 59733, - 59755 + 59510, + 59532 ], "loc": { "start": { - "line": 1699, + "line": 1694, "column": 12 }, "end": { - "line": 1699, + "line": 1694, "column": 34 } } } ], "range": [ - 59236, - 59765 + 59013, + 59542 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 51 }, "end": { - "line": 1700, + "line": 1695, "column": 9 } } }, "range": [ - 59193, - 59765 + 58970, + 59542 ], "loc": { "start": { - "line": 1687, + "line": 1682, "column": 8 }, "end": { - "line": 1700, + "line": 1695, "column": 9 } } @@ -132058,47 +131484,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 59781, - 59788 + 59558, + 59565 ], "loc": { "start": { - "line": 1701, + "line": 1696, "column": 15 }, "end": { - "line": 1701, + "line": 1696, "column": 22 } } }, "range": [ - 59774, - 59789 + 59551, + 59566 ], "loc": { "start": { - "line": 1701, + "line": 1696, "column": 8 }, "end": { - "line": 1701, + "line": 1696, "column": 23 } } } ], "range": [ - 58910, - 59795 + 58687, + 59572 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 68 }, "end": { - "line": 1702, + "line": 1697, "column": 5 } } @@ -132106,16 +131532,16 @@ "generator": false, "expression": false, "range": [ - 58858, - 59795 + 58635, + 59572 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 16 }, "end": { - "line": 1702, + "line": 1697, "column": 5 } } @@ -132123,16 +131549,16 @@ "kind": "method", "computed": false, "range": [ - 58846, - 59795 + 58623, + 59572 ], "loc": { "start": { - "line": 1679, + "line": 1674, "column": 4 }, "end": { - "line": 1702, + "line": 1697, "column": 5 } }, @@ -132141,16 +131567,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": [ - 58437, - 58841 + 58214, + 58618 ], "loc": { "start": { - "line": 1667, + "line": 1662, "column": 4 }, "end": { - "line": 1678, + "line": 1673, "column": 7 } } @@ -132161,16 +131587,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": [ - 59801, - 60208 + 59578, + 59985 ], "loc": { "start": { - "line": 1704, + "line": 1699, "column": 4 }, "end": { - "line": 1715, + "line": 1710, "column": 7 } } @@ -132184,16 +131610,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 60213, - 60228 + 59990, + 60005 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 4 }, "end": { - "line": 1716, + "line": 1711, "column": 19 } } @@ -132208,16 +131634,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60229, - 60243 + 60006, + 60020 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 20 }, "end": { - "line": 1716, + "line": 1711, "column": 34 } } @@ -132227,31 +131653,31 @@ "value": false, "raw": "false", "range": [ - 60246, - 60251 + 60023, + 60028 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 37 }, "end": { - "line": 1716, + "line": 1711, "column": 42 } } }, "range": [ - 60229, - 60251 + 60006, + 60028 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 20 }, "end": { - "line": 1716, + "line": 1711, "column": 42 } } @@ -132262,16 +131688,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60253, - 60270 + 60030, + 60047 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 44 }, "end": { - "line": 1716, + "line": 1711, "column": 61 } } @@ -132281,31 +131707,31 @@ "value": false, "raw": "false", "range": [ - 60273, - 60278 + 60050, + 60055 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 64 }, "end": { - "line": 1716, + "line": 1711, "column": 69 } } }, "range": [ - 60253, - 60278 + 60030, + 60055 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 44 }, "end": { - "line": 1716, + "line": 1711, "column": 69 } } @@ -132325,16 +131751,16 @@ "object": { "type": "ThisExpression", "range": [ - 60295, - 60299 + 60072, + 60076 ], "loc": { "start": { - "line": 1717, + "line": 1712, "column": 13 }, "end": { - "line": 1717, + "line": 1712, "column": 17 } } @@ -132343,47 +131769,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 60300, - 60314 + 60077, + 60091 ], "loc": { "start": { - "line": 1717, + "line": 1712, "column": 18 }, "end": { - "line": 1717, + "line": 1712, "column": 32 } } }, "range": [ - 60295, - 60314 + 60072, + 60091 ], "loc": { "start": { - "line": 1717, + "line": 1712, "column": 13 }, "end": { - "line": 1717, + "line": 1712, "column": 32 } } }, "prefix": true, "range": [ - 60294, - 60314 + 60071, + 60091 ], "loc": { "start": { - "line": 1717, + "line": 1712, "column": 12 }, "end": { - "line": 1717, + "line": 1712, "column": 32 } } @@ -132397,63 +131823,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60337, - 60339 + 60114, + 60116 ], "loc": { "start": { - "line": 1718, + "line": 1713, "column": 19 }, "end": { - "line": 1718, + "line": 1713, "column": 21 } } }, "range": [ - 60330, - 60340 + 60107, + 60117 ], "loc": { "start": { - "line": 1718, + "line": 1713, "column": 12 }, "end": { - "line": 1718, + "line": 1713, "column": 22 } } } ], "range": [ - 60316, - 60350 + 60093, + 60127 ], "loc": { "start": { - "line": 1717, + "line": 1712, "column": 34 }, "end": { - "line": 1719, + "line": 1714, "column": 9 } } }, "alternate": null, "range": [ - 60290, - 60350 + 60067, + 60127 ], "loc": { "start": { - "line": 1717, + "line": 1712, "column": 8 }, "end": { - "line": 1719, + "line": 1714, "column": 9 } } @@ -132467,16 +131893,16 @@ "type": "Identifier", "name": "rows", "range": [ - 60363, - 60367 + 60140, + 60144 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 12 }, "end": { - "line": 1720, + "line": 1715, "column": 16 } } @@ -132490,16 +131916,16 @@ "object": { "type": "ThisExpression", "range": [ - 60370, - 60374 + 60147, + 60151 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 19 }, "end": { - "line": 1720, + "line": 1715, "column": 23 } } @@ -132508,31 +131934,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 60375, - 60378 + 60152, + 60155 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 24 }, "end": { - "line": 1720, + "line": 1715, "column": 27 } } }, "range": [ - 60370, - 60378 + 60147, + 60155 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 19 }, "end": { - "line": 1720, + "line": 1715, "column": 27 } } @@ -132541,46 +131967,46 @@ "type": "Identifier", "name": "rows", "range": [ - 60379, - 60383 + 60156, + 60160 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 28 }, "end": { - "line": 1720, + "line": 1715, "column": 32 } } }, "range": [ - 60370, - 60383 + 60147, + 60160 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 19 }, "end": { - "line": 1720, + "line": 1715, "column": 32 } } }, "range": [ - 60363, - 60383 + 60140, + 60160 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 12 }, "end": { - "line": 1720, + "line": 1715, "column": 32 } } @@ -132591,16 +132017,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 60397, - 60409 + 60174, + 60186 ], "loc": { "start": { - "line": 1721, + "line": 1716, "column": 12 }, "end": { - "line": 1721, + "line": 1716, "column": 24 } } @@ -132609,31 +132035,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60412, - 60414 + 60189, + 60191 ], "loc": { "start": { - "line": 1721, + "line": 1716, "column": 27 }, "end": { - "line": 1721, + "line": 1716, "column": 29 } } }, "range": [ - 60397, - 60414 + 60174, + 60191 ], "loc": { "start": { - "line": 1721, + "line": 1716, "column": 12 }, "end": { - "line": 1721, + "line": 1716, "column": 29 } } @@ -132641,16 +132067,16 @@ ], "kind": "let", "range": [ - 60359, - 60415 + 60136, + 60192 ], "loc": { "start": { - "line": 1720, + "line": 1715, "column": 8 }, "end": { - "line": 1721, + "line": 1716, "column": 30 } } @@ -132661,16 +132087,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60428, - 60442 + 60205, + 60219 ], "loc": { "start": { - "line": 1722, + "line": 1717, "column": 12 }, "end": { - "line": 1722, + "line": 1717, "column": 26 } } @@ -132687,16 +132113,16 @@ "type": "Identifier", "name": "headers", "range": [ - 60462, - 60469 + 60239, + 60246 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 16 }, "end": { - "line": 1723, + "line": 1718, "column": 23 } } @@ -132709,16 +132135,16 @@ "object": { "type": "ThisExpression", "range": [ - 60472, - 60476 + 60249, + 60253 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 26 }, "end": { - "line": 1723, + "line": 1718, "column": 30 } } @@ -132727,31 +132153,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 60477, - 60491 + 60254, + 60268 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 31 }, "end": { - "line": 1723, + "line": 1718, "column": 45 } } }, "range": [ - 60472, - 60491 + 60249, + 60268 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 26 }, "end": { - "line": 1723, + "line": 1718, "column": 45 } } @@ -132761,47 +132187,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60492, - 60509 + 60269, + 60286 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 46 }, "end": { - "line": 1723, + "line": 1718, "column": 63 } } } ], "range": [ - 60472, - 60510 + 60249, + 60287 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 26 }, "end": { - "line": 1723, + "line": 1718, "column": 64 } } }, "range": [ - 60462, - 60510 + 60239, + 60287 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 16 }, "end": { - "line": 1723, + "line": 1718, "column": 64 } } @@ -132809,16 +132235,16 @@ ], "kind": "let", "range": [ - 60458, - 60511 + 60235, + 60288 ], "loc": { "start": { - "line": 1723, + "line": 1718, "column": 12 }, "end": { - "line": 1723, + "line": 1718, "column": 65 } } @@ -132834,16 +132260,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 60524, - 60536 + 60301, + 60313 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 12 }, "end": { - "line": 1724, + "line": 1719, "column": 24 } } @@ -132852,31 +132278,31 @@ "type": "Identifier", "name": "push", "range": [ - 60537, - 60541 + 60314, + 60318 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 25 }, "end": { - "line": 1724, + "line": 1719, "column": 29 } } }, "range": [ - 60524, - 60541 + 60301, + 60318 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 12 }, "end": { - "line": 1724, + "line": 1719, "column": 29 } } @@ -132893,16 +132319,16 @@ "object": { "type": "ThisExpression", "range": [ - 60543, - 60547 + 60320, + 60324 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 31 }, "end": { - "line": 1724, + "line": 1719, "column": 35 } } @@ -132911,47 +132337,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 60548, - 60566 + 60325, + 60343 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 36 }, "end": { - "line": 1724, + "line": 1719, "column": 54 } } }, "range": [ - 60543, - 60566 + 60320, + 60343 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 31 }, "end": { - "line": 1724, + "line": 1719, "column": 54 } } }, "arguments": [], "range": [ - 60543, - 60568 + 60320, + 60345 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 31 }, "end": { - "line": 1724, + "line": 1719, "column": 56 } } @@ -132960,95 +132386,95 @@ "type": "Identifier", "name": "headers", "range": [ - 60570, - 60577 + 60347, + 60354 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 58 }, "end": { - "line": 1724, + "line": 1719, "column": 65 } } } ], "range": [ - 60542, - 60578 + 60319, + 60355 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 30 }, "end": { - "line": 1724, + "line": 1719, "column": 66 } } } ], "range": [ - 60524, - 60579 + 60301, + 60356 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 12 }, "end": { - "line": 1724, + "line": 1719, "column": 67 } } }, "range": [ - 60524, - 60580 + 60301, + 60357 ], "loc": { "start": { - "line": 1724, + "line": 1719, "column": 12 }, "end": { - "line": 1724, + "line": 1719, "column": 68 } } } ], "range": [ - 60444, - 60590 + 60221, + 60367 ], "loc": { "start": { - "line": 1722, + "line": 1717, "column": 28 }, "end": { - "line": 1725, + "line": 1720, "column": 9 } } }, "alternate": null, "range": [ - 60424, - 60590 + 60201, + 60367 ], "loc": { "start": { - "line": 1722, + "line": 1717, "column": 8 }, "end": { - "line": 1725, + "line": 1720, "column": 9 } } @@ -133062,16 +132488,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 60604, - 60613 + 60381, + 60390 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 12 }, "end": { - "line": 1727, + "line": 1722, "column": 21 } } @@ -133084,16 +132510,16 @@ "object": { "type": "ThisExpression", "range": [ - 60616, - 60620 + 60393, + 60397 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 24 }, "end": { - "line": 1727, + "line": 1722, "column": 28 } } @@ -133102,31 +132528,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 60621, - 60633 + 60398, + 60410 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 29 }, "end": { - "line": 1727, + "line": 1722, "column": 41 } } }, "range": [ - 60616, - 60633 + 60393, + 60410 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 24 }, "end": { - "line": 1727, + "line": 1722, "column": 41 } } @@ -133137,47 +132563,47 @@ "value": true, "raw": "true", "range": [ - 60634, - 60638 + 60411, + 60415 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 42 }, "end": { - "line": 1727, + "line": 1722, "column": 46 } } } ], "range": [ - 60616, - 60639 + 60393, + 60416 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 24 }, "end": { - "line": 1727, + "line": 1722, "column": 47 } } }, "range": [ - 60604, - 60639 + 60381, + 60416 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 12 }, "end": { - "line": 1727, + "line": 1722, "column": 47 } } @@ -133185,16 +132611,16 @@ ], "kind": "let", "range": [ - 60600, - 60640 + 60377, + 60417 ], "loc": { "start": { - "line": 1727, + "line": 1722, "column": 8 }, "end": { - "line": 1727, + "line": 1722, "column": 48 } } @@ -133210,16 +132636,16 @@ "type": "Identifier", "name": "i", "range": [ - 60658, - 60659 + 60435, + 60436 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 17 }, "end": { - "line": 1728, + "line": 1723, "column": 18 } } @@ -133229,31 +132655,31 @@ "value": 0, "raw": "0", "range": [ - 60662, - 60663 + 60439, + 60440 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 21 }, "end": { - "line": 1728, + "line": 1723, "column": 22 } } }, "range": [ - 60658, - 60663 + 60435, + 60440 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 17 }, "end": { - "line": 1728, + "line": 1723, "column": 22 } } @@ -133261,16 +132687,16 @@ ], "kind": "let", "range": [ - 60654, - 60663 + 60431, + 60440 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 13 }, "end": { - "line": 1728, + "line": 1723, "column": 22 } } @@ -133282,16 +132708,16 @@ "type": "Identifier", "name": "i", "range": [ - 60665, - 60666 + 60442, + 60443 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 24 }, "end": { - "line": 1728, + "line": 1723, "column": 25 } } @@ -133303,16 +132729,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 60669, - 60678 + 60446, + 60455 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 28 }, "end": { - "line": 1728, + "line": 1723, "column": 37 } } @@ -133321,46 +132747,46 @@ "type": "Identifier", "name": "length", "range": [ - 60679, - 60685 + 60456, + 60462 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 38 }, "end": { - "line": 1728, + "line": 1723, "column": 44 } } }, "range": [ - 60669, - 60685 + 60446, + 60462 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 28 }, "end": { - "line": 1728, + "line": 1723, "column": 44 } } }, "range": [ - 60665, - 60685 + 60442, + 60462 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 24 }, "end": { - "line": 1728, + "line": 1723, "column": 44 } } @@ -133372,32 +132798,32 @@ "type": "Identifier", "name": "i", "range": [ - 60687, - 60688 + 60464, + 60465 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 46 }, "end": { - "line": 1728, + "line": 1723, "column": 47 } } }, "prefix": false, "range": [ - 60687, - 60690 + 60464, + 60467 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 46 }, "end": { - "line": 1728, + "line": 1723, "column": 49 } } @@ -133414,16 +132840,16 @@ "type": "Identifier", "name": "rData", "range": [ - 60710, - 60715 + 60487, + 60492 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 16 }, "end": { - "line": 1729, + "line": 1724, "column": 21 } } @@ -133440,16 +132866,16 @@ "object": { "type": "ThisExpression", "range": [ - 60719, - 60723 + 60496, + 60500 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 25 }, "end": { - "line": 1729, + "line": 1724, "column": 29 } } @@ -133458,31 +132884,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 60724, - 60738 + 60501, + 60515 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 30 }, "end": { - "line": 1729, + "line": 1724, "column": 44 } } }, "range": [ - 60719, - 60738 + 60496, + 60515 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 25 }, "end": { - "line": 1729, + "line": 1724, "column": 44 } } @@ -133491,31 +132917,31 @@ "type": "Identifier", "name": "i", "range": [ - 60739, - 60740 + 60516, + 60517 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 45 }, "end": { - "line": 1729, + "line": 1724, "column": 46 } } }, "range": [ - 60719, - 60741 + 60496, + 60518 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 25 }, "end": { - "line": 1729, + "line": 1724, "column": 47 } } @@ -133524,47 +132950,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60743, - 60745 + 60520, + 60522 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 49 }, "end": { - "line": 1729, + "line": 1724, "column": 51 } } } ], "range": [ - 60718, - 60746 + 60495, + 60523 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 24 }, "end": { - "line": 1729, + "line": 1724, "column": 52 } } }, "range": [ - 60710, - 60746 + 60487, + 60523 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 16 }, "end": { - "line": 1729, + "line": 1724, "column": 52 } } @@ -133575,16 +133001,16 @@ "type": "Identifier", "name": "cells", "range": [ - 60764, - 60769 + 60541, + 60546 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 16 }, "end": { - "line": 1730, + "line": 1725, "column": 21 } } @@ -133599,16 +133025,16 @@ "type": "Identifier", "name": "rows", "range": [ - 60772, - 60776 + 60549, + 60553 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 24 }, "end": { - "line": 1730, + "line": 1725, "column": 28 } } @@ -133622,16 +133048,16 @@ "object": { "type": "ThisExpression", "range": [ - 60777, - 60781 + 60554, + 60558 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 29 }, "end": { - "line": 1730, + "line": 1725, "column": 33 } } @@ -133640,31 +133066,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 60782, - 60796 + 60559, + 60573 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 34 }, "end": { - "line": 1730, + "line": 1725, "column": 48 } } }, "range": [ - 60777, - 60796 + 60554, + 60573 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 29 }, "end": { - "line": 1730, + "line": 1725, "column": 48 } } @@ -133673,46 +133099,46 @@ "type": "Identifier", "name": "i", "range": [ - 60797, - 60798 + 60574, + 60575 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 49 }, "end": { - "line": 1730, + "line": 1725, "column": 50 } } }, "range": [ - 60777, - 60799 + 60554, + 60576 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 29 }, "end": { - "line": 1730, + "line": 1725, "column": 51 } } }, "range": [ - 60772, - 60800 + 60549, + 60577 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 24 }, "end": { - "line": 1730, + "line": 1725, "column": 52 } } @@ -133721,46 +133147,46 @@ "type": "Identifier", "name": "cells", "range": [ - 60801, - 60806 + 60578, + 60583 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 53 }, "end": { - "line": 1730, + "line": 1725, "column": 58 } } }, "range": [ - 60772, - 60806 + 60549, + 60583 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 24 }, "end": { - "line": 1730, + "line": 1725, "column": 58 } } }, "range": [ - 60764, - 60806 + 60541, + 60583 ], "loc": { "start": { - "line": 1730, + "line": 1725, "column": 16 }, "end": { - "line": 1730, + "line": 1725, "column": 58 } } @@ -133768,16 +133194,16 @@ ], "kind": "let", "range": [ - 60706, - 60807 + 60483, + 60584 ], "loc": { "start": { - "line": 1729, + "line": 1724, "column": 12 }, "end": { - "line": 1730, + "line": 1725, "column": 59 } } @@ -133793,16 +133219,16 @@ "type": "Identifier", "name": "k", "range": [ - 60829, - 60830 + 60606, + 60607 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 21 }, "end": { - "line": 1731, + "line": 1726, "column": 22 } } @@ -133812,31 +133238,31 @@ "value": 0, "raw": "0", "range": [ - 60833, - 60834 + 60610, + 60611 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 25 }, "end": { - "line": 1731, + "line": 1726, "column": 26 } } }, "range": [ - 60829, - 60834 + 60606, + 60611 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 21 }, "end": { - "line": 1731, + "line": 1726, "column": 26 } } @@ -133844,16 +133270,16 @@ ], "kind": "let", "range": [ - 60825, - 60834 + 60602, + 60611 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 17 }, "end": { - "line": 1731, + "line": 1726, "column": 26 } } @@ -133865,16 +133291,16 @@ "type": "Identifier", "name": "k", "range": [ - 60836, - 60837 + 60613, + 60614 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 28 }, "end": { - "line": 1731, + "line": 1726, "column": 29 } } @@ -133886,16 +133312,16 @@ "type": "Identifier", "name": "cells", "range": [ - 60840, - 60845 + 60617, + 60622 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 32 }, "end": { - "line": 1731, + "line": 1726, "column": 37 } } @@ -133904,46 +133330,46 @@ "type": "Identifier", "name": "length", "range": [ - 60846, - 60852 + 60623, + 60629 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 38 }, "end": { - "line": 1731, + "line": 1726, "column": 44 } } }, "range": [ - 60840, - 60852 + 60617, + 60629 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 32 }, "end": { - "line": 1731, + "line": 1726, "column": 44 } } }, "range": [ - 60836, - 60852 + 60613, + 60629 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 28 }, "end": { - "line": 1731, + "line": 1726, "column": 44 } } @@ -133955,32 +133381,32 @@ "type": "Identifier", "name": "k", "range": [ - 60854, - 60855 + 60631, + 60632 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 46 }, "end": { - "line": 1731, + "line": 1726, "column": 47 } } }, "prefix": false, "range": [ - 60854, - 60857 + 60631, + 60634 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 46 }, "end": { - "line": 1731, + "line": 1726, "column": 49 } } @@ -133997,16 +133423,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60881, - 60898 + 60658, + 60675 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 20 }, "end": { - "line": 1732, + "line": 1727, "column": 37 } } @@ -134019,16 +133445,16 @@ "object": { "type": "ThisExpression", "range": [ - 60902, - 60906 + 60679, + 60683 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 41 }, "end": { - "line": 1732, + "line": 1727, "column": 45 } } @@ -134037,31 +133463,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 60907, - 60919 + 60684, + 60696 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 46 }, "end": { - "line": 1732, + "line": 1727, "column": 58 } } }, "range": [ - 60902, - 60919 + 60679, + 60696 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 41 }, "end": { - "line": 1732, + "line": 1727, "column": 58 } } @@ -134072,47 +133498,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 60920, - 60936 + 60697, + 60713 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 59 }, "end": { - "line": 1732, + "line": 1727, "column": 75 } } } ], "range": [ - 60902, - 60937 + 60679, + 60714 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 41 }, "end": { - "line": 1732, + "line": 1727, "column": 76 } } }, "range": [ - 60881, - 60937 + 60658, + 60714 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 20 }, "end": { - "line": 1732, + "line": 1727, "column": 76 } } @@ -134135,16 +133561,16 @@ "object": { "type": "ThisExpression", "range": [ - 60965, - 60969 + 60742, + 60746 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 24 }, "end": { - "line": 1733, + "line": 1728, "column": 28 } } @@ -134153,31 +133579,31 @@ "type": "Identifier", "name": "extension", "range": [ - 60970, - 60979 + 60747, + 60756 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 29 }, "end": { - "line": 1733, + "line": 1728, "column": 38 } } }, "range": [ - 60965, - 60979 + 60742, + 60756 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 24 }, "end": { - "line": 1733, + "line": 1728, "column": 38 } } @@ -134188,32 +133614,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 60980, - 60996 + 60757, + 60773 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 39 }, "end": { - "line": 1733, + "line": 1728, "column": 55 } } } ], "range": [ - 60965, - 60997 + 60742, + 60774 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 24 }, "end": { - "line": 1733, + "line": 1728, "column": 56 } } @@ -134222,31 +133648,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 60998, - 61009 + 60775, + 60786 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 57 }, "end": { - "line": 1733, + "line": 1728, "column": 68 } } }, "range": [ - 60965, - 61009 + 60742, + 60786 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 24 }, "end": { - "line": 1733, + "line": 1728, "column": 68 } } @@ -134256,32 +133682,32 @@ "type": "Identifier", "name": "k", "range": [ - 61010, - 61011 + 60787, + 60788 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 69 }, "end": { - "line": 1733, + "line": 1728, "column": 70 } } } ], "range": [ - 60965, - 61012 + 60742, + 60789 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 24 }, "end": { - "line": 1733, + "line": 1728, "column": 71 } } @@ -134293,80 +133719,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 61040, - 61049 + 60817, + 60826 ], "loc": { "start": { - "line": 1734, + "line": 1729, "column": 24 }, "end": { - "line": 1734, + "line": 1729, "column": 33 } } } ], "range": [ - 61014, - 61071 + 60791, + 60848 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 73 }, "end": { - "line": 1735, + "line": 1730, "column": 21 } } }, "alternate": null, "range": [ - 60961, - 61071 + 60738, + 60848 ], "loc": { "start": { - "line": 1733, + "line": 1728, "column": 20 }, "end": { - "line": 1735, + "line": 1730, "column": 21 } } } ], "range": [ - 60939, - 61089 + 60716, + 60866 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 78 }, "end": { - "line": 1736, + "line": 1731, "column": 17 } } }, "alternate": null, "range": [ - 60877, - 61089 + 60654, + 60866 ], "loc": { "start": { - "line": 1732, + "line": 1727, "column": 16 }, "end": { - "line": 1736, + "line": 1731, "column": 17 } } @@ -134380,16 +133806,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 61110, - 61118 + 60887, + 60895 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 20 }, "end": { - "line": 1737, + "line": 1732, "column": 28 } } @@ -134402,16 +133828,16 @@ "object": { "type": "ThisExpression", "range": [ - 61121, - 61125 + 60898, + 60902 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 31 }, "end": { - "line": 1737, + "line": 1732, "column": 35 } } @@ -134420,31 +133846,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 61126, - 61137 + 60903, + 60914 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 36 }, "end": { - "line": 1737, + "line": 1732, "column": 47 } } }, "range": [ - 61121, - 61137 + 60898, + 60914 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 31 }, "end": { - "line": 1737, + "line": 1732, "column": 47 } } @@ -134457,16 +133883,16 @@ "type": "Identifier", "name": "cells", "range": [ - 61138, - 61143 + 60915, + 60920 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 48 }, "end": { - "line": 1737, + "line": 1732, "column": 53 } } @@ -134475,62 +133901,62 @@ "type": "Identifier", "name": "k", "range": [ - 61144, - 61145 + 60921, + 60922 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 54 }, "end": { - "line": 1737, + "line": 1732, "column": 55 } } }, "range": [ - 61138, - 61146 + 60915, + 60923 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 48 }, "end": { - "line": 1737, + "line": 1732, "column": 56 } } } ], "range": [ - 61121, - 61147 + 60898, + 60924 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 31 }, "end": { - "line": 1737, + "line": 1732, "column": 57 } } }, "range": [ - 61110, - 61147 + 60887, + 60924 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 20 }, "end": { - "line": 1737, + "line": 1732, "column": 57 } } @@ -134538,16 +133964,16 @@ ], "kind": "let", "range": [ - 61106, - 61148 + 60883, + 60925 ], "loc": { "start": { - "line": 1737, + "line": 1732, "column": 16 }, "end": { - "line": 1737, + "line": 1732, "column": 58 } } @@ -134566,16 +133992,16 @@ "type": "Identifier", "name": "rData", "range": [ - 61165, - 61170 + 60942, + 60947 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 16 }, "end": { - "line": 1738, + "line": 1733, "column": 21 } } @@ -134585,31 +134011,31 @@ "value": 1, "raw": "1", "range": [ - 61171, - 61172 + 60948, + 60949 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 22 }, "end": { - "line": 1738, + "line": 1733, "column": 23 } } }, "range": [ - 61165, - 61173 + 60942, + 60950 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 16 }, "end": { - "line": 1738, + "line": 1733, "column": 24 } } @@ -134618,31 +134044,31 @@ "type": "Identifier", "name": "push", "range": [ - 61174, - 61178 + 60951, + 60955 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 25 }, "end": { - "line": 1738, + "line": 1733, "column": 29 } } }, "range": [ - 61165, - 61178 + 60942, + 60955 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 16 }, "end": { - "line": 1738, + "line": 1733, "column": 29 } } @@ -134652,78 +134078,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 61179, - 61187 + 60956, + 60964 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 30 }, "end": { - "line": 1738, + "line": 1733, "column": 38 } } } ], "range": [ - 61165, - 61188 + 60942, + 60965 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 16 }, "end": { - "line": 1738, + "line": 1733, "column": 39 } } }, "range": [ - 61165, - 61189 + 60942, + 60966 ], "loc": { "start": { - "line": 1738, + "line": 1733, "column": 16 }, "end": { - "line": 1738, + "line": 1733, "column": 40 } } } ], "range": [ - 60859, - 61203 + 60636, + 60980 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 51 }, "end": { - "line": 1739, + "line": 1734, "column": 13 } } }, "range": [ - 60820, - 61203 + 60597, + 60980 ], "loc": { "start": { - "line": 1731, + "line": 1726, "column": 12 }, "end": { - "line": 1739, + "line": 1734, "column": 13 } } @@ -134739,16 +134165,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 61216, - 61228 + 60993, + 61005 ], "loc": { "start": { - "line": 1740, + "line": 1735, "column": 12 }, "end": { - "line": 1740, + "line": 1735, "column": 24 } } @@ -134757,31 +134183,31 @@ "type": "Identifier", "name": "push", "range": [ - 61229, - 61233 + 61006, + 61010 ], "loc": { "start": { - "line": 1740, + "line": 1735, "column": 25 }, "end": { - "line": 1740, + "line": 1735, "column": 29 } } }, "range": [ - 61216, - 61233 + 60993, + 61010 ], "loc": { "start": { - "line": 1740, + "line": 1735, "column": 12 }, "end": { - "line": 1740, + "line": 1735, "column": 29 } } @@ -134791,78 +134217,78 @@ "type": "Identifier", "name": "rData", "range": [ - 61234, - 61239 + 61011, + 61016 ], "loc": { "start": { - "line": 1740, + "line": 1735, "column": 30 }, "end": { - "line": 1740, + "line": 1735, "column": 35 } } } ], "range": [ - 61216, - 61240 + 60993, + 61017 ], "loc": { "start": { - "line": 1740, + "line": 1735, "column": 12 }, "end": { - "line": 1740, + "line": 1735, "column": 36 } } }, "range": [ - 61216, - 61241 + 60993, + 61018 ], "loc": { "start": { - "line": 1740, + "line": 1735, "column": 12 }, "end": { - "line": 1740, + "line": 1735, "column": 37 } } } ], "range": [ - 60692, - 61251 + 60469, + 61028 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 51 }, "end": { - "line": 1741, + "line": 1736, "column": 9 } } }, "range": [ - 60649, - 61251 + 60426, + 61028 ], "loc": { "start": { - "line": 1728, + "line": 1723, "column": 8 }, "end": { - "line": 1741, + "line": 1736, "column": 9 } } @@ -134873,47 +134299,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 61267, - 61279 + 61044, + 61056 ], "loc": { "start": { - "line": 1742, + "line": 1737, "column": 15 }, "end": { - "line": 1742, + "line": 1737, "column": 27 } } }, "range": [ - 61260, - 61280 + 61037, + 61057 ], "loc": { "start": { - "line": 1742, + "line": 1737, "column": 8 }, "end": { - "line": 1742, + "line": 1737, "column": 28 } } } ], "range": [ - 60280, - 61286 + 60057, + 61063 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 71 }, "end": { - "line": 1743, + "line": 1738, "column": 5 } } @@ -134921,16 +134347,16 @@ "generator": false, "expression": false, "range": [ - 60228, - 61286 + 60005, + 61063 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 19 }, "end": { - "line": 1743, + "line": 1738, "column": 5 } } @@ -134938,16 +134364,16 @@ "kind": "method", "computed": false, "range": [ - 60213, - 61286 + 59990, + 61063 ], "loc": { "start": { - "line": 1716, + "line": 1711, "column": 4 }, "end": { - "line": 1743, + "line": 1738, "column": 5 } }, @@ -134956,16 +134382,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": [ - 59801, - 60208 + 59578, + 59985 ], "loc": { "start": { - "line": 1704, + "line": 1699, "column": 4 }, "end": { - "line": 1715, + "line": 1710, "column": 7 } } @@ -134976,16 +134402,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": [ - 61292, - 61623 + 61069, + 61400 ], "loc": { "start": { - "line": 1745, + "line": 1740, "column": 4 }, "end": { - "line": 1752, + "line": 1747, "column": 7 } } @@ -134999,16 +134425,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 61628, - 61646 + 61405, + 61423 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 4 }, "end": { - "line": 1753, + "line": 1748, "column": 22 } } @@ -135021,16 +134447,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61647, - 61655 + 61424, + 61432 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 23 }, "end": { - "line": 1753, + "line": 1748, "column": 31 } } @@ -135041,16 +134467,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61657, - 61671 + 61434, + 61448 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 33 }, "end": { - "line": 1753, + "line": 1748, "column": 47 } } @@ -135060,31 +134486,31 @@ "value": false, "raw": "false", "range": [ - 61674, - 61679 + 61451, + 61456 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 50 }, "end": { - "line": 1753, + "line": 1748, "column": 55 } } }, "range": [ - 61657, - 61679 + 61434, + 61456 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 33 }, "end": { - "line": 1753, + "line": 1748, "column": 55 } } @@ -135101,16 +134527,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 61695, - 61702 + 61472, + 61479 ], "loc": { "start": { - "line": 1754, + "line": 1749, "column": 12 }, "end": { - "line": 1754, + "line": 1749, "column": 19 } } @@ -135120,32 +134546,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61703, - 61711 + 61480, + 61488 ], "loc": { "start": { - "line": 1754, + "line": 1749, "column": 20 }, "end": { - "line": 1754, + "line": 1749, "column": 28 } } } ], "range": [ - 61695, - 61712 + 61472, + 61489 ], "loc": { "start": { - "line": 1754, + "line": 1749, "column": 12 }, "end": { - "line": 1754, + "line": 1749, "column": 29 } } @@ -135159,63 +134585,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61735, - 61737 + 61512, + 61514 ], "loc": { "start": { - "line": 1755, + "line": 1750, "column": 19 }, "end": { - "line": 1755, + "line": 1750, "column": 21 } } }, "range": [ - 61728, - 61738 + 61505, + 61515 ], "loc": { "start": { - "line": 1755, + "line": 1750, "column": 12 }, "end": { - "line": 1755, + "line": 1750, "column": 22 } } } ], "range": [ - 61714, - 61748 + 61491, + 61525 ], "loc": { "start": { - "line": 1754, + "line": 1749, "column": 31 }, "end": { - "line": 1756, + "line": 1751, "column": 9 } } }, "alternate": null, "range": [ - 61691, - 61748 + 61468, + 61525 ], "loc": { "start": { - "line": 1754, + "line": 1749, "column": 8 }, "end": { - "line": 1756, + "line": 1751, "column": 9 } } @@ -135229,16 +134655,16 @@ "type": "Identifier", "name": "data", "range": [ - 61761, - 61765 + 61538, + 61542 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 12 }, "end": { - "line": 1757, + "line": 1752, "column": 16 } } @@ -135251,16 +134677,16 @@ "object": { "type": "ThisExpression", "range": [ - 61768, - 61772 + 61545, + 61549 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 19 }, "end": { - "line": 1757, + "line": 1752, "column": 23 } } @@ -135269,62 +134695,62 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 61773, - 61788 + 61550, + 61565 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 24 }, "end": { - "line": 1757, + "line": 1752, "column": 39 } } }, "range": [ - 61768, - 61788 + 61545, + 61565 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 19 }, "end": { - "line": 1757, + "line": 1752, "column": 39 } } }, "arguments": [], "range": [ - 61768, - 61790 + 61545, + 61567 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 19 }, "end": { - "line": 1757, + "line": 1752, "column": 41 } } }, "range": [ - 61761, - 61790 + 61538, + 61567 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 12 }, "end": { - "line": 1757, + "line": 1752, "column": 41 } } @@ -135335,16 +134761,16 @@ "type": "Identifier", "name": "colData", "range": [ - 61804, - 61811 + 61581, + 61588 ], "loc": { "start": { - "line": 1758, + "line": 1753, "column": 12 }, "end": { - "line": 1758, + "line": 1753, "column": 19 } } @@ -135353,31 +134779,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61814, - 61816 + 61591, + 61593 ], "loc": { "start": { - "line": 1758, + "line": 1753, "column": 22 }, "end": { - "line": 1758, + "line": 1753, "column": 24 } } }, "range": [ - 61804, - 61816 + 61581, + 61593 ], "loc": { "start": { - "line": 1758, + "line": 1753, "column": 12 }, "end": { - "line": 1758, + "line": 1753, "column": 24 } } @@ -135385,16 +134811,16 @@ ], "kind": "let", "range": [ - 61757, - 61817 + 61534, + 61594 ], "loc": { "start": { - "line": 1757, + "line": 1752, "column": 8 }, "end": { - "line": 1758, + "line": 1753, "column": 25 } } @@ -135405,16 +134831,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61830, - 61844 + 61607, + 61621 ], "loc": { "start": { - "line": 1759, + "line": 1754, "column": 12 }, "end": { - "line": 1759, + "line": 1754, "column": 26 } } @@ -135433,16 +134859,16 @@ "type": "Identifier", "name": "colData", "range": [ - 61860, - 61867 + 61637, + 61644 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 12 }, "end": { - "line": 1760, + "line": 1755, "column": 19 } } @@ -135451,31 +134877,31 @@ "type": "Identifier", "name": "push", "range": [ - 61868, - 61872 + 61645, + 61649 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 20 }, "end": { - "line": 1760, + "line": 1755, "column": 24 } } }, "range": [ - 61860, - 61872 + 61637, + 61649 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 12 }, "end": { - "line": 1760, + "line": 1755, "column": 24 } } @@ -135492,16 +134918,16 @@ "object": { "type": "ThisExpression", "range": [ - 61873, - 61877 + 61650, + 61654 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 25 }, "end": { - "line": 1760, + "line": 1755, "column": 29 } } @@ -135510,47 +134936,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 61878, - 61892 + 61655, + 61669 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 30 }, "end": { - "line": 1760, + "line": 1755, "column": 44 } } }, "range": [ - 61873, - 61892 + 61650, + 61669 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 25 }, "end": { - "line": 1760, + "line": 1755, "column": 44 } } }, "arguments": [], "range": [ - 61873, - 61894 + 61650, + 61671 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 25 }, "end": { - "line": 1760, + "line": 1755, "column": 46 } } @@ -135559,94 +134985,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61895, - 61903 + 61672, + 61680 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 47 }, "end": { - "line": 1760, + "line": 1755, "column": 55 } } }, "range": [ - 61873, - 61904 + 61650, + 61681 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 25 }, "end": { - "line": 1760, + "line": 1755, "column": 56 } } } ], "range": [ - 61860, - 61905 + 61637, + 61682 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 12 }, "end": { - "line": 1760, + "line": 1755, "column": 57 } } }, "range": [ - 61860, - 61906 + 61637, + 61683 ], "loc": { "start": { - "line": 1760, + "line": 1755, "column": 12 }, "end": { - "line": 1760, + "line": 1755, "column": 58 } } } ], "range": [ - 61846, - 61916 + 61623, + 61693 ], "loc": { "start": { - "line": 1759, + "line": 1754, "column": 28 }, "end": { - "line": 1761, + "line": 1756, "column": 9 } } }, "alternate": null, "range": [ - 61826, - 61916 + 61603, + 61693 ], "loc": { "start": { - "line": 1759, + "line": 1754, "column": 8 }, "end": { - "line": 1761, + "line": 1756, "column": 9 } } @@ -135662,16 +135088,16 @@ "type": "Identifier", "name": "i", "range": [ - 61934, - 61935 + 61711, + 61712 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 17 }, "end": { - "line": 1762, + "line": 1757, "column": 18 } } @@ -135681,31 +135107,31 @@ "value": 0, "raw": "0", "range": [ - 61938, - 61939 + 61715, + 61716 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 21 }, "end": { - "line": 1762, + "line": 1757, "column": 22 } } }, "range": [ - 61934, - 61939 + 61711, + 61716 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 17 }, "end": { - "line": 1762, + "line": 1757, "column": 22 } } @@ -135716,16 +135142,16 @@ "type": "Identifier", "name": "len", "range": [ - 61941, - 61944 + 61718, + 61721 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 24 }, "end": { - "line": 1762, + "line": 1757, "column": 27 } } @@ -135737,16 +135163,16 @@ "type": "Identifier", "name": "data", "range": [ - 61947, - 61951 + 61724, + 61728 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 30 }, "end": { - "line": 1762, + "line": 1757, "column": 34 } } @@ -135755,46 +135181,46 @@ "type": "Identifier", "name": "length", "range": [ - 61952, - 61958 + 61729, + 61735 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 35 }, "end": { - "line": 1762, + "line": 1757, "column": 41 } } }, "range": [ - 61947, - 61958 + 61724, + 61735 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 30 }, "end": { - "line": 1762, + "line": 1757, "column": 41 } } }, "range": [ - 61941, - 61958 + 61718, + 61735 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 24 }, "end": { - "line": 1762, + "line": 1757, "column": 41 } } @@ -135802,16 +135228,16 @@ ], "kind": "let", "range": [ - 61930, - 61958 + 61707, + 61735 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 13 }, "end": { - "line": 1762, + "line": 1757, "column": 41 } } @@ -135823,16 +135249,16 @@ "type": "Identifier", "name": "i", "range": [ - 61960, - 61961 + 61737, + 61738 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 43 }, "end": { - "line": 1762, + "line": 1757, "column": 44 } } @@ -135841,31 +135267,31 @@ "type": "Identifier", "name": "len", "range": [ - 61964, - 61967 + 61741, + 61744 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 47 }, "end": { - "line": 1762, + "line": 1757, "column": 50 } } }, "range": [ - 61960, - 61967 + 61737, + 61744 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 43 }, "end": { - "line": 1762, + "line": 1757, "column": 50 } } @@ -135877,32 +135303,32 @@ "type": "Identifier", "name": "i", "range": [ - 61969, - 61970 + 61746, + 61747 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 52 }, "end": { - "line": 1762, + "line": 1757, "column": 53 } } }, "prefix": false, "range": [ - 61969, - 61972 + 61746, + 61749 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 52 }, "end": { - "line": 1762, + "line": 1757, "column": 55 } } @@ -135919,16 +135345,16 @@ "type": "Identifier", "name": "r", "range": [ - 61992, - 61993 + 61769, + 61770 ], "loc": { "start": { - "line": 1763, + "line": 1758, "column": 16 }, "end": { - "line": 1763, + "line": 1758, "column": 17 } } @@ -135940,16 +135366,16 @@ "type": "Identifier", "name": "data", "range": [ - 61996, - 62000 + 61773, + 61777 ], "loc": { "start": { - "line": 1763, + "line": 1758, "column": 20 }, "end": { - "line": 1763, + "line": 1758, "column": 24 } } @@ -135958,46 +135384,46 @@ "type": "Identifier", "name": "i", "range": [ - 62001, - 62002 + 61778, + 61779 ], "loc": { "start": { - "line": 1763, + "line": 1758, "column": 25 }, "end": { - "line": 1763, + "line": 1758, "column": 26 } } }, "range": [ - 61996, - 62003 + 61773, + 61780 ], "loc": { "start": { - "line": 1763, + "line": 1758, "column": 20 }, "end": { - "line": 1763, + "line": 1758, "column": 27 } } }, "range": [ - 61992, - 62003 + 61769, + 61780 ], "loc": { "start": { - "line": 1763, + "line": 1758, "column": 16 }, "end": { - "line": 1763, + "line": 1758, "column": 27 } } @@ -136008,16 +135434,16 @@ "type": "Identifier", "name": "d", "range": [ - 62066, - 62067 + 61843, + 61844 ], "loc": { "start": { - "line": 1765, + "line": 1760, "column": 16 }, "end": { - "line": 1765, + "line": 1760, "column": 17 } } @@ -136029,16 +135455,16 @@ "type": "Identifier", "name": "r", "range": [ - 62070, - 62071 + 61847, + 61848 ], "loc": { "start": { - "line": 1765, + "line": 1760, "column": 20 }, "end": { - "line": 1765, + "line": 1760, "column": 21 } } @@ -136048,46 +135474,46 @@ "value": 1, "raw": "1", "range": [ - 62072, - 62073 + 61849, + 61850 ], "loc": { "start": { - "line": 1765, + "line": 1760, "column": 22 }, "end": { - "line": 1765, + "line": 1760, "column": 23 } } }, "range": [ - 62070, - 62074 + 61847, + 61851 ], "loc": { "start": { - "line": 1765, + "line": 1760, "column": 20 }, "end": { - "line": 1765, + "line": 1760, "column": 24 } } }, "range": [ - 62066, - 62074 + 61843, + 61851 ], "loc": { "start": { - "line": 1765, + "line": 1760, "column": 16 }, "end": { - "line": 1765, + "line": 1760, "column": 24 } }, @@ -136096,16 +135522,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 62021, - 62049 + 61798, + 61826 ], "loc": { "start": { - "line": 1764, + "line": 1759, "column": 16 }, "end": { - "line": 1764, + "line": 1759, "column": 44 } } @@ -136118,16 +135544,16 @@ "type": "Identifier", "name": "c", "range": [ - 62134, - 62135 + 61911, + 61912 ], "loc": { "start": { - "line": 1767, + "line": 1762, "column": 16 }, "end": { - "line": 1767, + "line": 1762, "column": 17 } } @@ -136139,16 +135565,16 @@ "type": "Identifier", "name": "d", "range": [ - 62138, - 62139 + 61915, + 61916 ], "loc": { "start": { - "line": 1767, + "line": 1762, "column": 20 }, "end": { - "line": 1767, + "line": 1762, "column": 21 } } @@ -136157,46 +135583,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62140, - 62148 + 61917, + 61925 ], "loc": { "start": { - "line": 1767, + "line": 1762, "column": 22 }, "end": { - "line": 1767, + "line": 1762, "column": 30 } } }, "range": [ - 62138, - 62149 + 61915, + 61926 ], "loc": { "start": { - "line": 1767, + "line": 1762, "column": 20 }, "end": { - "line": 1767, + "line": 1762, "column": 31 } } }, "range": [ - 62134, - 62149 + 61911, + 61926 ], "loc": { "start": { - "line": 1767, + "line": 1762, "column": 16 }, "end": { - "line": 1767, + "line": 1762, "column": 31 } }, @@ -136205,16 +135631,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 62092, - 62117 + 61869, + 61894 ], "loc": { "start": { - "line": 1766, + "line": 1761, "column": 16 }, "end": { - "line": 1766, + "line": 1761, "column": 41 } } @@ -136224,16 +135650,16 @@ ], "kind": "let", "range": [ - 61988, - 62150 + 61765, + 61927 ], "loc": { "start": { - "line": 1763, + "line": 1758, "column": 12 }, "end": { - "line": 1767, + "line": 1762, "column": 32 } } @@ -136249,16 +135675,16 @@ "type": "Identifier", "name": "colData", "range": [ - 62163, - 62170 + 61940, + 61947 ], "loc": { "start": { - "line": 1768, + "line": 1763, "column": 12 }, "end": { - "line": 1768, + "line": 1763, "column": 19 } } @@ -136267,31 +135693,31 @@ "type": "Identifier", "name": "push", "range": [ - 62171, - 62175 + 61948, + 61952 ], "loc": { "start": { - "line": 1768, + "line": 1763, "column": 20 }, "end": { - "line": 1768, + "line": 1763, "column": 24 } } }, "range": [ - 62163, - 62175 + 61940, + 61952 ], "loc": { "start": { - "line": 1768, + "line": 1763, "column": 12 }, "end": { - "line": 1768, + "line": 1763, "column": 24 } } @@ -136301,78 +135727,78 @@ "type": "Identifier", "name": "c", "range": [ - 62176, - 62177 + 61953, + 61954 ], "loc": { "start": { - "line": 1768, + "line": 1763, "column": 25 }, "end": { - "line": 1768, + "line": 1763, "column": 26 } } } ], "range": [ - 62163, - 62178 + 61940, + 61955 ], "loc": { "start": { - "line": 1768, + "line": 1763, "column": 12 }, "end": { - "line": 1768, + "line": 1763, "column": 27 } } }, "range": [ - 62163, - 62179 + 61940, + 61956 ], "loc": { "start": { - "line": 1768, + "line": 1763, "column": 12 }, "end": { - "line": 1768, + "line": 1763, "column": 28 } } } ], "range": [ - 61974, - 62189 + 61751, + 61966 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 57 }, "end": { - "line": 1769, + "line": 1764, "column": 9 } } }, "range": [ - 61925, - 62189 + 61702, + 61966 ], "loc": { "start": { - "line": 1762, + "line": 1757, "column": 8 }, "end": { - "line": 1769, + "line": 1764, "column": 9 } } @@ -136383,47 +135809,47 @@ "type": "Identifier", "name": "colData", "range": [ - 62205, - 62212 + 61982, + 61989 ], "loc": { "start": { - "line": 1770, + "line": 1765, "column": 15 }, "end": { - "line": 1770, + "line": 1765, "column": 22 } } }, "range": [ - 62198, - 62213 + 61975, + 61990 ], "loc": { "start": { - "line": 1770, + "line": 1765, "column": 8 }, "end": { - "line": 1770, + "line": 1765, "column": 23 } } } ], "range": [ - 61681, - 62219 + 61458, + 61996 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 57 }, "end": { - "line": 1771, + "line": 1766, "column": 5 } } @@ -136431,16 +135857,16 @@ "generator": false, "expression": false, "range": [ - 61646, - 62219 + 61423, + 61996 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 22 }, "end": { - "line": 1771, + "line": 1766, "column": 5 } } @@ -136448,16 +135874,16 @@ "kind": "method", "computed": false, "range": [ - 61628, - 62219 + 61405, + 61996 ], "loc": { "start": { - "line": 1753, + "line": 1748, "column": 4 }, "end": { - "line": 1771, + "line": 1766, "column": 5 } }, @@ -136466,16 +135892,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": [ - 61292, - 61623 + 61069, + 61400 ], "loc": { "start": { - "line": 1745, + "line": 1740, "column": 4 }, "end": { - "line": 1752, + "line": 1747, "column": 7 } } @@ -136486,16 +135912,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": [ - 62225, - 62387 + 62002, + 62164 ], "loc": { "start": { - "line": 1773, + "line": 1768, "column": 4 }, "end": { - "line": 1777, + "line": 1772, "column": 7 } } @@ -136509,16 +135935,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 62392, - 62405 + 62169, + 62182 ], "loc": { "start": { - "line": 1778, + "line": 1773, "column": 4 }, "end": { - "line": 1778, + "line": 1773, "column": 17 } } @@ -136531,16 +135957,16 @@ "type": "Identifier", "name": "row", "range": [ - 62406, - 62409 + 62183, + 62186 ], "loc": { "start": { - "line": 1778, + "line": 1773, "column": 18 }, "end": { - "line": 1778, + "line": 1773, "column": 21 } } @@ -136561,16 +135987,16 @@ "type": "Identifier", "name": "row", "range": [ - 62428, - 62431 + 62205, + 62208 ], "loc": { "start": { - "line": 1779, + "line": 1774, "column": 15 }, "end": { - "line": 1779, + "line": 1774, "column": 18 } } @@ -136579,31 +136005,31 @@ "type": "Identifier", "name": "style", "range": [ - 62432, - 62437 + 62209, + 62214 ], "loc": { "start": { - "line": 1779, + "line": 1774, "column": 19 }, "end": { - "line": 1779, + "line": 1774, "column": 24 } } }, "range": [ - 62428, - 62437 + 62205, + 62214 ], "loc": { "start": { - "line": 1779, + "line": 1774, "column": 15 }, "end": { - "line": 1779, + "line": 1774, "column": 24 } } @@ -136612,62 +136038,62 @@ "type": "Identifier", "name": "display", "range": [ - 62438, - 62445 + 62215, + 62222 ], "loc": { "start": { - "line": 1779, + "line": 1774, "column": 25 }, "end": { - "line": 1779, + "line": 1774, "column": 32 } } }, "range": [ - 62428, - 62445 + 62205, + 62222 ], "loc": { "start": { - "line": 1779, + "line": 1774, "column": 15 }, "end": { - "line": 1779, + "line": 1774, "column": 32 } } }, "range": [ - 62421, - 62446 + 62198, + 62223 ], "loc": { "start": { - "line": 1779, + "line": 1774, "column": 8 }, "end": { - "line": 1779, + "line": 1774, "column": 33 } } } ], "range": [ - 62411, - 62452 + 62188, + 62229 ], "loc": { "start": { - "line": 1778, + "line": 1773, "column": 23 }, "end": { - "line": 1780, + "line": 1775, "column": 5 } } @@ -136675,16 +136101,16 @@ "generator": false, "expression": false, "range": [ - 62405, - 62452 + 62182, + 62229 ], "loc": { "start": { - "line": 1778, + "line": 1773, "column": 17 }, "end": { - "line": 1780, + "line": 1775, "column": 5 } } @@ -136692,16 +136118,16 @@ "kind": "method", "computed": false, "range": [ - 62392, - 62452 + 62169, + 62229 ], "loc": { "start": { - "line": 1778, + "line": 1773, "column": 4 }, "end": { - "line": 1780, + "line": 1775, "column": 5 } }, @@ -136710,16 +136136,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": [ - 62225, - 62387 + 62002, + 62164 ], "loc": { "start": { - "line": 1773, + "line": 1768, "column": 4 }, "end": { - "line": 1777, + "line": 1772, "column": 7 } } @@ -136730,16 +136156,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": [ - 62458, - 62631 + 62235, + 62408 ], "loc": { "start": { - "line": 1782, + "line": 1777, "column": 4 }, "end": { - "line": 1786, + "line": 1781, "column": 7 } } @@ -136753,16 +136179,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 62636, - 62647 + 62413, + 62424 ], "loc": { "start": { - "line": 1787, + "line": 1782, "column": 4 }, "end": { - "line": 1787, + "line": 1782, "column": 15 } } @@ -136775,16 +136201,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 62648, - 62656 + 62425, + 62433 ], "loc": { "start": { - "line": 1787, + "line": 1782, "column": 16 }, "end": { - "line": 1787, + "line": 1782, "column": 24 } } @@ -136793,16 +136219,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 62658, - 62665 + 62435, + 62442 ], "loc": { "start": { - "line": 1787, + "line": 1782, "column": 26 }, "end": { - "line": 1787, + "line": 1782, "column": 33 } } @@ -136820,16 +136246,16 @@ "type": "Identifier", "name": "row", "range": [ - 62681, - 62684 + 62458, + 62461 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 12 }, "end": { - "line": 1788, + "line": 1783, "column": 15 } } @@ -136846,16 +136272,16 @@ "object": { "type": "ThisExpression", "range": [ - 62687, - 62691 + 62464, + 62468 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 18 }, "end": { - "line": 1788, + "line": 1783, "column": 22 } } @@ -136864,31 +136290,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 62692, - 62695 + 62469, + 62472 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 23 }, "end": { - "line": 1788, + "line": 1783, "column": 26 } } }, "range": [ - 62687, - 62695 + 62464, + 62472 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 18 }, "end": { - "line": 1788, + "line": 1783, "column": 26 } } @@ -136897,31 +136323,31 @@ "type": "Identifier", "name": "rows", "range": [ - 62696, - 62700 + 62473, + 62477 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 27 }, "end": { - "line": 1788, + "line": 1783, "column": 31 } } }, "range": [ - 62687, - 62700 + 62464, + 62477 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 18 }, "end": { - "line": 1788, + "line": 1783, "column": 31 } } @@ -136930,46 +136356,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 62701, - 62709 + 62478, + 62486 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 32 }, "end": { - "line": 1788, + "line": 1783, "column": 40 } } }, "range": [ - 62687, - 62710 + 62464, + 62487 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 18 }, "end": { - "line": 1788, + "line": 1783, "column": 41 } } }, "range": [ - 62681, - 62710 + 62458, + 62487 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 12 }, "end": { - "line": 1788, + "line": 1783, "column": 41 } } @@ -136977,16 +136403,16 @@ ], "kind": "let", "range": [ - 62677, - 62711 + 62454, + 62488 ], "loc": { "start": { - "line": 1788, + "line": 1783, "column": 8 }, "end": { - "line": 1788, + "line": 1783, "column": 42 } } @@ -137003,32 +136429,32 @@ "type": "Identifier", "name": "row", "range": [ - 62725, - 62728 + 62502, + 62505 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 13 }, "end": { - "line": 1789, + "line": 1784, "column": 16 } } }, "prefix": true, "range": [ - 62724, - 62728 + 62501, + 62505 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 12 }, "end": { - "line": 1789, + "line": 1784, "column": 16 } } @@ -137043,32 +136469,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 62739, - 62746 + 62516, + 62523 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 27 }, "end": { - "line": 1789, + "line": 1784, "column": 34 } } }, "prefix": true, "range": [ - 62732, - 62746 + 62509, + 62523 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 20 }, "end": { - "line": 1789, + "line": 1784, "column": 34 } } @@ -137078,46 +136504,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 62751, - 62760 + 62528, + 62537 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 39 }, "end": { - "line": 1789, + "line": 1784, "column": 48 } } }, "range": [ - 62732, - 62760 + 62509, + 62537 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 20 }, "end": { - "line": 1789, + "line": 1784, "column": 48 } } }, "range": [ - 62724, - 62760 + 62501, + 62537 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 12 }, "end": { - "line": 1789, + "line": 1784, "column": 48 } } @@ -137129,48 +136555,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 62776, - 62783 + 62553, + 62560 ], "loc": { "start": { - "line": 1790, + "line": 1785, "column": 12 }, "end": { - "line": 1790, + "line": 1785, "column": 19 } } } ], "range": [ - 62762, - 62793 + 62539, + 62570 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 50 }, "end": { - "line": 1791, + "line": 1786, "column": 9 } } }, "alternate": null, "range": [ - 62720, - 62793 + 62497, + 62570 ], "loc": { "start": { - "line": 1789, + "line": 1784, "column": 8 }, "end": { - "line": 1791, + "line": 1786, "column": 9 } }, @@ -137179,16 +136605,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 62803, - 62835 + 62580, + 62612 ], "loc": { "start": { - "line": 1793, + "line": 1788, "column": 8 }, "end": { - "line": 1793, + "line": 1788, "column": 40 } } @@ -137206,16 +136632,16 @@ "object": { "type": "ThisExpression", "range": [ - 62848, - 62852 + 62625, + 62629 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 12 }, "end": { - "line": 1794, + "line": 1789, "column": 16 } } @@ -137224,31 +136650,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 62853, - 62867 + 62630, + 62644 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 17 }, "end": { - "line": 1794, + "line": 1789, "column": 31 } } }, "range": [ - 62848, - 62867 + 62625, + 62644 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 12 }, "end": { - "line": 1794, + "line": 1789, "column": 31 } } @@ -137267,16 +136693,16 @@ "object": { "type": "ThisExpression", "range": [ - 62871, - 62875 + 62648, + 62652 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 35 }, "end": { - "line": 1794, + "line": 1789, "column": 39 } } @@ -137285,31 +136711,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 62876, - 62887 + 62653, + 62664 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 40 }, "end": { - "line": 1794, + "line": 1789, "column": 51 } } }, "range": [ - 62871, - 62887 + 62648, + 62664 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 35 }, "end": { - "line": 1794, + "line": 1789, "column": 51 } } @@ -137318,31 +136744,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 62888, - 62895 + 62665, + 62672 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 52 }, "end": { - "line": 1794, + "line": 1789, "column": 59 } } }, "range": [ - 62871, - 62895 + 62648, + 62672 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 35 }, "end": { - "line": 1794, + "line": 1789, "column": 59 } } @@ -137352,32 +136778,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 62896, - 62904 + 62673, + 62681 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 60 }, "end": { - "line": 1794, + "line": 1789, "column": 68 } } } ], "range": [ - 62871, - 62905 + 62648, + 62682 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 35 }, "end": { - "line": 1794, + "line": 1789, "column": 69 } } @@ -137390,62 +136816,62 @@ "value": 1, "raw": "1", "range": [ - 62911, - 62912 + 62688, + 62689 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 75 }, "end": { - "line": 1794, + "line": 1789, "column": 76 } } }, "prefix": true, "range": [ - 62910, - 62912 + 62687, + 62689 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 74 }, "end": { - "line": 1794, + "line": 1789, "column": 76 } } }, "range": [ - 62871, - 62912 + 62648, + 62689 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 35 }, "end": { - "line": 1794, + "line": 1789, "column": 76 } } }, "range": [ - 62848, - 62912 + 62625, + 62689 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 12 }, "end": { - "line": 1794, + "line": 1789, "column": 76 } } @@ -137462,16 +136888,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 62928, - 62935 + 62705, + 62712 ], "loc": { "start": { - "line": 1795, + "line": 1790, "column": 12 }, "end": { - "line": 1795, + "line": 1790, "column": 19 } } @@ -137481,78 +136907,78 @@ "value": true, "raw": "true", "range": [ - 62938, - 62942 + 62715, + 62719 ], "loc": { "start": { - "line": 1795, + "line": 1790, "column": 22 }, "end": { - "line": 1795, + "line": 1790, "column": 26 } } }, "range": [ - 62928, - 62942 + 62705, + 62719 ], "loc": { "start": { - "line": 1795, + "line": 1790, "column": 12 }, "end": { - "line": 1795, + "line": 1790, "column": 26 } } }, "range": [ - 62928, - 62943 + 62705, + 62720 ], "loc": { "start": { - "line": 1795, + "line": 1790, "column": 12 }, "end": { - "line": 1795, + "line": 1790, "column": 27 } } } ], "range": [ - 62914, - 62953 + 62691, + 62730 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 78 }, "end": { - "line": 1796, + "line": 1791, "column": 9 } } }, "alternate": null, "range": [ - 62844, - 62953 + 62621, + 62730 ], "loc": { "start": { - "line": 1794, + "line": 1789, "column": 8 }, "end": { - "line": 1796, + "line": 1791, "column": 9 } }, @@ -137561,16 +136987,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 62803, - 62835 + 62580, + 62612 ], "loc": { "start": { - "line": 1793, + "line": 1788, "column": 8 }, "end": { - "line": 1793, + "line": 1788, "column": 40 } } @@ -137586,16 +137012,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 62967, - 62978 + 62744, + 62755 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 12 }, "end": { - "line": 1798, + "line": 1793, "column": 23 } } @@ -137606,16 +137032,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 62981, - 62988 + 62758, + 62765 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 26 }, "end": { - "line": 1798, + "line": 1793, "column": 33 } } @@ -137625,16 +137051,16 @@ "value": "", "raw": "''", "range": [ - 62991, - 62993 + 62768, + 62770 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 36 }, "end": { - "line": 1798, + "line": 1793, "column": 38 } } @@ -137643,46 +137069,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 62996, - 63000 + 62773, + 62777 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 41 }, "end": { - "line": 1798, + "line": 1793, "column": 45 } } }, "range": [ - 62981, - 63000 + 62758, + 62777 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 26 }, "end": { - "line": 1798, + "line": 1793, "column": 45 } } }, "range": [ - 62967, - 63000 + 62744, + 62777 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 12 }, "end": { - "line": 1798, + "line": 1793, "column": 45 } } @@ -137693,16 +137119,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 63014, - 63023 + 62791, + 62800 ], "loc": { "start": { - "line": 1799, + "line": 1794, "column": 12 }, "end": { - "line": 1799, + "line": 1794, "column": 21 } } @@ -137713,16 +137139,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 63026, - 63033 + 62803, + 62810 ], "loc": { "start": { - "line": 1799, + "line": 1794, "column": 24 }, "end": { - "line": 1799, + "line": 1794, "column": 31 } } @@ -137732,16 +137158,16 @@ "value": "true", "raw": "'true'", "range": [ - 63036, - 63042 + 62813, + 62819 ], "loc": { "start": { - "line": 1799, + "line": 1794, "column": 34 }, "end": { - "line": 1799, + "line": 1794, "column": 40 } } @@ -137751,46 +137177,46 @@ "value": "false", "raw": "'false'", "range": [ - 63045, - 63052 + 62822, + 62829 ], "loc": { "start": { - "line": 1799, + "line": 1794, "column": 43 }, "end": { - "line": 1799, + "line": 1794, "column": 50 } } }, "range": [ - 63026, - 63052 + 62803, + 62829 ], "loc": { "start": { - "line": 1799, + "line": 1794, "column": 24 }, "end": { - "line": 1799, + "line": 1794, "column": 50 } } }, "range": [ - 63014, - 63052 + 62791, + 62829 ], "loc": { "start": { - "line": 1799, + "line": 1794, "column": 12 }, "end": { - "line": 1799, + "line": 1794, "column": 50 } } @@ -137798,16 +137224,16 @@ ], "kind": "let", "range": [ - 62963, - 63053 + 62740, + 62830 ], "loc": { "start": { - "line": 1798, + "line": 1793, "column": 8 }, "end": { - "line": 1799, + "line": 1794, "column": 51 } } @@ -137827,16 +137253,16 @@ "type": "Identifier", "name": "row", "range": [ - 63062, - 63065 + 62839, + 62842 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 8 }, "end": { - "line": 1800, + "line": 1795, "column": 11 } } @@ -137845,31 +137271,31 @@ "type": "Identifier", "name": "style", "range": [ - 63066, - 63071 + 62843, + 62848 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 12 }, "end": { - "line": 1800, + "line": 1795, "column": 17 } } }, "range": [ - 63062, - 63071 + 62839, + 62848 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 8 }, "end": { - "line": 1800, + "line": 1795, "column": 17 } } @@ -137878,31 +137304,31 @@ "type": "Identifier", "name": "display", "range": [ - 63072, - 63079 + 62849, + 62856 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 18 }, "end": { - "line": 1800, + "line": 1795, "column": 25 } } }, "range": [ - 63062, - 63079 + 62839, + 62856 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 8 }, "end": { - "line": 1800, + "line": 1795, "column": 25 } } @@ -137911,46 +137337,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 63082, - 63093 + 62859, + 62870 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 28 }, "end": { - "line": 1800, + "line": 1795, "column": 39 } } }, "range": [ - 63062, - 63093 + 62839, + 62870 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 8 }, "end": { - "line": 1800, + "line": 1795, "column": 39 } } }, "range": [ - 63062, - 63094 + 62839, + 62871 ], "loc": { "start": { - "line": 1800, + "line": 1795, "column": 8 }, "end": { - "line": 1800, + "line": 1795, "column": 40 } } @@ -137963,16 +137389,16 @@ "object": { "type": "ThisExpression", "range": [ - 63108, - 63112 + 62885, + 62889 ], "loc": { "start": { - "line": 1802, + "line": 1797, "column": 12 }, "end": { - "line": 1802, + "line": 1797, "column": 16 } } @@ -137981,31 +137407,31 @@ "type": "Identifier", "name": "paging", "range": [ - 63113, - 63119 + 62890, + 62896 ], "loc": { "start": { - "line": 1802, + "line": 1797, "column": 17 }, "end": { - "line": 1802, + "line": 1797, "column": 23 } } }, "range": [ - 63108, - 63119 + 62885, + 62896 ], "loc": { "start": { - "line": 1802, + "line": 1797, "column": 12 }, "end": { - "line": 1802, + "line": 1797, "column": 23 } } @@ -138024,16 +137450,16 @@ "type": "Identifier", "name": "row", "range": [ - 63135, - 63138 + 62912, + 62915 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 12 }, "end": { - "line": 1803, + "line": 1798, "column": 15 } } @@ -138042,31 +137468,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 63139, - 63151 + 62916, + 62928 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 16 }, "end": { - "line": 1803, + "line": 1798, "column": 28 } } }, "range": [ - 63135, - 63151 + 62912, + 62928 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 12 }, "end": { - "line": 1803, + "line": 1798, "column": 28 } } @@ -138077,16 +137503,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 63152, - 63162 + 62929, + 62939 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 29 }, "end": { - "line": 1803, + "line": 1798, "column": 39 } } @@ -138095,79 +137521,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 63164, - 63173 + 62941, + 62950 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 41 }, "end": { - "line": 1803, + "line": 1798, "column": 50 } } } ], "range": [ - 63135, - 63174 + 62912, + 62951 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 12 }, "end": { - "line": 1803, + "line": 1798, "column": 51 } } }, "range": [ - 63135, - 63175 + 62912, + 62952 ], "loc": { "start": { - "line": 1803, + "line": 1798, "column": 12 }, "end": { - "line": 1803, + "line": 1798, "column": 52 } } } ], "range": [ - 63121, - 63185 + 62898, + 62962 ], "loc": { "start": { - "line": 1802, + "line": 1797, "column": 25 }, "end": { - "line": 1804, + "line": 1799, "column": 9 } } }, "alternate": null, "range": [ - 63104, - 63185 + 62881, + 62962 ], "loc": { "start": { - "line": 1802, + "line": 1797, "column": 8 }, "end": { - "line": 1804, + "line": 1799, "column": 9 } } @@ -138178,16 +137604,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 63199, - 63206 + 62976, + 62983 ], "loc": { "start": { - "line": 1806, + "line": 1801, "column": 12 }, "end": { - "line": 1806, + "line": 1801, "column": 19 } } @@ -138211,16 +137637,16 @@ "object": { "type": "ThisExpression", "range": [ - 63226, - 63230 + 63003, + 63007 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 16 }, "end": { - "line": 1807, + "line": 1802, "column": 20 } } @@ -138229,31 +137655,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 63231, - 63245 + 63008, + 63022 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 21 }, "end": { - "line": 1807, + "line": 1802, "column": 35 } } }, "range": [ - 63226, - 63245 + 63003, + 63022 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 16 }, "end": { - "line": 1807, + "line": 1802, "column": 35 } } @@ -138262,31 +137688,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 63246, - 63253 + 63023, + 63030 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 36 }, "end": { - "line": 1807, + "line": 1802, "column": 43 } } }, "range": [ - 63226, - 63253 + 63003, + 63030 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 16 }, "end": { - "line": 1807, + "line": 1802, "column": 43 } } @@ -138296,32 +137722,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63254, - 63262 + 63031, + 63039 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 44 }, "end": { - "line": 1807, + "line": 1802, "column": 52 } } } ], "range": [ - 63226, - 63263 + 63003, + 63040 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 16 }, "end": { - "line": 1807, + "line": 1802, "column": 53 } } @@ -138334,47 +137760,47 @@ "value": 1, "raw": "1", "range": [ - 63269, - 63270 + 63046, + 63047 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 59 }, "end": { - "line": 1807, + "line": 1802, "column": 60 } } }, "prefix": true, "range": [ - 63268, - 63270 + 63045, + 63047 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 58 }, "end": { - "line": 1807, + "line": 1802, "column": 60 } } }, "range": [ - 63226, - 63270 + 63003, + 63047 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 16 }, "end": { - "line": 1807, + "line": 1802, "column": 60 } } @@ -138395,16 +137821,16 @@ "object": { "type": "ThisExpression", "range": [ - 63290, - 63294 + 63067, + 63071 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 16 }, "end": { - "line": 1808, + "line": 1803, "column": 20 } } @@ -138413,31 +137839,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 63295, - 63309 + 63072, + 63086 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 21 }, "end": { - "line": 1808, + "line": 1803, "column": 35 } } }, "range": [ - 63290, - 63309 + 63067, + 63086 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 16 }, "end": { - "line": 1808, + "line": 1803, "column": 35 } } @@ -138446,31 +137872,31 @@ "type": "Identifier", "name": "push", "range": [ - 63310, - 63314 + 63087, + 63091 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 36 }, "end": { - "line": 1808, + "line": 1803, "column": 40 } } }, "range": [ - 63290, - 63314 + 63067, + 63091 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 16 }, "end": { - "line": 1808, + "line": 1803, "column": 40 } } @@ -138480,79 +137906,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63315, - 63323 + 63092, + 63100 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 41 }, "end": { - "line": 1808, + "line": 1803, "column": 49 } } } ], "range": [ - 63290, - 63324 + 63067, + 63101 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 16 }, "end": { - "line": 1808, + "line": 1803, "column": 50 } } }, "range": [ - 63290, - 63325 + 63067, + 63102 ], "loc": { "start": { - "line": 1808, + "line": 1803, "column": 16 }, "end": { - "line": 1808, + "line": 1803, "column": 51 } } } ], "range": [ - 63272, - 63339 + 63049, + 63116 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 62 }, "end": { - "line": 1809, + "line": 1804, "column": 13 } } }, "alternate": null, "range": [ - 63222, - 63339 + 62999, + 63116 ], "loc": { "start": { - "line": 1807, + "line": 1802, "column": 12 }, "end": { - "line": 1809, + "line": 1804, "column": 13 } } @@ -138565,16 +137991,16 @@ "object": { "type": "ThisExpression", "range": [ - 63357, - 63361 + 63134, + 63138 ], "loc": { "start": { - "line": 1811, + "line": 1806, "column": 16 }, "end": { - "line": 1811, + "line": 1806, "column": 20 } } @@ -138583,31 +138009,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 63362, - 63376 + 63139, + 63153 ], "loc": { "start": { - "line": 1811, + "line": 1806, "column": 21 }, "end": { - "line": 1811, + "line": 1806, "column": 35 } } }, "range": [ - 63357, - 63376 + 63134, + 63153 ], "loc": { "start": { - "line": 1811, + "line": 1806, "column": 16 }, "end": { - "line": 1811, + "line": 1806, "column": 35 } } @@ -138628,16 +138054,16 @@ "object": { "type": "ThisExpression", "range": [ - 63396, - 63400 + 63173, + 63177 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 16 }, "end": { - "line": 1812, + "line": 1807, "column": 20 } } @@ -138646,31 +138072,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 63401, - 63415 + 63178, + 63192 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 21 }, "end": { - "line": 1812, + "line": 1807, "column": 35 } } }, "range": [ - 63396, - 63415 + 63173, + 63192 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 16 }, "end": { - "line": 1812, + "line": 1807, "column": 35 } } @@ -138679,31 +138105,31 @@ "type": "Identifier", "name": "call", "range": [ - 63416, - 63420 + 63193, + 63197 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 36 }, "end": { - "line": 1812, + "line": 1807, "column": 40 } } }, "range": [ - 63396, - 63420 + 63173, + 63197 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 16 }, "end": { - "line": 1812, + "line": 1807, "column": 40 } } @@ -138714,16 +138140,16 @@ "value": null, "raw": "null", "range": [ - 63421, - 63425 + 63198, + 63202 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 41 }, "end": { - "line": 1812, + "line": 1807, "column": 45 } } @@ -138731,16 +138157,16 @@ { "type": "ThisExpression", "range": [ - 63427, - 63431 + 63204, + 63208 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 47 }, "end": { - "line": 1812, + "line": 1807, "column": 51 } } @@ -138749,79 +138175,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63433, - 63441 + 63210, + 63218 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 53 }, "end": { - "line": 1812, + "line": 1807, "column": 61 } } } ], "range": [ - 63396, - 63442 + 63173, + 63219 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 16 }, "end": { - "line": 1812, + "line": 1807, "column": 62 } } }, "range": [ - 63396, - 63443 + 63173, + 63220 ], "loc": { "start": { - "line": 1812, + "line": 1807, "column": 16 }, "end": { - "line": 1812, + "line": 1807, "column": 63 } } } ], "range": [ - 63378, - 63457 + 63155, + 63234 ], "loc": { "start": { - "line": 1811, + "line": 1806, "column": 37 }, "end": { - "line": 1813, + "line": 1808, "column": 13 } } }, "alternate": null, "range": [ - 63353, - 63457 + 63130, + 63234 ], "loc": { "start": { - "line": 1811, + "line": 1806, "column": 12 }, "end": { - "line": 1813, + "line": 1808, "column": 13 } } @@ -138839,16 +138265,16 @@ "object": { "type": "ThisExpression", "range": [ - 63471, - 63475 + 63248, + 63252 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 12 }, "end": { - "line": 1815, + "line": 1810, "column": 16 } } @@ -138857,31 +138283,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 63476, - 63483 + 63253, + 63260 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 17 }, "end": { - "line": 1815, + "line": 1810, "column": 24 } } }, "range": [ - 63471, - 63483 + 63248, + 63260 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 12 }, "end": { - "line": 1815, + "line": 1810, "column": 24 } } @@ -138890,31 +138316,31 @@ "type": "Identifier", "name": "emit", "range": [ - 63484, - 63488 + 63261, + 63265 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 25 }, "end": { - "line": 1815, + "line": 1810, "column": 29 } } }, "range": [ - 63471, - 63488 + 63248, + 63265 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 12 }, "end": { - "line": 1815, + "line": 1810, "column": 29 } } @@ -138925,16 +138351,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 63489, - 63504 + 63266, + 63281 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 30 }, "end": { - "line": 1815, + "line": 1810, "column": 45 } } @@ -138942,16 +138368,16 @@ { "type": "ThisExpression", "range": [ - 63506, - 63510 + 63283, + 63287 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 47 }, "end": { - "line": 1815, + "line": 1810, "column": 51 } } @@ -138960,95 +138386,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63512, - 63520 + 63289, + 63297 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 53 }, "end": { - "line": 1815, + "line": 1810, "column": 61 } } } ], "range": [ - 63471, - 63521 + 63248, + 63298 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 12 }, "end": { - "line": 1815, + "line": 1810, "column": 62 } } }, "range": [ - 63471, - 63522 + 63248, + 63299 ], "loc": { "start": { - "line": 1815, + "line": 1810, "column": 12 }, "end": { - "line": 1815, + "line": 1810, "column": 63 } } } ], "range": [ - 63208, - 63532 + 62985, + 63309 ], "loc": { "start": { - "line": 1806, + "line": 1801, "column": 21 }, "end": { - "line": 1816, + "line": 1811, "column": 9 } } }, "alternate": null, "range": [ - 63195, - 63532 + 62972, + 63309 ], "loc": { "start": { - "line": 1806, + "line": 1801, "column": 8 }, "end": { - "line": 1816, + "line": 1811, "column": 9 } } } ], "range": [ - 62667, - 63538 + 62444, + 63315 ], "loc": { "start": { - "line": 1787, + "line": 1782, "column": 35 }, "end": { - "line": 1817, + "line": 1812, "column": 5 } } @@ -139056,16 +138482,16 @@ "generator": false, "expression": false, "range": [ - 62647, - 63538 + 62424, + 63315 ], "loc": { "start": { - "line": 1787, + "line": 1782, "column": 15 }, "end": { - "line": 1817, + "line": 1812, "column": 5 } } @@ -139073,16 +138499,16 @@ "kind": "method", "computed": false, "range": [ - 62636, - 63538 + 62413, + 63315 ], "loc": { "start": { - "line": 1787, + "line": 1782, "column": 4 }, "end": { - "line": 1817, + "line": 1812, "column": 5 } }, @@ -139091,16 +138517,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": [ - 62458, - 62631 + 62235, + 62408 ], "loc": { "start": { - "line": 1782, + "line": 1777, "column": 4 }, "end": { - "line": 1786, + "line": 1781, "column": 7 } } @@ -139111,16 +138537,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 63544, - 63591 + 63321, + 63368 ], "loc": { "start": { - "line": 1819, + "line": 1814, "column": 4 }, "end": { - "line": 1821, + "line": 1816, "column": 7 } } @@ -139134,16 +138560,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 63596, - 63611 + 63373, + 63388 ], "loc": { "start": { - "line": 1822, + "line": 1817, "column": 4 }, "end": { - "line": 1822, + "line": 1817, "column": 19 } } @@ -139166,16 +138592,16 @@ "object": { "type": "ThisExpression", "range": [ - 63629, - 63633 + 63406, + 63410 ], "loc": { "start": { - "line": 1823, + "line": 1818, "column": 13 }, "end": { - "line": 1823, + "line": 1818, "column": 17 } } @@ -139184,47 +138610,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 63634, - 63645 + 63411, + 63422 ], "loc": { "start": { - "line": 1823, + "line": 1818, "column": 18 }, "end": { - "line": 1823, + "line": 1818, "column": 29 } } }, "range": [ - 63629, - 63645 + 63406, + 63422 ], "loc": { "start": { - "line": 1823, + "line": 1818, "column": 13 }, "end": { - "line": 1823, + "line": 1818, "column": 29 } } }, "prefix": true, "range": [ - 63628, - 63645 + 63405, + 63422 ], "loc": { "start": { - "line": 1823, + "line": 1818, "column": 12 }, "end": { - "line": 1823, + "line": 1818, "column": 29 } } @@ -139236,48 +138662,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 63661, - 63668 + 63438, + 63445 ], "loc": { "start": { - "line": 1824, + "line": 1819, "column": 12 }, "end": { - "line": 1824, + "line": 1819, "column": 19 } } } ], "range": [ - 63647, - 63678 + 63424, + 63455 ], "loc": { "start": { - "line": 1823, + "line": 1818, "column": 31 }, "end": { - "line": 1825, + "line": 1820, "column": 9 } } }, "alternate": null, "range": [ - 63624, - 63678 + 63401, + 63455 ], "loc": { "start": { - "line": 1823, + "line": 1818, "column": 8 }, "end": { - "line": 1825, + "line": 1820, "column": 9 } } @@ -139293,16 +138719,16 @@ "object": { "type": "ThisExpression", "range": [ - 63687, - 63691 + 63464, + 63468 ], "loc": { "start": { - "line": 1826, + "line": 1821, "column": 8 }, "end": { - "line": 1826, + "line": 1821, "column": 12 } } @@ -139311,31 +138737,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 63692, - 63706 + 63469, + 63483 ], "loc": { "start": { - "line": 1826, + "line": 1821, "column": 13 }, "end": { - "line": 1826, + "line": 1821, "column": 27 } } }, "range": [ - 63687, - 63706 + 63464, + 63483 ], "loc": { "start": { - "line": 1826, + "line": 1821, "column": 8 }, "end": { - "line": 1826, + "line": 1821, "column": 27 } } @@ -139344,46 +138770,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63709, - 63711 + 63486, + 63488 ], "loc": { "start": { - "line": 1826, + "line": 1821, "column": 30 }, "end": { - "line": 1826, + "line": 1821, "column": 32 } } }, "range": [ - 63687, - 63711 + 63464, + 63488 ], "loc": { "start": { - "line": 1826, + "line": 1821, "column": 8 }, "end": { - "line": 1826, + "line": 1821, "column": 32 } } }, "range": [ - 63687, - 63712 + 63464, + 63489 ], "loc": { "start": { - "line": 1826, + "line": 1821, "column": 8 }, "end": { - "line": 1826, + "line": 1821, "column": 33 } } @@ -139399,16 +138825,16 @@ "type": "Identifier", "name": "k", "range": [ - 63730, - 63731 + 63507, + 63508 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 17 }, "end": { - "line": 1827, + "line": 1822, "column": 18 } } @@ -139419,16 +138845,16 @@ "object": { "type": "ThisExpression", "range": [ - 63734, - 63738 + 63511, + 63515 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 21 }, "end": { - "line": 1827, + "line": 1822, "column": 25 } } @@ -139437,46 +138863,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 63739, - 63745 + 63516, + 63522 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 26 }, "end": { - "line": 1827, + "line": 1822, "column": 32 } } }, "range": [ - 63734, - 63745 + 63511, + 63522 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 21 }, "end": { - "line": 1827, + "line": 1822, "column": 32 } } }, "range": [ - 63730, - 63745 + 63507, + 63522 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 17 }, "end": { - "line": 1827, + "line": 1822, "column": 32 } } @@ -139484,16 +138910,16 @@ ], "kind": "let", "range": [ - 63726, - 63745 + 63503, + 63522 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 13 }, "end": { - "line": 1827, + "line": 1822, "column": 32 } } @@ -139505,16 +138931,16 @@ "type": "Identifier", "name": "k", "range": [ - 63747, - 63748 + 63524, + 63525 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 34 }, "end": { - "line": 1827, + "line": 1822, "column": 35 } } @@ -139525,16 +138951,16 @@ "object": { "type": "ThisExpression", "range": [ - 63751, - 63755 + 63528, + 63532 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 38 }, "end": { - "line": 1827, + "line": 1822, "column": 42 } } @@ -139543,46 +138969,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 63756, - 63772 + 63533, + 63549 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 43 }, "end": { - "line": 1827, + "line": 1822, "column": 59 } } }, "range": [ - 63751, - 63772 + 63528, + 63549 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 38 }, "end": { - "line": 1827, + "line": 1822, "column": 59 } } }, "range": [ - 63747, - 63772 + 63524, + 63549 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 34 }, "end": { - "line": 1827, + "line": 1822, "column": 59 } } @@ -139594,32 +139020,32 @@ "type": "Identifier", "name": "k", "range": [ - 63774, - 63775 + 63551, + 63552 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 61 }, "end": { - "line": 1827, + "line": 1822, "column": 62 } } }, "prefix": false, "range": [ - 63774, - 63777 + 63551, + 63554 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 61 }, "end": { - "line": 1827, + "line": 1822, "column": 64 } } @@ -139637,16 +139063,16 @@ "object": { "type": "ThisExpression", "range": [ - 63793, - 63797 + 63570, + 63574 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 12 }, "end": { - "line": 1828, + "line": 1823, "column": 16 } } @@ -139655,31 +139081,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 63798, - 63809 + 63575, + 63586 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 17 }, "end": { - "line": 1828, + "line": 1823, "column": 28 } } }, "range": [ - 63793, - 63809 + 63570, + 63586 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 12 }, "end": { - "line": 1828, + "line": 1823, "column": 28 } } @@ -139689,16 +139115,16 @@ "type": "Identifier", "name": "k", "range": [ - 63810, - 63811 + 63587, + 63588 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 29 }, "end": { - "line": 1828, + "line": 1823, "column": 30 } } @@ -139708,94 +139134,94 @@ "value": true, "raw": "true", "range": [ - 63813, - 63817 + 63590, + 63594 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 32 }, "end": { - "line": 1828, + "line": 1823, "column": 36 } } } ], "range": [ - 63793, - 63818 + 63570, + 63595 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 12 }, "end": { - "line": 1828, + "line": 1823, "column": 37 } } }, "range": [ - 63793, - 63819 + 63570, + 63596 ], "loc": { "start": { - "line": 1828, + "line": 1823, "column": 12 }, "end": { - "line": 1828, + "line": 1823, "column": 38 } } } ], "range": [ - 63779, - 63829 + 63556, + 63606 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 66 }, "end": { - "line": 1829, + "line": 1824, "column": 9 } } }, "range": [ - 63721, - 63829 + 63498, + 63606 ], "loc": { "start": { - "line": 1827, + "line": 1822, "column": 8 }, "end": { - "line": 1829, + "line": 1824, "column": 9 } } } ], "range": [ - 63614, - 63835 + 63391, + 63612 ], "loc": { "start": { - "line": 1822, + "line": 1817, "column": 22 }, "end": { - "line": 1830, + "line": 1825, "column": 5 } } @@ -139803,16 +139229,16 @@ "generator": false, "expression": false, "range": [ - 63611, - 63835 + 63388, + 63612 ], "loc": { "start": { - "line": 1822, + "line": 1817, "column": 19 }, "end": { - "line": 1830, + "line": 1825, "column": 5 } } @@ -139820,16 +139246,16 @@ "kind": "method", "computed": false, "range": [ - 63596, - 63835 + 63373, + 63612 ], "loc": { "start": { - "line": 1822, + "line": 1817, "column": 4 }, "end": { - "line": 1830, + "line": 1825, "column": 5 } }, @@ -139838,16 +139264,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 63544, - 63591 + 63321, + 63368 ], "loc": { "start": { - "line": 1819, + "line": 1814, "column": 4 }, "end": { - "line": 1821, + "line": 1816, "column": 7 } } @@ -139858,16 +139284,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": [ - 63841, - 64003 + 63618, + 63780 ], "loc": { "start": { - "line": 1832, + "line": 1827, "column": 4 }, "end": { - "line": 1836, + "line": 1831, "column": 7 } } @@ -139881,16 +139307,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 64008, - 64022 + 63785, + 63799 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 4 }, "end": { - "line": 1837, + "line": 1832, "column": 18 } } @@ -139903,16 +139329,16 @@ "type": "Identifier", "name": "index", "range": [ - 64023, - 64028 + 63800, + 63805 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 19 }, "end": { - "line": 1837, + "line": 1832, "column": 24 } } @@ -139923,16 +139349,16 @@ "type": "Identifier", "name": "query", "range": [ - 64030, - 64035 + 63807, + 63812 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 26 }, "end": { - "line": 1837, + "line": 1832, "column": 31 } } @@ -139942,31 +139368,31 @@ "value": "", "raw": "''", "range": [ - 64038, - 64040 + 63815, + 63817 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 34 }, "end": { - "line": 1837, + "line": 1832, "column": 36 } } }, "range": [ - 64030, - 64040 + 63807, + 63817 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 26 }, "end": { - "line": 1837, + "line": 1832, "column": 36 } } @@ -139986,16 +139412,16 @@ "object": { "type": "ThisExpression", "range": [ - 64057, - 64061 + 63834, + 63838 ], "loc": { "start": { - "line": 1838, + "line": 1833, "column": 13 }, "end": { - "line": 1838, + "line": 1833, "column": 17 } } @@ -140004,47 +139430,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 64062, - 64069 + 63839, + 63846 ], "loc": { "start": { - "line": 1838, + "line": 1833, "column": 18 }, "end": { - "line": 1838, + "line": 1833, "column": 25 } } }, "range": [ - 64057, - 64069 + 63834, + 63846 ], "loc": { "start": { - "line": 1838, + "line": 1833, "column": 13 }, "end": { - "line": 1838, + "line": 1833, "column": 25 } } }, "prefix": true, "range": [ - 64056, - 64069 + 63833, + 63846 ], "loc": { "start": { - "line": 1838, + "line": 1833, "column": 12 }, "end": { - "line": 1838, + "line": 1833, "column": 25 } } @@ -140056,48 +139482,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64085, - 64092 + 63862, + 63869 ], "loc": { "start": { - "line": 1839, + "line": 1834, "column": 12 }, "end": { - "line": 1839, + "line": 1834, "column": 19 } } } ], "range": [ - 64071, - 64102 + 63848, + 63879 ], "loc": { "start": { - "line": 1838, + "line": 1833, "column": 27 }, "end": { - "line": 1840, + "line": 1835, "column": 9 } } }, "alternate": null, "range": [ - 64052, - 64102 + 63829, + 63879 ], "loc": { "start": { - "line": 1838, + "line": 1833, "column": 8 }, "end": { - "line": 1840, + "line": 1835, "column": 9 } } @@ -140111,16 +139537,16 @@ "type": "Identifier", "name": "slc", "range": [ - 64115, - 64118 + 63892, + 63895 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 12 }, "end": { - "line": 1841, + "line": 1836, "column": 15 } } @@ -140133,16 +139559,16 @@ "object": { "type": "ThisExpression", "range": [ - 64121, - 64125 + 63898, + 63902 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 18 }, "end": { - "line": 1841, + "line": 1836, "column": 22 } } @@ -140151,31 +139577,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 64126, - 64142 + 63903, + 63919 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 23 }, "end": { - "line": 1841, + "line": 1836, "column": 39 } } }, "range": [ - 64121, - 64142 + 63898, + 63919 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 18 }, "end": { - "line": 1841, + "line": 1836, "column": 39 } } @@ -140185,47 +139611,47 @@ "type": "Identifier", "name": "index", "range": [ - 64143, - 64148 + 63920, + 63925 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 40 }, "end": { - "line": 1841, + "line": 1836, "column": 45 } } } ], "range": [ - 64121, - 64149 + 63898, + 63926 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 18 }, "end": { - "line": 1841, + "line": 1836, "column": 46 } } }, "range": [ - 64115, - 64149 + 63892, + 63926 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 12 }, "end": { - "line": 1841, + "line": 1836, "column": 46 } } @@ -140236,16 +139662,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64163, - 64173 + 63940, + 63950 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 12 }, "end": { - "line": 1842, + "line": 1837, "column": 22 } } @@ -140258,16 +139684,16 @@ "object": { "type": "ThisExpression", "range": [ - 64176, - 64180 + 63953, + 63957 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 25 }, "end": { - "line": 1842, + "line": 1837, "column": 29 } } @@ -140276,31 +139702,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 64181, - 64194 + 63958, + 63971 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 30 }, "end": { - "line": 1842, + "line": 1837, "column": 43 } } }, "range": [ - 64176, - 64194 + 63953, + 63971 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 25 }, "end": { - "line": 1842, + "line": 1837, "column": 43 } } @@ -140310,47 +139736,47 @@ "type": "Identifier", "name": "index", "range": [ - 64195, - 64200 + 63972, + 63977 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 44 }, "end": { - "line": 1842, + "line": 1837, "column": 49 } } } ], "range": [ - 64176, - 64201 + 63953, + 63978 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 25 }, "end": { - "line": 1842, + "line": 1837, "column": 50 } } }, "range": [ - 64163, - 64201 + 63940, + 63978 ], "loc": { "start": { - "line": 1842, + "line": 1837, "column": 12 }, "end": { - "line": 1842, + "line": 1837, "column": 50 } } @@ -140358,16 +139784,16 @@ ], "kind": "let", "range": [ - 64111, - 64202 + 63888, + 63979 ], "loc": { "start": { - "line": 1841, + "line": 1836, "column": 8 }, "end": { - "line": 1842, + "line": 1837, "column": 51 } } @@ -140384,16 +139810,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64216, - 64226 + 63993, + 64003 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 12 }, "end": { - "line": 1844, + "line": 1839, "column": 22 } } @@ -140402,31 +139828,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 64231, - 64239 + 64008, + 64016 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 27 }, "end": { - "line": 1844, + "line": 1839, "column": 35 } } }, "range": [ - 64216, - 64239 + 63993, + 64016 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 12 }, "end": { - "line": 1844, + "line": 1839, "column": 35 } } @@ -140438,16 +139864,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64243, - 64253 + 64020, + 64030 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 39 }, "end": { - "line": 1844, + "line": 1839, "column": 49 } } @@ -140456,46 +139882,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 64258, - 64267 + 64035, + 64044 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 54 }, "end": { - "line": 1844, + "line": 1839, "column": 63 } } }, "range": [ - 64243, - 64267 + 64020, + 64044 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 39 }, "end": { - "line": 1844, + "line": 1839, "column": 63 } } }, "range": [ - 64216, - 64267 + 63993, + 64044 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 12 }, "end": { - "line": 1844, + "line": 1839, "column": 63 } } @@ -140514,16 +139940,16 @@ "object": { "type": "ThisExpression", "range": [ - 64287, - 64291 + 64064, + 64068 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 16 }, "end": { - "line": 1845, + "line": 1840, "column": 20 } } @@ -140532,31 +139958,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 64292, - 64307 + 64069, + 64084 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 21 }, "end": { - "line": 1845, + "line": 1840, "column": 36 } } }, "range": [ - 64287, - 64307 + 64064, + 64084 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 16 }, "end": { - "line": 1845, + "line": 1840, "column": 36 } } @@ -140570,16 +139996,16 @@ "object": { "type": "ThisExpression", "range": [ - 64312, - 64316 + 64089, + 64093 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 41 }, "end": { - "line": 1845, + "line": 1840, "column": 45 } } @@ -140588,62 +140014,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 64317, - 64328 + 64094, + 64105 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 46 }, "end": { - "line": 1845, + "line": 1840, "column": 57 } } }, "range": [ - 64312, - 64328 + 64089, + 64105 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 41 }, "end": { - "line": 1845, + "line": 1840, "column": 57 } } }, "prefix": true, "range": [ - 64311, - 64328 + 64088, + 64105 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 40 }, "end": { - "line": 1845, + "line": 1840, "column": 57 } } }, "range": [ - 64287, - 64328 + 64064, + 64105 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 16 }, "end": { - "line": 1845, + "line": 1840, "column": 57 } } @@ -140664,16 +140090,16 @@ "object": { "type": "ThisExpression", "range": [ - 64348, - 64352 + 64125, + 64129 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 16 }, "end": { - "line": 1846, + "line": 1841, "column": 20 } } @@ -140682,31 +140108,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 64353, - 64360 + 64130, + 64137 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 21 }, "end": { - "line": 1846, + "line": 1841, "column": 28 } } }, "range": [ - 64348, - 64360 + 64125, + 64137 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 16 }, "end": { - "line": 1846, + "line": 1841, "column": 28 } } @@ -140715,31 +140141,31 @@ "type": "Identifier", "name": "emit", "range": [ - 64361, - 64365 + 64138, + 64142 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 29 }, "end": { - "line": 1846, + "line": 1841, "column": 33 } } }, "range": [ - 64348, - 64365 + 64125, + 64142 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 16 }, "end": { - "line": 1846, + "line": 1841, "column": 33 } } @@ -140750,16 +140176,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 64366, - 64387 + 64143, + 64164 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 34 }, "end": { - "line": 1846, + "line": 1841, "column": 55 } } @@ -140767,16 +140193,16 @@ { "type": "ThisExpression", "range": [ - 64389, - 64393 + 64166, + 64170 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 57 }, "end": { - "line": 1846, + "line": 1841, "column": 61 } } @@ -140785,16 +140211,16 @@ "type": "Identifier", "name": "index", "range": [ - 64395, - 64400 + 64172, + 64177 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 63 }, "end": { - "line": 1846, + "line": 1841, "column": 68 } } @@ -140805,16 +140231,16 @@ "object": { "type": "ThisExpression", "range": [ - 64422, - 64426 + 64199, + 64203 ], "loc": { "start": { - "line": 1847, + "line": 1842, "column": 20 }, "end": { - "line": 1847, + "line": 1842, "column": 24 } } @@ -140823,31 +140249,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 64427, - 64440 + 64204, + 64217 ], "loc": { "start": { - "line": 1847, + "line": 1842, "column": 25 }, "end": { - "line": 1847, + "line": 1842, "column": 38 } } }, "range": [ - 64422, - 64440 + 64199, + 64217 ], "loc": { "start": { - "line": 1847, + "line": 1842, "column": 20 }, "end": { - "line": 1847, + "line": 1842, "column": 38 } } @@ -140858,16 +140284,16 @@ "object": { "type": "ThisExpression", "range": [ - 64442, - 64446 + 64219, + 64223 ], "loc": { "start": { - "line": 1847, + "line": 1842, "column": 40 }, "end": { - "line": 1847, + "line": 1842, "column": 44 } } @@ -140876,94 +140302,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 64447, - 64460 + 64224, + 64237 ], "loc": { "start": { - "line": 1847, + "line": 1842, "column": 45 }, "end": { - "line": 1847, + "line": 1842, "column": 58 } } }, "range": [ - 64442, - 64460 + 64219, + 64237 ], "loc": { "start": { - "line": 1847, + "line": 1842, "column": 40 }, "end": { - "line": 1847, + "line": 1842, "column": 58 } } } ], "range": [ - 64348, - 64461 + 64125, + 64238 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 16 }, "end": { - "line": 1847, + "line": 1842, "column": 59 } } }, "range": [ - 64348, - 64462 + 64125, + 64239 ], "loc": { "start": { - "line": 1846, + "line": 1841, "column": 16 }, "end": { - "line": 1847, + "line": 1842, "column": 60 } } } ], "range": [ - 64330, - 64476 + 64107, + 64253 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 59 }, "end": { - "line": 1848, + "line": 1843, "column": 13 } } }, "alternate": null, "range": [ - 64283, - 64476 + 64060, + 64253 ], "loc": { "start": { - "line": 1845, + "line": 1840, "column": 12 }, "end": { - "line": 1848, + "line": 1843, "column": 13 } } @@ -140980,16 +140406,16 @@ "type": "Identifier", "name": "slc", "range": [ - 64489, - 64492 + 64266, + 64269 ], "loc": { "start": { - "line": 1849, + "line": 1844, "column": 12 }, "end": { - "line": 1849, + "line": 1844, "column": 15 } } @@ -140998,31 +140424,31 @@ "type": "Identifier", "name": "value", "range": [ - 64493, - 64498 + 64270, + 64275 ], "loc": { "start": { - "line": 1849, + "line": 1844, "column": 16 }, "end": { - "line": 1849, + "line": 1844, "column": 21 } } }, "range": [ - 64489, - 64498 + 64266, + 64275 ], "loc": { "start": { - "line": 1849, + "line": 1844, "column": 12 }, "end": { - "line": 1849, + "line": 1844, "column": 21 } } @@ -141031,62 +140457,62 @@ "type": "Identifier", "name": "query", "range": [ - 64501, - 64506 + 64278, + 64283 ], "loc": { "start": { - "line": 1849, + "line": 1844, "column": 24 }, "end": { - "line": 1849, + "line": 1844, "column": 29 } } }, "range": [ - 64489, - 64506 + 64266, + 64283 ], "loc": { "start": { - "line": 1849, + "line": 1844, "column": 12 }, "end": { - "line": 1849, + "line": 1844, "column": 29 } } }, "range": [ - 64489, - 64507 + 64266, + 64284 ], "loc": { "start": { - "line": 1849, + "line": 1844, "column": 12 }, "end": { - "line": 1849, + "line": 1844, "column": 30 } } } ], "range": [ - 64269, - 64517 + 64046, + 64294 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 65 }, "end": { - "line": 1850, + "line": 1845, "column": 9 } }, @@ -141095,16 +140521,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 64526, - 64544 + 64303, + 64321 ], "loc": { "start": { - "line": 1851, + "line": 1846, "column": 8 }, "end": { - "line": 1851, + "line": 1846, "column": 26 } } @@ -141120,16 +140546,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64562, - 64572 + 64339, + 64349 ], "loc": { "start": { - "line": 1852, + "line": 1847, "column": 17 }, "end": { - "line": 1852, + "line": 1847, "column": 27 } } @@ -141138,31 +140564,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 64577, - 64585 + 64354, + 64362 ], "loc": { "start": { - "line": 1852, + "line": 1847, "column": 32 }, "end": { - "line": 1852, + "line": 1847, "column": 40 } } }, "range": [ - 64562, - 64585 + 64339, + 64362 ], "loc": { "start": { - "line": 1852, + "line": 1847, "column": 17 }, "end": { - "line": 1852, + "line": 1847, "column": 40 } } @@ -141179,16 +140605,16 @@ "type": "Identifier", "name": "values", "range": [ - 64605, - 64611 + 64382, + 64388 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 16 }, "end": { - "line": 1853, + "line": 1848, "column": 22 } } @@ -141201,16 +140627,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 64614, - 64621 + 64391, + 64398 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 25 }, "end": { - "line": 1853, + "line": 1848, "column": 32 } } @@ -141220,32 +140646,32 @@ "type": "Identifier", "name": "query", "range": [ - 64622, - 64627 + 64399, + 64404 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 33 }, "end": { - "line": 1853, + "line": 1848, "column": 38 } } } ], "range": [ - 64614, - 64628 + 64391, + 64405 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 25 }, "end": { - "line": 1853, + "line": 1848, "column": 39 } } @@ -141254,16 +140680,16 @@ "type": "Identifier", "name": "query", "range": [ - 64631, - 64636 + 64408, + 64413 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 42 }, "end": { - "line": 1853, + "line": 1848, "column": 47 } } @@ -141277,16 +140703,16 @@ "type": "Identifier", "name": "query", "range": [ - 64655, - 64660 + 64432, + 64437 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 16 }, "end": { - "line": 1854, + "line": 1849, "column": 21 } } @@ -141295,31 +140721,31 @@ "type": "Identifier", "name": "split", "range": [ - 64661, - 64666 + 64438, + 64443 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 22 }, "end": { - "line": 1854, + "line": 1849, "column": 27 } } }, "range": [ - 64655, - 64666 + 64432, + 64443 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 16 }, "end": { - "line": 1854, + "line": 1849, "column": 27 } } @@ -141336,16 +140762,16 @@ "value": " ", "raw": "' '", "range": [ - 64667, - 64670 + 64444, + 64447 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 28 }, "end": { - "line": 1854, + "line": 1849, "column": 31 } } @@ -141356,16 +140782,16 @@ "object": { "type": "ThisExpression", "range": [ - 64673, - 64677 + 64450, + 64454 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 34 }, "end": { - "line": 1854, + "line": 1849, "column": 38 } } @@ -141374,46 +140800,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 64678, - 64688 + 64455, + 64465 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 39 }, "end": { - "line": 1854, + "line": 1849, "column": 49 } } }, "range": [ - 64673, - 64688 + 64450, + 64465 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 34 }, "end": { - "line": 1854, + "line": 1849, "column": 49 } } }, "range": [ - 64667, - 64688 + 64444, + 64465 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 28 }, "end": { - "line": 1854, + "line": 1849, "column": 49 } } @@ -141423,77 +140849,77 @@ "value": " ", "raw": "' '", "range": [ - 64691, - 64694 + 64468, + 64471 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 52 }, "end": { - "line": 1854, + "line": 1849, "column": 55 } } }, "range": [ - 64667, - 64694 + 64444, + 64471 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 28 }, "end": { - "line": 1854, + "line": 1849, "column": 55 } } } ], "range": [ - 64655, - 64695 + 64432, + 64472 ], "loc": { "start": { - "line": 1854, + "line": 1849, "column": 16 }, "end": { - "line": 1854, + "line": 1849, "column": 56 } } }, "range": [ - 64614, - 64695 + 64391, + 64472 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 25 }, "end": { - "line": 1854, + "line": 1849, "column": 56 } } }, "range": [ - 64605, - 64695 + 64382, + 64472 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 16 }, "end": { - "line": 1854, + "line": 1849, "column": 56 } } @@ -141501,16 +140927,16 @@ ], "kind": "let", "range": [ - 64601, - 64696 + 64378, + 64473 ], "loc": { "start": { - "line": 1853, + "line": 1848, "column": 12 }, "end": { - "line": 1854, + "line": 1849, "column": 57 } } @@ -141526,16 +140952,16 @@ "object": { "type": "ThisExpression", "range": [ - 64714, - 64718 + 64491, + 64495 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 16 }, "end": { - "line": 1856, + "line": 1851, "column": 20 } } @@ -141544,31 +140970,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 64719, - 64734 + 64496, + 64511 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 21 }, "end": { - "line": 1856, + "line": 1851, "column": 36 } } }, "range": [ - 64714, - 64734 + 64491, + 64511 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 16 }, "end": { - "line": 1856, + "line": 1851, "column": 36 } } @@ -141582,16 +141008,16 @@ "object": { "type": "ThisExpression", "range": [ - 64739, - 64743 + 64516, + 64520 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 41 }, "end": { - "line": 1856, + "line": 1851, "column": 45 } } @@ -141600,62 +141026,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 64744, - 64755 + 64521, + 64532 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 46 }, "end": { - "line": 1856, + "line": 1851, "column": 57 } } }, "range": [ - 64739, - 64755 + 64516, + 64532 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 41 }, "end": { - "line": 1856, + "line": 1851, "column": 57 } } }, "prefix": true, "range": [ - 64738, - 64755 + 64515, + 64532 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 40 }, "end": { - "line": 1856, + "line": 1851, "column": 57 } } }, "range": [ - 64714, - 64755 + 64491, + 64532 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 16 }, "end": { - "line": 1856, + "line": 1851, "column": 57 } } @@ -141676,16 +141102,16 @@ "object": { "type": "ThisExpression", "range": [ - 64775, - 64779 + 64552, + 64556 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 16 }, "end": { - "line": 1857, + "line": 1852, "column": 20 } } @@ -141694,31 +141120,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 64780, - 64787 + 64557, + 64564 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 21 }, "end": { - "line": 1857, + "line": 1852, "column": 28 } } }, "range": [ - 64775, - 64787 + 64552, + 64564 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 16 }, "end": { - "line": 1857, + "line": 1852, "column": 28 } } @@ -141727,31 +141153,31 @@ "type": "Identifier", "name": "emit", "range": [ - 64788, - 64792 + 64565, + 64569 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 29 }, "end": { - "line": 1857, + "line": 1852, "column": 33 } } }, "range": [ - 64775, - 64792 + 64552, + 64569 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 16 }, "end": { - "line": 1857, + "line": 1852, "column": 33 } } @@ -141762,16 +141188,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 64793, - 64814 + 64570, + 64591 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 34 }, "end": { - "line": 1857, + "line": 1852, "column": 55 } } @@ -141779,16 +141205,16 @@ { "type": "ThisExpression", "range": [ - 64816, - 64820 + 64593, + 64597 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 57 }, "end": { - "line": 1857, + "line": 1852, "column": 61 } } @@ -141797,16 +141223,16 @@ "type": "Identifier", "name": "index", "range": [ - 64822, - 64827 + 64599, + 64604 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 63 }, "end": { - "line": 1857, + "line": 1852, "column": 68 } } @@ -141817,16 +141243,16 @@ "object": { "type": "ThisExpression", "range": [ - 64849, - 64853 + 64626, + 64630 ], "loc": { "start": { - "line": 1858, + "line": 1853, "column": 20 }, "end": { - "line": 1858, + "line": 1853, "column": 24 } } @@ -141835,31 +141261,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 64854, - 64867 + 64631, + 64644 ], "loc": { "start": { - "line": 1858, + "line": 1853, "column": 25 }, "end": { - "line": 1858, + "line": 1853, "column": 38 } } }, "range": [ - 64849, - 64867 + 64626, + 64644 ], "loc": { "start": { - "line": 1858, + "line": 1853, "column": 20 }, "end": { - "line": 1858, + "line": 1853, "column": 38 } } @@ -141870,16 +141296,16 @@ "object": { "type": "ThisExpression", "range": [ - 64869, - 64873 + 64646, + 64650 ], "loc": { "start": { - "line": 1858, + "line": 1853, "column": 40 }, "end": { - "line": 1858, + "line": 1853, "column": 44 } } @@ -141888,94 +141314,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 64874, - 64887 + 64651, + 64664 ], "loc": { "start": { - "line": 1858, + "line": 1853, "column": 45 }, "end": { - "line": 1858, + "line": 1853, "column": 58 } } }, "range": [ - 64869, - 64887 + 64646, + 64664 ], "loc": { "start": { - "line": 1858, + "line": 1853, "column": 40 }, "end": { - "line": 1858, + "line": 1853, "column": 58 } } } ], "range": [ - 64775, - 64888 + 64552, + 64665 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 16 }, "end": { - "line": 1858, + "line": 1853, "column": 59 } } }, "range": [ - 64775, - 64889 + 64552, + 64666 ], "loc": { "start": { - "line": 1857, + "line": 1852, "column": 16 }, "end": { - "line": 1858, + "line": 1853, "column": 60 } } } ], "range": [ - 64757, - 64903 + 64534, + 64680 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 59 }, "end": { - "line": 1859, + "line": 1854, "column": 13 } } }, "alternate": null, "range": [ - 64710, - 64903 + 64487, + 64680 ], "loc": { "start": { - "line": 1856, + "line": 1851, "column": 12 }, "end": { - "line": 1859, + "line": 1854, "column": 13 } } @@ -141993,16 +141419,16 @@ "object": { "type": "ThisExpression", "range": [ - 64917, - 64921 + 64694, + 64698 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 12 }, "end": { - "line": 1861, + "line": 1856, "column": 16 } } @@ -142011,31 +141437,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 64922, - 64929 + 64699, + 64706 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 17 }, "end": { - "line": 1861, + "line": 1856, "column": 24 } } }, "range": [ - 64917, - 64929 + 64694, + 64706 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 12 }, "end": { - "line": 1861, + "line": 1856, "column": 24 } } @@ -142044,31 +141470,31 @@ "type": "Identifier", "name": "emit", "range": [ - 64930, - 64934 + 64707, + 64711 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 25 }, "end": { - "line": 1861, + "line": 1856, "column": 29 } } }, "range": [ - 64917, - 64934 + 64694, + 64711 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 12 }, "end": { - "line": 1861, + "line": 1856, "column": 29 } } @@ -142079,16 +141505,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 64935, - 64951 + 64712, + 64728 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 30 }, "end": { - "line": 1861, + "line": 1856, "column": 46 } } @@ -142096,16 +141522,16 @@ { "type": "ThisExpression", "range": [ - 64953, - 64957 + 64730, + 64734 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 48 }, "end": { - "line": 1861, + "line": 1856, "column": 52 } } @@ -142114,16 +141540,16 @@ "type": "Identifier", "name": "index", "range": [ - 64959, - 64964 + 64736, + 64741 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 54 }, "end": { - "line": 1861, + "line": 1856, "column": 59 } } @@ -142132,63 +141558,63 @@ "type": "Identifier", "name": "values", "range": [ - 64966, - 64972 + 64743, + 64749 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 61 }, "end": { - "line": 1861, + "line": 1856, "column": 67 } } } ], "range": [ - 64917, - 64973 + 64694, + 64750 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 12 }, "end": { - "line": 1861, + "line": 1856, "column": 68 } } }, "range": [ - 64917, - 64974 + 64694, + 64751 ], "loc": { "start": { - "line": 1861, + "line": 1856, "column": 12 }, "end": { - "line": 1861, + "line": 1856, "column": 69 } } } ], "range": [ - 64587, - 64984 + 64364, + 64761 ], "loc": { "start": { - "line": 1852, + "line": 1847, "column": 42 }, "end": { - "line": 1862, + "line": 1857, "column": 9 } }, @@ -142197,16 +141623,16 @@ "type": "Line", "value": "checklist", "range": [ - 64993, - 65004 + 64770, + 64781 ], "loc": { "start": { - "line": 1863, + "line": 1858, "column": 8 }, "end": { - "line": 1863, + "line": 1858, "column": 19 } } @@ -142222,16 +141648,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65022, - 65032 + 64799, + 64809 ], "loc": { "start": { - "line": 1864, + "line": 1859, "column": 17 }, "end": { - "line": 1864, + "line": 1859, "column": 27 } } @@ -142240,31 +141666,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 65037, - 65046 + 64814, + 64823 ], "loc": { "start": { - "line": 1864, + "line": 1859, "column": 32 }, "end": { - "line": 1864, + "line": 1859, "column": 41 } } }, "range": [ - 65022, - 65046 + 64799, + 64823 ], "loc": { "start": { - "line": 1864, + "line": 1859, "column": 17 }, "end": { - "line": 1864, + "line": 1859, "column": 41 } } @@ -142281,16 +141707,16 @@ "type": "Identifier", "name": "values", "range": [ - 65066, - 65072 + 64843, + 64849 ], "loc": { "start": { - "line": 1865, + "line": 1860, "column": 16 }, "end": { - "line": 1865, + "line": 1860, "column": 22 } } @@ -142299,31 +141725,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 65075, - 65077 + 64852, + 64854 ], "loc": { "start": { - "line": 1865, + "line": 1860, "column": 25 }, "end": { - "line": 1865, + "line": 1860, "column": 27 } } }, "range": [ - 65066, - 65077 + 64843, + 64854 ], "loc": { "start": { - "line": 1865, + "line": 1860, "column": 16 }, "end": { - "line": 1865, + "line": 1860, "column": 27 } } @@ -142331,16 +141757,16 @@ ], "kind": "let", "range": [ - 65062, - 65078 + 64839, + 64855 ], "loc": { "start": { - "line": 1865, + "line": 1860, "column": 12 }, "end": { - "line": 1865, + "line": 1860, "column": 28 } } @@ -142356,16 +141782,16 @@ "object": { "type": "ThisExpression", "range": [ - 65095, - 65099 + 64872, + 64876 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 16 }, "end": { - "line": 1866, + "line": 1861, "column": 20 } } @@ -142374,31 +141800,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 65100, - 65115 + 64877, + 64892 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 21 }, "end": { - "line": 1866, + "line": 1861, "column": 36 } } }, "range": [ - 65095, - 65115 + 64872, + 64892 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 16 }, "end": { - "line": 1866, + "line": 1861, "column": 36 } } @@ -142412,16 +141838,16 @@ "object": { "type": "ThisExpression", "range": [ - 65120, - 65124 + 64897, + 64901 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 41 }, "end": { - "line": 1866, + "line": 1861, "column": 45 } } @@ -142430,62 +141856,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 65125, - 65136 + 64902, + 64913 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 46 }, "end": { - "line": 1866, + "line": 1861, "column": 57 } } }, "range": [ - 65120, - 65136 + 64897, + 64913 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 41 }, "end": { - "line": 1866, + "line": 1861, "column": 57 } } }, "prefix": true, "range": [ - 65119, - 65136 + 64896, + 64913 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 40 }, "end": { - "line": 1866, + "line": 1861, "column": 57 } } }, "range": [ - 65095, - 65136 + 64872, + 64913 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 16 }, "end": { - "line": 1866, + "line": 1861, "column": 57 } } @@ -142506,16 +141932,16 @@ "object": { "type": "ThisExpression", "range": [ - 65156, - 65160 + 64933, + 64937 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 16 }, "end": { - "line": 1867, + "line": 1862, "column": 20 } } @@ -142524,31 +141950,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 65161, - 65168 + 64938, + 64945 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 21 }, "end": { - "line": 1867, + "line": 1862, "column": 28 } } }, "range": [ - 65156, - 65168 + 64933, + 64945 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 16 }, "end": { - "line": 1867, + "line": 1862, "column": 28 } } @@ -142557,31 +141983,31 @@ "type": "Identifier", "name": "emit", "range": [ - 65169, - 65173 + 64946, + 64950 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 29 }, "end": { - "line": 1867, + "line": 1862, "column": 33 } } }, "range": [ - 65156, - 65173 + 64933, + 64950 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 16 }, "end": { - "line": 1867, + "line": 1862, "column": 33 } } @@ -142592,16 +142018,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 65174, - 65198 + 64951, + 64975 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 34 }, "end": { - "line": 1867, + "line": 1862, "column": 58 } } @@ -142609,16 +142035,16 @@ { "type": "ThisExpression", "range": [ - 65200, - 65204 + 64977, + 64981 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 60 }, "end": { - "line": 1867, + "line": 1862, "column": 64 } } @@ -142627,16 +142053,16 @@ "type": "Identifier", "name": "index", "range": [ - 65206, - 65211 + 64983, + 64988 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 66 }, "end": { - "line": 1867, + "line": 1862, "column": 71 } } @@ -142647,16 +142073,16 @@ "object": { "type": "ThisExpression", "range": [ - 65233, - 65237 + 65010, + 65014 ], "loc": { "start": { - "line": 1868, + "line": 1863, "column": 20 }, "end": { - "line": 1868, + "line": 1863, "column": 24 } } @@ -142665,94 +142091,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 65238, - 65251 + 65015, + 65028 ], "loc": { "start": { - "line": 1868, + "line": 1863, "column": 25 }, "end": { - "line": 1868, + "line": 1863, "column": 38 } } }, "range": [ - 65233, - 65251 + 65010, + 65028 ], "loc": { "start": { - "line": 1868, + "line": 1863, "column": 20 }, "end": { - "line": 1868, + "line": 1863, "column": 38 } } } ], "range": [ - 65156, - 65252 + 64933, + 65029 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 16 }, "end": { - "line": 1868, + "line": 1863, "column": 39 } } }, "range": [ - 65156, - 65253 + 64933, + 65030 ], "loc": { "start": { - "line": 1867, + "line": 1862, "column": 16 }, "end": { - "line": 1868, + "line": 1863, "column": 40 } } } ], "range": [ - 65138, - 65267 + 64915, + 65044 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 59 }, "end": { - "line": 1869, + "line": 1864, "column": 13 } } }, "alternate": null, "range": [ - 65091, - 65267 + 64868, + 65044 ], "loc": { "start": { - "line": 1866, + "line": 1861, "column": 12 }, "end": { - "line": 1869, + "line": 1864, "column": 13 } } @@ -142765,16 +142191,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 65284, - 65291 + 65061, + 65068 ], "loc": { "start": { - "line": 1870, + "line": 1865, "column": 16 }, "end": { - "line": 1870, + "line": 1865, "column": 23 } } @@ -142784,32 +142210,32 @@ "type": "Identifier", "name": "query", "range": [ - 65292, - 65297 + 65069, + 65074 ], "loc": { "start": { - "line": 1870, + "line": 1865, "column": 24 }, "end": { - "line": 1870, + "line": 1865, "column": 29 } } } ], "range": [ - 65284, - 65298 + 65061, + 65075 ], "loc": { "start": { - "line": 1870, + "line": 1865, "column": 16 }, "end": { - "line": 1870, + "line": 1865, "column": 30 } } @@ -142826,16 +142252,16 @@ "type": "Identifier", "name": "values", "range": [ - 65318, - 65324 + 65095, + 65101 ], "loc": { "start": { - "line": 1871, + "line": 1866, "column": 16 }, "end": { - "line": 1871, + "line": 1866, "column": 22 } } @@ -142844,62 +142270,62 @@ "type": "Identifier", "name": "query", "range": [ - 65327, - 65332 + 65104, + 65109 ], "loc": { "start": { - "line": 1871, + "line": 1866, "column": 25 }, "end": { - "line": 1871, + "line": 1866, "column": 30 } } }, "range": [ - 65318, - 65332 + 65095, + 65109 ], "loc": { "start": { - "line": 1871, + "line": 1866, "column": 16 }, "end": { - "line": 1871, + "line": 1866, "column": 30 } } }, "range": [ - 65318, - 65333 + 65095, + 65110 ], "loc": { "start": { - "line": 1871, + "line": 1866, "column": 16 }, "end": { - "line": 1871, + "line": 1866, "column": 31 } } } ], "range": [ - 65300, - 65347 + 65077, + 65124 ], "loc": { "start": { - "line": 1870, + "line": 1865, "column": 32 }, "end": { - "line": 1872, + "line": 1867, "column": 13 } } @@ -142916,16 +142342,16 @@ "type": "Identifier", "name": "query", "range": [ - 65371, - 65376 + 65148, + 65153 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 16 }, "end": { - "line": 1873, + "line": 1868, "column": 21 } } @@ -142936,16 +142362,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 65379, - 65388 + 65156, + 65165 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 24 }, "end": { - "line": 1873, + "line": 1868, "column": 33 } } @@ -142955,16 +142381,16 @@ "type": "Identifier", "name": "query", "range": [ - 65389, - 65394 + 65166, + 65171 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 34 }, "end": { - "line": 1873, + "line": 1868, "column": 39 } } @@ -142975,16 +142401,16 @@ "object": { "type": "ThisExpression", "range": [ - 65396, - 65400 + 65173, + 65177 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 41 }, "end": { - "line": 1873, + "line": 1868, "column": 45 } } @@ -142993,77 +142419,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 65401, - 65414 + 65178, + 65191 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 46 }, "end": { - "line": 1873, + "line": 1868, "column": 59 } } }, "range": [ - 65396, - 65414 + 65173, + 65191 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 41 }, "end": { - "line": 1873, + "line": 1868, "column": 59 } } } ], "range": [ - 65379, - 65415 + 65156, + 65192 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 24 }, "end": { - "line": 1873, + "line": 1868, "column": 60 } } }, "range": [ - 65371, - 65415 + 65148, + 65192 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 16 }, "end": { - "line": 1873, + "line": 1868, "column": 60 } } }, "range": [ - 65371, - 65416 + 65148, + 65193 ], "loc": { "start": { - "line": 1873, + "line": 1868, "column": 16 }, "end": { - "line": 1873, + "line": 1868, "column": 61 } } @@ -143077,16 +142503,16 @@ "type": "Identifier", "name": "values", "range": [ - 65433, - 65439 + 65210, + 65216 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 16 }, "end": { - "line": 1874, + "line": 1869, "column": 22 } } @@ -143100,16 +142526,16 @@ "type": "Identifier", "name": "query", "range": [ - 65442, - 65447 + 65219, + 65224 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 25 }, "end": { - "line": 1874, + "line": 1869, "column": 30 } } @@ -143118,31 +142544,31 @@ "type": "Identifier", "name": "split", "range": [ - 65448, - 65453 + 65225, + 65230 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 31 }, "end": { - "line": 1874, + "line": 1869, "column": 36 } } }, "range": [ - 65442, - 65453 + 65219, + 65230 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 25 }, "end": { - "line": 1874, + "line": 1869, "column": 36 } } @@ -143159,16 +142585,16 @@ "value": " ", "raw": "' '", "range": [ - 65454, - 65457 + 65231, + 65234 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 37 }, "end": { - "line": 1874, + "line": 1869, "column": 40 } } @@ -143179,16 +142605,16 @@ "object": { "type": "ThisExpression", "range": [ - 65460, - 65464 + 65237, + 65241 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 43 }, "end": { - "line": 1874, + "line": 1869, "column": 47 } } @@ -143197,46 +142623,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 65465, - 65475 + 65242, + 65252 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 48 }, "end": { - "line": 1874, + "line": 1869, "column": 58 } } }, "range": [ - 65460, - 65475 + 65237, + 65252 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 43 }, "end": { - "line": 1874, + "line": 1869, "column": 58 } } }, "range": [ - 65454, - 65475 + 65231, + 65252 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 37 }, "end": { - "line": 1874, + "line": 1869, "column": 58 } } @@ -143246,108 +142672,108 @@ "value": " ", "raw": "' '", "range": [ - 65478, - 65481 + 65255, + 65258 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 61 }, "end": { - "line": 1874, + "line": 1869, "column": 64 } } }, "range": [ - 65454, - 65481 + 65231, + 65258 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 37 }, "end": { - "line": 1874, + "line": 1869, "column": 64 } } } ], "range": [ - 65442, - 65482 + 65219, + 65259 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 25 }, "end": { - "line": 1874, + "line": 1869, "column": 65 } } }, "range": [ - 65433, - 65482 + 65210, + 65259 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 16 }, "end": { - "line": 1874, + "line": 1869, "column": 65 } } }, "range": [ - 65433, - 65483 + 65210, + 65260 ], "loc": { "start": { - "line": 1874, + "line": 1869, "column": 16 }, "end": { - "line": 1874, + "line": 1869, "column": 66 } } } ], "range": [ - 65353, - 65497 + 65130, + 65274 ], "loc": { "start": { - "line": 1872, + "line": 1867, "column": 19 }, "end": { - "line": 1875, + "line": 1870, "column": 13 } } }, "range": [ - 65280, - 65497 + 65057, + 65274 ], "loc": { "start": { - "line": 1870, + "line": 1865, "column": 12 }, "end": { - "line": 1875, + "line": 1870, "column": 13 } } @@ -143365,16 +142791,16 @@ "object": { "type": "ThisExpression", "range": [ - 65511, - 65515 + 65288, + 65292 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 12 }, "end": { - "line": 1877, + "line": 1872, "column": 16 } } @@ -143383,31 +142809,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 65516, - 65523 + 65293, + 65300 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 17 }, "end": { - "line": 1877, + "line": 1872, "column": 24 } } }, "range": [ - 65511, - 65523 + 65288, + 65300 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 12 }, "end": { - "line": 1877, + "line": 1872, "column": 24 } } @@ -143416,31 +142842,31 @@ "type": "Identifier", "name": "emit", "range": [ - 65524, - 65528 + 65301, + 65305 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 25 }, "end": { - "line": 1877, + "line": 1872, "column": 29 } } }, "range": [ - 65511, - 65528 + 65288, + 65305 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 12 }, "end": { - "line": 1877, + "line": 1872, "column": 29 } } @@ -143451,16 +142877,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 65529, - 65555 + 65306, + 65332 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 30 }, "end": { - "line": 1877, + "line": 1872, "column": 56 } } @@ -143468,16 +142894,16 @@ { "type": "ThisExpression", "range": [ - 65557, - 65561 + 65334, + 65338 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 58 }, "end": { - "line": 1877, + "line": 1872, "column": 62 } } @@ -143486,16 +142912,16 @@ "type": "Identifier", "name": "index", "range": [ - 65563, - 65568 + 65340, + 65345 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 64 }, "end": { - "line": 1877, + "line": 1872, "column": 69 } } @@ -143504,79 +142930,79 @@ "type": "Identifier", "name": "values", "range": [ - 65570, - 65576 + 65347, + 65353 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 71 }, "end": { - "line": 1877, + "line": 1872, "column": 77 } } } ], "range": [ - 65511, - 65577 + 65288, + 65354 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 12 }, "end": { - "line": 1877, + "line": 1872, "column": 78 } } }, "range": [ - 65511, - 65578 + 65288, + 65355 ], "loc": { "start": { - "line": 1877, + "line": 1872, "column": 12 }, "end": { - "line": 1877, + "line": 1872, "column": 79 } } } ], "range": [ - 65048, - 65588 + 64825, + 65365 ], "loc": { "start": { - "line": 1864, + "line": 1859, "column": 43 }, "end": { - "line": 1878, + "line": 1873, "column": 9 } } }, "alternate": null, "range": [ - 65018, - 65588 + 64795, + 65365 ], "loc": { "start": { - "line": 1864, + "line": 1859, "column": 13 }, "end": { - "line": 1878, + "line": 1873, "column": 9 } }, @@ -143585,16 +143011,16 @@ "type": "Line", "value": "checklist", "range": [ - 64993, - 65004 + 64770, + 64781 ], "loc": { "start": { - "line": 1863, + "line": 1858, "column": 8 }, "end": { - "line": 1863, + "line": 1858, "column": 19 } } @@ -143602,16 +143028,16 @@ ] }, "range": [ - 64558, - 65588 + 64335, + 65365 ], "loc": { "start": { - "line": 1852, + "line": 1847, "column": 13 }, "end": { - "line": 1878, + "line": 1873, "column": 9 } }, @@ -143620,16 +143046,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 64526, - 64544 + 64303, + 64321 ], "loc": { "start": { - "line": 1851, + "line": 1846, "column": 8 }, "end": { - "line": 1851, + "line": 1846, "column": 26 } } @@ -143637,32 +143063,32 @@ ] }, "range": [ - 64212, - 65588 + 63989, + 65365 ], "loc": { "start": { - "line": 1844, + "line": 1839, "column": 8 }, "end": { - "line": 1878, + "line": 1873, "column": 9 } } } ], "range": [ - 64042, - 65594 + 63819, + 65371 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 38 }, "end": { - "line": 1879, + "line": 1874, "column": 5 } } @@ -143670,16 +143096,16 @@ "generator": false, "expression": false, "range": [ - 64022, - 65594 + 63799, + 65371 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 18 }, "end": { - "line": 1879, + "line": 1874, "column": 5 } } @@ -143687,16 +143113,16 @@ "kind": "method", "computed": false, "range": [ - 64008, - 65594 + 63785, + 65371 ], "loc": { "start": { - "line": 1837, + "line": 1832, "column": 4 }, "end": { - "line": 1879, + "line": 1874, "column": 5 } }, @@ -143705,16 +143131,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": [ - 63841, - 64003 + 63618, + 63780 ], "loc": { "start": { - "line": 1832, + "line": 1827, "column": 4 }, "end": { - "line": 1836, + "line": 1831, "column": 7 } } @@ -143725,16 +143151,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 65600, - 65704 + 65377, + 65481 ], "loc": { "start": { - "line": 1881, + "line": 1876, "column": 4 }, "end": { - "line": 1884, + "line": 1879, "column": 7 } } @@ -143748,16 +143174,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 65709, - 65721 + 65486, + 65498 ], "loc": { "start": { - "line": 1885, + "line": 1880, "column": 4 }, "end": { - "line": 1885, + "line": 1880, "column": 16 } } @@ -143770,16 +143196,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 65722, - 65725 + 65499, + 65502 ], "loc": { "start": { - "line": 1885, + "line": 1880, "column": 17 }, "end": { - "line": 1885, + "line": 1880, "column": 20 } } @@ -143799,16 +143225,16 @@ "object": { "type": "ThisExpression", "range": [ - 65742, - 65746 + 65519, + 65523 ], "loc": { "start": { - "line": 1886, + "line": 1881, "column": 13 }, "end": { - "line": 1886, + "line": 1881, "column": 17 } } @@ -143817,47 +143243,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 65747, - 65759 + 65524, + 65536 ], "loc": { "start": { - "line": 1886, + "line": 1881, "column": 18 }, "end": { - "line": 1886, + "line": 1881, "column": 30 } } }, "range": [ - 65742, - 65759 + 65519, + 65536 ], "loc": { "start": { - "line": 1886, + "line": 1881, "column": 13 }, "end": { - "line": 1886, + "line": 1881, "column": 30 } } }, "prefix": true, "range": [ - 65741, - 65759 + 65518, + 65536 ], "loc": { "start": { - "line": 1886, + "line": 1881, "column": 12 }, "end": { - "line": 1886, + "line": 1881, "column": 30 } } @@ -143869,48 +143295,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65775, - 65782 + 65552, + 65559 ], "loc": { "start": { - "line": 1887, + "line": 1882, "column": 12 }, "end": { - "line": 1887, + "line": 1882, "column": 19 } } } ], "range": [ - 65761, - 65792 + 65538, + 65569 ], "loc": { "start": { - "line": 1886, + "line": 1881, "column": 32 }, "end": { - "line": 1888, + "line": 1883, "column": 9 } } }, "alternate": null, "range": [ - 65737, - 65792 + 65514, + 65569 ], "loc": { "start": { - "line": 1886, + "line": 1881, "column": 8 }, "end": { - "line": 1888, + "line": 1883, "column": 9 } } @@ -143924,16 +143350,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 65801, - 65804 + 65578, + 65581 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 8 }, "end": { - "line": 1889, + "line": 1884, "column": 11 } } @@ -143945,16 +143371,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 65807, - 65810 + 65584, + 65587 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 14 }, "end": { - "line": 1889, + "line": 1884, "column": 17 } } @@ -143965,16 +143391,16 @@ "object": { "type": "ThisExpression", "range": [ - 65814, - 65818 + 65591, + 65595 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 21 }, "end": { - "line": 1889, + "line": 1884, "column": 25 } } @@ -143983,76 +143409,76 @@ "type": "Identifier", "name": "tbl", "range": [ - 65819, - 65822 + 65596, + 65599 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 26 }, "end": { - "line": 1889, + "line": 1884, "column": 29 } } }, "range": [ - 65814, - 65822 + 65591, + 65599 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 21 }, "end": { - "line": 1889, + "line": 1884, "column": 29 } } }, "range": [ - 65807, - 65822 + 65584, + 65599 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 14 }, "end": { - "line": 1889, + "line": 1884, "column": 29 } } }, "range": [ - 65801, - 65822 + 65578, + 65599 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 8 }, "end": { - "line": 1889, + "line": 1884, "column": 29 } } }, "range": [ - 65801, - 65823 + 65578, + 65600 ], "loc": { "start": { - "line": 1889, + "line": 1884, "column": 8 }, "end": { - "line": 1889, + "line": 1884, "column": 30 } } @@ -144068,16 +143494,16 @@ "type": "Identifier", "name": "setWidths", "range": [ - 65833, - 65842 + 65610, + 65619 ], "loc": { "start": { - "line": 1891, + "line": 1886, "column": 8 }, "end": { - "line": 1891, + "line": 1886, "column": 17 } } @@ -144086,31 +143512,31 @@ "type": "Identifier", "name": "call", "range": [ - 65843, - 65847 + 65620, + 65624 ], "loc": { "start": { - "line": 1891, + "line": 1886, "column": 18 }, "end": { - "line": 1891, + "line": 1886, "column": 22 } } }, "range": [ - 65833, - 65847 + 65610, + 65624 ], "loc": { "start": { - "line": 1891, + "line": 1886, "column": 8 }, "end": { - "line": 1891, + "line": 1886, "column": 22 } } @@ -144119,47 +143545,47 @@ { "type": "ThisExpression", "range": [ - 65848, - 65852 + 65625, + 65629 ], "loc": { "start": { - "line": 1891, + "line": 1886, "column": 23 }, "end": { - "line": 1891, + "line": 1886, "column": 27 } } } ], "range": [ - 65833, - 65853 + 65610, + 65630 ], "loc": { "start": { - "line": 1891, + "line": 1886, "column": 8 }, "end": { - "line": 1891, + "line": 1886, "column": 28 } } }, "range": [ - 65833, - 65854 + 65610, + 65631 ], "loc": { "start": { - "line": 1891, + "line": 1886, "column": 8 }, "end": { - "line": 1891, + "line": 1886, "column": 29 } } @@ -144170,16 +143596,16 @@ "type": "Identifier", "name": "setWidths", "range": [ - 65873, - 65882 + 65650, + 65659 ], "loc": { "start": { - "line": 1893, + "line": 1888, "column": 17 }, "end": { - "line": 1893, + "line": 1888, "column": 26 } } @@ -144197,16 +143623,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 65903, - 65909 + 65680, + 65686 ], "loc": { "start": { - "line": 1894, + "line": 1889, "column": 16 }, "end": { - "line": 1894, + "line": 1889, "column": 22 } } @@ -144217,16 +143643,16 @@ "object": { "type": "ThisExpression", "range": [ - 65912, - 65916 + 65689, + 65693 ], "loc": { "start": { - "line": 1894, + "line": 1889, "column": 25 }, "end": { - "line": 1894, + "line": 1889, "column": 29 } } @@ -144235,46 +143661,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 65917, - 65924 + 65694, + 65701 ], "loc": { "start": { - "line": 1894, + "line": 1889, "column": 30 }, "end": { - "line": 1894, + "line": 1889, "column": 37 } } }, "range": [ - 65912, - 65924 + 65689, + 65701 ], "loc": { "start": { - "line": 1894, + "line": 1889, "column": 25 }, "end": { - "line": 1894, + "line": 1889, "column": 37 } } }, "range": [ - 65903, - 65924 + 65680, + 65701 ], "loc": { "start": { - "line": 1894, + "line": 1889, "column": 16 }, "end": { - "line": 1894, + "line": 1889, "column": 37 } } @@ -144282,16 +143708,16 @@ ], "kind": "let", "range": [ - 65899, - 65925 + 65676, + 65702 ], "loc": { "start": { - "line": 1894, + "line": 1889, "column": 12 }, "end": { - "line": 1894, + "line": 1889, "column": 38 } } @@ -144305,16 +143731,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 65942, - 65951 + 65719, + 65728 ], "loc": { "start": { - "line": 1895, + "line": 1890, "column": 16 }, "end": { - "line": 1895, + "line": 1890, "column": 25 } } @@ -144325,16 +143751,16 @@ "object": { "type": "ThisExpression", "range": [ - 65954, - 65958 + 65731, + 65735 ], "loc": { "start": { - "line": 1895, + "line": 1890, "column": 28 }, "end": { - "line": 1895, + "line": 1890, "column": 32 } } @@ -144343,46 +143769,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 65959, - 65968 + 65736, + 65745 ], "loc": { "start": { - "line": 1895, + "line": 1890, "column": 33 }, "end": { - "line": 1895, + "line": 1890, "column": 42 } } }, "range": [ - 65954, - 65968 + 65731, + 65745 ], "loc": { "start": { - "line": 1895, + "line": 1890, "column": 28 }, "end": { - "line": 1895, + "line": 1890, "column": 42 } } }, "range": [ - 65942, - 65968 + 65719, + 65745 ], "loc": { "start": { - "line": 1895, + "line": 1890, "column": 16 }, "end": { - "line": 1895, + "line": 1890, "column": 42 } } @@ -144390,16 +143816,16 @@ ], "kind": "let", "range": [ - 65938, - 65969 + 65715, + 65746 ], "loc": { "start": { - "line": 1895, + "line": 1890, "column": 12 }, "end": { - "line": 1895, + "line": 1890, "column": 43 } } @@ -144413,16 +143839,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 65986, - 65993 + 65763, + 65770 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 16 }, "end": { - "line": 1896, + "line": 1891, "column": 23 } } @@ -144433,16 +143859,16 @@ "type": "Identifier", "name": "tag", "range": [ - 65996, - 65999 + 65773, + 65776 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 26 }, "end": { - "line": 1896, + "line": 1891, "column": 29 } } @@ -144452,16 +143878,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 66000, - 66003 + 65777, + 65780 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 30 }, "end": { - "line": 1896, + "line": 1891, "column": 33 } } @@ -144471,47 +143897,47 @@ "value": "col", "raw": "'col'", "range": [ - 66005, - 66010 + 65782, + 65787 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 35 }, "end": { - "line": 1896, + "line": 1891, "column": 40 } } } ], "range": [ - 65996, - 66011 + 65773, + 65788 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 26 }, "end": { - "line": 1896, + "line": 1891, "column": 41 } } }, "range": [ - 65986, - 66011 + 65763, + 65788 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 16 }, "end": { - "line": 1896, + "line": 1891, "column": 41 } } @@ -144519,16 +143945,16 @@ ], "kind": "let", "range": [ - 65982, - 66012 + 65759, + 65789 ], "loc": { "start": { - "line": 1896, + "line": 1891, "column": 12 }, "end": { - "line": 1896, + "line": 1891, "column": 42 } } @@ -144542,16 +143968,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 66029, - 66041 + 65806, + 65818 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 16 }, "end": { - "line": 1897, + "line": 1892, "column": 28 } } @@ -144566,16 +143992,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 66044, - 66051 + 65821, + 65828 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 31 }, "end": { - "line": 1897, + "line": 1892, "column": 38 } } @@ -144584,31 +144010,31 @@ "type": "Identifier", "name": "length", "range": [ - 66052, - 66058 + 65829, + 65835 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 39 }, "end": { - "line": 1897, + "line": 1892, "column": 45 } } }, "range": [ - 66044, - 66058 + 65821, + 65835 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 31 }, "end": { - "line": 1897, + "line": 1892, "column": 45 } } @@ -144618,46 +144044,46 @@ "value": 0, "raw": "0", "range": [ - 66061, - 66062 + 65838, + 65839 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 48 }, "end": { - "line": 1897, + "line": 1892, "column": 49 } } }, "range": [ - 66044, - 66062 + 65821, + 65839 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 31 }, "end": { - "line": 1897, + "line": 1892, "column": 49 } } }, "range": [ - 66029, - 66062 + 65806, + 65839 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 16 }, "end": { - "line": 1897, + "line": 1892, "column": 49 } } @@ -144665,16 +144091,16 @@ ], "kind": "let", "range": [ - 66025, - 66063 + 65802, + 65840 ], "loc": { "start": { - "line": 1897, + "line": 1892, "column": 12 }, "end": { - "line": 1897, + "line": 1892, "column": 50 } } @@ -144688,16 +144114,16 @@ "type": "Identifier", "name": "frag", "range": [ - 66080, - 66084 + 65857, + 65861 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 16 }, "end": { - "line": 1898, + "line": 1893, "column": 20 } } @@ -144711,32 +144137,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 66088, - 66100 + 65865, + 65877 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 24 }, "end": { - "line": 1898, + "line": 1893, "column": 36 } } }, "prefix": true, "range": [ - 66087, - 66100 + 65864, + 65877 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 23 }, "end": { - "line": 1898, + "line": 1893, "column": 36 } } @@ -144750,16 +144176,16 @@ "type": "Identifier", "name": "doc", "range": [ - 66103, - 66106 + 65880, + 65883 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 39 }, "end": { - "line": 1898, + "line": 1893, "column": 42 } } @@ -144768,47 +144194,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 66107, - 66129 + 65884, + 65906 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 43 }, "end": { - "line": 1898, + "line": 1893, "column": 65 } } }, "range": [ - 66103, - 66129 + 65880, + 65906 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 39 }, "end": { - "line": 1898, + "line": 1893, "column": 65 } } }, "arguments": [], "range": [ - 66103, - 66131 + 65880, + 65908 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 39 }, "end": { - "line": 1898, + "line": 1893, "column": 67 } } @@ -144818,46 +144244,46 @@ "value": null, "raw": "null", "range": [ - 66134, - 66138 + 65911, + 65915 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 70 }, "end": { - "line": 1898, + "line": 1893, "column": 74 } } }, "range": [ - 66087, - 66138 + 65864, + 65915 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 23 }, "end": { - "line": 1898, + "line": 1893, "column": 74 } } }, "range": [ - 66080, - 66138 + 65857, + 65915 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 16 }, "end": { - "line": 1898, + "line": 1893, "column": 74 } } @@ -144865,16 +144291,16 @@ ], "kind": "let", "range": [ - 66076, - 66139 + 65853, + 65916 ], "loc": { "start": { - "line": 1898, + "line": 1893, "column": 12 }, "end": { - "line": 1898, + "line": 1893, "column": 75 } } @@ -144890,16 +144316,16 @@ "type": "Identifier", "name": "k", "range": [ - 66161, - 66162 + 65938, + 65939 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 21 }, "end": { - "line": 1899, + "line": 1894, "column": 22 } } @@ -144909,31 +144335,31 @@ "value": 0, "raw": "0", "range": [ - 66165, - 66166 + 65942, + 65943 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 25 }, "end": { - "line": 1899, + "line": 1894, "column": 26 } } }, "range": [ - 66161, - 66166 + 65938, + 65943 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 21 }, "end": { - "line": 1899, + "line": 1894, "column": 26 } } @@ -144941,16 +144367,16 @@ ], "kind": "let", "range": [ - 66157, - 66166 + 65934, + 65943 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 17 }, "end": { - "line": 1899, + "line": 1894, "column": 26 } } @@ -144962,16 +144388,16 @@ "type": "Identifier", "name": "k", "range": [ - 66168, - 66169 + 65945, + 65946 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 28 }, "end": { - "line": 1899, + "line": 1894, "column": 29 } } @@ -144980,31 +144406,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 66172, - 66178 + 65949, + 65955 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 32 }, "end": { - "line": 1899, + "line": 1894, "column": 38 } } }, "range": [ - 66168, - 66178 + 65945, + 65955 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 28 }, "end": { - "line": 1899, + "line": 1894, "column": 38 } } @@ -145016,32 +144442,32 @@ "type": "Identifier", "name": "k", "range": [ - 66180, - 66181 + 65957, + 65958 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 40 }, "end": { - "line": 1899, + "line": 1894, "column": 41 } } }, "prefix": false, "range": [ - 66180, - 66183 + 65957, + 65960 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 40 }, "end": { - "line": 1899, + "line": 1894, "column": 43 } } @@ -145058,32 +144484,32 @@ "type": "Identifier", "name": "col", "range": [ - 66207, - 66210 + 65984, + 65987 ], "loc": { "start": { - "line": 1900, + "line": 1895, "column": 20 }, "end": { - "line": 1900, + "line": 1895, "column": 23 } } }, "init": null, "range": [ - 66207, - 66210 + 65984, + 65987 ], "loc": { "start": { - "line": 1900, + "line": 1895, "column": 20 }, "end": { - "line": 1900, + "line": 1895, "column": 23 } } @@ -145091,16 +144517,16 @@ ], "kind": "let", "range": [ - 66203, - 66211 + 65980, + 65988 ], "loc": { "start": { - "line": 1900, + "line": 1895, "column": 16 }, "end": { - "line": 1900, + "line": 1895, "column": 24 } } @@ -145111,16 +144537,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 66232, - 66244 + 66009, + 66021 ], "loc": { "start": { - "line": 1901, + "line": 1896, "column": 20 }, "end": { - "line": 1901, + "line": 1896, "column": 32 } } @@ -145137,16 +144563,16 @@ "type": "Identifier", "name": "col", "range": [ - 66268, - 66271 + 66045, + 66048 ], "loc": { "start": { - "line": 1902, + "line": 1897, "column": 20 }, "end": { - "line": 1902, + "line": 1897, "column": 23 } } @@ -145158,16 +144584,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 66274, - 66281 + 66051, + 66058 ], "loc": { "start": { - "line": 1902, + "line": 1897, "column": 26 }, "end": { - "line": 1902, + "line": 1897, "column": 33 } } @@ -145176,77 +144602,77 @@ "type": "Identifier", "name": "k", "range": [ - 66282, - 66283 + 66059, + 66060 ], "loc": { "start": { - "line": 1902, + "line": 1897, "column": 34 }, "end": { - "line": 1902, + "line": 1897, "column": 35 } } }, "range": [ - 66274, - 66284 + 66051, + 66061 ], "loc": { "start": { - "line": 1902, + "line": 1897, "column": 26 }, "end": { - "line": 1902, + "line": 1897, "column": 36 } } }, "range": [ - 66268, - 66284 + 66045, + 66061 ], "loc": { "start": { - "line": 1902, + "line": 1897, "column": 20 }, "end": { - "line": 1902, + "line": 1897, "column": 36 } } }, "range": [ - 66268, - 66285 + 66045, + 66062 ], "loc": { "start": { - "line": 1902, + "line": 1897, "column": 20 }, "end": { - "line": 1902, + "line": 1897, "column": 37 } } } ], "range": [ - 66246, - 66303 + 66023, + 66080 ], "loc": { "start": { - "line": 1901, + "line": 1896, "column": 34 }, "end": { - "line": 1903, + "line": 1898, "column": 17 } } @@ -145263,16 +144689,16 @@ "type": "Identifier", "name": "col", "range": [ - 66331, - 66334 + 66108, + 66111 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 20 }, "end": { - "line": 1904, + "line": 1899, "column": 23 } } @@ -145283,16 +144709,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 66337, - 66346 + 66114, + 66123 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 26 }, "end": { - "line": 1904, + "line": 1899, "column": 35 } } @@ -145303,16 +144729,16 @@ "value": "col", "raw": "'col'", "range": [ - 66347, - 66352 + 66124, + 66129 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 36 }, "end": { - "line": 1904, + "line": 1899, "column": 41 } } @@ -145325,16 +144751,16 @@ "value": "id", "raw": "'id'", "range": [ - 66355, - 66359 + 66132, + 66136 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 44 }, "end": { - "line": 1904, + "line": 1899, "column": 48 } } @@ -145351,16 +144777,16 @@ "object": { "type": "ThisExpression", "range": [ - 66361, - 66365 + 66138, + 66142 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 50 }, "end": { - "line": 1904, + "line": 1899, "column": 54 } } @@ -145369,31 +144795,31 @@ "type": "Identifier", "name": "id", "range": [ - 66366, - 66368 + 66143, + 66145 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 55 }, "end": { - "line": 1904, + "line": 1899, "column": 57 } } }, "range": [ - 66361, - 66368 + 66138, + 66145 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 50 }, "end": { - "line": 1904, + "line": 1899, "column": 57 } } @@ -145403,31 +144829,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 66371, - 66378 + 66148, + 66155 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 60 }, "end": { - "line": 1904, + "line": 1899, "column": 67 } } }, "range": [ - 66361, - 66378 + 66138, + 66155 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 50 }, "end": { - "line": 1904, + "line": 1899, "column": 67 } } @@ -145436,93 +144862,93 @@ "type": "Identifier", "name": "k", "range": [ - 66381, - 66382 + 66158, + 66159 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 70 }, "end": { - "line": 1904, + "line": 1899, "column": 71 } } }, "range": [ - 66361, - 66382 + 66138, + 66159 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 50 }, "end": { - "line": 1904, + "line": 1899, "column": 71 } } } ], "range": [ - 66354, - 66383 + 66131, + 66160 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 43 }, "end": { - "line": 1904, + "line": 1899, "column": 72 } } } ], "range": [ - 66337, - 66384 + 66114, + 66161 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 26 }, "end": { - "line": 1904, + "line": 1899, "column": 73 } } }, "range": [ - 66331, - 66384 + 66108, + 66161 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 20 }, "end": { - "line": 1904, + "line": 1899, "column": 73 } } }, "range": [ - 66331, - 66385 + 66108, + 66162 ], "loc": { "start": { - "line": 1904, + "line": 1899, "column": 20 }, "end": { - "line": 1904, + "line": 1899, "column": 74 } } @@ -145538,16 +144964,16 @@ "type": "Identifier", "name": "frag", "range": [ - 66406, - 66410 + 66183, + 66187 ], "loc": { "start": { - "line": 1905, + "line": 1900, "column": 20 }, "end": { - "line": 1905, + "line": 1900, "column": 24 } } @@ -145556,31 +144982,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 66411, - 66422 + 66188, + 66199 ], "loc": { "start": { - "line": 1905, + "line": 1900, "column": 25 }, "end": { - "line": 1905, + "line": 1900, "column": 36 } } }, "range": [ - 66406, - 66422 + 66183, + 66199 ], "loc": { "start": { - "line": 1905, + "line": 1900, "column": 20 }, "end": { - "line": 1905, + "line": 1900, "column": 36 } } @@ -145590,78 +145016,78 @@ "type": "Identifier", "name": "col", "range": [ - 66423, - 66426 + 66200, + 66203 ], "loc": { "start": { - "line": 1905, + "line": 1900, "column": 37 }, "end": { - "line": 1905, + "line": 1900, "column": 40 } } } ], "range": [ - 66406, - 66427 + 66183, + 66204 ], "loc": { "start": { - "line": 1905, + "line": 1900, "column": 20 }, "end": { - "line": 1905, + "line": 1900, "column": 41 } } }, "range": [ - 66406, - 66428 + 66183, + 66205 ], "loc": { "start": { - "line": 1905, + "line": 1900, "column": 20 }, "end": { - "line": 1905, + "line": 1900, "column": 42 } } } ], "range": [ - 66309, - 66446 + 66086, + 66223 ], "loc": { "start": { - "line": 1903, + "line": 1898, "column": 23 }, "end": { - "line": 1906, + "line": 1901, "column": 17 } } }, "range": [ - 66228, - 66446 + 66005, + 66223 ], "loc": { "start": { - "line": 1901, + "line": 1896, "column": 16 }, "end": { - "line": 1906, + "line": 1901, "column": 17 } } @@ -145681,16 +145107,16 @@ "type": "Identifier", "name": "col", "range": [ - 66463, - 66466 + 66240, + 66243 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 16 }, "end": { - "line": 1907, + "line": 1902, "column": 19 } } @@ -145699,31 +145125,31 @@ "type": "Identifier", "name": "style", "range": [ - 66467, - 66472 + 66244, + 66249 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 20 }, "end": { - "line": 1907, + "line": 1902, "column": 25 } } }, "range": [ - 66463, - 66472 + 66240, + 66249 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 16 }, "end": { - "line": 1907, + "line": 1902, "column": 25 } } @@ -145732,31 +145158,31 @@ "type": "Identifier", "name": "width", "range": [ - 66473, - 66478 + 66250, + 66255 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 26 }, "end": { - "line": 1907, + "line": 1902, "column": 31 } } }, "range": [ - 66463, - 66478 + 66240, + 66255 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 16 }, "end": { - "line": 1907, + "line": 1902, "column": 31 } } @@ -145768,16 +145194,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 66481, - 66490 + 66258, + 66267 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 34 }, "end": { - "line": 1907, + "line": 1902, "column": 43 } } @@ -145786,92 +145212,92 @@ "type": "Identifier", "name": "k", "range": [ - 66491, - 66492 + 66268, + 66269 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 44 }, "end": { - "line": 1907, + "line": 1902, "column": 45 } } }, "range": [ - 66481, - 66493 + 66258, + 66270 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 34 }, "end": { - "line": 1907, + "line": 1902, "column": 46 } } }, "range": [ - 66463, - 66493 + 66240, + 66270 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 16 }, "end": { - "line": 1907, + "line": 1902, "column": 46 } } }, "range": [ - 66463, - 66494 + 66240, + 66271 ], "loc": { "start": { - "line": 1907, + "line": 1902, "column": 16 }, "end": { - "line": 1907, + "line": 1902, "column": 47 } } } ], "range": [ - 66185, - 66508 + 65962, + 66285 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 45 }, "end": { - "line": 1908, + "line": 1903, "column": 13 } } }, "range": [ - 66152, - 66508 + 65929, + 66285 ], "loc": { "start": { - "line": 1899, + "line": 1894, "column": 12 }, "end": { - "line": 1908, + "line": 1903, "column": 13 } } @@ -145885,32 +145311,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 66526, - 66538 + 66303, + 66315 ], "loc": { "start": { - "line": 1909, + "line": 1904, "column": 17 }, "end": { - "line": 1909, + "line": 1904, "column": 29 } } }, "prefix": true, "range": [ - 66525, - 66538 + 66302, + 66315 ], "loc": { "start": { - "line": 1909, + "line": 1904, "column": 16 }, "end": { - "line": 1909, + "line": 1904, "column": 29 } } @@ -145929,16 +145355,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 66558, - 66561 + 66335, + 66338 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 16 }, "end": { - "line": 1910, + "line": 1905, "column": 19 } } @@ -145947,31 +145373,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 66562, - 66574 + 66339, + 66351 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 20 }, "end": { - "line": 1910, + "line": 1905, "column": 32 } } }, "range": [ - 66558, - 66574 + 66335, + 66351 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 16 }, "end": { - "line": 1910, + "line": 1905, "column": 32 } } @@ -145981,16 +145407,16 @@ "type": "Identifier", "name": "frag", "range": [ - 66575, - 66579 + 66352, + 66356 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 33 }, "end": { - "line": 1910, + "line": 1905, "column": 37 } } @@ -146002,16 +145428,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 66581, - 66584 + 66358, + 66361 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 39 }, "end": { - "line": 1910, + "line": 1905, "column": 42 } } @@ -146020,110 +145446,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 66585, - 66595 + 66362, + 66372 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 43 }, "end": { - "line": 1910, + "line": 1905, "column": 53 } } }, "range": [ - 66581, - 66595 + 66358, + 66372 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 39 }, "end": { - "line": 1910, + "line": 1905, "column": 53 } } } ], "range": [ - 66558, - 66596 + 66335, + 66373 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 16 }, "end": { - "line": 1910, + "line": 1905, "column": 54 } } }, "range": [ - 66558, - 66597 + 66335, + 66374 ], "loc": { "start": { - "line": 1910, + "line": 1905, "column": 16 }, "end": { - "line": 1910, + "line": 1905, "column": 55 } } } ], "range": [ - 66540, - 66611 + 66317, + 66388 ], "loc": { "start": { - "line": 1909, + "line": 1904, "column": 31 }, "end": { - "line": 1911, + "line": 1906, "column": 13 } } }, "alternate": null, "range": [ - 66521, - 66611 + 66298, + 66388 ], "loc": { "start": { - "line": 1909, + "line": 1904, "column": 12 }, "end": { - "line": 1911, + "line": 1906, "column": 13 } } } ], "range": [ - 65885, - 66621 + 65662, + 66398 ], "loc": { "start": { - "line": 1893, + "line": 1888, "column": 29 }, "end": { - "line": 1912, + "line": 1907, "column": 9 } } @@ -146131,32 +145557,32 @@ "generator": false, "expression": false, "range": [ - 65864, - 66621 + 65641, + 66398 ], "loc": { "start": { - "line": 1893, + "line": 1888, "column": 8 }, "end": { - "line": 1912, + "line": 1907, "column": 9 } } } ], "range": [ - 65727, - 66627 + 65504, + 66404 ], "loc": { "start": { - "line": 1885, + "line": 1880, "column": 22 }, "end": { - "line": 1913, + "line": 1908, "column": 5 } } @@ -146164,16 +145590,16 @@ "generator": false, "expression": false, "range": [ - 65721, - 66627 + 65498, + 66404 ], "loc": { "start": { - "line": 1885, + "line": 1880, "column": 16 }, "end": { - "line": 1913, + "line": 1908, "column": 5 } } @@ -146181,16 +145607,16 @@ "kind": "method", "computed": false, "range": [ - 65709, - 66627 + 65486, + 66404 ], "loc": { "start": { - "line": 1885, + "line": 1880, "column": 4 }, "end": { - "line": 1913, + "line": 1908, "column": 5 } }, @@ -146199,16 +145625,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 65600, - 65704 + 65377, + 65481 ], "loc": { "start": { - "line": 1881, + "line": 1876, "column": 4 }, "end": { - "line": 1884, + "line": 1879, "column": 7 } } @@ -146219,16 +145645,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 66633, - 66685 + 66410, + 66462 ], "loc": { "start": { - "line": 1915, + "line": 1910, "column": 4 }, "end": { - "line": 1917, + "line": 1912, "column": 7 } } @@ -146242,16 +145668,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 66690, - 66707 + 66467, + 66484 ], "loc": { "start": { - "line": 1918, + "line": 1913, "column": 4 }, "end": { - "line": 1918, + "line": 1913, "column": 21 } } @@ -146274,16 +145700,16 @@ "object": { "type": "ThisExpression", "range": [ - 66725, - 66729 + 66502, + 66506 ], "loc": { "start": { - "line": 1919, + "line": 1914, "column": 13 }, "end": { - "line": 1919, + "line": 1914, "column": 17 } } @@ -146292,47 +145718,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 66730, - 66744 + 66507, + 66521 ], "loc": { "start": { - "line": 1919, + "line": 1914, "column": 18 }, "end": { - "line": 1919, + "line": 1914, "column": 32 } } }, "range": [ - 66725, - 66744 + 66502, + 66521 ], "loc": { "start": { - "line": 1919, + "line": 1914, "column": 13 }, "end": { - "line": 1919, + "line": 1914, "column": 32 } } }, "prefix": true, "range": [ - 66724, - 66744 + 66501, + 66521 ], "loc": { "start": { - "line": 1919, + "line": 1914, "column": 12 }, "end": { - "line": 1919, + "line": 1914, "column": 32 } } @@ -146344,48 +145770,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66760, - 66767 + 66537, + 66544 ], "loc": { "start": { - "line": 1920, + "line": 1915, "column": 12 }, "end": { - "line": 1920, + "line": 1915, "column": 19 } } } ], "range": [ - 66746, - 66777 + 66523, + 66554 ], "loc": { "start": { - "line": 1919, + "line": 1914, "column": 34 }, "end": { - "line": 1921, + "line": 1916, "column": 9 } } }, "alternate": null, "range": [ - 66720, - 66777 + 66497, + 66554 ], "loc": { "start": { - "line": 1919, + "line": 1914, "column": 8 }, "end": { - "line": 1921, + "line": 1916, "column": 9 } } @@ -146399,16 +145825,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 66790, - 66796 + 66567, + 66573 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 12 }, "end": { - "line": 1922, + "line": 1917, "column": 18 } } @@ -146421,16 +145847,16 @@ "object": { "type": "ThisExpression", "range": [ - 66799, - 66803 + 66576, + 66580 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 21 }, "end": { - "line": 1922, + "line": 1917, "column": 25 } } @@ -146439,31 +145865,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 66804, - 66813 + 66581, + 66590 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 26 }, "end": { - "line": 1922, + "line": 1917, "column": 35 } } }, "range": [ - 66799, - 66813 + 66576, + 66590 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 21 }, "end": { - "line": 1922, + "line": 1917, "column": 35 } } @@ -146474,47 +145900,47 @@ "value": true, "raw": "true", "range": [ - 66814, - 66818 + 66591, + 66595 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 36 }, "end": { - "line": 1922, + "line": 1917, "column": 40 } } } ], "range": [ - 66799, - 66819 + 66576, + 66596 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 21 }, "end": { - "line": 1922, + "line": 1917, "column": 41 } } }, "range": [ - 66790, - 66819 + 66567, + 66596 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 12 }, "end": { - "line": 1922, + "line": 1917, "column": 41 } } @@ -146522,16 +145948,16 @@ ], "kind": "let", "range": [ - 66786, - 66820 + 66563, + 66597 ], "loc": { "start": { - "line": 1922, + "line": 1917, "column": 8 }, "end": { - "line": 1922, + "line": 1917, "column": 42 } } @@ -146547,16 +145973,16 @@ "type": "Identifier", "name": "i", "range": [ - 66838, - 66839 + 66615, + 66616 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 17 }, "end": { - "line": 1923, + "line": 1918, "column": 18 } } @@ -146566,31 +145992,31 @@ "value": 0, "raw": "0", "range": [ - 66842, - 66843 + 66619, + 66620 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 21 }, "end": { - "line": 1923, + "line": 1918, "column": 22 } } }, "range": [ - 66838, - 66843 + 66615, + 66620 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 17 }, "end": { - "line": 1923, + "line": 1918, "column": 22 } } @@ -146601,16 +146027,16 @@ "type": "Identifier", "name": "len", "range": [ - 66845, - 66848 + 66622, + 66625 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 24 }, "end": { - "line": 1923, + "line": 1918, "column": 27 } } @@ -146624,16 +146050,16 @@ "object": { "type": "ThisExpression", "range": [ - 66851, - 66855 + 66628, + 66632 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 30 }, "end": { - "line": 1923, + "line": 1918, "column": 34 } } @@ -146642,31 +146068,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 66856, - 66867 + 66633, + 66644 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 35 }, "end": { - "line": 1923, + "line": 1918, "column": 46 } } }, "range": [ - 66851, - 66867 + 66628, + 66644 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 30 }, "end": { - "line": 1923, + "line": 1918, "column": 46 } } @@ -146675,46 +146101,46 @@ "type": "Identifier", "name": "length", "range": [ - 66868, - 66874 + 66645, + 66651 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 47 }, "end": { - "line": 1923, + "line": 1918, "column": 53 } } }, "range": [ - 66851, - 66874 + 66628, + 66651 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 30 }, "end": { - "line": 1923, + "line": 1918, "column": 53 } } }, "range": [ - 66845, - 66874 + 66622, + 66651 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 24 }, "end": { - "line": 1923, + "line": 1918, "column": 53 } } @@ -146722,16 +146148,16 @@ ], "kind": "let", "range": [ - 66834, - 66874 + 66611, + 66651 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 13 }, "end": { - "line": 1923, + "line": 1918, "column": 53 } } @@ -146743,16 +146169,16 @@ "type": "Identifier", "name": "i", "range": [ - 66876, - 66877 + 66653, + 66654 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 55 }, "end": { - "line": 1923, + "line": 1918, "column": 56 } } @@ -146761,31 +146187,31 @@ "type": "Identifier", "name": "len", "range": [ - 66880, - 66883 + 66657, + 66660 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 59 }, "end": { - "line": 1923, + "line": 1918, "column": 62 } } }, "range": [ - 66876, - 66883 + 66653, + 66660 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 55 }, "end": { - "line": 1923, + "line": 1918, "column": 62 } } @@ -146797,32 +146223,32 @@ "type": "Identifier", "name": "i", "range": [ - 66885, - 66886 + 66662, + 66663 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 64 }, "end": { - "line": 1923, + "line": 1918, "column": 65 } } }, "prefix": false, "range": [ - 66885, - 66888 + 66662, + 66665 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 64 }, "end": { - "line": 1923, + "line": 1918, "column": 67 } } @@ -146839,16 +146265,16 @@ "type": "Identifier", "name": "row", "range": [ - 66908, - 66911 + 66685, + 66688 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 16 }, "end": { - "line": 1924, + "line": 1919, "column": 19 } } @@ -146862,16 +146288,16 @@ "object": { "type": "ThisExpression", "range": [ - 66914, - 66918 + 66691, + 66695 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 22 }, "end": { - "line": 1924, + "line": 1919, "column": 26 } } @@ -146880,31 +146306,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 66919, - 66930 + 66696, + 66707 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 27 }, "end": { - "line": 1924, + "line": 1919, "column": 38 } } }, "range": [ - 66914, - 66930 + 66691, + 66707 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 22 }, "end": { - "line": 1924, + "line": 1919, "column": 38 } } @@ -146913,46 +146339,46 @@ "type": "Identifier", "name": "i", "range": [ - 66931, - 66932 + 66708, + 66709 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 39 }, "end": { - "line": 1924, + "line": 1919, "column": 40 } } }, "range": [ - 66914, - 66933 + 66691, + 66710 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 22 }, "end": { - "line": 1924, + "line": 1919, "column": 41 } } }, "range": [ - 66908, - 66933 + 66685, + 66710 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 16 }, "end": { - "line": 1924, + "line": 1919, "column": 41 } } @@ -146960,16 +146386,16 @@ ], "kind": "let", "range": [ - 66904, - 66934 + 66681, + 66711 ], "loc": { "start": { - "line": 1924, + "line": 1919, "column": 12 }, "end": { - "line": 1924, + "line": 1919, "column": 42 } }, @@ -146978,16 +146404,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 66947, - 66976 + 66724, + 66753 ], "loc": { "start": { - "line": 1925, + "line": 1920, "column": 12 }, "end": { - "line": 1925, + "line": 1920, "column": 41 } } @@ -147003,16 +146429,16 @@ "type": "Identifier", "name": "row", "range": [ - 66993, - 66996 + 66770, + 66773 ], "loc": { "start": { - "line": 1926, + "line": 1921, "column": 16 }, "end": { - "line": 1926, + "line": 1921, "column": 19 } } @@ -147021,31 +146447,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 67000, - 67006 + 66777, + 66783 ], "loc": { "start": { - "line": 1926, + "line": 1921, "column": 23 }, "end": { - "line": 1926, + "line": 1921, "column": 29 } } }, "range": [ - 66993, - 67006 + 66770, + 66783 ], "loc": { "start": { - "line": 1926, + "line": 1921, "column": 16 }, "end": { - "line": 1926, + "line": 1921, "column": 29 } } @@ -147063,16 +146489,16 @@ "object": { "type": "ThisExpression", "range": [ - 67026, - 67030 + 66803, + 66807 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 16 }, "end": { - "line": 1927, + "line": 1922, "column": 20 } } @@ -147081,31 +146507,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 67031, - 67042 + 66808, + 66819 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 21 }, "end": { - "line": 1927, + "line": 1922, "column": 32 } } }, "range": [ - 67026, - 67042 + 66803, + 66819 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 16 }, "end": { - "line": 1927, + "line": 1922, "column": 32 } } @@ -147115,16 +146541,16 @@ "type": "Identifier", "name": "row", "range": [ - 67043, - 67046 + 66820, + 66823 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 33 }, "end": { - "line": 1927, + "line": 1922, "column": 36 } } @@ -147134,79 +146560,79 @@ "value": true, "raw": "true", "range": [ - 67048, - 67052 + 66825, + 66829 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 38 }, "end": { - "line": 1927, + "line": 1922, "column": 42 } } } ], "range": [ - 67026, - 67053 + 66803, + 66830 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 16 }, "end": { - "line": 1927, + "line": 1922, "column": 43 } } }, "range": [ - 67026, - 67054 + 66803, + 66831 ], "loc": { "start": { - "line": 1927, + "line": 1922, "column": 16 }, "end": { - "line": 1927, + "line": 1922, "column": 44 } } } ], "range": [ - 67008, - 67068 + 66785, + 66845 ], "loc": { "start": { - "line": 1926, + "line": 1921, "column": 31 }, "end": { - "line": 1928, + "line": 1923, "column": 13 } } }, "alternate": null, "range": [ - 66989, - 67068 + 66766, + 66845 ], "loc": { "start": { - "line": 1926, + "line": 1921, "column": 12 }, "end": { - "line": 1928, + "line": 1923, "column": 13 } }, @@ -147215,16 +146641,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 66947, - 66976 + 66724, + 66753 ], "loc": { "start": { - "line": 1925, + "line": 1920, "column": 12 }, "end": { - "line": 1925, + "line": 1920, "column": 41 } } @@ -147233,47 +146659,47 @@ } ], "range": [ - 66890, - 67078 + 66667, + 66855 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 69 }, "end": { - "line": 1929, + "line": 1924, "column": 9 } } }, "range": [ - 66829, - 67078 + 66606, + 66855 ], "loc": { "start": { - "line": 1923, + "line": 1918, "column": 8 }, "end": { - "line": 1929, + "line": 1924, "column": 9 } } } ], "range": [ - 66710, - 67084 + 66487, + 66861 ], "loc": { "start": { - "line": 1918, + "line": 1913, "column": 24 }, "end": { - "line": 1930, + "line": 1925, "column": 5 } } @@ -147281,16 +146707,16 @@ "generator": false, "expression": false, "range": [ - 66707, - 67084 + 66484, + 66861 ], "loc": { "start": { - "line": 1918, + "line": 1913, "column": 21 }, "end": { - "line": 1930, + "line": 1925, "column": 5 } } @@ -147298,16 +146724,16 @@ "kind": "method", "computed": false, "range": [ - 66690, - 67084 + 66467, + 66861 ], "loc": { "start": { - "line": 1918, + "line": 1913, "column": 4 }, "end": { - "line": 1930, + "line": 1925, "column": 5 } }, @@ -147316,16 +146742,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 66633, - 66685 + 66410, + 66462 ], "loc": { "start": { - "line": 1915, + "line": 1910, "column": 4 }, "end": { - "line": 1917, + "line": 1912, "column": 7 } } @@ -147336,16 +146762,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 67090, - 67138 + 66867, + 66915 ], "loc": { "start": { - "line": 1932, + "line": 1927, "column": 4 }, "end": { - "line": 1934, + "line": 1929, "column": 7 } } @@ -147359,16 +146785,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 67143, - 67155 + 66920, + 66932 ], "loc": { "start": { - "line": 1935, + "line": 1930, "column": 4 }, "end": { - "line": 1935, + "line": 1930, "column": 16 } } @@ -147391,16 +146817,16 @@ "object": { "type": "ThisExpression", "range": [ - 67173, - 67177 + 66950, + 66954 ], "loc": { "start": { - "line": 1936, + "line": 1931, "column": 13 }, "end": { - "line": 1936, + "line": 1931, "column": 17 } } @@ -147409,47 +146835,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 67178, - 67185 + 66955, + 66962 ], "loc": { "start": { - "line": 1936, + "line": 1931, "column": 18 }, "end": { - "line": 1936, + "line": 1931, "column": 25 } } }, "range": [ - 67173, - 67185 + 66950, + 66962 ], "loc": { "start": { - "line": 1936, + "line": 1931, "column": 13 }, "end": { - "line": 1936, + "line": 1931, "column": 25 } } }, "prefix": true, "range": [ - 67172, - 67185 + 66949, + 66962 ], "loc": { "start": { - "line": 1936, + "line": 1931, "column": 12 }, "end": { - "line": 1936, + "line": 1931, "column": 25 } } @@ -147461,48 +146887,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67201, - 67208 + 66978, + 66985 ], "loc": { "start": { - "line": 1937, + "line": 1932, "column": 12 }, "end": { - "line": 1937, + "line": 1932, "column": 19 } } } ], "range": [ - 67187, - 67218 + 66964, + 66995 ], "loc": { "start": { - "line": 1936, + "line": 1931, "column": 27 }, "end": { - "line": 1938, + "line": 1933, "column": 9 } } }, "alternate": null, "range": [ - 67168, - 67218 + 66945, + 66995 ], "loc": { "start": { - "line": 1936, + "line": 1931, "column": 8 }, "end": { - "line": 1938, + "line": 1933, "column": 9 } } @@ -147520,16 +146946,16 @@ "object": { "type": "ThisExpression", "range": [ - 67228, - 67232 + 67005, + 67009 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 8 }, "end": { - "line": 1940, + "line": 1935, "column": 12 } } @@ -147538,31 +146964,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 67233, - 67240 + 67010, + 67017 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 13 }, "end": { - "line": 1940, + "line": 1935, "column": 20 } } }, "range": [ - 67228, - 67240 + 67005, + 67017 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 8 }, "end": { - "line": 1940, + "line": 1935, "column": 20 } } @@ -147571,31 +146997,31 @@ "type": "Identifier", "name": "emit", "range": [ - 67241, - 67245 + 67018, + 67022 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 21 }, "end": { - "line": 1940, + "line": 1935, "column": 25 } } }, "range": [ - 67228, - 67245 + 67005, + 67022 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 8 }, "end": { - "line": 1940, + "line": 1935, "column": 25 } } @@ -147606,16 +147032,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 67246, - 67271 + 67023, + 67048 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 26 }, "end": { - "line": 1940, + "line": 1935, "column": 51 } } @@ -147623,47 +147049,47 @@ { "type": "ThisExpression", "range": [ - 67273, - 67277 + 67050, + 67054 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 53 }, "end": { - "line": 1940, + "line": 1935, "column": 57 } } } ], "range": [ - 67228, - 67278 + 67005, + 67055 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 8 }, "end": { - "line": 1940, + "line": 1935, "column": 58 } } }, "range": [ - 67228, - 67279 + 67005, + 67056 ], "loc": { "start": { - "line": 1940, + "line": 1935, "column": 8 }, "end": { - "line": 1940, + "line": 1935, "column": 59 } } @@ -147676,16 +147102,16 @@ "object": { "type": "ThisExpression", "range": [ - 67293, - 67297 + 67070, + 67074 ], "loc": { "start": { - "line": 1942, + "line": 1937, "column": 12 }, "end": { - "line": 1942, + "line": 1937, "column": 16 } } @@ -147694,31 +147120,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 67298, - 67311 + 67075, + 67088 ], "loc": { "start": { - "line": 1942, + "line": 1937, "column": 17 }, "end": { - "line": 1942, + "line": 1937, "column": 30 } } }, "range": [ - 67293, - 67311 + 67070, + 67088 ], "loc": { "start": { - "line": 1942, + "line": 1937, "column": 12 }, "end": { - "line": 1942, + "line": 1937, "column": 30 } } @@ -147739,16 +147165,16 @@ "object": { "type": "ThisExpression", "range": [ - 67327, - 67331 + 67104, + 67108 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 12 }, "end": { - "line": 1943, + "line": 1938, "column": 16 } } @@ -147757,31 +147183,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 67332, - 67345 + 67109, + 67122 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 17 }, "end": { - "line": 1943, + "line": 1938, "column": 30 } } }, "range": [ - 67327, - 67345 + 67104, + 67122 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 12 }, "end": { - "line": 1943, + "line": 1938, "column": 30 } } @@ -147790,31 +147216,31 @@ "type": "Identifier", "name": "call", "range": [ - 67346, - 67350 + 67123, + 67127 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 31 }, "end": { - "line": 1943, + "line": 1938, "column": 35 } } }, "range": [ - 67327, - 67350 + 67104, + 67127 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 12 }, "end": { - "line": 1943, + "line": 1938, "column": 35 } } @@ -147825,16 +147251,16 @@ "value": null, "raw": "null", "range": [ - 67351, - 67355 + 67128, + 67132 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 36 }, "end": { - "line": 1943, + "line": 1938, "column": 40 } } @@ -147842,16 +147268,16 @@ { "type": "ThisExpression", "range": [ - 67357, - 67361 + 67134, + 67138 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 42 }, "end": { - "line": 1943, + "line": 1938, "column": 46 } } @@ -147864,16 +147290,16 @@ "object": { "type": "ThisExpression", "range": [ - 67363, - 67367 + 67140, + 67144 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 48 }, "end": { - "line": 1943, + "line": 1938, "column": 52 } } @@ -147882,110 +147308,110 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 67368, - 67383 + 67145, + 67160 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 53 }, "end": { - "line": 1943, + "line": 1938, "column": 68 } } }, "range": [ - 67363, - 67383 + 67140, + 67160 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 48 }, "end": { - "line": 1943, + "line": 1938, "column": 68 } } }, "arguments": [], "range": [ - 67363, - 67385 + 67140, + 67162 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 48 }, "end": { - "line": 1943, + "line": 1938, "column": 70 } } } ], "range": [ - 67327, - 67386 + 67104, + 67163 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 12 }, "end": { - "line": 1943, + "line": 1938, "column": 71 } } }, "range": [ - 67327, - 67387 + 67104, + 67164 ], "loc": { "start": { - "line": 1943, + "line": 1938, "column": 12 }, "end": { - "line": 1943, + "line": 1938, "column": 72 } } } ], "range": [ - 67313, - 67397 + 67090, + 67174 ], "loc": { "start": { - "line": 1942, + "line": 1937, "column": 32 }, "end": { - "line": 1944, + "line": 1939, "column": 9 } } }, "alternate": null, "range": [ - 67289, - 67397 + 67066, + 67174 ], "loc": { "start": { - "line": 1942, + "line": 1937, "column": 8 }, "end": { - "line": 1944, + "line": 1939, "column": 9 } } @@ -148001,16 +147427,16 @@ "type": "Identifier", "name": "i", "range": [ - 67415, - 67416 + 67192, + 67193 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 17 }, "end": { - "line": 1945, + "line": 1940, "column": 18 } } @@ -148020,31 +147446,31 @@ "value": 0, "raw": "0", "range": [ - 67419, - 67420 + 67196, + 67197 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 21 }, "end": { - "line": 1945, + "line": 1940, "column": 22 } } }, "range": [ - 67415, - 67420 + 67192, + 67197 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 17 }, "end": { - "line": 1945, + "line": 1940, "column": 22 } } @@ -148055,16 +147481,16 @@ "type": "Identifier", "name": "len", "range": [ - 67422, - 67425 + 67199, + 67202 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 24 }, "end": { - "line": 1945, + "line": 1940, "column": 27 } } @@ -148078,16 +147504,16 @@ "object": { "type": "ThisExpression", "range": [ - 67428, - 67432 + 67205, + 67209 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 30 }, "end": { - "line": 1945, + "line": 1940, "column": 34 } } @@ -148096,31 +147522,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 67433, - 67439 + 67210, + 67216 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 35 }, "end": { - "line": 1945, + "line": 1940, "column": 41 } } }, "range": [ - 67428, - 67439 + 67205, + 67216 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 30 }, "end": { - "line": 1945, + "line": 1940, "column": 41 } } @@ -148129,46 +147555,46 @@ "type": "Identifier", "name": "length", "range": [ - 67440, - 67446 + 67217, + 67223 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 42 }, "end": { - "line": 1945, + "line": 1940, "column": 48 } } }, "range": [ - 67428, - 67446 + 67205, + 67223 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 30 }, "end": { - "line": 1945, + "line": 1940, "column": 48 } } }, "range": [ - 67422, - 67446 + 67199, + 67223 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 24 }, "end": { - "line": 1945, + "line": 1940, "column": 48 } } @@ -148176,16 +147602,16 @@ ], "kind": "let", "range": [ - 67411, - 67446 + 67188, + 67223 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 13 }, "end": { - "line": 1945, + "line": 1940, "column": 48 } } @@ -148197,16 +147623,16 @@ "type": "Identifier", "name": "i", "range": [ - 67448, - 67449 + 67225, + 67226 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 50 }, "end": { - "line": 1945, + "line": 1940, "column": 51 } } @@ -148215,31 +147641,31 @@ "type": "Identifier", "name": "len", "range": [ - 67452, - 67455 + 67229, + 67232 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 54 }, "end": { - "line": 1945, + "line": 1940, "column": 57 } } }, "range": [ - 67448, - 67455 + 67225, + 67232 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 50 }, "end": { - "line": 1945, + "line": 1940, "column": 57 } } @@ -148251,32 +147677,32 @@ "type": "Identifier", "name": "i", "range": [ - 67457, - 67458 + 67234, + 67235 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 59 }, "end": { - "line": 1945, + "line": 1940, "column": 60 } } }, "prefix": false, "range": [ - 67457, - 67460 + 67234, + 67237 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 59 }, "end": { - "line": 1945, + "line": 1940, "column": 62 } } @@ -148294,16 +147720,16 @@ "object": { "type": "ThisExpression", "range": [ - 67476, - 67480 + 67253, + 67257 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 12 }, "end": { - "line": 1946, + "line": 1941, "column": 16 } } @@ -148312,31 +147738,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 67481, - 67495 + 67258, + 67272 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 17 }, "end": { - "line": 1946, + "line": 1941, "column": 31 } } }, "range": [ - 67476, - 67495 + 67253, + 67272 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 12 }, "end": { - "line": 1946, + "line": 1941, "column": 31 } } @@ -148346,16 +147772,16 @@ "type": "Identifier", "name": "i", "range": [ - 67496, - 67497 + 67273, + 67274 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 32 }, "end": { - "line": 1946, + "line": 1941, "column": 33 } } @@ -148365,78 +147791,78 @@ "value": "", "raw": "''", "range": [ - 67499, - 67501 + 67276, + 67278 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 35 }, "end": { - "line": 1946, + "line": 1941, "column": 37 } } } ], "range": [ - 67476, - 67502 + 67253, + 67279 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 12 }, "end": { - "line": 1946, + "line": 1941, "column": 38 } } }, "range": [ - 67476, - 67503 + 67253, + 67280 ], "loc": { "start": { - "line": 1946, + "line": 1941, "column": 12 }, "end": { - "line": 1946, + "line": 1941, "column": 39 } } } ], "range": [ - 67462, - 67513 + 67239, + 67290 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 64 }, "end": { - "line": 1947, + "line": 1942, "column": 9 } } }, "range": [ - 67406, - 67513 + 67183, + 67290 ], "loc": { "start": { - "line": 1945, + "line": 1940, "column": 8 }, "end": { - "line": 1947, + "line": 1942, "column": 9 } } @@ -148451,16 +147877,16 @@ "object": { "type": "ThisExpression", "range": [ - 67523, - 67527 + 67300, + 67304 ], "loc": { "start": { - "line": 1949, + "line": 1944, "column": 8 }, "end": { - "line": 1949, + "line": 1944, "column": 12 } } @@ -148469,62 +147895,62 @@ "type": "Identifier", "name": "filter", "range": [ - 67528, - 67534 + 67305, + 67311 ], "loc": { "start": { - "line": 1949, + "line": 1944, "column": 13 }, "end": { - "line": 1949, + "line": 1944, "column": 19 } } }, "range": [ - 67523, - 67534 + 67300, + 67311 ], "loc": { "start": { - "line": 1949, + "line": 1944, "column": 8 }, "end": { - "line": 1949, + "line": 1944, "column": 19 } } }, "arguments": [], "range": [ - 67523, - 67536 + 67300, + 67313 ], "loc": { "start": { - "line": 1949, + "line": 1944, "column": 8 }, "end": { - "line": 1949, + "line": 1944, "column": 21 } } }, "range": [ - 67523, - 67537 + 67300, + 67314 ], "loc": { "start": { - "line": 1949, + "line": 1944, "column": 8 }, "end": { - "line": 1949, + "line": 1944, "column": 22 } } @@ -148537,16 +147963,16 @@ "object": { "type": "ThisExpression", "range": [ - 67551, - 67555 + 67328, + 67332 ], "loc": { "start": { - "line": 1951, + "line": 1946, "column": 12 }, "end": { - "line": 1951, + "line": 1946, "column": 16 } } @@ -148555,31 +147981,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 67556, - 67568 + 67333, + 67345 ], "loc": { "start": { - "line": 1951, + "line": 1946, "column": 17 }, "end": { - "line": 1951, + "line": 1946, "column": 29 } } }, "range": [ - 67551, - 67568 + 67328, + 67345 ], "loc": { "start": { - "line": 1951, + "line": 1946, "column": 12 }, "end": { - "line": 1951, + "line": 1946, "column": 29 } } @@ -148600,16 +148026,16 @@ "object": { "type": "ThisExpression", "range": [ - 67584, - 67588 + 67361, + 67365 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 12 }, "end": { - "line": 1952, + "line": 1947, "column": 16 } } @@ -148618,31 +148044,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 67589, - 67601 + 67366, + 67378 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 17 }, "end": { - "line": 1952, + "line": 1947, "column": 29 } } }, "range": [ - 67584, - 67601 + 67361, + 67378 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 12 }, "end": { - "line": 1952, + "line": 1947, "column": 29 } } @@ -148651,31 +148077,31 @@ "type": "Identifier", "name": "call", "range": [ - 67602, - 67606 + 67379, + 67383 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 30 }, "end": { - "line": 1952, + "line": 1947, "column": 34 } } }, "range": [ - 67584, - 67606 + 67361, + 67383 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 12 }, "end": { - "line": 1952, + "line": 1947, "column": 34 } } @@ -148686,16 +148112,16 @@ "value": null, "raw": "null", "range": [ - 67607, - 67611 + 67384, + 67388 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 35 }, "end": { - "line": 1952, + "line": 1947, "column": 39 } } @@ -148703,79 +148129,79 @@ { "type": "ThisExpression", "range": [ - 67613, - 67617 + 67390, + 67394 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 41 }, "end": { - "line": 1952, + "line": 1947, "column": 45 } } } ], "range": [ - 67584, - 67618 + 67361, + 67395 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 12 }, "end": { - "line": 1952, + "line": 1947, "column": 46 } } }, "range": [ - 67584, - 67619 + 67361, + 67396 ], "loc": { "start": { - "line": 1952, + "line": 1947, "column": 12 }, "end": { - "line": 1952, + "line": 1947, "column": 47 } } } ], "range": [ - 67570, - 67629 + 67347, + 67406 ], "loc": { "start": { - "line": 1951, + "line": 1946, "column": 31 }, "end": { - "line": 1953, + "line": 1948, "column": 9 } } }, "alternate": null, "range": [ - 67547, - 67629 + 67324, + 67406 ], "loc": { "start": { - "line": 1951, + "line": 1946, "column": 8 }, "end": { - "line": 1953, + "line": 1948, "column": 9 } } @@ -148793,16 +148219,16 @@ "object": { "type": "ThisExpression", "range": [ - 67638, - 67642 + 67415, + 67419 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 8 }, "end": { - "line": 1954, + "line": 1949, "column": 12 } } @@ -148811,31 +148237,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 67643, - 67650 + 67420, + 67427 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 13 }, "end": { - "line": 1954, + "line": 1949, "column": 20 } } }, "range": [ - 67638, - 67650 + 67415, + 67427 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 8 }, "end": { - "line": 1954, + "line": 1949, "column": 20 } } @@ -148844,31 +148270,31 @@ "type": "Identifier", "name": "emit", "range": [ - 67651, - 67655 + 67428, + 67432 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 21 }, "end": { - "line": 1954, + "line": 1949, "column": 25 } } }, "range": [ - 67638, - 67655 + 67415, + 67432 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 8 }, "end": { - "line": 1954, + "line": 1949, "column": 25 } } @@ -148879,16 +148305,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 67656, - 67680 + 67433, + 67457 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 26 }, "end": { - "line": 1954, + "line": 1949, "column": 50 } } @@ -148896,63 +148322,63 @@ { "type": "ThisExpression", "range": [ - 67682, - 67686 + 67459, + 67463 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 52 }, "end": { - "line": 1954, + "line": 1949, "column": 56 } } } ], "range": [ - 67638, - 67687 + 67415, + 67464 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 8 }, "end": { - "line": 1954, + "line": 1949, "column": 57 } } }, "range": [ - 67638, - 67688 + 67415, + 67465 ], "loc": { "start": { - "line": 1954, + "line": 1949, "column": 8 }, "end": { - "line": 1954, + "line": 1949, "column": 58 } } } ], "range": [ - 67158, - 67694 + 66935, + 67471 ], "loc": { "start": { - "line": 1935, + "line": 1930, "column": 19 }, "end": { - "line": 1955, + "line": 1950, "column": 5 } } @@ -148960,16 +148386,16 @@ "generator": false, "expression": false, "range": [ - 67155, - 67694 + 66932, + 67471 ], "loc": { "start": { - "line": 1935, + "line": 1930, "column": 16 }, "end": { - "line": 1955, + "line": 1950, "column": 5 } } @@ -148977,16 +148403,16 @@ "kind": "method", "computed": false, "range": [ - 67143, - 67694 + 66920, + 67471 ], "loc": { "start": { - "line": 1935, + "line": 1930, "column": 4 }, "end": { - "line": 1955, + "line": 1950, "column": 5 } }, @@ -148995,16 +148421,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 67090, - 67138 + 66867, + 66915 ], "loc": { "start": { - "line": 1932, + "line": 1927, "column": 4 }, "end": { - "line": 1934, + "line": 1929, "column": 7 } } @@ -149015,16 +148441,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 67700, - 67778 + 67477, + 67555 ], "loc": { "start": { - "line": 1957, + "line": 1952, "column": 4 }, "end": { - "line": 1959, + "line": 1954, "column": 7 } } @@ -149038,16 +148464,16 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 67783, - 67801 + 67560, + 67578 ], "loc": { "start": { - "line": 1960, + "line": 1955, "column": 4 }, "end": { - "line": 1960, + "line": 1955, "column": 22 } } @@ -149070,16 +148496,16 @@ "type": "Identifier", "name": "i", "range": [ - 67823, - 67824 + 67600, + 67601 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 17 }, "end": { - "line": 1961, + "line": 1956, "column": 18 } } @@ -149089,31 +148515,31 @@ "value": 0, "raw": "0", "range": [ - 67827, - 67828 + 67604, + 67605 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 21 }, "end": { - "line": 1961, + "line": 1956, "column": 22 } } }, "range": [ - 67823, - 67828 + 67600, + 67605 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 17 }, "end": { - "line": 1961, + "line": 1956, "column": 22 } } @@ -149124,16 +148550,16 @@ "type": "Identifier", "name": "len", "range": [ - 67830, - 67833 + 67607, + 67610 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 24 }, "end": { - "line": 1961, + "line": 1956, "column": 27 } } @@ -149146,16 +148572,16 @@ "object": { "type": "ThisExpression", "range": [ - 67836, - 67840 + 67613, + 67617 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 30 }, "end": { - "line": 1961, + "line": 1956, "column": 34 } } @@ -149164,31 +148590,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 67841, - 67851 + 67618, + 67628 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 35 }, "end": { - "line": 1961, + "line": 1956, "column": 45 } } }, "range": [ - 67836, - 67851 + 67613, + 67628 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 30 }, "end": { - "line": 1961, + "line": 1956, "column": 45 } } @@ -149200,16 +148626,16 @@ "object": { "type": "ThisExpression", "range": [ - 67852, - 67856 + 67629, + 67633 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 46 }, "end": { - "line": 1961, + "line": 1956, "column": 50 } } @@ -149218,62 +148644,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 67857, - 67867 + 67634, + 67644 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 51 }, "end": { - "line": 1961, + "line": 1956, "column": 61 } } }, "range": [ - 67852, - 67867 + 67629, + 67644 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 46 }, "end": { - "line": 1961, + "line": 1956, "column": 61 } } } ], "range": [ - 67836, - 67868 + 67613, + 67645 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 30 }, "end": { - "line": 1961, + "line": 1956, "column": 62 } } }, "range": [ - 67830, - 67868 + 67607, + 67645 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 24 }, "end": { - "line": 1961, + "line": 1956, "column": 62 } } @@ -149281,16 +148707,16 @@ ], "kind": "let", "range": [ - 67819, - 67868 + 67596, + 67645 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 13 }, "end": { - "line": 1961, + "line": 1956, "column": 62 } } @@ -149302,16 +148728,16 @@ "type": "Identifier", "name": "i", "range": [ - 67870, - 67871 + 67647, + 67648 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 64 }, "end": { - "line": 1961, + "line": 1956, "column": 65 } } @@ -149320,31 +148746,31 @@ "type": "Identifier", "name": "len", "range": [ - 67874, - 67877 + 67651, + 67654 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 68 }, "end": { - "line": 1961, + "line": 1956, "column": 71 } } }, "range": [ - 67870, - 67877 + 67647, + 67654 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 64 }, "end": { - "line": 1961, + "line": 1956, "column": 71 } } @@ -149356,32 +148782,32 @@ "type": "Identifier", "name": "i", "range": [ - 67879, - 67880 + 67656, + 67657 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 73 }, "end": { - "line": 1961, + "line": 1956, "column": 74 } } }, "prefix": false, "range": [ - 67879, - 67882 + 67656, + 67659 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 73 }, "end": { - "line": 1961, + "line": 1956, "column": 76 } } @@ -149397,16 +148823,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 67898, - 67909 + 67675, + 67686 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 12 }, "end": { - "line": 1962, + "line": 1957, "column": 23 } } @@ -149420,16 +148846,16 @@ "object": { "type": "ThisExpression", "range": [ - 67910, - 67914 + 67687, + 67691 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 24 }, "end": { - "line": 1962, + "line": 1957, "column": 28 } } @@ -149438,31 +148864,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 67915, - 67931 + 67692, + 67708 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 29 }, "end": { - "line": 1962, + "line": 1957, "column": 45 } } }, "range": [ - 67910, - 67931 + 67687, + 67708 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 24 }, "end": { - "line": 1962, + "line": 1957, "column": 45 } } @@ -149472,32 +148898,32 @@ "type": "Identifier", "name": "i", "range": [ - 67932, - 67933 + 67709, + 67710 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 46 }, "end": { - "line": 1962, + "line": 1957, "column": 47 } } } ], "range": [ - 67910, - 67934 + 67687, + 67711 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 24 }, "end": { - "line": 1962, + "line": 1957, "column": 48 } } @@ -149508,16 +148934,16 @@ "object": { "type": "ThisExpression", "range": [ - 67936, - 67940 + 67713, + 67717 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 50 }, "end": { - "line": 1962, + "line": 1957, "column": 54 } } @@ -149526,109 +148952,109 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 67941, - 67962 + 67718, + 67739 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 55 }, "end": { - "line": 1962, + "line": 1957, "column": 76 } } }, "range": [ - 67936, - 67962 + 67713, + 67739 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 50 }, "end": { - "line": 1962, + "line": 1957, "column": 76 } } } ], "range": [ - 67898, - 67963 + 67675, + 67740 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 12 }, "end": { - "line": 1962, + "line": 1957, "column": 77 } } }, "range": [ - 67898, - 67964 + 67675, + 67741 ], "loc": { "start": { - "line": 1962, + "line": 1957, "column": 12 }, "end": { - "line": 1962, + "line": 1957, "column": 78 } } } ], "range": [ - 67884, - 67974 + 67661, + 67751 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 78 }, "end": { - "line": 1963, + "line": 1958, "column": 9 } } }, "range": [ - 67814, - 67974 + 67591, + 67751 ], "loc": { "start": { - "line": 1961, + "line": 1956, "column": 8 }, "end": { - "line": 1963, + "line": 1958, "column": 9 } } } ], "range": [ - 67804, - 67980 + 67581, + 67757 ], "loc": { "start": { - "line": 1960, + "line": 1955, "column": 25 }, "end": { - "line": 1964, + "line": 1959, "column": 5 } } @@ -149636,16 +149062,16 @@ "generator": false, "expression": false, "range": [ - 67801, - 67980 + 67578, + 67757 ], "loc": { "start": { - "line": 1960, + "line": 1955, "column": 22 }, "end": { - "line": 1964, + "line": 1959, "column": 5 } } @@ -149653,16 +149079,16 @@ "kind": "method", "computed": false, "range": [ - 67783, - 67980 + 67560, + 67757 ], "loc": { "start": { - "line": 1960, + "line": 1955, "column": 4 }, "end": { - "line": 1964, + "line": 1959, "column": 5 } }, @@ -149671,16 +149097,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 67700, - 67778 + 67477, + 67555 ], "loc": { "start": { - "line": 1957, + "line": 1952, "column": 4 }, "end": { - "line": 1959, + "line": 1954, "column": 7 } } @@ -149691,16 +149117,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 67986, - 68081 + 67763, + 67858 ], "loc": { "start": { - "line": 1966, + "line": 1961, "column": 4 }, "end": { - "line": 1969, + "line": 1964, "column": 7 } } @@ -149714,16 +149140,16 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 68086, - 68102 + 67863, + 67879 ], "loc": { "start": { - "line": 1970, + "line": 1965, "column": 4 }, "end": { - "line": 1970, + "line": 1965, "column": 20 } } @@ -149736,16 +149162,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68103, - 68111 + 67880, + 67888 ], "loc": { "start": { - "line": 1970, + "line": 1965, "column": 21 }, "end": { - "line": 1970, + "line": 1965, "column": 29 } } @@ -149763,16 +149189,16 @@ "type": "Identifier", "name": "header", "range": [ - 68127, - 68133 + 67904, + 67910 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 12 }, "end": { - "line": 1971, + "line": 1966, "column": 18 } } @@ -149785,16 +149211,16 @@ "object": { "type": "ThisExpression", "range": [ - 68136, - 68140 + 67913, + 67917 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 21 }, "end": { - "line": 1971, + "line": 1966, "column": 25 } } @@ -149803,31 +149229,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 68141, - 68157 + 67918, + 67934 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 26 }, "end": { - "line": 1971, + "line": 1966, "column": 42 } } }, "range": [ - 68136, - 68157 + 67913, + 67934 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 21 }, "end": { - "line": 1971, + "line": 1966, "column": 42 } } @@ -149837,47 +149263,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68158, - 68166 + 67935, + 67943 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 43 }, "end": { - "line": 1971, + "line": 1966, "column": 51 } } } ], "range": [ - 68136, - 68167 + 67913, + 67944 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 21 }, "end": { - "line": 1971, + "line": 1966, "column": 52 } } }, "range": [ - 68127, - 68167 + 67904, + 67944 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 12 }, "end": { - "line": 1971, + "line": 1966, "column": 52 } } @@ -149885,16 +149311,16 @@ ], "kind": "let", "range": [ - 68123, - 68168 + 67900, + 67945 ], "loc": { "start": { - "line": 1971, + "line": 1966, "column": 8 }, "end": { - "line": 1971, + "line": 1966, "column": 53 } } @@ -149907,16 +149333,16 @@ "type": "Identifier", "name": "hasClass", "range": [ - 68181, - 68189 + 67958, + 67966 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 12 }, "end": { - "line": 1972, + "line": 1967, "column": 20 } } @@ -149926,16 +149352,16 @@ "type": "Identifier", "name": "header", "range": [ - 68190, - 68196 + 67967, + 67973 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 21 }, "end": { - "line": 1972, + "line": 1967, "column": 27 } } @@ -149946,16 +149372,16 @@ "object": { "type": "ThisExpression", "range": [ - 68198, - 68202 + 67975, + 67979 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 29 }, "end": { - "line": 1972, + "line": 1967, "column": 33 } } @@ -149964,47 +149390,47 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 68203, - 68224 + 67980, + 68001 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 34 }, "end": { - "line": 1972, + "line": 1967, "column": 55 } } }, "range": [ - 68198, - 68224 + 67975, + 68001 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 29 }, "end": { - "line": 1972, + "line": 1967, "column": 55 } } } ], "range": [ - 68181, - 68225 + 67958, + 68002 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 12 }, "end": { - "line": 1972, + "line": 1967, "column": 56 } } @@ -150016,48 +149442,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 68241, - 68248 + 68018, + 68025 ], "loc": { "start": { - "line": 1973, + "line": 1968, "column": 12 }, "end": { - "line": 1973, + "line": 1968, "column": 19 } } } ], "range": [ - 68227, - 68258 + 68004, + 68035 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 58 }, "end": { - "line": 1974, + "line": 1969, "column": 9 } } }, "alternate": null, "range": [ - 68177, - 68258 + 67954, + 68035 ], "loc": { "start": { - "line": 1972, + "line": 1967, "column": 8 }, "end": { - "line": 1974, + "line": 1969, "column": 9 } } @@ -150070,16 +149496,16 @@ "object": { "type": "ThisExpression", "range": [ - 68271, - 68275 + 68048, + 68052 ], "loc": { "start": { - "line": 1975, + "line": 1970, "column": 12 }, "end": { - "line": 1975, + "line": 1970, "column": 16 } } @@ -150088,31 +149514,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 68276, - 68296 + 68053, + 68073 ], "loc": { "start": { - "line": 1975, + "line": 1970, "column": 17 }, "end": { - "line": 1975, + "line": 1970, "column": 37 } } }, "range": [ - 68271, - 68296 + 68048, + 68073 ], "loc": { "start": { - "line": 1975, + "line": 1970, "column": 12 }, "end": { - "line": 1975, + "line": 1970, "column": 37 } } @@ -150133,16 +149559,16 @@ "object": { "type": "ThisExpression", "range": [ - 68312, - 68316 + 68089, + 68093 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 12 }, "end": { - "line": 1976, + "line": 1971, "column": 16 } } @@ -150151,31 +149577,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 68317, - 68337 + 68094, + 68114 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 17 }, "end": { - "line": 1976, + "line": 1971, "column": 37 } } }, "range": [ - 68312, - 68337 + 68089, + 68114 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 12 }, "end": { - "line": 1976, + "line": 1971, "column": 37 } } @@ -150184,31 +149610,31 @@ "type": "Identifier", "name": "call", "range": [ - 68338, - 68342 + 68115, + 68119 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 38 }, "end": { - "line": 1976, + "line": 1971, "column": 42 } } }, "range": [ - 68312, - 68342 + 68089, + 68119 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 12 }, "end": { - "line": 1976, + "line": 1971, "column": 42 } } @@ -150219,16 +149645,16 @@ "value": null, "raw": "null", "range": [ - 68343, - 68347 + 68120, + 68124 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 43 }, "end": { - "line": 1976, + "line": 1971, "column": 47 } } @@ -150236,16 +149662,16 @@ { "type": "ThisExpression", "range": [ - 68349, - 68353 + 68126, + 68130 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 49 }, "end": { - "line": 1976, + "line": 1971, "column": 53 } } @@ -150254,79 +149680,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68355, - 68363 + 68132, + 68140 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 55 }, "end": { - "line": 1976, + "line": 1971, "column": 63 } } } ], "range": [ - 68312, - 68364 + 68089, + 68141 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 12 }, "end": { - "line": 1976, + "line": 1971, "column": 64 } } }, "range": [ - 68312, - 68365 + 68089, + 68142 ], "loc": { "start": { - "line": 1976, + "line": 1971, "column": 12 }, "end": { - "line": 1976, + "line": 1971, "column": 65 } } } ], "range": [ - 68298, - 68375 + 68075, + 68152 ], "loc": { "start": { - "line": 1975, + "line": 1970, "column": 39 }, "end": { - "line": 1977, + "line": 1972, "column": 9 } } }, "alternate": null, "range": [ - 68267, - 68375 + 68044, + 68152 ], "loc": { "start": { - "line": 1975, + "line": 1970, "column": 8 }, "end": { - "line": 1977, + "line": 1972, "column": 9 } } @@ -150339,16 +149765,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 68384, - 68392 + 68161, + 68169 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 8 }, "end": { - "line": 1978, + "line": 1973, "column": 16 } } @@ -150358,16 +149784,16 @@ "type": "Identifier", "name": "header", "range": [ - 68393, - 68399 + 68170, + 68176 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 17 }, "end": { - "line": 1978, + "line": 1973, "column": 23 } } @@ -150378,16 +149804,16 @@ "object": { "type": "ThisExpression", "range": [ - 68401, - 68405 + 68178, + 68182 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 25 }, "end": { - "line": 1978, + "line": 1973, "column": 29 } } @@ -150396,62 +149822,62 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 68406, - 68427 + 68183, + 68204 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 30 }, "end": { - "line": 1978, + "line": 1973, "column": 51 } } }, "range": [ - 68401, - 68427 + 68178, + 68204 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 25 }, "end": { - "line": 1978, + "line": 1973, "column": 51 } } } ], "range": [ - 68384, - 68428 + 68161, + 68205 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 8 }, "end": { - "line": 1978, + "line": 1973, "column": 52 } } }, "range": [ - 68384, - 68429 + 68161, + 68206 ], "loc": { "start": { - "line": 1978, + "line": 1973, "column": 8 }, "end": { - "line": 1978, + "line": 1973, "column": 53 } } @@ -150464,16 +149890,16 @@ "object": { "type": "ThisExpression", "range": [ - 68442, - 68446 + 68219, + 68223 ], "loc": { "start": { - "line": 1979, + "line": 1974, "column": 12 }, "end": { - "line": 1979, + "line": 1974, "column": 16 } } @@ -150482,31 +149908,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 68447, - 68466 + 68224, + 68243 ], "loc": { "start": { - "line": 1979, + "line": 1974, "column": 17 }, "end": { - "line": 1979, + "line": 1974, "column": 36 } } }, "range": [ - 68442, - 68466 + 68219, + 68243 ], "loc": { "start": { - "line": 1979, + "line": 1974, "column": 12 }, "end": { - "line": 1979, + "line": 1974, "column": 36 } } @@ -150527,16 +149953,16 @@ "object": { "type": "ThisExpression", "range": [ - 68482, - 68486 + 68259, + 68263 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 12 }, "end": { - "line": 1980, + "line": 1975, "column": 16 } } @@ -150545,31 +149971,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 68487, - 68506 + 68264, + 68283 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 17 }, "end": { - "line": 1980, + "line": 1975, "column": 36 } } }, "range": [ - 68482, - 68506 + 68259, + 68283 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 12 }, "end": { - "line": 1980, + "line": 1975, "column": 36 } } @@ -150578,31 +150004,31 @@ "type": "Identifier", "name": "call", "range": [ - 68507, - 68511 + 68284, + 68288 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 37 }, "end": { - "line": 1980, + "line": 1975, "column": 41 } } }, "range": [ - 68482, - 68511 + 68259, + 68288 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 12 }, "end": { - "line": 1980, + "line": 1975, "column": 41 } } @@ -150613,16 +150039,16 @@ "value": null, "raw": "null", "range": [ - 68512, - 68516 + 68289, + 68293 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 42 }, "end": { - "line": 1980, + "line": 1975, "column": 46 } } @@ -150630,16 +150056,16 @@ { "type": "ThisExpression", "range": [ - 68518, - 68522 + 68295, + 68299 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 48 }, "end": { - "line": 1980, + "line": 1975, "column": 52 } } @@ -150648,95 +150074,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68524, - 68532 + 68301, + 68309 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 54 }, "end": { - "line": 1980, + "line": 1975, "column": 62 } } } ], "range": [ - 68482, - 68533 + 68259, + 68310 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 12 }, "end": { - "line": 1980, + "line": 1975, "column": 63 } } }, "range": [ - 68482, - 68534 + 68259, + 68311 ], "loc": { "start": { - "line": 1980, + "line": 1975, "column": 12 }, "end": { - "line": 1980, + "line": 1975, "column": 64 } } } ], "range": [ - 68468, - 68544 + 68245, + 68321 ], "loc": { "start": { - "line": 1979, + "line": 1974, "column": 38 }, "end": { - "line": 1981, + "line": 1976, "column": 9 } } }, "alternate": null, "range": [ - 68438, - 68544 + 68215, + 68321 ], "loc": { "start": { - "line": 1979, + "line": 1974, "column": 8 }, "end": { - "line": 1981, + "line": 1976, "column": 9 } } } ], "range": [ - 68113, - 68550 + 67890, + 68327 ], "loc": { "start": { - "line": 1970, + "line": 1965, "column": 31 }, "end": { - "line": 1982, + "line": 1977, "column": 5 } } @@ -150744,16 +150170,16 @@ "generator": false, "expression": false, "range": [ - 68102, - 68550 + 67879, + 68327 ], "loc": { "start": { - "line": 1970, + "line": 1965, "column": 20 }, "end": { - "line": 1982, + "line": 1977, "column": 5 } } @@ -150761,16 +150187,16 @@ "kind": "method", "computed": false, "range": [ - 68086, - 68550 + 67863, + 68327 ], "loc": { "start": { - "line": 1970, + "line": 1965, "column": 4 }, "end": { - "line": 1982, + "line": 1977, "column": 5 } }, @@ -150779,16 +150205,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 67986, - 68081 + 67763, + 67858 ], "loc": { "start": { - "line": 1966, + "line": 1961, "column": 4 }, "end": { - "line": 1969, + "line": 1964, "column": 7 } } @@ -150799,16 +150225,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 68556, - 68642 + 68333, + 68419 ], "loc": { "start": { - "line": 1984, + "line": 1979, "column": 4 }, "end": { - "line": 1987, + "line": 1982, "column": 7 } } @@ -150822,16 +150248,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 68647, - 68664 + 68424, + 68441 ], "loc": { "start": { - "line": 1988, + "line": 1983, "column": 4 }, "end": { - "line": 1988, + "line": 1983, "column": 21 } } @@ -150851,16 +150277,16 @@ "object": { "type": "ThisExpression", "range": [ - 68684, - 68688 + 68461, + 68465 ], "loc": { "start": { - "line": 1989, + "line": 1984, "column": 15 }, "end": { - "line": 1989, + "line": 1984, "column": 19 } } @@ -150869,62 +150295,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 68689, - 68703 + 68466, + 68480 ], "loc": { "start": { - "line": 1989, + "line": 1984, "column": 20 }, "end": { - "line": 1989, + "line": 1984, "column": 34 } } }, "range": [ - 68684, - 68703 + 68461, + 68480 ], "loc": { "start": { - "line": 1989, + "line": 1984, "column": 15 }, "end": { - "line": 1989, + "line": 1984, "column": 34 } } }, "range": [ - 68677, - 68704 + 68454, + 68481 ], "loc": { "start": { - "line": 1989, + "line": 1984, "column": 8 }, "end": { - "line": 1989, + "line": 1984, "column": 35 } } } ], "range": [ - 68667, - 68710 + 68444, + 68487 ], "loc": { "start": { - "line": 1988, + "line": 1983, "column": 24 }, "end": { - "line": 1990, + "line": 1985, "column": 5 } } @@ -150932,16 +150358,16 @@ "generator": false, "expression": false, "range": [ - 68664, - 68710 + 68441, + 68487 ], "loc": { "start": { - "line": 1988, + "line": 1983, "column": 21 }, "end": { - "line": 1990, + "line": 1985, "column": 5 } } @@ -150949,16 +150375,16 @@ "kind": "method", "computed": false, "range": [ - 68647, - 68710 + 68424, + 68487 ], "loc": { "start": { - "line": 1988, + "line": 1983, "column": 4 }, "end": { - "line": 1990, + "line": 1985, "column": 5 } }, @@ -150967,16 +150393,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 68556, - 68642 + 68333, + 68419 ], "loc": { "start": { - "line": 1984, + "line": 1979, "column": 4 }, "end": { - "line": 1987, + "line": 1982, "column": 7 } } @@ -150987,16 +150413,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 68716, - 68817 + 68493, + 68594 ], "loc": { "start": { - "line": 1992, + "line": 1987, "column": 4 }, "end": { - "line": 1995, + "line": 1990, "column": 7 } } @@ -151010,16 +150436,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 68822, - 68839 + 68599, + 68616 ], "loc": { "start": { - "line": 1996, + "line": 1991, "column": 4 }, "end": { - "line": 1996, + "line": 1991, "column": 21 } } @@ -151032,16 +150458,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 68840, - 68848 + 68617, + 68625 ], "loc": { "start": { - "line": 1996, + "line": 1991, "column": 22 }, "end": { - "line": 1996, + "line": 1991, "column": 30 } } @@ -151061,16 +150487,16 @@ "object": { "type": "ThisExpression", "range": [ - 68860, - 68864 + 68637, + 68641 ], "loc": { "start": { - "line": 1997, + "line": 1992, "column": 8 }, "end": { - "line": 1997, + "line": 1992, "column": 12 } } @@ -151079,31 +150505,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 68865, - 68879 + 68642, + 68656 ], "loc": { "start": { - "line": 1997, + "line": 1992, "column": 13 }, "end": { - "line": 1997, + "line": 1992, "column": 27 } } }, "range": [ - 68860, - 68879 + 68637, + 68656 ], "loc": { "start": { - "line": 1997, + "line": 1992, "column": 8 }, "end": { - "line": 1997, + "line": 1992, "column": 27 } } @@ -151112,62 +150538,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 68882, - 68890 + 68659, + 68667 ], "loc": { "start": { - "line": 1997, + "line": 1992, "column": 30 }, "end": { - "line": 1997, + "line": 1992, "column": 38 } } }, "range": [ - 68860, - 68890 + 68637, + 68667 ], "loc": { "start": { - "line": 1997, + "line": 1992, "column": 8 }, "end": { - "line": 1997, + "line": 1992, "column": 38 } } }, "range": [ - 68860, - 68891 + 68637, + 68668 ], "loc": { "start": { - "line": 1997, + "line": 1992, "column": 8 }, "end": { - "line": 1997, + "line": 1992, "column": 39 } } } ], "range": [ - 68850, - 68897 + 68627, + 68674 ], "loc": { "start": { - "line": 1996, + "line": 1991, "column": 32 }, "end": { - "line": 1998, + "line": 1993, "column": 5 } } @@ -151175,16 +150601,16 @@ "generator": false, "expression": false, "range": [ - 68839, - 68897 + 68616, + 68674 ], "loc": { "start": { - "line": 1996, + "line": 1991, "column": 21 }, "end": { - "line": 1998, + "line": 1993, "column": 5 } } @@ -151192,16 +150618,16 @@ "kind": "method", "computed": false, "range": [ - 68822, - 68897 + 68599, + 68674 ], "loc": { "start": { - "line": 1996, + "line": 1991, "column": 4 }, "end": { - "line": 1998, + "line": 1993, "column": 5 } }, @@ -151210,16 +150636,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 68716, - 68817 + 68493, + 68594 ], "loc": { "start": { - "line": 1992, + "line": 1987, "column": 4 }, "end": { - "line": 1995, + "line": 1990, "column": 7 } } @@ -151230,16 +150656,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": [ - 68903, - 69052 + 68680, + 68829 ], "loc": { "start": { - "line": 2000, + "line": 1995, "column": 4 }, "end": { - "line": 2004, + "line": 1999, "column": 7 } } @@ -151253,16 +150679,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 69057, - 69083 + 68834, + 68860 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 4 }, "end": { - "line": 2005, + "line": 2000, "column": 30 } } @@ -151277,16 +150703,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 69084, - 69092 + 68861, + 68869 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 31 }, "end": { - "line": 2005, + "line": 2000, "column": 39 } } @@ -151296,31 +150722,31 @@ "value": "", "raw": "''", "range": [ - 69095, - 69097 + 68872, + 68874 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 42 }, "end": { - "line": 2005, + "line": 2000, "column": 44 } } }, "range": [ - 69084, - 69097 + 68861, + 68874 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 31 }, "end": { - "line": 2005, + "line": 2000, "column": 44 } } @@ -151338,16 +150764,16 @@ "type": "Identifier", "name": "idx", "range": [ - 69113, - 69116 + 68890, + 68893 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 12 }, "end": { - "line": 2006, + "line": 2001, "column": 15 } } @@ -151364,16 +150790,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 69119, - 69127 + 68896, + 68904 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 18 }, "end": { - "line": 2006, + "line": 2001, "column": 26 } } @@ -151382,31 +150808,31 @@ "type": "Identifier", "name": "split", "range": [ - 69128, - 69133 + 68905, + 68910 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 27 }, "end": { - "line": 2006, + "line": 2001, "column": 32 } } }, "range": [ - 69119, - 69133 + 68896, + 68910 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 18 }, "end": { - "line": 2006, + "line": 2001, "column": 32 } } @@ -151417,32 +150843,32 @@ "value": "_", "raw": "'_'", "range": [ - 69134, - 69137 + 68911, + 68914 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 33 }, "end": { - "line": 2006, + "line": 2001, "column": 36 } } } ], "range": [ - 69119, - 69138 + 68896, + 68915 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 18 }, "end": { - "line": 2006, + "line": 2001, "column": 37 } } @@ -151452,46 +150878,46 @@ "value": 0, "raw": "0", "range": [ - 69139, - 69140 + 68916, + 68917 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 38 }, "end": { - "line": 2006, + "line": 2001, "column": 39 } } }, "range": [ - 69119, - 69141 + 68896, + 68918 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 18 }, "end": { - "line": 2006, + "line": 2001, "column": 40 } } }, "range": [ - 69113, - 69141 + 68890, + 68918 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 12 }, "end": { - "line": 2006, + "line": 2001, "column": 40 } } @@ -151499,16 +150925,16 @@ ], "kind": "let", "range": [ - 69109, - 69142 + 68886, + 68919 ], "loc": { "start": { - "line": 2006, + "line": 2001, "column": 8 }, "end": { - "line": 2006, + "line": 2001, "column": 41 } } @@ -151522,16 +150948,16 @@ "type": "Identifier", "name": "idx", "range": [ - 69151, - 69154 + 68928, + 68931 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 8 }, "end": { - "line": 2007, + "line": 2002, "column": 11 } } @@ -151548,16 +150974,16 @@ "type": "Identifier", "name": "idx", "range": [ - 69157, - 69160 + 68934, + 68937 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 14 }, "end": { - "line": 2007, + "line": 2002, "column": 17 } } @@ -151566,31 +150992,31 @@ "type": "Identifier", "name": "split", "range": [ - 69161, - 69166 + 68938, + 68943 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 18 }, "end": { - "line": 2007, + "line": 2002, "column": 23 } } }, "range": [ - 69157, - 69166 + 68934, + 68943 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 14 }, "end": { - "line": 2007, + "line": 2002, "column": 23 } } @@ -151602,16 +151028,16 @@ "object": { "type": "ThisExpression", "range": [ - 69167, - 69171 + 68944, + 68948 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 24 }, "end": { - "line": 2007, + "line": 2002, "column": 28 } } @@ -151620,47 +151046,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 69172, - 69179 + 68949, + 68956 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 29 }, "end": { - "line": 2007, + "line": 2002, "column": 36 } } }, "range": [ - 69167, - 69179 + 68944, + 68956 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 24 }, "end": { - "line": 2007, + "line": 2002, "column": 36 } } } ], "range": [ - 69157, - 69180 + 68934, + 68957 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 14 }, "end": { - "line": 2007, + "line": 2002, "column": 37 } } @@ -151670,61 +151096,61 @@ "value": 1, "raw": "1", "range": [ - 69181, - 69182 + 68958, + 68959 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 38 }, "end": { - "line": 2007, + "line": 2002, "column": 39 } } }, "range": [ - 69157, - 69183 + 68934, + 68960 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 14 }, "end": { - "line": 2007, + "line": 2002, "column": 40 } } }, "range": [ - 69151, - 69183 + 68928, + 68960 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 8 }, "end": { - "line": 2007, + "line": 2002, "column": 40 } } }, "range": [ - 69151, - 69184 + 68928, + 68961 ], "loc": { "start": { - "line": 2007, + "line": 2002, "column": 8 }, "end": { - "line": 2007, + "line": 2002, "column": 41 } } @@ -151737,16 +151163,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 69200, - 69208 + 68977, + 68985 ], "loc": { "start": { - "line": 2008, + "line": 2003, "column": 15 }, "end": { - "line": 2008, + "line": 2003, "column": 23 } } @@ -151756,16 +151182,16 @@ "type": "Identifier", "name": "idx", "range": [ - 69209, - 69212 + 68986, + 68989 ], "loc": { "start": { - "line": 2008, + "line": 2003, "column": 24 }, "end": { - "line": 2008, + "line": 2003, "column": 27 } } @@ -151775,63 +151201,63 @@ "value": 10, "raw": "10", "range": [ - 69214, - 69216 + 68991, + 68993 ], "loc": { "start": { - "line": 2008, + "line": 2003, "column": 29 }, "end": { - "line": 2008, + "line": 2003, "column": 31 } } } ], "range": [ - 69200, - 69217 + 68977, + 68994 ], "loc": { "start": { - "line": 2008, + "line": 2003, "column": 15 }, "end": { - "line": 2008, + "line": 2003, "column": 32 } } }, "range": [ - 69193, - 69218 + 68970, + 68995 ], "loc": { "start": { - "line": 2008, + "line": 2003, "column": 8 }, "end": { - "line": 2008, + "line": 2003, "column": 33 } } } ], "range": [ - 69099, - 69224 + 68876, + 69001 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 46 }, "end": { - "line": 2009, + "line": 2004, "column": 5 } } @@ -151839,16 +151265,16 @@ "generator": false, "expression": false, "range": [ - 69083, - 69224 + 68860, + 69001 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 30 }, "end": { - "line": 2009, + "line": 2004, "column": 5 } } @@ -151856,16 +151282,16 @@ "kind": "method", "computed": false, "range": [ - 69057, - 69224 + 68834, + 69001 ], "loc": { "start": { - "line": 2005, + "line": 2000, "column": 4 }, "end": { - "line": 2009, + "line": 2004, "column": 5 } }, @@ -151874,16 +151300,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": [ - 68903, - 69052 + 68680, + 68829 ], "loc": { "start": { - "line": 2000, + "line": 1995, "column": 4 }, "end": { - "line": 2004, + "line": 1999, "column": 7 } } @@ -151894,16 +151320,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 69230, - 69327 + 69007, + 69104 ], "loc": { "start": { - "line": 2011, + "line": 2006, "column": 4 }, "end": { - "line": 2014, + "line": 2009, "column": 7 } } @@ -151917,16 +151343,16 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 69332, - 69346 + 69109, + 69123 ], "loc": { "start": { - "line": 2015, + "line": 2010, "column": 4 }, "end": { - "line": 2015, + "line": 2010, "column": 18 } } @@ -151939,16 +151365,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69347, - 69355 + 69124, + 69132 ], "loc": { "start": { - "line": 2015, + "line": 2010, "column": 19 }, "end": { - "line": 2015, + "line": 2010, "column": 27 } } @@ -151965,16 +151391,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 69371, - 69378 + 69148, + 69155 ], "loc": { "start": { - "line": 2016, + "line": 2011, "column": 12 }, "end": { - "line": 2016, + "line": 2011, "column": 19 } } @@ -151984,32 +151410,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69379, - 69387 + 69156, + 69164 ], "loc": { "start": { - "line": 2016, + "line": 2011, "column": 20 }, "end": { - "line": 2016, + "line": 2011, "column": 28 } } } ], "range": [ - 69371, - 69388 + 69148, + 69165 ], "loc": { "start": { - "line": 2016, + "line": 2011, "column": 12 }, "end": { - "line": 2016, + "line": 2011, "column": 29 } } @@ -152021,48 +151447,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 69404, - 69411 + 69181, + 69188 ], "loc": { "start": { - "line": 2017, + "line": 2012, "column": 12 }, "end": { - "line": 2017, + "line": 2012, "column": 19 } } } ], "range": [ - 69390, - 69421 + 69167, + 69198 ], "loc": { "start": { - "line": 2016, + "line": 2011, "column": 31 }, "end": { - "line": 2018, + "line": 2013, "column": 9 } } }, "alternate": null, "range": [ - 69367, - 69421 + 69144, + 69198 ], "loc": { "start": { - "line": 2016, + "line": 2011, "column": 8 }, "end": { - "line": 2018, + "line": 2013, "column": 9 } } @@ -152077,16 +151503,16 @@ "object": { "type": "ThisExpression", "range": [ - 69430, - 69434 + 69207, + 69211 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 8 }, "end": { - "line": 2019, + "line": 2014, "column": 12 } } @@ -152095,31 +151521,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 69435, - 69452 + 69212, + 69229 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 13 }, "end": { - "line": 2019, + "line": 2014, "column": 30 } } }, "range": [ - 69430, - 69452 + 69207, + 69229 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 8 }, "end": { - "line": 2019, + "line": 2014, "column": 30 } } @@ -152133,16 +151559,16 @@ "object": { "type": "ThisExpression", "range": [ - 69453, - 69457 + 69230, + 69234 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 31 }, "end": { - "line": 2019, + "line": 2014, "column": 35 } } @@ -152151,31 +151577,31 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 69458, - 69469 + 69235, + 69246 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 36 }, "end": { - "line": 2019, + "line": 2014, "column": 47 } } }, "range": [ - 69453, - 69469 + 69230, + 69246 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 31 }, "end": { - "line": 2019, + "line": 2014, "column": 47 } } @@ -152185,79 +151611,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69470, - 69478 + 69247, + 69255 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 48 }, "end": { - "line": 2019, + "line": 2014, "column": 56 } } } ], "range": [ - 69453, - 69479 + 69230, + 69256 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 31 }, "end": { - "line": 2019, + "line": 2014, "column": 57 } } } ], "range": [ - 69430, - 69480 + 69207, + 69257 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 8 }, "end": { - "line": 2019, + "line": 2014, "column": 58 } } }, "range": [ - 69430, - 69481 + 69207, + 69258 ], "loc": { "start": { - "line": 2019, + "line": 2014, "column": 8 }, "end": { - "line": 2019, + "line": 2014, "column": 59 } } } ], "range": [ - 69357, - 69487 + 69134, + 69264 ], "loc": { "start": { - "line": 2015, + "line": 2010, "column": 29 }, "end": { - "line": 2020, + "line": 2015, "column": 5 } } @@ -152265,16 +151691,16 @@ "generator": false, "expression": false, "range": [ - 69346, - 69487 + 69123, + 69264 ], "loc": { "start": { - "line": 2015, + "line": 2010, "column": 18 }, "end": { - "line": 2020, + "line": 2015, "column": 5 } } @@ -152282,16 +151708,16 @@ "kind": "method", "computed": false, "range": [ - 69332, - 69487 + 69109, + 69264 ], "loc": { "start": { - "line": 2015, + "line": 2010, "column": 4 }, "end": { - "line": 2020, + "line": 2015, "column": 5 } }, @@ -152300,16 +151726,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 69230, - 69327 + 69007, + 69104 ], "loc": { "start": { - "line": 2011, + "line": 2006, "column": 4 }, "end": { - "line": 2014, + "line": 2009, "column": 7 } } @@ -152320,16 +151746,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 69493, - 69598 + 69270, + 69375 ], "loc": { "start": { - "line": 2022, + "line": 2017, "column": 4 }, "end": { - "line": 2025, + "line": 2020, "column": 7 } } @@ -152343,16 +151769,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 69603, - 69614 + 69380, + 69391 ], "loc": { "start": { - "line": 2026, + "line": 2021, "column": 4 }, "end": { - "line": 2026, + "line": 2021, "column": 15 } } @@ -152378,16 +151804,16 @@ "object": { "type": "ThisExpression", "range": [ - 69632, - 69636 + 69409, + 69413 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 13 }, "end": { - "line": 2027, + "line": 2022, "column": 17 } } @@ -152396,47 +151822,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 69637, - 69650 + 69414, + 69427 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 18 }, "end": { - "line": 2027, + "line": 2022, "column": 31 } } }, "range": [ - 69632, - 69650 + 69409, + 69427 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 13 }, "end": { - "line": 2027, + "line": 2022, "column": 31 } } }, "prefix": true, "range": [ - 69631, - 69650 + 69408, + 69427 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 12 }, "end": { - "line": 2027, + "line": 2022, "column": 31 } } @@ -152450,16 +151876,16 @@ "object": { "type": "ThisExpression", "range": [ - 69655, - 69659 + 69432, + 69436 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 36 }, "end": { - "line": 2027, + "line": 2022, "column": 40 } } @@ -152468,62 +151894,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 69660, - 69674 + 69437, + 69451 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 41 }, "end": { - "line": 2027, + "line": 2022, "column": 55 } } }, "range": [ - 69655, - 69674 + 69432, + 69451 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 36 }, "end": { - "line": 2027, + "line": 2022, "column": 55 } } }, "prefix": true, "range": [ - 69654, - 69674 + 69431, + 69451 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 35 }, "end": { - "line": 2027, + "line": 2022, "column": 55 } } }, "range": [ - 69631, - 69674 + 69408, + 69451 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 12 }, "end": { - "line": 2027, + "line": 2022, "column": 55 } } @@ -152535,48 +151961,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 69690, - 69697 + 69467, + 69474 ], "loc": { "start": { - "line": 2028, + "line": 2023, "column": 12 }, "end": { - "line": 2028, + "line": 2023, "column": 19 } } } ], "range": [ - 69676, - 69707 + 69453, + 69484 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 57 }, "end": { - "line": 2029, + "line": 2024, "column": 9 } } }, "alternate": null, "range": [ - 69627, - 69707 + 69404, + 69484 ], "loc": { "start": { - "line": 2027, + "line": 2022, "column": 8 }, "end": { - "line": 2029, + "line": 2024, "column": 9 } } @@ -152590,16 +152016,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 69720, - 69725 + 69497, + 69502 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 12 }, "end": { - "line": 2030, + "line": 2025, "column": 17 } } @@ -152612,16 +152038,16 @@ "object": { "type": "ThisExpression", "range": [ - 69728, - 69732 + 69505, + 69509 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 20 }, "end": { - "line": 2030, + "line": 2025, "column": 24 } } @@ -152630,31 +152056,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 69733, - 69749 + 69510, + 69526 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 25 }, "end": { - "line": 2030, + "line": 2025, "column": 41 } } }, "range": [ - 69728, - 69749 + 69505, + 69526 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 20 }, "end": { - "line": 2030, + "line": 2025, "column": 41 } } @@ -152664,16 +152090,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 69750, - 69756 + 69527, + 69533 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 42 }, "end": { - "line": 2030, + "line": 2025, "column": 48 } } @@ -152683,47 +152109,47 @@ "value": true, "raw": "true", "range": [ - 69758, - 69762 + 69535, + 69539 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 50 }, "end": { - "line": 2030, + "line": 2025, "column": 54 } } } ], "range": [ - 69728, - 69763 + 69505, + 69540 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 20 }, "end": { - "line": 2030, + "line": 2025, "column": 55 } } }, "range": [ - 69720, - 69763 + 69497, + 69540 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 12 }, "end": { - "line": 2030, + "line": 2025, "column": 55 } } @@ -152734,16 +152160,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 69777, - 69782 + 69554, + 69559 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 12 }, "end": { - "line": 2031, + "line": 2026, "column": 17 } } @@ -152756,16 +152182,16 @@ "object": { "type": "ThisExpression", "range": [ - 69785, - 69789 + 69562, + 69566 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 20 }, "end": { - "line": 2031, + "line": 2026, "column": 24 } } @@ -152774,31 +152200,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 69790, - 69806 + 69567, + 69583 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 25 }, "end": { - "line": 2031, + "line": 2026, "column": 41 } } }, "range": [ - 69785, - 69806 + 69562, + 69583 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 20 }, "end": { - "line": 2031, + "line": 2026, "column": 41 } } @@ -152808,16 +152234,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 69807, - 69815 + 69584, + 69592 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 42 }, "end": { - "line": 2031, + "line": 2026, "column": 50 } } @@ -152827,47 +152253,47 @@ "value": true, "raw": "true", "range": [ - 69817, - 69821 + 69594, + 69598 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 52 }, "end": { - "line": 2031, + "line": 2026, "column": 56 } } } ], "range": [ - 69785, - 69822 + 69562, + 69599 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 20 }, "end": { - "line": 2031, + "line": 2026, "column": 57 } } }, "range": [ - 69777, - 69822 + 69554, + 69599 ], "loc": { "start": { - "line": 2031, + "line": 2026, "column": 12 }, "end": { - "line": 2031, + "line": 2026, "column": 57 } } @@ -152878,16 +152304,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 69836, - 69841 + 69613, + 69618 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 12 }, "end": { - "line": 2032, + "line": 2027, "column": 17 } } @@ -152900,16 +152326,16 @@ "object": { "type": "ThisExpression", "range": [ - 69844, - 69848 + 69621, + 69625 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 20 }, "end": { - "line": 2032, + "line": 2027, "column": 24 } } @@ -152918,31 +152344,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 69849, - 69865 + 69626, + 69642 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 25 }, "end": { - "line": 2032, + "line": 2027, "column": 41 } } }, "range": [ - 69844, - 69865 + 69621, + 69642 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 20 }, "end": { - "line": 2032, + "line": 2027, "column": 41 } } @@ -152952,16 +152378,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 69866, - 69875 + 69643, + 69652 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 42 }, "end": { - "line": 2032, + "line": 2027, "column": 51 } } @@ -152971,47 +152397,47 @@ "value": true, "raw": "true", "range": [ - 69877, - 69881 + 69654, + 69658 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 53 }, "end": { - "line": 2032, + "line": 2027, "column": 57 } } } ], "range": [ - 69844, - 69882 + 69621, + 69659 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 20 }, "end": { - "line": 2032, + "line": 2027, "column": 58 } } }, "range": [ - 69836, - 69882 + 69613, + 69659 ], "loc": { "start": { - "line": 2032, + "line": 2027, "column": 12 }, "end": { - "line": 2032, + "line": 2027, "column": 58 } } @@ -153022,16 +152448,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 69896, - 69904 + 69673, + 69681 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 12 }, "end": { - "line": 2033, + "line": 2028, "column": 20 } } @@ -153045,16 +152471,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 69907, - 69912 + 69684, + 69689 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 23 }, "end": { - "line": 2033, + "line": 2028, "column": 28 } } @@ -153063,31 +152489,31 @@ "type": "Identifier", "name": "concat", "range": [ - 69913, - 69919 + 69690, + 69696 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 29 }, "end": { - "line": 2033, + "line": 2028, "column": 35 } } }, "range": [ - 69907, - 69919 + 69684, + 69696 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 23 }, "end": { - "line": 2033, + "line": 2028, "column": 35 } } @@ -153097,47 +152523,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 69920, - 69925 + 69697, + 69702 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 36 }, "end": { - "line": 2033, + "line": 2028, "column": 41 } } } ], "range": [ - 69907, - 69926 + 69684, + 69703 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 23 }, "end": { - "line": 2033, + "line": 2028, "column": 42 } } }, "range": [ - 69896, - 69926 + 69673, + 69703 ], "loc": { "start": { - "line": 2033, + "line": 2028, "column": 12 }, "end": { - "line": 2033, + "line": 2028, "column": 42 } } @@ -153145,16 +152571,16 @@ ], "kind": "let", "range": [ - 69716, - 69927 + 69493, + 69704 ], "loc": { "start": { - "line": 2030, + "line": 2025, "column": 8 }, "end": { - "line": 2033, + "line": 2028, "column": 43 } } @@ -153168,16 +152594,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 69936, - 69944 + 69713, + 69721 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 8 }, "end": { - "line": 2034, + "line": 2029, "column": 16 } } @@ -153191,16 +152617,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 69947, - 69955 + 69724, + 69732 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 19 }, "end": { - "line": 2034, + "line": 2029, "column": 27 } } @@ -153209,31 +152635,31 @@ "type": "Identifier", "name": "concat", "range": [ - 69956, - 69962 + 69733, + 69739 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 28 }, "end": { - "line": 2034, + "line": 2029, "column": 34 } } }, "range": [ - 69947, - 69962 + 69724, + 69739 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 19 }, "end": { - "line": 2034, + "line": 2029, "column": 34 } } @@ -153243,62 +152669,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 69963, - 69968 + 69740, + 69745 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 35 }, "end": { - "line": 2034, + "line": 2029, "column": 40 } } } ], "range": [ - 69947, - 69969 + 69724, + 69746 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 19 }, "end": { - "line": 2034, + "line": 2029, "column": 41 } } }, "range": [ - 69936, - 69969 + 69713, + 69746 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 8 }, "end": { - "line": 2034, + "line": 2029, "column": 41 } } }, "range": [ - 69936, - 69970 + 69713, + 69747 ], "loc": { "start": { - "line": 2034, + "line": 2029, "column": 8 }, "end": { - "line": 2034, + "line": 2029, "column": 42 } } @@ -153312,16 +152738,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 69984, - 69993 + 69761, + 69770 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 12 }, "end": { - "line": 2036, + "line": 2031, "column": 21 } } @@ -153334,16 +152760,16 @@ "object": { "type": "ThisExpression", "range": [ - 69996, - 70000 + 69773, + 69777 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 24 }, "end": { - "line": 2036, + "line": 2031, "column": 28 } } @@ -153352,31 +152778,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 70001, - 70027 + 69778, + 69804 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 29 }, "end": { - "line": 2036, + "line": 2031, "column": 55 } } }, "range": [ - 69996, - 70027 + 69773, + 69804 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 24 }, "end": { - "line": 2036, + "line": 2031, "column": 55 } } @@ -153388,16 +152814,16 @@ "object": { "type": "ThisExpression", "range": [ - 70028, - 70032 + 69805, + 69809 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 56 }, "end": { - "line": 2036, + "line": 2031, "column": 60 } } @@ -153406,62 +152832,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 70033, - 70047 + 69810, + 69824 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 61 }, "end": { - "line": 2036, + "line": 2031, "column": 75 } } }, "range": [ - 70028, - 70047 + 69805, + 69824 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 56 }, "end": { - "line": 2036, + "line": 2031, "column": 75 } } } ], "range": [ - 69996, - 70048 + 69773, + 69825 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 24 }, "end": { - "line": 2036, + "line": 2031, "column": 76 } } }, "range": [ - 69984, - 70048 + 69761, + 69825 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 12 }, "end": { - "line": 2036, + "line": 2031, "column": 76 } } @@ -153469,16 +152895,16 @@ ], "kind": "let", "range": [ - 69980, - 70049 + 69757, + 69826 ], "loc": { "start": { - "line": 2036, + "line": 2031, "column": 8 }, "end": { - "line": 2036, + "line": 2031, "column": 77 } } @@ -153494,16 +152920,16 @@ "type": "Identifier", "name": "i", "range": [ - 70068, - 70069 + 69845, + 69846 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 17 }, "end": { - "line": 2038, + "line": 2033, "column": 18 } } @@ -153513,31 +152939,31 @@ "value": 0, "raw": "0", "range": [ - 70072, - 70073 + 69849, + 69850 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 21 }, "end": { - "line": 2038, + "line": 2033, "column": 22 } } }, "range": [ - 70068, - 70073 + 69845, + 69850 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 17 }, "end": { - "line": 2038, + "line": 2033, "column": 22 } } @@ -153548,16 +152974,16 @@ "type": "Identifier", "name": "len", "range": [ - 70075, - 70078 + 69852, + 69855 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 24 }, "end": { - "line": 2038, + "line": 2033, "column": 27 } } @@ -153569,16 +152995,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70081, - 70089 + 69858, + 69866 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 30 }, "end": { - "line": 2038, + "line": 2033, "column": 38 } } @@ -153587,46 +153013,46 @@ "type": "Identifier", "name": "length", "range": [ - 70090, - 70096 + 69867, + 69873 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 39 }, "end": { - "line": 2038, + "line": 2033, "column": 45 } } }, "range": [ - 70081, - 70096 + 69858, + 69873 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 30 }, "end": { - "line": 2038, + "line": 2033, "column": 45 } } }, "range": [ - 70075, - 70096 + 69852, + 69873 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 24 }, "end": { - "line": 2038, + "line": 2033, "column": 45 } } @@ -153634,16 +153060,16 @@ ], "kind": "let", "range": [ - 70064, - 70096 + 69841, + 69873 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 13 }, "end": { - "line": 2038, + "line": 2033, "column": 45 } } @@ -153655,16 +153081,16 @@ "type": "Identifier", "name": "i", "range": [ - 70098, - 70099 + 69875, + 69876 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 47 }, "end": { - "line": 2038, + "line": 2033, "column": 48 } } @@ -153673,31 +153099,31 @@ "type": "Identifier", "name": "len", "range": [ - 70102, - 70105 + 69879, + 69882 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 51 }, "end": { - "line": 2038, + "line": 2033, "column": 54 } } }, "range": [ - 70098, - 70105 + 69875, + 69882 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 47 }, "end": { - "line": 2038, + "line": 2033, "column": 54 } } @@ -153709,32 +153135,32 @@ "type": "Identifier", "name": "i", "range": [ - 70107, - 70108 + 69884, + 69885 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 56 }, "end": { - "line": 2038, + "line": 2033, "column": 57 } } }, "prefix": false, "range": [ - 70107, - 70110 + 69884, + 69887 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 56 }, "end": { - "line": 2038, + "line": 2033, "column": 59 } } @@ -153751,16 +153177,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 70130, - 70136 + 69907, + 69913 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 16 }, "end": { - "line": 2039, + "line": 2034, "column": 22 } } @@ -153771,16 +153197,16 @@ "type": "Identifier", "name": "elm", "range": [ - 70139, - 70142 + 69916, + 69919 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 25 }, "end": { - "line": 2039, + "line": 2034, "column": 28 } } @@ -153795,16 +153221,16 @@ "object": { "type": "ThisExpression", "range": [ - 70143, - 70147 + 69920, + 69924 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 29 }, "end": { - "line": 2039, + "line": 2034, "column": 33 } } @@ -153813,31 +153239,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 70148, - 70154 + 69925, + 69931 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 34 }, "end": { - "line": 2039, + "line": 2034, "column": 40 } } }, "range": [ - 70143, - 70154 + 69920, + 69931 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 29 }, "end": { - "line": 2039, + "line": 2034, "column": 40 } } @@ -153849,16 +153275,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70155, - 70163 + 69932, + 69940 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 41 }, "end": { - "line": 2039, + "line": 2034, "column": 49 } } @@ -153867,77 +153293,77 @@ "type": "Identifier", "name": "i", "range": [ - 70164, - 70165 + 69941, + 69942 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 50 }, "end": { - "line": 2039, + "line": 2034, "column": 51 } } }, "range": [ - 70155, - 70166 + 69932, + 69943 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 41 }, "end": { - "line": 2039, + "line": 2034, "column": 52 } } }, "range": [ - 70143, - 70167 + 69920, + 69944 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 29 }, "end": { - "line": 2039, + "line": 2034, "column": 53 } } } ], "range": [ - 70139, - 70168 + 69916, + 69945 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 25 }, "end": { - "line": 2039, + "line": 2034, "column": 54 } } }, "range": [ - 70130, - 70168 + 69907, + 69945 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 16 }, "end": { - "line": 2039, + "line": 2034, "column": 54 } } @@ -153945,16 +153371,16 @@ ], "kind": "let", "range": [ - 70126, - 70169 + 69903, + 69946 ], "loc": { "start": { - "line": 2039, + "line": 2034, "column": 12 }, "end": { - "line": 2039, + "line": 2034, "column": 55 } } @@ -153968,16 +153394,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 70186, - 70202 + 69963, + 69979 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 16 }, "end": { - "line": 2040, + "line": 2035, "column": 32 } } @@ -153990,16 +153416,16 @@ "object": { "type": "ThisExpression", "range": [ - 70205, - 70209 + 69982, + 69986 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 35 }, "end": { - "line": 2040, + "line": 2035, "column": 39 } } @@ -154008,31 +153434,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 70210, - 70224 + 69987, + 70001 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 40 }, "end": { - "line": 2040, + "line": 2035, "column": 54 } } }, "range": [ - 70205, - 70224 + 69982, + 70001 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 35 }, "end": { - "line": 2040, + "line": 2035, "column": 54 } } @@ -154045,16 +153471,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70225, - 70233 + 70002, + 70010 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 55 }, "end": { - "line": 2040, + "line": 2035, "column": 63 } } @@ -154063,62 +153489,62 @@ "type": "Identifier", "name": "i", "range": [ - 70234, - 70235 + 70011, + 70012 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 64 }, "end": { - "line": 2040, + "line": 2035, "column": 65 } } }, "range": [ - 70225, - 70236 + 70002, + 70013 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 55 }, "end": { - "line": 2040, + "line": 2035, "column": 66 } } } ], "range": [ - 70205, - 70237 + 69982, + 70014 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 35 }, "end": { - "line": 2040, + "line": 2035, "column": 67 } } }, "range": [ - 70186, - 70237 + 69963, + 70014 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 16 }, "end": { - "line": 2040, + "line": 2035, "column": 67 } } @@ -154126,16 +153552,16 @@ ], "kind": "let", "range": [ - 70182, - 70238 + 69959, + 70015 ], "loc": { "start": { - "line": 2040, + "line": 2035, "column": 12 }, "end": { - "line": 2040, + "line": 2035, "column": 68 } }, @@ -154144,16 +153570,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 70252, - 70295 + 70029, + 70072 ], "loc": { "start": { - "line": 2042, + "line": 2037, "column": 12 }, "end": { - "line": 2042, + "line": 2037, "column": 55 } } @@ -154162,16 +153588,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 70308, - 70347 + 70085, + 70124 ], "loc": { "start": { - "line": 2043, + "line": 2038, "column": 12 }, "end": { - "line": 2043, + "line": 2038, "column": 51 } } @@ -154196,16 +153622,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 70364, - 70373 + 70141, + 70150 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 16 }, "end": { - "line": 2044, + "line": 2039, "column": 25 } } @@ -154217,16 +153643,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70378, - 70386 + 70155, + 70163 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 30 }, "end": { - "line": 2044, + "line": 2039, "column": 38 } } @@ -154235,46 +153661,46 @@ "type": "Identifier", "name": "i", "range": [ - 70387, - 70388 + 70164, + 70165 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 39 }, "end": { - "line": 2044, + "line": 2039, "column": 40 } } }, "range": [ - 70378, - 70389 + 70155, + 70166 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 30 }, "end": { - "line": 2044, + "line": 2039, "column": 41 } } }, "range": [ - 70364, - 70389 + 70141, + 70166 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 16 }, "end": { - "line": 2044, + "line": 2039, "column": 41 } } @@ -154291,16 +153717,16 @@ "object": { "type": "ThisExpression", "range": [ - 70410, - 70414 + 70187, + 70191 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 17 }, "end": { - "line": 2045, + "line": 2040, "column": 21 } } @@ -154309,31 +153735,31 @@ "type": "Identifier", "name": "paging", "range": [ - 70415, - 70421 + 70192, + 70198 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 22 }, "end": { - "line": 2045, + "line": 2040, "column": 28 } } }, "range": [ - 70410, - 70421 + 70187, + 70198 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 17 }, "end": { - "line": 2045, + "line": 2040, "column": 28 } } @@ -154350,16 +153776,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 70425, - 70430 + 70202, + 70207 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 32 }, "end": { - "line": 2045, + "line": 2040, "column": 37 } } @@ -154368,31 +153794,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 70431, - 70438 + 70208, + 70215 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 38 }, "end": { - "line": 2045, + "line": 2040, "column": 45 } } }, "range": [ - 70425, - 70438 + 70202, + 70215 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 32 }, "end": { - "line": 2045, + "line": 2040, "column": 45 } } @@ -154405,16 +153831,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70439, - 70447 + 70216, + 70224 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 46 }, "end": { - "line": 2045, + "line": 2040, "column": 54 } } @@ -154423,47 +153849,47 @@ "type": "Identifier", "name": "i", "range": [ - 70448, - 70449 + 70225, + 70226 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 55 }, "end": { - "line": 2045, + "line": 2040, "column": 56 } } }, "range": [ - 70439, - 70450 + 70216, + 70227 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 46 }, "end": { - "line": 2045, + "line": 2040, "column": 57 } } } ], "range": [ - 70425, - 70451 + 70202, + 70228 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 32 }, "end": { - "line": 2045, + "line": 2040, "column": 58 } } @@ -154476,62 +153902,62 @@ "value": 1, "raw": "1", "range": [ - 70457, - 70458 + 70234, + 70235 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 64 }, "end": { - "line": 2045, + "line": 2040, "column": 65 } } }, "prefix": true, "range": [ - 70456, - 70458 + 70233, + 70235 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 63 }, "end": { - "line": 2045, + "line": 2040, "column": 65 } } }, "range": [ - 70425, - 70458 + 70202, + 70235 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 32 }, "end": { - "line": 2045, + "line": 2040, "column": 65 } } }, "range": [ - 70410, - 70458 + 70187, + 70235 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 17 }, "end": { - "line": 2045, + "line": 2040, "column": 65 } } @@ -154543,16 +153969,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 70482, - 70491 + 70259, + 70268 ], "loc": { "start": { - "line": 2046, + "line": 2041, "column": 20 }, "end": { - "line": 2046, + "line": 2041, "column": 29 } } @@ -154564,16 +153990,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70496, - 70504 + 70273, + 70281 ], "loc": { "start": { - "line": 2046, + "line": 2041, "column": 34 }, "end": { - "line": 2046, + "line": 2041, "column": 42 } } @@ -154582,76 +154008,76 @@ "type": "Identifier", "name": "i", "range": [ - 70505, - 70506 + 70282, + 70283 ], "loc": { "start": { - "line": 2046, + "line": 2041, "column": 43 }, "end": { - "line": 2046, + "line": 2041, "column": 44 } } }, "range": [ - 70496, - 70507 + 70273, + 70284 ], "loc": { "start": { - "line": 2046, + "line": 2041, "column": 34 }, "end": { - "line": 2046, + "line": 2041, "column": 45 } } }, "range": [ - 70482, - 70507 + 70259, + 70284 ], "loc": { "start": { - "line": 2046, + "line": 2041, "column": 20 }, "end": { - "line": 2046, + "line": 2041, "column": 45 } } }, "range": [ - 70410, - 70507 + 70187, + 70284 ], "loc": { "start": { - "line": 2045, + "line": 2040, "column": 17 }, "end": { - "line": 2046, + "line": 2041, "column": 45 } } }, "range": [ - 70364, - 70508 + 70141, + 70285 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 16 }, "end": { - "line": 2046, + "line": 2041, "column": 46 } } @@ -154668,16 +154094,16 @@ "object": { "type": "ThisExpression", "range": [ - 70530, - 70534 + 70307, + 70311 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 18 }, "end": { - "line": 2047, + "line": 2042, "column": 22 } } @@ -154686,47 +154112,47 @@ "type": "Identifier", "name": "paging", "range": [ - 70535, - 70541 + 70312, + 70318 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 23 }, "end": { - "line": 2047, + "line": 2042, "column": 29 } } }, "range": [ - 70530, - 70541 + 70307, + 70318 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 18 }, "end": { - "line": 2047, + "line": 2042, "column": 29 } } }, "prefix": true, "range": [ - 70529, - 70541 + 70306, + 70318 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 17 }, "end": { - "line": 2047, + "line": 2042, "column": 29 } } @@ -154746,16 +154172,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 70546, - 70551 + 70323, + 70328 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 34 }, "end": { - "line": 2047, + "line": 2042, "column": 39 } } @@ -154764,31 +154190,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 70552, - 70559 + 70329, + 70336 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 40 }, "end": { - "line": 2047, + "line": 2042, "column": 47 } } }, "range": [ - 70546, - 70559 + 70323, + 70336 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 34 }, "end": { - "line": 2047, + "line": 2042, "column": 47 } } @@ -154801,16 +154227,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70560, - 70568 + 70337, + 70345 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 48 }, "end": { - "line": 2047, + "line": 2042, "column": 56 } } @@ -154819,47 +154245,47 @@ "type": "Identifier", "name": "i", "range": [ - 70569, - 70570 + 70346, + 70347 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 57 }, "end": { - "line": 2047, + "line": 2042, "column": 58 } } }, "range": [ - 70560, - 70571 + 70337, + 70348 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 48 }, "end": { - "line": 2047, + "line": 2042, "column": 59 } } } ], "range": [ - 70546, - 70572 + 70323, + 70349 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 34 }, "end": { - "line": 2047, + "line": 2042, "column": 60 } } @@ -154872,47 +154298,47 @@ "value": 1, "raw": "1", "range": [ - 70578, - 70579 + 70355, + 70356 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 66 }, "end": { - "line": 2047, + "line": 2042, "column": 67 } } }, "prefix": true, "range": [ - 70577, - 70579 + 70354, + 70356 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 65 }, "end": { - "line": 2047, + "line": 2042, "column": 67 } } }, "range": [ - 70546, - 70579 + 70323, + 70356 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 34 }, "end": { - "line": 2047, + "line": 2042, "column": 67 } } @@ -154929,16 +154355,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 70603, - 70608 + 70380, + 70385 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 20 }, "end": { - "line": 2048, + "line": 2043, "column": 25 } } @@ -154947,31 +154373,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 70609, - 70616 + 70386, + 70393 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 26 }, "end": { - "line": 2048, + "line": 2043, "column": 33 } } }, "range": [ - 70603, - 70616 + 70380, + 70393 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 20 }, "end": { - "line": 2048, + "line": 2043, "column": 33 } } @@ -154984,16 +154410,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70617, - 70625 + 70394, + 70402 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 34 }, "end": { - "line": 2048, + "line": 2043, "column": 42 } } @@ -155002,47 +154428,47 @@ "type": "Identifier", "name": "i", "range": [ - 70626, - 70627 + 70403, + 70404 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 43 }, "end": { - "line": 2048, + "line": 2043, "column": 44 } } }, "range": [ - 70617, - 70628 + 70394, + 70405 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 34 }, "end": { - "line": 2048, + "line": 2043, "column": 45 } } } ], "range": [ - 70603, - 70629 + 70380, + 70406 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 20 }, "end": { - "line": 2048, + "line": 2043, "column": 46 } } @@ -155055,92 +154481,92 @@ "value": 1, "raw": "1", "range": [ - 70635, - 70636 + 70412, + 70413 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 52 }, "end": { - "line": 2048, + "line": 2043, "column": 53 } } }, "prefix": true, "range": [ - 70634, - 70636 + 70411, + 70413 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 51 }, "end": { - "line": 2048, + "line": 2043, "column": 53 } } }, "range": [ - 70603, - 70636 + 70380, + 70413 ], "loc": { "start": { - "line": 2048, + "line": 2043, "column": 20 }, "end": { - "line": 2048, + "line": 2043, "column": 53 } } }, "range": [ - 70546, - 70636 + 70323, + 70413 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 34 }, "end": { - "line": 2048, + "line": 2043, "column": 53 } } }, "range": [ - 70529, - 70637 + 70306, + 70414 ], "loc": { "start": { - "line": 2047, + "line": 2042, "column": 17 }, "end": { - "line": 2048, + "line": 2043, "column": 54 } } }, "range": [ - 70364, - 70638 + 70141, + 70415 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 16 }, "end": { - "line": 2048, + "line": 2043, "column": 55 } } @@ -155152,16 +154578,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 70658, - 70674 + 70435, + 70451 ], "loc": { "start": { - "line": 2049, + "line": 2044, "column": 16 }, "end": { - "line": 2049, + "line": 2044, "column": 32 } } @@ -155172,16 +154598,16 @@ "object": { "type": "ThisExpression", "range": [ - 70679, - 70683 + 70456, + 70460 ], "loc": { "start": { - "line": 2049, + "line": 2044, "column": 37 }, "end": { - "line": 2049, + "line": 2044, "column": 41 } } @@ -155190,61 +154616,61 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 70684, - 70698 + 70461, + 70475 ], "loc": { "start": { - "line": 2049, + "line": 2044, "column": 42 }, "end": { - "line": 2049, + "line": 2044, "column": 56 } } }, "range": [ - 70679, - 70698 + 70456, + 70475 ], "loc": { "start": { - "line": 2049, + "line": 2044, "column": 37 }, "end": { - "line": 2049, + "line": 2044, "column": 56 } } }, "range": [ - 70658, - 70698 + 70435, + 70475 ], "loc": { "start": { - "line": 2049, + "line": 2044, "column": 16 }, "end": { - "line": 2049, + "line": 2044, "column": 56 } } }, "range": [ - 70364, - 70698 + 70141, + 70475 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 16 }, "end": { - "line": 2049, + "line": 2044, "column": 56 } } @@ -155260,16 +154686,16 @@ "object": { "type": "ThisExpression", "range": [ - 70773, - 70777 + 70550, + 70554 ], "loc": { "start": { - "line": 2052, + "line": 2047, "column": 20 }, "end": { - "line": 2052, + "line": 2047, "column": 24 } } @@ -155278,31 +154704,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 70778, - 70793 + 70555, + 70570 ], "loc": { "start": { - "line": 2052, + "line": 2047, "column": 25 }, "end": { - "line": 2052, + "line": 2047, "column": 40 } } }, "range": [ - 70773, - 70793 + 70550, + 70570 ], "loc": { "start": { - "line": 2052, + "line": 2047, "column": 20 }, "end": { - "line": 2052, + "line": 2047, "column": 40 } } @@ -155319,16 +154745,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 70821, - 70825 + 70598, + 70602 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 24 }, "end": { - "line": 2053, + "line": 2048, "column": 28 } } @@ -155339,16 +154765,16 @@ "type": "Identifier", "name": "createOpt", "range": [ - 70828, - 70837 + 70605, + 70614 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 31 }, "end": { - "line": 2053, + "line": 2048, "column": 40 } } @@ -155360,16 +154786,16 @@ "object": { "type": "ThisExpression", "range": [ - 70838, - 70842 + 70615, + 70619 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 41 }, "end": { - "line": 2053, + "line": 2048, "column": 45 } } @@ -155378,31 +154804,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 70843, - 70857 + 70620, + 70634 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 46 }, "end": { - "line": 2053, + "line": 2048, "column": 60 } } }, "range": [ - 70838, - 70857 + 70615, + 70634 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 41 }, "end": { - "line": 2053, + "line": 2048, "column": 60 } } @@ -155412,47 +154838,47 @@ "value": "", "raw": "''", "range": [ - 70859, - 70861 + 70636, + 70638 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 62 }, "end": { - "line": 2053, + "line": 2048, "column": 64 } } } ], "range": [ - 70828, - 70862 + 70605, + 70639 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 31 }, "end": { - "line": 2053, + "line": 2048, "column": 65 } } }, "range": [ - 70821, - 70862 + 70598, + 70639 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 24 }, "end": { - "line": 2053, + "line": 2048, "column": 65 } } @@ -155460,16 +154886,16 @@ ], "kind": "let", "range": [ - 70817, - 70863 + 70594, + 70640 ], "loc": { "start": { - "line": 2053, + "line": 2048, "column": 20 }, "end": { - "line": 2053, + "line": 2048, "column": 66 } } @@ -155486,16 +154912,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 70884, - 70890 + 70661, + 70667 ], "loc": { "start": { - "line": 2054, + "line": 2049, "column": 20 }, "end": { - "line": 2054, + "line": 2049, "column": 26 } } @@ -155504,31 +154930,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 70891, - 70900 + 70668, + 70677 ], "loc": { "start": { - "line": 2054, + "line": 2049, "column": 27 }, "end": { - "line": 2054, + "line": 2049, "column": 36 } } }, "range": [ - 70884, - 70900 + 70661, + 70677 ], "loc": { "start": { - "line": 2054, + "line": 2049, "column": 20 }, "end": { - "line": 2054, + "line": 2049, "column": 36 } } @@ -155538,46 +154964,46 @@ "value": "", "raw": "''", "range": [ - 70903, - 70905 + 70680, + 70682 ], "loc": { "start": { - "line": 2054, + "line": 2049, "column": 39 }, "end": { - "line": 2054, + "line": 2049, "column": 41 } } }, "range": [ - 70884, - 70905 + 70661, + 70682 ], "loc": { "start": { - "line": 2054, + "line": 2049, "column": 20 }, "end": { - "line": 2054, + "line": 2049, "column": 41 } } }, "range": [ - 70884, - 70906 + 70661, + 70683 ], "loc": { "start": { - "line": 2054, + "line": 2049, "column": 20 }, "end": { - "line": 2054, + "line": 2049, "column": 42 } } @@ -155593,16 +155019,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 70927, - 70933 + 70704, + 70710 ], "loc": { "start": { - "line": 2055, + "line": 2050, "column": 20 }, "end": { - "line": 2055, + "line": 2050, "column": 26 } } @@ -155611,31 +155037,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 70934, - 70945 + 70711, + 70722 ], "loc": { "start": { - "line": 2055, + "line": 2050, "column": 27 }, "end": { - "line": 2055, + "line": 2050, "column": 38 } } }, "range": [ - 70927, - 70945 + 70704, + 70722 ], "loc": { "start": { - "line": 2055, + "line": 2050, "column": 20 }, "end": { - "line": 2055, + "line": 2050, "column": 38 } } @@ -155645,79 +155071,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 70946, - 70950 + 70723, + 70727 ], "loc": { "start": { - "line": 2055, + "line": 2050, "column": 39 }, "end": { - "line": 2055, + "line": 2050, "column": 43 } } } ], "range": [ - 70927, - 70951 + 70704, + 70728 ], "loc": { "start": { - "line": 2055, + "line": 2050, "column": 20 }, "end": { - "line": 2055, + "line": 2050, "column": 44 } } }, "range": [ - 70927, - 70952 + 70704, + 70729 ], "loc": { "start": { - "line": 2055, + "line": 2050, "column": 20 }, "end": { - "line": 2055, + "line": 2050, "column": 45 } } } ], "range": [ - 70795, - 70970 + 70572, + 70747 ], "loc": { "start": { - "line": 2052, + "line": 2047, "column": 42 }, "end": { - "line": 2056, + "line": 2051, "column": 17 } } }, "alternate": null, "range": [ - 70769, - 70970 + 70546, + 70747 ], "loc": { "start": { - "line": 2052, + "line": 2047, "column": 16 }, "end": { - "line": 2056, + "line": 2051, "column": 17 } }, @@ -155726,16 +155152,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 70719, - 70752 + 70496, + 70529 ], "loc": { "start": { - "line": 2051, + "line": 2046, "column": 16 }, "end": { - "line": 2051, + "line": 2046, "column": 49 } } @@ -155756,16 +155182,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 70992, - 70997 + 70769, + 70774 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 20 }, "end": { - "line": 2058, + "line": 2053, "column": 25 } } @@ -155774,31 +155200,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 70998, - 71005 + 70775, + 70782 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 26 }, "end": { - "line": 2058, + "line": 2053, "column": 33 } } }, "range": [ - 70992, - 71005 + 70769, + 70782 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 20 }, "end": { - "line": 2058, + "line": 2053, "column": 33 } } @@ -155811,16 +155237,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71006, - 71014 + 70783, + 70791 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 34 }, "end": { - "line": 2058, + "line": 2053, "column": 42 } } @@ -155829,47 +155255,47 @@ "type": "Identifier", "name": "i", "range": [ - 71015, - 71016 + 70792, + 70793 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 43 }, "end": { - "line": 2058, + "line": 2053, "column": 44 } } }, "range": [ - 71006, - 71017 + 70783, + 70794 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 34 }, "end": { - "line": 2058, + "line": 2053, "column": 45 } } } ], "range": [ - 70992, - 71018 + 70769, + 70795 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 20 }, "end": { - "line": 2058, + "line": 2053, "column": 46 } } @@ -155882,47 +155308,47 @@ "value": 1, "raw": "1", "range": [ - 71024, - 71025 + 70801, + 70802 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 52 }, "end": { - "line": 2058, + "line": 2053, "column": 53 } } }, "prefix": true, "range": [ - 71023, - 71025 + 70800, + 70802 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 51 }, "end": { - "line": 2058, + "line": 2053, "column": 53 } } }, "range": [ - 70992, - 71025 + 70769, + 70802 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 20 }, "end": { - "line": 2058, + "line": 2053, "column": 53 } } @@ -155943,16 +155369,16 @@ "object": { "type": "ThisExpression", "range": [ - 71049, - 71053 + 70826, + 70830 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 20 }, "end": { - "line": 2059, + "line": 2054, "column": 24 } } @@ -155961,31 +155387,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 71054, - 71061 + 70831, + 70838 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 25 }, "end": { - "line": 2059, + "line": 2054, "column": 32 } } }, "range": [ - 71049, - 71061 + 70826, + 70838 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 20 }, "end": { - "line": 2059, + "line": 2054, "column": 32 } } @@ -155994,31 +155420,31 @@ "type": "Identifier", "name": "emit", "range": [ - 71062, - 71066 + 70839, + 70843 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 33 }, "end": { - "line": 2059, + "line": 2054, "column": 37 } } }, "range": [ - 71049, - 71066 + 70826, + 70843 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 20 }, "end": { - "line": 2059, + "line": 2054, "column": 37 } } @@ -156029,16 +155455,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 71067, - 71091 + 70844, + 70868 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 38 }, "end": { - "line": 2059, + "line": 2054, "column": 62 } } @@ -156046,16 +155472,16 @@ { "type": "ThisExpression", "range": [ - 71093, - 71097 + 70870, + 70874 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 64 }, "end": { - "line": 2059, + "line": 2054, "column": 68 } } @@ -156067,16 +155493,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71123, - 71131 + 70900, + 70908 ], "loc": { "start": { - "line": 2060, + "line": 2055, "column": 24 }, "end": { - "line": 2060, + "line": 2055, "column": 32 } } @@ -156085,78 +155511,78 @@ "type": "Identifier", "name": "i", "range": [ - 71132, - 71133 + 70909, + 70910 ], "loc": { "start": { - "line": 2060, + "line": 2055, "column": 33 }, "end": { - "line": 2060, + "line": 2055, "column": 34 } } }, "range": [ - 71123, - 71134 + 70900, + 70911 ], "loc": { "start": { - "line": 2060, + "line": 2055, "column": 24 }, "end": { - "line": 2060, + "line": 2055, "column": 35 } } } ], "range": [ - 71049, - 71135 + 70826, + 70912 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 20 }, "end": { - "line": 2060, + "line": 2055, "column": 36 } } }, "range": [ - 71049, - 71136 + 70826, + 70913 ], "loc": { "start": { - "line": 2059, + "line": 2054, "column": 20 }, "end": { - "line": 2060, + "line": 2055, "column": 37 } } } ], "range": [ - 71027, - 71154 + 70804, + 70931 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 55 }, "end": { - "line": 2061, + "line": 2056, "column": 17 } } @@ -156177,16 +155603,16 @@ "object": { "type": "ThisExpression", "range": [ - 71182, - 71186 + 70959, + 70963 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 20 }, "end": { - "line": 2062, + "line": 2057, "column": 24 } } @@ -156195,31 +155621,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 71187, - 71194 + 70964, + 70971 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 25 }, "end": { - "line": 2062, + "line": 2057, "column": 32 } } }, "range": [ - 71182, - 71194 + 70959, + 70971 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 20 }, "end": { - "line": 2062, + "line": 2057, "column": 32 } } @@ -156228,31 +155654,31 @@ "type": "Identifier", "name": "emit", "range": [ - 71195, - 71199 + 70972, + 70976 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 33 }, "end": { - "line": 2062, + "line": 2057, "column": 37 } } }, "range": [ - 71182, - 71199 + 70959, + 70976 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 20 }, "end": { - "line": 2062, + "line": 2057, "column": 37 } } @@ -156263,16 +155689,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 71200, - 71221 + 70977, + 70998 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 38 }, "end": { - "line": 2062, + "line": 2057, "column": 59 } } @@ -156280,16 +155706,16 @@ { "type": "ThisExpression", "range": [ - 71223, - 71227 + 71000, + 71004 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 61 }, "end": { - "line": 2062, + "line": 2057, "column": 65 } } @@ -156301,16 +155727,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71229, - 71237 + 71006, + 71014 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 67 }, "end": { - "line": 2062, + "line": 2057, "column": 75 } } @@ -156319,31 +155745,31 @@ "type": "Identifier", "name": "i", "range": [ - 71238, - 71239 + 71015, + 71016 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 76 }, "end": { - "line": 2062, + "line": 2057, "column": 77 } } }, "range": [ - 71229, - 71240 + 71006, + 71017 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 67 }, "end": { - "line": 2062, + "line": 2057, "column": 78 } } @@ -156353,78 +155779,78 @@ "value": true, "raw": "true", "range": [ - 71266, - 71270 + 71043, + 71047 ], "loc": { "start": { - "line": 2063, + "line": 2058, "column": 24 }, "end": { - "line": 2063, + "line": 2058, "column": 28 } } } ], "range": [ - 71182, - 71271 + 70959, + 71048 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 20 }, "end": { - "line": 2063, + "line": 2058, "column": 29 } } }, "range": [ - 71182, - 71272 + 70959, + 71049 ], "loc": { "start": { - "line": 2062, + "line": 2057, "column": 20 }, "end": { - "line": 2063, + "line": 2058, "column": 30 } } } ], "range": [ - 71160, - 71290 + 70937, + 71067 ], "loc": { "start": { - "line": 2061, + "line": 2056, "column": 23 }, "end": { - "line": 2064, + "line": 2059, "column": 17 } } }, "range": [ - 70988, - 71290 + 70765, + 71067 ], "loc": { "start": { - "line": 2058, + "line": 2053, "column": 16 }, "end": { - "line": 2064, + "line": 2059, "column": 17 } } @@ -156439,16 +155865,16 @@ "object": { "type": "ThisExpression", "range": [ - 71308, - 71312 + 71085, + 71089 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 16 }, "end": { - "line": 2066, + "line": 2061, "column": 20 } } @@ -156457,31 +155883,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 71313, - 71327 + 71090, + 71104 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 21 }, "end": { - "line": 2066, + "line": 2061, "column": 35 } } }, "range": [ - 71308, - 71327 + 71085, + 71104 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 16 }, "end": { - "line": 2066, + "line": 2061, "column": 35 } } @@ -156494,16 +155920,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71328, - 71336 + 71105, + 71113 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 36 }, "end": { - "line": 2066, + "line": 2061, "column": 44 } } @@ -156512,31 +155938,31 @@ "type": "Identifier", "name": "i", "range": [ - 71337, - 71338 + 71114, + 71115 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 45 }, "end": { - "line": 2066, + "line": 2061, "column": 46 } } }, "range": [ - 71328, - 71339 + 71105, + 71116 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 36 }, "end": { - "line": 2066, + "line": 2061, "column": 47 } } @@ -156545,79 +155971,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 71341, - 71357 + 71118, + 71134 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 49 }, "end": { - "line": 2066, + "line": 2061, "column": 65 } } } ], "range": [ - 71308, - 71358 + 71085, + 71135 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 16 }, "end": { - "line": 2066, + "line": 2061, "column": 66 } } }, "range": [ - 71308, - 71359 + 71085, + 71136 ], "loc": { "start": { - "line": 2066, + "line": 2061, "column": 16 }, "end": { - "line": 2066, + "line": 2061, "column": 67 } } } ], "range": [ - 70700, - 71373 + 70477, + 71150 ], "loc": { "start": { - "line": 2049, + "line": 2044, "column": 58 }, "end": { - "line": 2067, + "line": 2062, "column": 13 } } }, "alternate": null, "range": [ - 70360, - 71373 + 70137, + 71150 ], "loc": { "start": { - "line": 2044, + "line": 2039, "column": 12 }, "end": { - "line": 2067, + "line": 2062, "column": 13 } }, @@ -156626,16 +156052,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 70252, - 70295 + 70029, + 70072 ], "loc": { "start": { - "line": 2042, + "line": 2037, "column": 12 }, "end": { - "line": 2042, + "line": 2037, "column": 55 } } @@ -156644,16 +156070,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 70308, - 70347 + 70085, + 70124 ], "loc": { "start": { - "line": 2043, + "line": 2038, "column": 12 }, "end": { - "line": 2043, + "line": 2038, "column": 51 } } @@ -156662,47 +156088,47 @@ } ], "range": [ - 70112, - 71383 + 69889, + 71160 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 61 }, "end": { - "line": 2068, + "line": 2063, "column": 9 } } }, "range": [ - 70059, - 71383 + 69836, + 71160 ], "loc": { "start": { - "line": 2038, + "line": 2033, "column": 8 }, "end": { - "line": 2068, + "line": 2063, "column": 9 } } } ], "range": [ - 69617, - 71389 + 69394, + 71166 ], "loc": { "start": { - "line": 2026, + "line": 2021, "column": 18 }, "end": { - "line": 2069, + "line": 2064, "column": 5 } } @@ -156710,16 +156136,16 @@ "generator": false, "expression": false, "range": [ - 69614, - 71389 + 69391, + 71166 ], "loc": { "start": { - "line": 2026, + "line": 2021, "column": 15 }, "end": { - "line": 2069, + "line": 2064, "column": 5 } } @@ -156727,16 +156153,16 @@ "kind": "method", "computed": false, "range": [ - 69603, - 71389 + 69380, + 71166 ], "loc": { "start": { - "line": 2026, + "line": 2021, "column": 4 }, "end": { - "line": 2069, + "line": 2064, "column": 5 } }, @@ -156745,16 +156171,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 69493, - 69598 + 69270, + 69375 ], "loc": { "start": { - "line": 2022, + "line": 2017, "column": 4 }, "end": { - "line": 2025, + "line": 2020, "column": 7 } } @@ -156765,16 +156191,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": [ - 71395, - 71573 + 71172, + 71350 ], "loc": { "start": { - "line": 2071, + "line": 2066, "column": 4 }, "end": { - "line": 2075, + "line": 2070, "column": 7 } } @@ -156788,16 +156214,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 71578, - 71590 + 71355, + 71367 ], "loc": { "start": { - "line": 2076, + "line": 2071, "column": 4 }, "end": { - "line": 2076, + "line": 2071, "column": 16 } } @@ -156810,16 +156236,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 71591, - 71599 + 71368, + 71376 ], "loc": { "start": { - "line": 2076, + "line": 2071, "column": 17 }, "end": { - "line": 2076, + "line": 2071, "column": 25 } } @@ -156837,16 +156263,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 71615, - 71622 + 71392, + 71399 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 12 }, "end": { - "line": 2077, + "line": 2072, "column": 19 } } @@ -156859,16 +156285,16 @@ "object": { "type": "ThisExpression", "range": [ - 71625, - 71629 + 71402, + 71406 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 22 }, "end": { - "line": 2077, + "line": 2072, "column": 26 } } @@ -156877,31 +156303,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 71630, - 71643 + 71407, + 71420 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 27 }, "end": { - "line": 2077, + "line": 2072, "column": 40 } } }, "range": [ - 71625, - 71643 + 71402, + 71420 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 22 }, "end": { - "line": 2077, + "line": 2072, "column": 40 } } @@ -156911,47 +156337,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 71644, - 71652 + 71421, + 71429 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 41 }, "end": { - "line": 2077, + "line": 2072, "column": 49 } } } ], "range": [ - 71625, - 71653 + 71402, + 71430 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 22 }, "end": { - "line": 2077, + "line": 2072, "column": 50 } } }, "range": [ - 71615, - 71653 + 71392, + 71430 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 12 }, "end": { - "line": 2077, + "line": 2072, "column": 50 } } @@ -156959,16 +156385,16 @@ ], "kind": "let", "range": [ - 71611, - 71654 + 71388, + 71431 ], "loc": { "start": { - "line": 2077, + "line": 2072, "column": 8 }, "end": { - "line": 2077, + "line": 2072, "column": 51 } } @@ -156990,16 +156416,16 @@ "object": { "type": "ThisExpression", "range": [ - 71670, - 71674 + 71447, + 71451 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 15 }, "end": { - "line": 2078, + "line": 2073, "column": 19 } } @@ -157008,31 +156434,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 71675, - 71690 + 71452, + 71467 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 20 }, "end": { - "line": 2078, + "line": 2073, "column": 35 } } }, "range": [ - 71670, - 71690 + 71447, + 71467 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 15 }, "end": { - "line": 2078, + "line": 2073, "column": 35 } } @@ -157041,31 +156467,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 71691, - 71699 + 71468, + 71476 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 36 }, "end": { - "line": 2078, + "line": 2073, "column": 44 } } }, "range": [ - 71670, - 71700 + 71447, + 71477 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 15 }, "end": { - "line": 2078, + "line": 2073, "column": 45 } } @@ -157076,16 +156502,16 @@ "object": { "type": "ThisExpression", "range": [ - 71704, - 71708 + 71481, + 71485 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 49 }, "end": { - "line": 2078, + "line": 2073, "column": 53 } } @@ -157094,46 +156520,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 71709, - 71719 + 71486, + 71496 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 54 }, "end": { - "line": 2078, + "line": 2073, "column": 64 } } }, "range": [ - 71704, - 71719 + 71481, + 71496 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 49 }, "end": { - "line": 2078, + "line": 2073, "column": 64 } } }, "range": [ - 71670, - 71719 + 71447, + 71496 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 15 }, "end": { - "line": 2078, + "line": 2073, "column": 64 } } @@ -157145,16 +156571,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 71735, - 71742 + 71512, + 71519 ], "loc": { "start": { - "line": 2079, + "line": 2074, "column": 12 }, "end": { - "line": 2079, + "line": 2074, "column": 19 } } @@ -157163,77 +156589,77 @@ "type": "Identifier", "name": "INPUT", "range": [ - 71747, - 71752 + 71524, + 71529 ], "loc": { "start": { - "line": 2079, + "line": 2074, "column": 24 }, "end": { - "line": 2079, + "line": 2074, "column": 29 } } }, "range": [ - 71735, - 71752 + 71512, + 71529 ], "loc": { "start": { - "line": 2079, + "line": 2074, "column": 12 }, "end": { - "line": 2079, + "line": 2074, "column": 29 } } }, "range": [ - 71670, - 71752 + 71447, + 71529 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 15 }, "end": { - "line": 2079, + "line": 2074, "column": 29 } } }, "range": [ - 71663, - 71753 + 71440, + 71530 ], "loc": { "start": { - "line": 2078, + "line": 2073, "column": 8 }, "end": { - "line": 2079, + "line": 2074, "column": 30 } } } ], "range": [ - 71601, - 71759 + 71378, + 71536 ], "loc": { "start": { - "line": 2076, + "line": 2071, "column": 27 }, "end": { - "line": 2080, + "line": 2075, "column": 5 } } @@ -157241,16 +156667,16 @@ "generator": false, "expression": false, "range": [ - 71590, - 71759 + 71367, + 71536 ], "loc": { "start": { - "line": 2076, + "line": 2071, "column": 16 }, "end": { - "line": 2080, + "line": 2075, "column": 5 } } @@ -157258,16 +156684,16 @@ "kind": "method", "computed": false, "range": [ - 71578, - 71759 + 71355, + 71536 ], "loc": { "start": { - "line": 2076, + "line": 2071, "column": 4 }, "end": { - "line": 2080, + "line": 2075, "column": 5 } }, @@ -157276,16 +156702,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": [ - 71395, - 71573 + 71172, + 71350 ], "loc": { "start": { - "line": 2071, + "line": 2066, "column": 4 }, "end": { - "line": 2075, + "line": 2070, "column": 7 } } @@ -157296,16 +156722,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": [ - 71765, - 71984 + 71542, + 71761 ], "loc": { "start": { - "line": 2082, + "line": 2077, "column": 4 }, "end": { - "line": 2087, + "line": 2082, "column": 7 } } @@ -157319,16 +156745,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 71989, - 71999 + 71766, + 71776 ], "loc": { "start": { - "line": 2088, + "line": 2083, "column": 4 }, "end": { - "line": 2088, + "line": 2083, "column": 14 } } @@ -157341,16 +156767,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 72000, - 72008 + 71777, + 71785 ], "loc": { "start": { - "line": 2088, + "line": 2083, "column": 15 }, "end": { - "line": 2088, + "line": 2083, "column": 23 } } @@ -157359,16 +156785,16 @@ "type": "Identifier", "name": "type", "range": [ - 72010, - 72014 + 71787, + 71791 ], "loc": { "start": { - "line": 2088, + "line": 2083, "column": 25 }, "end": { - "line": 2088, + "line": 2083, "column": 29 } } @@ -157386,16 +156812,16 @@ "type": "Identifier", "name": "imported", "range": [ - 72030, - 72038 + 71807, + 71815 ], "loc": { "start": { - "line": 2089, + "line": 2084, "column": 12 }, "end": { - "line": 2089, + "line": 2084, "column": 20 } } @@ -157405,31 +156831,31 @@ "value": false, "raw": "false", "range": [ - 72041, - 72046 + 71818, + 71823 ], "loc": { "start": { - "line": 2089, + "line": 2084, "column": 23 }, "end": { - "line": 2089, + "line": 2084, "column": 28 } } }, "range": [ - 72030, - 72046 + 71807, + 71823 ], "loc": { "start": { - "line": 2089, + "line": 2084, "column": 12 }, "end": { - "line": 2089, + "line": 2084, "column": 28 } } @@ -157440,16 +156866,16 @@ "type": "Identifier", "name": "importType", "range": [ - 72060, - 72070 + 71837, + 71847 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 12 }, "end": { - "line": 2090, + "line": 2085, "column": 22 } } @@ -157463,32 +156889,32 @@ "type": "Identifier", "name": "type", "range": [ - 72074, - 72078 + 71851, + 71855 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 26 }, "end": { - "line": 2090, + "line": 2085, "column": 30 } } }, "prefix": true, "range": [ - 72073, - 72078 + 71850, + 71855 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 25 }, "end": { - "line": 2090, + "line": 2085, "column": 30 } } @@ -157498,16 +156924,16 @@ "value": "script", "raw": "'script'", "range": [ - 72081, - 72089 + 71858, + 71866 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 33 }, "end": { - "line": 2090, + "line": 2085, "column": 41 } } @@ -157516,46 +156942,46 @@ "type": "Identifier", "name": "type", "range": [ - 72092, - 72096 + 71869, + 71873 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 44 }, "end": { - "line": 2090, + "line": 2085, "column": 48 } } }, "range": [ - 72073, - 72096 + 71850, + 71873 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 25 }, "end": { - "line": 2090, + "line": 2085, "column": 48 } } }, "range": [ - 72060, - 72096 + 71837, + 71873 ], "loc": { "start": { - "line": 2090, + "line": 2085, "column": 12 }, "end": { - "line": 2090, + "line": 2085, "column": 48 } } @@ -157566,16 +156992,16 @@ "type": "Identifier", "name": "attr", "range": [ - 72110, - 72114 + 71887, + 71891 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 12 }, "end": { - "line": 2091, + "line": 2086, "column": 16 } } @@ -157589,16 +157015,16 @@ "type": "Identifier", "name": "importType", "range": [ - 72117, - 72127 + 71894, + 71904 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 19 }, "end": { - "line": 2091, + "line": 2086, "column": 29 } } @@ -157608,31 +157034,31 @@ "value": "script", "raw": "'script'", "range": [ - 72132, - 72140 + 71909, + 71917 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 34 }, "end": { - "line": 2091, + "line": 2086, "column": 42 } } }, "range": [ - 72117, - 72140 + 71894, + 71917 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 19 }, "end": { - "line": 2091, + "line": 2086, "column": 42 } } @@ -157642,16 +157068,16 @@ "value": "src", "raw": "'src'", "range": [ - 72143, - 72148 + 71920, + 71925 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 45 }, "end": { - "line": 2091, + "line": 2086, "column": 50 } } @@ -157661,46 +157087,46 @@ "value": "href", "raw": "'href'", "range": [ - 72151, - 72157 + 71928, + 71934 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 53 }, "end": { - "line": 2091, + "line": 2086, "column": 59 } } }, "range": [ - 72117, - 72157 + 71894, + 71934 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 19 }, "end": { - "line": 2091, + "line": 2086, "column": 59 } } }, "range": [ - 72110, - 72157 + 71887, + 71934 ], "loc": { "start": { - "line": 2091, + "line": 2086, "column": 12 }, "end": { - "line": 2091, + "line": 2086, "column": 59 } } @@ -157711,16 +157137,16 @@ "type": "Identifier", "name": "files", "range": [ - 72171, - 72176 + 71948, + 71953 ], "loc": { "start": { - "line": 2092, + "line": 2087, "column": 12 }, "end": { - "line": 2092, + "line": 2087, "column": 17 } } @@ -157731,16 +157157,16 @@ "type": "Identifier", "name": "tag", "range": [ - 72179, - 72182 + 71956, + 71959 ], "loc": { "start": { - "line": 2092, + "line": 2087, "column": 20 }, "end": { - "line": 2092, + "line": 2087, "column": 23 } } @@ -157750,16 +157176,16 @@ "type": "Identifier", "name": "doc", "range": [ - 72183, - 72186 + 71960, + 71963 ], "loc": { "start": { - "line": 2092, + "line": 2087, "column": 24 }, "end": { - "line": 2092, + "line": 2087, "column": 27 } } @@ -157768,47 +157194,47 @@ "type": "Identifier", "name": "importType", "range": [ - 72188, - 72198 + 71965, + 71975 ], "loc": { "start": { - "line": 2092, + "line": 2087, "column": 29 }, "end": { - "line": 2092, + "line": 2087, "column": 39 } } } ], "range": [ - 72179, - 72199 + 71956, + 71976 ], "loc": { "start": { - "line": 2092, + "line": 2087, "column": 20 }, "end": { - "line": 2092, + "line": 2087, "column": 40 } } }, "range": [ - 72171, - 72199 + 71948, + 71976 ], "loc": { "start": { - "line": 2092, + "line": 2087, "column": 12 }, "end": { - "line": 2092, + "line": 2087, "column": 40 } } @@ -157816,16 +157242,16 @@ ], "kind": "let", "range": [ - 72026, - 72200 + 71803, + 71977 ], "loc": { "start": { - "line": 2089, + "line": 2084, "column": 8 }, "end": { - "line": 2092, + "line": 2087, "column": 41 } } @@ -157841,16 +157267,16 @@ "type": "Identifier", "name": "i", "range": [ - 72218, - 72219 + 71995, + 71996 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 17 }, "end": { - "line": 2093, + "line": 2088, "column": 18 } } @@ -157860,31 +157286,31 @@ "value": 0, "raw": "0", "range": [ - 72222, - 72223 + 71999, + 72000 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 21 }, "end": { - "line": 2093, + "line": 2088, "column": 22 } } }, "range": [ - 72218, - 72223 + 71995, + 72000 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 17 }, "end": { - "line": 2093, + "line": 2088, "column": 22 } } @@ -157895,16 +157321,16 @@ "type": "Identifier", "name": "len", "range": [ - 72225, - 72228 + 72002, + 72005 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 24 }, "end": { - "line": 2093, + "line": 2088, "column": 27 } } @@ -157916,16 +157342,16 @@ "type": "Identifier", "name": "files", "range": [ - 72231, - 72236 + 72008, + 72013 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 30 }, "end": { - "line": 2093, + "line": 2088, "column": 35 } } @@ -157934,46 +157360,46 @@ "type": "Identifier", "name": "length", "range": [ - 72237, - 72243 + 72014, + 72020 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 36 }, "end": { - "line": 2093, + "line": 2088, "column": 42 } } }, "range": [ - 72231, - 72243 + 72008, + 72020 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 30 }, "end": { - "line": 2093, + "line": 2088, "column": 42 } } }, "range": [ - 72225, - 72243 + 72002, + 72020 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 24 }, "end": { - "line": 2093, + "line": 2088, "column": 42 } } @@ -157981,16 +157407,16 @@ ], "kind": "let", "range": [ - 72214, - 72243 + 71991, + 72020 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 13 }, "end": { - "line": 2093, + "line": 2088, "column": 42 } } @@ -158002,16 +157428,16 @@ "type": "Identifier", "name": "i", "range": [ - 72245, - 72246 + 72022, + 72023 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 44 }, "end": { - "line": 2093, + "line": 2088, "column": 45 } } @@ -158020,31 +157446,31 @@ "type": "Identifier", "name": "len", "range": [ - 72249, - 72252 + 72026, + 72029 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 48 }, "end": { - "line": 2093, + "line": 2088, "column": 51 } } }, "range": [ - 72245, - 72252 + 72022, + 72029 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 44 }, "end": { - "line": 2093, + "line": 2088, "column": 51 } } @@ -158056,32 +157482,32 @@ "type": "Identifier", "name": "i", "range": [ - 72254, - 72255 + 72031, + 72032 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 53 }, "end": { - "line": 2093, + "line": 2088, "column": 54 } } }, "prefix": false, "range": [ - 72254, - 72257 + 72031, + 72034 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 53 }, "end": { - "line": 2093, + "line": 2088, "column": 56 } } @@ -158104,16 +157530,16 @@ "type": "Identifier", "name": "files", "range": [ - 72277, - 72282 + 72054, + 72059 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 16 }, "end": { - "line": 2094, + "line": 2089, "column": 21 } } @@ -158122,31 +157548,31 @@ "type": "Identifier", "name": "i", "range": [ - 72283, - 72284 + 72060, + 72061 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 22 }, "end": { - "line": 2094, + "line": 2089, "column": 23 } } }, "range": [ - 72277, - 72285 + 72054, + 72062 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 16 }, "end": { - "line": 2094, + "line": 2089, "column": 24 } } @@ -158155,31 +157581,31 @@ "type": "Identifier", "name": "attr", "range": [ - 72286, - 72290 + 72063, + 72067 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 25 }, "end": { - "line": 2094, + "line": 2089, "column": 29 } } }, "range": [ - 72277, - 72291 + 72054, + 72068 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 16 }, "end": { - "line": 2094, + "line": 2089, "column": 30 } } @@ -158188,31 +157614,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 72296, - 72305 + 72073, + 72082 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 35 }, "end": { - "line": 2094, + "line": 2089, "column": 44 } } }, "range": [ - 72277, - 72305 + 72054, + 72082 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 16 }, "end": { - "line": 2094, + "line": 2089, "column": 44 } } @@ -158224,48 +157650,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 72325, - 72334 + 72102, + 72111 ], "loc": { "start": { - "line": 2095, + "line": 2090, "column": 16 }, "end": { - "line": 2095, + "line": 2090, "column": 25 } } } ], "range": [ - 72307, - 72348 + 72084, + 72125 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 46 }, "end": { - "line": 2096, + "line": 2091, "column": 13 } } }, "alternate": null, "range": [ - 72273, - 72348 + 72050, + 72125 ], "loc": { "start": { - "line": 2094, + "line": 2089, "column": 12 }, "end": { - "line": 2096, + "line": 2091, "column": 13 } } @@ -158287,16 +157713,16 @@ "type": "Identifier", "name": "files", "range": [ - 72365, - 72370 + 72142, + 72147 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 16 }, "end": { - "line": 2097, + "line": 2092, "column": 21 } } @@ -158305,31 +157731,31 @@ "type": "Identifier", "name": "i", "range": [ - 72371, - 72372 + 72148, + 72149 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 22 }, "end": { - "line": 2097, + "line": 2092, "column": 23 } } }, "range": [ - 72365, - 72373 + 72142, + 72150 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 16 }, "end": { - "line": 2097, + "line": 2092, "column": 24 } } @@ -158338,31 +157764,31 @@ "type": "Identifier", "name": "attr", "range": [ - 72374, - 72378 + 72151, + 72155 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 25 }, "end": { - "line": 2097, + "line": 2092, "column": 29 } } }, "range": [ - 72365, - 72379 + 72142, + 72156 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 16 }, "end": { - "line": 2097, + "line": 2092, "column": 30 } } @@ -158371,31 +157797,31 @@ "type": "Identifier", "name": "match", "range": [ - 72380, - 72385 + 72157, + 72162 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 31 }, "end": { - "line": 2097, + "line": 2092, "column": 36 } } }, "range": [ - 72365, - 72385 + 72142, + 72162 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 16 }, "end": { - "line": 2097, + "line": 2092, "column": 36 } } @@ -158405,32 +157831,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 72386, - 72394 + 72163, + 72171 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 37 }, "end": { - "line": 2097, + "line": 2092, "column": 45 } } } ], "range": [ - 72365, - 72395 + 72142, + 72172 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 16 }, "end": { - "line": 2097, + "line": 2092, "column": 46 } } @@ -158447,16 +157873,16 @@ "type": "Identifier", "name": "imported", "range": [ - 72415, - 72423 + 72192, + 72200 ], "loc": { "start": { - "line": 2098, + "line": 2093, "column": 16 }, "end": { - "line": 2098, + "line": 2093, "column": 24 } } @@ -158466,46 +157892,46 @@ "value": true, "raw": "true", "range": [ - 72426, - 72430 + 72203, + 72207 ], "loc": { "start": { - "line": 2098, + "line": 2093, "column": 27 }, "end": { - "line": 2098, + "line": 2093, "column": 31 } } }, "range": [ - 72415, - 72430 + 72192, + 72207 ], "loc": { "start": { - "line": 2098, + "line": 2093, "column": 16 }, "end": { - "line": 2098, + "line": 2093, "column": 31 } } }, "range": [ - 72415, - 72431 + 72192, + 72208 ], "loc": { "start": { - "line": 2098, + "line": 2093, "column": 16 }, "end": { - "line": 2098, + "line": 2093, "column": 32 } } @@ -158514,79 +157940,79 @@ "type": "BreakStatement", "label": null, "range": [ - 72448, - 72454 + 72225, + 72231 ], "loc": { "start": { - "line": 2099, + "line": 2094, "column": 16 }, "end": { - "line": 2099, + "line": 2094, "column": 22 } } } ], "range": [ - 72397, - 72468 + 72174, + 72245 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 48 }, "end": { - "line": 2100, + "line": 2095, "column": 13 } } }, "alternate": null, "range": [ - 72361, - 72468 + 72138, + 72245 ], "loc": { "start": { - "line": 2097, + "line": 2092, "column": 12 }, "end": { - "line": 2100, + "line": 2095, "column": 13 } } } ], "range": [ - 72259, - 72478 + 72036, + 72255 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 58 }, "end": { - "line": 2101, + "line": 2096, "column": 9 } } }, "range": [ - 72209, - 72478 + 71986, + 72255 ], "loc": { "start": { - "line": 2093, + "line": 2088, "column": 8 }, "end": { - "line": 2101, + "line": 2096, "column": 9 } } @@ -158597,47 +158023,47 @@ "type": "Identifier", "name": "imported", "range": [ - 72494, - 72502 + 72271, + 72279 ], "loc": { "start": { - "line": 2102, + "line": 2097, "column": 15 }, "end": { - "line": 2102, + "line": 2097, "column": 23 } } }, "range": [ - 72487, - 72503 + 72264, + 72280 ], "loc": { "start": { - "line": 2102, + "line": 2097, "column": 8 }, "end": { - "line": 2102, + "line": 2097, "column": 24 } } } ], "range": [ - 72016, - 72509 + 71793, + 72286 ], "loc": { "start": { - "line": 2088, + "line": 2083, "column": 31 }, "end": { - "line": 2103, + "line": 2098, "column": 5 } } @@ -158645,16 +158071,16 @@ "generator": false, "expression": false, "range": [ - 71999, - 72509 + 71776, + 72286 ], "loc": { "start": { - "line": 2088, + "line": 2083, "column": 14 }, "end": { - "line": 2103, + "line": 2098, "column": 5 } } @@ -158662,16 +158088,16 @@ "kind": "method", "computed": false, "range": [ - 71989, - 72509 + 71766, + 72286 ], "loc": { "start": { - "line": 2088, + "line": 2083, "column": 4 }, "end": { - "line": 2103, + "line": 2098, "column": 5 } }, @@ -158680,16 +158106,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": [ - 71765, - 71984 + 71542, + 71761 ], "loc": { "start": { - "line": 2082, + "line": 2077, "column": 4 }, "end": { - "line": 2087, + "line": 2082, "column": 7 } } @@ -158700,16 +158126,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": [ - 72515, - 72774 + 72292, + 72551 ], "loc": { "start": { - "line": 2105, + "line": 2100, "column": 4 }, "end": { - "line": 2111, + "line": 2106, "column": 7 } } @@ -158723,16 +158149,16 @@ "type": "Identifier", "name": "import", "range": [ - 72779, - 72785 + 72556, + 72562 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 4 }, "end": { - "line": 2112, + "line": 2107, "column": 10 } } @@ -158745,16 +158171,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 72786, - 72792 + 72563, + 72569 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 11 }, "end": { - "line": 2112, + "line": 2107, "column": 17 } } @@ -158763,16 +158189,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 72794, - 72802 + 72571, + 72579 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 19 }, "end": { - "line": 2112, + "line": 2107, "column": 27 } } @@ -158781,16 +158207,16 @@ "type": "Identifier", "name": "callback", "range": [ - 72804, - 72812 + 72581, + 72589 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 29 }, "end": { - "line": 2112, + "line": 2107, "column": 37 } } @@ -158799,16 +158225,16 @@ "type": "Identifier", "name": "type", "range": [ - 72814, - 72818 + 72591, + 72595 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 39 }, "end": { - "line": 2112, + "line": 2107, "column": 43 } } @@ -158826,16 +158252,16 @@ "type": "Identifier", "name": "ftype", "range": [ - 72834, - 72839 + 72611, + 72616 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 12 }, "end": { - "line": 2113, + "line": 2108, "column": 17 } } @@ -158849,32 +158275,32 @@ "type": "Identifier", "name": "type", "range": [ - 72843, - 72847 + 72620, + 72624 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 21 }, "end": { - "line": 2113, + "line": 2108, "column": 25 } } }, "prefix": true, "range": [ - 72842, - 72847 + 72619, + 72624 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 20 }, "end": { - "line": 2113, + "line": 2108, "column": 25 } } @@ -158884,16 +158310,16 @@ "value": "script", "raw": "'script'", "range": [ - 72850, - 72858 + 72627, + 72635 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 28 }, "end": { - "line": 2113, + "line": 2108, "column": 36 } } @@ -158902,46 +158328,46 @@ "type": "Identifier", "name": "type", "range": [ - 72861, - 72865 + 72638, + 72642 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 39 }, "end": { - "line": 2113, + "line": 2108, "column": 43 } } }, "range": [ - 72842, - 72865 + 72619, + 72642 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 20 }, "end": { - "line": 2113, + "line": 2108, "column": 43 } } }, "range": [ - 72834, - 72865 + 72611, + 72642 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 12 }, "end": { - "line": 2113, + "line": 2108, "column": 43 } } @@ -158952,16 +158378,16 @@ "type": "Identifier", "name": "imported", "range": [ - 72879, - 72887 + 72656, + 72664 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 12 }, "end": { - "line": 2114, + "line": 2109, "column": 20 } } @@ -158974,16 +158400,16 @@ "object": { "type": "ThisExpression", "range": [ - 72890, - 72894 + 72667, + 72671 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 23 }, "end": { - "line": 2114, + "line": 2109, "column": 27 } } @@ -158992,31 +158418,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 72895, - 72905 + 72672, + 72682 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 28 }, "end": { - "line": 2114, + "line": 2109, "column": 38 } } }, "range": [ - 72890, - 72905 + 72667, + 72682 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 23 }, "end": { - "line": 2114, + "line": 2109, "column": 38 } } @@ -159026,16 +158452,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 72906, - 72914 + 72683, + 72691 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 39 }, "end": { - "line": 2114, + "line": 2109, "column": 47 } } @@ -159044,47 +158470,47 @@ "type": "Identifier", "name": "ftype", "range": [ - 72916, - 72921 + 72693, + 72698 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 49 }, "end": { - "line": 2114, + "line": 2109, "column": 54 } } } ], "range": [ - 72890, - 72922 + 72667, + 72699 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 23 }, "end": { - "line": 2114, + "line": 2109, "column": 55 } } }, "range": [ - 72879, - 72922 + 72656, + 72699 ], "loc": { "start": { - "line": 2114, + "line": 2109, "column": 12 }, "end": { - "line": 2114, + "line": 2109, "column": 55 } } @@ -159092,16 +158518,16 @@ ], "kind": "let", "range": [ - 72830, - 72923 + 72607, + 72700 ], "loc": { "start": { - "line": 2113, + "line": 2108, "column": 8 }, "end": { - "line": 2114, + "line": 2109, "column": 56 } } @@ -159112,16 +158538,16 @@ "type": "Identifier", "name": "imported", "range": [ - 72936, - 72944 + 72713, + 72721 ], "loc": { "start": { - "line": 2115, + "line": 2110, "column": 12 }, "end": { - "line": 2115, + "line": 2110, "column": 20 } } @@ -159133,48 +158559,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 72960, - 72967 + 72737, + 72744 ], "loc": { "start": { - "line": 2116, + "line": 2111, "column": 12 }, "end": { - "line": 2116, + "line": 2111, "column": 19 } } } ], "range": [ - 72946, - 72977 + 72723, + 72754 ], "loc": { "start": { - "line": 2115, + "line": 2110, "column": 22 }, "end": { - "line": 2117, + "line": 2112, "column": 9 } } }, "alternate": null, "range": [ - 72932, - 72977 + 72709, + 72754 ], "loc": { "start": { - "line": 2115, + "line": 2110, "column": 8 }, "end": { - "line": 2117, + "line": 2112, "column": 9 } } @@ -159188,16 +158614,16 @@ "type": "Identifier", "name": "o", "range": [ - 72990, - 72991 + 72767, + 72768 ], "loc": { "start": { - "line": 2118, + "line": 2113, "column": 12 }, "end": { - "line": 2118, + "line": 2113, "column": 13 } } @@ -159205,31 +158631,31 @@ "init": { "type": "ThisExpression", "range": [ - 72994, - 72998 + 72771, + 72775 ], "loc": { "start": { - "line": 2118, + "line": 2113, "column": 16 }, "end": { - "line": 2118, + "line": 2113, "column": 20 } } }, "range": [ - 72990, - 72998 + 72767, + 72775 ], "loc": { "start": { - "line": 2118, + "line": 2113, "column": 12 }, "end": { - "line": 2118, + "line": 2113, "column": 20 } } @@ -159240,16 +158666,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 73012, - 73020 + 72789, + 72797 ], "loc": { "start": { - "line": 2119, + "line": 2114, "column": 12 }, "end": { - "line": 2119, + "line": 2114, "column": 20 } } @@ -159259,31 +158685,31 @@ "value": false, "raw": "false", "range": [ - 73023, - 73028 + 72800, + 72805 ], "loc": { "start": { - "line": 2119, + "line": 2114, "column": 23 }, "end": { - "line": 2119, + "line": 2114, "column": 28 } } }, "range": [ - 73012, - 73028 + 72789, + 72805 ], "loc": { "start": { - "line": 2119, + "line": 2114, "column": 12 }, "end": { - "line": 2119, + "line": 2114, "column": 28 } } @@ -159294,32 +158720,32 @@ "type": "Identifier", "name": "file", "range": [ - 73042, - 73046 + 72819, + 72823 ], "loc": { "start": { - "line": 2120, + "line": 2115, "column": 12 }, "end": { - "line": 2120, + "line": 2115, "column": 16 } } }, "init": null, "range": [ - 73042, - 73046 + 72819, + 72823 ], "loc": { "start": { - "line": 2120, + "line": 2115, "column": 12 }, "end": { - "line": 2120, + "line": 2115, "column": 16 } } @@ -159330,16 +158756,16 @@ "type": "Identifier", "name": "head", "range": [ - 73060, - 73064 + 72837, + 72841 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 12 }, "end": { - "line": 2121, + "line": 2116, "column": 16 } } @@ -159353,16 +158779,16 @@ "type": "Identifier", "name": "tag", "range": [ - 73067, - 73070 + 72844, + 72847 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 19 }, "end": { - "line": 2121, + "line": 2116, "column": 22 } } @@ -159372,16 +158798,16 @@ "type": "Identifier", "name": "doc", "range": [ - 73071, - 73074 + 72848, + 72851 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 23 }, "end": { - "line": 2121, + "line": 2116, "column": 26 } } @@ -159391,32 +158817,32 @@ "value": "head", "raw": "'head'", "range": [ - 73076, - 73082 + 72853, + 72859 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 28 }, "end": { - "line": 2121, + "line": 2116, "column": 34 } } } ], "range": [ - 73067, - 73083 + 72844, + 72860 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 19 }, "end": { - "line": 2121, + "line": 2116, "column": 35 } } @@ -159426,46 +158852,46 @@ "value": 0, "raw": "0", "range": [ - 73084, - 73085 + 72861, + 72862 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 36 }, "end": { - "line": 2121, + "line": 2116, "column": 37 } } }, "range": [ - 73067, - 73086 + 72844, + 72863 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 19 }, "end": { - "line": 2121, + "line": 2116, "column": 38 } } }, "range": [ - 73060, - 73086 + 72837, + 72863 ], "loc": { "start": { - "line": 2121, + "line": 2116, "column": 12 }, "end": { - "line": 2121, + "line": 2116, "column": 38 } } @@ -159473,16 +158899,16 @@ ], "kind": "let", "range": [ - 72986, - 73087 + 72763, + 72864 ], "loc": { "start": { - "line": 2118, + "line": 2113, "column": 8 }, "end": { - "line": 2121, + "line": 2116, "column": 39 } } @@ -159501,16 +158927,16 @@ "type": "Identifier", "name": "ftype", "range": [ - 73101, - 73106 + 72878, + 72883 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 12 }, "end": { - "line": 2123, + "line": 2118, "column": 17 } } @@ -159519,47 +158945,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 73107, - 73118 + 72884, + 72895 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 18 }, "end": { - "line": 2123, + "line": 2118, "column": 29 } } }, "range": [ - 73101, - 73118 + 72878, + 72895 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 12 }, "end": { - "line": 2123, + "line": 2118, "column": 29 } } }, "arguments": [], "range": [ - 73101, - 73120 + 72878, + 72897 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 12 }, "end": { - "line": 2123, + "line": 2118, "column": 31 } } @@ -159569,31 +158995,31 @@ "value": "link", "raw": "'link'", "range": [ - 73125, - 73131 + 72902, + 72908 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 36 }, "end": { - "line": 2123, + "line": 2118, "column": 42 } } }, "range": [ - 73101, - 73131 + 72878, + 72908 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 12 }, "end": { - "line": 2123, + "line": 2118, "column": 42 } } @@ -159610,16 +159036,16 @@ "type": "Identifier", "name": "file", "range": [ - 73147, - 73151 + 72924, + 72928 ], "loc": { "start": { - "line": 2124, + "line": 2119, "column": 12 }, "end": { - "line": 2124, + "line": 2119, "column": 16 } } @@ -159630,16 +159056,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 73154, - 73163 + 72931, + 72940 ], "loc": { "start": { - "line": 2124, + "line": 2119, "column": 19 }, "end": { - "line": 2124, + "line": 2119, "column": 28 } } @@ -159650,16 +159076,16 @@ "value": "link", "raw": "'link'", "range": [ - 73164, - 73170 + 72941, + 72947 ], "loc": { "start": { - "line": 2124, + "line": 2119, "column": 29 }, "end": { - "line": 2124, + "line": 2119, "column": 35 } } @@ -159672,16 +159098,16 @@ "value": "id", "raw": "'id'", "range": [ - 73189, - 73193 + 72966, + 72970 ], "loc": { "start": { - "line": 2125, + "line": 2120, "column": 17 }, "end": { - "line": 2125, + "line": 2120, "column": 21 } } @@ -159690,32 +159116,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 73195, - 73201 + 72972, + 72978 ], "loc": { "start": { - "line": 2125, + "line": 2120, "column": 23 }, "end": { - "line": 2125, + "line": 2120, "column": 29 } } } ], "range": [ - 73188, - 73202 + 72965, + 72979 ], "loc": { "start": { - "line": 2125, + "line": 2120, "column": 16 }, "end": { - "line": 2125, + "line": 2120, "column": 30 } } @@ -159728,16 +159154,16 @@ "value": "type", "raw": "'type'", "range": [ - 73205, - 73211 + 72982, + 72988 ], "loc": { "start": { - "line": 2125, + "line": 2120, "column": 33 }, "end": { - "line": 2125, + "line": 2120, "column": 39 } } @@ -159747,32 +159173,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 73213, - 73223 + 72990, + 73000 ], "loc": { "start": { - "line": 2125, + "line": 2120, "column": 41 }, "end": { - "line": 2125, + "line": 2120, "column": 51 } } } ], "range": [ - 73204, - 73224 + 72981, + 73001 ], "loc": { "start": { - "line": 2125, + "line": 2120, "column": 32 }, "end": { - "line": 2125, + "line": 2120, "column": 52 } } @@ -159785,16 +159211,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 73243, - 73248 + 73020, + 73025 ], "loc": { "start": { - "line": 2126, + "line": 2121, "column": 17 }, "end": { - "line": 2126, + "line": 2121, "column": 22 } } @@ -159804,32 +159230,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 73250, - 73262 + 73027, + 73039 ], "loc": { "start": { - "line": 2126, + "line": 2121, "column": 24 }, "end": { - "line": 2126, + "line": 2121, "column": 36 } } } ], "range": [ - 73242, - 73263 + 73019, + 73040 ], "loc": { "start": { - "line": 2126, + "line": 2121, "column": 16 }, "end": { - "line": 2126, + "line": 2121, "column": 37 } } @@ -159842,16 +159268,16 @@ "value": "href", "raw": "'href'", "range": [ - 73266, - 73272 + 73043, + 73049 ], "loc": { "start": { - "line": 2126, + "line": 2121, "column": 40 }, "end": { - "line": 2126, + "line": 2121, "column": 46 } } @@ -159860,94 +159286,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 73274, - 73282 + 73051, + 73059 ], "loc": { "start": { - "line": 2126, + "line": 2121, "column": 48 }, "end": { - "line": 2126, + "line": 2121, "column": 56 } } } ], "range": [ - 73265, - 73283 + 73042, + 73060 ], "loc": { "start": { - "line": 2126, + "line": 2121, "column": 39 }, "end": { - "line": 2126, + "line": 2121, "column": 57 } } } ], "range": [ - 73154, - 73297 + 72931, + 73074 ], "loc": { "start": { - "line": 2124, + "line": 2119, "column": 19 }, "end": { - "line": 2127, + "line": 2122, "column": 13 } } }, "range": [ - 73147, - 73297 + 72924, + 73074 ], "loc": { "start": { - "line": 2124, + "line": 2119, "column": 12 }, "end": { - "line": 2127, + "line": 2122, "column": 13 } } }, "range": [ - 73147, - 73298 + 72924, + 73075 ], "loc": { "start": { - "line": 2124, + "line": 2119, "column": 12 }, "end": { - "line": 2127, + "line": 2122, "column": 14 } } } ], "range": [ - 73133, - 73308 + 72910, + 73085 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 44 }, "end": { - "line": 2128, + "line": 2123, "column": 9 } } @@ -159964,16 +159390,16 @@ "type": "Identifier", "name": "file", "range": [ - 73328, - 73332 + 73105, + 73109 ], "loc": { "start": { - "line": 2129, + "line": 2124, "column": 12 }, "end": { - "line": 2129, + "line": 2124, "column": 16 } } @@ -159984,16 +159410,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 73335, - 73344 + 73112, + 73121 ], "loc": { "start": { - "line": 2129, + "line": 2124, "column": 19 }, "end": { - "line": 2129, + "line": 2124, "column": 28 } } @@ -160004,16 +159430,16 @@ "value": "script", "raw": "'script'", "range": [ - 73345, - 73353 + 73122, + 73130 ], "loc": { "start": { - "line": 2129, + "line": 2124, "column": 29 }, "end": { - "line": 2129, + "line": 2124, "column": 37 } } @@ -160026,16 +159452,16 @@ "value": "id", "raw": "'id'", "range": [ - 73372, - 73376 + 73149, + 73153 ], "loc": { "start": { - "line": 2130, + "line": 2125, "column": 17 }, "end": { - "line": 2130, + "line": 2125, "column": 21 } } @@ -160044,32 +159470,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 73378, - 73384 + 73155, + 73161 ], "loc": { "start": { - "line": 2130, + "line": 2125, "column": 23 }, "end": { - "line": 2130, + "line": 2125, "column": 29 } } } ], "range": [ - 73371, - 73385 + 73148, + 73162 ], "loc": { "start": { - "line": 2130, + "line": 2125, "column": 16 }, "end": { - "line": 2130, + "line": 2125, "column": 30 } } @@ -160082,16 +159508,16 @@ "value": "type", "raw": "'type'", "range": [ - 73404, - 73410 + 73181, + 73187 ], "loc": { "start": { - "line": 2131, + "line": 2126, "column": 17 }, "end": { - "line": 2131, + "line": 2126, "column": 23 } } @@ -160101,32 +159527,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 73412, - 73429 + 73189, + 73206 ], "loc": { "start": { - "line": 2131, + "line": 2126, "column": 25 }, "end": { - "line": 2131, + "line": 2126, "column": 42 } } } ], "range": [ - 73403, - 73430 + 73180, + 73207 ], "loc": { "start": { - "line": 2131, + "line": 2126, "column": 16 }, "end": { - "line": 2131, + "line": 2126, "column": 43 } } @@ -160139,16 +159565,16 @@ "value": "src", "raw": "'src'", "range": [ - 73433, - 73438 + 73210, + 73215 ], "loc": { "start": { - "line": 2131, + "line": 2126, "column": 46 }, "end": { - "line": 2131, + "line": 2126, "column": 51 } } @@ -160157,109 +159583,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 73440, - 73448 + 73217, + 73225 ], "loc": { "start": { - "line": 2131, + "line": 2126, "column": 53 }, "end": { - "line": 2131, + "line": 2126, "column": 61 } } } ], "range": [ - 73432, - 73449 + 73209, + 73226 ], "loc": { "start": { - "line": 2131, + "line": 2126, "column": 45 }, "end": { - "line": 2131, + "line": 2126, "column": 62 } } } ], "range": [ - 73335, - 73463 + 73112, + 73240 ], "loc": { "start": { - "line": 2129, + "line": 2124, "column": 19 }, "end": { - "line": 2132, + "line": 2127, "column": 13 } } }, "range": [ - 73328, - 73463 + 73105, + 73240 ], "loc": { "start": { - "line": 2129, + "line": 2124, "column": 12 }, "end": { - "line": 2132, + "line": 2127, "column": 13 } } }, "range": [ - 73328, - 73464 + 73105, + 73241 ], "loc": { "start": { - "line": 2129, + "line": 2124, "column": 12 }, "end": { - "line": 2132, + "line": 2127, "column": 14 } } } ], "range": [ - 73314, - 73474 + 73091, + 73251 ], "loc": { "start": { - "line": 2128, + "line": 2123, "column": 15 }, "end": { - "line": 2133, + "line": 2128, "column": 9 } } }, "range": [ - 73097, - 73474 + 72874, + 73251 ], "loc": { "start": { - "line": 2123, + "line": 2118, "column": 8 }, "end": { - "line": 2133, + "line": 2128, "column": 9 } }, @@ -160268,16 +159694,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 73484, - 73556 + 73261, + 73333 ], "loc": { "start": { - "line": 2135, + "line": 2130, "column": 8 }, "end": { - "line": 2135, + "line": 2130, "column": 80 } } @@ -160296,16 +159722,16 @@ "type": "Identifier", "name": "file", "range": [ - 73565, - 73569 + 73342, + 73346 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 8 }, "end": { - "line": 2136, + "line": 2131, "column": 12 } } @@ -160314,31 +159740,31 @@ "type": "Identifier", "name": "onload", "range": [ - 73570, - 73576 + 73347, + 73353 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 13 }, "end": { - "line": 2136, + "line": 2131, "column": 19 } } }, "range": [ - 73565, - 73576 + 73342, + 73353 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 8 }, "end": { - "line": 2136, + "line": 2131, "column": 19 } } @@ -160353,16 +159779,16 @@ "type": "Identifier", "name": "file", "range": [ - 73579, - 73583 + 73356, + 73360 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 22 }, "end": { - "line": 2136, + "line": 2131, "column": 26 } } @@ -160371,31 +159797,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 73584, - 73602 + 73361, + 73379 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 27 }, "end": { - "line": 2136, + "line": 2131, "column": 45 } } }, "range": [ - 73579, - 73602 + 73356, + 73379 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 22 }, "end": { - "line": 2136, + "line": 2131, "column": 45 } } @@ -160419,32 +159845,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 73636, - 73644 + 73413, + 73421 ], "loc": { "start": { - "line": 2137, + "line": 2132, "column": 17 }, "end": { - "line": 2137, + "line": 2132, "column": 25 } } }, "prefix": true, "range": [ - 73635, - 73644 + 73412, + 73421 ], "loc": { "start": { - "line": 2137, + "line": 2132, "column": 16 }, "end": { - "line": 2137, + "line": 2132, "column": 25 } } @@ -160464,16 +159890,16 @@ "object": { "type": "ThisExpression", "range": [ - 73666, - 73670 + 73443, + 73447 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 18 }, "end": { - "line": 2138, + "line": 2133, "column": 22 } } @@ -160482,47 +159908,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 73671, - 73681 + 73448, + 73458 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 23 }, "end": { - "line": 2138, + "line": 2133, "column": 33 } } }, "range": [ - 73666, - 73681 + 73443, + 73458 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 18 }, "end": { - "line": 2138, + "line": 2133, "column": 33 } } }, "prefix": true, "range": [ - 73665, - 73681 + 73442, + 73458 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 17 }, "end": { - "line": 2138, + "line": 2133, "column": 33 } } @@ -160536,16 +159962,16 @@ "object": { "type": "ThisExpression", "range": [ - 73685, - 73689 + 73462, + 73466 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 37 }, "end": { - "line": 2138, + "line": 2133, "column": 41 } } @@ -160554,31 +159980,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 73690, - 73700 + 73467, + 73477 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 42 }, "end": { - "line": 2138, + "line": 2133, "column": 52 } } }, "range": [ - 73685, - 73700 + 73462, + 73477 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 37 }, "end": { - "line": 2138, + "line": 2133, "column": 52 } } @@ -160588,46 +160014,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 73705, - 73713 + 73482, + 73490 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 57 }, "end": { - "line": 2138, + "line": 2133, "column": 65 } } }, "range": [ - 73685, - 73713 + 73462, + 73490 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 37 }, "end": { - "line": 2138, + "line": 2133, "column": 65 } } }, "range": [ - 73665, - 73713 + 73442, + 73490 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 17 }, "end": { - "line": 2138, + "line": 2133, "column": 65 } } @@ -160641,16 +160067,16 @@ "object": { "type": "ThisExpression", "range": [ - 73737, - 73741 + 73514, + 73518 ], "loc": { "start": { - "line": 2139, + "line": 2134, "column": 20 }, "end": { - "line": 2139, + "line": 2134, "column": 24 } } @@ -160659,31 +160085,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 73742, - 73752 + 73519, + 73529 ], "loc": { "start": { - "line": 2139, + "line": 2134, "column": 25 }, "end": { - "line": 2139, + "line": 2134, "column": 35 } } }, "range": [ - 73737, - 73752 + 73514, + 73529 ], "loc": { "start": { - "line": 2139, + "line": 2134, "column": 20 }, "end": { - "line": 2139, + "line": 2134, "column": 35 } } @@ -160693,61 +160119,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 73757, - 73767 + 73534, + 73544 ], "loc": { "start": { - "line": 2139, + "line": 2134, "column": 40 }, "end": { - "line": 2139, + "line": 2134, "column": 50 } } }, "range": [ - 73737, - 73767 + 73514, + 73544 ], "loc": { "start": { - "line": 2139, + "line": 2134, "column": 20 }, "end": { - "line": 2139, + "line": 2134, "column": 50 } } }, "range": [ - 73665, - 73767 + 73442, + 73544 ], "loc": { "start": { - "line": 2138, + "line": 2133, "column": 17 }, "end": { - "line": 2139, + "line": 2134, "column": 50 } } }, "range": [ - 73635, - 73768 + 73412, + 73545 ], "loc": { "start": { - "line": 2137, + "line": 2132, "column": 16 }, "end": { - "line": 2139, + "line": 2134, "column": 51 } } @@ -160764,16 +160190,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 73788, - 73796 + 73565, + 73573 ], "loc": { "start": { - "line": 2140, + "line": 2135, "column": 16 }, "end": { - "line": 2140, + "line": 2135, "column": 24 } } @@ -160783,46 +160209,46 @@ "value": true, "raw": "true", "range": [ - 73799, - 73803 + 73576, + 73580 ], "loc": { "start": { - "line": 2140, + "line": 2135, "column": 27 }, "end": { - "line": 2140, + "line": 2135, "column": 31 } } }, "range": [ - 73788, - 73803 + 73565, + 73580 ], "loc": { "start": { - "line": 2140, + "line": 2135, "column": 16 }, "end": { - "line": 2140, + "line": 2135, "column": 31 } } }, "range": [ - 73788, - 73804 + 73565, + 73581 ], "loc": { "start": { - "line": 2140, + "line": 2135, "column": 16 }, "end": { - "line": 2140, + "line": 2135, "column": 32 } } @@ -160839,32 +160265,32 @@ "type": "Identifier", "name": "callback", "range": [ - 73832, - 73840 + 73609, + 73617 ], "loc": { "start": { - "line": 2141, + "line": 2136, "column": 27 }, "end": { - "line": 2141, + "line": 2136, "column": 35 } } }, "prefix": true, "range": [ - 73825, - 73840 + 73602, + 73617 ], "loc": { "start": { - "line": 2141, + "line": 2136, "column": 20 }, "end": { - "line": 2141, + "line": 2136, "column": 35 } } @@ -160874,31 +160300,31 @@ "value": "function", "raw": "'function'", "range": [ - 73845, - 73855 + 73622, + 73632 ], "loc": { "start": { - "line": 2141, + "line": 2136, "column": 40 }, "end": { - "line": 2141, + "line": 2136, "column": 50 } } }, "range": [ - 73825, - 73855 + 73602, + 73632 ], "loc": { "start": { - "line": 2141, + "line": 2136, "column": 20 }, "end": { - "line": 2141, + "line": 2136, "column": 50 } } @@ -160917,16 +160343,16 @@ "type": "Identifier", "name": "callback", "range": [ - 73879, - 73887 + 73656, + 73664 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 20 }, "end": { - "line": 2142, + "line": 2137, "column": 28 } } @@ -160935,31 +160361,31 @@ "type": "Identifier", "name": "call", "range": [ - 73888, - 73892 + 73665, + 73669 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 29 }, "end": { - "line": 2142, + "line": 2137, "column": 33 } } }, "range": [ - 73879, - 73892 + 73656, + 73669 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 20 }, "end": { - "line": 2142, + "line": 2137, "column": 33 } } @@ -160970,16 +160396,16 @@ "value": null, "raw": "null", "range": [ - 73893, - 73897 + 73670, + 73674 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 34 }, "end": { - "line": 2142, + "line": 2137, "column": 38 } } @@ -160988,127 +160414,127 @@ "type": "Identifier", "name": "o", "range": [ - 73899, - 73900 + 73676, + 73677 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 40 }, "end": { - "line": 2142, + "line": 2137, "column": 41 } } } ], "range": [ - 73879, - 73901 + 73656, + 73678 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 20 }, "end": { - "line": 2142, + "line": 2137, "column": 42 } } }, "range": [ - 73879, - 73902 + 73656, + 73679 ], "loc": { "start": { - "line": 2142, + "line": 2137, "column": 20 }, "end": { - "line": 2142, + "line": 2137, "column": 43 } } } ], "range": [ - 73857, - 73920 + 73634, + 73697 ], "loc": { "start": { - "line": 2141, + "line": 2136, "column": 52 }, "end": { - "line": 2143, + "line": 2138, "column": 17 } } }, "alternate": null, "range": [ - 73821, - 73920 + 73598, + 73697 ], "loc": { "start": { - "line": 2141, + "line": 2136, "column": 16 }, "end": { - "line": 2143, + "line": 2138, "column": 17 } } } ], "range": [ - 73770, - 73934 + 73547, + 73711 ], "loc": { "start": { - "line": 2139, + "line": 2134, "column": 53 }, "end": { - "line": 2144, + "line": 2139, "column": 13 } } }, "alternate": null, "range": [ - 73631, - 73934 + 73408, + 73711 ], "loc": { "start": { - "line": 2137, + "line": 2132, "column": 12 }, "end": { - "line": 2144, + "line": 2139, "column": 13 } } } ], "range": [ - 73617, - 73944 + 73394, + 73721 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 60 }, "end": { - "line": 2145, + "line": 2140, "column": 9 } } @@ -161116,61 +160542,61 @@ "generator": false, "expression": false, "range": [ - 73605, - 73944 + 73382, + 73721 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 48 }, "end": { - "line": 2145, + "line": 2140, "column": 9 } } }, "range": [ - 73579, - 73944 + 73356, + 73721 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 22 }, "end": { - "line": 2145, + "line": 2140, "column": 9 } } }, "range": [ - 73565, - 73944 + 73342, + 73721 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 8 }, "end": { - "line": 2145, + "line": 2140, "column": 9 } } }, "range": [ - 73565, - 73945 + 73342, + 73722 ], "loc": { "start": { - "line": 2136, + "line": 2131, "column": 8 }, "end": { - "line": 2145, + "line": 2140, "column": 10 } }, @@ -161179,16 +160605,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 73484, - 73556 + 73261, + 73333 ], "loc": { "start": { - "line": 2135, + "line": 2130, "column": 8 }, "end": { - "line": 2135, + "line": 2130, "column": 80 } } @@ -161207,16 +160633,16 @@ "type": "Identifier", "name": "file", "range": [ - 73954, - 73958 + 73731, + 73735 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 8 }, "end": { - "line": 2146, + "line": 2141, "column": 12 } } @@ -161225,31 +160651,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 73959, - 73966 + 73736, + 73743 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 13 }, "end": { - "line": 2146, + "line": 2141, "column": 20 } } }, "range": [ - 73954, - 73966 + 73731, + 73743 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 8 }, "end": { - "line": 2146, + "line": 2141, "column": 20 } } @@ -161269,16 +160695,16 @@ "type": "Identifier", "name": "Error", "range": [ - 74005, - 74010 + 73782, + 73787 ], "loc": { "start": { - "line": 2147, + "line": 2142, "column": 22 }, "end": { - "line": 2147, + "line": 2142, "column": 27 } } @@ -161292,16 +160718,16 @@ "value": "TableFilter could not load: ", "raw": "'TableFilter could not load: '", "range": [ - 74011, - 74041 + 73788, + 73818 ], "loc": { "start": { - "line": 2147, + "line": 2142, "column": 28 }, "end": { - "line": 2147, + "line": 2142, "column": 58 } } @@ -161310,78 +160736,78 @@ "type": "Identifier", "name": "filePath", "range": [ - 74044, - 74052 + 73821, + 73829 ], "loc": { "start": { - "line": 2147, + "line": 2142, "column": 61 }, "end": { - "line": 2147, + "line": 2142, "column": 69 } } }, "range": [ - 74011, - 74052 + 73788, + 73829 ], "loc": { "start": { - "line": 2147, + "line": 2142, "column": 28 }, "end": { - "line": 2147, + "line": 2142, "column": 69 } } } ], "range": [ - 74001, - 74053 + 73778, + 73830 ], "loc": { "start": { - "line": 2147, + "line": 2142, "column": 18 }, "end": { - "line": 2147, + "line": 2142, "column": 70 } } }, "range": [ - 73995, - 74054 + 73772, + 73831 ], "loc": { "start": { - "line": 2147, + "line": 2142, "column": 12 }, "end": { - "line": 2147, + "line": 2142, "column": 71 } } } ], "range": [ - 73981, - 74064 + 73758, + 73841 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 35 }, "end": { - "line": 2148, + "line": 2143, "column": 9 } } @@ -161389,46 +160815,46 @@ "generator": false, "expression": false, "range": [ - 73969, - 74064 + 73746, + 73841 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 23 }, "end": { - "line": 2148, + "line": 2143, "column": 9 } } }, "range": [ - 73954, - 74064 + 73731, + 73841 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 8 }, "end": { - "line": 2148, + "line": 2143, "column": 9 } } }, "range": [ - 73954, - 74065 + 73731, + 73842 ], "loc": { "start": { - "line": 2146, + "line": 2141, "column": 8 }, "end": { - "line": 2148, + "line": 2143, "column": 10 } } @@ -161444,16 +160870,16 @@ "type": "Identifier", "name": "head", "range": [ - 74074, - 74078 + 73851, + 73855 ], "loc": { "start": { - "line": 2149, + "line": 2144, "column": 8 }, "end": { - "line": 2149, + "line": 2144, "column": 12 } } @@ -161462,31 +160888,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 74079, - 74090 + 73856, + 73867 ], "loc": { "start": { - "line": 2149, + "line": 2144, "column": 13 }, "end": { - "line": 2149, + "line": 2144, "column": 24 } } }, "range": [ - 74074, - 74090 + 73851, + 73867 ], "loc": { "start": { - "line": 2149, + "line": 2144, "column": 8 }, "end": { - "line": 2149, + "line": 2144, "column": 24 } } @@ -161496,63 +160922,63 @@ "type": "Identifier", "name": "file", "range": [ - 74091, - 74095 + 73868, + 73872 ], "loc": { "start": { - "line": 2149, + "line": 2144, "column": 25 }, "end": { - "line": 2149, + "line": 2144, "column": 29 } } } ], "range": [ - 74074, - 74096 + 73851, + 73873 ], "loc": { "start": { - "line": 2149, + "line": 2144, "column": 8 }, "end": { - "line": 2149, + "line": 2144, "column": 30 } } }, "range": [ - 74074, - 74097 + 73851, + 73874 ], "loc": { "start": { - "line": 2149, + "line": 2144, "column": 8 }, "end": { - "line": 2149, + "line": 2144, "column": 31 } } } ], "range": [ - 72820, - 74103 + 72597, + 73880 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 45 }, "end": { - "line": 2150, + "line": 2145, "column": 5 } } @@ -161560,16 +160986,16 @@ "generator": false, "expression": false, "range": [ - 72785, - 74103 + 72562, + 73880 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 10 }, "end": { - "line": 2150, + "line": 2145, "column": 5 } } @@ -161577,16 +161003,16 @@ "kind": "method", "computed": false, "range": [ - 72779, - 74103 + 72556, + 73880 ], "loc": { "start": { - "line": 2112, + "line": 2107, "column": 4 }, "end": { - "line": 2150, + "line": 2145, "column": 5 } }, @@ -161595,16 +161021,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": [ - 72515, - 72774 + 72292, + 72551 ], "loc": { "start": { - "line": 2105, + "line": 2100, "column": 4 }, "end": { - "line": 2111, + "line": 2106, "column": 7 } } @@ -161615,16 +161041,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 74109, - 74184 + 73886, + 73961 ], "loc": { "start": { - "line": 2152, + "line": 2147, "column": 4 }, "end": { - "line": 2155, + "line": 2150, "column": 7 } } @@ -161638,16 +161064,16 @@ "type": "Identifier", "name": "isInitialized", "range": [ - 74189, - 74202 + 73966, + 73979 ], "loc": { "start": { - "line": 2156, + "line": 2151, "column": 4 }, "end": { - "line": 2156, + "line": 2151, "column": 17 } } @@ -161667,16 +161093,16 @@ "object": { "type": "ThisExpression", "range": [ - 74222, - 74226 + 73999, + 74003 ], "loc": { "start": { - "line": 2157, + "line": 2152, "column": 15 }, "end": { - "line": 2157, + "line": 2152, "column": 19 } } @@ -161685,62 +161111,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 74227, - 74238 + 74004, + 74015 ], "loc": { "start": { - "line": 2157, + "line": 2152, "column": 20 }, "end": { - "line": 2157, + "line": 2152, "column": 31 } } }, "range": [ - 74222, - 74238 + 73999, + 74015 ], "loc": { "start": { - "line": 2157, + "line": 2152, "column": 15 }, "end": { - "line": 2157, + "line": 2152, "column": 31 } } }, "range": [ - 74215, - 74239 + 73992, + 74016 ], "loc": { "start": { - "line": 2157, + "line": 2152, "column": 8 }, "end": { - "line": 2157, + "line": 2152, "column": 32 } } } ], "range": [ - 74205, - 74245 + 73982, + 74022 ], "loc": { "start": { - "line": 2156, + "line": 2151, "column": 20 }, "end": { - "line": 2158, + "line": 2153, "column": 5 } } @@ -161748,16 +161174,16 @@ "generator": false, "expression": false, "range": [ - 74202, - 74245 + 73979, + 74022 ], "loc": { "start": { - "line": 2156, + "line": 2151, "column": 17 }, "end": { - "line": 2158, + "line": 2153, "column": 5 } } @@ -161765,16 +161191,16 @@ "kind": "method", "computed": false, "range": [ - 74189, - 74245 + 73966, + 74022 ], "loc": { "start": { - "line": 2156, + "line": 2151, "column": 4 }, "end": { - "line": 2158, + "line": 2153, "column": 5 } }, @@ -161783,16 +161209,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 74109, - 74184 + 73886, + 73961 ], "loc": { "start": { - "line": 2152, + "line": 2147, "column": 4 }, "end": { - "line": 2155, + "line": 2150, "column": 7 } } @@ -161803,16 +161229,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 74251, - 74330 + 74028, + 74107 ], "loc": { "start": { - "line": 2160, + "line": 2155, "column": 4 }, "end": { - "line": 2163, + "line": 2158, "column": 7 } } @@ -161826,16 +161252,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 74335, - 74347 + 74112, + 74124 ], "loc": { "start": { - "line": 2164, + "line": 2159, "column": 4 }, "end": { - "line": 2164, + "line": 2159, "column": 16 } } @@ -161858,16 +161284,16 @@ "object": { "type": "ThisExpression", "range": [ - 74367, - 74371 + 74144, + 74148 ], "loc": { "start": { - "line": 2165, + "line": 2160, "column": 15 }, "end": { - "line": 2165, + "line": 2160, "column": 19 } } @@ -161876,31 +161302,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 74372, - 74378 + 74149, + 74155 ], "loc": { "start": { - "line": 2165, + "line": 2160, "column": 20 }, "end": { - "line": 2165, + "line": 2160, "column": 26 } } }, "range": [ - 74367, - 74378 + 74144, + 74155 ], "loc": { "start": { - "line": 2165, + "line": 2160, "column": 15 }, "end": { - "line": 2165, + "line": 2160, "column": 26 } } @@ -161909,62 +161335,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74382, - 74384 + 74159, + 74161 ], "loc": { "start": { - "line": 2165, + "line": 2160, "column": 30 }, "end": { - "line": 2165, + "line": 2160, "column": 32 } } }, "range": [ - 74367, - 74384 + 74144, + 74161 ], "loc": { "start": { - "line": 2165, + "line": 2160, "column": 15 }, "end": { - "line": 2165, + "line": 2160, "column": 32 } } }, "range": [ - 74360, - 74385 + 74137, + 74162 ], "loc": { "start": { - "line": 2165, + "line": 2160, "column": 8 }, "end": { - "line": 2165, + "line": 2160, "column": 33 } } } ], "range": [ - 74350, - 74391 + 74127, + 74168 ], "loc": { "start": { - "line": 2164, + "line": 2159, "column": 19 }, "end": { - "line": 2166, + "line": 2161, "column": 5 } } @@ -161972,16 +161398,16 @@ "generator": false, "expression": false, "range": [ - 74347, - 74391 + 74124, + 74168 ], "loc": { "start": { - "line": 2164, + "line": 2159, "column": 16 }, "end": { - "line": 2166, + "line": 2161, "column": 5 } } @@ -161989,16 +161415,16 @@ "kind": "method", "computed": false, "range": [ - 74335, - 74391 + 74112, + 74168 ], "loc": { "start": { - "line": 2164, + "line": 2159, "column": 4 }, "end": { - "line": 2166, + "line": 2161, "column": 5 } }, @@ -162007,16 +161433,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 74251, - 74330 + 74028, + 74107 ], "loc": { "start": { - "line": 2160, + "line": 2155, "column": 4 }, "end": { - "line": 2163, + "line": 2158, "column": 7 } } @@ -162027,16 +161453,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": [ - 74397, - 74573 + 74174, + 74350 ], "loc": { "start": { - "line": 2168, + "line": 2163, "column": 4 }, "end": { - "line": 2172, + "line": 2167, "column": 7 } } @@ -162050,16 +161476,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 74578, - 74590 + 74355, + 74367 ], "loc": { "start": { - "line": 2173, + "line": 2168, "column": 4 }, "end": { - "line": 2173, + "line": 2168, "column": 16 } } @@ -162072,16 +161498,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 74591, - 74597 + 74368, + 74374 ], "loc": { "start": { - "line": 2173, + "line": 2168, "column": 17 }, "end": { - "line": 2173, + "line": 2168, "column": 23 } } @@ -162099,32 +161525,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 74614, - 74620 + 74391, + 74397 ], "loc": { "start": { - "line": 2174, + "line": 2169, "column": 13 }, "end": { - "line": 2174, + "line": 2169, "column": 19 } } }, "prefix": true, "range": [ - 74613, - 74620 + 74390, + 74397 ], "loc": { "start": { - "line": 2174, + "line": 2169, "column": 12 }, "end": { - "line": 2174, + "line": 2169, "column": 19 } } @@ -162140,16 +161566,16 @@ "object": { "type": "ThisExpression", "range": [ - 74643, - 74647 + 74420, + 74424 ], "loc": { "start": { - "line": 2175, + "line": 2170, "column": 19 }, "end": { - "line": 2175, + "line": 2170, "column": 23 } } @@ -162158,78 +161584,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74648, - 74662 + 74425, + 74439 ], "loc": { "start": { - "line": 2175, + "line": 2170, "column": 24 }, "end": { - "line": 2175, + "line": 2170, "column": 38 } } }, "range": [ - 74643, - 74662 + 74420, + 74439 ], "loc": { "start": { - "line": 2175, + "line": 2170, "column": 19 }, "end": { - "line": 2175, + "line": 2170, "column": 38 } } }, "range": [ - 74636, - 74663 + 74413, + 74440 ], "loc": { "start": { - "line": 2175, + "line": 2170, "column": 12 }, "end": { - "line": 2175, + "line": 2170, "column": 39 } } } ], "range": [ - 74622, - 74673 + 74399, + 74450 ], "loc": { "start": { - "line": 2174, + "line": 2169, "column": 21 }, "end": { - "line": 2176, + "line": 2171, "column": 9 } } }, "alternate": null, "range": [ - 74609, - 74673 + 74386, + 74450 ], "loc": { "start": { - "line": 2174, + "line": 2169, "column": 8 }, "end": { - "line": 2176, + "line": 2171, "column": 9 } } @@ -162243,16 +161669,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 74687, - 74693 + 74464, + 74470 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 12 }, "end": { - "line": 2178, + "line": 2173, "column": 18 } } @@ -162265,16 +161691,16 @@ "object": { "type": "ThisExpression", "range": [ - 74696, - 74700 + 74473, + 74477 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 21 }, "end": { - "line": 2178, + "line": 2173, "column": 25 } } @@ -162283,31 +161709,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 74701, - 74710 + 74478, + 74487 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 26 }, "end": { - "line": 2178, + "line": 2173, "column": 35 } } }, "range": [ - 74696, - 74710 + 74473, + 74487 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 21 }, "end": { - "line": 2178, + "line": 2173, "column": 35 } } @@ -162318,47 +161744,47 @@ "value": true, "raw": "true", "range": [ - 74711, - 74715 + 74488, + 74492 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 36 }, "end": { - "line": 2178, + "line": 2173, "column": 40 } } } ], "range": [ - 74696, - 74716 + 74473, + 74493 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 21 }, "end": { - "line": 2178, + "line": 2173, "column": 41 } } }, "range": [ - 74687, - 74716 + 74464, + 74493 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 12 }, "end": { - "line": 2178, + "line": 2173, "column": 41 } } @@ -162366,16 +161792,16 @@ ], "kind": "let", "range": [ - 74683, - 74717 + 74460, + 74494 ], "loc": { "start": { - "line": 2178, + "line": 2173, "column": 8 }, "end": { - "line": 2178, + "line": 2173, "column": 42 } } @@ -162391,16 +161817,16 @@ "object": { "type": "ThisExpression", "range": [ - 74726, - 74730 + 74503, + 74507 ], "loc": { "start": { - "line": 2179, + "line": 2174, "column": 8 }, "end": { - "line": 2179, + "line": 2174, "column": 12 } } @@ -162409,31 +161835,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74731, - 74745 + 74508, + 74522 ], "loc": { "start": { - "line": 2179, + "line": 2174, "column": 13 }, "end": { - "line": 2179, + "line": 2174, "column": 27 } } }, "range": [ - 74726, - 74745 + 74503, + 74522 ], "loc": { "start": { - "line": 2179, + "line": 2174, "column": 8 }, "end": { - "line": 2179, + "line": 2174, "column": 27 } } @@ -162442,46 +161868,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74748, - 74750 + 74525, + 74527 ], "loc": { "start": { - "line": 2179, + "line": 2174, "column": 30 }, "end": { - "line": 2179, + "line": 2174, "column": 32 } } }, "range": [ - 74726, - 74750 + 74503, + 74527 ], "loc": { "start": { - "line": 2179, + "line": 2174, "column": 8 }, "end": { - "line": 2179, + "line": 2174, "column": 32 } } }, "range": [ - 74726, - 74751 + 74503, + 74528 ], "loc": { "start": { - "line": 2179, + "line": 2174, "column": 8 }, "end": { - "line": 2179, + "line": 2174, "column": 33 } } @@ -162497,16 +161923,16 @@ "type": "Identifier", "name": "k", "range": [ - 74769, - 74770 + 74546, + 74547 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 17 }, "end": { - "line": 2180, + "line": 2175, "column": 18 } } @@ -162517,16 +161943,16 @@ "object": { "type": "ThisExpression", "range": [ - 74773, - 74777 + 74550, + 74554 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 21 }, "end": { - "line": 2180, + "line": 2175, "column": 25 } } @@ -162535,46 +161961,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 74778, - 74784 + 74555, + 74561 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 26 }, "end": { - "line": 2180, + "line": 2175, "column": 32 } } }, "range": [ - 74773, - 74784 + 74550, + 74561 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 21 }, "end": { - "line": 2180, + "line": 2175, "column": 32 } } }, "range": [ - 74769, - 74784 + 74546, + 74561 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 17 }, "end": { - "line": 2180, + "line": 2175, "column": 32 } } @@ -162582,16 +162008,16 @@ ], "kind": "let", "range": [ - 74765, - 74784 + 74542, + 74561 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 13 }, "end": { - "line": 2180, + "line": 2175, "column": 32 } } @@ -162603,16 +162029,16 @@ "type": "Identifier", "name": "k", "range": [ - 74786, - 74787 + 74563, + 74564 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 34 }, "end": { - "line": 2180, + "line": 2175, "column": 35 } } @@ -162621,31 +162047,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 74790, - 74796 + 74567, + 74573 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 38 }, "end": { - "line": 2180, + "line": 2175, "column": 44 } } }, "range": [ - 74786, - 74796 + 74563, + 74573 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 34 }, "end": { - "line": 2180, + "line": 2175, "column": 44 } } @@ -162657,32 +162083,32 @@ "type": "Identifier", "name": "k", "range": [ - 74798, - 74799 + 74575, + 74576 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 46 }, "end": { - "line": 2180, + "line": 2175, "column": 47 } } }, "prefix": false, "range": [ - 74798, - 74801 + 74575, + 74578 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 46 }, "end": { - "line": 2180, + "line": 2175, "column": 49 } } @@ -162699,16 +162125,16 @@ "type": "Identifier", "name": "r", "range": [ - 74821, - 74822 + 74598, + 74599 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 16 }, "end": { - "line": 2181, + "line": 2176, "column": 17 } } @@ -162725,16 +162151,16 @@ "object": { "type": "ThisExpression", "range": [ - 74825, - 74829 + 74602, + 74606 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 20 }, "end": { - "line": 2181, + "line": 2176, "column": 24 } } @@ -162743,31 +162169,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 74830, - 74833 + 74607, + 74610 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 25 }, "end": { - "line": 2181, + "line": 2176, "column": 28 } } }, "range": [ - 74825, - 74833 + 74602, + 74610 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 20 }, "end": { - "line": 2181, + "line": 2176, "column": 28 } } @@ -162776,31 +162202,31 @@ "type": "Identifier", "name": "rows", "range": [ - 74834, - 74838 + 74611, + 74615 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 29 }, "end": { - "line": 2181, + "line": 2176, "column": 33 } } }, "range": [ - 74825, - 74838 + 74602, + 74615 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 20 }, "end": { - "line": 2181, + "line": 2176, "column": 33 } } @@ -162809,46 +162235,46 @@ "type": "Identifier", "name": "k", "range": [ - 74839, - 74840 + 74616, + 74617 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 34 }, "end": { - "line": 2181, + "line": 2176, "column": 35 } } }, "range": [ - 74825, - 74841 + 74602, + 74618 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 20 }, "end": { - "line": 2181, + "line": 2176, "column": 36 } } }, "range": [ - 74821, - 74841 + 74598, + 74618 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 16 }, "end": { - "line": 2181, + "line": 2176, "column": 36 } } @@ -162856,16 +162282,16 @@ ], "kind": "let", "range": [ - 74817, - 74842 + 74594, + 74619 ], "loc": { "start": { - "line": 2181, + "line": 2176, "column": 12 }, "end": { - "line": 2181, + "line": 2176, "column": 37 } } @@ -162881,16 +162307,16 @@ "object": { "type": "ThisExpression", "range": [ - 74860, - 74864 + 74637, + 74641 ], "loc": { "start": { - "line": 2182, + "line": 2177, "column": 17 }, "end": { - "line": 2182, + "line": 2177, "column": 21 } } @@ -162899,47 +162325,47 @@ "type": "Identifier", "name": "paging", "range": [ - 74865, - 74871 + 74642, + 74648 ], "loc": { "start": { - "line": 2182, + "line": 2177, "column": 22 }, "end": { - "line": 2182, + "line": 2177, "column": 28 } } }, "range": [ - 74860, - 74871 + 74637, + 74648 ], "loc": { "start": { - "line": 2182, + "line": 2177, "column": 17 }, "end": { - "line": 2182, + "line": 2177, "column": 28 } } }, "prefix": true, "range": [ - 74859, - 74871 + 74636, + 74648 ], "loc": { "start": { - "line": 2182, + "line": 2177, "column": 16 }, "end": { - "line": 2182, + "line": 2177, "column": 28 } } @@ -162960,16 +162386,16 @@ "object": { "type": "ThisExpression", "range": [ - 74895, - 74899 + 74672, + 74676 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 20 }, "end": { - "line": 2183, + "line": 2178, "column": 24 } } @@ -162978,31 +162404,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 74900, - 74913 + 74677, + 74690 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 25 }, "end": { - "line": 2183, + "line": 2178, "column": 38 } } }, "range": [ - 74895, - 74913 + 74672, + 74690 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 20 }, "end": { - "line": 2183, + "line": 2178, "column": 38 } } @@ -163012,32 +162438,32 @@ "type": "Identifier", "name": "r", "range": [ - 74914, - 74915 + 74691, + 74692 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 39 }, "end": { - "line": 2183, + "line": 2178, "column": 40 } } } ], "range": [ - 74895, - 74916 + 74672, + 74693 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 20 }, "end": { - "line": 2183, + "line": 2178, "column": 41 } } @@ -163046,31 +162472,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 74921, - 74925 + 74698, + 74702 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 46 }, "end": { - "line": 2183, + "line": 2178, "column": 50 } } }, "range": [ - 74895, - 74925 + 74672, + 74702 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 20 }, "end": { - "line": 2183, + "line": 2178, "column": 50 } } @@ -163091,16 +162517,16 @@ "object": { "type": "ThisExpression", "range": [ - 74949, - 74953 + 74726, + 74730 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 20 }, "end": { - "line": 2184, + "line": 2179, "column": 24 } } @@ -163109,31 +162535,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74954, - 74968 + 74731, + 74745 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 25 }, "end": { - "line": 2184, + "line": 2179, "column": 39 } } }, "range": [ - 74949, - 74968 + 74726, + 74745 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 20 }, "end": { - "line": 2184, + "line": 2179, "column": 39 } } @@ -163142,31 +162568,31 @@ "type": "Identifier", "name": "push", "range": [ - 74969, - 74973 + 74746, + 74750 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 40 }, "end": { - "line": 2184, + "line": 2179, "column": 44 } } }, "range": [ - 74949, - 74973 + 74726, + 74750 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 20 }, "end": { - "line": 2184, + "line": 2179, "column": 44 } } @@ -163179,16 +162605,16 @@ "type": "Identifier", "name": "r", "range": [ - 74974, - 74975 + 74751, + 74752 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 45 }, "end": { - "line": 2184, + "line": 2179, "column": 46 } } @@ -163197,110 +162623,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74976, - 74984 + 74753, + 74761 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 47 }, "end": { - "line": 2184, + "line": 2179, "column": 55 } } }, "range": [ - 74974, - 74984 + 74751, + 74761 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 45 }, "end": { - "line": 2184, + "line": 2179, "column": 55 } } } ], "range": [ - 74949, - 74985 + 74726, + 74762 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 20 }, "end": { - "line": 2184, + "line": 2179, "column": 56 } } }, "range": [ - 74949, - 74986 + 74726, + 74763 ], "loc": { "start": { - "line": 2184, + "line": 2179, "column": 20 }, "end": { - "line": 2184, + "line": 2179, "column": 57 } } } ], "range": [ - 74927, - 75004 + 74704, + 74781 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 52 }, "end": { - "line": 2185, + "line": 2180, "column": 17 } } }, "alternate": null, "range": [ - 74891, - 75004 + 74668, + 74781 ], "loc": { "start": { - "line": 2183, + "line": 2178, "column": 16 }, "end": { - "line": 2185, + "line": 2180, "column": 17 } } } ], "range": [ - 74873, - 75018 + 74650, + 74795 ], "loc": { "start": { - "line": 2182, + "line": 2177, "column": 30 }, "end": { - "line": 2186, + "line": 2181, "column": 13 } } @@ -163325,16 +162751,16 @@ "type": "Identifier", "name": "r", "range": [ - 75046, - 75047 + 74823, + 74824 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 20 }, "end": { - "line": 2187, + "line": 2182, "column": 21 } } @@ -163343,31 +162769,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 75048, - 75060 + 74825, + 74837 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 22 }, "end": { - "line": 2187, + "line": 2182, "column": 34 } } }, "range": [ - 75046, - 75060 + 74823, + 74837 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 20 }, "end": { - "line": 2187, + "line": 2182, "column": 34 } } @@ -163378,32 +162804,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 75061, - 75071 + 74838, + 74848 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 35 }, "end": { - "line": 2187, + "line": 2182, "column": 45 } } } ], "range": [ - 75046, - 75072 + 74823, + 74849 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 20 }, "end": { - "line": 2187, + "line": 2182, "column": 46 } } @@ -163413,31 +162839,31 @@ "value": "true", "raw": "'true'", "range": [ - 75077, - 75083 + 74854, + 74860 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 51 }, "end": { - "line": 2187, + "line": 2182, "column": 57 } } }, "range": [ - 75046, - 75083 + 74823, + 74860 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 20 }, "end": { - "line": 2187, + "line": 2182, "column": 57 } } @@ -163454,16 +162880,16 @@ "type": "Identifier", "name": "r", "range": [ - 75107, - 75108 + 74884, + 74885 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 20 }, "end": { - "line": 2188, + "line": 2183, "column": 21 } } @@ -163472,31 +162898,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 75109, - 75121 + 74886, + 74898 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 22 }, "end": { - "line": 2188, + "line": 2183, "column": 34 } } }, "range": [ - 75107, - 75121 + 74884, + 74898 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 20 }, "end": { - "line": 2188, + "line": 2183, "column": 34 } } @@ -163507,32 +162933,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 75122, - 75132 + 74899, + 74909 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 35 }, "end": { - "line": 2188, + "line": 2183, "column": 45 } } } ], "range": [ - 75107, - 75133 + 74884, + 74910 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 20 }, "end": { - "line": 2188, + "line": 2183, "column": 46 } } @@ -163542,46 +162968,46 @@ "value": null, "raw": "null", "range": [ - 75138, - 75142 + 74915, + 74919 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 51 }, "end": { - "line": 2188, + "line": 2183, "column": 55 } } }, "range": [ - 75107, - 75142 + 74884, + 74919 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 20 }, "end": { - "line": 2188, + "line": 2183, "column": 55 } } }, "range": [ - 75046, - 75142 + 74823, + 74919 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 20 }, "end": { - "line": 2188, + "line": 2183, "column": 55 } } @@ -163602,16 +163028,16 @@ "object": { "type": "ThisExpression", "range": [ - 75166, - 75170 + 74943, + 74947 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 20 }, "end": { - "line": 2189, + "line": 2184, "column": 24 } } @@ -163620,31 +163046,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 75171, - 75185 + 74948, + 74962 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 25 }, "end": { - "line": 2189, + "line": 2184, "column": 39 } } }, "range": [ - 75166, - 75185 + 74943, + 74962 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 20 }, "end": { - "line": 2189, + "line": 2184, "column": 39 } } @@ -163653,31 +163079,31 @@ "type": "Identifier", "name": "push", "range": [ - 75186, - 75190 + 74963, + 74967 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 40 }, "end": { - "line": 2189, + "line": 2184, "column": 44 } } }, "range": [ - 75166, - 75190 + 74943, + 74967 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 20 }, "end": { - "line": 2189, + "line": 2184, "column": 44 } } @@ -163690,16 +163116,16 @@ "type": "Identifier", "name": "r", "range": [ - 75191, - 75192 + 74968, + 74969 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 45 }, "end": { - "line": 2189, + "line": 2184, "column": 46 } } @@ -163708,156 +163134,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 75193, - 75201 + 74970, + 74978 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 47 }, "end": { - "line": 2189, + "line": 2184, "column": 55 } } }, "range": [ - 75191, - 75201 + 74968, + 74978 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 45 }, "end": { - "line": 2189, + "line": 2184, "column": 55 } } } ], "range": [ - 75166, - 75202 + 74943, + 74979 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 20 }, "end": { - "line": 2189, + "line": 2184, "column": 56 } } }, "range": [ - 75166, - 75203 + 74943, + 74980 ], "loc": { "start": { - "line": 2189, + "line": 2184, "column": 20 }, "end": { - "line": 2189, + "line": 2184, "column": 57 } } } ], "range": [ - 75144, - 75221 + 74921, + 74998 ], "loc": { "start": { - "line": 2188, + "line": 2183, "column": 57 }, "end": { - "line": 2190, + "line": 2185, "column": 17 } } }, "alternate": null, "range": [ - 75042, - 75221 + 74819, + 74998 ], "loc": { "start": { - "line": 2187, + "line": 2182, "column": 16 }, "end": { - "line": 2190, + "line": 2185, "column": 17 } } } ], "range": [ - 75024, - 75235 + 74801, + 75012 ], "loc": { "start": { - "line": 2186, + "line": 2181, "column": 19 }, "end": { - "line": 2191, + "line": 2186, "column": 13 } } }, "range": [ - 74855, - 75235 + 74632, + 75012 ], "loc": { "start": { - "line": 2182, + "line": 2177, "column": 12 }, "end": { - "line": 2191, + "line": 2186, "column": 13 } } } ], "range": [ - 74803, - 75245 + 74580, + 75022 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 51 }, "end": { - "line": 2192, + "line": 2187, "column": 9 } } }, "range": [ - 74760, - 75245 + 74537, + 75022 ], "loc": { "start": { - "line": 2180, + "line": 2175, "column": 8 }, "end": { - "line": 2192, + "line": 2187, "column": 9 } } @@ -163870,16 +163296,16 @@ "object": { "type": "ThisExpression", "range": [ - 75261, - 75265 + 75038, + 75042 ], "loc": { "start": { - "line": 2193, + "line": 2188, "column": 15 }, "end": { - "line": 2193, + "line": 2188, "column": 19 } } @@ -163888,62 +163314,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 75266, - 75280 + 75043, + 75057 ], "loc": { "start": { - "line": 2193, + "line": 2188, "column": 20 }, "end": { - "line": 2193, + "line": 2188, "column": 34 } } }, "range": [ - 75261, - 75280 + 75038, + 75057 ], "loc": { "start": { - "line": 2193, + "line": 2188, "column": 15 }, "end": { - "line": 2193, + "line": 2188, "column": 34 } } }, "range": [ - 75254, - 75281 + 75031, + 75058 ], "loc": { "start": { - "line": 2193, + "line": 2188, "column": 8 }, "end": { - "line": 2193, + "line": 2188, "column": 35 } } } ], "range": [ - 74599, - 75287 + 74376, + 75064 ], "loc": { "start": { - "line": 2173, + "line": 2168, "column": 25 }, "end": { - "line": 2194, + "line": 2189, "column": 5 } } @@ -163951,16 +163377,16 @@ "generator": false, "expression": false, "range": [ - 74590, - 75287 + 74367, + 75064 ], "loc": { "start": { - "line": 2173, + "line": 2168, "column": 16 }, "end": { - "line": 2194, + "line": 2189, "column": 5 } } @@ -163968,16 +163394,16 @@ "kind": "method", "computed": false, "range": [ - 74578, - 75287 + 74355, + 75064 ], "loc": { "start": { - "line": 2173, + "line": 2168, "column": 4 }, "end": { - "line": 2194, + "line": 2189, "column": 5 } }, @@ -163986,16 +163412,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": [ - 74397, - 74573 + 74174, + 74350 ], "loc": { "start": { - "line": 2168, + "line": 2163, "column": 4 }, "end": { - "line": 2172, + "line": 2167, "column": 7 } } @@ -164006,16 +163432,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 75293, - 75383 + 75070, + 75160 ], "loc": { "start": { - "line": 2196, + "line": 2191, "column": 4 }, "end": { - "line": 2199, + "line": 2194, "column": 7 } } @@ -164029,16 +163455,16 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 75388, - 75406 + 75165, + 75183 ], "loc": { "start": { - "line": 2200, + "line": 2195, "column": 4 }, "end": { - "line": 2200, + "line": 2195, "column": 22 } } @@ -164058,16 +163484,16 @@ "object": { "type": "ThisExpression", "range": [ - 75426, - 75430 + 75203, + 75207 ], "loc": { "start": { - "line": 2201, + "line": 2196, "column": 15 }, "end": { - "line": 2201, + "line": 2196, "column": 19 } } @@ -164076,62 +163502,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 75431, - 75446 + 75208, + 75223 ], "loc": { "start": { - "line": 2201, + "line": 2196, "column": 20 }, "end": { - "line": 2201, + "line": 2196, "column": 35 } } }, "range": [ - 75426, - 75446 + 75203, + 75223 ], "loc": { "start": { - "line": 2201, + "line": 2196, "column": 15 }, "end": { - "line": 2201, + "line": 2196, "column": 35 } } }, "range": [ - 75419, - 75447 + 75196, + 75224 ], "loc": { "start": { - "line": 2201, + "line": 2196, "column": 8 }, "end": { - "line": 2201, + "line": 2196, "column": 36 } } } ], "range": [ - 75409, - 75453 + 75186, + 75230 ], "loc": { "start": { - "line": 2200, + "line": 2195, "column": 25 }, "end": { - "line": 2202, + "line": 2197, "column": 5 } } @@ -164139,16 +163565,16 @@ "generator": false, "expression": false, "range": [ - 75406, - 75453 + 75183, + 75230 ], "loc": { "start": { - "line": 2200, + "line": 2195, "column": 22 }, "end": { - "line": 2202, + "line": 2197, "column": 5 } } @@ -164156,16 +163582,16 @@ "kind": "method", "computed": false, "range": [ - 75388, - 75453 + 75165, + 75230 ], "loc": { "start": { - "line": 2200, + "line": 2195, "column": 4 }, "end": { - "line": 2202, + "line": 2197, "column": 5 } }, @@ -164174,16 +163600,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 75293, - 75383 + 75070, + 75160 ], "loc": { "start": { - "line": 2196, + "line": 2191, "column": 4 }, "end": { - "line": 2199, + "line": 2194, "column": 7 } } @@ -164194,16 +163620,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 75459, - 75534 + 75236, + 75311 ], "loc": { "start": { - "line": 2204, + "line": 2199, "column": 4 }, "end": { - "line": 2207, + "line": 2202, "column": 7 } } @@ -164217,16 +163643,16 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 75539, - 75557 + 75316, + 75334 ], "loc": { "start": { - "line": 2208, + "line": 2203, "column": 4 }, "end": { - "line": 2208, + "line": 2203, "column": 22 } } @@ -164246,16 +163672,16 @@ "object": { "type": "ThisExpression", "range": [ - 75577, - 75581 + 75354, + 75358 ], "loc": { "start": { - "line": 2209, + "line": 2204, "column": 15 }, "end": { - "line": 2209, + "line": 2204, "column": 19 } } @@ -164264,62 +163690,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 75582, - 75592 + 75359, + 75369 ], "loc": { "start": { - "line": 2209, + "line": 2204, "column": 20 }, "end": { - "line": 2209, + "line": 2204, "column": 30 } } }, "range": [ - 75577, - 75592 + 75354, + 75369 ], "loc": { "start": { - "line": 2209, + "line": 2204, "column": 15 }, "end": { - "line": 2209, + "line": 2204, "column": 30 } } }, "range": [ - 75570, - 75593 + 75347, + 75370 ], "loc": { "start": { - "line": 2209, + "line": 2204, "column": 8 }, "end": { - "line": 2209, + "line": 2204, "column": 31 } } } ], "range": [ - 75560, - 75599 + 75337, + 75376 ], "loc": { "start": { - "line": 2208, + "line": 2203, "column": 25 }, "end": { - "line": 2210, + "line": 2205, "column": 5 } } @@ -164327,16 +163753,16 @@ "generator": false, "expression": false, "range": [ - 75557, - 75599 + 75334, + 75376 ], "loc": { "start": { - "line": 2208, + "line": 2203, "column": 22 }, "end": { - "line": 2210, + "line": 2205, "column": 5 } } @@ -164344,16 +163770,16 @@ "kind": "method", "computed": false, "range": [ - 75539, - 75599 + 75316, + 75376 ], "loc": { "start": { - "line": 2208, + "line": 2203, "column": 4 }, "end": { - "line": 2210, + "line": 2205, "column": 5 } }, @@ -164362,16 +163788,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 75459, - 75534 + 75236, + 75311 ], "loc": { "start": { - "line": 2204, + "line": 2199, "column": 4 }, "end": { - "line": 2207, + "line": 2202, "column": 7 } } @@ -164382,16 +163808,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 75605, - 75732 + 75382, + 75509 ], "loc": { "start": { - "line": 2212, + "line": 2207, "column": 4 }, "end": { - "line": 2216, + "line": 2211, "column": 7 } } @@ -164405,16 +163831,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 75737, - 75753 + 75514, + 75530 ], "loc": { "start": { - "line": 2217, + "line": 2212, "column": 4 }, "end": { - "line": 2217, + "line": 2212, "column": 20 } } @@ -164434,16 +163860,16 @@ "object": { "type": "ThisExpression", "range": [ - 75773, - 75777 + 75550, + 75554 ], "loc": { "start": { - "line": 2218, + "line": 2213, "column": 15 }, "end": { - "line": 2218, + "line": 2213, "column": 19 } } @@ -164452,62 +163878,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 75778, - 75784 + 75555, + 75561 ], "loc": { "start": { - "line": 2218, + "line": 2213, "column": 20 }, "end": { - "line": 2218, + "line": 2213, "column": 26 } } }, "range": [ - 75773, - 75784 + 75550, + 75561 ], "loc": { "start": { - "line": 2218, + "line": 2213, "column": 15 }, "end": { - "line": 2218, + "line": 2213, "column": 26 } } }, "range": [ - 75766, - 75785 + 75543, + 75562 ], "loc": { "start": { - "line": 2218, + "line": 2213, "column": 8 }, "end": { - "line": 2218, + "line": 2213, "column": 27 } } } ], "range": [ - 75756, - 75791 + 75533, + 75568 ], "loc": { "start": { - "line": 2217, + "line": 2212, "column": 23 }, "end": { - "line": 2219, + "line": 2214, "column": 5 } } @@ -164515,16 +163941,16 @@ "generator": false, "expression": false, "range": [ - 75753, - 75791 + 75530, + 75568 ], "loc": { "start": { - "line": 2217, + "line": 2212, "column": 20 }, "end": { - "line": 2219, + "line": 2214, "column": 5 } } @@ -164532,16 +163958,16 @@ "kind": "method", "computed": false, "range": [ - 75737, - 75791 + 75514, + 75568 ], "loc": { "start": { - "line": 2217, + "line": 2212, "column": 4 }, "end": { - "line": 2219, + "line": 2214, "column": 5 } }, @@ -164550,16 +163976,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 75605, - 75732 + 75382, + 75509 ], "loc": { "start": { - "line": 2212, + "line": 2207, "column": 4 }, "end": { - "line": 2216, + "line": 2211, "column": 7 } } @@ -164570,16 +163996,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 75797, - 75869 + 75574, + 75646 ], "loc": { "start": { - "line": 2221, + "line": 2216, "column": 4 }, "end": { - "line": 2224, + "line": 2219, "column": 7 } } @@ -164593,16 +164019,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 75874, - 75889 + 75651, + 75666 ], "loc": { "start": { - "line": 2225, + "line": 2220, "column": 4 }, "end": { - "line": 2225, + "line": 2220, "column": 19 } } @@ -164623,16 +164049,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 75906, - 75912 + 75683, + 75689 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 12 }, "end": { - "line": 2226, + "line": 2221, "column": 18 } } @@ -164645,16 +164071,16 @@ "object": { "type": "ThisExpression", "range": [ - 75915, - 75919 + 75692, + 75696 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 21 }, "end": { - "line": 2226, + "line": 2221, "column": 25 } } @@ -164663,31 +164089,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 75920, - 75929 + 75697, + 75706 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 26 }, "end": { - "line": 2226, + "line": 2221, "column": 35 } } }, "range": [ - 75915, - 75929 + 75692, + 75706 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 21 }, "end": { - "line": 2226, + "line": 2221, "column": 35 } } @@ -164698,47 +164124,47 @@ "value": true, "raw": "true", "range": [ - 75930, - 75934 + 75707, + 75711 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 36 }, "end": { - "line": 2226, + "line": 2221, "column": 40 } } } ], "range": [ - 75915, - 75935 + 75692, + 75712 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 21 }, "end": { - "line": 2226, + "line": 2221, "column": 41 } } }, "range": [ - 75906, - 75935 + 75683, + 75712 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 12 }, "end": { - "line": 2226, + "line": 2221, "column": 41 } } @@ -164746,16 +164172,16 @@ ], "kind": "let", "range": [ - 75902, - 75936 + 75679, + 75713 ], "loc": { "start": { - "line": 2226, + "line": 2221, "column": 8 }, "end": { - "line": 2226, + "line": 2221, "column": 42 } } @@ -164769,16 +164195,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 75953, - 75959 + 75730, + 75736 ], "loc": { "start": { - "line": 2227, + "line": 2222, "column": 16 }, "end": { - "line": 2227, + "line": 2222, "column": 22 } } @@ -164788,62 +164214,62 @@ "value": 1, "raw": "1", "range": [ - 75962, - 75963 + 75739, + 75740 ], "loc": { "start": { - "line": 2227, + "line": 2222, "column": 25 }, "end": { - "line": 2227, + "line": 2222, "column": 26 } } }, "range": [ - 75953, - 75963 + 75730, + 75740 ], "loc": { "start": { - "line": 2227, + "line": 2222, "column": 16 }, "end": { - "line": 2227, + "line": 2222, "column": 26 } } }, "range": [ - 75945, - 75965 + 75722, + 75742 ], "loc": { "start": { - "line": 2227, + "line": 2222, "column": 8 }, "end": { - "line": 2227, + "line": 2222, "column": 28 } } } ], "range": [ - 75892, - 75971 + 75669, + 75748 ], "loc": { "start": { - "line": 2225, + "line": 2220, "column": 22 }, "end": { - "line": 2228, + "line": 2223, "column": 5 } } @@ -164851,16 +164277,16 @@ "generator": false, "expression": false, "range": [ - 75889, - 75971 + 75666, + 75748 ], "loc": { "start": { - "line": 2225, + "line": 2220, "column": 19 }, "end": { - "line": 2228, + "line": 2223, "column": 5 } } @@ -164868,16 +164294,16 @@ "kind": "method", "computed": false, "range": [ - 75874, - 75971 + 75651, + 75748 ], "loc": { "start": { - "line": 2225, + "line": 2220, "column": 4 }, "end": { - "line": 2228, + "line": 2223, "column": 5 } }, @@ -164886,16 +164312,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 75797, - 75869 + 75574, + 75646 ], "loc": { "start": { - "line": 2221, + "line": 2216, "column": 4 }, "end": { - "line": 2224, + "line": 2219, "column": 7 } } @@ -164906,16 +164332,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": [ - 75977, - 76118 + 75754, + 75895 ], "loc": { "start": { - "line": 2230, + "line": 2225, "column": 4 }, "end": { - "line": 2234, + "line": 2229, "column": 7 } } @@ -164929,16 +164355,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 76123, - 76139 + 75900, + 75916 ], "loc": { "start": { - "line": 2235, + "line": 2230, "column": 4 }, "end": { - "line": 2235, + "line": 2230, "column": 20 } } @@ -164951,16 +164377,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76140, - 76148 + 75917, + 75925 ], "loc": { "start": { - "line": 2235, + "line": 2230, "column": 21 }, "end": { - "line": 2235, + "line": 2230, "column": 29 } } @@ -164978,16 +164404,16 @@ "type": "Identifier", "name": "table", "range": [ - 76164, - 76169 + 75941, + 75946 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 12 }, "end": { - "line": 2236, + "line": 2231, "column": 17 } } @@ -165000,16 +164426,16 @@ "object": { "type": "ThisExpression", "range": [ - 76172, - 76176 + 75949, + 75953 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 20 }, "end": { - "line": 2236, + "line": 2231, "column": 24 } } @@ -165018,31 +164444,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 76177, - 76187 + 75954, + 75964 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 25 }, "end": { - "line": 2236, + "line": 2231, "column": 35 } } }, "range": [ - 76172, - 76187 + 75949, + 75964 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 20 }, "end": { - "line": 2236, + "line": 2231, "column": 35 } } @@ -165059,16 +164485,16 @@ "object": { "type": "ThisExpression", "range": [ - 76190, - 76194 + 75967, + 75971 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 38 }, "end": { - "line": 2236, + "line": 2231, "column": 42 } } @@ -165077,31 +164503,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 76195, - 76198 + 75972, + 75975 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 43 }, "end": { - "line": 2236, + "line": 2231, "column": 46 } } }, "range": [ - 76190, - 76198 + 75967, + 75975 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 38 }, "end": { - "line": 2236, + "line": 2231, "column": 46 } } @@ -165110,31 +164536,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 76199, - 76209 + 75976, + 75986 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 47 }, "end": { - "line": 2236, + "line": 2231, "column": 57 } } }, "range": [ - 76190, - 76209 + 75967, + 75986 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 38 }, "end": { - "line": 2236, + "line": 2231, "column": 57 } } @@ -165143,31 +164569,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 76210, - 76217 + 75987, + 75994 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 58 }, "end": { - "line": 2236, + "line": 2231, "column": 65 } } }, "range": [ - 76190, - 76217 + 75967, + 75994 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 38 }, "end": { - "line": 2236, + "line": 2231, "column": 65 } } @@ -165178,16 +164604,16 @@ "object": { "type": "ThisExpression", "range": [ - 76220, - 76224 + 75997, + 76001 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 68 }, "end": { - "line": 2236, + "line": 2231, "column": 72 } } @@ -165196,61 +164622,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 76225, - 76228 + 76002, + 76005 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 73 }, "end": { - "line": 2236, + "line": 2231, "column": 76 } } }, "range": [ - 76220, - 76228 + 75997, + 76005 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 68 }, "end": { - "line": 2236, + "line": 2231, "column": 76 } } }, "range": [ - 76172, - 76228 + 75949, + 76005 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 20 }, "end": { - "line": 2236, + "line": 2231, "column": 76 } } }, "range": [ - 76164, - 76228 + 75941, + 76005 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 12 }, "end": { - "line": 2236, + "line": 2231, "column": 76 } } @@ -165258,16 +164684,16 @@ ], "kind": "let", "range": [ - 76160, - 76229 + 75937, + 76006 ], "loc": { "start": { - "line": 2236, + "line": 2231, "column": 8 }, "end": { - "line": 2236, + "line": 2231, "column": 77 } } @@ -165281,16 +164707,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 76242, - 76247 + 76019, + 76024 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 12 }, "end": { - "line": 2237, + "line": 2232, "column": 17 } } @@ -165301,16 +164727,16 @@ "type": "Identifier", "name": "tag", "range": [ - 76250, - 76253 + 76027, + 76030 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 20 }, "end": { - "line": 2237, + "line": 2232, "column": 23 } } @@ -165320,16 +164746,16 @@ "type": "Identifier", "name": "table", "range": [ - 76254, - 76259 + 76031, + 76036 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 24 }, "end": { - "line": 2237, + "line": 2232, "column": 29 } } @@ -165339,47 +164765,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 76261, - 76268 + 76038, + 76045 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 31 }, "end": { - "line": 2237, + "line": 2232, "column": 38 } } } ], "range": [ - 76250, - 76269 + 76027, + 76046 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 20 }, "end": { - "line": 2237, + "line": 2232, "column": 39 } } }, "range": [ - 76242, - 76269 + 76019, + 76046 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 12 }, "end": { - "line": 2237, + "line": 2232, "column": 39 } } @@ -165387,16 +164813,16 @@ ], "kind": "let", "range": [ - 76238, - 76270 + 76015, + 76047 ], "loc": { "start": { - "line": 2237, + "line": 2232, "column": 8 }, "end": { - "line": 2237, + "line": 2232, "column": 40 } } @@ -165410,16 +164836,16 @@ "type": "Identifier", "name": "headersRow", "range": [ - 76283, - 76293 + 76060, + 76070 ], "loc": { "start": { - "line": 2238, + "line": 2233, "column": 12 }, "end": { - "line": 2238, + "line": 2233, "column": 22 } } @@ -165430,16 +164856,16 @@ "object": { "type": "ThisExpression", "range": [ - 76296, - 76300 + 76073, + 76077 ], "loc": { "start": { - "line": 2238, + "line": 2233, "column": 25 }, "end": { - "line": 2238, + "line": 2233, "column": 29 } } @@ -165448,46 +164874,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 76301, - 76311 + 76078, + 76088 ], "loc": { "start": { - "line": 2238, + "line": 2233, "column": 30 }, "end": { - "line": 2238, + "line": 2233, "column": 40 } } }, "range": [ - 76296, - 76311 + 76073, + 76088 ], "loc": { "start": { - "line": 2238, + "line": 2233, "column": 25 }, "end": { - "line": 2238, + "line": 2233, "column": 40 } } }, "range": [ - 76283, - 76311 + 76060, + 76088 ], "loc": { "start": { - "line": 2238, + "line": 2233, "column": 12 }, "end": { - "line": 2238, + "line": 2233, "column": 40 } } @@ -165495,16 +164921,16 @@ ], "kind": "let", "range": [ - 76279, - 76312 + 76056, + 76089 ], "loc": { "start": { - "line": 2238, + "line": 2233, "column": 8 }, "end": { - "line": 2238, + "line": 2233, "column": 41 } } @@ -165518,32 +164944,32 @@ "type": "Identifier", "name": "header", "range": [ - 76325, - 76331 + 76102, + 76108 ], "loc": { "start": { - "line": 2239, + "line": 2234, "column": 12 }, "end": { - "line": 2239, + "line": 2234, "column": 18 } } }, "init": null, "range": [ - 76325, - 76331 + 76102, + 76108 ], "loc": { "start": { - "line": 2239, + "line": 2234, "column": 12 }, "end": { - "line": 2239, + "line": 2234, "column": 18 } } @@ -165551,16 +164977,16 @@ ], "kind": "let", "range": [ - 76321, - 76332 + 76098, + 76109 ], "loc": { "start": { - "line": 2239, + "line": 2234, "column": 8 }, "end": { - "line": 2239, + "line": 2234, "column": 19 } } @@ -165576,16 +165002,16 @@ "type": "Identifier", "name": "i", "range": [ - 76350, - 76351 + 76127, + 76128 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 17 }, "end": { - "line": 2240, + "line": 2235, "column": 18 } } @@ -165595,31 +165021,31 @@ "value": 0, "raw": "0", "range": [ - 76354, - 76355 + 76131, + 76132 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 21 }, "end": { - "line": 2240, + "line": 2235, "column": 22 } } }, "range": [ - 76350, - 76355 + 76127, + 76132 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 17 }, "end": { - "line": 2240, + "line": 2235, "column": 22 } } @@ -165627,16 +165053,16 @@ ], "kind": "let", "range": [ - 76346, - 76355 + 76123, + 76132 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 13 }, "end": { - "line": 2240, + "line": 2235, "column": 22 } } @@ -165648,16 +165074,16 @@ "type": "Identifier", "name": "i", "range": [ - 76357, - 76358 + 76134, + 76135 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 24 }, "end": { - "line": 2240, + "line": 2235, "column": 25 } } @@ -165668,16 +165094,16 @@ "object": { "type": "ThisExpression", "range": [ - 76361, - 76365 + 76138, + 76142 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 28 }, "end": { - "line": 2240, + "line": 2235, "column": 32 } } @@ -165686,46 +165112,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 76366, - 76373 + 76143, + 76150 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 33 }, "end": { - "line": 2240, + "line": 2235, "column": 40 } } }, "range": [ - 76361, - 76373 + 76138, + 76150 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 28 }, "end": { - "line": 2240, + "line": 2235, "column": 40 } } }, "range": [ - 76357, - 76373 + 76134, + 76150 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 24 }, "end": { - "line": 2240, + "line": 2235, "column": 40 } } @@ -165737,32 +165163,32 @@ "type": "Identifier", "name": "i", "range": [ - 76375, - 76376 + 76152, + 76153 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 42 }, "end": { - "line": 2240, + "line": 2235, "column": 43 } } }, "prefix": false, "range": [ - 76375, - 76378 + 76152, + 76155 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 42 }, "end": { - "line": 2240, + "line": 2235, "column": 45 } } @@ -165779,16 +165205,16 @@ "type": "Identifier", "name": "i", "range": [ - 76398, - 76399 + 76175, + 76176 ], "loc": { "start": { - "line": 2241, + "line": 2236, "column": 16 }, "end": { - "line": 2241, + "line": 2236, "column": 17 } } @@ -165797,31 +165223,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76404, - 76412 + 76181, + 76189 ], "loc": { "start": { - "line": 2241, + "line": 2236, "column": 22 }, "end": { - "line": 2241, + "line": 2236, "column": 30 } } }, "range": [ - 76398, - 76412 + 76175, + 76189 ], "loc": { "start": { - "line": 2241, + "line": 2236, "column": 16 }, "end": { - "line": 2241, + "line": 2236, "column": 30 } } @@ -165833,48 +165259,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 76432, - 76441 + 76209, + 76218 ], "loc": { "start": { - "line": 2242, + "line": 2237, "column": 16 }, "end": { - "line": 2242, + "line": 2237, "column": 25 } } } ], "range": [ - 76414, - 76455 + 76191, + 76232 ], "loc": { "start": { - "line": 2241, + "line": 2236, "column": 32 }, "end": { - "line": 2243, + "line": 2238, "column": 13 } } }, "alternate": null, "range": [ - 76394, - 76455 + 76171, + 76232 ], "loc": { "start": { - "line": 2241, + "line": 2236, "column": 12 }, "end": { - "line": 2243, + "line": 2238, "column": 13 } } @@ -165891,16 +165317,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 76472, - 76477 + 76249, + 76254 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 16 }, "end": { - "line": 2244, + "line": 2239, "column": 21 } } @@ -165909,31 +165335,31 @@ "type": "Identifier", "name": "length", "range": [ - 76478, - 76484 + 76255, + 76261 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 22 }, "end": { - "line": 2244, + "line": 2239, "column": 28 } } }, "range": [ - 76472, - 76484 + 76249, + 76261 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 16 }, "end": { - "line": 2244, + "line": 2239, "column": 28 } } @@ -165943,31 +165369,31 @@ "value": 0, "raw": "0", "range": [ - 76489, - 76490 + 76266, + 76267 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 33 }, "end": { - "line": 2244, + "line": 2239, "column": 34 } } }, "range": [ - 76472, - 76490 + 76249, + 76267 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 16 }, "end": { - "line": 2244, + "line": 2239, "column": 34 } } @@ -165984,16 +165410,16 @@ "type": "Identifier", "name": "header", "range": [ - 76510, - 76516 + 76287, + 76293 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 16 }, "end": { - "line": 2245, + "line": 2240, "column": 22 } } @@ -166014,16 +165440,16 @@ "type": "Identifier", "name": "table", "range": [ - 76519, - 76524 + 76296, + 76301 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 25 }, "end": { - "line": 2245, + "line": 2240, "column": 30 } } @@ -166032,31 +165458,31 @@ "type": "Identifier", "name": "rows", "range": [ - 76525, - 76529 + 76302, + 76306 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 31 }, "end": { - "line": 2245, + "line": 2240, "column": 35 } } }, "range": [ - 76519, - 76529 + 76296, + 76306 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 25 }, "end": { - "line": 2245, + "line": 2240, "column": 35 } } @@ -166065,31 +165491,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 76530, - 76540 + 76307, + 76317 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 36 }, "end": { - "line": 2245, + "line": 2240, "column": 46 } } }, "range": [ - 76519, - 76541 + 76296, + 76318 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 25 }, "end": { - "line": 2245, + "line": 2240, "column": 47 } } @@ -166098,31 +165524,31 @@ "type": "Identifier", "name": "cells", "range": [ - 76542, - 76547 + 76319, + 76324 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 48 }, "end": { - "line": 2245, + "line": 2240, "column": 53 } } }, "range": [ - 76519, - 76547 + 76296, + 76324 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 25 }, "end": { - "line": 2245, + "line": 2240, "column": 53 } } @@ -166131,93 +165557,93 @@ "type": "Identifier", "name": "i", "range": [ - 76548, - 76549 + 76325, + 76326 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 54 }, "end": { - "line": 2245, + "line": 2240, "column": 55 } } }, "range": [ - 76519, - 76550 + 76296, + 76327 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 25 }, "end": { - "line": 2245, + "line": 2240, "column": 56 } } }, "range": [ - 76510, - 76550 + 76287, + 76327 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 16 }, "end": { - "line": 2245, + "line": 2240, "column": 56 } } }, "range": [ - 76510, - 76551 + 76287, + 76328 ], "loc": { "start": { - "line": 2245, + "line": 2240, "column": 16 }, "end": { - "line": 2245, + "line": 2240, "column": 57 } } } ], "range": [ - 76492, - 76565 + 76269, + 76342 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 36 }, "end": { - "line": 2246, + "line": 2241, "column": 13 } } }, "alternate": null, "range": [ - 76468, - 76565 + 76245, + 76342 ], "loc": { "start": { - "line": 2244, + "line": 2239, "column": 12 }, "end": { - "line": 2246, + "line": 2241, "column": 13 } } @@ -166234,16 +165660,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 76582, - 76587 + 76359, + 76364 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 16 }, "end": { - "line": 2247, + "line": 2242, "column": 21 } } @@ -166252,31 +165678,31 @@ "type": "Identifier", "name": "length", "range": [ - 76588, - 76594 + 76365, + 76371 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 22 }, "end": { - "line": 2247, + "line": 2242, "column": 28 } } }, "range": [ - 76582, - 76594 + 76359, + 76371 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 16 }, "end": { - "line": 2247, + "line": 2242, "column": 28 } } @@ -166286,31 +165712,31 @@ "value": 1, "raw": "1", "range": [ - 76599, - 76600 + 76376, + 76377 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 33 }, "end": { - "line": 2247, + "line": 2242, "column": 34 } } }, "range": [ - 76582, - 76600 + 76359, + 76377 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 16 }, "end": { - "line": 2247, + "line": 2242, "column": 34 } } @@ -166327,16 +165753,16 @@ "type": "Identifier", "name": "header", "range": [ - 76620, - 76626 + 76397, + 76403 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 16 }, "end": { - "line": 2248, + "line": 2243, "column": 22 } } @@ -166360,16 +165786,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 76629, - 76634 + 76406, + 76411 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 25 }, "end": { - "line": 2248, + "line": 2243, "column": 30 } } @@ -166379,31 +165805,31 @@ "value": 0, "raw": "0", "range": [ - 76635, - 76636 + 76412, + 76413 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 31 }, "end": { - "line": 2248, + "line": 2243, "column": 32 } } }, "range": [ - 76629, - 76637 + 76406, + 76414 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 25 }, "end": { - "line": 2248, + "line": 2243, "column": 33 } } @@ -166412,31 +165838,31 @@ "type": "Identifier", "name": "rows", "range": [ - 76638, - 76642 + 76415, + 76419 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 34 }, "end": { - "line": 2248, + "line": 2243, "column": 38 } } }, "range": [ - 76629, - 76642 + 76406, + 76419 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 25 }, "end": { - "line": 2248, + "line": 2243, "column": 38 } } @@ -166445,31 +165871,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 76643, - 76653 + 76420, + 76430 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 39 }, "end": { - "line": 2248, + "line": 2243, "column": 49 } } }, "range": [ - 76629, - 76654 + 76406, + 76431 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 25 }, "end": { - "line": 2248, + "line": 2243, "column": 50 } } @@ -166478,31 +165904,31 @@ "type": "Identifier", "name": "cells", "range": [ - 76655, - 76660 + 76432, + 76437 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 51 }, "end": { - "line": 2248, + "line": 2243, "column": 56 } } }, "range": [ - 76629, - 76660 + 76406, + 76437 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 25 }, "end": { - "line": 2248, + "line": 2243, "column": 56 } } @@ -166511,93 +165937,93 @@ "type": "Identifier", "name": "i", "range": [ - 76661, - 76662 + 76438, + 76439 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 57 }, "end": { - "line": 2248, + "line": 2243, "column": 58 } } }, "range": [ - 76629, - 76663 + 76406, + 76440 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 25 }, "end": { - "line": 2248, + "line": 2243, "column": 59 } } }, "range": [ - 76620, - 76663 + 76397, + 76440 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 16 }, "end": { - "line": 2248, + "line": 2243, "column": 59 } } }, "range": [ - 76620, - 76664 + 76397, + 76441 ], "loc": { "start": { - "line": 2248, + "line": 2243, "column": 16 }, "end": { - "line": 2248, + "line": 2243, "column": 60 } } } ], "range": [ - 76602, - 76678 + 76379, + 76455 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 36 }, "end": { - "line": 2249, + "line": 2244, "column": 13 } } }, "alternate": null, "range": [ - 76578, - 76678 + 76355, + 76455 ], "loc": { "start": { - "line": 2247, + "line": 2242, "column": 12 }, "end": { - "line": 2249, + "line": 2244, "column": 13 } } @@ -166606,47 +166032,47 @@ "type": "BreakStatement", "label": null, "range": [ - 76691, - 76697 + 76468, + 76474 ], "loc": { "start": { - "line": 2250, + "line": 2245, "column": 12 }, "end": { - "line": 2250, + "line": 2245, "column": 18 } } } ], "range": [ - 76380, - 76707 + 76157, + 76484 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 47 }, "end": { - "line": 2251, + "line": 2246, "column": 9 } } }, "range": [ - 76341, - 76707 + 76118, + 76484 ], "loc": { "start": { - "line": 2240, + "line": 2235, "column": 8 }, "end": { - "line": 2251, + "line": 2246, "column": 9 } } @@ -166657,47 +166083,47 @@ "type": "Identifier", "name": "header", "range": [ - 76723, - 76729 + 76500, + 76506 ], "loc": { "start": { - "line": 2252, + "line": 2247, "column": 15 }, "end": { - "line": 2252, + "line": 2247, "column": 21 } } }, "range": [ - 76716, - 76730 + 76493, + 76507 ], "loc": { "start": { - "line": 2252, + "line": 2247, "column": 8 }, "end": { - "line": 2252, + "line": 2247, "column": 22 } } } ], "range": [ - 76150, - 76736 + 75927, + 76513 ], "loc": { "start": { - "line": 2235, + "line": 2230, "column": 31 }, "end": { - "line": 2253, + "line": 2248, "column": 5 } } @@ -166705,16 +166131,16 @@ "generator": false, "expression": false, "range": [ - 76139, - 76736 + 75916, + 76513 ], "loc": { "start": { - "line": 2235, + "line": 2230, "column": 20 }, "end": { - "line": 2253, + "line": 2248, "column": 5 } } @@ -166722,16 +166148,16 @@ "kind": "method", "computed": false, "range": [ - 76123, - 76736 + 75900, + 76513 ], "loc": { "start": { - "line": 2235, + "line": 2230, "column": 4 }, "end": { - "line": 2253, + "line": 2248, "column": 5 } }, @@ -166740,16 +166166,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": [ - 75977, - 76118 + 75754, + 75895 ], "loc": { "start": { - "line": 2230, + "line": 2225, "column": 4 }, "end": { - "line": 2234, + "line": 2229, "column": 7 } } @@ -166760,16 +166186,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": [ - 76742, - 76915 + 76519, + 76692 ], "loc": { "start": { - "line": 2255, + "line": 2250, "column": 4 }, "end": { - "line": 2259, + "line": 2254, "column": 7 } } @@ -166783,16 +166209,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 76920, - 76934 + 76697, + 76711 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 4 }, "end": { - "line": 2260, + "line": 2255, "column": 18 } } @@ -166807,16 +166233,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 76935, - 76952 + 76712, + 76729 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 19 }, "end": { - "line": 2260, + "line": 2255, "column": 36 } } @@ -166826,31 +166252,31 @@ "value": false, "raw": "false", "range": [ - 76955, - 76960 + 76732, + 76737 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 39 }, "end": { - "line": 2260, + "line": 2255, "column": 44 } } }, "range": [ - 76935, - 76960 + 76712, + 76737 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 19 }, "end": { - "line": 2260, + "line": 2255, "column": 44 } } @@ -166868,16 +166294,16 @@ "type": "Identifier", "name": "headers", "range": [ - 76976, - 76983 + 76753, + 76760 ], "loc": { "start": { - "line": 2261, + "line": 2256, "column": 12 }, "end": { - "line": 2261, + "line": 2256, "column": 19 } } @@ -166886,31 +166312,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76986, - 76988 + 76763, + 76765 ], "loc": { "start": { - "line": 2261, + "line": 2256, "column": 22 }, "end": { - "line": 2261, + "line": 2256, "column": 24 } } }, "range": [ - 76976, - 76988 + 76753, + 76765 ], "loc": { "start": { - "line": 2261, + "line": 2256, "column": 12 }, "end": { - "line": 2261, + "line": 2256, "column": 24 } } @@ -166918,16 +166344,16 @@ ], "kind": "let", "range": [ - 76972, - 76989 + 76749, + 76766 ], "loc": { "start": { - "line": 2261, + "line": 2256, "column": 8 }, "end": { - "line": 2261, + "line": 2256, "column": 25 } } @@ -166943,16 +166369,16 @@ "type": "Identifier", "name": "j", "range": [ - 77007, - 77008 + 76784, + 76785 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 17 }, "end": { - "line": 2262, + "line": 2257, "column": 18 } } @@ -166962,31 +166388,31 @@ "value": 0, "raw": "0", "range": [ - 77011, - 77012 + 76788, + 76789 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 21 }, "end": { - "line": 2262, + "line": 2257, "column": 22 } } }, "range": [ - 77007, - 77012 + 76784, + 76789 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 17 }, "end": { - "line": 2262, + "line": 2257, "column": 22 } } @@ -166994,16 +166420,16 @@ ], "kind": "let", "range": [ - 77003, - 77012 + 76780, + 76789 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 13 }, "end": { - "line": 2262, + "line": 2257, "column": 22 } } @@ -167015,16 +166441,16 @@ "type": "Identifier", "name": "j", "range": [ - 77014, - 77015 + 76791, + 76792 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 24 }, "end": { - "line": 2262, + "line": 2257, "column": 25 } } @@ -167035,16 +166461,16 @@ "object": { "type": "ThisExpression", "range": [ - 77018, - 77022 + 76795, + 76799 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 28 }, "end": { - "line": 2262, + "line": 2257, "column": 32 } } @@ -167053,46 +166479,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 77023, - 77030 + 76800, + 76807 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 33 }, "end": { - "line": 2262, + "line": 2257, "column": 40 } } }, "range": [ - 77018, - 77030 + 76795, + 76807 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 28 }, "end": { - "line": 2262, + "line": 2257, "column": 40 } } }, "range": [ - 77014, - 77030 + 76791, + 76807 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 24 }, "end": { - "line": 2262, + "line": 2257, "column": 40 } } @@ -167104,32 +166530,32 @@ "type": "Identifier", "name": "j", "range": [ - 77032, - 77033 + 76809, + 76810 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 42 }, "end": { - "line": 2262, + "line": 2257, "column": 43 } } }, "prefix": false, "range": [ - 77032, - 77035 + 76809, + 76812 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 42 }, "end": { - "line": 2262, + "line": 2257, "column": 45 } } @@ -167146,16 +166572,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 77055, - 77072 + 76832, + 76849 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 16 }, "end": { - "line": 2263, + "line": 2258, "column": 33 } } @@ -167168,16 +166594,16 @@ "object": { "type": "ThisExpression", "range": [ - 77076, - 77080 + 76853, + 76857 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 37 }, "end": { - "line": 2263, + "line": 2258, "column": 41 } } @@ -167186,31 +166612,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 77081, - 77093 + 76858, + 76870 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 42 }, "end": { - "line": 2263, + "line": 2258, "column": 54 } } }, "range": [ - 77076, - 77093 + 76853, + 76870 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 37 }, "end": { - "line": 2263, + "line": 2258, "column": 54 } } @@ -167221,47 +166647,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 77094, - 77110 + 76871, + 76887 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 55 }, "end": { - "line": 2263, + "line": 2258, "column": 71 } } } ], "range": [ - 77076, - 77111 + 76853, + 76888 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 37 }, "end": { - "line": 2263, + "line": 2258, "column": 72 } } }, "range": [ - 77055, - 77111 + 76832, + 76888 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 16 }, "end": { - "line": 2263, + "line": 2258, "column": 72 } } @@ -167284,16 +166710,16 @@ "object": { "type": "ThisExpression", "range": [ - 77135, - 77139 + 76912, + 76916 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 20 }, "end": { - "line": 2264, + "line": 2259, "column": 24 } } @@ -167302,31 +166728,31 @@ "type": "Identifier", "name": "extension", "range": [ - 77140, - 77149 + 76917, + 76926 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 25 }, "end": { - "line": 2264, + "line": 2259, "column": 34 } } }, "range": [ - 77135, - 77149 + 76912, + 76926 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 20 }, "end": { - "line": 2264, + "line": 2259, "column": 34 } } @@ -167337,32 +166763,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 77150, - 77166 + 76927, + 76943 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 35 }, "end": { - "line": 2264, + "line": 2259, "column": 51 } } } ], "range": [ - 77135, - 77167 + 76912, + 76944 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 20 }, "end": { - "line": 2264, + "line": 2259, "column": 52 } } @@ -167371,31 +166797,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 77168, - 77179 + 76945, + 76956 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 53 }, "end": { - "line": 2264, + "line": 2259, "column": 64 } } }, "range": [ - 77135, - 77179 + 76912, + 76956 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 20 }, "end": { - "line": 2264, + "line": 2259, "column": 64 } } @@ -167405,32 +166831,32 @@ "type": "Identifier", "name": "j", "range": [ - 77180, - 77181 + 76957, + 76958 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 65 }, "end": { - "line": 2264, + "line": 2259, "column": 66 } } } ], "range": [ - 77135, - 77182 + 76912, + 76959 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 20 }, "end": { - "line": 2264, + "line": 2259, "column": 67 } } @@ -167442,80 +166868,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 77206, - 77215 + 76983, + 76992 ], "loc": { "start": { - "line": 2265, + "line": 2260, "column": 20 }, "end": { - "line": 2265, + "line": 2260, "column": 29 } } } ], "range": [ - 77184, - 77233 + 76961, + 77010 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 69 }, "end": { - "line": 2266, + "line": 2261, "column": 17 } } }, "alternate": null, "range": [ - 77131, - 77233 + 76908, + 77010 ], "loc": { "start": { - "line": 2264, + "line": 2259, "column": 16 }, "end": { - "line": 2266, + "line": 2261, "column": 17 } } } ], "range": [ - 77113, - 77247 + 76890, + 77024 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 74 }, "end": { - "line": 2267, + "line": 2262, "column": 13 } } }, "alternate": null, "range": [ - 77051, - 77247 + 76828, + 77024 ], "loc": { "start": { - "line": 2263, + "line": 2258, "column": 12 }, "end": { - "line": 2267, + "line": 2262, "column": 13 } } @@ -167529,16 +166955,16 @@ "type": "Identifier", "name": "header", "range": [ - 77264, - 77270 + 77041, + 77047 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 16 }, "end": { - "line": 2268, + "line": 2263, "column": 22 } } @@ -167551,16 +166977,16 @@ "object": { "type": "ThisExpression", "range": [ - 77273, - 77277 + 77050, + 77054 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 25 }, "end": { - "line": 2268, + "line": 2263, "column": 29 } } @@ -167569,31 +166995,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 77278, - 77294 + 77055, + 77071 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 30 }, "end": { - "line": 2268, + "line": 2263, "column": 46 } } }, "range": [ - 77273, - 77294 + 77050, + 77071 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 25 }, "end": { - "line": 2268, + "line": 2263, "column": 46 } } @@ -167603,47 +167029,47 @@ "type": "Identifier", "name": "j", "range": [ - 77295, - 77296 + 77072, + 77073 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 47 }, "end": { - "line": 2268, + "line": 2263, "column": 48 } } } ], "range": [ - 77273, - 77297 + 77050, + 77074 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 25 }, "end": { - "line": 2268, + "line": 2263, "column": 49 } } }, "range": [ - 77264, - 77297 + 77041, + 77074 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 16 }, "end": { - "line": 2268, + "line": 2263, "column": 49 } } @@ -167651,16 +167077,16 @@ ], "kind": "let", "range": [ - 77260, - 77298 + 77037, + 77075 ], "loc": { "start": { - "line": 2268, + "line": 2263, "column": 12 }, "end": { - "line": 2268, + "line": 2263, "column": 50 } } @@ -167674,16 +167100,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 77315, - 77325 + 77092, + 77102 ], "loc": { "start": { - "line": 2269, + "line": 2264, "column": 16 }, "end": { - "line": 2269, + "line": 2264, "column": 26 } } @@ -167694,16 +167120,16 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 77328, - 77344 + 77105, + 77121 ], "loc": { "start": { - "line": 2269, + "line": 2264, "column": 29 }, "end": { - "line": 2269, + "line": 2264, "column": 45 } } @@ -167713,47 +167139,47 @@ "type": "Identifier", "name": "header", "range": [ - 77345, - 77351 + 77122, + 77128 ], "loc": { "start": { - "line": 2269, + "line": 2264, "column": 46 }, "end": { - "line": 2269, + "line": 2264, "column": 52 } } } ], "range": [ - 77328, - 77352 + 77105, + 77129 ], "loc": { "start": { - "line": 2269, + "line": 2264, "column": 29 }, "end": { - "line": 2269, + "line": 2264, "column": 53 } } }, "range": [ - 77315, - 77352 + 77092, + 77129 ], "loc": { "start": { - "line": 2269, + "line": 2264, "column": 16 }, "end": { - "line": 2269, + "line": 2264, "column": 53 } } @@ -167761,16 +167187,16 @@ ], "kind": "let", "range": [ - 77311, - 77353 + 77088, + 77130 ], "loc": { "start": { - "line": 2269, + "line": 2264, "column": 12 }, "end": { - "line": 2269, + "line": 2264, "column": 54 } } @@ -167786,16 +167212,16 @@ "type": "Identifier", "name": "headers", "range": [ - 77366, - 77373 + 77143, + 77150 ], "loc": { "start": { - "line": 2270, + "line": 2265, "column": 12 }, "end": { - "line": 2270, + "line": 2265, "column": 19 } } @@ -167804,31 +167230,31 @@ "type": "Identifier", "name": "push", "range": [ - 77374, - 77378 + 77151, + 77155 ], "loc": { "start": { - "line": 2270, + "line": 2265, "column": 20 }, "end": { - "line": 2270, + "line": 2265, "column": 24 } } }, "range": [ - 77366, - 77378 + 77143, + 77155 ], "loc": { "start": { - "line": 2270, + "line": 2265, "column": 12 }, "end": { - "line": 2270, + "line": 2265, "column": 24 } } @@ -167838,78 +167264,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 77379, - 77389 + 77156, + 77166 ], "loc": { "start": { - "line": 2270, + "line": 2265, "column": 25 }, "end": { - "line": 2270, + "line": 2265, "column": 35 } } } ], "range": [ - 77366, - 77390 + 77143, + 77167 ], "loc": { "start": { - "line": 2270, + "line": 2265, "column": 12 }, "end": { - "line": 2270, + "line": 2265, "column": 36 } } }, "range": [ - 77366, - 77391 + 77143, + 77168 ], "loc": { "start": { - "line": 2270, + "line": 2265, "column": 12 }, "end": { - "line": 2270, + "line": 2265, "column": 37 } } } ], "range": [ - 77037, - 77401 + 76814, + 77178 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 47 }, "end": { - "line": 2271, + "line": 2266, "column": 9 } } }, "range": [ - 76998, - 77401 + 76775, + 77178 ], "loc": { "start": { - "line": 2262, + "line": 2257, "column": 8 }, "end": { - "line": 2271, + "line": 2266, "column": 9 } } @@ -167920,47 +167346,47 @@ "type": "Identifier", "name": "headers", "range": [ - 77417, - 77424 + 77194, + 77201 ], "loc": { "start": { - "line": 2272, + "line": 2267, "column": 15 }, "end": { - "line": 2272, + "line": 2267, "column": 22 } } }, "range": [ - 77410, - 77425 + 77187, + 77202 ], "loc": { "start": { - "line": 2272, + "line": 2267, "column": 8 }, "end": { - "line": 2272, + "line": 2267, "column": 23 } } } ], "range": [ - 76962, - 77431 + 76739, + 77208 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 46 }, "end": { - "line": 2273, + "line": 2268, "column": 5 } } @@ -167968,16 +167394,16 @@ "generator": false, "expression": false, "range": [ - 76934, - 77431 + 76711, + 77208 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 18 }, "end": { - "line": 2273, + "line": 2268, "column": 5 } } @@ -167985,16 +167411,16 @@ "kind": "method", "computed": false, "range": [ - 76920, - 77431 + 76697, + 77208 ], "loc": { "start": { - "line": 2260, + "line": 2255, "column": 4 }, "end": { - "line": 2273, + "line": 2268, "column": 5 } }, @@ -168003,16 +167429,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": [ - 76742, - 76915 + 76519, + 76692 ], "loc": { "start": { - "line": 2255, + "line": 2250, "column": 4 }, "end": { - "line": 2259, + "line": 2254, "column": 7 } } @@ -168023,16 +167449,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": [ - 77437, - 77573 + 77214, + 77350 ], "loc": { "start": { - "line": 2275, + "line": 2270, "column": 4 }, "end": { - "line": 2279, + "line": 2274, "column": 7 } } @@ -168046,16 +167472,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 77578, - 77591 + 77355, + 77368 ], "loc": { "start": { - "line": 2280, + "line": 2275, "column": 4 }, "end": { - "line": 2280, + "line": 2275, "column": 17 } } @@ -168068,16 +167494,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77592, - 77600 + 77369, + 77377 ], "loc": { "start": { - "line": 2280, + "line": 2275, "column": 18 }, "end": { - "line": 2280, + "line": 2275, "column": 26 } } @@ -168095,16 +167521,16 @@ "type": "Identifier", "name": "colType", "range": [ - 77616, - 77623 + 77393, + 77400 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 12 }, "end": { - "line": 2281, + "line": 2276, "column": 19 } } @@ -168118,16 +167544,16 @@ "object": { "type": "ThisExpression", "range": [ - 77626, - 77630 + 77403, + 77407 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 22 }, "end": { - "line": 2281, + "line": 2276, "column": 26 } } @@ -168136,31 +167562,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 77631, - 77634 + 77408, + 77411 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 27 }, "end": { - "line": 2281, + "line": 2276, "column": 30 } } }, "range": [ - 77626, - 77634 + 77403, + 77411 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 22 }, "end": { - "line": 2281, + "line": 2276, "column": 30 } } @@ -168173,16 +167599,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 77635, - 77641 + 77412, + 77418 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 31 }, "end": { - "line": 2281, + "line": 2276, "column": 37 } } @@ -168191,61 +167617,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77644, - 77652 + 77421, + 77429 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 40 }, "end": { - "line": 2281, + "line": 2276, "column": 48 } } }, "range": [ - 77635, - 77652 + 77412, + 77429 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 31 }, "end": { - "line": 2281, + "line": 2276, "column": 48 } } }, "range": [ - 77626, - 77653 + 77403, + 77430 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 22 }, "end": { - "line": 2281, + "line": 2276, "column": 49 } } }, "range": [ - 77616, - 77653 + 77393, + 77430 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 12 }, "end": { - "line": 2281, + "line": 2276, "column": 49 } } @@ -168253,16 +167679,16 @@ ], "kind": "let", "range": [ - 77612, - 77654 + 77389, + 77431 ], "loc": { "start": { - "line": 2281, + "line": 2276, "column": 8 }, "end": { - "line": 2281, + "line": 2276, "column": 50 } } @@ -168278,32 +167704,32 @@ "type": "Identifier", "name": "colType", "range": [ - 77671, - 77678 + 77448, + 77455 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 16 }, "end": { - "line": 2282, + "line": 2277, "column": 23 } } }, "prefix": true, "range": [ - 77670, - 77678 + 77447, + 77455 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 15 }, "end": { - "line": 2282, + "line": 2277, "column": 23 } } @@ -168312,16 +167738,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 77681, - 77686 + 77458, + 77463 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 26 }, "end": { - "line": 2282, + "line": 2277, "column": 31 } } @@ -168335,16 +167761,16 @@ "type": "Identifier", "name": "colType", "range": [ - 77689, - 77696 + 77466, + 77473 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 34 }, "end": { - "line": 2282, + "line": 2277, "column": 41 } } @@ -168353,93 +167779,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 77697, - 77708 + 77474, + 77485 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 42 }, "end": { - "line": 2282, + "line": 2277, "column": 53 } } }, "range": [ - 77689, - 77708 + 77466, + 77485 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 34 }, "end": { - "line": 2282, + "line": 2277, "column": 53 } } }, "arguments": [], "range": [ - 77689, - 77710 + 77466, + 77487 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 34 }, "end": { - "line": 2282, + "line": 2277, "column": 55 } } }, "range": [ - 77670, - 77710 + 77447, + 77487 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 15 }, "end": { - "line": 2282, + "line": 2277, "column": 55 } } }, "range": [ - 77663, - 77711 + 77440, + 77488 ], "loc": { "start": { - "line": 2282, + "line": 2277, "column": 8 }, "end": { - "line": 2282, + "line": 2277, "column": 56 } } } ], "range": [ - 77602, - 77717 + 77379, + 77494 ], "loc": { "start": { - "line": 2280, + "line": 2275, "column": 28 }, "end": { - "line": 2283, + "line": 2278, "column": 5 } } @@ -168447,16 +167873,16 @@ "generator": false, "expression": false, "range": [ - 77591, - 77717 + 77368, + 77494 ], "loc": { "start": { - "line": 2280, + "line": 2275, "column": 17 }, "end": { - "line": 2283, + "line": 2278, "column": 5 } } @@ -168464,16 +167890,16 @@ "kind": "method", "computed": false, "range": [ - 77578, - 77717 + 77355, + 77494 ], "loc": { "start": { - "line": 2280, + "line": 2275, "column": 4 }, "end": { - "line": 2283, + "line": 2278, "column": 5 } }, @@ -168482,16 +167908,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": [ - 77437, - 77573 + 77214, + 77350 ], "loc": { "start": { - "line": 2275, + "line": 2270, "column": 4 }, "end": { - "line": 2279, + "line": 2274, "column": 7 } } @@ -168502,16 +167928,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 77723, - 77805 + 77500, + 77582 ], "loc": { "start": { - "line": 2285, + "line": 2280, "column": 4 }, "end": { - "line": 2288, + "line": 2283, "column": 7 } } @@ -168525,16 +167951,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 77810, - 77829 + 77587, + 77606 ], "loc": { "start": { - "line": 2289, + "line": 2284, "column": 4 }, "end": { - "line": 2289, + "line": 2284, "column": 23 } } @@ -168556,16 +167982,16 @@ "object": { "type": "ThisExpression", "range": [ - 77849, - 77853 + 77626, + 77630 ], "loc": { "start": { - "line": 2290, + "line": 2285, "column": 15 }, "end": { - "line": 2290, + "line": 2285, "column": 19 } } @@ -168574,31 +168000,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 77854, - 77863 + 77631, + 77640 ], "loc": { "start": { - "line": 2290, + "line": 2285, "column": 20 }, "end": { - "line": 2290, + "line": 2285, "column": 29 } } }, "range": [ - 77849, - 77863 + 77626, + 77640 ], "loc": { "start": { - "line": 2290, + "line": 2285, "column": 15 }, "end": { - "line": 2290, + "line": 2285, "column": 29 } } @@ -168609,63 +168035,63 @@ "value": false, "raw": "false", "range": [ - 77864, - 77869 + 77641, + 77646 ], "loc": { "start": { - "line": 2290, + "line": 2285, "column": 30 }, "end": { - "line": 2290, + "line": 2285, "column": 35 } } } ], "range": [ - 77849, - 77870 + 77626, + 77647 ], "loc": { "start": { - "line": 2290, + "line": 2285, "column": 15 }, "end": { - "line": 2290, + "line": 2285, "column": 36 } } }, "range": [ - 77842, - 77871 + 77619, + 77648 ], "loc": { "start": { - "line": 2290, + "line": 2285, "column": 8 }, "end": { - "line": 2290, + "line": 2285, "column": 37 } } } ], "range": [ - 77832, - 77877 + 77609, + 77654 ], "loc": { "start": { - "line": 2289, + "line": 2284, "column": 26 }, "end": { - "line": 2291, + "line": 2286, "column": 5 } } @@ -168673,16 +168099,16 @@ "generator": false, "expression": false, "range": [ - 77829, - 77877 + 77606, + 77654 ], "loc": { "start": { - "line": 2289, + "line": 2284, "column": 23 }, "end": { - "line": 2291, + "line": 2286, "column": 5 } } @@ -168690,16 +168116,16 @@ "kind": "method", "computed": false, "range": [ - 77810, - 77877 + 77587, + 77654 ], "loc": { "start": { - "line": 2289, + "line": 2284, "column": 4 }, "end": { - "line": 2291, + "line": 2286, "column": 5 } }, @@ -168708,16 +168134,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 77723, - 77805 + 77500, + 77582 ], "loc": { "start": { - "line": 2285, + "line": 2280, "column": 4 }, "end": { - "line": 2288, + "line": 2283, "column": 7 } } @@ -168728,16 +168154,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": [ - 77883, - 78039 + 77660, + 77816 ], "loc": { "start": { - "line": 2293, + "line": 2288, "column": 4 }, "end": { - "line": 2297, + "line": 2292, "column": 7 } } @@ -168751,16 +168177,16 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 78044, - 78058 + 77821, + 77835 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 4 }, "end": { - "line": 2298, + "line": 2293, "column": 18 } } @@ -168775,16 +168201,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 78059, - 78065 + 77836, + 77842 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 19 }, "end": { - "line": 2298, + "line": 2293, "column": 25 } } @@ -168794,31 +168220,31 @@ "value": false, "raw": "false", "range": [ - 78068, - 78073 + 77845, + 77850 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 28 }, "end": { - "line": 2298, + "line": 2293, "column": 33 } } }, "range": [ - 78059, - 78073 + 77836, + 77850 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 19 }, "end": { - "line": 2298, + "line": 2293, "column": 33 } } @@ -168840,16 +168266,16 @@ "object": { "type": "ThisExpression", "range": [ - 78092, - 78096 + 77869, + 77873 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 15 }, "end": { - "line": 2299, + "line": 2294, "column": 19 } } @@ -168858,31 +168284,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 78097, - 78109 + 77874, + 77886 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 20 }, "end": { - "line": 2299, + "line": 2294, "column": 32 } } }, "range": [ - 78092, - 78109 + 77869, + 77886 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 15 }, "end": { - "line": 2299, + "line": 2294, "column": 32 } } @@ -168892,32 +168318,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 78110, - 78116 + 77887, + 77893 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 33 }, "end": { - "line": 2299, + "line": 2294, "column": 39 } } } ], "range": [ - 78092, - 78117 + 77869, + 77894 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 15 }, "end": { - "line": 2299, + "line": 2294, "column": 40 } } @@ -168926,62 +168352,62 @@ "type": "Identifier", "name": "length", "range": [ - 78118, - 78124 + 77895, + 77901 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 41 }, "end": { - "line": 2299, + "line": 2294, "column": 47 } } }, "range": [ - 78092, - 78124 + 77869, + 77901 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 15 }, "end": { - "line": 2299, + "line": 2294, "column": 47 } } }, "range": [ - 78085, - 78125 + 77862, + 77902 ], "loc": { "start": { - "line": 2299, + "line": 2294, "column": 8 }, "end": { - "line": 2299, + "line": 2294, "column": 48 } } } ], "range": [ - 78075, - 78131 + 77852, + 77908 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 35 }, "end": { - "line": 2300, + "line": 2295, "column": 5 } } @@ -168989,16 +168415,16 @@ "generator": false, "expression": false, "range": [ - 78058, - 78131 + 77835, + 77908 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 18 }, "end": { - "line": 2300, + "line": 2295, "column": 5 } } @@ -169006,16 +168432,16 @@ "kind": "method", "computed": false, "range": [ - 78044, - 78131 + 77821, + 77908 ], "loc": { "start": { - "line": 2298, + "line": 2293, "column": 4 }, "end": { - "line": 2300, + "line": 2295, "column": 5 } }, @@ -169024,16 +168450,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": [ - 77883, - 78039 + 77660, + 77816 ], "loc": { "start": { - "line": 2293, + "line": 2288, "column": 4 }, "end": { - "line": 2297, + "line": 2292, "column": 7 } } @@ -169044,16 +168470,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 78137, - 78225 + 77914, + 78002 ], "loc": { "start": { - "line": 2302, + "line": 2297, "column": 4 }, "end": { - "line": 2305, + "line": 2300, "column": 7 } } @@ -169067,16 +168493,16 @@ "type": "Identifier", "name": "config", "range": [ - 78230, - 78236 + 78007, + 78013 ], "loc": { "start": { - "line": 2306, + "line": 2301, "column": 4 }, "end": { - "line": 2306, + "line": 2301, "column": 10 } } @@ -169096,16 +168522,16 @@ "object": { "type": "ThisExpression", "range": [ - 78256, - 78260 + 78033, + 78037 ], "loc": { "start": { - "line": 2307, + "line": 2302, "column": 15 }, "end": { - "line": 2307, + "line": 2302, "column": 19 } } @@ -169114,62 +168540,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 78261, - 78264 + 78038, + 78041 ], "loc": { "start": { - "line": 2307, + "line": 2302, "column": 20 }, "end": { - "line": 2307, + "line": 2302, "column": 23 } } }, "range": [ - 78256, - 78264 + 78033, + 78041 ], "loc": { "start": { - "line": 2307, + "line": 2302, "column": 15 }, "end": { - "line": 2307, + "line": 2302, "column": 23 } } }, "range": [ - 78249, - 78265 + 78026, + 78042 ], "loc": { "start": { - "line": 2307, + "line": 2302, "column": 8 }, "end": { - "line": 2307, + "line": 2302, "column": 24 } } } ], "range": [ - 78239, - 78271 + 78016, + 78048 ], "loc": { "start": { - "line": 2306, + "line": 2301, "column": 13 }, "end": { - "line": 2308, + "line": 2303, "column": 5 } } @@ -169177,16 +168603,16 @@ "generator": false, "expression": false, "range": [ - 78236, - 78271 + 78013, + 78048 ], "loc": { "start": { - "line": 2306, + "line": 2301, "column": 10 }, "end": { - "line": 2308, + "line": 2303, "column": 5 } } @@ -169194,16 +168620,16 @@ "kind": "method", "computed": false, "range": [ - 78230, - 78271 + 78007, + 78048 ], "loc": { "start": { - "line": 2306, + "line": 2301, "column": 4 }, "end": { - "line": 2308, + "line": 2303, "column": 5 } }, @@ -169212,16 +168638,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 78137, - 78225 + 77914, + 78002 ], "loc": { "start": { - "line": 2302, + "line": 2297, "column": 4 }, "end": { - "line": 2305, + "line": 2300, "column": 7 } } @@ -169232,7 +168658,7 @@ ], "range": [ 1398, - 78273 + 78050 ], "loc": { "start": { @@ -169240,14 +168666,14 @@ "column": 25 }, "end": { - "line": 2309, + "line": 2304, "column": 1 } } }, "range": [ 1380, - 78273 + 78050 ], "loc": { "start": { @@ -169255,7 +168681,7 @@ "column": 7 }, "end": { - "line": 2309, + "line": 2304, "column": 1 } }, @@ -169266,7 +168692,7 @@ "source": null, "range": [ 1373, - 78273 + 78050 ], "loc": { "start": { @@ -169274,7 +168700,7 @@ "column": 0 }, "end": { - "line": 2309, + "line": 2304, "column": 1 } } @@ -169283,7 +168709,7 @@ "sourceType": "module", "range": [ 0, - 78273 + 78050 ], "loc": { "start": { @@ -169291,7 +168717,7 @@ "column": 0 }, "end": { - "line": 2309, + "line": 2304, "column": 1 } }, @@ -169476,74 +168902,38 @@ } } }, - { - "type": "Line", - "value": "stores filters DOM elements", - "range": [ - 3897, - 3926 - ], - "loc": { - "start": { - "line": 112, - "column": 8 - }, - "end": { - "line": 112, - "column": 37 - } - } - }, { "type": "Line", "value": "stores valid rows indexes (rows visible upon filtering)", "range": [ - 3962, - 4019 + 3897, + 3954 ], "loc": { "start": { - "line": 114, + "line": 112, "column": 8 }, "end": { - "line": 114, + "line": 112, "column": 65 } } }, - { - "type": "Line", - "value": "stores filters row element", - "range": [ - 4062, - 4090 - ], - "loc": { - "start": { - "line": 116, - "column": 8 - }, - "end": { - "line": 116, - "column": 36 - } - } - }, { "type": "Line", "value": "container div for paging elements, reset btn etc.", "range": [ - 4130, - 4181 + 3997, + 4048 ], "loc": { "start": { - "line": 118, + "line": 114, "column": 8 }, "end": { - "line": 118, + "line": 114, "column": 59 } } @@ -169552,16 +168942,16 @@ "type": "Line", "value": "div for rows counter", "range": [ - 4218, - 4240 + 4085, + 4107 ], "loc": { "start": { - "line": 120, + "line": 116, "column": 8 }, "end": { - "line": 120, + "line": 116, "column": 30 } } @@ -169570,16 +168960,16 @@ "type": "Line", "value": "div for reset button and results per page select", "range": [ - 4275, - 4325 + 4142, + 4192 ], "loc": { "start": { - "line": 122, + "line": 118, "column": 8 }, "end": { - "line": 122, + "line": 118, "column": 58 } } @@ -169588,16 +168978,16 @@ "type": "Line", "value": "div for paging elements", "range": [ - 4360, - 4385 + 4227, + 4252 ], "loc": { "start": { - "line": 124, + "line": 120, "column": 8 }, "end": { - "line": 124, + "line": 120, "column": 33 } } @@ -169606,16 +168996,16 @@ "type": "Line", "value": "defines css class for div containing paging elements, rows counter etc", "range": [ - 4421, - 4493 + 4288, + 4360 ], "loc": { "start": { - "line": 127, + "line": 123, "column": 8 }, "end": { - "line": 127, + "line": 123, "column": 80 } } @@ -169624,16 +169014,16 @@ "type": "Line", "value": "defines css class for left div", "range": [ - 4562, - 4594 + 4429, + 4461 ], "loc": { "start": { - "line": 129, + "line": 125, "column": 8 }, "end": { - "line": 129, + "line": 125, "column": 40 } } @@ -169642,16 +169032,16 @@ "type": "Line", "value": "defines css class for right div", "range": [ - 4663, - 4696 + 4530, + 4563 ], "loc": { "start": { - "line": 131, + "line": 127, "column": 8 }, "end": { - "line": 131, + "line": 127, "column": 41 } } @@ -169660,16 +169050,16 @@ "type": "Line", "value": "defines css class for mid div", "range": [ - 4766, - 4797 + 4633, + 4664 ], "loc": { "start": { - "line": 133, + "line": 129, "column": 8 }, "end": { - "line": 133, + "line": 129, "column": 39 } } @@ -169678,16 +169068,16 @@ "type": "Line", "value": "table container div css class", "range": [ - 4868, - 4899 + 4735, + 4766 ], "loc": { "start": { - "line": 135, + "line": 131, "column": 8 }, "end": { - "line": 135, + "line": 131, "column": 39 } } @@ -169696,16 +169086,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 4975, - 5009 + 4842, + 4876 ], "loc": { "start": { - "line": 138, + "line": 134, "column": 8 }, "end": { - "line": 138, + "line": 134, "column": 42 } } @@ -169714,16 +169104,16 @@ "type": "Line", "value": "stylesheet file", "range": [ - 5018, - 5035 + 4885, + 4902 ], "loc": { "start": { - "line": 139, + "line": 135, "column": 8 }, "end": { - "line": 139, + "line": 135, "column": 25 } } @@ -169732,16 +169122,16 @@ "type": "Line", "value": "defines css class for filters row", "range": [ - 5237, - 5272 + 5104, + 5139 ], "loc": { "start": { - "line": 143, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 139, "column": 43 } } @@ -169750,16 +169140,16 @@ "type": "Line", "value": "enables/disables icons (paging, reset button)", "range": [ - 5346, - 5393 + 5213, + 5260 ], "loc": { "start": { - "line": 145, + "line": 141, "column": 8 }, "end": { - "line": 145, + "line": 141, "column": 55 } } @@ -169768,16 +169158,16 @@ "type": "Line", "value": "enables/disbles rows alternating bg colors", "range": [ - 5470, - 5514 + 5337, + 5381 ], "loc": { "start": { - "line": 147, + "line": 143, "column": 8 }, "end": { - "line": 147, + "line": 143, "column": 52 } } @@ -169786,16 +169176,16 @@ "type": "Line", "value": "defines widths of columns", "range": [ - 5579, - 5606 + 5446, + 5473 ], "loc": { "start": { - "line": 149, + "line": 145, "column": 8 }, "end": { - "line": 149, + "line": 145, "column": 35 } } @@ -169804,16 +169194,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5732, - 5763 + 5599, + 5630 ], "loc": { "start": { - "line": 152, + "line": 148, "column": 8 }, "end": { - "line": 152, + "line": 148, "column": 39 } } @@ -169822,16 +169212,16 @@ "type": "Line", "value": "defines css class for multiple selects filters", "range": [ - 5825, - 5873 + 5692, + 5740 ], "loc": { "start": { - "line": 154, + "line": 150, "column": 8 }, "end": { - "line": 154, + "line": 150, "column": 56 } } @@ -169840,16 +169230,16 @@ "type": "Line", "value": "defines css class for filters", "range": [ - 5952, - 5983 + 5819, + 5850 ], "loc": { "start": { - "line": 156, + "line": 152, "column": 8 }, "end": { - "line": 156, + "line": 152, "column": 39 } } @@ -169858,16 +169248,16 @@ "type": "Line", "value": "defines css class for single-filter", "range": [ - 6058, - 6095 + 5925, + 5962 ], "loc": { "start": { - "line": 158, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 154, "column": 45 } } @@ -169876,16 +169266,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 6178, - 6212 + 6045, + 6079 ], "loc": { "start": { - "line": 161, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 157, "column": 42 } } @@ -169894,16 +169284,16 @@ "type": "Line", "value": "enables/disables enter key", "range": [ - 6221, - 6249 + 6088, + 6116 ], "loc": { "start": { - "line": 162, + "line": 158, "column": 8 }, "end": { - "line": 162, + "line": 158, "column": 36 } } @@ -169912,16 +169302,16 @@ "type": "Line", "value": "calls function before filtering starts", "range": [ - 6320, - 6360 + 6187, + 6227 ], "loc": { "start": { - "line": 164, + "line": 160, "column": 8 }, "end": { - "line": 164, + "line": 160, "column": 48 } } @@ -169930,16 +169320,16 @@ "type": "Line", "value": "calls function after filtering", "range": [ - 6465, - 6497 + 6332, + 6364 ], "loc": { "start": { - "line": 167, + "line": 163, "column": 8 }, "end": { - "line": 167, + "line": 163, "column": 40 } } @@ -169948,16 +169338,16 @@ "type": "Line", "value": "enables/disables case sensitivity", "range": [ - 6587, - 6622 + 6454, + 6489 ], "loc": { "start": { - "line": 169, + "line": 165, "column": 8 }, "end": { - "line": 169, + "line": 165, "column": 43 } } @@ -169966,16 +169356,16 @@ "type": "Line", "value": "has exact match per column", "range": [ - 6687, - 6715 + 6554, + 6582 ], "loc": { "start": { - "line": 171, + "line": 167, "column": 8 }, "end": { - "line": 171, + "line": 167, "column": 36 } } @@ -169984,16 +169374,16 @@ "type": "Line", "value": "enables/disbles exact match for search", "range": [ - 6887, - 6927 + 6754, + 6794 ], "loc": { "start": { - "line": 175, + "line": 171, "column": 8 }, "end": { - "line": 175, + "line": 171, "column": 48 } } @@ -170002,16 +169392,16 @@ "type": "Line", "value": "refreshes drop-down lists upon validation", "range": [ - 6986, - 7029 + 6853, + 6896 ], "loc": { "start": { - "line": 177, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 173, "column": 51 } } @@ -170020,16 +169410,16 @@ "type": "Line", "value": "wheter excluded options are disabled", "range": [ - 7094, - 7132 + 6961, + 6999 ], "loc": { "start": { - "line": 179, + "line": 175, "column": 8 }, "end": { - "line": 179, + "line": 175, "column": 46 } } @@ -170038,16 +169428,16 @@ "type": "Line", "value": "id of active filter", "range": [ - 7216, - 7237 + 7083, + 7104 ], "loc": { "start": { - "line": 181, + "line": 177, "column": 8 }, "end": { - "line": 181, + "line": 177, "column": 29 } } @@ -170056,16 +169446,16 @@ "type": "Line", "value": "enables always visible rows", "range": [ - 7282, - 7311 + 7149, + 7178 ], "loc": { "start": { - "line": 183, + "line": 179, "column": 8 }, "end": { - "line": 183, + "line": 179, "column": 37 } } @@ -170074,16 +169464,16 @@ "type": "Line", "value": "array containing always visible rows", "range": [ - 7382, - 7420 + 7249, + 7287 ], "loc": { "start": { - "line": 185, + "line": 181, "column": 8 }, "end": { - "line": 185, + "line": 181, "column": 46 } } @@ -170092,16 +169482,16 @@ "type": "Line", "value": "enables/disables external filters generation", "range": [ - 7506, - 7552 + 7373, + 7419 ], "loc": { "start": { - "line": 187, + "line": 183, "column": 8 }, "end": { - "line": 187, + "line": 183, "column": 54 } } @@ -170110,16 +169500,16 @@ "type": "Line", "value": "array containing ids of external elements containing filters", "range": [ - 7620, - 7682 + 7487, + 7549 ], "loc": { "start": { - "line": 189, + "line": 185, "column": 8 }, "end": { - "line": 189, + "line": 185, "column": 70 } } @@ -170128,16 +169518,16 @@ "type": "Line", "value": "stores filters elements if isExternalFlt is true", "range": [ - 7755, - 7805 + 7622, + 7672 ], "loc": { "start": { - "line": 191, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 187, "column": 58 } } @@ -170146,16 +169536,16 @@ "type": "Line", "value": "calls function when filters grid loaded", "range": [ - 7848, - 7889 + 7715, + 7756 ], "loc": { "start": { - "line": 193, + "line": 189, "column": 8 }, "end": { - "line": 193, + "line": 189, "column": 49 } } @@ -170164,16 +169554,16 @@ "type": "Line", "value": "enables/disables single filter search", "range": [ - 7997, - 8036 + 7864, + 7903 ], "loc": { "start": { - "line": 196, + "line": 192, "column": 8 }, "end": { - "line": 196, + "line": 192, "column": 47 } } @@ -170182,16 +169572,16 @@ "type": "Line", "value": "calls function after row is validated", "range": [ - 8102, - 8141 + 7969, + 8008 ], "loc": { "start": { - "line": 198, + "line": 194, "column": 8 }, "end": { - "line": 198, + "line": 194, "column": 47 } } @@ -170200,16 +169590,16 @@ "type": "Line", "value": "array defining columns for customCellData event", "range": [ - 8246, - 8295 + 8113, + 8162 ], "loc": { "start": { - "line": 201, + "line": 197, "column": 8 }, "end": { - "line": 201, + "line": 197, "column": 57 } } @@ -170218,16 +169608,16 @@ "type": "Line", "value": "calls custom function for retrieving cell data", "range": [ - 8406, - 8454 + 8273, + 8321 ], "loc": { "start": { - "line": 204, + "line": 200, "column": 8 }, "end": { - "line": 204, + "line": 200, "column": 56 } } @@ -170236,16 +169626,16 @@ "type": "Line", "value": "input watermark text array", "range": [ - 8559, - 8587 + 8426, + 8454 ], "loc": { "start": { - "line": 207, + "line": 203, "column": 8 }, "end": { - "line": 207, + "line": 203, "column": 36 } } @@ -170254,16 +169644,16 @@ "type": "Line", "value": "id of toolbar container element", "range": [ - 8697, - 8730 + 8564, + 8597 ], "loc": { "start": { - "line": 210, + "line": 206, "column": 8 }, "end": { - "line": 210, + "line": 206, "column": 41 } } @@ -170272,16 +169662,16 @@ "type": "Line", "value": "enables/disables help div", "range": [ - 8796, - 8823 + 8663, + 8690 ], "loc": { "start": { - "line": 212, + "line": 208, "column": 8 }, "end": { - "line": 212, + "line": 208, "column": 35 } } @@ -170290,16 +169680,16 @@ "type": "Line", "value": "popup filters", "range": [ - 8937, - 8952 + 8804, + 8819 ], "loc": { "start": { - "line": 215, + "line": 211, "column": 8 }, "end": { - "line": 215, + "line": 211, "column": 23 } } @@ -170308,16 +169698,16 @@ "type": "Line", "value": "active columns color", "range": [ - 9015, - 9037 + 8882, + 8904 ], "loc": { "start": { - "line": 217, + "line": 213, "column": 8 }, "end": { - "line": 217, + "line": 213, "column": 30 } } @@ -170326,16 +169716,16 @@ "type": "Line", "value": "defines css class for active column header", "range": [ - 9111, - 9155 + 8978, + 9022 ], "loc": { "start": { - "line": 219, + "line": 215, "column": 8 }, "end": { - "line": 219, + "line": 215, "column": 52 } } @@ -170344,16 +169734,16 @@ "type": "Line", "value": "calls function before active column header is marked", "range": [ - 9259, - 9313 + 9126, + 9180 ], "loc": { "start": { - "line": 222, + "line": 218, "column": 8 }, "end": { - "line": 222, + "line": 218, "column": 62 } } @@ -170362,16 +169752,16 @@ "type": "Line", "value": "calls function after active column header is marked", "range": [ - 9438, - 9491 + 9305, + 9358 ], "loc": { "start": { - "line": 225, + "line": 221, "column": 8 }, "end": { - "line": 225, + "line": 221, "column": 61 } } @@ -170380,16 +169770,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 9614, - 9668 + 9481, + 9535 ], "loc": { "start": { - "line": 229, + "line": 225, "column": 8 }, "end": { - "line": 229, + "line": 225, "column": 62 } } @@ -170398,16 +169788,16 @@ "type": "Line", "value": "defines 1st option text", "range": [ - 9677, - 9702 + 9544, + 9569 ], "loc": { "start": { - "line": 230, + "line": 226, "column": 8 }, "end": { - "line": 230, + "line": 226, "column": 33 } } @@ -170416,16 +169806,16 @@ "type": "Line", "value": "enables/disables empty option in combo-box filters", "range": [ - 9772, - 9824 + 9639, + 9691 ], "loc": { "start": { - "line": 232, + "line": 228, "column": 8 }, "end": { - "line": 232, + "line": 228, "column": 60 } } @@ -170434,16 +169824,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 9898, - 9925 + 9765, + 9792 ], "loc": { "start": { - "line": 234, + "line": 230, "column": 8 }, "end": { - "line": 234, + "line": 230, "column": 35 } } @@ -170452,16 +169842,16 @@ "type": "Line", "value": "enables/disables non empty option in combo-box filters", "range": [ - 9986, - 10042 + 9853, + 9909 ], "loc": { "start": { - "line": 236, + "line": 232, "column": 8 }, "end": { - "line": 236, + "line": 232, "column": 64 } } @@ -170470,16 +169860,16 @@ "type": "Line", "value": "defines empty option text", "range": [ - 10123, - 10150 + 9990, + 10017 ], "loc": { "start": { - "line": 238, + "line": 234, "column": 8 }, "end": { - "line": 238, + "line": 234, "column": 35 } } @@ -170488,16 +169878,16 @@ "type": "Line", "value": "enables/disables onChange event on combo-box", "range": [ - 10222, - 10268 + 10089, + 10135 ], "loc": { "start": { - "line": 240, + "line": 236, "column": 8 }, "end": { - "line": 240, + "line": 236, "column": 54 } } @@ -170506,16 +169896,16 @@ "type": "Line", "value": "enables/disables select options sorting", "range": [ - 10342, - 10383 + 10209, + 10250 ], "loc": { "start": { - "line": 242, + "line": 238, "column": 8 }, "end": { - "line": 242, + "line": 238, "column": 49 } } @@ -170524,16 +169914,16 @@ "type": "Line", "value": "enables/disables ascending numeric options sorting", "range": [ - 10455, - 10507 + 10322, + 10374 ], "loc": { "start": { - "line": 244, + "line": 240, "column": 8 }, "end": { - "line": 244, + "line": 240, "column": 60 } } @@ -170542,16 +169932,16 @@ "type": "Line", "value": "enables/disables descending numeric options sorting", "range": [ - 10636, - 10689 + 10503, + 10556 ], "loc": { "start": { - "line": 247, + "line": 243, "column": 8 }, "end": { - "line": 247, + "line": 243, "column": 61 } } @@ -170560,16 +169950,16 @@ "type": "Line", "value": "Select filters are populated on demand", "range": [ - 10823, - 10863 + 10690, + 10730 ], "loc": { "start": { - "line": 250, + "line": 246, "column": 8 }, "end": { - "line": 250, + "line": 246, "column": 48 } } @@ -170578,16 +169968,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 11043, - 11069 + 10910, + 10936 ], "loc": { "start": { - "line": 255, + "line": 251, "column": 8 }, "end": { - "line": 255, + "line": 251, "column": 34 } } @@ -170596,16 +169986,16 @@ "type": "Line", "value": "show/hides rows counter", "range": [ - 11933, - 11958 + 11800, + 11825 ], "loc": { "start": { - "line": 273, + "line": 269, "column": 8 }, "end": { - "line": 273, + "line": 269, "column": 33 } } @@ -170614,16 +170004,16 @@ "type": "Line", "value": "show/hides status bar", "range": [ - 12020, - 12043 + 11887, + 11910 ], "loc": { "start": { - "line": 276, + "line": 272, "column": 8 }, "end": { - "line": 276, + "line": 272, "column": 31 } } @@ -170632,16 +170022,16 @@ "type": "Line", "value": "enables/disables loader/spinner indicator", "range": [ - 12101, - 12144 + 11968, + 12011 ], "loc": { "start": { - "line": 279, + "line": 275, "column": 8 }, "end": { - "line": 279, + "line": 275, "column": 51 } } @@ -170650,16 +170040,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 12195, - 12237 + 12062, + 12104 ], "loc": { "start": { - "line": 282, + "line": 278, "column": 8 }, "end": { - "line": 282, + "line": 278, "column": 50 } } @@ -170668,16 +170058,16 @@ "type": "Line", "value": "show/hides filter's validation button", "range": [ - 12246, - 12285 + 12113, + 12152 ], "loc": { "start": { - "line": 283, + "line": 279, "column": 8 }, "end": { - "line": 283, + "line": 279, "column": 47 } } @@ -170686,16 +170076,16 @@ "type": "Line", "value": "defines validation button text", "range": [ - 12336, - 12368 + 12203, + 12235 ], "loc": { "start": { - "line": 285, + "line": 281, "column": 8 }, "end": { - "line": 285, + "line": 281, "column": 40 } } @@ -170704,16 +170094,16 @@ "type": "Line", "value": "defines css class for validation button", "range": [ - 12447, - 12488 + 12314, + 12355 ], "loc": { "start": { - "line": 287, + "line": 283, "column": 8 }, "end": { - "line": 287, + "line": 283, "column": 49 } } @@ -170722,16 +170112,16 @@ "type": "Line", "value": "show/hides reset link", "range": [ - 12603, - 12626 + 12470, + 12493 ], "loc": { "start": { - "line": 290, + "line": 286, "column": 8 }, "end": { - "line": 290, + "line": 286, "column": 31 } } @@ -170740,16 +170130,16 @@ "type": "Line", "value": "defines css class for reset button", "range": [ - 12681, - 12717 + 12548, + 12584 ], "loc": { "start": { - "line": 292, + "line": 288, "column": 8 }, "end": { - "line": 292, + "line": 288, "column": 44 } } @@ -170758,16 +170148,16 @@ "type": "Line", "value": "callback function before filters are cleared", "range": [ - 12792, - 12838 + 12659, + 12705 ], "loc": { "start": { - "line": 294, + "line": 290, "column": 8 }, "end": { - "line": 294, + "line": 290, "column": 54 } } @@ -170776,16 +170166,16 @@ "type": "Line", "value": "callback function after filters are cleared", "range": [ - 12940, - 12985 + 12807, + 12852 ], "loc": { "start": { - "line": 297, + "line": 293, "column": 8 }, "end": { - "line": 297, + "line": 293, "column": 53 } } @@ -170794,16 +170184,16 @@ "type": "Block", "value": "** paging **", "range": [ - 13073, - 13089 + 12940, + 12956 ], "loc": { "start": { - "line": 300, + "line": 296, "column": 8 }, "end": { - "line": 300, + "line": 296, "column": 24 } } @@ -170812,16 +170202,16 @@ "type": "Line", "value": "enables/disables table paging", "range": [ - 13098, - 13129 + 12965, + 12996 ], "loc": { "start": { - "line": 301, + "line": 297, "column": 8 }, "end": { - "line": 301, + "line": 297, "column": 39 } } @@ -170830,16 +170220,16 @@ "type": "Line", "value": "nb hidden rows", "range": [ - 13202, - 13218 + 13069, + 13085 ], "loc": { "start": { - "line": 303, + "line": 299, "column": 31 }, "end": { - "line": 303, + "line": 299, "column": 47 } } @@ -170848,16 +170238,16 @@ "type": "Block", "value": "** autofilter on typing **", "range": [ - 13228, - 13258 + 13095, + 13125 ], "loc": { "start": { - "line": 305, + "line": 301, "column": 8 }, "end": { - "line": 305, + "line": 301, "column": 38 } } @@ -170866,16 +170256,16 @@ "type": "Line", "value": "Auto filtering, table is filtered when user stops typing", "range": [ - 13267, - 13325 + 13134, + 13192 ], "loc": { "start": { - "line": 306, + "line": 302, "column": 8 }, "end": { - "line": 306, + "line": 302, "column": 66 } } @@ -170884,16 +170274,16 @@ "type": "Line", "value": "onkeyup delay timer (msecs)", "range": [ - 13384, - 13413 + 13251, + 13280 ], "loc": { "start": { - "line": 308, + "line": 304, "column": 8 }, "end": { - "line": 308, + "line": 304, "column": 37 } } @@ -170902,16 +170292,16 @@ "type": "Line", "value": "typing indicator", "range": [ - 13536, - 13554 + 13403, + 13421 ], "loc": { "start": { - "line": 311, + "line": 307, "column": 8 }, "end": { - "line": 311, + "line": 307, "column": 26 } } @@ -170920,16 +170310,16 @@ "type": "Block", "value": "** keyword highlighting **", "range": [ - 13635, - 13665 + 13502, + 13532 ], "loc": { "start": { - "line": 315, + "line": 311, "column": 8 }, "end": { - "line": 315, + "line": 311, "column": 38 } } @@ -170938,16 +170328,16 @@ "type": "Line", "value": "enables/disables keyword highlighting", "range": [ - 13674, - 13713 + 13541, + 13580 ], "loc": { "start": { - "line": 316, + "line": 312, "column": 8 }, "end": { - "line": 316, + "line": 312, "column": 47 } } @@ -170956,16 +170346,16 @@ "type": "Block", "value": "** No results feature **", "range": [ - 13787, - 13815 + 13654, + 13682 ], "loc": { "start": { - "line": 319, + "line": 315, "column": 8 }, "end": { - "line": 319, + "line": 315, "column": 36 } } @@ -170974,16 +170364,16 @@ "type": "Line", "value": " state persisstence", "range": [ - 13924, - 13945 + 13791, + 13812 ], "loc": { "start": { - "line": 323, + "line": 319, "column": 8 }, "end": { - "line": 323, + "line": 319, "column": 29 } } @@ -170992,16 +170382,16 @@ "type": "Block", "value": "** data types **", "range": [ - 14012, - 14032 + 13879, + 13899 ], "loc": { "start": { - "line": 326, + "line": 322, "column": 8 }, "end": { - "line": 326, + "line": 322, "column": 28 } } @@ -171010,16 +170400,16 @@ "type": "Line", "value": "defines default date type (european DMY)", "range": [ - 14041, - 14083 + 13908, + 13950 ], "loc": { "start": { - "line": 327, + "line": 323, "column": 8 }, "end": { - "line": 327, + "line": 323, "column": 50 } } @@ -171028,16 +170418,16 @@ "type": "Line", "value": "defines default thousands separator US = ',' EU = '.'", "range": [ - 14153, - 14208 + 14020, + 14075 ], "loc": { "start": { - "line": 329, + "line": 325, "column": 8 }, "end": { - "line": 329, + "line": 325, "column": 63 } } @@ -171046,16 +170436,16 @@ "type": "Line", "value": "defines default decimal separator", "range": [ - 14281, - 14316 + 14148, + 14183 ], "loc": { "start": { - "line": 331, + "line": 327, "column": 8 }, "end": { - "line": 331, + "line": 327, "column": 43 } } @@ -171064,16 +170454,16 @@ "type": "Line", "value": "US & javascript = '.' EU = ','", "range": [ - 14325, - 14357 + 14192, + 14224 ], "loc": { "start": { - "line": 332, + "line": 328, "column": 8 }, "end": { - "line": 332, + "line": 328, "column": 40 } } @@ -171082,16 +170472,16 @@ "type": "Line", "value": "enables number format per column", "range": [ - 14426, - 14460 + 14293, + 14327 ], "loc": { "start": { - "line": 334, + "line": 330, "column": 8 }, "end": { - "line": 334, + "line": 330, "column": 42 } } @@ -171100,16 +170490,16 @@ "type": "Line", "value": "array containing columns nb formats", "range": [ - 14529, - 14566 + 14396, + 14433 ], "loc": { "start": { - "line": 336, + "line": 332, "column": 8 }, "end": { - "line": 336, + "line": 332, "column": 45 } } @@ -171118,16 +170508,16 @@ "type": "Line", "value": "enables date type per column", "range": [ - 14652, - 14682 + 14519, + 14549 ], "loc": { "start": { - "line": 338, + "line": 334, "column": 8 }, "end": { - "line": 338, + "line": 334, "column": 38 } } @@ -171136,16 +170526,16 @@ "type": "Line", "value": "array containing columns date type", "range": [ - 14747, - 14783 + 14614, + 14650 ], "loc": { "start": { - "line": 340, + "line": 336, "column": 8 }, "end": { - "line": 340, + "line": 336, "column": 44 } } @@ -171154,16 +170544,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 14866, - 14888 + 14733, + 14755 ], "loc": { "start": { - "line": 343, + "line": 339, "column": 8 }, "end": { - "line": 343, + "line": 339, "column": 30 } } @@ -171172,16 +170562,16 @@ "type": "Line", "value": "css class name added to table", "range": [ - 14897, - 14928 + 14764, + 14795 ], "loc": { "start": { - "line": 344, + "line": 340, "column": 8 }, "end": { - "line": 344, + "line": 340, "column": 39 } } @@ -171190,16 +170580,16 @@ "type": "Line", "value": "filters (inputs - selects)", "range": [ - 14965, - 14993 + 14832, + 14860 ], "loc": { "start": { - "line": 346, + "line": 342, "column": 8 }, "end": { - "line": 346, + "line": 342, "column": 36 } } @@ -171208,16 +170598,16 @@ "type": "Line", "value": "validation button", "range": [ - 15032, - 15051 + 14899, + 14918 ], "loc": { "start": { - "line": 348, + "line": 344, "column": 8 }, "end": { - "line": 348, + "line": 344, "column": 27 } } @@ -171226,16 +170616,16 @@ "type": "Line", "value": "container div for paging elements, rows counter etc.", "range": [ - 15096, - 15150 + 14963, + 15017 ], "loc": { "start": { - "line": 350, + "line": 346, "column": 8 }, "end": { - "line": 350, + "line": 346, "column": 62 } } @@ -171244,16 +170634,16 @@ "type": "Line", "value": "left div", "range": [ - 15193, - 15203 + 15060, + 15070 ], "loc": { "start": { - "line": 352, + "line": 348, "column": 8 }, "end": { - "line": 352, + "line": 348, "column": 18 } } @@ -171262,16 +170652,16 @@ "type": "Line", "value": "right div", "range": [ - 15245, - 15256 + 15112, + 15123 ], "loc": { "start": { - "line": 354, + "line": 350, "column": 8 }, "end": { - "line": 354, + "line": 350, "column": 19 } } @@ -171280,16 +170670,16 @@ "type": "Line", "value": "middle div", "range": [ - 15298, - 15310 + 15165, + 15177 ], "loc": { "start": { - "line": 356, + "line": 352, "column": 8 }, "end": { - "line": 356, + "line": 352, "column": 20 } } @@ -171298,16 +170688,16 @@ "type": "Line", "value": "responsive table css class", "range": [ - 15352, - 15380 + 15219, + 15247 ], "loc": { "start": { - "line": 358, + "line": 354, "column": 8 }, "end": { - "line": 358, + "line": 354, "column": 36 } } @@ -171316,16 +170706,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 15428, - 15448 + 15295, + 15315 ], "loc": { "start": { - "line": 361, + "line": 357, "column": 8 }, "end": { - "line": 361, + "line": 357, "column": 28 } } @@ -171334,16 +170724,16 @@ "type": "Line", "value": "imports external script", "range": [ - 15457, - 15482 + 15324, + 15349 ], "loc": { "start": { - "line": 362, + "line": 358, "column": 8 }, "end": { - "line": 362, + "line": 358, "column": 33 } } @@ -171352,16 +170742,16 @@ "type": "Block", "value": "** themes **", "range": [ - 15587, - 15603 + 15454, + 15470 ], "loc": { "start": { - "line": 366, + "line": 362, "column": 8 }, "end": { - "line": 366, + "line": 362, "column": 24 } } @@ -171370,16 +170760,16 @@ "type": "Line", "value": "imports themes", "range": [ - 15679, - 15695 + 15546, + 15562 ], "loc": { "start": { - "line": 368, + "line": 364, "column": 8 }, "end": { - "line": 368, + "line": 364, "column": 24 } } @@ -171388,16 +170778,16 @@ "type": "Line", "value": "themes path", "range": [ - 15815, - 15828 + 15682, + 15695 ], "loc": { "start": { - "line": 371, + "line": 367, "column": 8 }, "end": { - "line": 371, + "line": 367, "column": 21 } } @@ -171406,16 +170796,16 @@ "type": "Line", "value": "responsive table", "range": [ - 15909, - 15927 + 15776, + 15794 ], "loc": { "start": { - "line": 374, + "line": 370, "column": 8 }, "end": { - "line": 374, + "line": 370, "column": 26 } } @@ -171424,16 +170814,16 @@ "type": "Line", "value": " Features registry", "range": [ - 15986, - 16006 + 15853, + 15873 ], "loc": { "start": { - "line": 377, + "line": 373, "column": 8 }, "end": { - "line": 377, + "line": 373, "column": 28 } } @@ -171442,16 +170832,16 @@ "type": "Line", "value": " Extensions registry", "range": [ - 16039, - 16061 + 15906, + 15928 ], "loc": { "start": { - "line": 380, + "line": 376, "column": 8 }, "end": { - "line": 380, + "line": 376, "column": 30 } } @@ -171460,16 +170850,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 16104, - 16153 + 15971, + 16020 ], "loc": { "start": { - "line": 384, + "line": 380, "column": 4 }, "end": { - "line": 386, + "line": 382, "column": 7 } } @@ -171478,16 +170868,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 16346, - 16380 + 16213, + 16247 ], "loc": { "start": { - "line": 396, + "line": 392, "column": 8 }, "end": { - "line": 396, + "line": 392, "column": 42 } } @@ -171496,16 +170886,16 @@ "type": "Line", "value": "loads theme", "range": [ - 16461, - 16474 + 16328, + 16341 ], "loc": { "start": { - "line": 399, + "line": 395, "column": 8 }, "end": { - "line": 399, + "line": 395, "column": 21 } } @@ -171514,16 +170904,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 16555, - 16614 + 16422, + 16481 ], "loc": { "start": { - "line": 404, + "line": 400, "column": 8 }, "end": { - "line": 404, + "line": 400, "column": 67 } } @@ -171532,16 +170922,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 17600, - 17631 + 17467, + 17498 ], "loc": { "start": { - "line": 445, + "line": 441, "column": 8 }, "end": { - "line": 445, + "line": 441, "column": 39 } } @@ -171550,16 +170940,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 17832, - 17851 + 17699, + 17718 ], "loc": { "start": { - "line": 453, + "line": 449, "column": 12 }, "end": { - "line": 453, + "line": 449, "column": 31 } } @@ -171568,16 +170958,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 18431, - 18463 + 18298, + 18330 ], "loc": { "start": { - "line": 469, + "line": 465, "column": 16 }, "end": { - "line": 469, + "line": 465, "column": 48 } } @@ -171586,16 +170976,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 18631, - 18650 + 18498, + 18517 ], "loc": { "start": { - "line": 475, + "line": 471, "column": 16 }, "end": { - "line": 475, + "line": 471, "column": 35 } } @@ -171604,16 +170994,16 @@ "type": "Line", "value": " checklist", "range": [ - 18936, - 18948 + 18803, + 18815 ], "loc": { "start": { - "line": 482, + "line": 478, "column": 16 }, "end": { - "line": 482, + "line": 478, "column": 28 } } @@ -171622,16 +171012,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 19318, - 19344 + 19185, + 19211 ], "loc": { "start": { - "line": 492, + "line": 488, "column": 16 }, "end": { - "line": 492, + "line": 488, "column": 42 } } @@ -171640,16 +171030,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 19679, - 19696 + 19546, + 19563 ], "loc": { "start": { - "line": 503, + "line": 499, "column": 9 }, "end": { - "line": 503, + "line": 499, "column": 26 } } @@ -171658,16 +171048,16 @@ "type": "Block", "value": " Features ", "range": [ - 19706, - 19720 + 19573, + 19587 ], "loc": { "start": { - "line": 505, + "line": 501, "column": 8 }, "end": { - "line": 505, + "line": 501, "column": 22 } } @@ -171676,16 +171066,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 20925, - 20957 + 20792, + 20824 ], "loc": { "start": { - "line": 546, + "line": 542, "column": 8 }, "end": { - "line": 546, + "line": 542, "column": 40 } } @@ -171694,16 +171084,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 21160, - 21182 + 21027, + 21049 ], "loc": { "start": { - "line": 554, + "line": 550, "column": 8 }, "end": { - "line": 554, + "line": 550, "column": 30 } } @@ -171712,16 +171102,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 21271, - 21293 + 21138, + 21160 ], "loc": { "start": { - "line": 559, + "line": 555, "column": 8 }, "end": { - "line": 559, + "line": 555, "column": 30 } } @@ -171730,16 +171120,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 21869, - 21932 + 21736, + 21799 ], "loc": { "start": { - "line": 578, + "line": 574, "column": 4 }, "end": { - "line": 581, + "line": 577, "column": 7 } } @@ -171748,16 +171138,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": [ - 22412, - 22545 + 22279, + 22412 ], "loc": { "start": { - "line": 600, + "line": 596, "column": 4 }, "end": { - "line": 604, + "line": 600, "column": 7 } } @@ -171766,16 +171156,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 23407, - 23490 + 23274, + 23357 ], "loc": { "start": { - "line": 633, + "line": 629, "column": 4 }, "end": { - "line": 635, + "line": 631, "column": 7 } } @@ -171784,16 +171174,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 23599, - 23664 + 23466, + 23531 ], "loc": { "start": { - "line": 642, + "line": 638, "column": 4 }, "end": { - "line": 645, + "line": 641, "column": 7 } } @@ -171802,16 +171192,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 23789, - 23877 + 23656, + 23744 ], "loc": { "start": { - "line": 651, + "line": 647, "column": 4 }, "end": { - "line": 653, + "line": 649, "column": 7 } } @@ -171820,16 +171210,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 24089, - 24144 + 23956, + 24011 ], "loc": { "start": { - "line": 662, + "line": 658, "column": 4 }, "end": { - "line": 664, + "line": 660, "column": 7 } } @@ -171838,16 +171228,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 24718, - 24765 + 24585, + 24632 ], "loc": { "start": { - "line": 688, + "line": 684, "column": 4 }, "end": { - "line": 690, + "line": 686, "column": 7 } } @@ -171856,16 +171246,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": [ - 24969, - 25188 + 24836, + 25055 ], "loc": { "start": { - "line": 699, + "line": 695, "column": 4 }, "end": { - "line": 704, + "line": 700, "column": 7 } } @@ -171874,16 +171264,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 25961, - 25999 + 25828, + 25866 ], "loc": { "start": { - "line": 723, + "line": 719, "column": 8 }, "end": { - "line": 723, + "line": 719, "column": 46 } } @@ -171892,16 +171282,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 26483, - 26632 + 26350, + 26499 ], "loc": { "start": { - "line": 739, + "line": 735, "column": 4 }, "end": { - "line": 743, + "line": 739, "column": 7 } } @@ -171910,16 +171300,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 26995, - 27033 + 26862, + 26900 ], "loc": { "start": { - "line": 752, + "line": 748, "column": 8 }, "end": { - "line": 752, + "line": 748, "column": 46 } } @@ -171928,16 +171318,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": [ - 27251, - 27385 + 27118, + 27252 ], "loc": { "start": { - "line": 762, + "line": 758, "column": 4 }, "end": { - "line": 766, + "line": 762, "column": 7 } } @@ -171946,16 +171336,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 27448, - 27532 + 27315, + 27399 ], "loc": { "start": { - "line": 771, + "line": 767, "column": 4 }, "end": { - "line": 773, + "line": 769, "column": 7 } } @@ -171964,16 +171354,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 27600, - 27653 + 27467, + 27520 ], "loc": { "start": { - "line": 776, + "line": 772, "column": 8 }, "end": { - "line": 776, + "line": 772, "column": 61 } } @@ -171982,16 +171372,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 28040, - 28135 + 27907, + 28002 ], "loc": { "start": { - "line": 789, + "line": 785, "column": 4 }, "end": { - "line": 792, + "line": 788, "column": 7 } } @@ -172000,16 +171390,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 28524, - 28554 + 28391, + 28421 ], "loc": { "start": { - "line": 809, + "line": 805, "column": 8 }, "end": { - "line": 809, + "line": 805, "column": 38 } } @@ -172018,16 +171408,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 28615, - 28635 + 28482, + 28502 ], "loc": { "start": { - "line": 811, + "line": 807, "column": 12 }, "end": { - "line": 811, + "line": 807, "column": 32 } } @@ -172036,16 +171426,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 28699, - 28718 + 28566, + 28585 ], "loc": { "start": { - "line": 813, + "line": 809, "column": 12 }, "end": { - "line": 813, + "line": 809, "column": 31 } } @@ -172054,16 +171444,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 28810, - 28953 + 28677, + 28820 ], "loc": { "start": { - "line": 819, + "line": 815, "column": 4 }, "end": { - "line": 823, + "line": 819, "column": 7 } } @@ -172072,16 +171462,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 29026, - 29156 + 28893, + 29023 ], "loc": { "start": { - "line": 828, + "line": 824, "column": 4 }, "end": { - "line": 832, + "line": 828, "column": 7 } } @@ -172090,16 +171480,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 29242, - 29323 + 29109, + 29190 ], "loc": { "start": { - "line": 837, + "line": 833, "column": 4 }, "end": { - "line": 839, + "line": 835, "column": 7 } } @@ -172108,16 +171498,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 29696, - 29762 + 29563, + 29629 ], "loc": { "start": { - "line": 853, + "line": 849, "column": 4 }, "end": { - "line": 855, + "line": 851, "column": 7 } } @@ -172126,16 +171516,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 29883, - 29905 + 29750, + 29772 ], "loc": { "start": { - "line": 860, + "line": 856, "column": 8 }, "end": { - "line": 860, + "line": 856, "column": 30 } } @@ -172144,16 +171534,16 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 30733, - 30787 + 30600, + 30654 ], "loc": { "start": { - "line": 884, + "line": 880, "column": 8 }, "end": { - "line": 884, + "line": 880, "column": 62 } } @@ -172162,16 +171552,16 @@ "type": "Line", "value": "Reset button", "range": [ - 30796, - 30810 + 30663, + 30677 ], "loc": { "start": { - "line": 885, + "line": 881, "column": 8 }, "end": { - "line": 885, + "line": 881, "column": 22 } } @@ -172180,16 +171570,16 @@ "type": "Line", "value": "Paging buttons", "range": [ - 30990, - 31006 + 30857, + 30873 ], "loc": { "start": { - "line": 890, + "line": 886, "column": 8 }, "end": { - "line": 890, + "line": 886, "column": 24 } } @@ -172198,16 +171588,16 @@ "type": "Line", "value": "Loader", "range": [ - 31599, - 31607 + 31466, + 31474 ], "loc": { "start": { - "line": 900, + "line": 896, "column": 8 }, "end": { - "line": 900, + "line": 896, "column": 16 } } @@ -172216,16 +171606,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 31800, - 31918 + 31667, + 31785 ], "loc": { "start": { - "line": 908, + "line": 904, "column": 4 }, "end": { - "line": 911, + "line": 907, "column": 7 } } @@ -172234,16 +171624,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32008, - 32046 + 31875, + 31913 ], "loc": { "start": { - "line": 916, + "line": 912, "column": 4 }, "end": { - "line": 918, + "line": 914, "column": 7 } } @@ -172252,16 +171642,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 32974, - 33000 + 32751, + 32777 ], "loc": { "start": { - "line": 950, + "line": 945, "column": 8 }, "end": { - "line": 950, + "line": 945, "column": 34 } } @@ -172270,16 +171660,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 33049, - 33067 + 32826, + 32844 ], "loc": { "start": { - "line": 953, + "line": 948, "column": 8 }, "end": { - "line": 953, + "line": 948, "column": 26 } } @@ -172288,16 +171678,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 33076, - 33126 + 32853, + 32903 ], "loc": { "start": { - "line": 954, + "line": 949, "column": 8 }, "end": { - "line": 954, + "line": 949, "column": 58 } } @@ -172306,16 +171696,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 33335, - 33359 + 33112, + 33136 ], "loc": { "start": { - "line": 962, + "line": 957, "column": 8 }, "end": { - "line": 962, + "line": 957, "column": 32 } } @@ -172324,16 +171714,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 33940, - 34029 + 33717, + 33806 ], "loc": { "start": { - "line": 981, + "line": 976, "column": 4 }, "end": { - "line": 983, + "line": 978, "column": 7 } } @@ -172342,16 +171732,16 @@ "type": "Block", "value": "** container div **", "range": [ - 34115, - 34138 + 33892, + 33915 ], "loc": { "start": { - "line": 989, + "line": 984, "column": 8 }, "end": { - "line": 989, + "line": 984, "column": 31 } } @@ -172360,16 +171750,16 @@ "type": "Line", "value": "custom container", "range": [ - 34270, - 34288 + 34047, + 34065 ], "loc": { "start": { - "line": 993, + "line": 988, "column": 8 }, "end": { - "line": 993, + "line": 988, "column": 26 } } @@ -172378,16 +171768,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 34396, - 34409 + 34173, + 34186 ], "loc": { "start": { - "line": 997, + "line": 992, "column": 8 }, "end": { - "line": 997, + "line": 992, "column": 21 } } @@ -172396,16 +171786,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 34632, - 34672 + 34409, + 34449 ], "loc": { "start": { - "line": 1003, + "line": 998, "column": 8 }, "end": { - "line": 1003, + "line": 998, "column": 48 } } @@ -172414,16 +171804,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 34906, - 34952 + 34683, + 34729 ], "loc": { "start": { - "line": 1011, + "line": 1006, "column": 8 }, "end": { - "line": 1011, + "line": 1006, "column": 54 } } @@ -172432,16 +171822,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 35160, - 35254 + 34937, + 35031 ], "loc": { "start": { - "line": 1017, + "line": 1012, "column": 8 }, "end": { - "line": 1018, + "line": 1013, "column": 52 } } @@ -172450,16 +171840,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 35462, - 35506 + 35239, + 35283 ], "loc": { "start": { - "line": 1024, + "line": 1019, "column": 8 }, "end": { - "line": 1024, + "line": 1019, "column": 52 } } @@ -172468,16 +171858,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 35714, - 35759 + 35491, + 35536 ], "loc": { "start": { - "line": 1030, + "line": 1025, "column": 8 }, "end": { - "line": 1030, + "line": 1025, "column": 53 } } @@ -172486,16 +171876,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 35806, - 35868 + 35583, + 35645 ], "loc": { "start": { - "line": 1032, + "line": 1027, "column": 12 }, "end": { - "line": 1032, + "line": 1027, "column": 74 } } @@ -172504,16 +171894,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 35881, - 35921 + 35658, + 35698 ], "loc": { "start": { - "line": 1033, + "line": 1028, "column": 12 }, "end": { - "line": 1033, + "line": 1028, "column": 52 } } @@ -172522,16 +171912,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 36035, - 36086 + 35812, + 35863 ], "loc": { "start": { - "line": 1039, + "line": 1034, "column": 4 }, "end": { - "line": 1041, + "line": 1036, "column": 7 } } @@ -172540,16 +171930,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 36426, - 36483 + 36203, + 36260 ], "loc": { "start": { - "line": 1056, + "line": 1051, "column": 4 }, "end": { - "line": 1058, + "line": 1053, "column": 7 } } @@ -172558,16 +171948,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": [ - 36898, - 37052 + 36675, + 36829 ], "loc": { "start": { - "line": 1074, + "line": 1069, "column": 4 }, "end": { - "line": 1078, + "line": 1073, "column": 7 } } @@ -172576,16 +171966,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": [ - 37198, - 37394 + 36975, + 37171 ], "loc": { "start": { - "line": 1084, + "line": 1079, "column": 4 }, "end": { - "line": 1089, + "line": 1084, "column": 7 } } @@ -172594,16 +171984,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": [ - 38254, - 38491 + 38031, + 38268 ], "loc": { "start": { - "line": 1118, + "line": 1113, "column": 4 }, "end": { - "line": 1122, + "line": 1117, "column": 7 } } @@ -172612,16 +172002,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 38595, - 38621 + 38372, + 38398 ], "loc": { "start": { - "line": 1127, + "line": 1122, "column": 8 }, "end": { - "line": 1127, + "line": 1122, "column": 34 } } @@ -172630,16 +172020,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 38918, - 38940 + 38695, + 38717 ], "loc": { "start": { - "line": 1138, + "line": 1133, "column": 8 }, "end": { - "line": 1138, + "line": 1133, "column": 30 } } @@ -172648,16 +172038,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 39496, - 39535 + 39273, + 39312 ], "loc": { "start": { - "line": 1152, + "line": 1147, "column": 12 }, "end": { - "line": 1152, + "line": 1147, "column": 51 } } @@ -172666,16 +172056,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 39548, - 39583 + 39325, + 39360 ], "loc": { "start": { - "line": 1153, + "line": 1148, "column": 12 }, "end": { - "line": 1153, + "line": 1148, "column": 47 } } @@ -172684,16 +172074,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 39725, - 39747 + 39502, + 39524 ], "loc": { "start": { - "line": 1158, + "line": 1153, "column": 8 }, "end": { - "line": 1158, + "line": 1153, "column": 30 } } @@ -172702,16 +172092,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 39804, - 39830 + 39581, + 39607 ], "loc": { "start": { - "line": 1160, + "line": 1155, "column": 12 }, "end": { - "line": 1160, + "line": 1155, "column": 38 } } @@ -172720,16 +172110,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 40439, - 40481 + 40216, + 40258 ], "loc": { "start": { - "line": 1177, + "line": 1172, "column": 8 }, "end": { - "line": 1177, + "line": 1172, "column": 50 } } @@ -172738,16 +172128,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 40725, - 40752 + 40502, + 40529 ], "loc": { "start": { - "line": 1185, + "line": 1180, "column": 12 }, "end": { - "line": 1185, + "line": 1180, "column": 39 } } @@ -172756,16 +172146,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 41046, - 41072 + 40823, + 40849 ], "loc": { "start": { - "line": 1193, + "line": 1188, "column": 16 }, "end": { - "line": 1193, + "line": 1188, "column": 42 } } @@ -172774,16 +172164,16 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 41286, - 41310 + 41063, + 41087 ], "loc": { "start": { - "line": 1200, + "line": 1195, "column": 12 }, "end": { - "line": 1200, + "line": 1195, "column": 36 } } @@ -172792,16 +172182,16 @@ "type": "Line", "value": "dates", "range": [ - 41827, - 41834 + 41604, + 41611 ], "loc": { "start": { - "line": 1209, + "line": 1204, "column": 12 }, "end": { - "line": 1209, + "line": 1204, "column": 19 } } @@ -172810,16 +172200,16 @@ "type": "Line", "value": " lower date", "range": [ - 41953, - 41966 + 41730, + 41743 ], "loc": { "start": { - "line": 1212, + "line": 1207, "column": 16 }, "end": { - "line": 1212, + "line": 1207, "column": 29 } } @@ -172828,16 +172218,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 42146, - 42165 + 41923, + 41942 ], "loc": { "start": { - "line": 1217, + "line": 1212, "column": 16 }, "end": { - "line": 1217, + "line": 1212, "column": 35 } } @@ -172846,16 +172236,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 42353, - 42374 + 42130, + 42151 ], "loc": { "start": { - "line": 1222, + "line": 1217, "column": 16 }, "end": { - "line": 1222, + "line": 1217, "column": 37 } } @@ -172864,16 +172254,16 @@ "type": "Line", "value": " greater date", "range": [ - 42562, - 42577 + 42339, + 42354 ], "loc": { "start": { - "line": 1227, + "line": 1222, "column": 16 }, "end": { - "line": 1227, + "line": 1222, "column": 31 } } @@ -172882,7 +172272,25 @@ "type": "Line", "value": " different date", "range": [ - 42762, + 42539, + 42556 + ], + "loc": { + "start": { + "line": 1227, + "column": 16 + }, + "end": { + "line": 1227, + "column": 33 + } + } + }, + { + "type": "Line", + "value": " equal date", + "range": [ + 42766, 42779 ], "loc": { @@ -172892,24 +172300,6 @@ }, "end": { "line": 1232, - "column": 33 - } - } - }, - { - "type": "Line", - "value": " equal date", - "range": [ - 42989, - 43002 - ], - "loc": { - "start": { - "line": 1237, - "column": 16 - }, - "end": { - "line": 1237, "column": 29 } } @@ -172918,16 +172308,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 43213, - 43274 + 42990, + 43051 ], "loc": { "start": { - "line": 1242, + "line": 1237, "column": 16 }, "end": { - "line": 1242, + "line": 1237, "column": 77 } } @@ -172936,16 +172326,16 @@ "type": "Line", "value": " like date", "range": [ - 43317, - 43329 + 43094, + 43106 ], "loc": { "start": { - "line": 1243, + "line": 1238, "column": 42 }, "end": { - "line": 1243, + "line": 1238, "column": 54 } } @@ -172954,16 +172344,16 @@ "type": "Line", "value": "empty", "range": [ - 43680, - 43687 + 43457, + 43464 ], "loc": { "start": { - "line": 1251, + "line": 1246, "column": 16 }, "end": { - "line": 1251, + "line": 1246, "column": 23 } } @@ -172972,16 +172362,16 @@ "type": "Line", "value": "non-empty", "range": [ - 43813, - 43824 + 43590, + 43601 ], "loc": { "start": { - "line": 1255, + "line": 1250, "column": 16 }, "end": { - "line": 1255, + "line": 1250, "column": 27 } } @@ -172990,16 +172380,16 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 44132, - 44167 + 43909, + 43944 ], "loc": { "start": { - "line": 1265, + "line": 1260, "column": 16 }, "end": { - "line": 1265, + "line": 1260, "column": 51 } } @@ -173008,16 +172398,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 44816, - 44878 + 44593, + 44655 ], "loc": { "start": { - "line": 1280, + "line": 1275, "column": 16 }, "end": { - "line": 1280, + "line": 1275, "column": 78 } } @@ -173026,16 +172416,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 44895, - 44903 + 44672, + 44680 ], "loc": { "start": { - "line": 1281, + "line": 1276, "column": 16 }, "end": { - "line": 1281, + "line": 1276, "column": 24 } } @@ -173044,16 +172434,16 @@ "type": "Line", "value": " lower equal", "range": [ - 44920, - 44934 + 44697, + 44711 ], "loc": { "start": { - "line": 1282, + "line": 1277, "column": 16 }, "end": { - "line": 1282, + "line": 1277, "column": 30 } } @@ -173062,16 +172452,16 @@ "type": "Line", "value": "greater equal", "range": [ - 45119, - 45134 + 44896, + 44911 ], "loc": { "start": { - "line": 1287, + "line": 1282, "column": 16 }, "end": { - "line": 1287, + "line": 1282, "column": 31 } } @@ -173080,16 +172470,16 @@ "type": "Line", "value": "lower", "range": [ - 45324, - 45331 + 45101, + 45108 ], "loc": { "start": { - "line": 1292, + "line": 1287, "column": 16 }, "end": { - "line": 1292, + "line": 1287, "column": 23 } } @@ -173098,16 +172488,16 @@ "type": "Line", "value": "greater", "range": [ - 45519, - 45528 + 45296, + 45305 ], "loc": { "start": { - "line": 1297, + "line": 1292, "column": 16 }, "end": { - "line": 1297, + "line": 1292, "column": 25 } } @@ -173116,16 +172506,16 @@ "type": "Line", "value": "different", "range": [ - 45716, - 45727 + 45493, + 45504 ], "loc": { "start": { - "line": 1302, + "line": 1297, "column": 16 }, "end": { - "line": 1302, + "line": 1297, "column": 27 } } @@ -173134,16 +172524,16 @@ "type": "Line", "value": "like", "range": [ - 45936, - 45942 + 45713, + 45719 ], "loc": { "start": { - "line": 1307, + "line": 1302, "column": 16 }, "end": { - "line": 1307, + "line": 1302, "column": 22 } } @@ -173152,16 +172542,16 @@ "type": "Line", "value": "equal", "range": [ - 46137, - 46144 + 45914, + 45921 ], "loc": { "start": { - "line": 1312, + "line": 1307, "column": 16 }, "end": { - "line": 1312, + "line": 1307, "column": 23 } } @@ -173170,16 +172560,16 @@ "type": "Line", "value": "starts with", "range": [ - 46338, - 46351 + 46115, + 46128 ], "loc": { "start": { - "line": 1317, + "line": 1312, "column": 16 }, "end": { - "line": 1317, + "line": 1312, "column": 29 } } @@ -173188,16 +172578,16 @@ "type": "Line", "value": "ends with", "range": [ - 46538, - 46549 + 46315, + 46326 ], "loc": { "start": { - "line": 1322, + "line": 1317, "column": 16 }, "end": { - "line": 1322, + "line": 1317, "column": 27 } } @@ -173206,16 +172596,16 @@ "type": "Line", "value": "empty", "range": [ - 46998, - 47005 + 46775, + 46782 ], "loc": { "start": { - "line": 1331, + "line": 1326, "column": 16 }, "end": { - "line": 1331, + "line": 1326, "column": 23 } } @@ -173224,16 +172614,16 @@ "type": "Line", "value": "non-empty", "range": [ - 47131, - 47142 + 46908, + 46919 ], "loc": { "start": { - "line": 1335, + "line": 1330, "column": 16 }, "end": { - "line": 1335, + "line": 1330, "column": 27 } } @@ -173242,16 +172632,16 @@ "type": "Line", "value": "regexp", "range": [ - 47269, - 47277 + 47046, + 47054 ], "loc": { "start": { - "line": 1339, + "line": 1334, "column": 16 }, "end": { - "line": 1339, + "line": 1334, "column": 24 } } @@ -173260,16 +172650,16 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 47332, - 47367 + 47109, + 47144 ], "loc": { "start": { - "line": 1341, + "line": 1336, "column": 20 }, "end": { - "line": 1341, + "line": 1336, "column": 55 } } @@ -173278,16 +172668,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 47418, - 47439 + 47195, + 47216 ], "loc": { "start": { - "line": 1343, + "line": 1338, "column": 24 }, "end": { - "line": 1343, + "line": 1338, "column": 45 } } @@ -173296,16 +172686,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 47757, - 47816 + 47534, + 47593 ], "loc": { "start": { - "line": 1351, + "line": 1346, "column": 20 }, "end": { - "line": 1351, + "line": 1346, "column": 79 } } @@ -173314,16 +172704,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 47837, - 47888 + 47614, + 47665 ], "loc": { "start": { - "line": 1352, + "line": 1347, "column": 20 }, "end": { - "line": 1352, + "line": 1347, "column": 71 } } @@ -173332,16 +172722,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 48344, - 48397 + 48121, + 48174 ], "loc": { "start": { - "line": 1360, + "line": 1355, "column": 24 }, "end": { - "line": 1360, + "line": 1355, "column": 77 } } @@ -173350,16 +172740,16 @@ "type": "Line", "value": "else", "range": [ - 48582, - 48588 + 48359, + 48365 ], "loc": { "start": { - "line": 1366, + "line": 1361, "column": 13 }, "end": { - "line": 1366, + "line": 1361, "column": 19 } } @@ -173368,16 +172758,16 @@ "type": "Line", "value": "fn", "range": [ - 48628, - 48632 + 48405, + 48409 ], "loc": { "start": { - "line": 1368, + "line": 1363, "column": 9 }, "end": { - "line": 1368, + "line": 1363, "column": 13 } } @@ -173386,16 +172776,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 48699, - 48739 + 48476, + 48516 ], "loc": { "start": { - "line": 1371, + "line": 1366, "column": 12 }, "end": { - "line": 1371, + "line": 1366, "column": 52 } } @@ -173404,16 +172794,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48871, - 48904 + 48648, + 48681 ], "loc": { "start": { - "line": 1377, + "line": 1372, "column": 12 }, "end": { - "line": 1377, + "line": 1372, "column": 45 } } @@ -173422,16 +172812,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 49073, - 49104 + 48850, + 48881 ], "loc": { "start": { - "line": 1384, + "line": 1379, "column": 16 }, "end": { - "line": 1384, + "line": 1379, "column": 47 } } @@ -173440,16 +172830,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49161, - 49193 + 48938, + 48970 ], "loc": { "start": { - "line": 1387, + "line": 1382, "column": 12 }, "end": { - "line": 1387, + "line": 1382, "column": 44 } } @@ -173458,16 +172848,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 49258, - 49276 + 49035, + 49053 ], "loc": { "start": { - "line": 1389, + "line": 1384, "column": 16 }, "end": { - "line": 1389, + "line": 1384, "column": 34 } } @@ -173476,16 +172866,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49554, - 49593 + 49331, + 49370 ], "loc": { "start": { - "line": 1399, + "line": 1394, "column": 16 }, "end": { - "line": 1399, + "line": 1394, "column": 55 } } @@ -173494,16 +172884,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 49684, - 49722 + 49461, + 49499 ], "loc": { "start": { - "line": 1401, + "line": 1396, "column": 20 }, "end": { - "line": 1401, + "line": 1396, "column": 58 } } @@ -173512,16 +172902,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 49800, - 49839 + 49577, + 49616 ], "loc": { "start": { - "line": 1403, + "line": 1398, "column": 20 }, "end": { - "line": 1403, + "line": 1398, "column": 59 } } @@ -173530,16 +172920,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 49931, - 49969 + 49708, + 49746 ], "loc": { "start": { - "line": 1405, + "line": 1400, "column": 20 }, "end": { - "line": 1405, + "line": 1400, "column": 58 } } @@ -173548,16 +172938,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50046, - 50079 + 49823, + 49856 ], "loc": { "start": { - "line": 1408, + "line": 1403, "column": 16 }, "end": { - "line": 1408, + "line": 1403, "column": 49 } } @@ -173566,16 +172956,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 50451, - 50501 + 50228, + 50278 ], "loc": { "start": { - "line": 1418, + "line": 1413, "column": 20 }, "end": { - "line": 1418, + "line": 1413, "column": 70 } } @@ -173584,16 +172974,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51131, - 51156 + 50908, + 50933 ], "loc": { "start": { - "line": 1434, + "line": 1429, "column": 16 }, "end": { - "line": 1434, + "line": 1429, "column": 41 } } @@ -173602,16 +172992,16 @@ "type": "Line", "value": "else single param", "range": [ - 51344, - 51363 + 51121, + 51140 ], "loc": { "start": { - "line": 1438, + "line": 1433, "column": 17 }, "end": { - "line": 1438, + "line": 1433, "column": 36 } } @@ -173620,16 +173010,16 @@ "type": "Line", "value": "for j", "range": [ - 51670, - 51677 + 51447, + 51454 ], "loc": { "start": { - "line": 1448, + "line": 1443, "column": 13 }, "end": { - "line": 1448, + "line": 1443, "column": 20 } } @@ -173638,16 +173028,16 @@ "type": "Line", "value": " for k", "range": [ - 52096, - 52104 + 51873, + 51881 ], "loc": { "start": { - "line": 1463, + "line": 1458, "column": 9 }, "end": { - "line": 1463, + "line": 1458, "column": 17 } } @@ -173656,16 +173046,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 52155, - 52187 + 51932, + 51964 ], "loc": { "start": { - "line": 1467, + "line": 1462, "column": 8 }, "end": { - "line": 1467, + "line": 1462, "column": 40 } } @@ -173674,16 +173064,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": [ - 52357, - 52741 + 52134, + 52518 ], "loc": { "start": { - "line": 1475, + "line": 1470, "column": 4 }, "end": { - "line": 1482, + "line": 1477, "column": 7 } } @@ -173692,16 +173082,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 53191, - 53246 + 52968, + 53023 ], "loc": { "start": { - "line": 1497, + "line": 1492, "column": 12 }, "end": { - "line": 1497, + "line": 1492, "column": 67 } } @@ -173710,16 +173100,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 53446, - 53499 + 53223, + 53276 ], "loc": { "start": { - "line": 1504, + "line": 1499, "column": 12 }, "end": { - "line": 1504, + "line": 1499, "column": 65 } } @@ -173728,16 +173118,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 53577, - 53609 + 53354, + 53386 ], "loc": { "start": { - "line": 1506, + "line": 1501, "column": 16 }, "end": { - "line": 1506, + "line": 1501, "column": 48 } } @@ -173746,16 +173136,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": [ - 54203, - 54355 + 53980, + 54132 ], "loc": { "start": { - "line": 1523, + "line": 1518, "column": 4 }, "end": { - "line": 1527, + "line": 1522, "column": 7 } } @@ -173764,16 +173154,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 54749, - 54765 + 54526, + 54542 ], "loc": { "start": { - "line": 1542, + "line": 1537, "column": 8 }, "end": { - "line": 1542, + "line": 1537, "column": 24 } } @@ -173782,16 +173172,16 @@ "type": "Line", "value": "checklist", "range": [ - 54894, - 54905 + 54671, + 54682 ], "loc": { "start": { - "line": 1546, + "line": 1541, "column": 8 }, "end": { - "line": 1546, + "line": 1541, "column": 19 } } @@ -173800,16 +173190,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 55036, - 55104 + 54813, + 54881 ], "loc": { "start": { - "line": 1550, + "line": 1545, "column": 8 }, "end": { - "line": 1550, + "line": 1545, "column": 76 } } @@ -173818,16 +173208,16 @@ "type": "Line", "value": "empty string", "range": [ - 55113, - 55127 + 54890, + 54904 ], "loc": { "start": { - "line": 1551, + "line": 1546, "column": 8 }, "end": { - "line": 1551, + "line": 1546, "column": 22 } } @@ -173836,16 +173226,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 55321, - 55413 + 55098, + 55190 ], "loc": { "start": { - "line": 1560, + "line": 1555, "column": 4 }, "end": { - "line": 1563, + "line": 1558, "column": 7 } } @@ -173854,16 +173244,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": [ - 55855, - 56018 + 55632, + 55795 ], "loc": { "start": { - "line": 1580, + "line": 1575, "column": 4 }, "end": { - "line": 1584, + "line": 1579, "column": 7 } } @@ -173872,16 +173262,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": [ - 56149, - 56550 + 55926, + 56327 ], "loc": { "start": { - "line": 1592, + "line": 1587, "column": 4 }, "end": { - "line": 1600, + "line": 1595, "column": 7 } } @@ -173890,16 +173280,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": [ - 56967, - 57113 + 56744, + 56890 ], "loc": { "start": { - "line": 1616, + "line": 1611, "column": 4 }, "end": { - "line": 1620, + "line": 1615, "column": 7 } } @@ -173908,16 +173298,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": [ - 57222, - 57388 + 56999, + 57165 ], "loc": { "start": { - "line": 1626, + "line": 1621, "column": 4 }, "end": { - "line": 1630, + "line": 1625, "column": 7 } } @@ -173926,16 +173316,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": [ - 57505, - 57736 + 57282, + 57513 ], "loc": { "start": { - "line": 1636, + "line": 1631, "column": 4 }, "end": { - "line": 1641, + "line": 1636, "column": 7 } } @@ -173944,16 +173334,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": [ - 57975, - 58100 + 57752, + 57877 ], "loc": { "start": { - "line": 1651, + "line": 1646, "column": 4 }, "end": { - "line": 1655, + "line": 1650, "column": 7 } } @@ -173962,16 +173352,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 58167, - 58202 + 57944, + 57979 ], "loc": { "start": { - "line": 1658, + "line": 1653, "column": 8 }, "end": { - "line": 1658, + "line": 1653, "column": 43 } } @@ -173980,16 +173370,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": [ - 58437, - 58841 + 58214, + 58618 ], "loc": { "start": { - "line": 1667, + "line": 1662, "column": 4 }, "end": { - "line": 1678, + "line": 1673, "column": 7 } } @@ -173998,16 +173388,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": [ - 59801, - 60208 + 59578, + 59985 ], "loc": { "start": { - "line": 1704, + "line": 1699, "column": 4 }, "end": { - "line": 1715, + "line": 1710, "column": 7 } } @@ -174016,16 +173406,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": [ - 61292, - 61623 + 61069, + 61400 ], "loc": { "start": { - "line": 1745, + "line": 1740, "column": 4 }, "end": { - "line": 1752, + "line": 1747, "column": 7 } } @@ -174034,16 +173424,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 62021, - 62049 + 61798, + 61826 ], "loc": { "start": { - "line": 1764, + "line": 1759, "column": 16 }, "end": { - "line": 1764, + "line": 1759, "column": 44 } } @@ -174052,16 +173442,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 62092, - 62117 + 61869, + 61894 ], "loc": { "start": { - "line": 1766, + "line": 1761, "column": 16 }, "end": { - "line": 1766, + "line": 1761, "column": 41 } } @@ -174070,16 +173460,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": [ - 62225, - 62387 + 62002, + 62164 ], "loc": { "start": { - "line": 1773, + "line": 1768, "column": 4 }, "end": { - "line": 1777, + "line": 1772, "column": 7 } } @@ -174088,16 +173478,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": [ - 62458, - 62631 + 62235, + 62408 ], "loc": { "start": { - "line": 1782, + "line": 1777, "column": 4 }, "end": { - "line": 1786, + "line": 1781, "column": 7 } } @@ -174106,16 +173496,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 62803, - 62835 + 62580, + 62612 ], "loc": { "start": { - "line": 1793, + "line": 1788, "column": 8 }, "end": { - "line": 1793, + "line": 1788, "column": 40 } } @@ -174124,16 +173514,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 63544, - 63591 + 63321, + 63368 ], "loc": { "start": { - "line": 1819, + "line": 1814, "column": 4 }, "end": { - "line": 1821, + "line": 1816, "column": 7 } } @@ -174142,16 +173532,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": [ - 63841, - 64003 + 63618, + 63780 ], "loc": { "start": { - "line": 1832, + "line": 1827, "column": 4 }, "end": { - "line": 1836, + "line": 1831, "column": 7 } } @@ -174160,16 +173550,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 64526, - 64544 + 64303, + 64321 ], "loc": { "start": { - "line": 1851, + "line": 1846, "column": 8 }, "end": { - "line": 1851, + "line": 1846, "column": 26 } } @@ -174178,16 +173568,16 @@ "type": "Line", "value": "checklist", "range": [ - 64993, - 65004 + 64770, + 64781 ], "loc": { "start": { - "line": 1863, + "line": 1858, "column": 8 }, "end": { - "line": 1863, + "line": 1858, "column": 19 } } @@ -174196,16 +173586,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 65600, - 65704 + 65377, + 65481 ], "loc": { "start": { - "line": 1881, + "line": 1876, "column": 4 }, "end": { - "line": 1884, + "line": 1879, "column": 7 } } @@ -174214,16 +173604,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 66633, - 66685 + 66410, + 66462 ], "loc": { "start": { - "line": 1915, + "line": 1910, "column": 4 }, "end": { - "line": 1917, + "line": 1912, "column": 7 } } @@ -174232,16 +173622,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 66947, - 66976 + 66724, + 66753 ], "loc": { "start": { - "line": 1925, + "line": 1920, "column": 12 }, "end": { - "line": 1925, + "line": 1920, "column": 41 } } @@ -174250,16 +173640,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 67090, - 67138 + 66867, + 66915 ], "loc": { "start": { - "line": 1932, + "line": 1927, "column": 4 }, "end": { - "line": 1934, + "line": 1929, "column": 7 } } @@ -174268,16 +173658,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 67700, - 67778 + 67477, + 67555 ], "loc": { "start": { - "line": 1957, + "line": 1952, "column": 4 }, "end": { - "line": 1959, + "line": 1954, "column": 7 } } @@ -174286,16 +173676,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 67986, - 68081 + 67763, + 67858 ], "loc": { "start": { - "line": 1966, + "line": 1961, "column": 4 }, "end": { - "line": 1969, + "line": 1964, "column": 7 } } @@ -174304,16 +173694,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 68556, - 68642 + 68333, + 68419 ], "loc": { "start": { - "line": 1984, + "line": 1979, "column": 4 }, "end": { - "line": 1987, + "line": 1982, "column": 7 } } @@ -174322,16 +173712,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 68716, - 68817 + 68493, + 68594 ], "loc": { "start": { - "line": 1992, + "line": 1987, "column": 4 }, "end": { - "line": 1995, + "line": 1990, "column": 7 } } @@ -174340,16 +173730,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": [ - 68903, - 69052 + 68680, + 68829 ], "loc": { "start": { - "line": 2000, + "line": 1995, "column": 4 }, "end": { - "line": 2004, + "line": 1999, "column": 7 } } @@ -174358,16 +173748,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 69230, - 69327 + 69007, + 69104 ], "loc": { "start": { - "line": 2011, + "line": 2006, "column": 4 }, "end": { - "line": 2014, + "line": 2009, "column": 7 } } @@ -174376,16 +173766,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 69493, - 69598 + 69270, + 69375 ], "loc": { "start": { - "line": 2022, + "line": 2017, "column": 4 }, "end": { - "line": 2025, + "line": 2020, "column": 7 } } @@ -174394,16 +173784,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 70252, - 70295 + 70029, + 70072 ], "loc": { "start": { - "line": 2042, + "line": 2037, "column": 12 }, "end": { - "line": 2042, + "line": 2037, "column": 55 } } @@ -174412,16 +173802,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 70308, - 70347 + 70085, + 70124 ], "loc": { "start": { - "line": 2043, + "line": 2038, "column": 12 }, "end": { - "line": 2043, + "line": 2038, "column": 51 } } @@ -174430,16 +173820,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 70719, - 70752 + 70496, + 70529 ], "loc": { "start": { - "line": 2051, + "line": 2046, "column": 16 }, "end": { - "line": 2051, + "line": 2046, "column": 49 } } @@ -174448,16 +173838,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": [ - 71395, - 71573 + 71172, + 71350 ], "loc": { "start": { - "line": 2071, + "line": 2066, "column": 4 }, "end": { - "line": 2075, + "line": 2070, "column": 7 } } @@ -174466,16 +173856,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": [ - 71765, - 71984 + 71542, + 71761 ], "loc": { "start": { - "line": 2082, + "line": 2077, "column": 4 }, "end": { - "line": 2087, + "line": 2082, "column": 7 } } @@ -174484,16 +173874,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": [ - 72515, - 72774 + 72292, + 72551 ], "loc": { "start": { - "line": 2105, + "line": 2100, "column": 4 }, "end": { - "line": 2111, + "line": 2106, "column": 7 } } @@ -174502,16 +173892,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 73484, - 73556 + 73261, + 73333 ], "loc": { "start": { - "line": 2135, + "line": 2130, "column": 8 }, "end": { - "line": 2135, + "line": 2130, "column": 80 } } @@ -174520,16 +173910,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 74109, - 74184 + 73886, + 73961 ], "loc": { "start": { - "line": 2152, + "line": 2147, "column": 4 }, "end": { - "line": 2155, + "line": 2150, "column": 7 } } @@ -174538,16 +173928,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 74251, - 74330 + 74028, + 74107 ], "loc": { "start": { - "line": 2160, + "line": 2155, "column": 4 }, "end": { - "line": 2163, + "line": 2158, "column": 7 } } @@ -174556,16 +173946,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": [ - 74397, - 74573 + 74174, + 74350 ], "loc": { "start": { - "line": 2168, + "line": 2163, "column": 4 }, "end": { - "line": 2172, + "line": 2167, "column": 7 } } @@ -174574,16 +173964,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 75293, - 75383 + 75070, + 75160 ], "loc": { "start": { - "line": 2196, + "line": 2191, "column": 4 }, "end": { - "line": 2199, + "line": 2194, "column": 7 } } @@ -174592,16 +173982,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 75459, - 75534 + 75236, + 75311 ], "loc": { "start": { - "line": 2204, + "line": 2199, "column": 4 }, "end": { - "line": 2207, + "line": 2202, "column": 7 } } @@ -174610,16 +174000,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 75605, - 75732 + 75382, + 75509 ], "loc": { "start": { - "line": 2212, + "line": 2207, "column": 4 }, "end": { - "line": 2216, + "line": 2211, "column": 7 } } @@ -174628,16 +174018,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 75797, - 75869 + 75574, + 75646 ], "loc": { "start": { - "line": 2221, + "line": 2216, "column": 4 }, "end": { - "line": 2224, + "line": 2219, "column": 7 } } @@ -174646,16 +174036,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": [ - 75977, - 76118 + 75754, + 75895 ], "loc": { "start": { - "line": 2230, + "line": 2225, "column": 4 }, "end": { - "line": 2234, + "line": 2229, "column": 7 } } @@ -174664,16 +174054,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": [ - 76742, - 76915 + 76519, + 76692 ], "loc": { "start": { - "line": 2255, + "line": 2250, "column": 4 }, "end": { - "line": 2259, + "line": 2254, "column": 7 } } @@ -174682,16 +174072,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": [ - 77437, - 77573 + 77214, + 77350 ], "loc": { "start": { - "line": 2275, + "line": 2270, "column": 4 }, "end": { - "line": 2279, + "line": 2274, "column": 7 } } @@ -174700,16 +174090,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 77723, - 77805 + 77500, + 77582 ], "loc": { "start": { - "line": 2285, + "line": 2280, "column": 4 }, "end": { - "line": 2288, + "line": 2283, "column": 7 } } @@ -174718,16 +174108,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": [ - 77883, - 78039 + 77660, + 77816 ], "loc": { "start": { - "line": 2293, + "line": 2288, "column": 4 }, "end": { - "line": 2297, + "line": 2292, "column": 7 } } @@ -174736,16 +174126,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 78137, - 78225 + 77914, + 78002 ], "loc": { "start": { - "line": 2302, + "line": 2297, "column": 4 }, "end": { - "line": 2305, + "line": 2300, "column": 7 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 5e9bdd6e..f7daee34 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.33 API Document + Emitter | tablefilter v0.2.34 API Document @@ -170,7 +170,8 @@
- +

Creates an instance of Emitter.

+
@@ -317,14 +318,15 @@ - source + source - +

Creates an instance of Emitter.

+
@@ -360,7 +362,7 @@ - source + source @@ -404,7 +406,7 @@ - source + source @@ -463,7 +465,7 @@ the invoked function

- source + source @@ -528,7 +530,7 @@ the invoked function

- source + source diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 06d8ba6f..1d0e6135 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.33 API Document + AdapterEzEditTable | tablefilter v0.2.34 API Document diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 5868f0cf..94cbbc8a 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.33 API Document + ColOps | tablefilter v0.2.34 API Document diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index 11b53727..9ffa246e 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.33 API Document + ColsVisibility | tablefilter v0.2.34 API Document diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index e86ddb1b..5f00332d 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.33 API Document + FiltersVisibility | tablefilter v0.2.34 API Document diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index 8a950b80..08d631c2 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.33 API Document + AdapterSortableTable | tablefilter v0.2.34 API Document diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 82a90d0a..58e08b77 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.33 API Document + Feature | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 13bb4a68..66422824 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.33 API Document + AlternateRows | tablefilter v0.2.34 API Document @@ -109,13 +109,13 @@
-
import {AlternateRows} from 'tablefilter/src/modules/alternateRows.js'
+
import {AlternateRows} from 'tablefilter/src/modules/alternateRows.js'
public class - | source + | source
@@ -135,7 +135,8 @@ - +

Rows with alternating background color for improved readability

+
@@ -169,7 +170,7 @@
-

Alternating rows color

+

Creates an instance of AlternateRows.

@@ -336,7 +337,8 @@
- +

Apply background to all valid rows

+
@@ -749,14 +751,14 @@ - source + source -

Alternating rows color

+

Creates an instance of AlternateRows.

@@ -810,7 +812,7 @@ - source + source @@ -850,7 +852,7 @@ - source + source @@ -890,7 +892,7 @@ - source + source @@ -933,7 +935,7 @@ - source + source @@ -974,7 +976,7 @@ - source + source @@ -1015,14 +1017,15 @@ - source + source - +

Apply background to all valid rows

+
@@ -1055,7 +1058,7 @@ - source + source @@ -1127,7 +1130,7 @@ - source + source @@ -1185,7 +1188,7 @@ - source + source diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 70393ea9..bffb1aa8 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.33 API Document + CheckList | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index b562d7a8..6ed231d2 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.33 API Document + ClearButton | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 28278a9e..0c77d0d8 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.33 API Document + Dropdown | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 0e8c3d62..5dccc23c 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.33 API Document + GridLayout | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index ddc00bf4..5fa63827 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.33 API Document + Hash | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index 4317b1c9..b4a74ec6 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.33 API Document + Help | tablefilter v0.2.34 API Document @@ -579,13 +579,14 @@

- init() + init(): *

- +

Initialise Help instance

+
@@ -1327,7 +1328,7 @@ - source + source @@ -1570,7 +1571,7 @@ - source + source @@ -1607,25 +1608,37 @@ - init() + init(): * - source + source - +

Initialise Help instance

+

Override:

Feature#init
- +
+

Return:

+ + + + + +
*

(description)

+
+
+
+
@@ -1651,7 +1664,7 @@ - source + source diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index 39decead..21e1b0f6 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.33 API Document + HighlightKeyword | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index d4fe2dcc..6930aa81 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.33 API Document + Loader | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 5179d8ed..23335915 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.33 API Document + NoResults | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index 572c93c0..84faa2d6 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.33 API Document + Paging | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index a536e491..717ba59a 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.33 API Document + PopupFilter | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index df9eef8b..635ffd59 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.33 API Document + RowsCounter | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 4c6ead46..69d4e893 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.33 API Document + State | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 9731c7b8..97c2c4db 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.33 API Document + StatusBar | tablefilter v0.2.34 API Document diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index 49335734..2a9f7d5a 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.33 API Document + Storage | tablefilter v0.2.34 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index dd42e652..f80f88b5 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.33 API Document + TableFilter | tablefilter v0.2.34 API Document @@ -1549,31 +1549,6 @@ requires table or id arguments, row and < - - - -
-

- fltElms: * -

-
-
- - - -
- - - - - - - - - public - - - @@ -1600,31 +1575,6 @@ requires table or id arguments, row and < - - - -
-

- fltGridEl: * -

-
-
- - - -
- - - - - - - - - public - - - @@ -5763,7 +5713,7 @@ requires table or id arguments, row and < - source + source @@ -5803,7 +5753,7 @@ requires table or id arguments, row and < - source + source @@ -5843,7 +5793,7 @@ requires table or id arguments, row and < - source + source @@ -5883,7 +5833,7 @@ requires table or id arguments, row and < - source + source @@ -5923,7 +5873,7 @@ requires table or id arguments, row and < - source + source @@ -5963,7 +5913,7 @@ requires table or id arguments, row and < - source + source @@ -6003,7 +5953,7 @@ requires table or id arguments, row and < - source + source @@ -6044,7 +5994,7 @@ requires table or id arguments, row and < - source + source @@ -6084,7 +6034,7 @@ requires table or id arguments, row and < - source + source @@ -6164,7 +6114,7 @@ requires table or id arguments, row and < - source + source @@ -6204,7 +6154,7 @@ requires table or id arguments, row and < - source + source @@ -6244,7 +6194,7 @@ requires table or id arguments, row and < - source + source @@ -6284,7 +6234,7 @@ requires table or id arguments, row and < - source + source @@ -6324,7 +6274,7 @@ requires table or id arguments, row and < - source + source @@ -6364,7 +6314,7 @@ requires table or id arguments, row and < - source + source @@ -6404,7 +6354,7 @@ requires table or id arguments, row and < - source + source @@ -6444,7 +6394,7 @@ requires table or id arguments, row and < - source + source @@ -6484,7 +6434,7 @@ requires table or id arguments, row and < - source + source @@ -6524,7 +6474,7 @@ requires table or id arguments, row and < - source + source @@ -6564,7 +6514,7 @@ requires table or id arguments, row and < - source + source @@ -6644,7 +6594,7 @@ requires table or id arguments, row and < - source + source @@ -6684,7 +6634,7 @@ requires table or id arguments, row and < - source + source @@ -6724,7 +6674,7 @@ requires table or id arguments, row and < - source + source @@ -6764,7 +6714,7 @@ requires table or id arguments, row and < - source + source @@ -6804,7 +6754,7 @@ requires table or id arguments, row and < - source + source @@ -6844,7 +6794,7 @@ requires table or id arguments, row and < - source + source @@ -6884,7 +6834,7 @@ requires table or id arguments, row and < - source + source @@ -6924,7 +6874,7 @@ requires table or id arguments, row and < - source + source @@ -6964,7 +6914,7 @@ requires table or id arguments, row and < - source + source @@ -7004,7 +6954,7 @@ requires table or id arguments, row and < - source + source @@ -7045,7 +6995,7 @@ requires table or id arguments, row and < - source + source @@ -7085,7 +7035,7 @@ requires table or id arguments, row and < - source + source @@ -7125,7 +7075,7 @@ requires table or id arguments, row and < - source + source @@ -7166,7 +7116,7 @@ requires table or id arguments, row and < - source + source @@ -7207,7 +7157,7 @@ requires table or id arguments, row and < - source + source @@ -7287,7 +7237,7 @@ requires table or id arguments, row and < - source + source @@ -7327,7 +7277,7 @@ requires table or id arguments, row and < - source + source @@ -7367,7 +7317,7 @@ requires table or id arguments, row and < - source + source @@ -7408,7 +7358,7 @@ requires table or id arguments, row and < - source + source @@ -7448,7 +7398,7 @@ requires table or id arguments, row and < - source + source @@ -7488,7 +7438,7 @@ requires table or id arguments, row and < - source + source @@ -7528,7 +7478,7 @@ requires table or id arguments, row and < - source + source @@ -7569,7 +7519,7 @@ requires table or id arguments, row and < - source + source @@ -7609,7 +7559,7 @@ requires table or id arguments, row and < - source + source @@ -7649,7 +7599,7 @@ requires table or id arguments, row and < - source + source @@ -7689,7 +7639,7 @@ requires table or id arguments, row and < - source + source @@ -7730,7 +7680,7 @@ requires table or id arguments, row and < - source + source @@ -7770,7 +7720,7 @@ requires table or id arguments, row and < - source + source @@ -7890,47 +7840,7 @@ requires table or id arguments, row and < - source - - - - - - - - - - -
-
- - - - - - - - - - - - - - - -
-
-

- public - - - - - fltElms: * - - - - source + source

@@ -7999,46 +7909,6 @@ requires table or id arguments, row and < -
-
-

- public - - - - - fltGridEl: * - - - - source - -

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

@@ -8091,7 +7961,7 @@ requires table or id arguments, row and < - source + source

@@ -8131,7 +8001,7 @@ requires table or id arguments, row and < - source + source @@ -8171,7 +8041,7 @@ requires table or id arguments, row and < - source + source @@ -8211,7 +8081,7 @@ requires table or id arguments, row and < - source + source @@ -8251,7 +8121,7 @@ requires table or id arguments, row and < - source + source @@ -8331,7 +8201,7 @@ requires table or id arguments, row and < - source + source @@ -8371,7 +8241,7 @@ requires table or id arguments, row and < - source + source @@ -8411,7 +8281,7 @@ requires table or id arguments, row and < - source + source @@ -8451,7 +8321,7 @@ requires table or id arguments, row and < - source + source @@ -8491,7 +8361,7 @@ requires table or id arguments, row and < - source + source @@ -8531,7 +8401,7 @@ requires table or id arguments, row and < - source + source @@ -8571,7 +8441,7 @@ requires table or id arguments, row and < - source + source @@ -8611,7 +8481,7 @@ requires table or id arguments, row and < - source + source @@ -8691,7 +8561,7 @@ requires table or id arguments, row and < - source + source @@ -8731,7 +8601,7 @@ requires table or id arguments, row and < - source + source @@ -8812,7 +8682,7 @@ requires table or id arguments, row and < - source + source @@ -8852,7 +8722,7 @@ requires table or id arguments, row and < - source + source @@ -8892,7 +8762,7 @@ requires table or id arguments, row and < - source + source @@ -8932,7 +8802,7 @@ requires table or id arguments, row and < - source + source @@ -8972,7 +8842,7 @@ requires table or id arguments, row and < - source + source @@ -9012,7 +8882,7 @@ requires table or id arguments, row and < - source + source @@ -9052,7 +8922,7 @@ requires table or id arguments, row and < - source + source @@ -9092,7 +8962,7 @@ requires table or id arguments, row and < - source + source @@ -9132,7 +9002,7 @@ requires table or id arguments, row and < - source + source @@ -9172,7 +9042,7 @@ requires table or id arguments, row and < - source + source @@ -9212,7 +9082,7 @@ requires table or id arguments, row and < - source + source @@ -9252,7 +9122,7 @@ requires table or id arguments, row and < - source + source @@ -9292,7 +9162,7 @@ requires table or id arguments, row and < - source + source @@ -9332,7 +9202,7 @@ requires table or id arguments, row and < - source + source @@ -9372,7 +9242,7 @@ requires table or id arguments, row and < - source + source @@ -9412,7 +9282,7 @@ requires table or id arguments, row and < - source + source @@ -9452,7 +9322,7 @@ requires table or id arguments, row and < - source + source @@ -9492,7 +9362,7 @@ requires table or id arguments, row and < - source + source @@ -9532,7 +9402,7 @@ requires table or id arguments, row and < - source + source @@ -9572,7 +9442,7 @@ requires table or id arguments, row and < - source + source @@ -9612,7 +9482,7 @@ requires table or id arguments, row and < - source + source @@ -9732,7 +9602,7 @@ requires table or id arguments, row and < - source + source @@ -9772,7 +9642,7 @@ requires table or id arguments, row and < - source + source @@ -9812,7 +9682,7 @@ requires table or id arguments, row and < - source + source @@ -9853,7 +9723,7 @@ requires table or id arguments, row and < - source + source @@ -9893,7 +9763,7 @@ requires table or id arguments, row and < - source + source @@ -9933,7 +9803,7 @@ requires table or id arguments, row and < - source + source @@ -9973,7 +9843,7 @@ requires table or id arguments, row and < - source + source @@ -10013,7 +9883,7 @@ requires table or id arguments, row and < - source + source @@ -10053,7 +9923,7 @@ requires table or id arguments, row and < - source + source @@ -10093,7 +9963,7 @@ requires table or id arguments, row and < - source + source @@ -10133,7 +10003,7 @@ requires table or id arguments, row and < - source + source @@ -10173,7 +10043,7 @@ requires table or id arguments, row and < - source + source @@ -10213,7 +10083,7 @@ requires table or id arguments, row and < - source + source @@ -10253,7 +10123,7 @@ requires table or id arguments, row and < - source + source @@ -10293,7 +10163,7 @@ requires table or id arguments, row and < - source + source @@ -10334,7 +10204,7 @@ requires table or id arguments, row and < - source + source @@ -10374,7 +10244,7 @@ requires table or id arguments, row and < - source + source @@ -10414,7 +10284,7 @@ requires table or id arguments, row and < - source + source @@ -10454,7 +10324,7 @@ requires table or id arguments, row and < - source + source @@ -10494,7 +10364,7 @@ requires table or id arguments, row and < - source + source @@ -10534,7 +10404,7 @@ requires table or id arguments, row and < - source + source @@ -10574,7 +10444,7 @@ requires table or id arguments, row and < - source + source @@ -10614,7 +10484,7 @@ requires table or id arguments, row and < - source + source @@ -10655,7 +10525,7 @@ requires table or id arguments, row and < - source + source @@ -10695,7 +10565,7 @@ requires table or id arguments, row and < - source + source @@ -10735,7 +10605,7 @@ requires table or id arguments, row and < - source + source @@ -10815,7 +10685,7 @@ requires table or id arguments, row and < - source + source @@ -10855,7 +10725,7 @@ requires table or id arguments, row and < - source + source @@ -10896,7 +10766,7 @@ requires table or id arguments, row and < - source + source @@ -10936,7 +10806,7 @@ requires table or id arguments, row and < - source + source @@ -10976,7 +10846,7 @@ requires table or id arguments, row and < - source + source @@ -11016,7 +10886,7 @@ requires table or id arguments, row and < - source + source @@ -11056,7 +10926,7 @@ requires table or id arguments, row and < - source + source @@ -11096,7 +10966,7 @@ requires table or id arguments, row and < - source + source @@ -11136,7 +11006,7 @@ requires table or id arguments, row and < - source + source @@ -11176,7 +11046,7 @@ requires table or id arguments, row and < - source + source @@ -11256,7 +11126,7 @@ requires table or id arguments, row and < - source + source @@ -11296,7 +11166,7 @@ requires table or id arguments, row and < - source + source @@ -11336,7 +11206,7 @@ requires table or id arguments, row and < - source + source @@ -11377,7 +11247,7 @@ requires table or id arguments, row and < - source + source @@ -11417,7 +11287,7 @@ requires table or id arguments, row and < - source + source @@ -11497,7 +11367,7 @@ requires table or id arguments, row and < - source + source @@ -11537,7 +11407,7 @@ requires table or id arguments, row and < - source + source @@ -11577,7 +11447,7 @@ requires table or id arguments, row and < - source + source @@ -11617,7 +11487,7 @@ requires table or id arguments, row and < - source + source @@ -11657,7 +11527,7 @@ requires table or id arguments, row and < - source + source @@ -11737,7 +11607,7 @@ requires table or id arguments, row and < - source + source @@ -11777,7 +11647,7 @@ requires table or id arguments, row and < - source + source @@ -11860,7 +11730,7 @@ requires table or id arguments, row and < - source + source @@ -11918,7 +11788,7 @@ requires table or id arguments, row and < - source + source @@ -11959,7 +11829,7 @@ requires table or id arguments, row and < - source + source @@ -12000,7 +11870,7 @@ requires table or id arguments, row and < - source + source @@ -12051,7 +11921,7 @@ requires table or id arguments, row and < - source + source @@ -12092,7 +11962,7 @@ requires table or id arguments, row and < - source + source @@ -12133,7 +12003,7 @@ requires table or id arguments, row and < - source + source @@ -12190,7 +12060,7 @@ requires table or id arguments, row and < - source + source @@ -12231,7 +12101,7 @@ requires table or id arguments, row and < - source + source @@ -12300,7 +12170,7 @@ requires table or id arguments, row and < - source + source @@ -12368,7 +12238,7 @@ requires table or id arguments, row and < - source + source @@ -12411,7 +12281,7 @@ hidden when all the search terms are not found in inspected row.

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

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

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

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

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

- source + source @@ -12828,7 +12698,7 @@ custom options values and texts

- source + source @@ -12896,7 +12766,7 @@ custom options values and texts

- source + source @@ -12965,7 +12835,7 @@ custom options values and texts

- source + source @@ -13033,7 +12903,7 @@ custom options values and texts

- source + source @@ -13102,7 +12972,7 @@ custom options values and texts

- source + source @@ -13153,7 +13023,7 @@ custom options values and texts

- source + source @@ -13233,7 +13103,7 @@ custom options values and texts

- source + source @@ -13310,7 +13180,7 @@ custom options values and texts

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

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

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

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

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

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

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

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

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

- source + source @@ -13921,7 +13791,7 @@ defined

- source + source @@ -13973,7 +13843,7 @@ row)

- source + source @@ -14042,7 +13912,7 @@ row)

- source + source @@ -14122,7 +13992,7 @@ row)

- source + source @@ -14191,7 +14061,7 @@ row)

- source + source @@ -14260,7 +14130,7 @@ row)

- source + source @@ -14328,7 +14198,7 @@ row)

- source + source @@ -14407,7 +14277,7 @@ row)

- source + source @@ -14448,7 +14318,7 @@ row)

- source + source @@ -14489,7 +14359,7 @@ row)

- source + source @@ -14557,7 +14427,7 @@ row)

- source + source @@ -14626,7 +14496,7 @@ row)

- source + source @@ -14701,7 +14571,7 @@ row)

- source + source @@ -14752,7 +14622,7 @@ row)

- source + source @@ -14794,7 +14664,7 @@ row)

- source + source @@ -14852,7 +14722,7 @@ row)

- source + source @@ -14893,7 +14763,7 @@ row)

- source + source @@ -14951,7 +14821,7 @@ row)

- source + source @@ -14992,7 +14862,7 @@ row)

- source + source @@ -15049,7 +14919,7 @@ row)

- source + source @@ -15090,7 +14960,7 @@ row)

- source + source @@ -15148,7 +15018,7 @@ columns

- source + source @@ -15189,7 +15059,7 @@ columns

- source + source @@ -15230,7 +15100,7 @@ columns

- source + source @@ -15288,7 +15158,7 @@ columns

- source + source @@ -15346,7 +15216,7 @@ columns

- source + source @@ -15411,7 +15281,7 @@ columns

- source + source @@ -15452,7 +15322,7 @@ columns

- source + source @@ -15493,7 +15363,7 @@ columns

- source + source diff --git a/docs/coverage.json b/docs/coverage.json index 28905401..bf7a1473 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,7 +1,7 @@ { - "coverage": "30.24%", - "expectCount": 787, - "actualCount": 238, + "coverage": "30.82%", + "expectCount": 785, + "actualCount": 242, "files": { "src/const.js": { "expectCount": 13, @@ -64,13 +64,11 @@ }, "src/modules/alternateRows.js": { "expectCount": 11, - "actualCount": 6, + "actualCount": 8, "undocumentLines": [ - 4, - 15, - 36, - 17, - 39 + 19, + 40, + 21 ] }, "src/modules/checkList.js": { @@ -200,153 +198,149 @@ }, "src/emitter.js": { "expectCount": 6, - "actualCount": 5, - "undocumentLines": [ - 5 - ] + "actualCount": 6, + "undocumentLines": [] }, "src/tablefilter.js": { - "expectCount": 217, + "expectCount": 215, "actualCount": 78, "undocumentLines": [ - 381, - 378, + 377, + 374, 38, - 220, - 182, - 148, - 260, + 216, + 178, + 144, + 256, + 305, 309, - 313, 92, - 288, - 895, - 897, - 893, + 284, 891, - 291, - 293, + 893, + 889, 887, - 886, - 286, - 170, + 287, + 289, + 883, + 882, + 282, + 166, 56, - 341, 337, - 151, - 136, - 270, - 205, - 202, - 253, 333, - 265, - 180, - 257, - 84, - 235, - 269, - 233, - 146, - 237, - 267, + 147, + 132, + 266, + 201, + 198, + 249, + 329, + 261, 176, - 173, - 192, - 190, + 253, + 84, + 231, + 265, + 229, + 142, + 233, + 263, + 172, + 169, + 188, + 186, 101, 107, - 153, - 113, - 117, + 149, 111, - 155, - 157, - 144, - 264, - 261, + 151, + 153, + 140, + 260, + 257, 99, - 339, 335, - 150, - 252, - 172, - 364, - 369, - 184, - 55, - 213, - 49, - 119, - 128, - 574, - 188, - 245, + 331, + 146, 248, - 312, + 168, + 360, + 365, + 180, + 55, 209, + 49, + 115, + 124, + 570, + 184, + 241, + 244, + 308, + 205, + 117, + 126, + 259, + 174, + 262, + 247, + 276, + 898, + 899, + 258, 121, 130, - 263, - 178, - 266, - 251, - 280, - 902, - 903, - 262, - 125, - 134, - 218, + 214, 58, 57, - 303, - 258, - 239, - 226, - 168, - 298, - 223, - 165, - 295, - 194, - 199, - 241, - 259, - 216, + 299, + 254, + 235, + 222, + 164, + 294, + 219, + 161, + 291, + 190, + 195, + 237, + 255, + 212, + 343, 347, - 351, - 353, - 357, - 355, - 359, 349, - 123, - 132, + 353, + 351, + 355, + 345, + 119, + 128, 54, - 375, - 274, - 271, - 159, - 197, - 246, - 249, - 243, - 268, + 371, + 270, + 267, + 155, + 193, + 242, + 245, + 239, + 264, 53, - 324, - 277, - 141, - 142, + 320, + 273, + 137, + 138, 52, - 370, - 372, - 330, - 211, - 115, + 366, + 368, + 326, + 207, + 113, 50, - 186, - 208, + 182, + 204, 51 ] }, @@ -447,7 +441,7 @@ }, "src/modules/help.js": { "expectCount": 19, - "actualCount": 3, + "actualCount": 4, "undocumentLines": [ 10, 48, @@ -458,8 +452,7 @@ 45, 24, 51, - 66, - 118, + 123, 37, 27, 61, diff --git a/docs/dump.json b/docs/dump.json index a0ee0997..141d0fb9 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -364,11 +364,31 @@ "longname": "src/cookie.js", "access": null, "description": null, - "lineNumber": 5, - "content": "/**\n * Cookie utilities\n */\n\nexport default {\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 document.cookie = name + '=' + escape(value) + expire;\n },\n\n read(name){\n let cookieValue = '',\n search = name + '=';\n if(document.cookie.length > 0){\n let cookie = document.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 remove(name){\n this.write(name, '', -1);\n },\n\n valueToArray(name, separator){\n if(!separator){\n separator = ',';\n }\n //reads the cookie\n let val = this.read(name);\n //creates an array with filters' values\n let arr = val.split(separator);\n return arr;\n },\n\n getValueByIndex(name, index, separator){\n if(!separator){\n separator = ',';\n }\n //reads the cookie\n let val = this.valueToArray(name, separator);\n return val[index];\n }\n\n};\n" + "lineNumber": 1, + "content": "import {root} from './root';\n\n/**\n * Cookie utilities\n */\n\nconst doc = root.document;\n\nexport default {\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 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 remove(name) {\n this.write(name, '', -1);\n },\n\n valueToArray(name, separator) {\n if (!separator) {\n separator = ',';\n }\n //reads the cookie\n let val = this.read(name);\n //creates an array with filters' values\n let arr = val.split(separator);\n return arr;\n },\n\n getValueByIndex(name, index, separator) {\n if (!separator) {\n separator = ',';\n }\n //reads the cookie\n let val = this.valueToArray(name, separator);\n return val[index];\n }\n\n};\n" }, { "__docId__": 17, + "kind": "variable", + "static": true, + "variation": null, + "name": "doc", + "memberof": "src/cookie.js", + "longname": "src/cookie.js~doc", + "access": null, + "export": false, + "importPath": "tablefilter/src/cookie.js", + "importStyle": null, + "description": "Cookie utilities", + "lineNumber": 7, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 18, "kind": "file", "static": true, "variation": null, @@ -381,7 +401,7 @@ "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__": 18, + "__docId__": 19, "kind": "variable", "static": true, "variation": null, @@ -431,7 +451,7 @@ } }, { - "__docId__": 19, + "__docId__": 20, "kind": "variable", "static": true, "variation": null, @@ -481,7 +501,7 @@ } }, { - "__docId__": 20, + "__docId__": 21, "kind": "function", "static": true, "variation": null, @@ -511,7 +531,7 @@ "generator": false }, { - "__docId__": 21, + "__docId__": 22, "kind": "function", "static": true, "variation": null, @@ -541,7 +561,7 @@ "generator": false }, { - "__docId__": 22, + "__docId__": 23, "kind": "file", "static": true, "variation": null, @@ -554,7 +574,7 @@ "content": "import {root} from './root';\nimport {isArray, isString, isUndef} from './types';\nimport {trim} from './string';\n\n/**\n * DOM utilities\n */\n\nconst doc = root.document;\n\n/**\n * Returns text + text of children of given node\n * @param {NodeElement} node\n * @return {String}\n */\nexport const getText = node => {\n if (isUndef(node.textContent)) {\n return trim(node.innerText);\n }\n return trim(node.textContent);\n}\n\n/**\n * Returns the first text node contained in the supplied node\n * @param {NodeElement} node node\n * @return {String}\n */\nexport const getFirstTextNode = node => {\n for (let i = 0; i < node.childNodes.length; i++) {\n let n = node.childNodes[i];\n if (n.nodeType === 3) {\n return n.data;\n }\n }\n}\n\n/**\n * Creates an html element with given collection of attributes\n * @param {String} tag a string of the html tag to create\n * @param {Array} an undetermined number of arrays containing the with 2\n * items, the attribute name and its value ['id','myId']\n * @return {Object} created element\n */\nexport const createElm = (...args) => {\n let tag = args[0];\n if (!isString(tag)) {\n return null;\n }\n\n let el = doc.createElement(tag);\n for (let i = 0; i < args.length; i++) {\n let arg = args[i];\n\n if (isArray(arg) && arg.length === 2) {\n el.setAttribute(arg[0], arg[1]);\n }\n }\n\n return el;\n}\n\n/**\n * Removes passed node from DOM\n * @param {DOMElement} node\n * @return {DOMElement} old node reference\n */\nexport const removeElm = node => node.parentNode.removeChild(node);\n\n/**\n * Returns a text node with given text\n * @param {String} txt\n * @return {Object}\n */\nexport const createText = txt => doc.createTextNode(txt);\n\n/**\n * Determine whether the passed elements is assigned the given class\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n * @returns {Boolean}\n */\nexport const hasClass = (ele, cls) => {\n if (isUndef(ele)) {\n return false;\n }\n\n if (supportsClassList()) {\n return ele.classList.contains(cls);\n }\n return ele.className.match(new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)'));\n}\n\n/**\n * Adds the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const addClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.add(cls);\n return;\n }\n\n if (ele.className === '') {\n ele.className = cls;\n }\n else if (!hasClass(ele, cls)) {\n ele.className += ' ' + cls;\n }\n}\n\n/**\n * Removes the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const removeClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.remove(cls);\n return;\n }\n let reg = new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)', 'g');\n ele.className = ele.className.replace(reg, '');\n}\n\n/**\n * Creates and returns an option element\n * @param {String} text option text\n * @param {String} value option value\n * @param {Boolean} isSel whether option is selected\n * @return {Object} option element\n */\nexport const createOpt = (text, value, isSel) => {\n let isSelected = isSel ? true : false;\n let opt = isSelected ?\n createElm('option', ['value', value], ['selected', 'true']) :\n createElm('option', ['value', value]);\n opt.appendChild(createText(text));\n return opt;\n}\n\n/**\n * Creates and returns a checklist item\n * @param {Number} chkIndex index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n */\nexport const createCheckItem = (chkIndex, chkValue, labelText) => {\n let li = createElm('li');\n let label = createElm('label', ['for', chkIndex]);\n let check = createElm('input',\n ['id', chkIndex],\n ['name', chkIndex],\n ['type', 'checkbox'],\n ['value', chkValue]\n );\n label.appendChild(check);\n label.appendChild(createText(labelText));\n li.appendChild(label);\n li.label = label;\n li.check = check;\n return li;\n}\n\n/**\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n */\nexport const elm = id => doc.getElementById(id);\n\n/**\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n */\nexport const tag = (o, tagname) => o.getElementsByTagName(tagname);\n\n// HTML5 classList API\nfunction supportsClassList() {\n return doc.documentElement.classList;\n}\n" }, { - "__docId__": 23, + "__docId__": 24, "kind": "variable", "static": true, "variation": null, @@ -574,7 +594,7 @@ } }, { - "__docId__": 24, + "__docId__": 25, "kind": "variable", "static": true, "variation": null, @@ -614,7 +634,7 @@ } }, { - "__docId__": 25, + "__docId__": 26, "kind": "variable", "static": true, "variation": null, @@ -654,7 +674,7 @@ } }, { - "__docId__": 26, + "__docId__": 27, "kind": "variable", "static": true, "variation": null, @@ -704,7 +724,7 @@ } }, { - "__docId__": 27, + "__docId__": 28, "kind": "variable", "static": true, "variation": null, @@ -744,7 +764,7 @@ } }, { - "__docId__": 28, + "__docId__": 29, "kind": "variable", "static": true, "variation": null, @@ -784,7 +804,7 @@ } }, { - "__docId__": 29, + "__docId__": 30, "kind": "variable", "static": true, "variation": null, @@ -840,7 +860,7 @@ } }, { - "__docId__": 30, + "__docId__": 31, "kind": "variable", "static": true, "variation": null, @@ -882,7 +902,7 @@ } }, { - "__docId__": 31, + "__docId__": 32, "kind": "variable", "static": true, "variation": null, @@ -924,7 +944,7 @@ } }, { - "__docId__": 32, + "__docId__": 33, "kind": "variable", "static": true, "variation": null, @@ -984,7 +1004,7 @@ } }, { - "__docId__": 33, + "__docId__": 34, "kind": "variable", "static": true, "variation": null, @@ -1044,7 +1064,7 @@ } }, { - "__docId__": 34, + "__docId__": 35, "kind": "variable", "static": true, "variation": null, @@ -1084,7 +1104,7 @@ } }, { - "__docId__": 35, + "__docId__": 36, "kind": "variable", "static": true, "variation": null, @@ -1124,7 +1144,7 @@ } }, { - "__docId__": 36, + "__docId__": 37, "kind": "function", "static": true, "variation": null, @@ -1147,7 +1167,7 @@ "generator": false }, { - "__docId__": 37, + "__docId__": 38, "kind": "file", "static": true, "variation": null, @@ -1157,10 +1177,10 @@ "access": null, "description": null, "lineNumber": 4, - "content": "/**\n * Event emitter class\n */\nexport class Emitter {\n constructor() {\n /**\n * Events object\n * @type {Object}\n */\n this.events = {};\n }\n\n /**\n * Subscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n on(evts, fn) {\n evts.forEach((evt)=> {\n this.events[evt] = this.events[evt] || [];\n this.events[evt].push(fn);\n });\n }\n\n /**\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n off(evts, fn) {\n evts.forEach((evt)=> {\n if(evt in this.events) {\n this.events[evt].splice(this.events[evt].indexOf(fn), 1);\n }\n });\n }\n\n /**\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n */\n emit(evt /*, args...*/) {\n if(evt in this.events) {\n for(let i = 0; i < this.events[evt].length; i++) {\n this.events[evt][i].apply(this, [].slice.call(arguments, 1));\n }\n }\n }\n}\n" + "content": "/**\n * Event emitter class\n */\nexport class Emitter {\n /**\n * Creates an instance of Emitter.\n */\n constructor() {\n /**\n * Events object\n * @type {Object}\n */\n this.events = {};\n }\n\n /**\n * Subscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n on(evts, fn) {\n evts.forEach((evt) => {\n this.events[evt] = this.events[evt] || [];\n this.events[evt].push(fn);\n });\n }\n\n /**\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n off(evts, fn) {\n evts.forEach((evt) => {\n if (evt in this.events) {\n this.events[evt].splice(this.events[evt].indexOf(fn), 1);\n }\n });\n }\n\n /**\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n */\n emit(evt /*, args...*/) {\n if (evt in this.events) {\n for (let i = 0; i < this.events[evt].length; i++) {\n this.events[evt][i].apply(this, [].slice.call(arguments, 1));\n }\n }\n }\n}\n" }, { - "__docId__": 38, + "__docId__": 39, "kind": "class", "static": true, "variation": null, @@ -1176,7 +1196,7 @@ "interface": false }, { - "__docId__": 39, + "__docId__": 40, "kind": "constructor", "static": false, "variation": null, @@ -1184,14 +1204,13 @@ "memberof": "src/emitter.js~Emitter", "longname": "src/emitter.js~Emitter#constructor", "access": null, - "description": null, - "lineNumber": 5, - "undocument": true, + "description": "Creates an instance of Emitter.", + "lineNumber": 8, "params": [], "generator": false }, { - "__docId__": 40, + "__docId__": 41, "kind": "member", "static": false, "variation": null, @@ -1200,7 +1219,7 @@ "longname": "src/emitter.js~Emitter#events", "access": null, "description": "Events object", - "lineNumber": 10, + "lineNumber": 13, "type": { "nullable": null, "types": [ @@ -1211,7 +1230,7 @@ } }, { - "__docId__": 41, + "__docId__": 42, "kind": "method", "static": false, "variation": null, @@ -1220,42 +1239,7 @@ "longname": "src/emitter.js~Emitter#on", "access": null, "description": "Subscribe to an event", - "lineNumber": 18, - "params": [ - { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "optional": false, - "name": "evts", - "description": "Collection of event names" - }, - { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "optional": false, - "name": "fn", - "description": "Function invoked when event is emitted" - } - ], - "generator": false - }, - { - "__docId__": 42, - "kind": "method", - "static": false, - "variation": null, - "name": "off", - "memberof": "src/emitter.js~Emitter", - "longname": "src/emitter.js~Emitter#off", - "access": null, - "description": "Unsubscribe to an event", - "lineNumber": 30, + "lineNumber": 21, "params": [ { "nullable": null, @@ -1285,12 +1269,47 @@ "kind": "method", "static": false, "variation": null, + "name": "off", + "memberof": "src/emitter.js~Emitter", + "longname": "src/emitter.js~Emitter#off", + "access": null, + "description": "Unsubscribe to an event", + "lineNumber": 33, + "params": [ + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": false, + "name": "evts", + "description": "Collection of event names" + }, + { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "optional": false, + "name": "fn", + "description": "Function invoked when event is emitted" + } + ], + "generator": false + }, + { + "__docId__": 44, + "kind": "method", + "static": false, + "variation": null, "name": "emit", "memberof": "src/emitter.js~Emitter", "longname": "src/emitter.js~Emitter#emit", "access": null, "description": "Emit an event", - "lineNumber": 43, + "lineNumber": 46, "params": [ { "nullable": null, @@ -1306,7 +1325,7 @@ "generator": false }, { - "__docId__": 44, + "__docId__": 45, "kind": "file", "static": true, "variation": null, @@ -1316,10 +1335,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {root} from './root';\n\n/**\n * DOM event utilities\n */\n\nexport default {\n add(obj, type, func, capture){\n if(obj.addEventListener){\n obj.addEventListener(type, func, capture);\n }\n else if(obj.attachEvent){\n obj.attachEvent('on'+type, func);\n } else {\n obj['on'+type] = func;\n }\n },\n remove(obj, type, func, capture){\n if(obj.detachEvent){\n obj.detachEvent('on'+type,func);\n }\n else if(obj.removeEventListener){\n obj.removeEventListener(type, func, capture);\n } else {\n obj['on'+type] = null;\n }\n },\n stop(evt){\n if(!evt){\n evt = root.event;\n }\n if(evt.stopPropagation){\n evt.stopPropagation();\n } else {\n evt.cancelBubble = true;\n }\n },\n cancel(evt){\n if(!evt){\n evt = root.event;\n }\n if(evt.preventDefault) {\n evt.preventDefault();\n } else {\n evt.returnValue = false;\n }\n },\n target(evt){\n return (evt && evt.target) || (root.event && root.event.srcElement);\n },\n keyCode(evt){\n return evt.charCode ? evt.charCode :\n (evt.keyCode ? evt.keyCode: (evt.which ? evt.which : 0));\n }\n};\n" + "content": "import {root} from './root';\n\n/**\n * DOM event utilities\n */\n\nexport default {\n /**\n * Add event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\n add(obj, type, func, capture) {\n if (obj.addEventListener) {\n obj.addEventListener(type, func, capture);\n }\n else if (obj.attachEvent) {\n obj.attachEvent('on' + type, func);\n } else {\n obj['on' + type] = func;\n }\n },\n /**\n * Remove event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\n remove(obj, type, func, capture) {\n if (obj.detachEvent) {\n obj.detachEvent('on' + type, func);\n }\n else if (obj.removeEventListener) {\n obj.removeEventListener(type, func, capture);\n } else {\n obj['on' + type] = null;\n }\n },\n /**\n * Prevents further propagation of the current event in the bubbling phase\n *\n * @param {Event} evt Event on the DOM\n */\n stop(evt) {\n if (!evt) {\n evt = root.event;\n }\n if (evt.stopPropagation) {\n evt.stopPropagation();\n } else {\n evt.cancelBubble = true;\n }\n },\n /**\n * Cancels the event if it is cancelable, without stopping further\n * propagation of the event.\n *\n * @param {Event} evt Event on the DOM\n */\n cancel(evt) {\n if (!evt) {\n evt = root.event;\n }\n if (evt.preventDefault) {\n evt.preventDefault();\n } else {\n evt.returnValue = false;\n }\n },\n /**\n * Reference to the object that dispatched the event\n *\n * @param {Event} evt Event on the DOM\n * @returns {DOMElement}\n */\n target(evt) {\n if (!evt) {\n evt = root.event;\n }\n return evt.target || evt.srcElement;\n },\n /**\n * Returns the Unicode value of pressed key\n *\n * @param {Event} evt Event on the DOM\n * @returns {Number}\n */\n keyCode(evt) {\n return evt.charCode ? evt.charCode :\n (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));\n }\n};\n" }, { - "__docId__": 45, + "__docId__": 46, "kind": "file", "static": true, "variation": null, @@ -1332,7 +1351,7 @@ "content": "import {Feature} from '../../feature';\nimport {tag} from '../../dom';\nimport {INPUT} from '../../const';\nimport {root} from '../../root';\n\nconst INSTANTIATION_ERROR = `Failed to instantiate EditTable object.\n \\n\"ezEditTable\" dependency not found.`;\n\nexport default class AdapterEzEditTable extends Feature {\n /**\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, cfg) {\n super(tf, cfg.name);\n\n // ezEditTable config\n this.initialized = false;\n this.desc = cfg.description || 'ezEditTable adapter';\n this.filename = cfg.filename || 'ezEditTable.js';\n this.vendorPath = cfg.vendor_path;\n this.loadStylesheet = Boolean(cfg.load_stylesheet);\n this.stylesheet = cfg.stylesheet || this.vendorPath + 'ezEditTable.css';\n this.stylesheetName = cfg.stylesheet_name || 'ezEditTableCss';\n\n // Enable the ezEditTable's scroll into view behaviour if grid layout on\n cfg.scroll_into_view = cfg.scroll_into_view === false ?\n false : tf.gridLayout;\n\n this._ezEditTable = null;\n this.cfg = cfg;\n this.enable();\n }\n\n /**\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n */\n init() {\n if (this.initialized) {\n return;\n }\n var tf = this.tf;\n if (root.EditTable) {\n this._setAdvancedGrid();\n } else {\n var path = this.vendorPath + this.filename;\n tf.import(this.filename, path, () => { this._setAdvancedGrid(); });\n }\n if (this.loadStylesheet && !tf.isImported(this.stylesheet, 'link')) {\n tf.import(this.stylesheetName, this.stylesheet, null, 'link');\n }\n\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n this.emitter.on(['filter-focus', 'filter-blur'],\n () => this._toggleForInputFilter());\n\n this.initialized = true;\n }\n\n /**\n * Instantiate ezEditTable component for advanced grid features\n */\n _setAdvancedGrid() {\n var tf = this.tf;\n\n //start row for EditTable constructor needs to be calculated\n var startRow,\n cfg = this.cfg,\n thead = tag(tf.tbl, 'thead');\n\n //if thead exists and startRow not specified, startRow is calculated\n //automatically by EditTable\n if (thead.length > 0 && !cfg.startRow) {\n startRow = undefined;\n }\n //otherwise startRow config property if any or TableFilter refRow\n else {\n startRow = cfg.startRow || tf.refRow;\n }\n\n cfg.base_path = cfg.base_path || tf.basePath + 'ezEditTable/';\n var editable = cfg.editable;\n var selectable = cfg.selection;\n\n if (selectable) {\n cfg.default_selection = cfg.default_selection || 'row';\n }\n //CSS Styles\n cfg.active_cell_css = cfg.active_cell_css || 'ezETSelectedCell';\n\n var _lastValidRowIndex = 0;\n var _lastRowIndex = 0;\n\n if (selectable) {\n //Row navigation needs to be calculated according to TableFilter's\n //validRowsIndex array\n var onAfterSelection = function (et, selectedElm, e) {\n var slc = et.Selection;\n //Next valid filtered row needs to be selected\n var doSelect = function (nextRowIndex) {\n if (et.defaultSelection === 'row') {\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n } else {\n /* eslint-disable */\n et.ClearSelections();\n /* eslint-enable */\n var cellIndex = selectedElm.cellIndex,\n row = tf.tbl.rows[nextRowIndex];\n if (et.defaultSelection === 'both') {\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n }\n if (row) {\n /* eslint-disable */\n slc.SelectCell(row.cells[cellIndex]);\n /* eslint-enable */\n }\n }\n //Table is filtered\n if (tf.validRowsIndex.length !== tf.getRowsNb()) {\n var r = tf.tbl.rows[nextRowIndex];\n if (r) {\n r.scrollIntoView(false);\n }\n if (cell) {\n if (cell.cellIndex === (tf.getCellsNb() - 1) &&\n tf.gridLayout) {\n tf.tblCont.scrollLeft = 100000000;\n }\n else if (cell.cellIndex === 0 && tf.gridLayout) {\n tf.tblCont.scrollLeft = 0;\n } else {\n cell.scrollIntoView(false);\n }\n }\n }\n };\n\n //table is not filtered\n if (!tf.validRowsIndex) {\n return;\n }\n var validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm,\n //cell for default_selection = 'both' or 'cell'\n cell = selectedElm.nodeName === 'TD' ? selectedElm : null,\n /* eslint-disable */\n keyCode = e !== undefined ? et.Event.GetKey(e) : 0,\n /* eslint-enable */\n isRowValid = validIndexes.indexOf(row.rowIndex) !== -1,\n nextRowIndex,\n paging = tf.feature('paging'),\n //pgup/pgdown keys\n d = (keyCode === 34 || keyCode === 33 ?\n (paging && paging.pagingLength || et.nbRowsPerPage) :\n 1);\n\n //If next row is not valid, next valid filtered row needs to be\n //calculated\n if (!isRowValid) {\n //Selection direction up/down\n if (row.rowIndex > _lastRowIndex) {\n //last row\n if (row.rowIndex >= validIndexes[validIdxLen - 1]) {\n nextRowIndex = validIndexes[validIdxLen - 1];\n } else {\n var calcRowIndex = (_lastValidRowIndex + d);\n if (calcRowIndex > (validIdxLen - 1)) {\n nextRowIndex = validIndexes[validIdxLen - 1];\n } else {\n nextRowIndex = validIndexes[calcRowIndex];\n }\n }\n } else {\n //first row\n if (row.rowIndex <= validIndexes[0]) {\n nextRowIndex = validIndexes[0];\n } else {\n var v = validIndexes[_lastValidRowIndex - d];\n nextRowIndex = v ? v : validIndexes[0];\n }\n }\n _lastRowIndex = row.rowIndex;\n doSelect(nextRowIndex);\n } else {\n //If filtered row is valid, special calculation for\n //pgup/pgdown keys\n if (keyCode !== 34 && keyCode !== 33) {\n _lastValidRowIndex = validIndexes.indexOf(row.rowIndex);\n _lastRowIndex = row.rowIndex;\n } else {\n if (keyCode === 34) { //pgdown\n //last row\n if ((_lastValidRowIndex + d) <= (validIdxLen - 1)) {\n nextRowIndex = validIndexes[\n _lastValidRowIndex + d];\n } else {\n nextRowIndex = [validIdxLen - 1];\n }\n } else { //pgup\n //first row\n if ((_lastValidRowIndex - d) <= validIndexes[0]) {\n nextRowIndex = validIndexes[0];\n } else {\n nextRowIndex = validIndexes[\n _lastValidRowIndex - d];\n }\n }\n _lastRowIndex = nextRowIndex;\n _lastValidRowIndex = validIndexes.indexOf(nextRowIndex);\n doSelect(nextRowIndex);\n }\n }\n };\n\n //Page navigation has to be enforced whenever selected row is out of\n //the current page range\n var onBeforeSelection = function (et, selectedElm) {\n var row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm;\n if (tf.paging) {\n if (tf.feature('paging').nbPages > 1) {\n var paging = tf.feature('paging');\n //page length is re-assigned in case it has changed\n et.nbRowsPerPage = paging.pagingLength;\n var validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n pagingEndRow = parseInt(paging.startPagingRow, 10) +\n parseInt(paging.pagingLength, 10);\n var rowIndex = row.rowIndex;\n\n if ((rowIndex === validIndexes[validIdxLen - 1]) &&\n paging.currentPageNb !== paging.nbPages) {\n paging.setPage('last');\n }\n else if ((rowIndex === validIndexes[0]) &&\n paging.currentPageNb !== 1) {\n paging.setPage('first');\n }\n else if (rowIndex > validIndexes[pagingEndRow - 1] &&\n rowIndex < validIndexes[validIdxLen - 1]) {\n paging.setPage('next');\n }\n else if (\n rowIndex < validIndexes[paging.startPagingRow] &&\n rowIndex > validIndexes[0]) {\n paging.setPage('previous');\n }\n }\n }\n };\n\n //Selected row needs to be visible when paging is activated\n if (tf.paging) {\n tf.feature('paging').onAfterChangePage = function (paging) {\n var advGrid = paging.tf.extension('advancedGrid');\n var et = advGrid._ezEditTable;\n var slc = et.Selection;\n /* eslint-disable */\n var row = slc.GetActiveRow();\n /* eslint-enable */\n if (row) {\n row.scrollIntoView(false);\n }\n /* eslint-disable */\n var cell = slc.GetActiveCell();\n /* eslint-enable */\n if (cell) {\n cell.scrollIntoView(false);\n }\n };\n }\n\n //Rows navigation when rows are filtered is performed with the\n //EditTable row selection callback events\n if (cfg.default_selection === 'row') {\n var fnB = cfg.on_before_selected_row;\n cfg.on_before_selected_row = function () {\n onBeforeSelection(arguments[0], arguments[1], arguments[2]);\n if (fnB) {\n fnB.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n var fnA = cfg.on_after_selected_row;\n cfg.on_after_selected_row = function () {\n onAfterSelection(arguments[0], arguments[1], arguments[2]);\n if (fnA) {\n fnA.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n } else {\n var fnD = cfg.on_before_selected_cell;\n cfg.on_before_selected_cell = function () {\n onBeforeSelection(arguments[0], arguments[1], arguments[2]);\n if (fnD) {\n fnD.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n var fnC = cfg.on_after_selected_cell;\n cfg.on_after_selected_cell = function () {\n onAfterSelection(arguments[0], arguments[1], arguments[2]);\n if (fnC) {\n fnC.call(\n null, arguments[0], arguments[1], arguments[2]);\n }\n };\n }\n }\n if (editable) {\n //Added or removed rows, TF rows number needs to be re-calculated\n var fnE = cfg.on_added_dom_row;\n cfg.on_added_dom_row = function () {\n tf.nbFilterableRows++;\n if (!tf.paging) {\n tf.emitter.emit('rows-changed', tf, this);\n //tf.feature('rowsCounter').refresh();\n } else {\n tf.nbFilterableRows++;\n tf.paging = false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset();\n }\n if (tf.alternateRows) {\n tf.feature('alternateRows').init();\n }\n if (fnE) {\n fnE.call(null, arguments[0], arguments[1], arguments[2]);\n }\n };\n if (cfg.actions && cfg.actions['delete']) {\n var fnF = cfg.actions['delete'].on_after_submit;\n cfg.actions['delete'].on_after_submit = function () {\n tf.nbFilterableRows--;\n if (!tf.paging) {\n // tf.feature('rowsCounter').refresh();\n tf.emitter.emit('rows-changed', tf, this);\n } else {\n tf.nbFilterableRows--;\n tf.paging = false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset(false);\n }\n if (tf.alternateRows) {\n tf.feature('alternateRows').init();\n }\n if (fnF) {\n fnF.call(null, arguments[0], arguments[1]);\n }\n };\n }\n }\n\n try {\n /* eslint-disable */\n this._ezEditTable = new EditTable(tf.id, cfg, startRow);\n this._ezEditTable.Init();\n /* eslint-enable */\n } catch (e) { throw new Error(INSTANTIATION_ERROR); }\n\n this.initialized = true;\n }\n\n /**\n * Reset advanced grid when previously removed\n */\n reset() {\n var ezEditTable = this._ezEditTable;\n if (ezEditTable) {\n if (this.cfg.selection) {\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n if (this.cfg.editable) {\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n }\n }\n\n /**\n * Toggle behaviour\n */\n toggle() {\n var ezEditTable = this._ezEditTable;\n if (ezEditTable.editable) {\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n if (ezEditTable.selection) {\n /* eslint-disable */\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n }\n\n _toggleForInputFilter() {\n var tf = this.tf;\n if (!tf.getActiveFilterId()) {\n return;\n }\n var colIndex = tf.getColumnIndexFromFilterId(tf.getActiveFilterId());\n var filterType = tf.getFilterType(colIndex);\n if (filterType === INPUT) {\n this.toggle();\n }\n }\n\n /**\n * Remove advanced grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n var ezEditTable = this._ezEditTable;\n if (ezEditTable) {\n if (this.cfg.selection) {\n /* eslint-disable */\n ezEditTable.Selection.ClearSelections();\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n }\n if (this.cfg.editable) {\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n }\n }\n\n this.emitter.off(['filter-focus', 'filter-blur'],\n () => this._toggleForInputFilter());\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 46, + "__docId__": 47, "kind": "variable", "static": true, "variation": null, @@ -1353,7 +1372,7 @@ } }, { - "__docId__": 47, + "__docId__": 48, "kind": "class", "static": true, "variation": null, @@ -1373,7 +1392,7 @@ ] }, { - "__docId__": 48, + "__docId__": 49, "kind": "constructor", "static": false, "variation": null, @@ -1398,7 +1417,7 @@ "generator": false }, { - "__docId__": 49, + "__docId__": 50, "kind": "member", "static": false, "variation": null, @@ -1416,7 +1435,7 @@ } }, { - "__docId__": 50, + "__docId__": 51, "kind": "member", "static": false, "variation": null, @@ -1434,7 +1453,7 @@ } }, { - "__docId__": 51, + "__docId__": 52, "kind": "member", "static": false, "variation": null, @@ -1452,7 +1471,7 @@ } }, { - "__docId__": 52, + "__docId__": 53, "kind": "member", "static": false, "variation": null, @@ -1470,7 +1489,7 @@ } }, { - "__docId__": 53, + "__docId__": 54, "kind": "member", "static": false, "variation": null, @@ -1488,7 +1507,7 @@ } }, { - "__docId__": 54, + "__docId__": 55, "kind": "member", "static": false, "variation": null, @@ -1506,7 +1525,7 @@ } }, { - "__docId__": 55, + "__docId__": 56, "kind": "member", "static": false, "variation": null, @@ -1524,7 +1543,7 @@ } }, { - "__docId__": 56, + "__docId__": 57, "kind": "member", "static": false, "variation": null, @@ -1542,7 +1561,7 @@ } }, { - "__docId__": 57, + "__docId__": 58, "kind": "member", "static": false, "variation": null, @@ -1560,7 +1579,7 @@ } }, { - "__docId__": 58, + "__docId__": 59, "kind": "method", "static": false, "variation": null, @@ -1582,7 +1601,7 @@ "generator": false }, { - "__docId__": 59, + "__docId__": 60, "kind": "member", "static": false, "variation": null, @@ -1600,7 +1619,7 @@ } }, { - "__docId__": 60, + "__docId__": 61, "kind": "method", "static": false, "variation": null, @@ -1614,7 +1633,7 @@ "generator": false }, { - "__docId__": 61, + "__docId__": 62, "kind": "member", "static": false, "variation": null, @@ -1632,7 +1651,7 @@ } }, { - "__docId__": 62, + "__docId__": 63, "kind": "member", "static": false, "variation": null, @@ -1650,7 +1669,7 @@ } }, { - "__docId__": 63, + "__docId__": 64, "kind": "method", "static": false, "variation": null, @@ -1664,7 +1683,7 @@ "generator": false }, { - "__docId__": 64, + "__docId__": 65, "kind": "method", "static": false, "variation": null, @@ -1678,7 +1697,7 @@ "generator": false }, { - "__docId__": 65, + "__docId__": 66, "kind": "method", "static": false, "variation": null, @@ -1693,7 +1712,7 @@ "generator": false }, { - "__docId__": 66, + "__docId__": 67, "kind": "method", "static": false, "variation": null, @@ -1707,7 +1726,7 @@ "generator": false }, { - "__docId__": 67, + "__docId__": 68, "kind": "member", "static": false, "variation": null, @@ -1725,7 +1744,7 @@ } }, { - "__docId__": 68, + "__docId__": 69, "kind": "file", "static": true, "variation": null, @@ -1738,7 +1757,7 @@ "content": "import AdapterEzEditTable from './adapterEzEditTable';\n\nexport default AdapterEzEditTable;" }, { - "__docId__": 69, + "__docId__": 70, "kind": "file", "static": true, "variation": null, @@ -1751,7 +1770,7 @@ "content": "import {Feature} from '../../feature';\nimport {createText, elm} from '../../dom';\nimport {isArray, isFn, isUndef} from '../../types';\n\nexport default class ColOps extends Feature {\n\n /**\n * Column calculations\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, opts) {\n super(tf, opts.name);\n\n //calls function before col operation\n this.onBeforeOperation = isFn(opts.on_before_operation) ?\n opts.on_before_operation : null;\n //calls function after col operation\n this.onAfterOperation = isFn(opts.on_after_operation) ?\n opts.on_after_operation : null;\n\n this.opts = opts;\n this.enable();\n }\n\n init() {\n if (this.initialized) {\n return;\n }\n // subscribe to events\n this.tf.emitter.on(['after-filtering'], () => this.calc());\n\n this.calc();\n this.initialized = true;\n }\n\n /**\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n */\n calc() {\n var tf = this.tf;\n if (!tf.isInitialized()) {\n return;\n }\n\n if (this.onBeforeOperation) {\n this.onBeforeOperation.call(null, tf);\n }\n\n var opts = this.opts,\n labelId = opts.id,\n colIndex = opts.col,\n operation = opts.operation,\n outputType = opts.write_method,\n totRowIndex = opts.tot_row_index,\n excludeRow = opts.exclude_row,\n decimalPrecision = isUndef(opts.decimal_precision) ?\n 2 : opts.decimal_precision;\n\n //nuovella: determine unique list of columns to operate on\n var ucolIndex = [],\n ucolMax = 0;\n ucolIndex[ucolMax] = colIndex[0];\n\n for (var ii = 1; ii < colIndex.length; ii++) {\n var saved = 0;\n //see if colIndex[ii] is already in the list of unique indexes\n for (var jj = 0; jj <= ucolMax; jj++) {\n if (ucolIndex[jj] === colIndex[ii]) {\n saved = 1;\n }\n }\n //if not saved then, save the index;\n if (saved === 0) {\n ucolMax++;\n ucolIndex[ucolMax] = colIndex[ii];\n }\n }\n\n if (isArray(labelId) && isArray(colIndex) && isArray(operation)) {\n var rows = tf.tbl.rows,\n colvalues = [];\n\n for (var ucol = 0; ucol <= ucolMax; ucol++) {\n //this retrieves col values\n //use ucolIndex because we only want to pass through this loop\n //once for each column get the values in this unique column\n colvalues.push(\n tf.getColValues(ucolIndex[ucol], false, true, excludeRow));\n\n //next: calculate all operations for this column\n var result,\n nbvalues = 0,\n temp,\n meanValue = 0,\n sumValue = 0,\n minValue = null,\n maxValue = null,\n q1Value = null,\n medValue = null,\n q3Value = null,\n meanFlag = 0,\n sumFlag = 0,\n minFlag = 0,\n maxFlag = 0,\n q1Flag = 0,\n medFlag = 0,\n q3Flag = 0,\n theList = [],\n opsThisCol = [],\n decThisCol = [],\n labThisCol = [],\n oTypeThisCol = [],\n mThisCol = -1;\n\n for (var k = 0; k < colIndex.length; k++) {\n if (colIndex[k] === ucolIndex[ucol]) {\n mThisCol++;\n opsThisCol[mThisCol] = operation[k].toLowerCase();\n decThisCol[mThisCol] = decimalPrecision[k];\n labThisCol[mThisCol] = labelId[k];\n oTypeThisCol = isArray(outputType) ?\n outputType[k] : null;\n\n switch (opsThisCol[mThisCol]) {\n case 'mean':\n meanFlag = 1;\n break;\n case 'sum':\n sumFlag = 1;\n break;\n case 'min':\n minFlag = 1;\n break;\n case 'max':\n maxFlag = 1;\n break;\n case 'median':\n medFlag = 1;\n break;\n case 'q1':\n q1Flag = 1;\n break;\n case 'q3':\n q3Flag = 1;\n break;\n }\n }\n }\n\n for (var j = 0; j < colvalues[ucol].length; j++) {\n //sort the list for calculation of median and quartiles\n if ((q1Flag === 1) || (q3Flag === 1) || (medFlag === 1)) {\n if (j < colvalues[ucol].length - 1) {\n for (k = j + 1; k < colvalues[ucol].length; k++) {\n /* eslint-disable */\n if (eval(colvalues[ucol][k]) <\n eval(colvalues[ucol][j])) {\n /* eslint-enable */\n temp = colvalues[ucol][j];\n colvalues[ucol][j] = colvalues[ucol][k];\n colvalues[ucol][k] = temp;\n }\n }\n }\n }\n var cvalue = parseFloat(colvalues[ucol][j]);\n theList[j] = parseFloat(cvalue);\n\n if (!isNaN(cvalue)) {\n nbvalues++;\n if (sumFlag === 1 || meanFlag === 1) {\n sumValue += parseFloat(cvalue);\n }\n if (minFlag === 1) {\n if (minValue === null) {\n minValue = parseFloat(cvalue);\n } else {\n minValue = parseFloat(cvalue) < minValue ?\n parseFloat(cvalue) : minValue;\n }\n }\n if (maxFlag === 1) {\n if (maxValue === null) {\n maxValue = parseFloat(cvalue);\n } else {\n maxValue = parseFloat(cvalue) > maxValue ?\n parseFloat(cvalue) : maxValue;\n }\n }\n }\n }//for j\n if (meanFlag === 1) {\n meanValue = sumValue / nbvalues;\n }\n if (medFlag === 1) {\n var aux = 0;\n if (nbvalues % 2 === 1) {\n aux = Math.floor(nbvalues / 2);\n medValue = theList[aux];\n } else {\n medValue = (theList[nbvalues / 2] +\n theList[((nbvalues / 2) - 1)]) / 2;\n }\n }\n var posa;\n if (q1Flag === 1) {\n posa = 0.0;\n posa = Math.floor(nbvalues / 4);\n if (4 * posa === nbvalues) {\n q1Value = (theList[posa - 1] + theList[posa]) / 2;\n } else {\n q1Value = theList[posa];\n }\n }\n if (q3Flag === 1) {\n posa = 0.0;\n var posb = 0.0;\n posa = Math.floor(nbvalues / 4);\n if (4 * posa === nbvalues) {\n posb = 3 * posa;\n q3Value = (theList[posb] + theList[posb - 1]) / 2;\n } else {\n q3Value = theList[nbvalues - posa - 1];\n }\n }\n\n for (var i = 0; i <= mThisCol; i++) {\n switch (opsThisCol[i]) {\n case 'mean':\n result = meanValue;\n break;\n case 'sum':\n result = sumValue;\n break;\n case 'min':\n result = minValue;\n break;\n case 'max':\n result = maxValue;\n break;\n case 'median':\n result = medValue;\n break;\n case 'q1':\n result = q1Value;\n break;\n case 'q3':\n result = q3Value;\n break;\n }\n\n var precision = !isNaN(decThisCol[i]) ? decThisCol[i] : 2;\n\n //if outputType is defined\n if (oTypeThisCol && result) {\n result = result.toFixed(precision);\n\n if (elm(labThisCol[i])) {\n switch (oTypeThisCol.toLowerCase()) {\n case 'innerhtml':\n if (isNaN(result) || !isFinite(result) ||\n nbvalues === 0) {\n elm(labThisCol[i]).innerHTML = '.';\n } else {\n elm(labThisCol[i]).innerHTML = result;\n }\n break;\n case 'setvalue':\n elm(labThisCol[i]).value = result;\n break;\n case 'createtextnode':\n var oldnode =\n elm(labThisCol[i]).firstChild;\n var txtnode = createText(result);\n elm(labThisCol[i])\n .replaceChild(txtnode, oldnode);\n break;\n }//switch\n }\n } else {\n try {\n if (isNaN(result) || !isFinite(result) ||\n nbvalues === 0) {\n elm(labThisCol[i]).innerHTML = '.';\n } else {\n elm(labThisCol[i]).innerHTML =\n result.toFixed(precision);\n }\n } catch (e) { }//catch\n }//else\n }//for i\n\n // row(s) with result are always visible\n var totRow = totRowIndex && totRowIndex[ucol] ?\n rows[totRowIndex[ucol]] : null;\n if (totRow) {\n totRow.style.display = '';\n }\n }//for ucol\n }//if typeof\n\n if (this.onAfterOperation) {\n this.onAfterOperation.call(null, tf);\n }\n }\n\n destroy() {\n if (!this.initialized) {\n return;\n }\n // unsubscribe to events\n this.tf.emitter.off(['after-filtering'], () => this.calc());\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 70, + "__docId__": 71, "kind": "class", "static": true, "variation": null, @@ -1771,7 +1790,7 @@ ] }, { - "__docId__": 71, + "__docId__": 72, "kind": "constructor", "static": false, "variation": null, @@ -1796,7 +1815,7 @@ "generator": false }, { - "__docId__": 72, + "__docId__": 73, "kind": "member", "static": false, "variation": null, @@ -1814,7 +1833,7 @@ } }, { - "__docId__": 73, + "__docId__": 74, "kind": "member", "static": false, "variation": null, @@ -1832,7 +1851,7 @@ } }, { - "__docId__": 74, + "__docId__": 75, "kind": "member", "static": false, "variation": null, @@ -1850,7 +1869,7 @@ } }, { - "__docId__": 75, + "__docId__": 76, "kind": "method", "static": false, "variation": null, @@ -1865,7 +1884,7 @@ "generator": false }, { - "__docId__": 76, + "__docId__": 77, "kind": "member", "static": false, "variation": null, @@ -1883,7 +1902,7 @@ } }, { - "__docId__": 77, + "__docId__": 78, "kind": "method", "static": false, "variation": null, @@ -1897,7 +1916,7 @@ "generator": false }, { - "__docId__": 78, + "__docId__": 79, "kind": "method", "static": false, "variation": null, @@ -1912,7 +1931,7 @@ "generator": false }, { - "__docId__": 79, + "__docId__": 80, "kind": "member", "static": false, "variation": null, @@ -1930,7 +1949,7 @@ } }, { - "__docId__": 80, + "__docId__": 81, "kind": "file", "static": true, "variation": null, @@ -1943,7 +1962,7 @@ "content": "import {Feature} from '../../feature';\nimport {\n addClass, removeClass, createCheckItem, createElm, elm, removeElm,\n getText, tag\n} from '../../dom';\nimport {isFn} from '../../types';\nimport Event from '../../event';\n\nexport default class ColsVisibility extends Feature {\n\n /**\n * Columns Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Extension's configuration\n */\n constructor(tf, f) {\n super(tf, f.name);\n\n // Configuration object\n let cfg = tf.config();\n\n this.initialized = false;\n this.name = f.name;\n this.desc = f.description || 'Columns visibility manager';\n\n //show/hide cols span element\n this.spanEl = null;\n //show/hide cols button element\n this.btnEl = null;\n //show/hide cols container div element\n this.contEl = null;\n\n //tick to hide or show column\n this.tickToHide = f.tick_to_hide === false ? false : true;\n //enables/disables cols manager generation\n this.manager = f.manager === false ? false : true;\n //only if external headers\n this.headersTbl = f.headers_table || false;\n //only if external headers\n this.headersIndex = f.headers_index || 1;\n //id of container element\n this.contElTgtId = f.container_target_id || null;\n //alternative headers text\n this.headersText = f.headers_text || null;\n //id of button container element\n this.btnTgtId = f.btn_target_id || null;\n //defines show/hide cols text\n this.btnText = f.btn_text || 'Columns▼';\n //defines show/hide cols button innerHtml\n this.btnHtml = f.btn_html || null;\n //defines css class for show/hide cols button\n this.btnCssClass = f.btn_css_class || 'colVis';\n //defines close link text\n this.btnCloseText = f.btn_close_text || 'Close';\n //defines close button innerHtml\n this.btnCloseHtml = f.btn_close_html || null;\n //defines css class for close button\n this.btnCloseCssClass = f.btn_close_css_class || this.btnCssClass;\n this.stylesheet = f.stylesheet || 'colsVisibility.css';\n //span containing show/hide cols button\n this.prfx = 'colVis_';\n //defines css class span containing show/hide cols\n this.spanCssClass = f.span_css_class || 'colVisSpan';\n this.prfxCont = this.prfx + 'Cont_';\n //defines css class div containing show/hide cols\n this.contCssClass = f.cont_css_class || 'colVisCont';\n //defines css class for cols list (ul)\n this.listCssClass = cfg.list_css_class || 'cols_checklist';\n //defines css class for list item (li)\n this.listItemCssClass = cfg.checklist_item_css_class ||\n 'cols_checklist_item';\n //defines css class for selected list item (li)\n this.listSlcItemCssClass = cfg.checklist_selected_item_css_class ||\n 'cols_checklist_slc_item';\n //text preceding columns list\n this.text = f.text || (this.tickToHide ? 'Hide: ' : 'Show: ');\n this.atStart = f.at_start || null;\n this.enableHover = Boolean(f.enable_hover);\n //enables select all option\n this.enableTickAll = Boolean(f.enable_tick_all);\n //text preceding columns list\n this.tickAllText = f.tick_all_text || 'Select all:';\n\n //array containing hidden columns indexes\n this.hiddenCols = [];\n this.tblHasColTag = tag(tf.tbl, 'col').length > 0;\n\n //callback invoked just after cols manager is loaded\n this.onLoaded = isFn(f.on_loaded) ? f.on_loaded : null;\n //calls function before cols manager is opened\n this.onBeforeOpen = isFn(f.on_before_open) ? f.on_before_open : null;\n //calls function after cols manager is opened\n this.onAfterOpen = isFn(f.on_after_open) ? f.on_after_open : null;\n //calls function before cols manager is closed\n this.onBeforeClose = isFn(f.on_before_close) ? f.on_before_close : null;\n //calls function after cols manager is closed\n this.onAfterClose = isFn(f.on_after_close) ? f.on_after_close : null;\n\n //callback before col is hidden\n this.onBeforeColHidden = isFn(f.on_before_col_hidden) ?\n f.on_before_col_hidden : null;\n //callback after col is hidden\n this.onAfterColHidden = isFn(f.on_after_col_hidden) ?\n f.on_after_col_hidden : null;\n //callback before col is displayed\n this.onBeforeColDisplayed = isFn(f.on_before_col_displayed) ?\n f.on_before_col_displayed : null;\n //callback after col is displayed\n this.onAfterColDisplayed = isFn(f.on_after_col_displayed) ?\n f.on_after_col_displayed : null;\n\n //Grid layout compatibility\n if (tf.gridLayout) {\n this.headersTbl = tf.feature('gridLayout').headTbl; //headers table\n this.headersIndex = 0; //headers index\n this.onAfterColDisplayed = function () { };\n this.onAfterColHidden = function () { };\n }\n\n //Loads extension stylesheet\n tf.import(f.name + 'Style', tf.stylePath + this.stylesheet, null,\n 'link');\n\n this.enable();\n }\n\n toggle() {\n let contDisplay = this.contEl.style.display;\n let onBeforeOpen = this.onBeforeOpen;\n let onBeforeClose = this.onBeforeClose;\n let onAfterOpen = this.onAfterOpen;\n let onAfterClose = this.onAfterClose;\n\n if (onBeforeOpen && contDisplay !== 'inline') {\n onBeforeOpen.call(null, this);\n }\n if (onBeforeClose && contDisplay === 'inline') {\n onBeforeClose.call(null, this);\n }\n\n this.contEl.style.display = contDisplay === 'inline' ?\n 'none' : 'inline';\n\n if (onAfterOpen && contDisplay !== 'inline') {\n onAfterOpen.call(null, this);\n }\n if (onAfterClose && contDisplay === 'inline') {\n onAfterClose.call(null, this);\n }\n }\n\n checkItem(lbl) {\n let li = lbl.parentNode;\n if (!li || !lbl) {\n return;\n }\n let isChecked = lbl.firstChild.checked;\n let colIndex = lbl.firstChild.getAttribute('id').split('_')[1];\n colIndex = parseInt(colIndex, 10);\n if (isChecked) {\n addClass(li, this.listSlcItemCssClass);\n } else {\n removeClass(li, this.listSlcItemCssClass);\n }\n\n let hide = false;\n if ((this.tickToHide && isChecked) ||\n (!this.tickToHide && !isChecked)) {\n hide = true;\n }\n this.setHidden(colIndex, hide);\n }\n\n init() {\n if (this.initialized || !this.manager) {\n return;\n }\n\n this.emitter.on(['hide-column'],\n (tf, colIndex) => this.hideCol(colIndex));\n\n this.buildBtn();\n this.buildManager();\n\n this.initialized = true;\n this.emitter.emit('columns-visibility-initialized', this.tf, this);\n\n // Hide columns at start at very end of initialization\n this._hideAtStart();\n }\n\n /**\n * Build main button UI\n */\n buildBtn() {\n if (this.btnEl) {\n return;\n }\n let tf = this.tf;\n let span = createElm('span', ['id', this.prfx + tf.id]);\n span.className = this.spanCssClass;\n\n //Container element (rdiv or custom element)\n if (!this.btnTgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.btnTgtId ? tf.rDiv : elm(this.btnTgtId);\n\n if (!this.btnTgtId) {\n let firstChild = targetEl.firstChild;\n firstChild.parentNode.insertBefore(span, firstChild);\n } else {\n targetEl.appendChild(span);\n }\n\n if (!this.btnHtml) {\n let btn = createElm('a', ['href', 'javascript:;']);\n btn.className = this.btnCssClass;\n btn.title = this.desc;\n\n btn.innerHTML = this.btnText;\n span.appendChild(btn);\n if (!this.enableHover) {\n Event.add(btn, 'click', (evt) => this.toggle(evt));\n } else {\n Event.add(btn, 'mouseover', (evt) => this.toggle(evt));\n }\n } else { //Custom html\n span.innerHTML = this.btnHtml;\n let colVisEl = span.firstChild;\n if (!this.enableHover) {\n Event.add(colVisEl, 'click', (evt) => this.toggle(evt));\n } else {\n Event.add(colVisEl, 'mouseover', (evt) => this.toggle(evt));\n }\n }\n\n this.spanEl = span;\n this.btnEl = this.spanEl.firstChild;\n\n if (this.onLoaded) {\n this.onLoaded.call(null, this);\n }\n }\n\n /**\n * Build columns manager UI\n */\n buildManager() {\n let tf = this.tf;\n\n let container = !this.contElTgtId ?\n createElm('div', ['id', this.prfxCont + tf.id]) :\n elm(this.contElTgtId);\n container.className = this.contCssClass;\n\n //Extension description\n let extNameLabel = createElm('p');\n extNameLabel.innerHTML = this.text;\n container.appendChild(extNameLabel);\n\n //Headers list\n let ul = createElm('ul', ['id', 'ul' + this.name + '_' + tf.id]);\n ul.className = this.listCssClass;\n\n let tbl = this.headersTbl ? this.headersTbl : tf.tbl;\n let headerIndex = this.headersTbl ?\n this.headersIndex : tf.getHeadersRowIndex();\n let headerRow = tbl.rows[headerIndex];\n\n //Tick all option\n if (this.enableTickAll) {\n let li = createCheckItem('col__' + tf.id, this.tickAllText,\n this.tickAllText);\n addClass(li, this.listItemCssClass);\n ul.appendChild(li);\n li.check.checked = !this.tickToHide;\n\n Event.add(li.check, 'click', () => {\n for (let h = 0; h < headerRow.cells.length; h++) {\n let itm = elm('col_' + h + '_' + tf.id);\n if (itm && li.check.checked !== itm.checked) {\n itm.click();\n itm.checked = li.check.checked;\n }\n }\n });\n }\n\n for (let i = 0; i < headerRow.cells.length; i++) {\n let cell = headerRow.cells[i];\n let cellText = this.headersText && this.headersText[i] ?\n this.headersText[i] : this._getHeaderText(cell);\n let liElm = createCheckItem('col_' + i + '_' + tf.id, cellText,\n cellText);\n addClass(liElm, this.listItemCssClass);\n if (!this.tickToHide) {\n addClass(liElm, this.listSlcItemCssClass);\n }\n ul.appendChild(liElm);\n if (!this.tickToHide) {\n liElm.check.checked = true;\n }\n\n Event.add(liElm.check, 'click', (evt) => {\n let elm = Event.target(evt);\n let lbl = elm.parentNode;\n this.checkItem(lbl);\n });\n }\n\n //separator\n let p = createElm('p', ['align', 'center']);\n let btn;\n //Close link\n if (!this.btnCloseHtml) {\n btn = createElm('a', ['href', 'javascript:;']);\n btn.className = this.btnCloseCssClass;\n btn.innerHTML = this.btnCloseText;\n Event.add(btn, 'click', (evt) => this.toggle(evt));\n p.appendChild(btn);\n } else {\n p.innerHTML = this.btnCloseHtml;\n btn = p.firstChild;\n Event.add(btn, 'click', (evt) => this.toggle(evt));\n }\n\n container.appendChild(ul);\n container.appendChild(p);\n\n this.btnEl.parentNode.insertBefore(container, this.btnEl);\n this.contEl = container;\n }\n\n /**\n * Hide or show specified columns\n * @param {Numner} colIndex Column index\n * @param {Boolean} hide Hide column if true or show if false\n */\n setHidden(colIndex, hide) {\n let tf = this.tf;\n let tbl = tf.tbl;\n\n if (this.onBeforeColHidden && hide) {\n this.onBeforeColHidden.call(null, this, colIndex);\n }\n if (this.onBeforeColDisplayed && !hide) {\n this.onBeforeColDisplayed.call(null, this, colIndex);\n }\n\n this._hideCells(tbl, colIndex, hide);\n if (this.headersTbl) {\n this._hideCells(this.headersTbl, colIndex, hide);\n }\n\n let hiddenCols = this.hiddenCols;\n let itemIndex = hiddenCols.indexOf(colIndex);\n if (hide) {\n if (itemIndex === -1) {\n this.hiddenCols.push(colIndex);\n }\n } else {\n if (itemIndex !== -1) {\n this.hiddenCols.splice(itemIndex, 1);\n }\n }\n\n let gridLayout;\n let headTbl;\n let gridColElms;\n if (hide) {\n //This event is fired just after a column is displayed for\n //grid_layout support\n //TODO: grid layout module should be responsible for those\n //calculations\n if (tf.gridLayout) {\n gridLayout = tf.feature('gridLayout');\n headTbl = gridLayout.headTbl;\n gridColElms = gridLayout.gridColElms;\n let hiddenWidth = parseInt(\n gridColElms[colIndex].style.width, 10);\n\n let headTblW = parseInt(headTbl.style.width, 10);\n headTbl.style.width = headTblW - hiddenWidth + 'px';\n tbl.style.width = headTbl.style.width;\n }\n if (this.onAfterColHidden) {\n this.onAfterColHidden.call(null, this, colIndex);\n }\n this.emitter.emit('column-hidden', tf, this, colIndex,\n this.hiddenCols);\n }\n\n if (!hide) {\n //This event is fired just after a column is displayed for\n //grid_layout support\n //TODO: grid layout module should be responsible for those\n //calculations\n if (tf.gridLayout) {\n gridLayout = tf.feature('gridLayout');\n headTbl = gridLayout.headTbl;\n gridColElms = gridLayout.gridColElms;\n let width = parseInt(gridColElms[colIndex].style.width, 10);\n headTbl.style.width =\n (parseInt(headTbl.style.width, 10) + width) + 'px';\n tf.tbl.style.width = headTbl.style.width;\n }\n if (this.onAfterColDisplayed) {\n this.onAfterColDisplayed.call(null, this, colIndex);\n }\n this.emitter.emit('column-shown', tf, this, colIndex,\n this.hiddenCols);\n }\n }\n\n /**\n * Show specified column\n * @param {Number} colIndex Column index\n */\n showCol(colIndex) {\n if (colIndex === undefined || !this.isColHidden(colIndex)) {\n return;\n }\n if (this.manager && this.contEl) {\n let itm = elm('col_' + colIndex + '_' + this.tf.id);\n if (itm) {\n itm.click();\n }\n } else {\n this.setHidden(colIndex, false);\n }\n }\n\n /**\n * Hide specified column\n * @param {Number} colIndex Column index\n */\n hideCol(colIndex) {\n if (colIndex === undefined || this.isColHidden(colIndex)) {\n return;\n }\n if (this.manager && this.contEl) {\n let itm = elm('col_' + colIndex + '_' + this.tf.id);\n if (itm) {\n itm.click();\n }\n } else {\n this.setHidden(colIndex, true);\n }\n }\n\n /**\n * Determine if specified column is hidden\n * @param {Number} colIndex Column index\n */\n isColHidden(colIndex) {\n if (this.hiddenCols.indexOf(colIndex) !== -1) {\n return true;\n }\n return false;\n }\n\n /**\n * Toggle visibility of specified column\n * @param {Number} colIndex Column index\n */\n toggleCol(colIndex) {\n if (colIndex === undefined || this.isColHidden(colIndex)) {\n this.showCol(colIndex);\n } else {\n this.hideCol(colIndex);\n }\n }\n\n /**\n * Return the indexes of the columns currently hidden\n * @return {Array} column indexes\n */\n getHiddenCols() {\n return this.hiddenCols;\n }\n\n /**\n * Remove the columns manager\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n if (elm(this.contElTgtId)) {\n elm(this.contElTgtId).innerHTML = '';\n } else {\n this.contEl.innerHTML = '';\n removeElm(this.contEl);\n this.contEl = null;\n }\n this.btnEl.innerHTML = '';\n removeElm(this.btnEl);\n this.btnEl = null;\n\n this.emitter.off(['hide-column'],\n (tf, colIndex) => this.hideCol(colIndex));\n\n this.initialized = false;\n }\n\n _getHeaderText(cell) {\n if (!cell.hasChildNodes) {\n return '';\n }\n\n for (let i = 0; i < cell.childNodes.length; i++) {\n let n = cell.childNodes[i];\n if (n.nodeType === 3) {\n return n.nodeValue;\n } else if (n.nodeType === 1) {\n if (n.id && n.id.indexOf('popUp') !== -1) {\n continue;\n } else {\n return getText(n);\n }\n }\n continue;\n }\n return '';\n }\n\n _hideCells(tbl, colIndex, hide) {\n for (let i = 0; i < tbl.rows.length; i++) {\n let row = tbl.rows[i];\n let cell = row.cells[colIndex];\n if (cell) {\n cell.style.display = hide ? 'none' : '';\n }\n }\n }\n\n _hideAtStart() {\n if (!this.atStart) {\n return;\n }\n this.atStart.forEach((colIdx) => {\n this.hideCol(colIdx);\n });\n }\n}\n" }, { - "__docId__": 81, + "__docId__": 82, "kind": "class", "static": true, "variation": null, @@ -1963,7 +1982,7 @@ ] }, { - "__docId__": 82, + "__docId__": 83, "kind": "constructor", "static": false, "variation": null, @@ -1998,7 +2017,7 @@ "generator": false }, { - "__docId__": 83, + "__docId__": 84, "kind": "member", "static": false, "variation": null, @@ -2016,7 +2035,7 @@ } }, { - "__docId__": 84, + "__docId__": 85, "kind": "member", "static": false, "variation": null, @@ -2034,7 +2053,7 @@ } }, { - "__docId__": 85, + "__docId__": 86, "kind": "member", "static": false, "variation": null, @@ -2052,7 +2071,7 @@ } }, { - "__docId__": 86, + "__docId__": 87, "kind": "member", "static": false, "variation": null, @@ -2070,7 +2089,7 @@ } }, { - "__docId__": 87, + "__docId__": 88, "kind": "member", "static": false, "variation": null, @@ -2088,7 +2107,7 @@ } }, { - "__docId__": 88, + "__docId__": 89, "kind": "member", "static": false, "variation": null, @@ -2106,7 +2125,7 @@ } }, { - "__docId__": 89, + "__docId__": 90, "kind": "member", "static": false, "variation": null, @@ -2124,7 +2143,7 @@ } }, { - "__docId__": 90, + "__docId__": 91, "kind": "member", "static": false, "variation": null, @@ -2142,7 +2161,7 @@ } }, { - "__docId__": 91, + "__docId__": 92, "kind": "member", "static": false, "variation": null, @@ -2160,7 +2179,7 @@ } }, { - "__docId__": 92, + "__docId__": 93, "kind": "member", "static": false, "variation": null, @@ -2178,7 +2197,7 @@ } }, { - "__docId__": 93, + "__docId__": 94, "kind": "member", "static": false, "variation": null, @@ -2196,7 +2215,7 @@ } }, { - "__docId__": 94, + "__docId__": 95, "kind": "member", "static": false, "variation": null, @@ -2214,7 +2233,7 @@ } }, { - "__docId__": 95, + "__docId__": 96, "kind": "member", "static": false, "variation": null, @@ -2232,7 +2251,7 @@ } }, { - "__docId__": 96, + "__docId__": 97, "kind": "member", "static": false, "variation": null, @@ -2250,7 +2269,7 @@ } }, { - "__docId__": 97, + "__docId__": 98, "kind": "member", "static": false, "variation": null, @@ -2268,7 +2287,7 @@ } }, { - "__docId__": 98, + "__docId__": 99, "kind": "member", "static": false, "variation": null, @@ -2286,7 +2305,7 @@ } }, { - "__docId__": 99, + "__docId__": 100, "kind": "member", "static": false, "variation": null, @@ -2304,7 +2323,7 @@ } }, { - "__docId__": 100, + "__docId__": 101, "kind": "member", "static": false, "variation": null, @@ -2322,7 +2341,7 @@ } }, { - "__docId__": 101, + "__docId__": 102, "kind": "member", "static": false, "variation": null, @@ -2340,7 +2359,7 @@ } }, { - "__docId__": 102, + "__docId__": 103, "kind": "member", "static": false, "variation": null, @@ -2358,7 +2377,7 @@ } }, { - "__docId__": 103, + "__docId__": 104, "kind": "member", "static": false, "variation": null, @@ -2376,7 +2395,7 @@ } }, { - "__docId__": 104, + "__docId__": 105, "kind": "member", "static": false, "variation": null, @@ -2394,7 +2413,7 @@ } }, { - "__docId__": 105, + "__docId__": 106, "kind": "member", "static": false, "variation": null, @@ -2412,7 +2431,7 @@ } }, { - "__docId__": 106, + "__docId__": 107, "kind": "member", "static": false, "variation": null, @@ -2430,7 +2449,7 @@ } }, { - "__docId__": 107, + "__docId__": 108, "kind": "member", "static": false, "variation": null, @@ -2448,7 +2467,7 @@ } }, { - "__docId__": 108, + "__docId__": 109, "kind": "member", "static": false, "variation": null, @@ -2466,7 +2485,7 @@ } }, { - "__docId__": 109, + "__docId__": 110, "kind": "member", "static": false, "variation": null, @@ -2484,7 +2503,7 @@ } }, { - "__docId__": 110, + "__docId__": 111, "kind": "member", "static": false, "variation": null, @@ -2502,7 +2521,7 @@ } }, { - "__docId__": 111, + "__docId__": 112, "kind": "member", "static": false, "variation": null, @@ -2520,7 +2539,7 @@ } }, { - "__docId__": 112, + "__docId__": 113, "kind": "member", "static": false, "variation": null, @@ -2538,7 +2557,7 @@ } }, { - "__docId__": 113, + "__docId__": 114, "kind": "member", "static": false, "variation": null, @@ -2556,7 +2575,7 @@ } }, { - "__docId__": 114, + "__docId__": 115, "kind": "member", "static": false, "variation": null, @@ -2574,7 +2593,7 @@ } }, { - "__docId__": 115, + "__docId__": 116, "kind": "member", "static": false, "variation": null, @@ -2592,7 +2611,7 @@ } }, { - "__docId__": 116, + "__docId__": 117, "kind": "member", "static": false, "variation": null, @@ -2610,7 +2629,7 @@ } }, { - "__docId__": 117, + "__docId__": 118, "kind": "member", "static": false, "variation": null, @@ -2628,7 +2647,7 @@ } }, { - "__docId__": 118, + "__docId__": 119, "kind": "member", "static": false, "variation": null, @@ -2646,7 +2665,7 @@ } }, { - "__docId__": 119, + "__docId__": 120, "kind": "member", "static": false, "variation": null, @@ -2664,7 +2683,7 @@ } }, { - "__docId__": 120, + "__docId__": 121, "kind": "member", "static": false, "variation": null, @@ -2682,7 +2701,7 @@ } }, { - "__docId__": 121, + "__docId__": 122, "kind": "member", "static": false, "variation": null, @@ -2700,7 +2719,7 @@ } }, { - "__docId__": 122, + "__docId__": 123, "kind": "member", "static": false, "variation": null, @@ -2718,7 +2737,7 @@ } }, { - "__docId__": 123, + "__docId__": 124, "kind": "member", "static": false, "variation": null, @@ -2736,7 +2755,7 @@ } }, { - "__docId__": 124, + "__docId__": 125, "kind": "member", "static": false, "variation": null, @@ -2754,7 +2773,7 @@ } }, { - "__docId__": 125, + "__docId__": 126, "kind": "member", "static": false, "variation": null, @@ -2772,7 +2791,7 @@ } }, { - "__docId__": 126, + "__docId__": 127, "kind": "member", "static": false, "variation": null, @@ -2790,7 +2809,7 @@ } }, { - "__docId__": 127, + "__docId__": 128, "kind": "member", "static": false, "variation": null, @@ -2808,7 +2827,7 @@ } }, { - "__docId__": 128, + "__docId__": 129, "kind": "method", "static": false, "variation": null, @@ -2823,7 +2842,7 @@ "generator": false }, { - "__docId__": 129, + "__docId__": 130, "kind": "method", "static": false, "variation": null, @@ -2845,7 +2864,7 @@ "generator": false }, { - "__docId__": 130, + "__docId__": 131, "kind": "method", "static": false, "variation": null, @@ -2860,7 +2879,7 @@ "generator": false }, { - "__docId__": 131, + "__docId__": 132, "kind": "member", "static": false, "variation": null, @@ -2878,7 +2897,7 @@ } }, { - "__docId__": 132, + "__docId__": 133, "kind": "method", "static": false, "variation": null, @@ -2892,7 +2911,7 @@ "generator": false }, { - "__docId__": 133, + "__docId__": 134, "kind": "member", "static": false, "variation": null, @@ -2910,7 +2929,7 @@ } }, { - "__docId__": 134, + "__docId__": 135, "kind": "member", "static": false, "variation": null, @@ -2928,7 +2947,7 @@ } }, { - "__docId__": 135, + "__docId__": 136, "kind": "method", "static": false, "variation": null, @@ -2942,7 +2961,7 @@ "generator": false }, { - "__docId__": 136, + "__docId__": 137, "kind": "member", "static": false, "variation": null, @@ -2960,7 +2979,7 @@ } }, { - "__docId__": 137, + "__docId__": 138, "kind": "method", "static": false, "variation": null, @@ -2995,7 +3014,7 @@ "generator": false }, { - "__docId__": 138, + "__docId__": 139, "kind": "method", "static": false, "variation": null, @@ -3020,7 +3039,7 @@ "generator": false }, { - "__docId__": 139, + "__docId__": 140, "kind": "method", "static": false, "variation": null, @@ -3045,7 +3064,7 @@ "generator": false }, { - "__docId__": 140, + "__docId__": 141, "kind": "method", "static": false, "variation": null, @@ -3075,7 +3094,7 @@ "generator": false }, { - "__docId__": 141, + "__docId__": 142, "kind": "method", "static": false, "variation": null, @@ -3100,7 +3119,7 @@ "generator": false }, { - "__docId__": 142, + "__docId__": 143, "kind": "method", "static": false, "variation": null, @@ -3122,7 +3141,7 @@ "generator": false }, { - "__docId__": 143, + "__docId__": 144, "kind": "method", "static": false, "variation": null, @@ -3136,7 +3155,7 @@ "generator": false }, { - "__docId__": 144, + "__docId__": 145, "kind": "member", "static": false, "variation": null, @@ -3154,7 +3173,7 @@ } }, { - "__docId__": 145, + "__docId__": 146, "kind": "member", "static": false, "variation": null, @@ -3172,7 +3191,7 @@ } }, { - "__docId__": 146, + "__docId__": 147, "kind": "member", "static": false, "variation": null, @@ -3190,7 +3209,7 @@ } }, { - "__docId__": 147, + "__docId__": 148, "kind": "method", "static": false, "variation": null, @@ -3217,7 +3236,7 @@ "generator": false }, { - "__docId__": 148, + "__docId__": 149, "kind": "method", "static": false, "variation": null, @@ -3251,7 +3270,7 @@ "generator": false }, { - "__docId__": 149, + "__docId__": 150, "kind": "method", "static": false, "variation": null, @@ -3266,7 +3285,7 @@ "generator": false }, { - "__docId__": 150, + "__docId__": 151, "kind": "file", "static": true, "variation": null, @@ -3279,7 +3298,7 @@ "content": "import {Feature} from '../../feature';\nimport {createElm, removeElm, elm} from '../../dom';\nimport {isFn, isUndef} from '../../types';\nimport Event from '../../event';\n\nexport default class FiltersVisibility extends Feature {\n\n /**\n * Filters Row Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Config\n */\n constructor(tf, f) {\n super(tf, f.name);\n\n this.name = f.name;\n this.desc = f.description || 'Filters row visibility manager';\n\n // Path and image filenames\n this.stylesheet = f.stylesheet || 'filtersVisibility.css';\n this.icnExpand = f.expand_icon_name || 'icn_exp.png';\n this.icnCollapse = f.collapse_icon_name || 'icn_clp.png';\n\n //expand/collapse filters span element\n this.contEl = null;\n //expand/collapse filters btn element\n this.btnEl = null;\n\n this.icnExpandHtml = '\"Expand';\n this.icnCollapseHtml = '\"Collapse';\n this.defaultText = 'Toggle filters';\n\n //id of container element\n this.targetId = f.target_id || null;\n //enables/disables expand/collapse icon\n this.enableIcon = f.enable_icon === false ? false : true;\n this.btnText = f.btn_text || '';\n\n //defines expand/collapse filters text\n this.collapseBtnHtml = this.enableIcon ?\n this.icnCollapseHtml + this.btnText :\n this.btnText || this.defaultText;\n this.expandBtnHtml = this.enableIcon ?\n this.icnExpandHtml + this.btnText :\n this.btnText || this.defaultText;\n\n //defines expand/collapse filters button innerHtml\n this.btnHtml = f.btn_html || null;\n //defines css class for expand/collapse filters button\n this.btnCssClass = f.btn_css_class || 'btnExpClpFlt';\n //defines css class span containing expand/collapse filters\n this.contCssClass = f.cont_css_class || 'expClpFlt';\n this.filtersRowIndex = !isUndef(f.filters_row_index) ?\n f.filters_row_index : tf.getFiltersRowIndex();\n\n this.visibleAtStart = !isUndef(f.visible_at_start) ?\n Boolean(f.visible_at_start) : true;\n\n // Prefix\n this.prfx = 'fltsVis_';\n\n //callback before filters row is shown\n this.onBeforeShow = isFn(f.on_before_show) ? f.on_before_show : null;\n //callback after filters row is shown\n this.onAfterShow = isFn(f.on_after_show) ? f.on_after_show : null;\n //callback before filters row is hidden\n this.onBeforeHide = isFn(f.on_before_hide) ? f.on_before_hide : null;\n //callback after filters row is hidden\n this.onAfterHide = isFn(f.on_after_hide) ? f.on_after_hide : null;\n\n //Loads extension stylesheet\n tf.import(f.name + 'Style', tf.stylePath + this.stylesheet, null,\n 'link');\n\n this.enable();\n }\n\n /**\n * Initialise extension\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.buildUI();\n this.initialized = true;\n this.emitter.on(['show-filters'], (tf, visible) => this.show(visible));\n this.emitter.emit('filters-visibility-initialized', this.tf, this);\n }\n\n /**\n * Build UI elements\n */\n buildUI() {\n let tf = this.tf;\n let span = createElm('span', ['id', this.prfx + tf.id]);\n span.className = this.contCssClass;\n\n //Container element (rdiv or custom element)\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.rDiv : elm(this.targetId);\n\n if (!this.targetId) {\n let firstChild = targetEl.firstChild;\n firstChild.parentNode.insertBefore(span, firstChild);\n } else {\n targetEl.appendChild(span);\n }\n\n let btn;\n if (!this.btnHtml) {\n btn = createElm('a', ['href', 'javascript:void(0);']);\n btn.className = this.btnCssClass;\n btn.title = this.btnText || this.defaultText;\n btn.innerHTML = this.collapseBtnHtml;\n span.appendChild(btn);\n } else { //Custom html\n span.innerHTML = this.btnHtml;\n btn = span.firstChild;\n }\n\n Event.add(btn, 'click', () => this.toggle());\n\n this.contEl = span;\n this.btnEl = btn;\n\n if (!this.visibleAtStart) {\n this.toggle();\n }\n }\n\n /**\n * Toggle filters visibility\n */\n toggle() {\n let tf = this.tf;\n let tbl = tf.gridLayout ? tf.feature('gridLayout').headTbl : tf.tbl;\n let fltRow = tbl.rows[this.filtersRowIndex];\n let isDisplayed = fltRow.style.display === '';\n\n this.show(!isDisplayed);\n }\n\n /**\n * Show or hide filters\n *\n * @param {boolean} [visible=true] Visibility flag\n */\n show(visible = true) {\n let tf = this.tf;\n let tbl = tf.gridLayout ? tf.feature('gridLayout').headTbl : tf.tbl;\n let fltRow = tbl.rows[this.filtersRowIndex];\n\n if (this.onBeforeShow && visible) {\n this.onBeforeShow.call(this, this);\n }\n if (this.onBeforeHide && !visible) {\n this.onBeforeHide.call(null, this);\n }\n\n fltRow.style.display = visible ? '' : 'none';\n if (this.enableIcon && !this.btnHtml) {\n this.btnEl.innerHTML = visible ?\n this.collapseBtnHtml : this.expandBtnHtml;\n }\n\n if (this.onAfterShow && visible) {\n this.onAfterShow.call(null, this);\n }\n if (this.onAfterHide && !visible) {\n this.onAfterHide.call(null, this);\n }\n\n this.emitter.emit('filters-toggled', tf, this, visible);\n }\n\n /**\n * Destroy the UI\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.emitter.off(['show-filters'], (tf, visible) => this.show(visible));\n\n this.btnEl.innerHTML = '';\n removeElm(this.btnEl);\n this.btnEl = null;\n\n this.contEl.innerHTML = '';\n removeElm(this.contEl);\n this.contEl = null;\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 151, + "__docId__": 152, "kind": "class", "static": true, "variation": null, @@ -3299,7 +3318,7 @@ ] }, { - "__docId__": 152, + "__docId__": 153, "kind": "constructor", "static": false, "variation": null, @@ -3334,7 +3353,7 @@ "generator": false }, { - "__docId__": 153, + "__docId__": 154, "kind": "member", "static": false, "variation": null, @@ -3352,7 +3371,7 @@ } }, { - "__docId__": 154, + "__docId__": 155, "kind": "member", "static": false, "variation": null, @@ -3370,7 +3389,7 @@ } }, { - "__docId__": 155, + "__docId__": 156, "kind": "member", "static": false, "variation": null, @@ -3388,7 +3407,7 @@ } }, { - "__docId__": 156, + "__docId__": 157, "kind": "member", "static": false, "variation": null, @@ -3406,7 +3425,7 @@ } }, { - "__docId__": 157, + "__docId__": 158, "kind": "member", "static": false, "variation": null, @@ -3424,7 +3443,7 @@ } }, { - "__docId__": 158, + "__docId__": 159, "kind": "member", "static": false, "variation": null, @@ -3442,7 +3461,7 @@ } }, { - "__docId__": 159, + "__docId__": 160, "kind": "member", "static": false, "variation": null, @@ -3460,7 +3479,7 @@ } }, { - "__docId__": 160, + "__docId__": 161, "kind": "member", "static": false, "variation": null, @@ -3478,7 +3497,7 @@ } }, { - "__docId__": 161, + "__docId__": 162, "kind": "member", "static": false, "variation": null, @@ -3496,7 +3515,7 @@ } }, { - "__docId__": 162, + "__docId__": 163, "kind": "member", "static": false, "variation": null, @@ -3514,7 +3533,7 @@ } }, { - "__docId__": 163, + "__docId__": 164, "kind": "member", "static": false, "variation": null, @@ -3532,7 +3551,7 @@ } }, { - "__docId__": 164, + "__docId__": 165, "kind": "member", "static": false, "variation": null, @@ -3550,7 +3569,7 @@ } }, { - "__docId__": 165, + "__docId__": 166, "kind": "member", "static": false, "variation": null, @@ -3568,7 +3587,7 @@ } }, { - "__docId__": 166, + "__docId__": 167, "kind": "member", "static": false, "variation": null, @@ -3586,7 +3605,7 @@ } }, { - "__docId__": 167, + "__docId__": 168, "kind": "member", "static": false, "variation": null, @@ -3604,7 +3623,7 @@ } }, { - "__docId__": 168, + "__docId__": 169, "kind": "member", "static": false, "variation": null, @@ -3622,7 +3641,7 @@ } }, { - "__docId__": 169, + "__docId__": 170, "kind": "member", "static": false, "variation": null, @@ -3640,7 +3659,7 @@ } }, { - "__docId__": 170, + "__docId__": 171, "kind": "member", "static": false, "variation": null, @@ -3658,7 +3677,7 @@ } }, { - "__docId__": 171, + "__docId__": 172, "kind": "member", "static": false, "variation": null, @@ -3676,7 +3695,7 @@ } }, { - "__docId__": 172, + "__docId__": 173, "kind": "member", "static": false, "variation": null, @@ -3694,7 +3713,7 @@ } }, { - "__docId__": 173, + "__docId__": 174, "kind": "member", "static": false, "variation": null, @@ -3712,7 +3731,7 @@ } }, { - "__docId__": 174, + "__docId__": 175, "kind": "member", "static": false, "variation": null, @@ -3730,7 +3749,7 @@ } }, { - "__docId__": 175, + "__docId__": 176, "kind": "member", "static": false, "variation": null, @@ -3748,7 +3767,7 @@ } }, { - "__docId__": 176, + "__docId__": 177, "kind": "member", "static": false, "variation": null, @@ -3766,7 +3785,7 @@ } }, { - "__docId__": 177, + "__docId__": 178, "kind": "member", "static": false, "variation": null, @@ -3784,7 +3803,7 @@ } }, { - "__docId__": 178, + "__docId__": 179, "kind": "method", "static": false, "variation": null, @@ -3798,7 +3817,7 @@ "generator": false }, { - "__docId__": 179, + "__docId__": 180, "kind": "member", "static": false, "variation": null, @@ -3816,7 +3835,7 @@ } }, { - "__docId__": 180, + "__docId__": 181, "kind": "method", "static": false, "variation": null, @@ -3830,7 +3849,7 @@ "generator": false }, { - "__docId__": 181, + "__docId__": 182, "kind": "member", "static": false, "variation": null, @@ -3848,7 +3867,7 @@ } }, { - "__docId__": 182, + "__docId__": 183, "kind": "member", "static": false, "variation": null, @@ -3866,7 +3885,7 @@ } }, { - "__docId__": 183, + "__docId__": 184, "kind": "method", "static": false, "variation": null, @@ -3880,7 +3899,7 @@ "generator": false }, { - "__docId__": 184, + "__docId__": 185, "kind": "method", "static": false, "variation": null, @@ -3907,7 +3926,7 @@ "generator": false }, { - "__docId__": 185, + "__docId__": 186, "kind": "method", "static": false, "variation": null, @@ -3921,7 +3940,7 @@ "generator": false }, { - "__docId__": 186, + "__docId__": 187, "kind": "member", "static": false, "variation": null, @@ -3939,7 +3958,7 @@ } }, { - "__docId__": 187, + "__docId__": 188, "kind": "member", "static": false, "variation": null, @@ -3957,7 +3976,7 @@ } }, { - "__docId__": 188, + "__docId__": 189, "kind": "member", "static": false, "variation": null, @@ -3975,7 +3994,7 @@ } }, { - "__docId__": 189, + "__docId__": 190, "kind": "file", "static": true, "variation": null, @@ -3988,7 +4007,7 @@ "content": "import {Feature} from '../../feature';\nimport {isArray, isFn, isUndef} from '../../types';\nimport {createElm, elm, getText, tag} from '../../dom';\nimport Event from '../../event';\nimport {formatDate} from '../../date';\nimport {removeNbFormat} from '../../helpers';\nimport {NONE, CELL_TAG, HEADER_TAG} from '../../const';\n\nexport default class AdapterSortableTable extends Feature {\n\n /**\n * SortableTable Adapter module\n * @param {Object} tf TableFilter instance\n */\n constructor(tf, opts) {\n super(tf, opts.name);\n\n this.name = opts.name;\n this.desc = opts.description || 'Sortable table';\n\n //indicates if table previously sorted\n this.sorted = false;\n\n this.sortTypes = isArray(opts.types) ? opts.types : [];\n this.sortColAtStart = isArray(opts.sort_col_at_start) ?\n opts.sort_col_at_start : null;\n this.asyncSort = Boolean(opts.async_sort);\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 this.imgPath = opts.images_path || tf.themesPath;\n this.imgBlank = opts.image_blank || 'blank.png';\n this.imgClassName = opts.image_class_name || 'sort-arrow';\n this.imgAscClassName = opts.image_asc_class_name || 'ascending';\n this.imgDescClassName = opts.image_desc_class_name || 'descending';\n //cell attribute storing custom key\n this.customKey = opts.custom_key || 'data-tf-sortKey';\n\n // callback invoked after sort is loaded and instanciated\n this.onSortLoaded = isFn(opts.on_sort_loaded) ?\n opts.on_sort_loaded : null;\n // callback invoked before table is sorted\n this.onBeforeSort = isFn(opts.on_before_sort) ?\n opts.on_before_sort : null;\n // callback invoked after table is sorted\n this.onAfterSort = isFn(opts.on_after_sort) ? opts.on_after_sort : null;\n\n this.enable();\n }\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 this.initialized = true;\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 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 Event.add(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 < triggers.length; 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 cellAttr = cells[i].getAttribute('_sortType');\n if (cellAttr !== null && cellAttr !== 'None') {\n img = cells[i].lastChild || cells[i];\n if (img.nodeName.toLowerCase() !== 'img') {\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n cells[i].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 addSortType() {\n var args = arguments;\n SortableTable.prototype.addSortType(args[0], args[1], args[2], args[3]);\n }\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 Event.add(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 * Destroy sort\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" }, { - "__docId__": 190, + "__docId__": 191, "kind": "class", "static": true, "variation": null, @@ -4008,7 +4027,7 @@ ] }, { - "__docId__": 191, + "__docId__": 192, "kind": "constructor", "static": false, "variation": null, @@ -4033,7 +4052,7 @@ "generator": false }, { - "__docId__": 192, + "__docId__": 193, "kind": "member", "static": false, "variation": null, @@ -4051,7 +4070,7 @@ } }, { - "__docId__": 193, + "__docId__": 194, "kind": "member", "static": false, "variation": null, @@ -4069,7 +4088,7 @@ } }, { - "__docId__": 194, + "__docId__": 195, "kind": "member", "static": false, "variation": null, @@ -4087,7 +4106,7 @@ } }, { - "__docId__": 195, + "__docId__": 196, "kind": "member", "static": false, "variation": null, @@ -4105,7 +4124,7 @@ } }, { - "__docId__": 196, + "__docId__": 197, "kind": "member", "static": false, "variation": null, @@ -4123,7 +4142,7 @@ } }, { - "__docId__": 197, + "__docId__": 198, "kind": "member", "static": false, "variation": null, @@ -4141,7 +4160,7 @@ } }, { - "__docId__": 198, + "__docId__": 199, "kind": "member", "static": false, "variation": null, @@ -4159,7 +4178,7 @@ } }, { - "__docId__": 199, + "__docId__": 200, "kind": "member", "static": false, "variation": null, @@ -4177,7 +4196,7 @@ } }, { - "__docId__": 200, + "__docId__": 201, "kind": "member", "static": false, "variation": null, @@ -4195,7 +4214,7 @@ } }, { - "__docId__": 201, + "__docId__": 202, "kind": "member", "static": false, "variation": null, @@ -4213,7 +4232,7 @@ } }, { - "__docId__": 202, + "__docId__": 203, "kind": "member", "static": false, "variation": null, @@ -4231,7 +4250,7 @@ } }, { - "__docId__": 203, + "__docId__": 204, "kind": "member", "static": false, "variation": null, @@ -4249,7 +4268,7 @@ } }, { - "__docId__": 204, + "__docId__": 205, "kind": "member", "static": false, "variation": null, @@ -4267,7 +4286,7 @@ } }, { - "__docId__": 205, + "__docId__": 206, "kind": "member", "static": false, "variation": null, @@ -4285,7 +4304,7 @@ } }, { - "__docId__": 206, + "__docId__": 207, "kind": "member", "static": false, "variation": null, @@ -4303,7 +4322,7 @@ } }, { - "__docId__": 207, + "__docId__": 208, "kind": "member", "static": false, "variation": null, @@ -4321,7 +4340,7 @@ } }, { - "__docId__": 208, + "__docId__": 209, "kind": "method", "static": false, "variation": null, @@ -4336,7 +4355,7 @@ "generator": false }, { - "__docId__": 209, + "__docId__": 210, "kind": "member", "static": false, "variation": null, @@ -4354,7 +4373,7 @@ } }, { - "__docId__": 210, + "__docId__": 211, "kind": "method", "static": false, "variation": null, @@ -4389,7 +4408,7 @@ "generator": false }, { - "__docId__": 211, + "__docId__": 212, "kind": "method", "static": false, "variation": null, @@ -4404,7 +4423,7 @@ "generator": false }, { - "__docId__": 212, + "__docId__": 213, "kind": "method", "static": false, "variation": null, @@ -4419,7 +4438,7 @@ "generator": false }, { - "__docId__": 213, + "__docId__": 214, "kind": "method", "static": false, "variation": null, @@ -4434,7 +4453,7 @@ "generator": false }, { - "__docId__": 214, + "__docId__": 215, "kind": "member", "static": false, "variation": null, @@ -4452,7 +4471,7 @@ } }, { - "__docId__": 215, + "__docId__": 216, "kind": "method", "static": false, "variation": null, @@ -4466,7 +4485,7 @@ "generator": false }, { - "__docId__": 216, + "__docId__": 217, "kind": "member", "static": false, "variation": null, @@ -4484,7 +4503,7 @@ } }, { - "__docId__": 217, + "__docId__": 218, "kind": "member", "static": false, "variation": null, @@ -4502,7 +4521,7 @@ } }, { - "__docId__": 218, + "__docId__": 219, "kind": "member", "static": false, "variation": null, @@ -4520,7 +4539,7 @@ } }, { - "__docId__": 219, + "__docId__": 220, "kind": "function", "static": true, "variation": null, @@ -4550,7 +4569,7 @@ "generator": false }, { - "__docId__": 220, + "__docId__": 221, "kind": "function", "static": true, "variation": null, @@ -4580,7 +4599,7 @@ "generator": false }, { - "__docId__": 221, + "__docId__": 222, "kind": "function", "static": true, "variation": null, @@ -4616,7 +4635,7 @@ "generator": false }, { - "__docId__": 222, + "__docId__": 223, "kind": "function", "static": true, "variation": null, @@ -4646,7 +4665,7 @@ "generator": false }, { - "__docId__": 223, + "__docId__": 224, "kind": "function", "static": true, "variation": null, @@ -4676,7 +4695,7 @@ "generator": false }, { - "__docId__": 224, + "__docId__": 225, "kind": "function", "static": true, "variation": null, @@ -4706,7 +4725,7 @@ "generator": false }, { - "__docId__": 225, + "__docId__": 226, "kind": "function", "static": true, "variation": null, @@ -4736,7 +4755,7 @@ "generator": false }, { - "__docId__": 226, + "__docId__": 227, "kind": "function", "static": true, "variation": null, @@ -4766,7 +4785,7 @@ "generator": false }, { - "__docId__": 227, + "__docId__": 228, "kind": "function", "static": true, "variation": null, @@ -4802,7 +4821,7 @@ "generator": false }, { - "__docId__": 228, + "__docId__": 229, "kind": "file", "static": true, "variation": null, @@ -4812,10 +4831,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import AdapterSortableTable from './adapterSortabletable';\nimport {root} from '../../root';\n\nif(!root.SortableTable){\n require('script!sortabletable');\n}\n\nexport default AdapterSortableTable;\n" + "content": "import AdapterSortableTable from './adapterSortabletable';\nimport {root} from '../../root';\n\nif (!root.SortableTable) {\n require('script!sortabletable');\n}\n\nexport default AdapterSortableTable;\n" }, { - "__docId__": 229, + "__docId__": 230, "kind": "file", "static": true, "variation": null, @@ -4828,7 +4847,7 @@ "content": "\nconst NOTIMPLEMENTED = 'Not implemented.';\n\nexport class Feature {\n constructor(tf, feature) {\n this.tf = tf;\n this.feature = feature;\n this.enabled = tf[feature];\n this.config = tf.config();\n this.emitter = tf.emitter;\n this.initialized = false;\n }\n\n init() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n reset() {\n this.enable();\n this.init();\n }\n\n destroy() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n enable() {\n this.enabled = true;\n }\n\n disable() {\n this.enabled = false;\n }\n\n isEnabled() {\n return this.enabled;\n }\n}\n" }, { - "__docId__": 230, + "__docId__": 231, "kind": "variable", "static": true, "variation": null, @@ -4849,7 +4868,7 @@ } }, { - "__docId__": 231, + "__docId__": 232, "kind": "class", "static": true, "variation": null, @@ -4866,7 +4885,7 @@ "interface": false }, { - "__docId__": 232, + "__docId__": 233, "kind": "constructor", "static": false, "variation": null, @@ -4894,7 +4913,7 @@ "generator": false }, { - "__docId__": 233, + "__docId__": 234, "kind": "member", "static": false, "variation": null, @@ -4912,7 +4931,7 @@ } }, { - "__docId__": 234, + "__docId__": 235, "kind": "member", "static": false, "variation": null, @@ -4930,7 +4949,7 @@ } }, { - "__docId__": 235, + "__docId__": 236, "kind": "member", "static": false, "variation": null, @@ -4948,7 +4967,7 @@ } }, { - "__docId__": 236, + "__docId__": 237, "kind": "member", "static": false, "variation": null, @@ -4966,7 +4985,7 @@ } }, { - "__docId__": 237, + "__docId__": 238, "kind": "member", "static": false, "variation": null, @@ -4984,7 +5003,7 @@ } }, { - "__docId__": 238, + "__docId__": 239, "kind": "member", "static": false, "variation": null, @@ -5002,7 +5021,7 @@ } }, { - "__docId__": 239, + "__docId__": 240, "kind": "method", "static": false, "variation": null, @@ -5017,7 +5036,7 @@ "generator": false }, { - "__docId__": 240, + "__docId__": 241, "kind": "method", "static": false, "variation": null, @@ -5032,7 +5051,7 @@ "generator": false }, { - "__docId__": 241, + "__docId__": 242, "kind": "method", "static": false, "variation": null, @@ -5047,7 +5066,7 @@ "generator": false }, { - "__docId__": 242, + "__docId__": 243, "kind": "method", "static": false, "variation": null, @@ -5062,7 +5081,7 @@ "generator": false }, { - "__docId__": 243, + "__docId__": 244, "kind": "member", "static": false, "variation": null, @@ -5080,7 +5099,7 @@ } }, { - "__docId__": 244, + "__docId__": 245, "kind": "method", "static": false, "variation": null, @@ -5095,7 +5114,7 @@ "generator": false }, { - "__docId__": 245, + "__docId__": 246, "kind": "member", "static": false, "variation": null, @@ -5113,7 +5132,7 @@ } }, { - "__docId__": 246, + "__docId__": 247, "kind": "method", "static": false, "variation": null, @@ -5133,7 +5152,7 @@ "generator": false }, { - "__docId__": 247, + "__docId__": 248, "kind": "file", "static": true, "variation": null, @@ -5146,7 +5165,7 @@ "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) => {\n if (!data) {\n return;\n }\n if (!format) {\n format = 'us';\n }\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__": 248, + "__docId__": 249, "kind": "variable", "static": true, "variation": null, @@ -5196,7 +5215,7 @@ } }, { - "__docId__": 249, + "__docId__": 250, "kind": "file", "static": true, "variation": null, @@ -5206,10 +5225,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from '../feature';\nimport {addClass, removeClass} from '../dom';\n\nexport class AlternateRows extends Feature {\n\n /**\n * Alternating rows color\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'alternateRows');\n\n var config = this.config;\n //defines css class for even rows\n this.evenCss = config.even_row_css_class || 'even';\n //defines css class for odd rows\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 this.initialized = true;\n }\n\n processAll() {\n if (!this.isEnabled()) {\n return;\n }\n var tf = this.tf;\n var validRowsIndex = tf.getValidRows(true);\n var noValidRowsIndex = validRowsIndex.length === 0;\n //1st index\n var beginIndex = noValidRowsIndex ? tf.refRow : 0;\n // nb indexes\n var indexLen = noValidRowsIndex ?\n tf.nbFilterableRows + beginIndex :\n validRowsIndex.length;\n var idx = 0;\n\n //alternates bg color\n for (var j = beginIndex; j < indexLen; j++) {\n var rowIdx = noValidRowsIndex ? j : 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 */\n setRowBg(rowIdx, idx) {\n if (!this.isEnabled() || isNaN(rowIdx)) {\n return;\n }\n var rows = this.tf.tbl.rows;\n var 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 */\n removeRowBg(idx) {\n if (isNaN(idx)) {\n return;\n }\n var 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 (var 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" + "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 //defines css class for even rows\n this.evenCss = config.even_row_css_class || 'even';\n //defines css class for odd rows\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 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 */\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 */\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__": 250, + "__docId__": 251, "kind": "class", "static": true, "variation": null, @@ -5220,16 +5239,15 @@ "export": true, "importPath": "tablefilter/src/modules/alternateRows.js", "importStyle": "{AlternateRows}", - "description": null, - "lineNumber": 4, - "undocument": true, + "description": "Rows with alternating background color for improved readability", + "lineNumber": 7, "interface": false, "extends": [ "src/feature.js~Feature" ] }, { - "__docId__": 251, + "__docId__": 252, "kind": "constructor", "static": false, "variation": null, @@ -5237,8 +5255,8 @@ "memberof": "src/modules/alternateRows.js~AlternateRows", "longname": "src/modules/alternateRows.js~AlternateRows#constructor", "access": null, - "description": "Alternating rows color", - "lineNumber": 10, + "description": "Creates an instance of AlternateRows.", + "lineNumber": 14, "params": [ { "nullable": null, @@ -5254,7 +5272,7 @@ "generator": false }, { - "__docId__": 252, + "__docId__": 253, "kind": "member", "static": false, "variation": null, @@ -5263,25 +5281,7 @@ "longname": "src/modules/alternateRows.js~AlternateRows#evenCss", "access": null, "description": null, - "lineNumber": 15, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 253, - "kind": "member", - "static": false, - "variation": null, - "name": "oddCss", - "memberof": "src/modules/alternateRows.js~AlternateRows", - "longname": "src/modules/alternateRows.js~AlternateRows#oddCss", - "access": null, - "description": null, - "lineNumber": 17, + "lineNumber": 19, "undocument": true, "type": { "types": [ @@ -5291,6 +5291,24 @@ }, { "__docId__": 254, + "kind": "member", + "static": false, + "variation": null, + "name": "oddCss", + "memberof": "src/modules/alternateRows.js~AlternateRows", + "longname": "src/modules/alternateRows.js~AlternateRows#oddCss", + "access": null, + "description": null, + "lineNumber": 21, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 255, "kind": "method", "static": false, "variation": null, @@ -5299,12 +5317,12 @@ "longname": "src/modules/alternateRows.js~AlternateRows#init", "access": null, "description": "Sets alternating rows color", - "lineNumber": 23, + "lineNumber": 27, "params": [], "generator": false }, { - "__docId__": 255, + "__docId__": 256, "kind": "member", "static": false, "variation": null, @@ -5313,7 +5331,7 @@ "longname": "src/modules/alternateRows.js~AlternateRows#initialized", "access": null, "description": null, - "lineNumber": 36, + "lineNumber": 40, "undocument": true, "type": { "types": [ @@ -5322,7 +5340,7 @@ } }, { - "__docId__": 256, + "__docId__": 257, "kind": "method", "static": false, "variation": null, @@ -5330,14 +5348,13 @@ "memberof": "src/modules/alternateRows.js~AlternateRows", "longname": "src/modules/alternateRows.js~AlternateRows#processAll", "access": null, - "description": null, - "lineNumber": 39, - "undocument": true, + "description": "Apply background to all valid rows", + "lineNumber": 46, "params": [], "generator": false }, { - "__docId__": 257, + "__docId__": 258, "kind": "method", "static": false, "variation": null, @@ -5346,7 +5363,7 @@ "longname": "src/modules/alternateRows.js~AlternateRows#processRow", "access": null, "description": "Set/remove row background based on row validation", - "lineNumber": 68, + "lineNumber": 69, "params": [ { "nullable": null, @@ -5382,7 +5399,7 @@ "generator": false }, { - "__docId__": 258, + "__docId__": 259, "kind": "method", "static": false, "variation": null, @@ -5391,7 +5408,7 @@ "longname": "src/modules/alternateRows.js~AlternateRows#setRowBg", "access": null, "description": "Sets row background color", - "lineNumber": 82, + "lineNumber": 83, "params": [ { "nullable": null, @@ -5417,7 +5434,7 @@ "generator": false }, { - "__docId__": 259, + "__docId__": 260, "kind": "method", "static": false, "variation": null, @@ -5426,7 +5443,7 @@ "longname": "src/modules/alternateRows.js~AlternateRows#removeRowBg", "access": null, "description": "Removes row background color", - "lineNumber": 97, + "lineNumber": 98, "params": [ { "nullable": null, @@ -5442,7 +5459,7 @@ "generator": false }, { - "__docId__": 260, + "__docId__": 261, "kind": "method", "static": false, "variation": null, @@ -5451,12 +5468,12 @@ "longname": "src/modules/alternateRows.js~AlternateRows#destroy", "access": null, "description": "Removes all alternating backgrounds", - "lineNumber": 109, + "lineNumber": 110, "params": [], "generator": false }, { - "__docId__": 261, + "__docId__": 262, "kind": "member", "static": false, "variation": null, @@ -5465,7 +5482,7 @@ "longname": "src/modules/alternateRows.js~AlternateRows#initialized", "access": null, "description": null, - "lineNumber": 124, + "lineNumber": 125, "undocument": true, "type": { "types": [ @@ -5474,7 +5491,7 @@ } }, { - "__docId__": 262, + "__docId__": 263, "kind": "file", "static": true, "variation": null, @@ -5487,7 +5504,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 Event 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\nexport class CheckList extends Feature {\n\n /**\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n // Configuration object\n let f = tf.config();\n\n this.checkListDiv = []; //checklist container div\n //defines css class for div containing checklist filter\n this.checkListDivCssClass = f.div_checklist_css_class ||\n 'div_checklist';\n //defines css class for checklist filters\n this.checkListCssClass = f.checklist_css_class || 'flt_checklist';\n //defines css class for checklist item (li)\n this.checkListItemCssClass = f.checklist_item_css_class ||\n 'flt_checklist_item';\n //defines css class for selected checklist item (li)\n this.checkListSlcItemCssClass = f.checklist_selected_item_css_class ||\n 'flt_checklist_slc_item';\n //Load on demand text\n this.activateCheckListTxt = f.activate_checklist_text ||\n 'Click to load filter data';\n //defines css class for checklist filters\n this.checkListItemDisabledCssClass =\n f.checklist_item_disabled_css_class ||\n 'flt_checklist_item_disabled';\n this.enableCheckListResetFilter =\n f.enable_checklist_reset_filter === false ? false : true;\n //checklist filter container div\n this.prfxCheckListDiv = 'chkdiv_';\n\n this.isCustom = null;\n this.opts = null;\n this.optsTxt = null;\n this.excludedOpts = null;\n }\n\n onChange(evt) {\n let elm = Event.target(evt);\n let tf = this.tf;\n this.emitter.emit('filter-focus', tf, elm);\n tf.filter();\n }\n\n optionClick(evt) {\n this.setCheckListValues(evt.target);\n this.onChange(evt);\n }\n\n onCheckListClick(evt) {\n let elm = Event.target(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.checkListDiv[ct];\n this.build(ct);\n Event.remove(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.prfxCheckListDiv + colIndex + '_' + tf.id],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.checkListDivCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(divCont);\n tf.externalFltEls.push(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.checkListDiv[colIndex] = divCont;\n tf.fltIds.push(tf.prfxFlt + colIndex + '_' + tf.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n Event.add(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(createText(this.activateCheckListTxt));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex, isExternal) => this.build(colIndex, isExternal)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\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.checkListDiv[colIndex];\n let ul = createElm('ul', ['id', tf.fltIds[colIndex]],\n ['colIndex', colIndex]);\n ul.className = this.checkListCssClass;\n Event.add(ul, 'change', (evt) => this.onChange(evt));\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.checkListItemCssClass;\n\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n has(this.excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n addClass(li, this.checkListItemDisabledCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n Event.add(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.checkListItemCssClass;\n ul.appendChild(li0);\n\n Event.add(li0.check, 'click', (evt) => this.optionClick(evt));\n\n if (!this.enableCheckListResetFilter) {\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.checkListItemCssClass;\n ul.appendChild(li1);\n Event.add(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.checkListItemCssClass;\n ul.appendChild(li2);\n Event.add(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.checkListSlcItemCssClass);\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.checkListSlcItemCssClass);\n addClass(li, this.checkListSlcItemCssClass);\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.checkListSlcItemCssClass);\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 lbl = tag(li, 'label')[0],\n chk = tag(li, 'input')[0],\n lblTxt = matchCase(getText(lbl), tf.caseSensitive);\n if (lblTxt !== '' && has(values, lblTxt, tf.caseSensitive)) {\n chk.checked = true;\n this.setCheckListValues(chk);\n }\n else {\n chk.checked = false;\n this.setCheckListValues(chk);\n }\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 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__": 263, + "__docId__": 264, "kind": "variable", "static": true, "variation": null, @@ -5508,7 +5525,7 @@ } }, { - "__docId__": 264, + "__docId__": 265, "kind": "class", "static": true, "variation": null, @@ -5528,7 +5545,7 @@ ] }, { - "__docId__": 265, + "__docId__": 266, "kind": "constructor", "static": false, "variation": null, @@ -5553,7 +5570,7 @@ "generator": false }, { - "__docId__": 266, + "__docId__": 267, "kind": "member", "static": false, "variation": null, @@ -5571,7 +5588,7 @@ } }, { - "__docId__": 267, + "__docId__": 268, "kind": "member", "static": false, "variation": null, @@ -5589,7 +5606,7 @@ } }, { - "__docId__": 268, + "__docId__": 269, "kind": "member", "static": false, "variation": null, @@ -5607,7 +5624,7 @@ } }, { - "__docId__": 269, + "__docId__": 270, "kind": "member", "static": false, "variation": null, @@ -5625,7 +5642,7 @@ } }, { - "__docId__": 270, + "__docId__": 271, "kind": "member", "static": false, "variation": null, @@ -5643,7 +5660,7 @@ } }, { - "__docId__": 271, + "__docId__": 272, "kind": "member", "static": false, "variation": null, @@ -5661,7 +5678,7 @@ } }, { - "__docId__": 272, + "__docId__": 273, "kind": "member", "static": false, "variation": null, @@ -5679,7 +5696,7 @@ } }, { - "__docId__": 273, + "__docId__": 274, "kind": "member", "static": false, "variation": null, @@ -5697,7 +5714,7 @@ } }, { - "__docId__": 274, + "__docId__": 275, "kind": "member", "static": false, "variation": null, @@ -5715,7 +5732,7 @@ } }, { - "__docId__": 275, + "__docId__": 276, "kind": "member", "static": false, "variation": null, @@ -5733,7 +5750,7 @@ } }, { - "__docId__": 276, + "__docId__": 277, "kind": "member", "static": false, "variation": null, @@ -5751,7 +5768,7 @@ } }, { - "__docId__": 277, + "__docId__": 278, "kind": "member", "static": false, "variation": null, @@ -5769,7 +5786,7 @@ } }, { - "__docId__": 278, + "__docId__": 279, "kind": "member", "static": false, "variation": null, @@ -5787,7 +5804,7 @@ } }, { - "__docId__": 279, + "__docId__": 280, "kind": "method", "static": false, "variation": null, @@ -5809,7 +5826,7 @@ "generator": false }, { - "__docId__": 280, + "__docId__": 281, "kind": "method", "static": false, "variation": null, @@ -5831,7 +5848,7 @@ "generator": false }, { - "__docId__": 281, + "__docId__": 282, "kind": "method", "static": false, "variation": null, @@ -5853,7 +5870,7 @@ "generator": false }, { - "__docId__": 282, + "__docId__": 283, "kind": "method", "static": false, "variation": null, @@ -5898,7 +5915,7 @@ "generator": false }, { - "__docId__": 283, + "__docId__": 284, "kind": "member", "static": false, "variation": null, @@ -5916,7 +5933,7 @@ } }, { - "__docId__": 284, + "__docId__": 285, "kind": "method", "static": false, "variation": null, @@ -5941,7 +5958,7 @@ "generator": false }, { - "__docId__": 285, + "__docId__": 286, "kind": "member", "static": false, "variation": null, @@ -5959,7 +5976,7 @@ } }, { - "__docId__": 286, + "__docId__": 287, "kind": "member", "static": false, "variation": null, @@ -5977,7 +5994,7 @@ } }, { - "__docId__": 287, + "__docId__": 288, "kind": "member", "static": false, "variation": null, @@ -5995,7 +6012,7 @@ } }, { - "__docId__": 288, + "__docId__": 289, "kind": "member", "static": false, "variation": null, @@ -6013,7 +6030,7 @@ } }, { - "__docId__": 289, + "__docId__": 290, "kind": "member", "static": false, "variation": null, @@ -6031,7 +6048,7 @@ } }, { - "__docId__": 290, + "__docId__": 291, "kind": "member", "static": false, "variation": null, @@ -6049,7 +6066,7 @@ } }, { - "__docId__": 291, + "__docId__": 292, "kind": "method", "static": false, "variation": null, @@ -6084,7 +6101,7 @@ "generator": false }, { - "__docId__": 292, + "__docId__": 293, "kind": "method", "static": false, "variation": null, @@ -6124,7 +6141,7 @@ "generator": false }, { - "__docId__": 293, + "__docId__": 294, "kind": "method", "static": false, "variation": null, @@ -6149,7 +6166,7 @@ "generator": false }, { - "__docId__": 294, + "__docId__": 295, "kind": "method", "static": false, "variation": null, @@ -6184,7 +6201,7 @@ "generator": false }, { - "__docId__": 295, + "__docId__": 296, "kind": "method", "static": false, "variation": null, @@ -6223,7 +6240,7 @@ "generator": false }, { - "__docId__": 296, + "__docId__": 297, "kind": "method", "static": false, "variation": null, @@ -6238,7 +6255,7 @@ "generator": false }, { - "__docId__": 297, + "__docId__": 298, "kind": "file", "static": true, "variation": null, @@ -6251,7 +6268,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport Event from '../event';\n\nexport class ClearButton extends Feature {\n\n /**\n * Clear button component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'btnReset');\n\n // Configuration object\n let f = this.config;\n\n //id of container element\n this.btnResetTgtId = f.btn_reset_target_id || null;\n //reset button element\n this.btnResetEl = null;\n //defines reset text\n this.btnResetText = f.btn_reset_text || 'Reset';\n //defines reset button tooltip\n this.btnResetTooltip = f.btn_reset_tooltip || 'Clear filters';\n //defines reset button innerHtml\n this.btnResetHtml = f.btn_reset_html ||\n (!tf.enableIcons ? null :\n '');\n //span containing reset button\n this.prfxResetSpan = 'resetspan_';\n }\n\n onClick() {\n if (!this.isEnabled()) {\n return;\n }\n this.tf.clearFilters();\n }\n\n /**\n * Build DOM elements\n */\n init() {\n let tf = this.tf;\n\n if (this.initialized) {\n return;\n }\n\n let resetspan = createElm('span', ['id', this.prfxResetSpan + tf.id]);\n\n // reset button is added to defined element\n if (!this.btnResetTgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.btnResetTgtId ? tf.rDiv : elm(this.btnResetTgtId);\n targetEl.appendChild(resetspan);\n\n if (!this.btnResetHtml) {\n let fltreset = createElm('a', ['href', 'javascript:voelm(0);']);\n fltreset.className = tf.btnResetCssClass;\n fltreset.appendChild(createText(this.btnResetText));\n resetspan.appendChild(fltreset);\n Event.add(fltreset, 'click', () => { this.onClick(); });\n } else {\n resetspan.innerHTML = this.btnResetHtml;\n let resetEl = resetspan.firstChild;\n Event.add(resetEl, 'click', () => { this.onClick(); });\n }\n this.btnResetEl = resetspan.firstChild;\n\n this.initialized = true;\n }\n\n /**\n * Remove clear button UI\n */\n destroy() {\n let tf = this.tf;\n\n if (!this.initialized) {\n return;\n }\n\n let resetspan = elm(this.prfxResetSpan + tf.id);\n if (resetspan) {\n removeElm(resetspan);\n }\n this.btnResetEl = null;\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 298, + "__docId__": 299, "kind": "class", "static": true, "variation": null, @@ -6271,7 +6288,7 @@ ] }, { - "__docId__": 299, + "__docId__": 300, "kind": "constructor", "static": false, "variation": null, @@ -6296,7 +6313,7 @@ "generator": false }, { - "__docId__": 300, + "__docId__": 301, "kind": "member", "static": false, "variation": null, @@ -6314,7 +6331,7 @@ } }, { - "__docId__": 301, + "__docId__": 302, "kind": "member", "static": false, "variation": null, @@ -6332,7 +6349,7 @@ } }, { - "__docId__": 302, + "__docId__": 303, "kind": "member", "static": false, "variation": null, @@ -6350,7 +6367,7 @@ } }, { - "__docId__": 303, + "__docId__": 304, "kind": "member", "static": false, "variation": null, @@ -6368,7 +6385,7 @@ } }, { - "__docId__": 304, + "__docId__": 305, "kind": "member", "static": false, "variation": null, @@ -6386,7 +6403,7 @@ } }, { - "__docId__": 305, + "__docId__": 306, "kind": "member", "static": false, "variation": null, @@ -6404,7 +6421,7 @@ } }, { - "__docId__": 306, + "__docId__": 307, "kind": "method", "static": false, "variation": null, @@ -6419,7 +6436,7 @@ "generator": false }, { - "__docId__": 307, + "__docId__": 308, "kind": "method", "static": false, "variation": null, @@ -6433,7 +6450,7 @@ "generator": false }, { - "__docId__": 308, + "__docId__": 309, "kind": "member", "static": false, "variation": null, @@ -6451,7 +6468,7 @@ } }, { - "__docId__": 309, + "__docId__": 310, "kind": "member", "static": false, "variation": null, @@ -6469,7 +6486,7 @@ } }, { - "__docId__": 310, + "__docId__": 311, "kind": "method", "static": false, "variation": null, @@ -6483,7 +6500,7 @@ "generator": false }, { - "__docId__": 311, + "__docId__": 312, "kind": "member", "static": false, "variation": null, @@ -6501,7 +6518,7 @@ } }, { - "__docId__": 312, + "__docId__": 313, "kind": "member", "static": false, "variation": null, @@ -6519,7 +6536,7 @@ } }, { - "__docId__": 313, + "__docId__": 314, "kind": "file", "static": true, "variation": null, @@ -6532,7 +6549,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 Event 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\nexport class Dropdown extends Feature {\n\n /**\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dropdown');\n\n // Configuration object\n let f = tf.config();\n\n this.enableSlcResetFilter = f.enable_slc_reset_filter === false ?\n false : true;\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //IE only, tooltip text appearing on select before it is populated\n this.activateSlcTooltip = f.activate_slc_tooltip ||\n 'Click to activate';\n //tooltip text appearing on multiple select\n this.multipleSlcTooltip = f.multiple_slc_tooltip ||\n 'Use Ctrl key for multiple selections';\n\n this.isCustom = null;\n this.opts = null;\n this.optsTxt = null;\n this.slcInnerHtml = null;\n }\n\n onSlcFocus(e) {\n let elm = Event.target(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 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 tf.externalFltEls.push(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 Event.add(slc, 'change', () => this.onSlcChange());\n Event.add(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 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 this.slcInnerHtml = '';\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 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__": 314, + "__docId__": 315, "kind": "variable", "static": true, "variation": null, @@ -6553,7 +6570,7 @@ } }, { - "__docId__": 315, + "__docId__": 316, "kind": "class", "static": true, "variation": null, @@ -6573,7 +6590,7 @@ ] }, { - "__docId__": 316, + "__docId__": 317, "kind": "constructor", "static": false, "variation": null, @@ -6598,7 +6615,7 @@ "generator": false }, { - "__docId__": 317, + "__docId__": 318, "kind": "member", "static": false, "variation": null, @@ -6616,7 +6633,7 @@ } }, { - "__docId__": 318, + "__docId__": 319, "kind": "member", "static": false, "variation": null, @@ -6634,7 +6651,7 @@ } }, { - "__docId__": 319, + "__docId__": 320, "kind": "member", "static": false, "variation": null, @@ -6652,7 +6669,7 @@ } }, { - "__docId__": 320, + "__docId__": 321, "kind": "member", "static": false, "variation": null, @@ -6670,7 +6687,7 @@ } }, { - "__docId__": 321, + "__docId__": 322, "kind": "member", "static": false, "variation": null, @@ -6688,7 +6705,7 @@ } }, { - "__docId__": 322, + "__docId__": 323, "kind": "member", "static": false, "variation": null, @@ -6706,7 +6723,7 @@ } }, { - "__docId__": 323, + "__docId__": 324, "kind": "member", "static": false, "variation": null, @@ -6724,7 +6741,7 @@ } }, { - "__docId__": 324, + "__docId__": 325, "kind": "member", "static": false, "variation": null, @@ -6742,7 +6759,7 @@ } }, { - "__docId__": 325, + "__docId__": 326, "kind": "method", "static": false, "variation": null, @@ -6764,7 +6781,7 @@ "generator": false }, { - "__docId__": 326, + "__docId__": 327, "kind": "method", "static": false, "variation": null, @@ -6779,7 +6796,7 @@ "generator": false }, { - "__docId__": 327, + "__docId__": 328, "kind": "method", "static": false, "variation": null, @@ -6824,7 +6841,7 @@ "generator": false }, { - "__docId__": 328, + "__docId__": 329, "kind": "member", "static": false, "variation": null, @@ -6842,7 +6859,7 @@ } }, { - "__docId__": 329, + "__docId__": 330, "kind": "method", "static": false, "variation": null, @@ -6877,7 +6894,7 @@ "generator": false }, { - "__docId__": 330, + "__docId__": 331, "kind": "member", "static": false, "variation": null, @@ -6895,7 +6912,7 @@ } }, { - "__docId__": 331, + "__docId__": 332, "kind": "member", "static": false, "variation": null, @@ -6913,7 +6930,7 @@ } }, { - "__docId__": 332, + "__docId__": 333, "kind": "member", "static": false, "variation": null, @@ -6931,7 +6948,7 @@ } }, { - "__docId__": 333, + "__docId__": 334, "kind": "member", "static": false, "variation": null, @@ -6949,7 +6966,7 @@ } }, { - "__docId__": 334, + "__docId__": 335, "kind": "member", "static": false, "variation": null, @@ -6967,7 +6984,7 @@ } }, { - "__docId__": 335, + "__docId__": 336, "kind": "member", "static": false, "variation": null, @@ -6985,7 +7002,7 @@ } }, { - "__docId__": 336, + "__docId__": 337, "kind": "method", "static": false, "variation": null, @@ -7040,7 +7057,7 @@ "generator": false }, { - "__docId__": 337, + "__docId__": 338, "kind": "method", "static": false, "variation": null, @@ -7070,7 +7087,7 @@ "generator": false }, { - "__docId__": 338, + "__docId__": 339, "kind": "method", "static": false, "variation": null, @@ -7105,7 +7122,7 @@ "generator": false }, { - "__docId__": 339, + "__docId__": 340, "kind": "method", "static": false, "variation": null, @@ -7144,7 +7161,7 @@ "generator": false }, { - "__docId__": 340, + "__docId__": 341, "kind": "method", "static": false, "variation": null, @@ -7159,7 +7176,7 @@ "generator": false }, { - "__docId__": 341, + "__docId__": 342, "kind": "file", "static": true, "variation": null, @@ -7172,7 +7189,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, removeElm, elm, tag} from '../dom';\nimport {isFn, isNull, isUndef} from '../types';\nimport Event from '../event';\nimport {contains} from '../string';\nimport {NONE} from '../const';\n\nexport class GridLayout extends Feature {\n\n /**\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'gridLayout');\n\n let f = this.config;\n\n //defines grid width\n this.gridWidth = f.grid_width || null;\n //defines grid height\n this.gridHeight = f.grid_height || null;\n //defines css class for main container\n this.gridMainContCssClass = f.grid_cont_css_class || 'grd_Cont';\n //defines css class for div containing table\n this.gridContCssClass = f.grid_tbl_cont_css_class || 'grd_tblCont';\n //defines css class for div containing headers' table\n this.gridHeadContCssClass = f.grid_tblHead_cont_css_class ||\n 'grd_headTblCont';\n //defines css class for div containing rows counter, paging etc.\n this.gridInfDivCssClass = f.grid_inf_grid_css_class || 'grd_inf';\n //defines which row contains column headers\n this.gridHeadRowIndex = f.grid_headers_row_index || 0;\n //array of headers row indexes to be placed in header table\n this.gridHeadRows = f.grid_headers_rows || [0];\n //generate filters in table headers\n this.gridEnableFilters = !isUndef(f.grid_enable_default_filters) ?\n f.grid_enable_default_filters : true;\n this.noHeaders = Boolean(f.grid_no_headers);\n //default col width\n this.gridDefaultColWidth = f.grid_default_col_width || '100px';\n\n this.gridColElms = [];\n\n //div containing grid elements if grid_layout true\n this.prfxMainTblCont = 'gridCont_';\n //div containing table if grid_layout true\n this.prfxTblCont = 'tblCont_';\n //div containing headers table if grid_layout true\n this.prfxHeadTblCont = 'tblHeadCont_';\n //headers' table if grid_layout true\n this.prfxHeadTbl = 'tblHead_';\n //id of td containing the filter if grid_layout true\n this.prfxGridFltTd = '_td_';\n //id of th containing column header if grid_layout true\n this.prfxGridTh = 'tblHeadTh_';\n\n this.sourceTblHtml = tf.tbl.outerHTML;\n\n // filters flag at TF level\n tf.fltGrid = this.gridEnableFilters;\n }\n\n /**\n * Generates a grid with fixed headers\n */\n init() {\n let tf = this.tf;\n let f = this.config;\n let tbl = tf.tbl;\n\n if (this.initialized) {\n return;\n }\n\n // Override reference rows indexes\n tf.refRow = isNull(tf.startRow) ? 0 : tf.startRow;\n tf.headersRow = 0;\n tf.filtersRowIndex = 1;\n\n tf.isExternalFlt = true;\n\n // default width of 100px if column widths not set\n if (!tf.hasColWidths) {\n tf.colWidths = [];\n for (let k = 0; k < tf.nbCells; k++) {\n let colW,\n cell = tbl.rows[this.gridHeadRowIndex].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.gridDefaultColWidth;\n }\n tf.colWidths[k] = colW;\n }\n tf.hasColWidths = true;\n }\n tf.setColWidths();\n\n let tblW;//initial table width\n if (tbl.width !== '') {\n tblW = tbl.width;\n }\n else if (tbl.style.width !== '') {\n tblW = parseInt(tbl.style.width, 10);\n } else {\n tblW = tbl.clientWidth;\n }\n\n //Main container: it will contain all the elements\n this.tblMainCont = createElm('div',\n ['id', this.prfxMainTblCont + tf.id]);\n this.tblMainCont.className = this.gridMainContCssClass;\n if (this.gridWidth) {\n this.tblMainCont.style.width = this.gridWidth;\n }\n tbl.parentNode.insertBefore(this.tblMainCont, tbl);\n\n //Table container: div wrapping content table\n this.tblCont = createElm('div', ['id', this.prfxTblCont + tf.id]);\n this.tblCont.className = this.gridContCssClass;\n if (this.gridWidth) {\n if (this.gridWidth.indexOf('%') !== -1) {\n this.tblCont.style.width = '100%';\n } else {\n this.tblCont.style.width = this.gridWidth;\n }\n }\n if (this.gridHeight) {\n this.tblCont.style.height = this.gridHeight;\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 = createElm(\n 'div', ['id', this.prfxHeadTblCont + tf.id]);\n this.headTblCont.className = this.gridHeadContCssClass;\n if (this.gridWidth) {\n if (this.gridWidth.indexOf('%') !== -1) {\n this.headTblCont.style.width = '100%';\n } else {\n this.headTblCont.style.width = this.gridWidth;\n }\n }\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.gridHeadRowIndex];\n let sortTriggers = [];\n for (let n = 0; n < tf.nbCells; n++) {\n let c = hRow.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\n //Filters row is created\n let filtersRow = createElm('tr');\n if (this.gridEnableFilters && tf.fltGrid) {\n tf.externalFltTgtIds = [];\n for (let j = 0; j < tf.nbCells; 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\n //Headers row are moved from content table to headers table\n if (!this.noHeaders) {\n for (let i = 0; i < this.gridHeadRows.length; i++) {\n let headRow = tbl.rows[this.gridHeadRows[0]];\n tH.appendChild(headRow);\n }\n } else {\n // Handle table with no headers, assuming here headers do not\n // exist\n tH.appendChild(createElm('tr'));\n }\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 Event.add(this.tblCont, 'scroll', (evt) => {\n let elm = Event.target(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 //Configure sort extension if any\n let sort = (f.extensions || []).filter(function (itm) {\n return itm.name === 'sort';\n });\n if (sort.length === 1) {\n sort[0].async_sort = true;\n sort[0].trigger_ids = sortTriggers;\n }\n\n //Cols generation for all browsers excepted IE<=7\n this.tblHasColTag = tag(tbl, 'col').length > 0 ? true : false;\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n let createColTags = function () {\n for (let k = (tf.nbCells - 1); k >= 0; k--) {\n let col = createElm('col', ['id', tf.id + '_col_' + k]);\n tbl.insertBefore(col, tbl.firstChild);\n col.style.width = tf.colWidths[k];\n this.gridColElms[k] = col;\n }\n this.tblHasColTag = true;\n };\n\n if (!this.tblHasColTag) {\n createColTags.call(this);\n } else {\n let cols = tag(tbl, 'col');\n for (let ii = 0; ii < tf.nbCells; ii++) {\n cols[ii].setAttribute('id', tf.id + '_col_' + ii);\n cols[ii].style.width = tf.colWidths[ii];\n this.gridColElms.push(cols[ii]);\n }\n }\n\n let afterColResizedFn = isFn(f.on_after_col_resized) ?\n f.on_after_col_resized : null;\n f.on_after_col_resized = function (o, colIndex) {\n if (!colIndex) {\n return;\n }\n let w = o.crWColsRow.cells[colIndex].style.width;\n let col = o.gridColElms[colIndex];\n col.style.width = w;\n\n let thCW = o.crWColsRow.cells[colIndex].clientWidth;\n let tdCW = o.crWRowDataTbl.cells[colIndex].clientWidth;\n\n if (thCW !== tdCW) {\n o.headTbl.style.width = tbl.clientWidth + 'px';\n }\n\n if (afterColResizedFn) {\n afterColResizedFn.call(null, o, colIndex);\n }\n };\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 this.initialized = true;\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__": 342, + "__docId__": 343, "kind": "class", "static": true, "variation": null, @@ -7192,7 +7209,7 @@ ] }, { - "__docId__": 343, + "__docId__": 344, "kind": "constructor", "static": false, "variation": null, @@ -7217,7 +7234,7 @@ "generator": false }, { - "__docId__": 344, + "__docId__": 345, "kind": "member", "static": false, "variation": null, @@ -7235,7 +7252,7 @@ } }, { - "__docId__": 345, + "__docId__": 346, "kind": "member", "static": false, "variation": null, @@ -7253,7 +7270,7 @@ } }, { - "__docId__": 346, + "__docId__": 347, "kind": "member", "static": false, "variation": null, @@ -7271,7 +7288,7 @@ } }, { - "__docId__": 347, + "__docId__": 348, "kind": "member", "static": false, "variation": null, @@ -7289,7 +7306,7 @@ } }, { - "__docId__": 348, + "__docId__": 349, "kind": "member", "static": false, "variation": null, @@ -7307,7 +7324,7 @@ } }, { - "__docId__": 349, + "__docId__": 350, "kind": "member", "static": false, "variation": null, @@ -7325,7 +7342,7 @@ } }, { - "__docId__": 350, + "__docId__": 351, "kind": "member", "static": false, "variation": null, @@ -7343,7 +7360,7 @@ } }, { - "__docId__": 351, + "__docId__": 352, "kind": "member", "static": false, "variation": null, @@ -7361,7 +7378,7 @@ } }, { - "__docId__": 352, + "__docId__": 353, "kind": "member", "static": false, "variation": null, @@ -7379,7 +7396,7 @@ } }, { - "__docId__": 353, + "__docId__": 354, "kind": "member", "static": false, "variation": null, @@ -7397,7 +7414,7 @@ } }, { - "__docId__": 354, + "__docId__": 355, "kind": "member", "static": false, "variation": null, @@ -7415,7 +7432,7 @@ } }, { - "__docId__": 355, + "__docId__": 356, "kind": "member", "static": false, "variation": null, @@ -7433,7 +7450,7 @@ } }, { - "__docId__": 356, + "__docId__": 357, "kind": "member", "static": false, "variation": null, @@ -7451,7 +7468,7 @@ } }, { - "__docId__": 357, + "__docId__": 358, "kind": "member", "static": false, "variation": null, @@ -7469,7 +7486,7 @@ } }, { - "__docId__": 358, + "__docId__": 359, "kind": "member", "static": false, "variation": null, @@ -7487,7 +7504,7 @@ } }, { - "__docId__": 359, + "__docId__": 360, "kind": "member", "static": false, "variation": null, @@ -7505,7 +7522,7 @@ } }, { - "__docId__": 360, + "__docId__": 361, "kind": "member", "static": false, "variation": null, @@ -7523,7 +7540,7 @@ } }, { - "__docId__": 361, + "__docId__": 362, "kind": "member", "static": false, "variation": null, @@ -7541,7 +7558,7 @@ } }, { - "__docId__": 362, + "__docId__": 363, "kind": "member", "static": false, "variation": null, @@ -7559,7 +7576,7 @@ } }, { - "__docId__": 363, + "__docId__": 364, "kind": "method", "static": false, "variation": null, @@ -7573,7 +7590,7 @@ "generator": false }, { - "__docId__": 364, + "__docId__": 365, "kind": "member", "static": false, "variation": null, @@ -7591,7 +7608,7 @@ } }, { - "__docId__": 365, + "__docId__": 366, "kind": "member", "static": false, "variation": null, @@ -7609,7 +7626,7 @@ } }, { - "__docId__": 366, + "__docId__": 367, "kind": "member", "static": false, "variation": null, @@ -7627,7 +7644,7 @@ } }, { - "__docId__": 367, + "__docId__": 368, "kind": "member", "static": false, "variation": null, @@ -7645,7 +7662,7 @@ } }, { - "__docId__": 368, + "__docId__": 369, "kind": "member", "static": false, "variation": null, @@ -7663,7 +7680,7 @@ } }, { - "__docId__": 369, + "__docId__": 370, "kind": "member", "static": false, "variation": null, @@ -7681,7 +7698,7 @@ } }, { - "__docId__": 370, + "__docId__": 371, "kind": "member", "static": false, "variation": null, @@ -7699,7 +7716,7 @@ } }, { - "__docId__": 371, + "__docId__": 372, "kind": "method", "static": false, "variation": null, @@ -7713,7 +7730,7 @@ "generator": false }, { - "__docId__": 372, + "__docId__": 373, "kind": "member", "static": false, "variation": null, @@ -7731,7 +7748,7 @@ } }, { - "__docId__": 373, + "__docId__": 374, "kind": "member", "static": false, "variation": null, @@ -7749,7 +7766,7 @@ } }, { - "__docId__": 374, + "__docId__": 375, "kind": "member", "static": false, "variation": null, @@ -7767,7 +7784,7 @@ } }, { - "__docId__": 375, + "__docId__": 376, "kind": "member", "static": false, "variation": null, @@ -7785,7 +7802,7 @@ } }, { - "__docId__": 376, + "__docId__": 377, "kind": "member", "static": false, "variation": null, @@ -7803,7 +7820,7 @@ } }, { - "__docId__": 377, + "__docId__": 378, "kind": "file", "static": true, "variation": null, @@ -7816,7 +7833,7 @@ "content": "import Event from '../event';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst location = root.location;\nconst decodeURIComponent = root.decodeURIComponent;\n\nexport const hasHashChange = () => {\n let docMode = root.documentMode;\n return ('onhashchange' in root) && (docMode === undefined || docMode > 7);\n};\n\n/**\n * Manages the URL hash reflecting the features state to be persisted\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 this.state = state;\n this.lastHash = null;\n this.emitter = state.emitter;\n }\n\n /**\n * Initializes the Hash object\n */\n init() {\n if (!hasHashChange()) {\n return;\n }\n\n this.lastHash = location.hash;\n\n this.emitter.on(['state-changed'], (tf, state) => this.update(state));\n this.emitter.on(['initialized'], () => this.sync());\n Event.add(root, 'hashchange', () => this.sync());\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 = `#${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.sync());\n Event.remove(root, 'hashchange', () => this.sync());\n\n this.state = null;\n this.lastHash = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 378, + "__docId__": 379, "kind": "variable", "static": true, "variation": null, @@ -7837,7 +7854,7 @@ } }, { - "__docId__": 379, + "__docId__": 380, "kind": "variable", "static": true, "variation": null, @@ -7858,7 +7875,7 @@ } }, { - "__docId__": 380, + "__docId__": 381, "kind": "variable", "static": true, "variation": null, @@ -7879,7 +7896,7 @@ } }, { - "__docId__": 381, + "__docId__": 382, "kind": "variable", "static": true, "variation": null, @@ -7900,7 +7917,7 @@ } }, { - "__docId__": 382, + "__docId__": 383, "kind": "class", "static": true, "variation": null, @@ -7926,7 +7943,7 @@ "interface": false }, { - "__docId__": 383, + "__docId__": 384, "kind": "constructor", "static": false, "variation": null, @@ -7951,7 +7968,7 @@ "generator": false }, { - "__docId__": 384, + "__docId__": 385, "kind": "member", "static": false, "variation": null, @@ -7969,7 +7986,7 @@ } }, { - "__docId__": 385, + "__docId__": 386, "kind": "member", "static": false, "variation": null, @@ -7987,7 +8004,7 @@ } }, { - "__docId__": 386, + "__docId__": 387, "kind": "member", "static": false, "variation": null, @@ -8005,7 +8022,7 @@ } }, { - "__docId__": 387, + "__docId__": 388, "kind": "method", "static": false, "variation": null, @@ -8019,7 +8036,7 @@ "generator": false }, { - "__docId__": 388, + "__docId__": 389, "kind": "member", "static": false, "variation": null, @@ -8037,7 +8054,7 @@ } }, { - "__docId__": 389, + "__docId__": 390, "kind": "method", "static": false, "variation": null, @@ -8062,7 +8079,7 @@ "generator": false }, { - "__docId__": 390, + "__docId__": 391, "kind": "member", "static": false, "variation": null, @@ -8080,7 +8097,7 @@ } }, { - "__docId__": 391, + "__docId__": 392, "kind": "method", "static": false, "variation": null, @@ -8119,7 +8136,7 @@ "generator": false }, { - "__docId__": 392, + "__docId__": 393, "kind": "method", "static": false, "variation": null, @@ -8133,7 +8150,7 @@ "generator": false }, { - "__docId__": 393, + "__docId__": 394, "kind": "method", "static": false, "variation": null, @@ -8147,7 +8164,7 @@ "generator": false }, { - "__docId__": 394, + "__docId__": 395, "kind": "member", "static": false, "variation": null, @@ -8165,7 +8182,7 @@ } }, { - "__docId__": 395, + "__docId__": 396, "kind": "member", "static": false, "variation": null, @@ -8183,7 +8200,7 @@ } }, { - "__docId__": 396, + "__docId__": 397, "kind": "member", "static": false, "variation": null, @@ -8201,7 +8218,7 @@ } }, { - "__docId__": 397, + "__docId__": 398, "kind": "file", "static": true, "variation": null, @@ -8211,10 +8228,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport Event 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\nexport class Help extends Feature{\n\n /**\n * Help UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf){\n super(tf, 'help');\n\n var f = this.config;\n\n //id of custom container element for instructions\n this.tgtId = f.help_instructions_target_id || null;\n //id of custom container element for instructions\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n //defines help text\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 //defines help innerHtml\n this.instrHtml = f.help_instructions_html || null;\n //defines reset button text\n this.btnText = f.help_instructions_btn_text || '?';\n //defines reset button innerHtml\n this.btnHtml = f.help_instructions_btn_html || null;\n //defines css class for help button\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n //defines css class for help container\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n //help button element\n this.btn = null;\n //help content div\n this.cont = null;\n this.defaultHtml = '

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

' +\n ''+ WEBSITE_URL +''+\n '
©2015-'+ tf.year +' {AUTHOR}' +\n '
' +\n 'Close
';\n\n //id prefix for help elements\n this.prfxHelpSpan = 'helpSpan_';\n //id prefix for help elements\n this.prfxHelpDiv = 'helpDiv_';\n\n this.emitter.on(['init-help'], ()=> this.init());\n }\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 Event.add(helplink, 'click', () => this.toggle());\n } else {\n helpspan.innerHTML = this.btnHtml;\n var helpEl = helpspan.firstChild;\n Event.add(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 Event.add(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 Event.add(helpdiv, 'dblclick', () => this.toggle());\n }\n }\n helpdiv.innerHTML += this.defaultHtml;\n Event.add(helpdiv, 'click', () => this.toggle());\n\n this.cont = helpdiv;\n this.btn = helpspan;\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" + "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport Event 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\nexport class Help extends Feature {\n\n /**\n * Help UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'help');\n\n var f = this.config;\n\n //id of custom container element for instructions\n this.tgtId = f.help_instructions_target_id || null;\n //id of custom container element for instructions\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n //defines help text\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 //defines help innerHtml\n this.instrHtml = f.help_instructions_html || null;\n //defines reset button text\n this.btnText = f.help_instructions_btn_text || '?';\n //defines reset button innerHtml\n this.btnHtml = f.help_instructions_btn_html || null;\n //defines css class for help button\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n //defines css class for help container\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n //help button element\n this.btn = null;\n //help content div\n this.cont = null;\n this.defaultHtml = '

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

' + '' + WEBSITE_URL + '' +\n '
©2015-' + tf.year + ' {AUTHOR}' +\n '
' +\n 'Close
';\n\n //id prefix for help elements\n this.prfxHelpSpan = 'helpSpan_';\n //id prefix for help elements\n this.prfxHelpDiv = 'helpDiv_';\n\n this.emitter.on(['init-help'], () => this.init());\n }\n\n /**\n * Initialise Help instance\n *\n * @returns (description)\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 Event.add(helplink, 'click', () => this.toggle());\n } else {\n helpspan.innerHTML = this.btnHtml;\n var helpEl = helpspan.firstChild;\n Event.add(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 Event.add(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 Event.add(helpdiv, 'dblclick', () => this.toggle());\n }\n }\n helpdiv.innerHTML += this.defaultHtml;\n Event.add(helpdiv, 'click', () => this.toggle());\n\n this.cont = helpdiv;\n this.btn = helpspan;\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__": 398, + "__docId__": 399, "kind": "variable", "static": true, "variation": null, @@ -8235,7 +8252,7 @@ } }, { - "__docId__": 399, + "__docId__": 400, "kind": "variable", "static": true, "variation": null, @@ -8256,7 +8273,7 @@ } }, { - "__docId__": 400, + "__docId__": 401, "kind": "class", "static": true, "variation": null, @@ -8276,7 +8293,7 @@ ] }, { - "__docId__": 401, + "__docId__": 402, "kind": "constructor", "static": false, "variation": null, @@ -8301,7 +8318,7 @@ "generator": false }, { - "__docId__": 402, + "__docId__": 403, "kind": "member", "static": false, "variation": null, @@ -8319,7 +8336,7 @@ } }, { - "__docId__": 403, + "__docId__": 404, "kind": "member", "static": false, "variation": null, @@ -8337,7 +8354,7 @@ } }, { - "__docId__": 404, + "__docId__": 405, "kind": "member", "static": false, "variation": null, @@ -8355,7 +8372,7 @@ } }, { - "__docId__": 405, + "__docId__": 406, "kind": "member", "static": false, "variation": null, @@ -8373,7 +8390,7 @@ } }, { - "__docId__": 406, + "__docId__": 407, "kind": "member", "static": false, "variation": null, @@ -8391,7 +8408,7 @@ } }, { - "__docId__": 407, + "__docId__": 408, "kind": "member", "static": false, "variation": null, @@ -8409,7 +8426,7 @@ } }, { - "__docId__": 408, + "__docId__": 409, "kind": "member", "static": false, "variation": null, @@ -8427,7 +8444,7 @@ } }, { - "__docId__": 409, + "__docId__": 410, "kind": "member", "static": false, "variation": null, @@ -8445,7 +8462,7 @@ } }, { - "__docId__": 410, + "__docId__": 411, "kind": "member", "static": false, "variation": null, @@ -8463,7 +8480,7 @@ } }, { - "__docId__": 411, + "__docId__": 412, "kind": "member", "static": false, "variation": null, @@ -8481,7 +8498,7 @@ } }, { - "__docId__": 412, + "__docId__": 413, "kind": "member", "static": false, "variation": null, @@ -8499,7 +8516,7 @@ } }, { - "__docId__": 413, + "__docId__": 414, "kind": "member", "static": false, "variation": null, @@ -8517,7 +8534,7 @@ } }, { - "__docId__": 414, + "__docId__": 415, "kind": "member", "static": false, "variation": null, @@ -8535,7 +8552,7 @@ } }, { - "__docId__": 415, + "__docId__": 416, "kind": "method", "static": false, "variation": null, @@ -8543,14 +8560,27 @@ "memberof": "src/modules/help.js~Help", "longname": "src/modules/help.js~Help#init", "access": null, - "description": null, - "lineNumber": 66, - "undocument": true, + "description": "Initialise Help instance", + "lineNumber": 71, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "(description)" + } + ], "params": [], + "return": { + "nullable": null, + "types": [ + "*" + ], + "spread": false, + "description": "(description)" + }, "generator": false }, { - "__docId__": 416, + "__docId__": 417, "kind": "member", "static": false, "variation": null, @@ -8559,25 +8589,7 @@ "longname": "src/modules/help.js~Help#cont", "access": null, "description": null, - "lineNumber": 116, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 417, - "kind": "member", - "static": false, - "variation": null, - "name": "btn", - "memberof": "src/modules/help.js~Help", - "longname": "src/modules/help.js~Help#btn", - "access": null, - "description": null, - "lineNumber": 117, + "lineNumber": 121, "undocument": true, "type": { "types": [ @@ -8590,58 +8602,12 @@ "kind": "member", "static": false, "variation": null, - "name": "initialized", - "memberof": "src/modules/help.js~Help", - "longname": "src/modules/help.js~Help#initialized", - "access": null, - "description": null, - "lineNumber": 118, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 419, - "kind": "method", - "static": false, - "variation": null, - "name": "toggle", - "memberof": "src/modules/help.js~Help", - "longname": "src/modules/help.js~Help#toggle", - "access": null, - "description": "Toggle help pop-up", - "lineNumber": 124, - "params": [], - "generator": false - }, - { - "__docId__": 420, - "kind": "method", - "static": false, - "variation": null, - "name": "destroy", - "memberof": "src/modules/help.js~Help", - "longname": "src/modules/help.js~Help#destroy", - "access": null, - "description": "Remove help UI", - "lineNumber": 141, - "params": [], - "generator": false - }, - { - "__docId__": 421, - "kind": "member", - "static": false, - "variation": null, "name": "btn", "memberof": "src/modules/help.js~Help", "longname": "src/modules/help.js~Help#btn", "access": null, "description": null, - "lineNumber": 146, + "lineNumber": 122, "undocument": true, "type": { "types": [ @@ -8649,14 +8615,60 @@ ] } }, + { + "__docId__": 419, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/help.js~Help", + "longname": "src/modules/help.js~Help#initialized", + "access": null, + "description": null, + "lineNumber": 123, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 420, + "kind": "method", + "static": false, + "variation": null, + "name": "toggle", + "memberof": "src/modules/help.js~Help", + "longname": "src/modules/help.js~Help#toggle", + "access": null, + "description": "Toggle help pop-up", + "lineNumber": 129, + "params": [], + "generator": false + }, + { + "__docId__": 421, + "kind": "method", + "static": false, + "variation": null, + "name": "destroy", + "memberof": "src/modules/help.js~Help", + "longname": "src/modules/help.js~Help#destroy", + "access": null, + "description": "Remove help UI", + "lineNumber": 146, + "params": [], + "generator": false + }, { "__docId__": 422, "kind": "member", "static": false, "variation": null, - "name": "cont", + "name": "btn", "memberof": "src/modules/help.js~Help", - "longname": "src/modules/help.js~Help#cont", + "longname": "src/modules/help.js~Help#btn", "access": null, "description": null, "lineNumber": 151, @@ -8672,12 +8684,30 @@ "kind": "member", "static": false, "variation": null, + "name": "cont", + "memberof": "src/modules/help.js~Help", + "longname": "src/modules/help.js~Help#cont", + "access": null, + "description": null, + "lineNumber": 156, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 424, + "kind": "member", + "static": false, + "variation": null, "name": "initialized", "memberof": "src/modules/help.js~Help", "longname": "src/modules/help.js~Help#initialized", "access": null, "description": null, - "lineNumber": 152, + "lineNumber": 157, "undocument": true, "type": { "types": [ @@ -8686,7 +8716,7 @@ } }, { - "__docId__": 424, + "__docId__": 425, "kind": "file", "static": true, "variation": null, @@ -8699,7 +8729,7 @@ "content": "import {createText, createElm, getText} from '../dom';\nimport {isArray} from '../types';\n\nexport class HighlightKeyword {\n\n /**\n * HighlightKeyword, highlight matched keyword\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n let f = tf.config();\n //defines css class for highlighting\n this.highlightCssClass = f.highlight_css_class || 'keyword';\n\n this.tf = tf;\n this.emitter = tf.emitter;\n }\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 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__": 425, + "__docId__": 426, "kind": "class", "static": true, "variation": null, @@ -8716,7 +8746,7 @@ "interface": false }, { - "__docId__": 426, + "__docId__": 427, "kind": "constructor", "static": false, "variation": null, @@ -8741,7 +8771,7 @@ "generator": false }, { - "__docId__": 427, + "__docId__": 428, "kind": "member", "static": false, "variation": null, @@ -8759,7 +8789,7 @@ } }, { - "__docId__": 428, + "__docId__": 429, "kind": "member", "static": false, "variation": null, @@ -8777,7 +8807,7 @@ } }, { - "__docId__": 429, + "__docId__": 430, "kind": "member", "static": false, "variation": null, @@ -8795,7 +8825,7 @@ } }, { - "__docId__": 430, + "__docId__": 431, "kind": "method", "static": false, "variation": null, @@ -8810,7 +8840,7 @@ "generator": false }, { - "__docId__": 431, + "__docId__": 432, "kind": "method", "static": false, "variation": null, @@ -8855,7 +8885,7 @@ "generator": false }, { - "__docId__": 432, + "__docId__": 433, "kind": "method", "static": false, "variation": null, @@ -8890,7 +8920,7 @@ "generator": false }, { - "__docId__": 433, + "__docId__": 434, "kind": "method", "static": false, "variation": null, @@ -8904,7 +8934,7 @@ "generator": false }, { - "__docId__": 434, + "__docId__": 435, "kind": "method", "static": false, "variation": null, @@ -8919,7 +8949,7 @@ "generator": false }, { - "__docId__": 435, + "__docId__": 436, "kind": "file", "static": true, "variation": null, @@ -8932,7 +8962,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\nexport class Loader extends Feature {\n\n /**\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n // TableFilter configuration\n let f = this.config;\n\n //id of container element\n this.loaderTgtId = f.loader_target_id || null;\n //div containing loader\n this.loaderDiv = null;\n //defines loader text\n this.loaderText = f.loader_text || 'Loading...';\n //defines loader innerHtml\n this.loaderHtml = f.loader_html || null;\n //defines css class for loader div\n this.loaderCssClass = f.loader_css_class || 'loader';\n //delay for hiding loader\n this.loaderCloseDelay = 250;\n //callback function before loader is displayed\n this.onShowLoader = isFn(f.on_show_loader) ? f.on_show_loader : null;\n //callback function after loader is closed\n this.onHideLoader = isFn(f.on_hide_loader) ? f.on_hide_loader : null;\n //loader div\n this.prfxLoader = 'load_';\n }\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.prfxLoader + tf.id]);\n containerDiv.className = this.loaderCssClass;\n\n let targetEl = !this.loaderTgtId ?\n tf.tbl.parentNode : elm(this.loaderTgtId);\n if (!this.loaderTgtId) {\n targetEl.insertBefore(containerDiv, tf.tbl);\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.loaderDiv = containerDiv;\n if (!this.loaderHtml) {\n this.loaderDiv.appendChild(createText(this.loaderText));\n } else {\n this.loaderDiv.innerHTML = this.loaderHtml;\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 this.initialized = true;\n }\n\n show(p) {\n if (!this.isEnabled()) {\n return;\n }\n\n let displayLoader = () => {\n if (!this.loaderDiv) {\n return;\n }\n if (this.onShowLoader && p !== NONE) {\n this.onShowLoader.call(null, this);\n }\n this.loaderDiv.style.display = p;\n if (this.onHideLoader && p === NONE) {\n this.onHideLoader.call(null, this);\n }\n };\n\n let t = p === NONE ? this.loaderCloseDelay : 1;\n root.setTimeout(displayLoader, t);\n }\n\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n removeElm(this.loaderDiv);\n this.loaderDiv = 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__": 436, + "__docId__": 437, "kind": "class", "static": true, "variation": null, @@ -8952,7 +8982,7 @@ ] }, { - "__docId__": 437, + "__docId__": 438, "kind": "constructor", "static": false, "variation": null, @@ -8977,7 +9007,7 @@ "generator": false }, { - "__docId__": 438, + "__docId__": 439, "kind": "member", "static": false, "variation": null, @@ -8995,7 +9025,7 @@ } }, { - "__docId__": 439, + "__docId__": 440, "kind": "member", "static": false, "variation": null, @@ -9013,7 +9043,7 @@ } }, { - "__docId__": 440, + "__docId__": 441, "kind": "member", "static": false, "variation": null, @@ -9031,7 +9061,7 @@ } }, { - "__docId__": 441, + "__docId__": 442, "kind": "member", "static": false, "variation": null, @@ -9049,7 +9079,7 @@ } }, { - "__docId__": 442, + "__docId__": 443, "kind": "member", "static": false, "variation": null, @@ -9067,7 +9097,7 @@ } }, { - "__docId__": 443, + "__docId__": 444, "kind": "member", "static": false, "variation": null, @@ -9085,7 +9115,7 @@ } }, { - "__docId__": 444, + "__docId__": 445, "kind": "member", "static": false, "variation": null, @@ -9103,7 +9133,7 @@ } }, { - "__docId__": 445, + "__docId__": 446, "kind": "member", "static": false, "variation": null, @@ -9121,7 +9151,7 @@ } }, { - "__docId__": 446, + "__docId__": 447, "kind": "member", "static": false, "variation": null, @@ -9139,7 +9169,7 @@ } }, { - "__docId__": 447, + "__docId__": 448, "kind": "method", "static": false, "variation": null, @@ -9154,7 +9184,7 @@ "generator": false }, { - "__docId__": 448, + "__docId__": 449, "kind": "member", "static": false, "variation": null, @@ -9172,7 +9202,7 @@ } }, { - "__docId__": 449, + "__docId__": 450, "kind": "member", "static": false, "variation": null, @@ -9190,7 +9220,7 @@ } }, { - "__docId__": 450, + "__docId__": 451, "kind": "method", "static": false, "variation": null, @@ -9212,7 +9242,7 @@ "generator": false }, { - "__docId__": 451, + "__docId__": 452, "kind": "method", "static": false, "variation": null, @@ -9227,7 +9257,7 @@ "generator": false }, { - "__docId__": 452, + "__docId__": 453, "kind": "member", "static": false, "variation": null, @@ -9245,7 +9275,7 @@ } }, { - "__docId__": 453, + "__docId__": 454, "kind": "member", "static": false, "variation": null, @@ -9263,7 +9293,7 @@ } }, { - "__docId__": 454, + "__docId__": 455, "kind": "file", "static": true, "variation": null, @@ -9276,7 +9306,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, elm, removeElm} from '../dom';\nimport {isEmpty, isFn} from '../types';\nimport {NONE} from '../const';\n\nexport class NoResults extends Feature {\n\n /**\n * No results message UI component\n * @param {Object} 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 this.content = f.content || 'No results';\n this.customContainer = f.custom_container || null;\n this.customContainerId = f.custom_container_id || null;\n this.isExternal = !isEmpty(this.customContainer) ||\n !isEmpty(this.customContainerId);\n this.cssClass = f.css_class || 'no-results';\n\n this.cont = null;\n\n //callback before message is displayed\n this.onBeforeShowMsg = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n //callback after message is displayed\n this.onAfterShowMsg = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n //callback before message is hidden\n this.onBeforeHideMsg = isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : null;\n //callback after message is hidden\n this.onAfterHideMsg = isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : null;\n\n this.prfxNoResults = 'nores_';\n }\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.prfxNoResults + 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 this.initialized = true;\n this.hide();\n }\n\n toggle() {\n if (this.tf.getValidRowsNb() > 0) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n show() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n if (this.onBeforeShowMsg) {\n this.onBeforeShowMsg.call(null, this.tf, this);\n }\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n if (this.onAfterShowMsg) {\n this.onAfterShowMsg.call(null, this.tf, this);\n }\n }\n\n hide() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n if (this.onBeforeHideMsg) {\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n\n this.cont.style.display = NONE;\n\n if (this.onBeforeHideMsg) {\n this.onBeforeHideMsg.call(null, this.tf, this);\n }\n }\n\n setWidth() {\n if (!this.initialized || this.isExternal || !this.isEnabled()) {\n return;\n }\n if (this.tf.gridLayout) {\n let gridLayout = this.tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = this.tf.tbl.clientWidth + 'px';\n }\n\n }\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__": 455, + "__docId__": 456, "kind": "class", "static": true, "variation": null, @@ -9296,7 +9326,7 @@ ] }, { - "__docId__": 456, + "__docId__": 457, "kind": "constructor", "static": false, "variation": null, @@ -9321,7 +9351,7 @@ "generator": false }, { - "__docId__": 457, + "__docId__": 458, "kind": "member", "static": false, "variation": null, @@ -9339,7 +9369,7 @@ } }, { - "__docId__": 458, + "__docId__": 459, "kind": "member", "static": false, "variation": null, @@ -9357,7 +9387,7 @@ } }, { - "__docId__": 459, + "__docId__": 460, "kind": "member", "static": false, "variation": null, @@ -9375,7 +9405,7 @@ } }, { - "__docId__": 460, + "__docId__": 461, "kind": "member", "static": false, "variation": null, @@ -9393,7 +9423,7 @@ } }, { - "__docId__": 461, + "__docId__": 462, "kind": "member", "static": false, "variation": null, @@ -9411,7 +9441,7 @@ } }, { - "__docId__": 462, + "__docId__": 463, "kind": "member", "static": false, "variation": null, @@ -9429,7 +9459,7 @@ } }, { - "__docId__": 463, + "__docId__": 464, "kind": "member", "static": false, "variation": null, @@ -9447,7 +9477,7 @@ } }, { - "__docId__": 464, + "__docId__": 465, "kind": "member", "static": false, "variation": null, @@ -9465,7 +9495,7 @@ } }, { - "__docId__": 465, + "__docId__": 466, "kind": "member", "static": false, "variation": null, @@ -9483,7 +9513,7 @@ } }, { - "__docId__": 466, + "__docId__": 467, "kind": "member", "static": false, "variation": null, @@ -9501,7 +9531,7 @@ } }, { - "__docId__": 467, + "__docId__": 468, "kind": "member", "static": false, "variation": null, @@ -9519,7 +9549,7 @@ } }, { - "__docId__": 468, + "__docId__": 469, "kind": "method", "static": false, "variation": null, @@ -9534,7 +9564,7 @@ "generator": false }, { - "__docId__": 469, + "__docId__": 470, "kind": "member", "static": false, "variation": null, @@ -9552,7 +9582,7 @@ } }, { - "__docId__": 470, + "__docId__": 471, "kind": "member", "static": false, "variation": null, @@ -9570,7 +9600,7 @@ } }, { - "__docId__": 471, + "__docId__": 472, "kind": "method", "static": false, "variation": null, @@ -9585,7 +9615,7 @@ "generator": false }, { - "__docId__": 472, + "__docId__": 473, "kind": "method", "static": false, "variation": null, @@ -9600,7 +9630,7 @@ "generator": false }, { - "__docId__": 473, + "__docId__": 474, "kind": "method", "static": false, "variation": null, @@ -9615,7 +9645,7 @@ "generator": false }, { - "__docId__": 474, + "__docId__": 475, "kind": "method", "static": false, "variation": null, @@ -9630,7 +9660,7 @@ "generator": false }, { - "__docId__": 475, + "__docId__": 476, "kind": "method", "static": false, "variation": null, @@ -9645,7 +9675,7 @@ "generator": false }, { - "__docId__": 476, + "__docId__": 477, "kind": "member", "static": false, "variation": null, @@ -9663,7 +9693,7 @@ } }, { - "__docId__": 477, + "__docId__": 478, "kind": "member", "static": false, "variation": null, @@ -9681,7 +9711,7 @@ } }, { - "__docId__": 478, + "__docId__": 479, "kind": "file", "static": true, "variation": null, @@ -9694,7 +9724,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, createText, elm, removeElm} from '../dom';\nimport {isArray, isFn, isNull} from '../types';\nimport Event from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\nexport class Paging extends Feature {\n\n /**\n * Pagination component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n //css class for paging buttons (previous,next,etc.)\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n //stores paging select element\n this.pagingSlc = null;\n //results per page select element\n this.resultsPerPageSlc = null;\n //id of container element\n this.pagingTgtId = f.paging_target_id || null;\n //defines table paging length\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n //id of container element\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n //css class for paging select element\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n //css class for paging input element\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n //stores results per page text and values\n this.resultsPerPage = f.results_per_page || null;\n //enables/disables results per page drop-down\n this.hasResultsPerPage = isArray(this.resultsPerPage);\n //defines css class for results per page select\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n //css class for label preceding results per page select\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n //1st row index of current page\n this.startPagingRow = 0;\n //total nb of pages\n this.nbPages = 0;\n //current page nb\n this.currentPageNb = 1;\n //defines next page button text\n this.btnNextPageText = f.btn_next_page_text || '>';\n //defines previous page button text\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n //defines last page button text\n this.btnLastPageText = f.btn_last_page_text || '>|';\n //defines first page button text\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n //defines next page button html\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines last page button html\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines previous page button html\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n //defines text preceeding page selector drop-down\n this.pageText = f.page_text || ' Page ';\n //defines text after page selector drop-down\n this.ofText = f.of_text || ' of ';\n //css class for span containing tot nb of pages\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n //enables/disables paging buttons\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n //defines previous page button html\n this.pageSelectorType = f.page_selector_type || SELECT;\n //calls function before page is changed\n this.onBeforeChangePage = isFn(f.on_before_change_page) ?\n f.on_before_change_page : null;\n //calls function before page is changed\n this.onAfterChangePage = isFn(f.on_after_change_page) ?\n f.on_after_change_page : null;\n\n //pages select\n this.prfxSlcPages = 'slcPages_';\n //results per page select\n this.prfxSlcResults = 'slcResults_';\n //label preciding results per page select\n this.prfxSlcResultsTxt = 'slcResultsTxt_';\n //span containing next page button\n this.prfxBtnNextSpan = 'btnNextSpan_';\n //span containing previous page button\n this.prfxBtnPrevSpan = 'btnPrevSpan_';\n //span containing last page button\n this.prfxBtnLastSpan = 'btnLastSpan_';\n //span containing first page button\n this.prfxBtnFirstSpan = 'btnFirstSpan_';\n //next button\n this.prfxBtnNext = 'btnNext_';\n //previous button\n this.prfxBtnPrev = 'btnPrev_';\n //last button\n this.prfxBtnLast = 'btnLast_';\n //first button\n this.prfxBtnFirst = 'btnFirst_';\n //span for tot nb pages\n this.prfxPgSpan = 'pgspan_';\n //span preceding pages select (contains 'Page')\n this.prfxPgBeforeSpan = 'pgbeforespan_';\n //span following pages select (contains ' of ')\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 //Paging elements events\n var o = this;\n // Paging DOM events\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 = Event.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 Event.add(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 Event.add(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 Event.add(btn_next, 'click', evt.next);\n btnNextSpan.appendChild(btn_next);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n Event.add(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 Event.add(btn_prev, 'click', evt.prev);\n btnPrevSpan.appendChild(btn_prev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n Event.add(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 Event.add(btn_last, 'click', evt.last);\n btnLastSpan.appendChild(btn_last);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n Event.add(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 Event.add(btn_first, 'click', evt.first);\n btnFirstSpan.appendChild(btn_first);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n Event.add(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 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 Event.add(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 according to 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 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 Event.remove(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n Event.remove(this.pagingSlc, 'keypress', evt._detectKey);\n }\n removeElm(this.pagingSlc);\n }\n\n if (btnNextSpan) {\n Event.remove(btnNextSpan, 'click', evt.next);\n removeElm(btnNextSpan);\n }\n\n if (btnPrevSpan) {\n Event.remove(btnPrevSpan, 'click', evt.prev);\n removeElm(btnPrevSpan);\n }\n\n if (btnLastSpan) {\n Event.remove(btnLastSpan, 'click', evt.last);\n removeElm(btnLastSpan);\n }\n\n if (btnFirstSpan) {\n Event.remove(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__": 479, + "__docId__": 480, "kind": "class", "static": true, "variation": null, @@ -9714,7 +9744,7 @@ ] }, { - "__docId__": 480, + "__docId__": 481, "kind": "constructor", "static": false, "variation": null, @@ -9739,7 +9769,7 @@ "generator": false }, { - "__docId__": 481, + "__docId__": 482, "kind": "member", "static": false, "variation": null, @@ -9757,7 +9787,7 @@ } }, { - "__docId__": 482, + "__docId__": 483, "kind": "member", "static": false, "variation": null, @@ -9775,7 +9805,7 @@ } }, { - "__docId__": 483, + "__docId__": 484, "kind": "member", "static": false, "variation": null, @@ -9793,7 +9823,7 @@ } }, { - "__docId__": 484, + "__docId__": 485, "kind": "member", "static": false, "variation": null, @@ -9811,7 +9841,7 @@ } }, { - "__docId__": 485, + "__docId__": 486, "kind": "member", "static": false, "variation": null, @@ -9829,7 +9859,7 @@ } }, { - "__docId__": 486, + "__docId__": 487, "kind": "member", "static": false, "variation": null, @@ -9847,7 +9877,7 @@ } }, { - "__docId__": 487, + "__docId__": 488, "kind": "member", "static": false, "variation": null, @@ -9865,7 +9895,7 @@ } }, { - "__docId__": 488, + "__docId__": 489, "kind": "member", "static": false, "variation": null, @@ -9883,7 +9913,7 @@ } }, { - "__docId__": 489, + "__docId__": 490, "kind": "member", "static": false, "variation": null, @@ -9901,7 +9931,7 @@ } }, { - "__docId__": 490, + "__docId__": 491, "kind": "member", "static": false, "variation": null, @@ -9919,7 +9949,7 @@ } }, { - "__docId__": 491, + "__docId__": 492, "kind": "member", "static": false, "variation": null, @@ -9937,7 +9967,7 @@ } }, { - "__docId__": 492, + "__docId__": 493, "kind": "member", "static": false, "variation": null, @@ -9955,7 +9985,7 @@ } }, { - "__docId__": 493, + "__docId__": 494, "kind": "member", "static": false, "variation": null, @@ -9973,7 +10003,7 @@ } }, { - "__docId__": 494, + "__docId__": 495, "kind": "member", "static": false, "variation": null, @@ -9991,7 +10021,7 @@ } }, { - "__docId__": 495, + "__docId__": 496, "kind": "member", "static": false, "variation": null, @@ -10009,7 +10039,7 @@ } }, { - "__docId__": 496, + "__docId__": 497, "kind": "member", "static": false, "variation": null, @@ -10027,7 +10057,7 @@ } }, { - "__docId__": 497, + "__docId__": 498, "kind": "member", "static": false, "variation": null, @@ -10045,7 +10075,7 @@ } }, { - "__docId__": 498, + "__docId__": 499, "kind": "member", "static": false, "variation": null, @@ -10063,7 +10093,7 @@ } }, { - "__docId__": 499, + "__docId__": 500, "kind": "member", "static": false, "variation": null, @@ -10081,7 +10111,7 @@ } }, { - "__docId__": 500, + "__docId__": 501, "kind": "member", "static": false, "variation": null, @@ -10099,7 +10129,7 @@ } }, { - "__docId__": 501, + "__docId__": 502, "kind": "member", "static": false, "variation": null, @@ -10117,7 +10147,7 @@ } }, { - "__docId__": 502, + "__docId__": 503, "kind": "member", "static": false, "variation": null, @@ -10135,7 +10165,7 @@ } }, { - "__docId__": 503, + "__docId__": 504, "kind": "member", "static": false, "variation": null, @@ -10153,7 +10183,7 @@ } }, { - "__docId__": 504, + "__docId__": 505, "kind": "member", "static": false, "variation": null, @@ -10171,7 +10201,7 @@ } }, { - "__docId__": 505, + "__docId__": 506, "kind": "member", "static": false, "variation": null, @@ -10189,7 +10219,7 @@ } }, { - "__docId__": 506, + "__docId__": 507, "kind": "member", "static": false, "variation": null, @@ -10207,7 +10237,7 @@ } }, { - "__docId__": 507, + "__docId__": 508, "kind": "member", "static": false, "variation": null, @@ -10225,7 +10255,7 @@ } }, { - "__docId__": 508, + "__docId__": 509, "kind": "member", "static": false, "variation": null, @@ -10243,7 +10273,7 @@ } }, { - "__docId__": 509, + "__docId__": 510, "kind": "member", "static": false, "variation": null, @@ -10261,7 +10291,7 @@ } }, { - "__docId__": 510, + "__docId__": 511, "kind": "member", "static": false, "variation": null, @@ -10279,7 +10309,7 @@ } }, { - "__docId__": 511, + "__docId__": 512, "kind": "member", "static": false, "variation": null, @@ -10297,7 +10327,7 @@ } }, { - "__docId__": 512, + "__docId__": 513, "kind": "member", "static": false, "variation": null, @@ -10315,7 +10345,7 @@ } }, { - "__docId__": 513, + "__docId__": 514, "kind": "member", "static": false, "variation": null, @@ -10333,7 +10363,7 @@ } }, { - "__docId__": 514, + "__docId__": 515, "kind": "member", "static": false, "variation": null, @@ -10351,7 +10381,7 @@ } }, { - "__docId__": 515, + "__docId__": 516, "kind": "member", "static": false, "variation": null, @@ -10369,7 +10399,7 @@ } }, { - "__docId__": 516, + "__docId__": 517, "kind": "member", "static": false, "variation": null, @@ -10387,7 +10417,7 @@ } }, { - "__docId__": 517, + "__docId__": 518, "kind": "member", "static": false, "variation": null, @@ -10405,7 +10435,7 @@ } }, { - "__docId__": 518, + "__docId__": 519, "kind": "member", "static": false, "variation": null, @@ -10423,7 +10453,7 @@ } }, { - "__docId__": 519, + "__docId__": 520, "kind": "member", "static": false, "variation": null, @@ -10441,7 +10471,7 @@ } }, { - "__docId__": 520, + "__docId__": 521, "kind": "member", "static": false, "variation": null, @@ -10459,7 +10489,7 @@ } }, { - "__docId__": 521, + "__docId__": 522, "kind": "member", "static": false, "variation": null, @@ -10477,7 +10507,7 @@ } }, { - "__docId__": 522, + "__docId__": 523, "kind": "member", "static": false, "variation": null, @@ -10495,7 +10525,7 @@ } }, { - "__docId__": 523, + "__docId__": 524, "kind": "member", "static": false, "variation": null, @@ -10513,7 +10543,7 @@ } }, { - "__docId__": 524, + "__docId__": 525, "kind": "member", "static": false, "variation": null, @@ -10531,7 +10561,7 @@ } }, { - "__docId__": 525, + "__docId__": 526, "kind": "member", "static": false, "variation": null, @@ -10549,7 +10579,7 @@ } }, { - "__docId__": 526, + "__docId__": 527, "kind": "member", "static": false, "variation": null, @@ -10567,7 +10597,7 @@ } }, { - "__docId__": 527, + "__docId__": 528, "kind": "method", "static": false, "variation": null, @@ -10581,7 +10611,7 @@ "generator": false }, { - "__docId__": 528, + "__docId__": 529, "kind": "member", "static": false, "variation": null, @@ -10599,7 +10629,7 @@ } }, { - "__docId__": 529, + "__docId__": 530, "kind": "member", "static": false, "variation": null, @@ -10617,7 +10647,7 @@ } }, { - "__docId__": 530, + "__docId__": 531, "kind": "member", "static": false, "variation": null, @@ -10635,7 +10665,7 @@ } }, { - "__docId__": 531, + "__docId__": 532, "kind": "member", "static": false, "variation": null, @@ -10653,7 +10683,7 @@ } }, { - "__docId__": 532, + "__docId__": 533, "kind": "method", "static": false, "variation": null, @@ -10678,7 +10708,7 @@ "generator": false }, { - "__docId__": 533, + "__docId__": 534, "kind": "method", "static": false, "variation": null, @@ -10692,7 +10722,7 @@ "generator": false }, { - "__docId__": 534, + "__docId__": 535, "kind": "member", "static": false, "variation": null, @@ -10710,7 +10740,7 @@ } }, { - "__docId__": 535, + "__docId__": 536, "kind": "member", "static": false, "variation": null, @@ -10728,7 +10758,7 @@ } }, { - "__docId__": 536, + "__docId__": 537, "kind": "method", "static": false, "variation": null, @@ -10753,7 +10783,7 @@ "generator": false }, { - "__docId__": 537, + "__docId__": 538, "kind": "member", "static": false, "variation": null, @@ -10771,7 +10801,7 @@ } }, { - "__docId__": 538, + "__docId__": 539, "kind": "method", "static": false, "variation": null, @@ -10796,7 +10826,7 @@ "generator": false }, { - "__docId__": 539, + "__docId__": 540, "kind": "method", "static": false, "variation": null, @@ -10818,7 +10848,7 @@ "generator": false }, { - "__docId__": 540, + "__docId__": 541, "kind": "method", "static": false, "variation": null, @@ -10843,7 +10873,7 @@ "generator": false }, { - "__docId__": 541, + "__docId__": 542, "kind": "method", "static": false, "variation": null, @@ -10857,7 +10887,7 @@ "generator": false }, { - "__docId__": 542, + "__docId__": 543, "kind": "member", "static": false, "variation": null, @@ -10875,7 +10905,7 @@ } }, { - "__docId__": 543, + "__docId__": 544, "kind": "method", "static": false, "variation": null, @@ -10889,7 +10919,7 @@ "generator": false }, { - "__docId__": 544, + "__docId__": 545, "kind": "member", "static": false, "variation": null, @@ -10907,7 +10937,7 @@ } }, { - "__docId__": 545, + "__docId__": 546, "kind": "method", "static": false, "variation": null, @@ -10932,7 +10962,7 @@ "generator": false }, { - "__docId__": 546, + "__docId__": 547, "kind": "member", "static": false, "variation": null, @@ -10950,7 +10980,7 @@ } }, { - "__docId__": 547, + "__docId__": 548, "kind": "member", "static": false, "variation": null, @@ -10968,7 +10998,7 @@ } }, { - "__docId__": 548, + "__docId__": 549, "kind": "method", "static": false, "variation": null, @@ -10990,7 +11020,7 @@ "generator": false }, { - "__docId__": 549, + "__docId__": 550, "kind": "method", "static": false, "variation": null, @@ -11004,7 +11034,7 @@ "generator": false }, { - "__docId__": 550, + "__docId__": 551, "kind": "member", "static": false, "variation": null, @@ -11022,7 +11052,7 @@ } }, { - "__docId__": 551, + "__docId__": 552, "kind": "member", "static": false, "variation": null, @@ -11040,7 +11070,7 @@ } }, { - "__docId__": 552, + "__docId__": 553, "kind": "member", "static": false, "variation": null, @@ -11058,7 +11088,7 @@ } }, { - "__docId__": 553, + "__docId__": 554, "kind": "method", "static": false, "variation": null, @@ -11072,7 +11102,7 @@ "generator": false }, { - "__docId__": 554, + "__docId__": 555, "kind": "method", "static": false, "variation": null, @@ -11086,7 +11116,7 @@ "generator": false }, { - "__docId__": 555, + "__docId__": 556, "kind": "method", "static": false, "variation": null, @@ -11100,7 +11130,7 @@ "generator": false }, { - "__docId__": 556, + "__docId__": 557, "kind": "member", "static": false, "variation": null, @@ -11118,7 +11148,7 @@ } }, { - "__docId__": 557, + "__docId__": 558, "kind": "member", "static": false, "variation": null, @@ -11136,7 +11166,7 @@ } }, { - "__docId__": 558, + "__docId__": 559, "kind": "member", "static": false, "variation": null, @@ -11154,7 +11184,7 @@ } }, { - "__docId__": 559, + "__docId__": 560, "kind": "file", "static": true, "variation": null, @@ -11167,7 +11197,7 @@ "content": "import {Feature} from '../feature';\nimport {isFn} from '../types';\nimport {createElm, removeElm} from '../dom';\nimport Event from '../event';\nimport {INPUT, NONE} from '../const';\n\nexport class PopupFilter extends Feature {\n\n /**\n * Pop-up filter component\n * @param {Object} 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 //filter icon path\n this.popUpImgFlt = f.popup_filters_image ||\n tf.themesPath + 'icn_filter.gif';\n //active filter icon path\n this.popUpImgFltActive = f.popup_filters_image_active ||\n tf.themesPath + 'icn_filterActive.gif';\n this.popUpImgFltHtml = f.popup_filters_image_html ||\n '\"Column';\n //defines css class for popup div containing filter\n this.popUpDivCssClass = f.popup_div_css_class || 'popUpFilter';\n //callback function before popup filtes is opened\n this.onBeforePopUpOpen = isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : null;\n //callback function after popup filtes is opened\n this.onAfterPopUpOpen = isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : null;\n //callback function before popup filtes is closed\n this.onBeforePopUpClose = isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : null;\n //callback function after popup filtes is closed\n this.onAfterPopUpClose = isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : null;\n\n //stores filters spans\n this.popUpFltSpans = [];\n //stores filters icons\n this.popUpFltImgs = [];\n //stores filters containers\n this.popUpFltElms = this.popUpFltElmCache || [];\n this.popUpFltAdjustToContainer = true;\n\n //id prefix for pop-up filter span\n this.prfxPopUpSpan = 'popUpSpan_';\n //id prefix for pop-up div containing filter\n this.prfxPopUpDiv = 'popUpDiv_';\n }\n\n onClick(evt) {\n let elm = Event.target(evt).parentNode,\n colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if (this.popUpFltAdjustToContainer) {\n let popUpDiv = this.popUpFltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n popUpDiv.style.width = parseInt(headerWidth, 10) + 'px';\n }\n Event.cancel(evt);\n Event.stop(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 if (tf.headersRow <= 1) {\n tf.headersRow = 0;\n }\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.prfxPopUpSpan + tf.id + '_' + i],\n ['ci', i]\n );\n popUpSpan.innerHTML = this.popUpImgFltHtml;\n let header = tf.getHeaderElement(i);\n header.appendChild(popUpSpan);\n Event.add(popUpSpan, 'click', (evt) => { this.onClick(evt); });\n this.popUpFltSpans[i] = popUpSpan;\n this.popUpFltImgs[i] = popUpSpan.firstChild;\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], () => this.buildIcons());\n this.emitter.on(['after-filtering'], () => this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex) => this.buildIcon(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], () => this.tf.headersRow++);\n this.emitter.on(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\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 pop-up filters elements\n */\n buildAll() {\n for (let i = 0; i < this.popUpFltElmCache.length; i++) {\n this.build(i, this.popUpFltElmCache[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.prfxPopUpDiv + tf.id + '_' + colIndex]) :\n div;\n popUpDiv.className = this.popUpDivCssClass;\n tf.externalFltTgtIds.push(popUpDiv.id);\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(popUpDiv, header.firstChild);\n Event.add(popUpDiv, 'click', (evt) => Event.stop(evt));\n this.popUpFltElms[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.popUpFltElms[colIndex];\n\n if (popUpFltElm.style.display === NONE ||\n popUpFltElm.style.display === '') {\n if (this.onBeforePopUpOpen) {\n this.onBeforePopUpOpen.call(\n null, this, this.popUpFltElms[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.onAfterPopUpOpen) {\n this.onAfterPopUpOpen.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n } else {\n if (this.onBeforePopUpClose) {\n this.onBeforePopUpClose.call(\n null, this, this.popUpFltElms[colIndex], colIndex);\n }\n popUpFltElm.style.display = NONE;\n if (this.onAfterPopUpClose) {\n this.onAfterPopUpClose.call(\n null, this, this.popUpFltElms[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.popUpFltElms.length; i++) {\n if (i === exceptIdx) {\n continue;\n }\n let popUpFltElm = this.popUpFltElms[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 buildIcons() {\n for (let i = 0; i < this.popUpFltImgs.length; i++) {\n this.buildIcon(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 buildIcon(colIndex, active) {\n if (this.popUpFltImgs[colIndex]) {\n this.popUpFltImgs[colIndex].src = active ?\n this.popUpImgFltActive : this.popUpImgFlt;\n }\n }\n\n /**\n * Remove pop-up filters\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.popUpFltElmCache = [];\n for (let i = 0; i < this.popUpFltElms.length; i++) {\n let popUpFltElm = this.popUpFltElms[i],\n popUpFltSpan = this.popUpFltSpans[i],\n popUpFltImg = this.popUpFltImgs[i];\n if (popUpFltElm) {\n removeElm(popUpFltElm);\n this.popUpFltElmCache[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.popUpFltElms = [];\n this.popUpFltSpans = [];\n this.popUpFltImgs = [];\n\n // unsubscribe to events\n this.emitter.off(['before-filtering'], () => this.buildIcons());\n this.emitter.off(['after-filtering'], () => this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex) => this.buildIcon(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], () => this.tf.headersRow++);\n this.emitter.off(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 560, + "__docId__": 561, "kind": "class", "static": true, "variation": null, @@ -11187,7 +11217,7 @@ ] }, { - "__docId__": 561, + "__docId__": 562, "kind": "constructor", "static": false, "variation": null, @@ -11212,7 +11242,7 @@ "generator": false }, { - "__docId__": 562, + "__docId__": 563, "kind": "member", "static": false, "variation": null, @@ -11230,7 +11260,7 @@ } }, { - "__docId__": 563, + "__docId__": 564, "kind": "member", "static": false, "variation": null, @@ -11248,7 +11278,7 @@ } }, { - "__docId__": 564, + "__docId__": 565, "kind": "member", "static": false, "variation": null, @@ -11266,7 +11296,7 @@ } }, { - "__docId__": 565, + "__docId__": 566, "kind": "member", "static": false, "variation": null, @@ -11284,7 +11314,7 @@ } }, { - "__docId__": 566, + "__docId__": 567, "kind": "member", "static": false, "variation": null, @@ -11302,7 +11332,7 @@ } }, { - "__docId__": 567, + "__docId__": 568, "kind": "member", "static": false, "variation": null, @@ -11320,7 +11350,7 @@ } }, { - "__docId__": 568, + "__docId__": 569, "kind": "member", "static": false, "variation": null, @@ -11338,7 +11368,7 @@ } }, { - "__docId__": 569, + "__docId__": 570, "kind": "member", "static": false, "variation": null, @@ -11356,7 +11386,7 @@ } }, { - "__docId__": 570, + "__docId__": 571, "kind": "member", "static": false, "variation": null, @@ -11374,7 +11404,7 @@ } }, { - "__docId__": 571, + "__docId__": 572, "kind": "member", "static": false, "variation": null, @@ -11392,7 +11422,7 @@ } }, { - "__docId__": 572, + "__docId__": 573, "kind": "member", "static": false, "variation": null, @@ -11410,7 +11440,7 @@ } }, { - "__docId__": 573, + "__docId__": 574, "kind": "member", "static": false, "variation": null, @@ -11428,7 +11458,7 @@ } }, { - "__docId__": 574, + "__docId__": 575, "kind": "member", "static": false, "variation": null, @@ -11446,7 +11476,7 @@ } }, { - "__docId__": 575, + "__docId__": 576, "kind": "member", "static": false, "variation": null, @@ -11464,7 +11494,7 @@ } }, { - "__docId__": 576, + "__docId__": 577, "kind": "method", "static": false, "variation": null, @@ -11486,7 +11516,7 @@ "generator": false }, { - "__docId__": 577, + "__docId__": 578, "kind": "method", "static": false, "variation": null, @@ -11500,7 +11530,7 @@ "generator": false }, { - "__docId__": 578, + "__docId__": 579, "kind": "member", "static": false, "variation": null, @@ -11518,7 +11548,7 @@ } }, { - "__docId__": 579, + "__docId__": 580, "kind": "method", "static": false, "variation": null, @@ -11532,7 +11562,7 @@ "generator": false }, { - "__docId__": 580, + "__docId__": 581, "kind": "method", "static": false, "variation": null, @@ -11546,7 +11576,7 @@ "generator": false }, { - "__docId__": 581, + "__docId__": 582, "kind": "method", "static": false, "variation": null, @@ -11581,7 +11611,7 @@ "generator": false }, { - "__docId__": 582, + "__docId__": 583, "kind": "method", "static": false, "variation": null, @@ -11606,7 +11636,7 @@ "generator": false }, { - "__docId__": 583, + "__docId__": 584, "kind": "method", "static": false, "variation": null, @@ -11631,7 +11661,7 @@ "generator": false }, { - "__docId__": 584, + "__docId__": 585, "kind": "method", "static": false, "variation": null, @@ -11645,7 +11675,7 @@ "generator": false }, { - "__docId__": 585, + "__docId__": 586, "kind": "method", "static": false, "variation": null, @@ -11680,7 +11710,7 @@ "generator": false }, { - "__docId__": 586, + "__docId__": 587, "kind": "method", "static": false, "variation": null, @@ -11694,7 +11724,7 @@ "generator": false }, { - "__docId__": 587, + "__docId__": 588, "kind": "member", "static": false, "variation": null, @@ -11712,7 +11742,7 @@ } }, { - "__docId__": 588, + "__docId__": 589, "kind": "member", "static": false, "variation": null, @@ -11730,7 +11760,7 @@ } }, { - "__docId__": 589, + "__docId__": 590, "kind": "member", "static": false, "variation": null, @@ -11748,7 +11778,7 @@ } }, { - "__docId__": 590, + "__docId__": 591, "kind": "member", "static": false, "variation": null, @@ -11766,7 +11796,7 @@ } }, { - "__docId__": 591, + "__docId__": 592, "kind": "member", "static": false, "variation": null, @@ -11784,7 +11814,7 @@ } }, { - "__docId__": 592, + "__docId__": 593, "kind": "file", "static": true, "variation": null, @@ -11797,7 +11827,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn} from '../types';\n\nexport class RowsCounter extends Feature {\n\n /**\n * Rows counter\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'rowsCounter');\n\n // TableFilter configuration\n var f = this.config;\n\n //id of custom container element\n this.rowsCounterTgtId = f.rows_counter_target_id || null;\n //element containing tot nb rows\n this.rowsCounterDiv = null;\n //element containing tot nb rows label\n this.rowsCounterSpan = null;\n //defines rows counter text\n this.rowsCounterText = f.rows_counter_text || 'Rows: ';\n this.fromToTextSeparator = f.from_to_text_separator || '-';\n this.overText = f.over_text || ' / ';\n //defines css class rows counter\n this.totRowsCssClass = f.tot_rows_css_class || 'tot';\n //rows counter div\n this.prfxCounter = 'counter_';\n //nb displayed rows label\n this.prfxTotRows = 'totrows_span_';\n //label preceding nb rows label\n this.prfxTotRowsTxt = 'totRowsTextSpan_';\n //callback raised before counter is refreshed\n this.onBeforeRefreshCounter = isFn(f.on_before_refresh_counter) ?\n f.on_before_refresh_counter : null;\n //callback raised after counter is refreshed\n this.onAfterRefreshCounter = isFn(f.on_after_refresh_counter) ?\n f.on_after_refresh_counter : null;\n }\n\n init() {\n if (this.initialized) {\n return;\n }\n\n var tf = this.tf;\n\n //rows counter container\n var countDiv = createElm('div', ['id', this.prfxCounter + tf.id]);\n countDiv.className = this.totRowsCssClass;\n //rows counter label\n var countSpan = createElm('span', ['id', this.prfxTotRows + tf.id]);\n var countText = createElm('span', ['id', this.prfxTotRowsTxt + tf.id]);\n countText.appendChild(createText(this.rowsCounterText));\n\n // counter is added to defined element\n if (!this.rowsCounterTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.rowsCounterTgtId ?\n tf.lDiv : elm(this.rowsCounterTgtId);\n\n //default container: 'lDiv'\n if (!this.rowsCounterTgtId) {\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.rowsCounterDiv = countDiv;\n this.rowsCounterSpan = 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 this.initialized = true;\n this.refresh();\n }\n\n refresh(p) {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n var tf = this.tf;\n\n if (this.onBeforeRefreshCounter) {\n this.onBeforeRefreshCounter.call(null, tf, this.rowsCounterSpan);\n }\n\n var totTxt;\n if (!tf.paging) {\n if (p && p !== '') {\n totTxt = p;\n } else {\n totTxt = tf.getFilterableRowsNb() - tf.nbHiddenRows;\n }\n } else {\n var paging = tf.feature('paging');\n if (paging) {\n //paging start row\n var pagingStartRow = parseInt(paging.startPagingRow, 10) +\n ((tf.getValidRowsNb() > 0) ? 1 : 0);\n var 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.rowsCounterSpan.innerHTML = totTxt;\n if (this.onAfterRefreshCounter) {\n this.onAfterRefreshCounter.call(\n null, tf, this.rowsCounterSpan, totTxt);\n }\n }\n\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n if (!this.rowsCounterTgtId && this.rowsCounterDiv) {\n removeElm(this.rowsCounterDiv);\n } else {\n elm(this.rowsCounterTgtId).innerHTML = '';\n }\n this.rowsCounterSpan = null;\n this.rowsCounterDiv = 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__": 593, + "__docId__": 594, "kind": "class", "static": true, "variation": null, @@ -11817,7 +11847,7 @@ ] }, { - "__docId__": 594, + "__docId__": 595, "kind": "constructor", "static": false, "variation": null, @@ -11842,7 +11872,7 @@ "generator": false }, { - "__docId__": 595, + "__docId__": 596, "kind": "member", "static": false, "variation": null, @@ -11860,7 +11890,7 @@ } }, { - "__docId__": 596, + "__docId__": 597, "kind": "member", "static": false, "variation": null, @@ -11878,7 +11908,7 @@ } }, { - "__docId__": 597, + "__docId__": 598, "kind": "member", "static": false, "variation": null, @@ -11896,7 +11926,7 @@ } }, { - "__docId__": 598, + "__docId__": 599, "kind": "member", "static": false, "variation": null, @@ -11914,7 +11944,7 @@ } }, { - "__docId__": 599, + "__docId__": 600, "kind": "member", "static": false, "variation": null, @@ -11932,7 +11962,7 @@ } }, { - "__docId__": 600, + "__docId__": 601, "kind": "member", "static": false, "variation": null, @@ -11950,7 +11980,7 @@ } }, { - "__docId__": 601, + "__docId__": 602, "kind": "member", "static": false, "variation": null, @@ -11968,7 +11998,7 @@ } }, { - "__docId__": 602, + "__docId__": 603, "kind": "member", "static": false, "variation": null, @@ -11986,7 +12016,7 @@ } }, { - "__docId__": 603, + "__docId__": 604, "kind": "member", "static": false, "variation": null, @@ -12004,7 +12034,7 @@ } }, { - "__docId__": 604, + "__docId__": 605, "kind": "member", "static": false, "variation": null, @@ -12022,7 +12052,7 @@ } }, { - "__docId__": 605, + "__docId__": 606, "kind": "member", "static": false, "variation": null, @@ -12040,7 +12070,7 @@ } }, { - "__docId__": 606, + "__docId__": 607, "kind": "member", "static": false, "variation": null, @@ -12058,7 +12088,7 @@ } }, { - "__docId__": 607, + "__docId__": 608, "kind": "method", "static": false, "variation": null, @@ -12073,7 +12103,7 @@ "generator": false }, { - "__docId__": 608, + "__docId__": 609, "kind": "member", "static": false, "variation": null, @@ -12091,7 +12121,7 @@ } }, { - "__docId__": 609, + "__docId__": 610, "kind": "member", "static": false, "variation": null, @@ -12109,7 +12139,7 @@ } }, { - "__docId__": 610, + "__docId__": 611, "kind": "member", "static": false, "variation": null, @@ -12127,7 +12157,7 @@ } }, { - "__docId__": 611, + "__docId__": 612, "kind": "method", "static": false, "variation": null, @@ -12149,7 +12179,7 @@ "generator": false }, { - "__docId__": 612, + "__docId__": 613, "kind": "method", "static": false, "variation": null, @@ -12164,7 +12194,7 @@ "generator": false }, { - "__docId__": 613, + "__docId__": 614, "kind": "member", "static": false, "variation": null, @@ -12182,7 +12212,7 @@ } }, { - "__docId__": 614, + "__docId__": 615, "kind": "member", "static": false, "variation": null, @@ -12200,7 +12230,7 @@ } }, { - "__docId__": 615, + "__docId__": 616, "kind": "member", "static": false, "variation": null, @@ -12218,7 +12248,7 @@ } }, { - "__docId__": 616, + "__docId__": 617, "kind": "file", "static": true, "variation": null, @@ -12231,7 +12261,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 * Reflects the state of features to be persisted via hash, localStorage or\n * cookie\n *\n * @export\n * @class State\n * @extends {Feature}\n */\nexport class State extends Feature {\n\n /**\n * Creates an instance of State\n *\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'state');\n\n let cfg = this.config.state;\n\n this.enableHash = cfg === true ||\n (isArray(cfg.types) && cfg.types.indexOf('hash') !== -1);\n this.enableLocalStorage = isArray(cfg.types) &&\n cfg.types.indexOf('local_storage') !== -1;\n this.enableCookie = isArray(cfg.types) &&\n cfg.types.indexOf('cookie') !== -1;\n this.persistFilters = cfg.filters === false ? false : true;\n this.persistPageNumber = Boolean(cfg.page_number);\n this.persistPageLength = Boolean(cfg.page_length);\n this.persistSort = Boolean(cfg.sort);\n this.persistColsVisibility = Boolean(cfg.columns_visibility);\n this.persistFiltersVisibility = Boolean(cfg.filters_visibility);\n this.cookieDuration = !isNaN(cfg.cookie_duration) ?\n parseInt(cfg.cookie_duration, 10) : 87600;\n\n this.enableStorage = this.enableLocalStorage || this.enableCookie;\n this.hash = null;\n this.pageNb = null;\n this.pageLength = null;\n this.sort = null;\n this.hiddenCols = null;\n this.filtersVisibility = null;\n\n this.state = {};\n this.prfxCol = 'col_';\n this.pageNbKey = 'page';\n this.pageLengthKey = 'page_length';\n this.filtersVisKey = 'filters_visibility';\n }\n\n /**\n * Initializes the State object\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 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__": 617, + "__docId__": 618, "kind": "class", "static": true, "variation": null, @@ -12260,7 +12290,7 @@ ] }, { - "__docId__": 618, + "__docId__": 619, "kind": "constructor", "static": false, "variation": null, @@ -12285,7 +12315,7 @@ "generator": false }, { - "__docId__": 619, + "__docId__": 620, "kind": "member", "static": false, "variation": null, @@ -12303,7 +12333,7 @@ } }, { - "__docId__": 620, + "__docId__": 621, "kind": "member", "static": false, "variation": null, @@ -12321,7 +12351,7 @@ } }, { - "__docId__": 621, + "__docId__": 622, "kind": "member", "static": false, "variation": null, @@ -12339,7 +12369,7 @@ } }, { - "__docId__": 622, + "__docId__": 623, "kind": "member", "static": false, "variation": null, @@ -12357,7 +12387,7 @@ } }, { - "__docId__": 623, + "__docId__": 624, "kind": "member", "static": false, "variation": null, @@ -12375,7 +12405,7 @@ } }, { - "__docId__": 624, + "__docId__": 625, "kind": "member", "static": false, "variation": null, @@ -12393,7 +12423,7 @@ } }, { - "__docId__": 625, + "__docId__": 626, "kind": "member", "static": false, "variation": null, @@ -12411,7 +12441,7 @@ } }, { - "__docId__": 626, + "__docId__": 627, "kind": "member", "static": false, "variation": null, @@ -12429,7 +12459,7 @@ } }, { - "__docId__": 627, + "__docId__": 628, "kind": "member", "static": false, "variation": null, @@ -12447,7 +12477,7 @@ } }, { - "__docId__": 628, + "__docId__": 629, "kind": "member", "static": false, "variation": null, @@ -12465,7 +12495,7 @@ } }, { - "__docId__": 629, + "__docId__": 630, "kind": "member", "static": false, "variation": null, @@ -12483,7 +12513,7 @@ } }, { - "__docId__": 630, + "__docId__": 631, "kind": "member", "static": false, "variation": null, @@ -12501,7 +12531,7 @@ } }, { - "__docId__": 631, + "__docId__": 632, "kind": "member", "static": false, "variation": null, @@ -12519,7 +12549,7 @@ } }, { - "__docId__": 632, + "__docId__": 633, "kind": "member", "static": false, "variation": null, @@ -12537,7 +12567,7 @@ } }, { - "__docId__": 633, + "__docId__": 634, "kind": "member", "static": false, "variation": null, @@ -12555,7 +12585,7 @@ } }, { - "__docId__": 634, + "__docId__": 635, "kind": "member", "static": false, "variation": null, @@ -12573,7 +12603,7 @@ } }, { - "__docId__": 635, + "__docId__": 636, "kind": "member", "static": false, "variation": null, @@ -12591,7 +12621,7 @@ } }, { - "__docId__": 636, + "__docId__": 637, "kind": "member", "static": false, "variation": null, @@ -12609,7 +12639,7 @@ } }, { - "__docId__": 637, + "__docId__": 638, "kind": "member", "static": false, "variation": null, @@ -12627,7 +12657,7 @@ } }, { - "__docId__": 638, + "__docId__": 639, "kind": "member", "static": false, "variation": null, @@ -12645,7 +12675,7 @@ } }, { - "__docId__": 639, + "__docId__": 640, "kind": "member", "static": false, "variation": null, @@ -12663,7 +12693,7 @@ } }, { - "__docId__": 640, + "__docId__": 641, "kind": "member", "static": false, "variation": null, @@ -12681,7 +12711,7 @@ } }, { - "__docId__": 641, + "__docId__": 642, "kind": "method", "static": false, "variation": null, @@ -12695,7 +12725,7 @@ "generator": false }, { - "__docId__": 642, + "__docId__": 643, "kind": "member", "static": false, "variation": null, @@ -12713,7 +12743,7 @@ } }, { - "__docId__": 643, + "__docId__": 644, "kind": "member", "static": false, "variation": null, @@ -12731,7 +12761,7 @@ } }, { - "__docId__": 644, + "__docId__": 645, "kind": "member", "static": false, "variation": null, @@ -12749,7 +12779,7 @@ } }, { - "__docId__": 645, + "__docId__": 646, "kind": "method", "static": false, "variation": null, @@ -12763,7 +12793,7 @@ "generator": false }, { - "__docId__": 646, + "__docId__": 647, "kind": "method", "static": false, "variation": null, @@ -12788,7 +12818,7 @@ "generator": false }, { - "__docId__": 647, + "__docId__": 648, "kind": "member", "static": false, "variation": null, @@ -12806,7 +12836,7 @@ } }, { - "__docId__": 648, + "__docId__": 649, "kind": "method", "static": false, "variation": null, @@ -12831,7 +12861,7 @@ "generator": false }, { - "__docId__": 649, + "__docId__": 650, "kind": "member", "static": false, "variation": null, @@ -12849,7 +12879,7 @@ } }, { - "__docId__": 650, + "__docId__": 651, "kind": "method", "static": false, "variation": null, @@ -12884,7 +12914,7 @@ "generator": false }, { - "__docId__": 651, + "__docId__": 652, "kind": "member", "static": false, "variation": null, @@ -12902,7 +12932,7 @@ } }, { - "__docId__": 652, + "__docId__": 653, "kind": "method", "static": false, "variation": null, @@ -12927,7 +12957,7 @@ "generator": false }, { - "__docId__": 653, + "__docId__": 654, "kind": "member", "static": false, "variation": null, @@ -12945,7 +12975,7 @@ } }, { - "__docId__": 654, + "__docId__": 655, "kind": "method", "static": false, "variation": null, @@ -12970,7 +13000,7 @@ "generator": false }, { - "__docId__": 655, + "__docId__": 656, "kind": "member", "static": false, "variation": null, @@ -12988,7 +13018,7 @@ } }, { - "__docId__": 656, + "__docId__": 657, "kind": "method", "static": false, "variation": null, @@ -13013,7 +13043,7 @@ "generator": false }, { - "__docId__": 657, + "__docId__": 658, "kind": "member", "static": false, "variation": null, @@ -13031,7 +13061,7 @@ } }, { - "__docId__": 658, + "__docId__": 659, "kind": "method", "static": false, "variation": null, @@ -13045,7 +13075,7 @@ "generator": false }, { - "__docId__": 659, + "__docId__": 660, "kind": "method", "static": false, "variation": null, @@ -13070,7 +13100,7 @@ "generator": false }, { - "__docId__": 660, + "__docId__": 661, "kind": "method", "static": false, "variation": null, @@ -13084,7 +13114,7 @@ "generator": false }, { - "__docId__": 661, + "__docId__": 662, "kind": "method", "static": false, "variation": null, @@ -13098,7 +13128,7 @@ "generator": false }, { - "__docId__": 662, + "__docId__": 663, "kind": "method", "static": false, "variation": null, @@ -13112,7 +13142,7 @@ "generator": false }, { - "__docId__": 663, + "__docId__": 664, "kind": "method", "static": false, "variation": null, @@ -13126,7 +13156,7 @@ "generator": false }, { - "__docId__": 664, + "__docId__": 665, "kind": "member", "static": false, "variation": null, @@ -13144,7 +13174,7 @@ } }, { - "__docId__": 665, + "__docId__": 666, "kind": "method", "static": false, "variation": null, @@ -13158,7 +13188,7 @@ "generator": false }, { - "__docId__": 666, + "__docId__": 667, "kind": "member", "static": false, "variation": null, @@ -13176,7 +13206,7 @@ } }, { - "__docId__": 667, + "__docId__": 668, "kind": "member", "static": false, "variation": null, @@ -13194,7 +13224,7 @@ } }, { - "__docId__": 668, + "__docId__": 669, "kind": "member", "static": false, "variation": null, @@ -13212,7 +13242,7 @@ } }, { - "__docId__": 669, + "__docId__": 670, "kind": "member", "static": false, "variation": null, @@ -13230,7 +13260,7 @@ } }, { - "__docId__": 670, + "__docId__": 671, "kind": "file", "static": true, "variation": null, @@ -13243,7 +13273,7 @@ "content": "import {Feature} from '../feature';\nimport {root} from '../root';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn} from '../types';\n\nexport class StatusBar extends Feature {\n\n /**\n * Status bar UI component\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'statusBar');\n\n // Configuration object\n let f = this.config;\n\n //id of custom container element\n this.statusBarTgtId = f.status_bar_target_id || null;\n //element containing status bar label\n this.statusBarDiv = null;\n //status bar\n this.statusBarSpan = null;\n //status bar label\n this.statusBarSpanText = null;\n //defines status bar text\n this.statusBarText = f.status_bar_text || '';\n //defines css class status bar\n this.statusBarCssClass = f.status_bar_css_class || 'status';\n //delay for status bar clearing\n this.statusBarCloseDelay = 250;\n\n //calls function before message is displayed\n this.onBeforeShowMsg = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : null;\n //calls function after message is displayed\n this.onAfterShowMsg = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : null;\n\n //status messages\n this.msgFilter = f.msg_filter || 'Filtering data...';\n //populating drop-downs\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n //populating drop-downs\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n //changing paging page\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n //clearing filters\n this.msgClear = f.msg_clear || 'Clearing filters...';\n //changing nb results/page\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n //re-setting page\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n //re-setting page length\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n //table sorting\n this.msgSort = f.msg_sort || 'Sorting data...';\n //extensions loading\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n //themes loading\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n\n // status bar div\n this.prfxStatus = 'status_';\n // status bar label\n this.prfxStatusSpan = 'statusSpan_';\n // text preceding status bar label\n this.prfxStatusTxt = 'statusText_';\n }\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.prfxStatus + tf.id]);\n statusDiv.className = this.statusBarCssClass;\n\n //status bar label\n let statusSpan = createElm('span', ['id', this.prfxStatusSpan + tf.id]);\n //preceding text\n let statusSpanText = createElm('span',\n ['id', this.prfxStatusTxt + tf.id]);\n statusSpanText.appendChild(createText(this.statusBarText));\n\n // target element container\n if (!this.statusBarTgtId) {\n tf.setToolbar();\n }\n let targetEl = (!this.statusBarTgtId) ?\n tf.lDiv : elm(this.statusBarTgtId);\n\n //default container: 'lDiv'\n if (!this.statusBarTgtId) {\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.statusBarDiv = statusDiv;\n this.statusBarSpan = statusSpan;\n this.statusBarSpanText = 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 this.initialized = true;\n }\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.statusBarCloseDelay : 1;\n root.setTimeout(() => {\n if (!this.initialized) {\n return;\n }\n this.statusBarSpan.innerHTML = t;\n if (this.onAfterShowMsg) {\n this.onAfterShowMsg.call(null, this.tf, t);\n }\n }, d);\n }\n\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n this.statusBarDiv.innerHTML = '';\n if (!this.statusBarTgtId) {\n removeElm(this.statusBarDiv);\n }\n this.statusBarSpan = null;\n this.statusBarSpanText = null;\n this.statusBarDiv = 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}\n" }, { - "__docId__": 671, + "__docId__": 672, "kind": "class", "static": true, "variation": null, @@ -13263,7 +13293,7 @@ ] }, { - "__docId__": 672, + "__docId__": 673, "kind": "constructor", "static": false, "variation": null, @@ -13288,7 +13318,7 @@ "generator": false }, { - "__docId__": 673, + "__docId__": 674, "kind": "member", "static": false, "variation": null, @@ -13306,7 +13336,7 @@ } }, { - "__docId__": 674, + "__docId__": 675, "kind": "member", "static": false, "variation": null, @@ -13324,7 +13354,7 @@ } }, { - "__docId__": 675, + "__docId__": 676, "kind": "member", "static": false, "variation": null, @@ -13342,7 +13372,7 @@ } }, { - "__docId__": 676, + "__docId__": 677, "kind": "member", "static": false, "variation": null, @@ -13360,7 +13390,7 @@ } }, { - "__docId__": 677, + "__docId__": 678, "kind": "member", "static": false, "variation": null, @@ -13378,7 +13408,7 @@ } }, { - "__docId__": 678, + "__docId__": 679, "kind": "member", "static": false, "variation": null, @@ -13396,7 +13426,7 @@ } }, { - "__docId__": 679, + "__docId__": 680, "kind": "member", "static": false, "variation": null, @@ -13414,7 +13444,7 @@ } }, { - "__docId__": 680, + "__docId__": 681, "kind": "member", "static": false, "variation": null, @@ -13432,7 +13462,7 @@ } }, { - "__docId__": 681, + "__docId__": 682, "kind": "member", "static": false, "variation": null, @@ -13450,7 +13480,7 @@ } }, { - "__docId__": 682, + "__docId__": 683, "kind": "member", "static": false, "variation": null, @@ -13468,7 +13498,7 @@ } }, { - "__docId__": 683, + "__docId__": 684, "kind": "member", "static": false, "variation": null, @@ -13486,7 +13516,7 @@ } }, { - "__docId__": 684, + "__docId__": 685, "kind": "member", "static": false, "variation": null, @@ -13504,7 +13534,7 @@ } }, { - "__docId__": 685, + "__docId__": 686, "kind": "member", "static": false, "variation": null, @@ -13522,7 +13552,7 @@ } }, { - "__docId__": 686, + "__docId__": 687, "kind": "member", "static": false, "variation": null, @@ -13540,7 +13570,7 @@ } }, { - "__docId__": 687, + "__docId__": 688, "kind": "member", "static": false, "variation": null, @@ -13558,7 +13588,7 @@ } }, { - "__docId__": 688, + "__docId__": 689, "kind": "member", "static": false, "variation": null, @@ -13576,7 +13606,7 @@ } }, { - "__docId__": 689, + "__docId__": 690, "kind": "member", "static": false, "variation": null, @@ -13594,7 +13624,7 @@ } }, { - "__docId__": 690, + "__docId__": 691, "kind": "member", "static": false, "variation": null, @@ -13612,7 +13642,7 @@ } }, { - "__docId__": 691, + "__docId__": 692, "kind": "member", "static": false, "variation": null, @@ -13630,7 +13660,7 @@ } }, { - "__docId__": 692, + "__docId__": 693, "kind": "member", "static": false, "variation": null, @@ -13648,7 +13678,7 @@ } }, { - "__docId__": 693, + "__docId__": 694, "kind": "member", "static": false, "variation": null, @@ -13666,7 +13696,7 @@ } }, { - "__docId__": 694, + "__docId__": 695, "kind": "member", "static": false, "variation": null, @@ -13684,7 +13714,7 @@ } }, { - "__docId__": 695, + "__docId__": 696, "kind": "member", "static": false, "variation": null, @@ -13702,7 +13732,7 @@ } }, { - "__docId__": 696, + "__docId__": 697, "kind": "method", "static": false, "variation": null, @@ -13717,7 +13747,7 @@ "generator": false }, { - "__docId__": 697, + "__docId__": 698, "kind": "member", "static": false, "variation": null, @@ -13735,7 +13765,7 @@ } }, { - "__docId__": 698, + "__docId__": 699, "kind": "member", "static": false, "variation": null, @@ -13753,7 +13783,7 @@ } }, { - "__docId__": 699, + "__docId__": 700, "kind": "member", "static": false, "variation": null, @@ -13771,7 +13801,7 @@ } }, { - "__docId__": 700, + "__docId__": 701, "kind": "member", "static": false, "variation": null, @@ -13789,7 +13819,7 @@ } }, { - "__docId__": 701, + "__docId__": 702, "kind": "method", "static": false, "variation": null, @@ -13814,7 +13844,7 @@ "generator": false }, { - "__docId__": 702, + "__docId__": 703, "kind": "method", "static": false, "variation": null, @@ -13829,7 +13859,7 @@ "generator": false }, { - "__docId__": 703, + "__docId__": 704, "kind": "member", "static": false, "variation": null, @@ -13847,7 +13877,7 @@ } }, { - "__docId__": 704, + "__docId__": 705, "kind": "member", "static": false, "variation": null, @@ -13865,7 +13895,7 @@ } }, { - "__docId__": 705, + "__docId__": 706, "kind": "member", "static": false, "variation": null, @@ -13883,7 +13913,7 @@ } }, { - "__docId__": 706, + "__docId__": 707, "kind": "member", "static": false, "variation": null, @@ -13901,7 +13931,7 @@ } }, { - "__docId__": 707, + "__docId__": 708, "kind": "file", "static": true, "variation": null, @@ -13914,7 +13944,7 @@ "content": "\nimport Cookie from '../cookie';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst localStorage = root.localStorage;\nconst location = root.location;\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 this.state = state;\n this.tf = state.tf;\n this.enableLocalStorage = state.enableLocalStorage && hasStorage();\n this.enableCookie = state.enableCookie && !this.enableLocalStorage;\n this.emitter = state.emitter;\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__": 708, + "__docId__": 709, "kind": "variable", "static": true, "variation": null, @@ -13935,7 +13965,7 @@ } }, { - "__docId__": 709, + "__docId__": 710, "kind": "variable", "static": true, "variation": null, @@ -13956,7 +13986,7 @@ } }, { - "__docId__": 710, + "__docId__": 711, "kind": "variable", "static": true, "variation": null, @@ -13977,7 +14007,7 @@ } }, { - "__docId__": 711, + "__docId__": 712, "kind": "variable", "static": true, "variation": null, @@ -13998,7 +14028,7 @@ } }, { - "__docId__": 712, + "__docId__": 713, "kind": "class", "static": true, "variation": null, @@ -14024,7 +14054,7 @@ "interface": false }, { - "__docId__": 713, + "__docId__": 714, "kind": "constructor", "static": false, "variation": null, @@ -14049,7 +14079,7 @@ "generator": false }, { - "__docId__": 714, + "__docId__": 715, "kind": "member", "static": false, "variation": null, @@ -14067,7 +14097,7 @@ } }, { - "__docId__": 715, + "__docId__": 716, "kind": "member", "static": false, "variation": null, @@ -14085,7 +14115,7 @@ } }, { - "__docId__": 716, + "__docId__": 717, "kind": "member", "static": false, "variation": null, @@ -14103,7 +14133,7 @@ } }, { - "__docId__": 717, + "__docId__": 718, "kind": "member", "static": false, "variation": null, @@ -14121,7 +14151,7 @@ } }, { - "__docId__": 718, + "__docId__": 719, "kind": "member", "static": false, "variation": null, @@ -14139,7 +14169,7 @@ } }, { - "__docId__": 719, + "__docId__": 720, "kind": "member", "static": false, "variation": null, @@ -14157,7 +14187,7 @@ } }, { - "__docId__": 720, + "__docId__": 721, "kind": "method", "static": false, "variation": null, @@ -14171,7 +14201,7 @@ "generator": false }, { - "__docId__": 721, + "__docId__": 722, "kind": "method", "static": false, "variation": null, @@ -14196,7 +14226,7 @@ "generator": false }, { - "__docId__": 722, + "__docId__": 723, "kind": "method", "static": false, "variation": null, @@ -14224,7 +14254,7 @@ "generator": false }, { - "__docId__": 723, + "__docId__": 724, "kind": "method", "static": false, "variation": null, @@ -14238,7 +14268,7 @@ "generator": false }, { - "__docId__": 724, + "__docId__": 725, "kind": "method", "static": false, "variation": null, @@ -14252,7 +14282,7 @@ "generator": false }, { - "__docId__": 725, + "__docId__": 726, "kind": "method", "static": false, "variation": null, @@ -14280,7 +14310,7 @@ "generator": false }, { - "__docId__": 726, + "__docId__": 727, "kind": "method", "static": false, "variation": null, @@ -14294,7 +14324,7 @@ "generator": false }, { - "__docId__": 727, + "__docId__": 728, "kind": "member", "static": false, "variation": null, @@ -14312,7 +14342,7 @@ } }, { - "__docId__": 728, + "__docId__": 729, "kind": "member", "static": false, "variation": null, @@ -14330,7 +14360,7 @@ } }, { - "__docId__": 729, + "__docId__": 730, "kind": "file", "static": true, "variation": null, @@ -14343,7 +14373,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__": 730, + "__docId__": 731, "kind": "variable", "static": true, "variation": null, @@ -14363,7 +14393,7 @@ } }, { - "__docId__": 731, + "__docId__": 732, "kind": "file", "static": true, "variation": null, @@ -14376,7 +14406,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__": 732, + "__docId__": 733, "kind": "variable", "static": true, "variation": null, @@ -14426,7 +14456,7 @@ } }, { - "__docId__": 733, + "__docId__": 734, "kind": "variable", "static": true, "variation": null, @@ -14478,7 +14508,7 @@ } }, { - "__docId__": 734, + "__docId__": 735, "kind": "variable", "static": true, "variation": null, @@ -14530,7 +14560,7 @@ } }, { - "__docId__": 735, + "__docId__": 736, "kind": "file", "static": true, "variation": null, @@ -14543,7 +14573,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__": 736, + "__docId__": 737, "kind": "variable", "static": true, "variation": null, @@ -14583,7 +14613,7 @@ } }, { - "__docId__": 737, + "__docId__": 738, "kind": "variable", "static": true, "variation": null, @@ -14623,7 +14653,7 @@ } }, { - "__docId__": 738, + "__docId__": 739, "kind": "variable", "static": true, "variation": null, @@ -14663,7 +14693,7 @@ } }, { - "__docId__": 739, + "__docId__": 740, "kind": "variable", "static": true, "variation": null, @@ -14703,7 +14733,7 @@ } }, { - "__docId__": 740, + "__docId__": 741, "kind": "variable", "static": true, "variation": null, @@ -14773,7 +14803,7 @@ } }, { - "__docId__": 741, + "__docId__": 742, "kind": "file", "static": true, "variation": null, @@ -14783,10 +14813,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import Event 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\nexport class TableFilter {\n\n /**\n * TableFilter object constructor\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n this.id = null;\n this.version = '{VERSION}';\n this.year = new Date().getFullYear();\n this.tbl = null;\n this.startRow = null;\n this.refRow = null;\n this.headersRow = null;\n this.cfg = {};\n this.nbFilterableRows = 0;\n this.nbCells = null;\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 this.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 this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = this.startRow === null ? 2 : (this.startRow + 1);\n try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\n\n //default script base path\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n //enables/disables filter grid\n this.fltGrid = f.grid === false ? false : true;\n\n //enables/disables grid layout (fixed headers)\n this.gridLayout = Boolean(f.grid_layout);\n\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n //defines tag of the cells containing filters (td/th)\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n //stores filters ids\n this.fltIds = [];\n //stores filters DOM elements\n this.fltElms = [];\n //stores valid rows indexes (rows visible upon filtering)\n this.validRowsIndex = [];\n //stores filters row element\n this.fltGridEl = null;\n //container div for paging elements, reset btn etc.\n this.infDiv = null;\n //div for rows counter\n this.lDiv = null;\n //div for reset button and results per page select\n this.rDiv = null;\n //div for paging elements\n this.mDiv = null;\n\n //defines css class for div containing paging elements, rows counter etc\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n //defines css class for left div\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n //defines css class for right div\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n //defines css class for mid div\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n //table container div css class\n this.contDivCssClass = f.content_div_css_class || 'cont';\n\n /*** filters' grid appearance ***/\n //stylesheet file\n this.stylePath = f.style_path || this.basePath + 'style/';\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n this.stylesheetId = this.id + '_style';\n //defines css class for filters row\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n //enables/disables icons (paging, reset button)\n this.enableIcons = f.enable_icons === false ? false : true;\n //enables/disbles rows alternating bg colors\n this.alternateRows = Boolean(f.alternate_rows);\n //defines widths of columns\n this.hasColWidths = isArray(f.col_widths);\n this.colWidths = this.hasColWidths ? f.col_widths : null;\n //defines css class for filters\n this.fltCssClass = f.flt_css_class || 'flt';\n //defines css class for multiple selects filters\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n //defines css class for filters\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n //defines css class for single-filter\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n //enables/disables enter key\n this.enterKey = f.enter_key === false ? false : true;\n //calls function before filtering starts\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n //calls function after filtering\n this.onAfterFilter = isFn(f.on_after_filter) ? f.on_after_filter : null;\n //enables/disables case sensitivity\n this.caseSensitive = Boolean(f.case_sensitive);\n //has exact match per column\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n //enables/disbles exact match for search\n this.exactMatch = Boolean(f.exact_match);\n //refreshes drop-down lists upon validation\n this.linkedFilters = Boolean(f.linked_filters);\n //wheter excluded options are disabled\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n //id of active filter\n this.activeFilterId = null;\n //enables always visible rows\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n //array containing always visible rows\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n //enables/disables external filters generation\n this.isExternalFlt = Boolean(f.external_flt_grid);\n //array containing ids of external elements containing filters\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n //stores filters elements if isExternalFlt is true\n this.externalFltEls = [];\n //calls function when filters grid loaded\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n //enables/disables single filter search\n this.singleSearchFlt = Boolean(f.single_filter);\n //calls function after row is validated\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n //array defining columns for customCellData event\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n //calls custom function for retrieving cell data\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n //input watermark text array\n this.watermark = f.watermark || '';\n this.isWatermarkArray = isArray(this.watermark);\n //id of toolbar container element\n this.toolBarTgtId = f.toolbar_target_id || null;\n //enables/disables help div\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n //popup filters\n this.popupFilters = Boolean(f.popup_filters);\n //active columns color\n this.markActiveColumns = Boolean(f.mark_active_columns);\n //defines css class for active column header\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n //calls function before active column header is marked\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n //calls function after active column header is marked\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n //defines 1st option text\n this.displayAllText = f.display_all_text || 'Clear';\n //enables/disables empty option in combo-box filters\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n //defines empty option text\n this.emptyText = f.empty_text || '(Empty)';\n //enables/disables non empty option in combo-box filters\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //enables/disables onChange event on combo-box\n this.onSlcChange = f.on_change === false ? false : true;\n //enables/disables select options sorting\n this.sortSlc = f.sort_select === false ? false : true;\n //enables/disables ascending numeric options sorting\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n //Select filters are populated on demand\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n this.hasCustomOptions = isObj(f.custom_options);\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n this.rgxOperator = f.regexp_operator || 'rgx:';\n this.emOperator = f.empty_operator || '[empty]';\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n this.orOperator = f.or_operator || '||';\n this.anOperator = f.and_operator || '&&';\n this.grOperator = f.greater_operator || '>';\n this.lwOperator = f.lower_operator || '<';\n this.leOperator = f.lower_equal_operator || '<=';\n this.geOperator = f.greater_equal_operator || '>=';\n this.dfOperator = f.different_operator || '!';\n this.lkOperator = f.like_operator || '*';\n this.eqOperator = f.equal_operator || '=';\n this.stOperator = f.start_with_operator || '{';\n this.enOperator = f.end_with_operator || '}';\n this.curExp = f.cur_exp || '^[¥£€$]';\n this.separator = f.separator || ',';\n\n //show/hides rows counter\n this.rowsCounter = Boolean(f.rows_counter);\n\n //show/hides status bar\n this.statusBar = Boolean(f.status_bar);\n\n //enables/disables loader/spinner indicator\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n //show/hides filter's validation button\n this.displayBtn = Boolean(f.btn);\n //defines validation button text\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n //defines css class for validation button\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n //show/hides reset link\n this.btnReset = Boolean(f.btn_reset);\n //defines css class for reset button\n this.btnResetCssClass = f.btn_reset_css_class || 'reset';\n //callback function before filters are cleared\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n //callback function after filters are cleared\n this.onAfterReset = isFn(f.on_after_reset) ? f.on_after_reset : null;\n\n /*** paging ***/\n //enables/disables table paging\n this.paging = Boolean(f.paging);\n this.nbHiddenRows = 0; //nb hidden rows\n\n /*** autofilter on typing ***/\n //Auto filtering, table is filtered when user stops typing\n this.autoFilter = Boolean(f.auto_filter);\n //onkeyup delay timer (msecs)\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n //typing indicator\n this.isUserTyping = null;\n this.autoFilterTimer = null;\n\n /*** keyword highlighting ***/\n //enables/disables keyword highlighting\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /*** No results feature ***/\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n // state persisstence\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator US = ',' EU = '.'\n this.thousandsSeparator = f.thousands_separator || ',';\n //defines default decimal separator\n //US & javascript = '.' EU = ','\n this.decimalSeparator = f.decimal_separator || '.';\n //enables number format per column\n this.hasColNbFormat = isArray(f.col_number_format);\n //array containing columns nb formats\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n //enables date type per column\n this.hasColDateType = isArray(f.col_date_type);\n //array containing columns date type\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\n\n /*** ids prefixes ***/\n //css class name added to table\n this.prfxTf = 'TF';\n //filters (inputs - selects)\n this.prfxFlt = 'flt';\n //validation button\n this.prfxValButton = 'btn';\n //container div for paging elements, rows counter etc.\n this.prfxInfDiv = 'inf_';\n //left div\n this.prfxLDiv = 'ldiv_';\n //right div\n this.prfxRDiv = 'rdiv_';\n //middle div\n this.prfxMDiv = 'mdiv_';\n //responsive table css class\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n //imports external script\n this.extensions = f.extensions;\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n //imports themes\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n this.themes = f.themes || [];\n //themes path\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n //responsive table\n this.responsive = Boolean(f.responsive);\n\n // Features registry\n this.Mod = {};\n\n // Extensions registry\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 if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, this);\n }\n\n this.initialized = true;\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 = Event.keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n Event.cancel(evt);\n Event.stop(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 = Event.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 = Event.target(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 Event.add(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n this.externalFltEls.push(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n Event.add(inp, 'keypress', (evt) => this.detectKey(evt));\n Event.add(inp, 'keydown', () => this.onKeyDown());\n Event.add(inp, 'keyup', (evt) => this.onKeyUp(evt));\n Event.add(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 Event.add(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 //Some elements need to be overriden for default theme\n //Reset button\n this.btnResetText = null;\n this.btnResetHtml = '';\n\n //Paging buttons\n this.btnPrevPageHtml = '';\n this.btnNextPageHtml = '';\n this.btnFirstPageHtml = '';\n this.btnLastPageHtml = '';\n\n //Loader\n this.loader = true;\n this.loaderHtml = '
';\n this.loaderText = null;\n\n 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 let rows = this.tbl.rows,\n Mod = this.Mod,\n 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.fltGridEl = rows[this.filtersRowIndex];\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.gridInfDivCssClass;\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 sA = removeNbFormat(sA, nbFormat);\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 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] : null,\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 setWidths.call(this);\n\n function setWidths() {\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 /**\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) {\n let imported = false,\n importType = !type ? 'script' : type,\n attr = importType === 'script' ? 'src' : 'href',\n files = tag(doc, importType);\n for (let i = 0, len = files.length; i < len; i++) {\n if (files[i][attr] === undefined) {\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) {\n let ftype = !type ? 'script' : type,\n imported = this.isImported(filePath, ftype);\n if (imported) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (ftype.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 = function () {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error('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 Event 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\nexport class TableFilter {\n\n /**\n * TableFilter object constructor\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n this.id = null;\n this.version = '{VERSION}';\n this.year = new Date().getFullYear();\n this.tbl = null;\n this.startRow = null;\n this.refRow = null;\n this.headersRow = null;\n this.cfg = {};\n this.nbFilterableRows = 0;\n this.nbCells = null;\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 this.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 this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = this.startRow === null ? 2 : (this.startRow + 1);\n try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\n\n //default script base path\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n //enables/disables filter grid\n this.fltGrid = f.grid === false ? false : true;\n\n //enables/disables grid layout (fixed headers)\n this.gridLayout = Boolean(f.grid_layout);\n\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n //defines tag of the cells containing filters (td/th)\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n //stores filters ids\n this.fltIds = [];\n //stores valid rows indexes (rows visible upon filtering)\n this.validRowsIndex = [];\n //container div for paging elements, reset btn etc.\n this.infDiv = null;\n //div for rows counter\n this.lDiv = null;\n //div for reset button and results per page select\n this.rDiv = null;\n //div for paging elements\n this.mDiv = null;\n\n //defines css class for div containing paging elements, rows counter etc\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n //defines css class for left div\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n //defines css class for right div\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n //defines css class for mid div\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n //table container div css class\n this.contDivCssClass = f.content_div_css_class || 'cont';\n\n /*** filters' grid appearance ***/\n //stylesheet file\n this.stylePath = f.style_path || this.basePath + 'style/';\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n this.stylesheetId = this.id + '_style';\n //defines css class for filters row\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n //enables/disables icons (paging, reset button)\n this.enableIcons = f.enable_icons === false ? false : true;\n //enables/disbles rows alternating bg colors\n this.alternateRows = Boolean(f.alternate_rows);\n //defines widths of columns\n this.hasColWidths = isArray(f.col_widths);\n this.colWidths = this.hasColWidths ? f.col_widths : null;\n //defines css class for filters\n this.fltCssClass = f.flt_css_class || 'flt';\n //defines css class for multiple selects filters\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n //defines css class for filters\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n //defines css class for single-filter\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n //enables/disables enter key\n this.enterKey = f.enter_key === false ? false : true;\n //calls function before filtering starts\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n //calls function after filtering\n this.onAfterFilter = isFn(f.on_after_filter) ? f.on_after_filter : null;\n //enables/disables case sensitivity\n this.caseSensitive = Boolean(f.case_sensitive);\n //has exact match per column\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n //enables/disbles exact match for search\n this.exactMatch = Boolean(f.exact_match);\n //refreshes drop-down lists upon validation\n this.linkedFilters = Boolean(f.linked_filters);\n //wheter excluded options are disabled\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n //id of active filter\n this.activeFilterId = null;\n //enables always visible rows\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n //array containing always visible rows\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n //enables/disables external filters generation\n this.isExternalFlt = Boolean(f.external_flt_grid);\n //array containing ids of external elements containing filters\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n //stores filters elements if isExternalFlt is true\n this.externalFltEls = [];\n //calls function when filters grid loaded\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n //enables/disables single filter search\n this.singleSearchFlt = Boolean(f.single_filter);\n //calls function after row is validated\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n //array defining columns for customCellData event\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n //calls custom function for retrieving cell data\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n //input watermark text array\n this.watermark = f.watermark || '';\n this.isWatermarkArray = isArray(this.watermark);\n //id of toolbar container element\n this.toolBarTgtId = f.toolbar_target_id || null;\n //enables/disables help div\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n //popup filters\n this.popupFilters = Boolean(f.popup_filters);\n //active columns color\n this.markActiveColumns = Boolean(f.mark_active_columns);\n //defines css class for active column header\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n //calls function before active column header is marked\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n //calls function after active column header is marked\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n //defines 1st option text\n this.displayAllText = f.display_all_text || 'Clear';\n //enables/disables empty option in combo-box filters\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n //defines empty option text\n this.emptyText = f.empty_text || '(Empty)';\n //enables/disables non empty option in combo-box filters\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //enables/disables onChange event on combo-box\n this.onSlcChange = f.on_change === false ? false : true;\n //enables/disables select options sorting\n this.sortSlc = f.sort_select === false ? false : true;\n //enables/disables ascending numeric options sorting\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n //Select filters are populated on demand\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n this.hasCustomOptions = isObj(f.custom_options);\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n this.rgxOperator = f.regexp_operator || 'rgx:';\n this.emOperator = f.empty_operator || '[empty]';\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n this.orOperator = f.or_operator || '||';\n this.anOperator = f.and_operator || '&&';\n this.grOperator = f.greater_operator || '>';\n this.lwOperator = f.lower_operator || '<';\n this.leOperator = f.lower_equal_operator || '<=';\n this.geOperator = f.greater_equal_operator || '>=';\n this.dfOperator = f.different_operator || '!';\n this.lkOperator = f.like_operator || '*';\n this.eqOperator = f.equal_operator || '=';\n this.stOperator = f.start_with_operator || '{';\n this.enOperator = f.end_with_operator || '}';\n this.curExp = f.cur_exp || '^[¥£€$]';\n this.separator = f.separator || ',';\n\n //show/hides rows counter\n this.rowsCounter = Boolean(f.rows_counter);\n\n //show/hides status bar\n this.statusBar = Boolean(f.status_bar);\n\n //enables/disables loader/spinner indicator\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n //show/hides filter's validation button\n this.displayBtn = Boolean(f.btn);\n //defines validation button text\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n //defines css class for validation button\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n //show/hides reset link\n this.btnReset = Boolean(f.btn_reset);\n //defines css class for reset button\n this.btnResetCssClass = f.btn_reset_css_class || 'reset';\n //callback function before filters are cleared\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n //callback function after filters are cleared\n this.onAfterReset = isFn(f.on_after_reset) ? f.on_after_reset : null;\n\n /*** paging ***/\n //enables/disables table paging\n this.paging = Boolean(f.paging);\n this.nbHiddenRows = 0; //nb hidden rows\n\n /*** autofilter on typing ***/\n //Auto filtering, table is filtered when user stops typing\n this.autoFilter = Boolean(f.auto_filter);\n //onkeyup delay timer (msecs)\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n //typing indicator\n this.isUserTyping = null;\n this.autoFilterTimer = null;\n\n /*** keyword highlighting ***/\n //enables/disables keyword highlighting\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /*** No results feature ***/\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n // state persisstence\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator US = ',' EU = '.'\n this.thousandsSeparator = f.thousands_separator || ',';\n //defines default decimal separator\n //US & javascript = '.' EU = ','\n this.decimalSeparator = f.decimal_separator || '.';\n //enables number format per column\n this.hasColNbFormat = isArray(f.col_number_format);\n //array containing columns nb formats\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n //enables date type per column\n this.hasColDateType = isArray(f.col_date_type);\n //array containing columns date type\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\n\n /*** ids prefixes ***/\n //css class name added to table\n this.prfxTf = 'TF';\n //filters (inputs - selects)\n this.prfxFlt = 'flt';\n //validation button\n this.prfxValButton = 'btn';\n //container div for paging elements, rows counter etc.\n this.prfxInfDiv = 'inf_';\n //left div\n this.prfxLDiv = 'ldiv_';\n //right div\n this.prfxRDiv = 'rdiv_';\n //middle div\n this.prfxMDiv = 'mdiv_';\n //responsive table css class\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n //imports external script\n this.extensions = f.extensions;\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n //imports themes\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n this.themes = f.themes || [];\n //themes path\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n //responsive table\n this.responsive = Boolean(f.responsive);\n\n // Features registry\n this.Mod = {};\n\n // Extensions registry\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 if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, this);\n }\n\n this.initialized = true;\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 = Event.keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n Event.cancel(evt);\n Event.stop(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 = Event.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 = Event.target(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 Event.add(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n this.externalFltEls.push(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n Event.add(inp, 'keypress', (evt) => this.detectKey(evt));\n Event.add(inp, 'keydown', () => this.onKeyDown());\n Event.add(inp, 'keyup', (evt) => this.onKeyUp(evt));\n Event.add(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 Event.add(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 //Some elements need to be overriden for default theme\n //Reset button\n this.btnResetText = null;\n this.btnResetHtml = '';\n\n //Paging buttons\n this.btnPrevPageHtml = '';\n this.btnNextPageHtml = '';\n this.btnFirstPageHtml = '';\n this.btnLastPageHtml = '';\n\n //Loader\n this.loader = true;\n this.loaderHtml = '
';\n this.loaderText = null;\n\n 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.gridInfDivCssClass;\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 sA = removeNbFormat(sA, nbFormat);\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 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] : null,\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 setWidths.call(this);\n\n function setWidths() {\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 /**\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) {\n let imported = false,\n importType = !type ? 'script' : type,\n attr = importType === 'script' ? 'src' : 'href',\n files = tag(doc, importType);\n for (let i = 0, len = files.length; i < len; i++) {\n if (files[i][attr] === undefined) {\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) {\n let ftype = !type ? 'script' : type,\n imported = this.isImported(filePath, ftype);\n if (imported) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (ftype.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 = function () {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error('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" }, { - "__docId__": 742, + "__docId__": 743, "kind": "variable", "static": true, "variation": null, @@ -14807,7 +14837,7 @@ } }, { - "__docId__": 743, + "__docId__": 744, "kind": "class", "static": true, "variation": null, @@ -14824,7 +14854,7 @@ "interface": false }, { - "__docId__": 744, + "__docId__": 745, "kind": "constructor", "static": false, "variation": null, @@ -14879,7 +14909,7 @@ "generator": false }, { - "__docId__": 745, + "__docId__": 746, "kind": "member", "static": false, "variation": null, @@ -14897,7 +14927,7 @@ } }, { - "__docId__": 746, + "__docId__": 747, "kind": "member", "static": false, "variation": null, @@ -14915,7 +14945,7 @@ } }, { - "__docId__": 747, + "__docId__": 748, "kind": "member", "static": false, "variation": null, @@ -14933,7 +14963,7 @@ } }, { - "__docId__": 748, + "__docId__": 749, "kind": "member", "static": false, "variation": null, @@ -14951,7 +14981,7 @@ } }, { - "__docId__": 749, + "__docId__": 750, "kind": "member", "static": false, "variation": null, @@ -14969,7 +14999,7 @@ } }, { - "__docId__": 750, + "__docId__": 751, "kind": "member", "static": false, "variation": null, @@ -14987,7 +15017,7 @@ } }, { - "__docId__": 751, + "__docId__": 752, "kind": "member", "static": false, "variation": null, @@ -15005,7 +15035,7 @@ } }, { - "__docId__": 752, + "__docId__": 753, "kind": "member", "static": false, "variation": null, @@ -15023,7 +15053,7 @@ } }, { - "__docId__": 753, + "__docId__": 754, "kind": "member", "static": false, "variation": null, @@ -15041,7 +15071,7 @@ } }, { - "__docId__": 754, + "__docId__": 755, "kind": "member", "static": false, "variation": null, @@ -15059,7 +15089,7 @@ } }, { - "__docId__": 755, + "__docId__": 756, "kind": "member", "static": false, "variation": null, @@ -15077,7 +15107,7 @@ } }, { - "__docId__": 756, + "__docId__": 757, "kind": "member", "static": false, "variation": null, @@ -15095,7 +15125,7 @@ } }, { - "__docId__": 757, + "__docId__": 758, "kind": "member", "static": false, "variation": null, @@ -15113,7 +15143,7 @@ } }, { - "__docId__": 758, + "__docId__": 759, "kind": "member", "static": false, "variation": null, @@ -15131,7 +15161,7 @@ } }, { - "__docId__": 759, + "__docId__": 760, "kind": "member", "static": false, "variation": null, @@ -15149,7 +15179,7 @@ } }, { - "__docId__": 760, + "__docId__": 761, "kind": "member", "static": false, "variation": null, @@ -15167,7 +15197,7 @@ } }, { - "__docId__": 761, + "__docId__": 762, "kind": "member", "static": false, "variation": null, @@ -15185,7 +15215,7 @@ } }, { - "__docId__": 762, + "__docId__": 763, "kind": "member", "static": false, "variation": null, @@ -15203,7 +15233,7 @@ } }, { - "__docId__": 763, + "__docId__": 764, "kind": "member", "static": false, "variation": null, @@ -15221,7 +15251,7 @@ } }, { - "__docId__": 764, + "__docId__": 765, "kind": "member", "static": false, "variation": null, @@ -15239,7 +15269,7 @@ } }, { - "__docId__": 765, + "__docId__": 766, "kind": "member", "static": false, "variation": null, @@ -15257,7 +15287,7 @@ } }, { - "__docId__": 766, + "__docId__": 767, "kind": "member", "static": false, "variation": null, @@ -15274,7 +15304,7 @@ } }, { - "__docId__": 767, + "__docId__": 768, "kind": "member", "static": false, "variation": null, @@ -15292,7 +15322,7 @@ } }, { - "__docId__": 768, + "__docId__": 769, "kind": "member", "static": false, "variation": null, @@ -15310,7 +15340,7 @@ } }, { - "__docId__": 769, + "__docId__": 770, "kind": "member", "static": false, "variation": null, @@ -15328,7 +15358,7 @@ } }, { - "__docId__": 770, + "__docId__": 771, "kind": "member", "static": false, "variation": null, @@ -15346,7 +15376,7 @@ } }, { - "__docId__": 771, + "__docId__": 772, "kind": "member", "static": false, "variation": null, @@ -15363,24 +15393,6 @@ ] } }, - { - "__docId__": 772, - "kind": "member", - "static": false, - "variation": null, - "name": "fltElms", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltElms", - "access": null, - "description": null, - "lineNumber": 113, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, { "__docId__": 773, "kind": "member", @@ -15391,7 +15403,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 115, + "lineNumber": 113, "undocument": true, "type": { "types": [ @@ -15404,12 +15416,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltGridEl", + "name": "infDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltGridEl", + "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 117, + "lineNumber": 115, "undocument": true, "type": { "types": [ @@ -15422,12 +15434,12 @@ "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "lDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", + "longname": "src/tablefilter.js~TableFilter#lDiv", "access": null, "description": null, - "lineNumber": 119, + "lineNumber": 117, "undocument": true, "type": { "types": [ @@ -15440,12 +15452,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", + "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, "description": null, - "lineNumber": 121, + "lineNumber": 119, "undocument": true, "type": { "types": [ @@ -15458,12 +15470,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", + "longname": "src/tablefilter.js~TableFilter#mDiv", "access": null, "description": null, - "lineNumber": 123, + "lineNumber": 121, "undocument": true, "type": { "types": [ @@ -15476,12 +15488,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "infDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#infDivCssClass", "access": null, "description": null, - "lineNumber": 125, + "lineNumber": 124, "undocument": true, "type": { "types": [ @@ -15494,12 +15506,12 @@ "kind": "member", "static": false, "variation": null, - "name": "infDivCssClass", + "name": "lDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDivCssClass", + "longname": "src/tablefilter.js~TableFilter#lDivCssClass", "access": null, "description": null, - "lineNumber": 128, + "lineNumber": 126, "undocument": true, "type": { "types": [ @@ -15512,12 +15524,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDivCssClass", + "name": "rDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDivCssClass", + "longname": "src/tablefilter.js~TableFilter#rDivCssClass", "access": null, "description": null, - "lineNumber": 130, + "lineNumber": 128, "undocument": true, "type": { "types": [ @@ -15530,12 +15542,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDivCssClass", + "name": "mDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDivCssClass", + "longname": "src/tablefilter.js~TableFilter#mDivCssClass", "access": null, "description": null, - "lineNumber": 132, + "lineNumber": 130, "undocument": true, "type": { "types": [ @@ -15548,12 +15560,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDivCssClass", + "name": "contDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDivCssClass", + "longname": "src/tablefilter.js~TableFilter#contDivCssClass", "access": null, "description": null, - "lineNumber": 134, + "lineNumber": 132, "undocument": true, "type": { "types": [ @@ -15566,13 +15578,12 @@ "kind": "member", "static": false, "variation": null, - "name": "contDivCssClass", + "name": "stylePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#contDivCssClass", + "longname": "src/tablefilter.js~TableFilter#stylePath", "access": null, - "description": null, + "description": "filters' grid appearance **", "lineNumber": 136, - "undocument": true, "type": { "types": [ "*" @@ -15584,12 +15595,13 @@ "kind": "member", "static": false, "variation": null, - "name": "stylePath", + "name": "stylesheet", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylePath", + "longname": "src/tablefilter.js~TableFilter#stylesheet", "access": null, - "description": "filters' grid appearance **", - "lineNumber": 140, + "description": null, + "lineNumber": 137, + "undocument": true, "type": { "types": [ "*" @@ -15601,12 +15613,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheet", + "name": "stylesheetId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheet", + "longname": "src/tablefilter.js~TableFilter#stylesheetId", "access": null, "description": null, - "lineNumber": 141, + "lineNumber": 138, "undocument": true, "type": { "types": [ @@ -15619,12 +15631,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheetId", + "name": "fltsRowCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", "access": null, "description": null, - "lineNumber": 142, + "lineNumber": 140, "undocument": true, "type": { "types": [ @@ -15637,12 +15649,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltsRowCssClass", + "name": "enableIcons", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", + "longname": "src/tablefilter.js~TableFilter#enableIcons", "access": null, "description": null, - "lineNumber": 144, + "lineNumber": 142, "undocument": true, "type": { "types": [ @@ -15655,12 +15667,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableIcons", + "name": "alternateRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableIcons", + "longname": "src/tablefilter.js~TableFilter#alternateRows", "access": null, "description": null, - "lineNumber": 146, + "lineNumber": 144, "undocument": true, "type": { "types": [ @@ -15673,12 +15685,12 @@ "kind": "member", "static": false, "variation": null, - "name": "alternateRows", + "name": "hasColWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#alternateRows", + "longname": "src/tablefilter.js~TableFilter#hasColWidths", "access": null, "description": null, - "lineNumber": 148, + "lineNumber": 146, "undocument": true, "type": { "types": [ @@ -15691,12 +15703,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColWidths", + "name": "colWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColWidths", + "longname": "src/tablefilter.js~TableFilter#colWidths", "access": null, "description": null, - "lineNumber": 150, + "lineNumber": 147, "undocument": true, "type": { "types": [ @@ -15709,12 +15721,12 @@ "kind": "member", "static": false, "variation": null, - "name": "colWidths", + "name": "fltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colWidths", + "longname": "src/tablefilter.js~TableFilter#fltCssClass", "access": null, "description": null, - "lineNumber": 151, + "lineNumber": 149, "undocument": true, "type": { "types": [ @@ -15727,12 +15739,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCssClass", + "name": "fltMultiCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCssClass", + "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", "access": null, "description": null, - "lineNumber": 153, + "lineNumber": 151, "undocument": true, "type": { "types": [ @@ -15745,12 +15757,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltMultiCssClass", + "name": "fltSmallCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", + "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", "access": null, "description": null, - "lineNumber": 155, + "lineNumber": 153, "undocument": true, "type": { "types": [ @@ -15763,12 +15775,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltSmallCssClass", + "name": "singleFltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", "access": null, "description": null, - "lineNumber": 157, + "lineNumber": 155, "undocument": true, "type": { "types": [ @@ -15781,13 +15793,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleFltCssClass", + "name": "enterKey", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", + "longname": "src/tablefilter.js~TableFilter#enterKey", "access": null, - "description": null, + "description": "filters' grid behaviours **", "lineNumber": 159, - "undocument": true, "type": { "types": [ "*" @@ -15799,12 +15810,13 @@ "kind": "member", "static": false, "variation": null, - "name": "enterKey", + "name": "onBeforeFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enterKey", + "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", "access": null, - "description": "filters' grid behaviours **", - "lineNumber": 163, + "description": null, + "lineNumber": 161, + "undocument": true, "type": { "types": [ "*" @@ -15816,12 +15828,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeFilter", + "name": "onAfterFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", + "longname": "src/tablefilter.js~TableFilter#onAfterFilter", "access": null, "description": null, - "lineNumber": 165, + "lineNumber": 164, "undocument": true, "type": { "types": [ @@ -15834,12 +15846,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterFilter", + "name": "caseSensitive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterFilter", + "longname": "src/tablefilter.js~TableFilter#caseSensitive", "access": null, "description": null, - "lineNumber": 168, + "lineNumber": 166, "undocument": true, "type": { "types": [ @@ -15852,12 +15864,12 @@ "kind": "member", "static": false, "variation": null, - "name": "caseSensitive", + "name": "hasExactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#caseSensitive", + "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", "access": null, "description": null, - "lineNumber": 170, + "lineNumber": 168, "undocument": true, "type": { "types": [ @@ -15870,12 +15882,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExactMatchByCol", + "name": "exactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", + "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", "access": null, "description": null, - "lineNumber": 172, + "lineNumber": 169, "undocument": true, "type": { "types": [ @@ -15888,12 +15900,12 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatchByCol", + "name": "exactMatch", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", + "longname": "src/tablefilter.js~TableFilter#exactMatch", "access": null, "description": null, - "lineNumber": 173, + "lineNumber": 172, "undocument": true, "type": { "types": [ @@ -15906,12 +15918,12 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatch", + "name": "linkedFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatch", + "longname": "src/tablefilter.js~TableFilter#linkedFilters", "access": null, "description": null, - "lineNumber": 176, + "lineNumber": 174, "undocument": true, "type": { "types": [ @@ -15924,12 +15936,12 @@ "kind": "member", "static": false, "variation": null, - "name": "linkedFilters", + "name": "disableExcludedOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#linkedFilters", + "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", "access": null, "description": null, - "lineNumber": 178, + "lineNumber": 176, "undocument": true, "type": { "types": [ @@ -15942,12 +15954,12 @@ "kind": "member", "static": false, "variation": null, - "name": "disableExcludedOptions", + "name": "activeFilterId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 180, + "lineNumber": 178, "undocument": true, "type": { "types": [ @@ -15960,12 +15972,12 @@ "kind": "member", "static": false, "variation": null, - "name": "activeFilterId", + "name": "hasVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeFilterId", + "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", "access": null, "description": null, - "lineNumber": 182, + "lineNumber": 180, "undocument": true, "type": { "types": [ @@ -15978,12 +15990,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasVisibleRows", + "name": "visibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", + "longname": "src/tablefilter.js~TableFilter#visibleRows", "access": null, "description": null, - "lineNumber": 184, + "lineNumber": 182, "undocument": true, "type": { "types": [ @@ -15996,12 +16008,12 @@ "kind": "member", "static": false, "variation": null, - "name": "visibleRows", + "name": "isExternalFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#visibleRows", + "longname": "src/tablefilter.js~TableFilter#isExternalFlt", "access": null, "description": null, - "lineNumber": 186, + "lineNumber": 184, "undocument": true, "type": { "types": [ @@ -16014,12 +16026,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isExternalFlt", + "name": "externalFltTgtIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isExternalFlt", + "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", "access": null, "description": null, - "lineNumber": 188, + "lineNumber": 186, "undocument": true, "type": { "types": [ @@ -16032,12 +16044,12 @@ "kind": "member", "static": false, "variation": null, - "name": "externalFltTgtIds", + "name": "externalFltEls", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", + "longname": "src/tablefilter.js~TableFilter#externalFltEls", "access": null, "description": null, - "lineNumber": 190, + "lineNumber": 188, "undocument": true, "type": { "types": [ @@ -16050,12 +16062,12 @@ "kind": "member", "static": false, "variation": null, - "name": "externalFltEls", + "name": "onFiltersLoaded", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltEls", + "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", "access": null, "description": null, - "lineNumber": 192, + "lineNumber": 190, "undocument": true, "type": { "types": [ @@ -16068,12 +16080,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onFiltersLoaded", + "name": "singleSearchFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", + "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", "access": null, "description": null, - "lineNumber": 194, + "lineNumber": 193, "undocument": true, "type": { "types": [ @@ -16086,12 +16098,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleSearchFlt", + "name": "onRowValidated", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", + "longname": "src/tablefilter.js~TableFilter#onRowValidated", "access": null, "description": null, - "lineNumber": 197, + "lineNumber": 195, "undocument": true, "type": { "types": [ @@ -16104,12 +16116,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onRowValidated", + "name": "customCellDataCols", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "longname": "src/tablefilter.js~TableFilter#customCellDataCols", "access": null, "description": null, - "lineNumber": 199, + "lineNumber": 198, "undocument": true, "type": { "types": [ @@ -16122,12 +16134,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customCellDataCols", + "name": "customCellData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellDataCols", + "longname": "src/tablefilter.js~TableFilter#customCellData", "access": null, "description": null, - "lineNumber": 202, + "lineNumber": 201, "undocument": true, "type": { "types": [ @@ -16140,12 +16152,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customCellData", + "name": "watermark", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellData", + "longname": "src/tablefilter.js~TableFilter#watermark", "access": null, "description": null, - "lineNumber": 205, + "lineNumber": 204, "undocument": true, "type": { "types": [ @@ -16158,12 +16170,12 @@ "kind": "member", "static": false, "variation": null, - "name": "watermark", + "name": "isWatermarkArray", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#watermark", + "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", "access": null, "description": null, - "lineNumber": 208, + "lineNumber": 205, "undocument": true, "type": { "types": [ @@ -16176,12 +16188,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isWatermarkArray", + "name": "toolBarTgtId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", + "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", "access": null, "description": null, - "lineNumber": 209, + "lineNumber": 207, "undocument": true, "type": { "types": [ @@ -16194,12 +16206,12 @@ "kind": "member", "static": false, "variation": null, - "name": "toolBarTgtId", + "name": "help", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", + "longname": "src/tablefilter.js~TableFilter#help", "access": null, "description": null, - "lineNumber": 211, + "lineNumber": 209, "undocument": true, "type": { "types": [ @@ -16212,12 +16224,12 @@ "kind": "member", "static": false, "variation": null, - "name": "help", + "name": "popupFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#help", + "longname": "src/tablefilter.js~TableFilter#popupFilters", "access": null, "description": null, - "lineNumber": 213, + "lineNumber": 212, "undocument": true, "type": { "types": [ @@ -16230,12 +16242,12 @@ "kind": "member", "static": false, "variation": null, - "name": "popupFilters", + "name": "markActiveColumns", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#popupFilters", + "longname": "src/tablefilter.js~TableFilter#markActiveColumns", "access": null, "description": null, - "lineNumber": 216, + "lineNumber": 214, "undocument": true, "type": { "types": [ @@ -16248,12 +16260,12 @@ "kind": "member", "static": false, "variation": null, - "name": "markActiveColumns", + "name": "activeColumnsCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", "access": null, "description": null, - "lineNumber": 218, + "lineNumber": 216, "undocument": true, "type": { "types": [ @@ -16266,12 +16278,12 @@ "kind": "member", "static": false, "variation": null, - "name": "activeColumnsCssClass", + "name": "onBeforeActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", + "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", "access": null, "description": null, - "lineNumber": 220, + "lineNumber": 219, "undocument": true, "type": { "types": [ @@ -16284,12 +16296,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeActiveColumn", + "name": "onAfterActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", + "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", "access": null, "description": null, - "lineNumber": 223, + "lineNumber": 222, "undocument": true, "type": { "types": [ @@ -16302,13 +16314,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterActiveColumn", + "name": "displayAllText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", + "longname": "src/tablefilter.js~TableFilter#displayAllText", "access": null, - "description": null, - "lineNumber": 226, - "undocument": true, + "description": "select filter's customisation and behaviours **", + "lineNumber": 227, "type": { "types": [ "*" @@ -16320,12 +16331,13 @@ "kind": "member", "static": false, "variation": null, - "name": "displayAllText", + "name": "enableEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayAllText", + "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", "access": null, - "description": "select filter's customisation and behaviours **", - "lineNumber": 231, + "description": null, + "lineNumber": 229, + "undocument": true, "type": { "types": [ "*" @@ -16337,12 +16349,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableEmptyOption", + "name": "emptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", + "longname": "src/tablefilter.js~TableFilter#emptyText", "access": null, "description": null, - "lineNumber": 233, + "lineNumber": 231, "undocument": true, "type": { "types": [ @@ -16355,12 +16367,12 @@ "kind": "member", "static": false, "variation": null, - "name": "emptyText", + "name": "enableNonEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emptyText", + "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", "access": null, "description": null, - "lineNumber": 235, + "lineNumber": 233, "undocument": true, "type": { "types": [ @@ -16373,12 +16385,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableNonEmptyOption", + "name": "nonEmptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", + "longname": "src/tablefilter.js~TableFilter#nonEmptyText", "access": null, "description": null, - "lineNumber": 237, + "lineNumber": 235, "undocument": true, "type": { "types": [ @@ -16391,12 +16403,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nonEmptyText", + "name": "onSlcChange", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nonEmptyText", + "longname": "src/tablefilter.js~TableFilter#onSlcChange", "access": null, "description": null, - "lineNumber": 239, + "lineNumber": 237, "undocument": true, "type": { "types": [ @@ -16409,12 +16421,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onSlcChange", + "name": "sortSlc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onSlcChange", + "longname": "src/tablefilter.js~TableFilter#sortSlc", "access": null, "description": null, - "lineNumber": 241, + "lineNumber": 239, "undocument": true, "type": { "types": [ @@ -16427,12 +16439,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortSlc", + "name": "isSortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortSlc", + "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", "access": null, "description": null, - "lineNumber": 243, + "lineNumber": 241, "undocument": true, "type": { "types": [ @@ -16445,12 +16457,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumAsc", + "name": "sortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", + "longname": "src/tablefilter.js~TableFilter#sortNumAsc", "access": null, "description": null, - "lineNumber": 245, + "lineNumber": 242, "undocument": true, "type": { "types": [ @@ -16463,12 +16475,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumAsc", + "name": "isSortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumAsc", + "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", "access": null, "description": null, - "lineNumber": 246, + "lineNumber": 244, "undocument": true, "type": { "types": [ @@ -16481,12 +16493,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumDesc", + "name": "sortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", + "longname": "src/tablefilter.js~TableFilter#sortNumDesc", "access": null, "description": null, - "lineNumber": 248, + "lineNumber": 245, "undocument": true, "type": { "types": [ @@ -16499,12 +16511,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumDesc", + "name": "loadFltOnDemand", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", "access": null, "description": null, - "lineNumber": 249, + "lineNumber": 247, "undocument": true, "type": { "types": [ @@ -16517,12 +16529,12 @@ "kind": "member", "static": false, "variation": null, - "name": "loadFltOnDemand", + "name": "hasCustomOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", + "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", "access": null, "description": null, - "lineNumber": 251, + "lineNumber": 248, "undocument": true, "type": { "types": [ @@ -16535,12 +16547,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasCustomOptions", + "name": "customOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", + "longname": "src/tablefilter.js~TableFilter#customOptions", "access": null, "description": null, - "lineNumber": 252, + "lineNumber": 249, "undocument": true, "type": { "types": [ @@ -16553,13 +16565,12 @@ "kind": "member", "static": false, "variation": null, - "name": "customOptions", + "name": "rgxOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customOptions", + "longname": "src/tablefilter.js~TableFilter#rgxOperator", "access": null, - "description": null, - "lineNumber": 253, - "undocument": true, + "description": "Filter operators **", + "lineNumber": 252, "type": { "types": [ "*" @@ -16571,12 +16582,13 @@ "kind": "member", "static": false, "variation": null, - "name": "rgxOperator", + "name": "emOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rgxOperator", + "longname": "src/tablefilter.js~TableFilter#emOperator", "access": null, - "description": "Filter operators **", - "lineNumber": 256, + "description": null, + "lineNumber": 253, + "undocument": true, "type": { "types": [ "*" @@ -16588,12 +16600,12 @@ "kind": "member", "static": false, "variation": null, - "name": "emOperator", + "name": "nmOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emOperator", + "longname": "src/tablefilter.js~TableFilter#nmOperator", "access": null, "description": null, - "lineNumber": 257, + "lineNumber": 254, "undocument": true, "type": { "types": [ @@ -16606,12 +16618,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nmOperator", + "name": "orOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nmOperator", + "longname": "src/tablefilter.js~TableFilter#orOperator", "access": null, "description": null, - "lineNumber": 258, + "lineNumber": 255, "undocument": true, "type": { "types": [ @@ -16624,12 +16636,12 @@ "kind": "member", "static": false, "variation": null, - "name": "orOperator", + "name": "anOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#orOperator", + "longname": "src/tablefilter.js~TableFilter#anOperator", "access": null, "description": null, - "lineNumber": 259, + "lineNumber": 256, "undocument": true, "type": { "types": [ @@ -16642,12 +16654,12 @@ "kind": "member", "static": false, "variation": null, - "name": "anOperator", + "name": "grOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#anOperator", + "longname": "src/tablefilter.js~TableFilter#grOperator", "access": null, "description": null, - "lineNumber": 260, + "lineNumber": 257, "undocument": true, "type": { "types": [ @@ -16660,12 +16672,12 @@ "kind": "member", "static": false, "variation": null, - "name": "grOperator", + "name": "lwOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#grOperator", + "longname": "src/tablefilter.js~TableFilter#lwOperator", "access": null, "description": null, - "lineNumber": 261, + "lineNumber": 258, "undocument": true, "type": { "types": [ @@ -16678,12 +16690,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lwOperator", + "name": "leOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lwOperator", + "longname": "src/tablefilter.js~TableFilter#leOperator", "access": null, "description": null, - "lineNumber": 262, + "lineNumber": 259, "undocument": true, "type": { "types": [ @@ -16696,12 +16708,12 @@ "kind": "member", "static": false, "variation": null, - "name": "leOperator", + "name": "geOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#leOperator", + "longname": "src/tablefilter.js~TableFilter#geOperator", "access": null, "description": null, - "lineNumber": 263, + "lineNumber": 260, "undocument": true, "type": { "types": [ @@ -16714,12 +16726,12 @@ "kind": "member", "static": false, "variation": null, - "name": "geOperator", + "name": "dfOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#geOperator", + "longname": "src/tablefilter.js~TableFilter#dfOperator", "access": null, "description": null, - "lineNumber": 264, + "lineNumber": 261, "undocument": true, "type": { "types": [ @@ -16732,12 +16744,12 @@ "kind": "member", "static": false, "variation": null, - "name": "dfOperator", + "name": "lkOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#dfOperator", + "longname": "src/tablefilter.js~TableFilter#lkOperator", "access": null, "description": null, - "lineNumber": 265, + "lineNumber": 262, "undocument": true, "type": { "types": [ @@ -16750,12 +16762,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lkOperator", + "name": "eqOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lkOperator", + "longname": "src/tablefilter.js~TableFilter#eqOperator", "access": null, "description": null, - "lineNumber": 266, + "lineNumber": 263, "undocument": true, "type": { "types": [ @@ -16768,12 +16780,12 @@ "kind": "member", "static": false, "variation": null, - "name": "eqOperator", + "name": "stOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#eqOperator", + "longname": "src/tablefilter.js~TableFilter#stOperator", "access": null, "description": null, - "lineNumber": 267, + "lineNumber": 264, "undocument": true, "type": { "types": [ @@ -16786,12 +16798,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stOperator", + "name": "enOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stOperator", + "longname": "src/tablefilter.js~TableFilter#enOperator", "access": null, "description": null, - "lineNumber": 268, + "lineNumber": 265, "undocument": true, "type": { "types": [ @@ -16804,12 +16816,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enOperator", + "name": "curExp", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enOperator", + "longname": "src/tablefilter.js~TableFilter#curExp", "access": null, "description": null, - "lineNumber": 269, + "lineNumber": 266, "undocument": true, "type": { "types": [ @@ -16822,12 +16834,12 @@ "kind": "member", "static": false, "variation": null, - "name": "curExp", + "name": "separator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#curExp", + "longname": "src/tablefilter.js~TableFilter#separator", "access": null, "description": null, - "lineNumber": 270, + "lineNumber": 267, "undocument": true, "type": { "types": [ @@ -16840,12 +16852,12 @@ "kind": "member", "static": false, "variation": null, - "name": "separator", + "name": "rowsCounter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#separator", + "longname": "src/tablefilter.js~TableFilter#rowsCounter", "access": null, "description": null, - "lineNumber": 271, + "lineNumber": 270, "undocument": true, "type": { "types": [ @@ -16858,12 +16870,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rowsCounter", + "name": "statusBar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rowsCounter", + "longname": "src/tablefilter.js~TableFilter#statusBar", "access": null, "description": null, - "lineNumber": 274, + "lineNumber": 273, "undocument": true, "type": { "types": [ @@ -16876,12 +16888,12 @@ "kind": "member", "static": false, "variation": null, - "name": "statusBar", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#statusBar", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 277, + "lineNumber": 276, "undocument": true, "type": { "types": [ @@ -16894,13 +16906,12 @@ "kind": "member", "static": false, "variation": null, - "name": "loader", + "name": "displayBtn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", + "longname": "src/tablefilter.js~TableFilter#displayBtn", "access": null, - "description": null, + "description": "validation - reset buttons/links **", "lineNumber": 280, - "undocument": true, "type": { "types": [ "*" @@ -16912,12 +16923,13 @@ "kind": "member", "static": false, "variation": null, - "name": "displayBtn", + "name": "btnText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayBtn", + "longname": "src/tablefilter.js~TableFilter#btnText", "access": null, - "description": "validation - reset buttons/links **", - "lineNumber": 284, + "description": null, + "lineNumber": 282, + "undocument": true, "type": { "types": [ "*" @@ -16929,12 +16941,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnText", + "name": "btnCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnText", + "longname": "src/tablefilter.js~TableFilter#btnCssClass", "access": null, "description": null, - "lineNumber": 286, + "lineNumber": 284, "undocument": true, "type": { "types": [ @@ -16947,12 +16959,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnCssClass", + "name": "btnReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "longname": "src/tablefilter.js~TableFilter#btnReset", "access": null, "description": null, - "lineNumber": 288, + "lineNumber": 287, "undocument": true, "type": { "types": [ @@ -16965,12 +16977,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnReset", + "name": "btnResetCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnReset", + "longname": "src/tablefilter.js~TableFilter#btnResetCssClass", "access": null, "description": null, - "lineNumber": 291, + "lineNumber": 289, "undocument": true, "type": { "types": [ @@ -16983,12 +16995,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnResetCssClass", + "name": "onBeforeReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnResetCssClass", + "longname": "src/tablefilter.js~TableFilter#onBeforeReset", "access": null, "description": null, - "lineNumber": 293, + "lineNumber": 291, "undocument": true, "type": { "types": [ @@ -17001,12 +17013,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeReset", + "name": "onAfterReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "longname": "src/tablefilter.js~TableFilter#onAfterReset", "access": null, "description": null, - "lineNumber": 295, + "lineNumber": 294, "undocument": true, "type": { "types": [ @@ -17019,13 +17031,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterReset", + "name": "paging", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterReset", + "longname": "src/tablefilter.js~TableFilter#paging", "access": null, - "description": null, + "description": "paging **", "lineNumber": 298, - "undocument": true, "type": { "types": [ "*" @@ -17037,29 +17048,12 @@ "kind": "member", "static": false, "variation": null, - "name": "paging", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#paging", - "access": null, - "description": "paging **", - "lineNumber": 302, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 866, - "kind": "member", - "static": false, - "variation": null, "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 303, + "lineNumber": 299, "undocument": true, "type": { "types": [ @@ -17068,7 +17062,7 @@ } }, { - "__docId__": 867, + "__docId__": 866, "kind": "member", "static": false, "variation": null, @@ -17077,7 +17071,25 @@ "longname": "src/tablefilter.js~TableFilter#autoFilter", "access": null, "description": "autofilter on typing **", - "lineNumber": 307, + "lineNumber": 303, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 867, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterDelay", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "access": null, + "description": null, + "lineNumber": 305, + "undocument": true, "type": { "types": [ "*" @@ -17089,12 +17101,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterDelay", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 309, + "lineNumber": 308, "undocument": true, "type": { "types": [ @@ -17107,12 +17119,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 312, + "lineNumber": 309, "undocument": true, "type": { "types": [ @@ -17125,13 +17137,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "highlightKeywords", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#highlightKeywords", "access": null, - "description": null, + "description": "keyword highlighting **", "lineNumber": 313, - "undocument": true, "type": { "types": [ "*" @@ -17143,12 +17154,12 @@ "kind": "member", "static": false, "variation": null, - "name": "highlightKeywords", + "name": "noResults", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#highlightKeywords", + "longname": "src/tablefilter.js~TableFilter#noResults", "access": null, - "description": "keyword highlighting **", - "lineNumber": 317, + "description": "No results feature **", + "lineNumber": 316, "type": { "types": [ "*" @@ -17160,12 +17171,13 @@ "kind": "member", "static": false, "variation": null, - "name": "noResults", + "name": "state", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#noResults", + "longname": "src/tablefilter.js~TableFilter#state", "access": null, - "description": "No results feature **", + "description": null, "lineNumber": 320, + "undocument": true, "type": { "types": [ "*" @@ -17177,13 +17189,12 @@ "kind": "member", "static": false, "variation": null, - "name": "state", + "name": "defaultDateType", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#state", + "longname": "src/tablefilter.js~TableFilter#defaultDateType", "access": null, - "description": null, + "description": "data types **", "lineNumber": 324, - "undocument": true, "type": { "types": [ "*" @@ -17195,12 +17206,13 @@ "kind": "member", "static": false, "variation": null, - "name": "defaultDateType", + "name": "thousandsSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#defaultDateType", + "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", "access": null, - "description": "data types **", - "lineNumber": 328, + "description": null, + "lineNumber": 326, + "undocument": true, "type": { "types": [ "*" @@ -17212,12 +17224,12 @@ "kind": "member", "static": false, "variation": null, - "name": "thousandsSeparator", + "name": "decimalSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", + "longname": "src/tablefilter.js~TableFilter#decimalSeparator", "access": null, "description": null, - "lineNumber": 330, + "lineNumber": 329, "undocument": true, "type": { "types": [ @@ -17230,12 +17242,12 @@ "kind": "member", "static": false, "variation": null, - "name": "decimalSeparator", + "name": "hasColNbFormat", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "longname": "src/tablefilter.js~TableFilter#hasColNbFormat", "access": null, "description": null, - "lineNumber": 333, + "lineNumber": 331, "undocument": true, "type": { "types": [ @@ -17248,12 +17260,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColNbFormat", + "name": "colNbFormat", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColNbFormat", + "longname": "src/tablefilter.js~TableFilter#colNbFormat", "access": null, "description": null, - "lineNumber": 335, + "lineNumber": 333, "undocument": true, "type": { "types": [ @@ -17266,12 +17278,12 @@ "kind": "member", "static": false, "variation": null, - "name": "colNbFormat", + "name": "hasColDateType", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colNbFormat", + "longname": "src/tablefilter.js~TableFilter#hasColDateType", "access": null, "description": null, - "lineNumber": 337, + "lineNumber": 335, "undocument": true, "type": { "types": [ @@ -17284,12 +17296,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColDateType", + "name": "colDateType", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColDateType", + "longname": "src/tablefilter.js~TableFilter#colDateType", "access": null, "description": null, - "lineNumber": 339, + "lineNumber": 337, "undocument": true, "type": { "types": [ @@ -17302,16 +17314,15 @@ "kind": "member", "static": false, "variation": null, - "name": "colDateType", + "name": "prfxTf", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colDateType", + "longname": "src/tablefilter.js~TableFilter#prfxTf", "access": null, - "description": null, + "description": "ids prefixes **", "lineNumber": 341, - "undocument": true, "type": { "types": [ - "*" + "string" ] } }, @@ -17320,12 +17331,13 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxTf", + "name": "prfxFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxTf", + "longname": "src/tablefilter.js~TableFilter#prfxFlt", "access": null, - "description": "ids prefixes **", - "lineNumber": 345, + "description": null, + "lineNumber": 343, + "undocument": true, "type": { "types": [ "string" @@ -17337,12 +17349,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxFlt", + "name": "prfxValButton", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxFlt", + "longname": "src/tablefilter.js~TableFilter#prfxValButton", "access": null, "description": null, - "lineNumber": 347, + "lineNumber": 345, "undocument": true, "type": { "types": [ @@ -17355,12 +17367,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxValButton", + "name": "prfxInfDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxValButton", + "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", "access": null, "description": null, - "lineNumber": 349, + "lineNumber": 347, "undocument": true, "type": { "types": [ @@ -17373,12 +17385,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxInfDiv", + "name": "prfxLDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", + "longname": "src/tablefilter.js~TableFilter#prfxLDiv", "access": null, "description": null, - "lineNumber": 351, + "lineNumber": 349, "undocument": true, "type": { "types": [ @@ -17391,12 +17403,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxLDiv", + "name": "prfxRDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxLDiv", + "longname": "src/tablefilter.js~TableFilter#prfxRDiv", "access": null, "description": null, - "lineNumber": 353, + "lineNumber": 351, "undocument": true, "type": { "types": [ @@ -17409,12 +17421,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxRDiv", + "name": "prfxMDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "longname": "src/tablefilter.js~TableFilter#prfxMDiv", "access": null, "description": null, - "lineNumber": 355, + "lineNumber": 353, "undocument": true, "type": { "types": [ @@ -17427,12 +17439,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxMDiv", + "name": "prfxResponsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxMDiv", + "longname": "src/tablefilter.js~TableFilter#prfxResponsive", "access": null, "description": null, - "lineNumber": 357, + "lineNumber": 355, "undocument": true, "type": { "types": [ @@ -17445,16 +17457,15 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxResponsive", + "name": "extensions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "longname": "src/tablefilter.js~TableFilter#extensions", "access": null, - "description": null, + "description": "extensions **", "lineNumber": 359, - "undocument": true, "type": { "types": [ - "string" + "*" ] } }, @@ -17463,12 +17474,13 @@ "kind": "member", "static": false, "variation": null, - "name": "extensions", + "name": "hasExtensions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#extensions", + "longname": "src/tablefilter.js~TableFilter#hasExtensions", "access": null, - "description": "extensions **", - "lineNumber": 363, + "description": null, + "lineNumber": 360, + "undocument": true, "type": { "types": [ "*" @@ -17480,13 +17492,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExtensions", + "name": "enableDefaultTheme", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExtensions", + "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", "access": null, - "description": null, - "lineNumber": 364, - "undocument": true, + "description": "themes **", + "lineNumber": 363, "type": { "types": [ "*" @@ -17498,12 +17509,13 @@ "kind": "member", "static": false, "variation": null, - "name": "enableDefaultTheme", + "name": "hasThemes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", + "longname": "src/tablefilter.js~TableFilter#hasThemes", "access": null, - "description": "themes **", - "lineNumber": 367, + "description": null, + "lineNumber": 365, + "undocument": true, "type": { "types": [ "*" @@ -17515,12 +17527,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasThemes", + "name": "themes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasThemes", + "longname": "src/tablefilter.js~TableFilter#themes", "access": null, "description": null, - "lineNumber": 369, + "lineNumber": 366, "undocument": true, "type": { "types": [ @@ -17533,12 +17545,12 @@ "kind": "member", "static": false, "variation": null, - "name": "themes", + "name": "themesPath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themes", + "longname": "src/tablefilter.js~TableFilter#themesPath", "access": null, "description": null, - "lineNumber": 370, + "lineNumber": 368, "undocument": true, "type": { "types": [ @@ -17551,12 +17563,12 @@ "kind": "member", "static": false, "variation": null, - "name": "themesPath", + "name": "responsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themesPath", + "longname": "src/tablefilter.js~TableFilter#responsive", "access": null, "description": null, - "lineNumber": 372, + "lineNumber": 371, "undocument": true, "type": { "types": [ @@ -17569,12 +17581,12 @@ "kind": "member", "static": false, "variation": null, - "name": "responsive", + "name": "Mod", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#responsive", + "longname": "src/tablefilter.js~TableFilter#Mod", "access": null, "description": null, - "lineNumber": 375, + "lineNumber": 374, "undocument": true, "type": { "types": [ @@ -17587,12 +17599,12 @@ "kind": "member", "static": false, "variation": null, - "name": "Mod", + "name": "ExtRegistry", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#Mod", + "longname": "src/tablefilter.js~TableFilter#ExtRegistry", "access": null, "description": null, - "lineNumber": 378, + "lineNumber": 377, "undocument": true, "type": { "types": [ @@ -17602,24 +17614,6 @@ }, { "__docId__": 897, - "kind": "member", - "static": false, - "variation": null, - "name": "ExtRegistry", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#ExtRegistry", - "access": null, - "description": null, - "lineNumber": 381, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 898, "kind": "method", "static": false, "variation": null, @@ -17628,12 +17622,12 @@ "longname": "src/tablefilter.js~TableFilter#init", "access": null, "description": "Initialise features and layout", - "lineNumber": 387, + "lineNumber": 383, "params": [], "generator": false }, { - "__docId__": 899, + "__docId__": 898, "kind": "member", "static": false, "variation": null, @@ -17642,7 +17636,7 @@ "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 451, + "lineNumber": 447, "undocument": true, "type": { "types": [ @@ -17651,7 +17645,7 @@ } }, { - "__docId__": 900, + "__docId__": 899, "kind": "member", "static": false, "variation": null, @@ -17660,7 +17654,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 574, + "lineNumber": 570, "undocument": true, "type": { "types": [ @@ -17669,7 +17663,7 @@ } }, { - "__docId__": 901, + "__docId__": 900, "kind": "method", "static": false, "variation": null, @@ -17678,7 +17672,7 @@ "longname": "src/tablefilter.js~TableFilter#detectKey", "access": null, "description": "Detect key", - "lineNumber": 582, + "lineNumber": 578, "params": [ { "nullable": null, @@ -17694,7 +17688,7 @@ "generator": false }, { - "__docId__": 902, + "__docId__": 901, "kind": "member", "static": false, "variation": null, @@ -17703,7 +17697,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 593, + "lineNumber": 589, "undocument": true, "type": { "types": [ @@ -17712,7 +17706,7 @@ } }, { - "__docId__": 903, + "__docId__": 902, "kind": "member", "static": false, "variation": null, @@ -17721,7 +17715,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 595, + "lineNumber": 591, "undocument": true, "type": { "types": [ @@ -17730,7 +17724,7 @@ } }, { - "__docId__": 904, + "__docId__": 903, "kind": "method", "static": false, "variation": null, @@ -17739,7 +17733,7 @@ "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": 605, + "lineNumber": 601, "params": [ { "nullable": null, @@ -17755,7 +17749,7 @@ "generator": false }, { - "__docId__": 905, + "__docId__": 904, "kind": "member", "static": false, "variation": null, @@ -17764,7 +17758,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 610, + "lineNumber": 606, "undocument": true, "type": { "types": [ @@ -17773,7 +17767,7 @@ } }, { - "__docId__": 906, + "__docId__": 905, "kind": "member", "static": false, "variation": null, @@ -17782,7 +17776,25 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 614, + "lineNumber": 610, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 906, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 613, "undocument": true, "type": { "types": [ @@ -17795,12 +17807,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 617, + "lineNumber": 620, "undocument": true, "type": { "types": [ @@ -17818,7 +17830,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 624, + "lineNumber": 625, "undocument": true, "type": { "types": [ @@ -17828,24 +17840,6 @@ }, { "__docId__": 909, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 629, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 910, "kind": "method", "static": false, "variation": null, @@ -17854,12 +17848,12 @@ "longname": "src/tablefilter.js~TableFilter#onKeyDown", "access": null, "description": "Filter's keydown event: if auto-filter on, detect user is typing", - "lineNumber": 636, + "lineNumber": 632, "params": [], "generator": false }, { - "__docId__": 911, + "__docId__": 910, "kind": "member", "static": false, "variation": null, @@ -17868,7 +17862,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 638, + "lineNumber": 634, "undocument": true, "type": { "types": [ @@ -17877,7 +17871,7 @@ } }, { - "__docId__": 912, + "__docId__": 911, "kind": "method", "static": false, "variation": null, @@ -17886,7 +17880,7 @@ "longname": "src/tablefilter.js~TableFilter#onInpFocus", "access": null, "description": "Filter's focus event", - "lineNumber": 646, + "lineNumber": 642, "params": [ { "nullable": null, @@ -17902,7 +17896,7 @@ "generator": false }, { - "__docId__": 913, + "__docId__": 912, "kind": "method", "static": false, "variation": null, @@ -17911,12 +17905,12 @@ "longname": "src/tablefilter.js~TableFilter#onInpBlur", "access": null, "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", - "lineNumber": 654, + "lineNumber": 650, "params": [], "generator": false }, { - "__docId__": 914, + "__docId__": 913, "kind": "member", "static": false, "variation": null, @@ -17925,7 +17919,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 656, + "lineNumber": 652, "undocument": true, "type": { "types": [ @@ -17934,7 +17928,7 @@ } }, { - "__docId__": 915, + "__docId__": 914, "kind": "method", "static": false, "variation": null, @@ -17943,7 +17937,7 @@ "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", "access": null, "description": "Insert filters row at initialization", - "lineNumber": 665, + "lineNumber": 661, "params": [], "return": { "types": [ @@ -17953,7 +17947,7 @@ "generator": false }, { - "__docId__": 916, + "__docId__": 915, "kind": "method", "static": false, "variation": null, @@ -17962,12 +17956,12 @@ "longname": "src/tablefilter.js~TableFilter#_initNoFilters", "access": null, "description": "Initialize filtersless table", - "lineNumber": 691, + "lineNumber": 687, "params": [], "generator": false }, { - "__docId__": 917, + "__docId__": 916, "kind": "member", "static": false, "variation": null, @@ -17976,7 +17970,25 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 695, + "lineNumber": 691, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 917, + "kind": "member", + "static": false, + "variation": null, + "name": "nbFilterableRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": null, + "description": null, + "lineNumber": 692, "undocument": true, "type": { "types": [ @@ -17986,24 +17998,6 @@ }, { "__docId__": 918, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": null, - "description": null, - "lineNumber": 696, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 919, "kind": "method", "static": false, "variation": null, @@ -18012,7 +18006,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildInputFilter", "access": null, "description": "Build input filter type", - "lineNumber": 705, + "lineNumber": 701, "params": [ { "nullable": null, @@ -18048,7 +18042,7 @@ "generator": false }, { - "__docId__": 920, + "__docId__": 919, "kind": "method", "static": false, "variation": null, @@ -18057,7 +18051,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildSubmitButton", "access": null, "description": "Build submit button", - "lineNumber": 744, + "lineNumber": 740, "params": [ { "nullable": null, @@ -18083,7 +18077,7 @@ "generator": false }, { - "__docId__": 921, + "__docId__": 920, "kind": "method", "static": false, "variation": null, @@ -18092,7 +18086,7 @@ "longname": "src/tablefilter.js~TableFilter#feature", "access": null, "description": "Return a feature instance for a given name", - "lineNumber": 767, + "lineNumber": 763, "params": [ { "nullable": null, @@ -18116,7 +18110,7 @@ "generator": false }, { - "__docId__": 922, + "__docId__": 921, "kind": "method", "static": false, "variation": null, @@ -18125,12 +18119,12 @@ "longname": "src/tablefilter.js~TableFilter#initExtensions", "access": null, "description": "Initialise all the extensions defined in the configuration object", - "lineNumber": 774, + "lineNumber": 770, "params": [], "generator": false }, { - "__docId__": 923, + "__docId__": 922, "kind": "method", "static": false, "variation": null, @@ -18139,7 +18133,7 @@ "longname": "src/tablefilter.js~TableFilter#loadExtension", "access": null, "description": "Load an extension module", - "lineNumber": 793, + "lineNumber": 789, "params": [ { "nullable": null, @@ -18155,7 +18149,7 @@ "generator": false }, { - "__docId__": 924, + "__docId__": 923, "kind": "method", "static": false, "variation": null, @@ -18164,7 +18158,7 @@ "longname": "src/tablefilter.js~TableFilter#extension", "access": null, "description": "Get an extension instance", - "lineNumber": 824, + "lineNumber": 820, "params": [ { "nullable": null, @@ -18188,7 +18182,7 @@ "generator": false }, { - "__docId__": 925, + "__docId__": 924, "kind": "method", "static": false, "variation": null, @@ -18197,7 +18191,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtension", "access": null, "description": "Check passed extension name exists", - "lineNumber": 833, + "lineNumber": 829, "params": [ { "nullable": null, @@ -18221,7 +18215,7 @@ "generator": false }, { - "__docId__": 926, + "__docId__": 925, "kind": "method", "static": false, "variation": null, @@ -18230,12 +18224,12 @@ "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, "description": "Destroy all the extensions defined in the configuration object", - "lineNumber": 840, + "lineNumber": 836, "params": [], "generator": false }, { - "__docId__": 927, + "__docId__": 926, "kind": "method", "static": false, "variation": null, @@ -18244,12 +18238,12 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 856, + "lineNumber": 852, "params": [], "generator": false }, { - "__docId__": 928, + "__docId__": 927, "kind": "member", "static": false, "variation": null, @@ -18258,7 +18252,25 @@ "longname": "src/tablefilter.js~TableFilter#btnResetText", "access": null, "description": null, - "lineNumber": 886, + "lineNumber": 882, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 928, + "kind": "member", + "static": false, + "variation": null, + "name": "btnResetHtml", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#btnResetHtml", + "access": null, + "description": null, + "lineNumber": 883, "undocument": true, "type": { "types": [ @@ -18271,9 +18283,9 @@ "kind": "member", "static": false, "variation": null, - "name": "btnResetHtml", + "name": "btnPrevPageHtml", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnResetHtml", + "longname": "src/tablefilter.js~TableFilter#btnPrevPageHtml", "access": null, "description": null, "lineNumber": 887, @@ -18289,12 +18301,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnPrevPageHtml", + "name": "btnNextPageHtml", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnPrevPageHtml", + "longname": "src/tablefilter.js~TableFilter#btnNextPageHtml", "access": null, "description": null, - "lineNumber": 891, + "lineNumber": 889, "undocument": true, "type": { "types": [ @@ -18307,12 +18319,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnNextPageHtml", + "name": "btnFirstPageHtml", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnNextPageHtml", + "longname": "src/tablefilter.js~TableFilter#btnFirstPageHtml", "access": null, "description": null, - "lineNumber": 893, + "lineNumber": 891, "undocument": true, "type": { "types": [ @@ -18325,12 +18337,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnFirstPageHtml", + "name": "btnLastPageHtml", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnFirstPageHtml", + "longname": "src/tablefilter.js~TableFilter#btnLastPageHtml", "access": null, "description": null, - "lineNumber": 895, + "lineNumber": 893, "undocument": true, "type": { "types": [ @@ -18343,30 +18355,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnLastPageHtml", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnLastPageHtml", - "access": null, - "description": null, - "lineNumber": 897, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 934, - "kind": "member", - "static": false, - "variation": null, "name": "loader", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 901, + "lineNumber": 897, "undocument": true, "type": { "types": [ @@ -18375,7 +18369,7 @@ } }, { - "__docId__": 935, + "__docId__": 934, "kind": "member", "static": false, "variation": null, @@ -18384,7 +18378,7 @@ "longname": "src/tablefilter.js~TableFilter#loaderHtml", "access": null, "description": null, - "lineNumber": 902, + "lineNumber": 898, "undocument": true, "type": { "types": [ @@ -18393,7 +18387,7 @@ } }, { - "__docId__": 936, + "__docId__": 935, "kind": "member", "static": false, "variation": null, @@ -18402,7 +18396,7 @@ "longname": "src/tablefilter.js~TableFilter#loaderText", "access": null, "description": null, - "lineNumber": 903, + "lineNumber": 899, "undocument": true, "type": { "types": [ @@ -18411,7 +18405,7 @@ } }, { - "__docId__": 937, + "__docId__": 936, "kind": "method", "static": false, "variation": null, @@ -18420,7 +18414,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 912, + "lineNumber": 908, "params": [ { "name": "name", @@ -18443,7 +18437,7 @@ "generator": false }, { - "__docId__": 938, + "__docId__": 937, "kind": "method", "static": false, "variation": null, @@ -18452,21 +18446,39 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 919, + "lineNumber": 915, "params": [], "generator": false }, + { + "__docId__": 938, + "kind": "member", + "static": false, + "variation": null, + "name": "nbHiddenRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": null, + "description": null, + "lineNumber": 970, + "undocument": true, + "type": { + "types": [ + "number" + ] + } + }, { "__docId__": 939, "kind": "member", "static": false, "variation": null, - "name": "fltGridEl", + "name": "validRowsIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltGridEl", + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 946, + "lineNumber": 971, "undocument": true, "type": { "types": [ @@ -18479,16 +18491,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nbHiddenRows", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 975, + "lineNumber": 972, "undocument": true, "type": { "types": [ - "number" + "*" ] } }, @@ -18497,48 +18509,12 @@ "kind": "member", "static": false, "variation": null, - "name": "validRowsIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", - "access": null, - "description": null, - "lineNumber": 976, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 942, - "kind": "member", - "static": false, - "variation": null, - "name": "fltIds", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": null, - "description": null, - "lineNumber": 977, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 943, - "kind": "member", - "static": false, - "variation": null, "name": "initialized", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 978, + "lineNumber": 973, "undocument": true, "type": { "types": [ @@ -18547,7 +18523,7 @@ } }, { - "__docId__": 944, + "__docId__": 942, "kind": "method", "static": false, "variation": null, @@ -18556,12 +18532,12 @@ "longname": "src/tablefilter.js~TableFilter#setToolbar", "access": null, "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 984, + "lineNumber": 979, "params": [], "generator": false }, { - "__docId__": 945, + "__docId__": 943, "kind": "member", "static": false, "variation": null, @@ -18570,7 +18546,43 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1009, + "lineNumber": 1004, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 944, + "kind": "member", + "static": false, + "variation": null, + "name": "lDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#lDiv", + "access": null, + "description": null, + "lineNumber": 1010, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 945, + "kind": "member", + "static": false, + "variation": null, + "name": "rDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#rDiv", + "access": null, + "description": null, + "lineNumber": 1017, "undocument": true, "type": { "types": [ @@ -18583,12 +18595,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", + "longname": "src/tablefilter.js~TableFilter#mDiv", "access": null, "description": null, - "lineNumber": 1015, + "lineNumber": 1023, "undocument": true, "type": { "types": [ @@ -18598,33 +18610,29 @@ }, { "__docId__": 947, - "kind": "member", + "kind": "method", "static": false, "variation": null, - "name": "rDiv", + "name": "removeToolbar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", + "longname": "src/tablefilter.js~TableFilter#removeToolbar", "access": null, - "description": null, - "lineNumber": 1022, - "undocument": true, - "type": { - "types": [ - "*" - ] - } + "description": "Remove toolbar container element", + "lineNumber": 1037, + "params": [], + "generator": false }, { "__docId__": 948, "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "infDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1028, + "lineNumber": 1042, "undocument": true, "type": { "types": [ @@ -18637,49 +18645,17 @@ "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": 1042, - "params": [], - "generator": false - }, - { - "__docId__": 950, - "kind": "member", - "static": false, - "variation": null, - "name": "infDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", - "access": null, - "description": null, - "lineNumber": 1047, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 951, - "kind": "method", - "static": false, - "variation": null, "name": "removeExternalFlts", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", "access": null, "description": "Remove all the external column filters", - "lineNumber": 1059, + "lineNumber": 1054, "params": [], "generator": false }, { - "__docId__": 952, + "__docId__": 950, "kind": "method", "static": false, "variation": null, @@ -18688,7 +18664,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1079, + "lineNumber": 1074, "params": [ { "nullable": null, @@ -18712,7 +18688,7 @@ "generator": false }, { - "__docId__": 953, + "__docId__": 951, "kind": "method", "static": false, "variation": null, @@ -18721,7 +18697,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": 1090, + "lineNumber": 1085, "params": [ { "nullable": null, @@ -18745,7 +18721,7 @@ "generator": false }, { - "__docId__": 954, + "__docId__": 952, "kind": "method", "static": false, "variation": null, @@ -18754,12 +18730,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": 1123, + "lineNumber": 1118, "params": [], "generator": false }, { - "__docId__": 955, + "__docId__": 953, "kind": "member", "static": false, "variation": null, @@ -18768,7 +18744,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1137, + "lineNumber": 1132, "undocument": true, "type": { "types": [ @@ -18777,7 +18753,7 @@ } }, { - "__docId__": 956, + "__docId__": 954, "kind": "member", "static": false, "variation": null, @@ -18786,7 +18762,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1465, + "lineNumber": 1460, "undocument": true, "type": { "types": [ @@ -18795,7 +18771,7 @@ } }, { - "__docId__": 957, + "__docId__": 955, "kind": "method", "static": false, "variation": null, @@ -18804,7 +18780,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": null, "description": "Return the data of a specified column", - "lineNumber": 1483, + "lineNumber": 1478, "params": [ { "nullable": null, @@ -18858,7 +18834,7 @@ "generator": false }, { - "__docId__": 958, + "__docId__": 956, "kind": "method", "static": false, "variation": null, @@ -18867,7 +18843,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 1528, + "lineNumber": 1523, "params": [ { "nullable": null, @@ -18891,7 +18867,7 @@ "generator": false }, { - "__docId__": 959, + "__docId__": 957, "kind": "method", "static": false, "variation": null, @@ -18900,7 +18876,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 1564, + "lineNumber": 1559, "params": [], "return": { "nullable": null, @@ -18913,7 +18889,7 @@ "generator": false }, { - "__docId__": 960, + "__docId__": 958, "kind": "method", "static": false, "variation": null, @@ -18922,7 +18898,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 1585, + "lineNumber": 1580, "params": [ { "nullable": null, @@ -18946,7 +18922,7 @@ "generator": false }, { - "__docId__": 961, + "__docId__": 959, "kind": "method", "static": false, "variation": null, @@ -18955,7 +18931,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": 1601, + "lineNumber": 1596, "params": [ { "nullable": null, @@ -18989,7 +18965,7 @@ "generator": false }, { - "__docId__": 962, + "__docId__": 960, "kind": "method", "static": false, "variation": null, @@ -18998,7 +18974,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 1621, + "lineNumber": 1616, "params": [ { "nullable": null, @@ -19022,7 +18998,7 @@ "generator": false }, { - "__docId__": 963, + "__docId__": 961, "kind": "method", "static": false, "variation": null, @@ -19031,7 +19007,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 1631, + "lineNumber": 1626, "params": [ { "nullable": null, @@ -19055,7 +19031,7 @@ "generator": false }, { - "__docId__": 964, + "__docId__": 962, "kind": "method", "static": false, "variation": null, @@ -19064,7 +19040,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 1642, + "lineNumber": 1637, "params": [ { "nullable": null, @@ -19088,7 +19064,7 @@ "generator": false }, { - "__docId__": 965, + "__docId__": 963, "kind": "method", "static": false, "variation": null, @@ -19097,7 +19073,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellData", "access": null, "description": "Return the data of a given cell", - "lineNumber": 1656, + "lineNumber": 1651, "params": [ { "nullable": null, @@ -19121,7 +19097,7 @@ "generator": false }, { - "__docId__": 966, + "__docId__": 964, "kind": "method", "static": false, "variation": null, @@ -19130,7 +19106,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": 1679, + "lineNumber": 1674, "params": [ { "nullable": null, @@ -19164,7 +19140,7 @@ "generator": false }, { - "__docId__": 967, + "__docId__": 965, "kind": "method", "static": false, "variation": null, @@ -19173,7 +19149,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": 1716, + "lineNumber": 1711, "params": [ { "nullable": null, @@ -19207,7 +19183,7 @@ "generator": false }, { - "__docId__": 968, + "__docId__": 966, "kind": "method", "static": false, "variation": null, @@ -19216,7 +19192,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilteredDataCol", "access": null, "description": "Return the filtered data for a given column index", - "lineNumber": 1753, + "lineNumber": 1748, "params": [ { "nullable": null, @@ -19250,7 +19226,7 @@ "generator": false }, { - "__docId__": 969, + "__docId__": 967, "kind": "method", "static": false, "variation": null, @@ -19259,7 +19235,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 1778, + "lineNumber": 1773, "params": [ { "nullable": null, @@ -19283,7 +19259,7 @@ "generator": false }, { - "__docId__": 970, + "__docId__": 968, "kind": "method", "static": false, "variation": null, @@ -19292,7 +19268,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 1787, + "lineNumber": 1782, "params": [ { "nullable": null, @@ -19318,7 +19294,7 @@ "generator": false }, { - "__docId__": 971, + "__docId__": 969, "kind": "method", "static": false, "variation": null, @@ -19327,12 +19303,12 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 1822, + "lineNumber": 1817, "params": [], "generator": false }, { - "__docId__": 972, + "__docId__": 970, "kind": "member", "static": false, "variation": null, @@ -19341,7 +19317,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1826, + "lineNumber": 1821, "undocument": true, "type": { "types": [ @@ -19350,7 +19326,7 @@ } }, { - "__docId__": 973, + "__docId__": 971, "kind": "method", "static": false, "variation": null, @@ -19359,7 +19335,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 1837, + "lineNumber": 1832, "params": [ { "nullable": null, @@ -19385,7 +19361,7 @@ "generator": false }, { - "__docId__": 974, + "__docId__": 972, "kind": "method", "static": false, "variation": null, @@ -19394,7 +19370,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 1885, + "lineNumber": 1880, "params": [ { "nullable": null, @@ -19410,7 +19386,7 @@ "generator": false }, { - "__docId__": 975, + "__docId__": 973, "kind": "method", "static": false, "variation": null, @@ -19419,12 +19395,12 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Makes defined rows always visible", - "lineNumber": 1918, + "lineNumber": 1913, "params": [], "generator": false }, { - "__docId__": 976, + "__docId__": 974, "kind": "method", "static": false, "variation": null, @@ -19433,12 +19409,12 @@ "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, "description": "Clear all the filters' values", - "lineNumber": 1935, + "lineNumber": 1930, "params": [], "generator": false }, { - "__docId__": 977, + "__docId__": 975, "kind": "method", "static": false, "variation": null, @@ -19447,12 +19423,12 @@ "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", "access": null, "description": "Clears filtered columns visual indicator (background color)", - "lineNumber": 1960, + "lineNumber": 1955, "params": [], "generator": false }, { - "__docId__": 978, + "__docId__": 976, "kind": "method", "static": false, "variation": null, @@ -19461,7 +19437,7 @@ "longname": "src/tablefilter.js~TableFilter#markActiveColumn", "access": null, "description": "Mark currently filtered column", - "lineNumber": 1970, + "lineNumber": 1965, "params": [ { "nullable": null, @@ -19477,7 +19453,7 @@ "generator": false }, { - "__docId__": 979, + "__docId__": 977, "kind": "method", "static": false, "variation": null, @@ -19486,7 +19462,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 1988, + "lineNumber": 1983, "unknown": [ { "tagName": "@returns", @@ -19505,7 +19481,7 @@ "generator": false }, { - "__docId__": 980, + "__docId__": 978, "kind": "method", "static": false, "variation": null, @@ -19514,7 +19490,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 1996, + "lineNumber": 1991, "params": [ { "nullable": null, @@ -19530,7 +19506,7 @@ "generator": false }, { - "__docId__": 981, + "__docId__": 979, "kind": "member", "static": false, "variation": null, @@ -19539,7 +19515,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 1997, + "lineNumber": 1992, "undocument": true, "type": { "types": [ @@ -19548,7 +19524,7 @@ } }, { - "__docId__": 982, + "__docId__": 980, "kind": "method", "static": false, "variation": null, @@ -19557,7 +19533,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2005, + "lineNumber": 2000, "unknown": [ { "tagName": "@returns", @@ -19589,7 +19565,7 @@ "generator": false }, { - "__docId__": 983, + "__docId__": 981, "kind": "method", "static": false, "variation": null, @@ -19598,7 +19574,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2015, + "lineNumber": 2010, "params": [ { "nullable": null, @@ -19614,7 +19590,7 @@ "generator": false }, { - "__docId__": 984, + "__docId__": 982, "kind": "method", "static": false, "variation": null, @@ -19623,12 +19599,12 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2026, + "lineNumber": 2021, "params": [], "generator": false }, { - "__docId__": 985, + "__docId__": 983, "kind": "method", "static": false, "variation": null, @@ -19637,7 +19613,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determines if passed filter column implements exact query match", - "lineNumber": 2076, + "lineNumber": 2071, "params": [ { "nullable": null, @@ -19661,7 +19637,7 @@ "generator": false }, { - "__docId__": 986, + "__docId__": 984, "kind": "method", "static": false, "variation": null, @@ -19670,7 +19646,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2088, + "lineNumber": 2083, "params": [ { "nullable": null, @@ -19704,7 +19680,7 @@ "generator": false }, { - "__docId__": 987, + "__docId__": 985, "kind": "method", "static": false, "variation": null, @@ -19713,7 +19689,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2112, + "lineNumber": 2107, "params": [ { "nullable": null, @@ -19759,7 +19735,7 @@ "generator": false }, { - "__docId__": 988, + "__docId__": 986, "kind": "method", "static": false, "variation": null, @@ -19768,7 +19744,7 @@ "longname": "src/tablefilter.js~TableFilter#isInitialized", "access": null, "description": "Check if table has filters grid", - "lineNumber": 2156, + "lineNumber": 2151, "params": [], "return": { "nullable": null, @@ -19781,7 +19757,7 @@ "generator": false }, { - "__docId__": 989, + "__docId__": 987, "kind": "method", "static": false, "variation": null, @@ -19790,7 +19766,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 2164, + "lineNumber": 2159, "params": [], "return": { "nullable": null, @@ -19803,7 +19779,7 @@ "generator": false }, { - "__docId__": 990, + "__docId__": 988, "kind": "method", "static": false, "variation": null, @@ -19812,7 +19788,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 2173, + "lineNumber": 2168, "params": [ { "nullable": null, @@ -19836,7 +19812,7 @@ "generator": false }, { - "__docId__": 991, + "__docId__": 989, "kind": "member", "static": false, "variation": null, @@ -19845,7 +19821,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2179, + "lineNumber": 2174, "undocument": true, "type": { "types": [ @@ -19854,7 +19830,7 @@ } }, { - "__docId__": 992, + "__docId__": 990, "kind": "method", "static": false, "variation": null, @@ -19863,7 +19839,51 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", - "lineNumber": 2200, + "lineNumber": 2195, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 991, + "kind": "method", + "static": false, + "variation": null, + "name": "getHeadersRowIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", + "access": null, + "description": "Get the index of the headers row", + "lineNumber": 2203, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 992, + "kind": "method", + "static": false, + "variation": null, + "name": "getStartRowIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", + "access": null, + "description": "Get the row index from where the filtering process start (1st filterable\nrow)", + "lineNumber": 2212, "params": [], "return": { "nullable": null, @@ -19880,12 +19900,12 @@ "kind": "method", "static": false, "variation": null, - "name": "getHeadersRowIndex", + "name": "getLastRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", + "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", "access": null, - "description": "Get the index of the headers row", - "lineNumber": 2208, + "description": "Get the index of the last row", + "lineNumber": 2220, "params": [], "return": { "nullable": null, @@ -19902,56 +19922,12 @@ "kind": "method", "static": false, "variation": null, - "name": "getStartRowIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", - "access": null, - "description": "Get the row index from where the filtering process start (1st filterable\nrow)", - "lineNumber": 2217, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 995, - "kind": "method", - "static": false, - "variation": null, - "name": "getLastRowIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", - "access": null, - "description": "Get the index of the last row", - "lineNumber": 2225, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 996, - "kind": "method", - "static": false, - "variation": null, "name": "getHeaderElement", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 2235, + "lineNumber": 2230, "params": [ { "nullable": null, @@ -19975,7 +19951,7 @@ "generator": false }, { - "__docId__": 997, + "__docId__": 995, "kind": "method", "static": false, "variation": null, @@ -19984,7 +19960,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 2260, + "lineNumber": 2255, "params": [ { "nullable": null, @@ -20008,7 +19984,7 @@ "generator": false }, { - "__docId__": 998, + "__docId__": 996, "kind": "method", "static": false, "variation": null, @@ -20017,7 +19993,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 2280, + "lineNumber": 2275, "params": [ { "nullable": null, @@ -20041,7 +20017,7 @@ "generator": false }, { - "__docId__": 999, + "__docId__": 997, "kind": "method", "static": false, "variation": null, @@ -20050,7 +20026,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 2289, + "lineNumber": 2284, "params": [], "return": { "nullable": null, @@ -20063,7 +20039,7 @@ "generator": false }, { - "__docId__": 1000, + "__docId__": 998, "kind": "method", "static": false, "variation": null, @@ -20072,7 +20048,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRowsNb", "access": null, "description": "Return the total number of valid rows", - "lineNumber": 2298, + "lineNumber": 2293, "unknown": [ { "tagName": "@returns", @@ -20104,7 +20080,7 @@ "generator": false }, { - "__docId__": 1001, + "__docId__": 999, "kind": "method", "static": false, "variation": null, @@ -20113,7 +20089,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 2306, + "lineNumber": 2301, "params": [], "return": { "nullable": null, @@ -20126,7 +20102,7 @@ "generator": false }, { - "__docId__": 1002, + "__docId__": 1000, "kind": "file", "static": true, "variation": null, @@ -20139,7 +20115,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__": 1003, + "__docId__": 1001, "kind": "variable", "static": true, "variation": null, @@ -20159,7 +20135,7 @@ } }, { - "__docId__": 1004, + "__docId__": 1002, "kind": "variable", "static": true, "variation": null, @@ -20199,7 +20175,7 @@ } }, { - "__docId__": 1005, + "__docId__": 1003, "kind": "variable", "static": true, "variation": null, @@ -20239,7 +20215,7 @@ } }, { - "__docId__": 1006, + "__docId__": 1004, "kind": "variable", "static": true, "variation": null, @@ -20279,7 +20255,7 @@ } }, { - "__docId__": 1007, + "__docId__": 1005, "kind": "variable", "static": true, "variation": null, @@ -20325,7 +20301,7 @@ } }, { - "__docId__": 1008, + "__docId__": 1006, "kind": "variable", "static": true, "variation": null, @@ -20371,7 +20347,7 @@ } }, { - "__docId__": 1009, + "__docId__": 1007, "kind": "variable", "static": true, "variation": null, @@ -20411,7 +20387,7 @@ } }, { - "__docId__": 1010, + "__docId__": 1008, "kind": "variable", "static": true, "variation": null, @@ -20451,7 +20427,7 @@ } }, { - "__docId__": 1011, + "__docId__": 1009, "kind": "variable", "static": true, "variation": null, @@ -20491,7 +20467,7 @@ } }, { - "__docId__": 1013, + "__docId__": 1011, "kind": "external", "static": true, "variation": null, @@ -20504,7 +20480,7 @@ "builtinExternal": true }, { - "__docId__": 1014, + "__docId__": 1012, "kind": "external", "static": true, "variation": null, @@ -20517,7 +20493,7 @@ "builtinExternal": true }, { - "__docId__": 1015, + "__docId__": 1013, "kind": "external", "static": true, "variation": null, @@ -20530,7 +20506,7 @@ "builtinExternal": true }, { - "__docId__": 1016, + "__docId__": 1014, "kind": "external", "static": true, "variation": null, @@ -20543,7 +20519,7 @@ "builtinExternal": true }, { - "__docId__": 1017, + "__docId__": 1015, "kind": "external", "static": true, "variation": null, @@ -20556,7 +20532,7 @@ "builtinExternal": true }, { - "__docId__": 1018, + "__docId__": 1016, "kind": "external", "static": true, "variation": null, @@ -20569,7 +20545,7 @@ "builtinExternal": true }, { - "__docId__": 1019, + "__docId__": 1017, "kind": "external", "static": true, "variation": null, @@ -20582,7 +20558,7 @@ "builtinExternal": true }, { - "__docId__": 1020, + "__docId__": 1018, "kind": "external", "static": true, "variation": null, @@ -20595,7 +20571,7 @@ "builtinExternal": true }, { - "__docId__": 1021, + "__docId__": 1019, "kind": "external", "static": true, "variation": null, @@ -20608,7 +20584,7 @@ "builtinExternal": true }, { - "__docId__": 1022, + "__docId__": 1020, "kind": "external", "static": true, "variation": null, @@ -20621,7 +20597,7 @@ "builtinExternal": true }, { - "__docId__": 1023, + "__docId__": 1021, "kind": "external", "static": true, "variation": null, @@ -20634,7 +20610,7 @@ "builtinExternal": true }, { - "__docId__": 1024, + "__docId__": 1022, "kind": "external", "static": true, "variation": null, @@ -20647,7 +20623,7 @@ "builtinExternal": true }, { - "__docId__": 1025, + "__docId__": 1023, "kind": "external", "static": true, "variation": null, @@ -20660,7 +20636,7 @@ "builtinExternal": true }, { - "__docId__": 1026, + "__docId__": 1024, "kind": "external", "static": true, "variation": null, @@ -20673,7 +20649,7 @@ "builtinExternal": true }, { - "__docId__": 1027, + "__docId__": 1025, "kind": "external", "static": true, "variation": null, @@ -20686,7 +20662,7 @@ "builtinExternal": true }, { - "__docId__": 1028, + "__docId__": 1026, "kind": "external", "static": true, "variation": null, @@ -20699,7 +20675,7 @@ "builtinExternal": true }, { - "__docId__": 1029, + "__docId__": 1027, "kind": "external", "static": true, "variation": null, @@ -20712,7 +20688,7 @@ "builtinExternal": true }, { - "__docId__": 1030, + "__docId__": 1028, "kind": "external", "static": true, "variation": null, @@ -20725,7 +20701,7 @@ "builtinExternal": true }, { - "__docId__": 1031, + "__docId__": 1029, "kind": "external", "static": true, "variation": null, @@ -20738,7 +20714,7 @@ "builtinExternal": true }, { - "__docId__": 1032, + "__docId__": 1030, "kind": "external", "static": true, "variation": null, @@ -20751,7 +20727,7 @@ "builtinExternal": true }, { - "__docId__": 1033, + "__docId__": 1031, "kind": "external", "static": true, "variation": null, @@ -20764,7 +20740,7 @@ "builtinExternal": true }, { - "__docId__": 1034, + "__docId__": 1032, "kind": "external", "static": true, "variation": null, @@ -20777,7 +20753,7 @@ "builtinExternal": true }, { - "__docId__": 1035, + "__docId__": 1033, "kind": "external", "static": true, "variation": null, @@ -20790,7 +20766,7 @@ "builtinExternal": true }, { - "__docId__": 1036, + "__docId__": 1034, "kind": "external", "static": true, "variation": null, @@ -20803,7 +20779,7 @@ "builtinExternal": true }, { - "__docId__": 1037, + "__docId__": 1035, "kind": "external", "static": true, "variation": null, @@ -20816,7 +20792,7 @@ "builtinExternal": true }, { - "__docId__": 1038, + "__docId__": 1036, "kind": "external", "static": true, "variation": null, @@ -20829,7 +20805,7 @@ "builtinExternal": true }, { - "__docId__": 1039, + "__docId__": 1037, "kind": "external", "static": true, "variation": null, @@ -20842,7 +20818,7 @@ "builtinExternal": true }, { - "__docId__": 1040, + "__docId__": 1038, "kind": "external", "static": true, "variation": null, @@ -20855,7 +20831,7 @@ "builtinExternal": true }, { - "__docId__": 1041, + "__docId__": 1039, "kind": "external", "static": true, "variation": null, @@ -20868,7 +20844,7 @@ "builtinExternal": true }, { - "__docId__": 1042, + "__docId__": 1040, "kind": "external", "static": true, "variation": null, @@ -20881,7 +20857,7 @@ "builtinExternal": true }, { - "__docId__": 1043, + "__docId__": 1041, "kind": "external", "static": true, "variation": null, @@ -20894,7 +20870,7 @@ "builtinExternal": true }, { - "__docId__": 1044, + "__docId__": 1042, "kind": "external", "static": true, "variation": null, @@ -20907,7 +20883,7 @@ "builtinExternal": true }, { - "__docId__": 1045, + "__docId__": 1043, "kind": "external", "static": true, "variation": null, @@ -20920,7 +20896,7 @@ "builtinExternal": true }, { - "__docId__": 1046, + "__docId__": 1044, "kind": "external", "static": true, "variation": null, @@ -20933,7 +20909,7 @@ "builtinExternal": true }, { - "__docId__": 1047, + "__docId__": 1045, "kind": "external", "static": true, "variation": null, @@ -20946,7 +20922,7 @@ "builtinExternal": true }, { - "__docId__": 1048, + "__docId__": 1046, "kind": "external", "static": true, "variation": null, @@ -20959,7 +20935,7 @@ "builtinExternal": true }, { - "__docId__": 1049, + "__docId__": 1047, "kind": "external", "static": true, "variation": null, @@ -20972,7 +20948,7 @@ "builtinExternal": true }, { - "__docId__": 1050, + "__docId__": 1048, "kind": "external", "static": true, "variation": null, @@ -20985,7 +20961,7 @@ "builtinExternal": true }, { - "__docId__": 1051, + "__docId__": 1049, "kind": "external", "static": true, "variation": null, @@ -20998,7 +20974,7 @@ "builtinExternal": true }, { - "__docId__": 1052, + "__docId__": 1050, "kind": "external", "static": true, "variation": null, @@ -21011,7 +20987,7 @@ "builtinExternal": true }, { - "__docId__": 1053, + "__docId__": 1051, "kind": "external", "static": true, "variation": null, @@ -21024,7 +21000,7 @@ "builtinExternal": true }, { - "__docId__": 1054, + "__docId__": 1052, "kind": "external", "static": true, "variation": null, @@ -21037,7 +21013,7 @@ "builtinExternal": true }, { - "__docId__": 1055, + "__docId__": 1053, "kind": "external", "static": true, "variation": null, @@ -21050,7 +21026,7 @@ "builtinExternal": true }, { - "__docId__": 1056, + "__docId__": 1054, "kind": "external", "static": true, "variation": null, @@ -21063,7 +21039,7 @@ "builtinExternal": true }, { - "__docId__": 1057, + "__docId__": 1055, "kind": "external", "static": true, "variation": null, @@ -21076,7 +21052,7 @@ "builtinExternal": true }, { - "__docId__": 1058, + "__docId__": 1056, "kind": "external", "static": true, "variation": null, @@ -21089,7 +21065,7 @@ "builtinExternal": true }, { - "__docId__": 1059, + "__docId__": 1057, "kind": "external", "static": true, "variation": null, @@ -21102,7 +21078,7 @@ "builtinExternal": true }, { - "__docId__": 1061, + "__docId__": 1059, "kind": "external", "static": true, "variation": null, @@ -21115,7 +21091,7 @@ "builtinExternal": true }, { - "__docId__": 1062, + "__docId__": 1060, "kind": "external", "static": true, "variation": null, @@ -21128,7 +21104,7 @@ "builtinExternal": true }, { - "__docId__": 1063, + "__docId__": 1061, "kind": "external", "static": true, "variation": null, @@ -21141,7 +21117,7 @@ "builtinExternal": true }, { - "__docId__": 1064, + "__docId__": 1062, "kind": "external", "static": true, "variation": null, @@ -21154,7 +21130,7 @@ "builtinExternal": true }, { - "__docId__": 1065, + "__docId__": 1063, "kind": "external", "static": true, "variation": null, @@ -21167,7 +21143,7 @@ "builtinExternal": true }, { - "__docId__": 1066, + "__docId__": 1064, "kind": "external", "static": true, "variation": null, @@ -21180,7 +21156,7 @@ "builtinExternal": true }, { - "__docId__": 1067, + "__docId__": 1065, "kind": "external", "static": true, "variation": null, @@ -21193,7 +21169,7 @@ "builtinExternal": true }, { - "__docId__": 1068, + "__docId__": 1066, "kind": "external", "static": true, "variation": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index a5c80a4c..1f526e42 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.33 API Document + src/array.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index 403ce36c..e9c8aced 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.33 API Document + src/const.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 6056e6fe..81eed3eb 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.33 API Document + src/cookie.js | tablefilter v0.2.34 API Document @@ -109,31 +109,35 @@

src/cookie.js

-
/**
+
import {root} from './root';
+
+/**
  * Cookie utilities
  */
 
+const doc = root.document;
+
 export default {
 
-    write(name, value, hours){
+    write(name, value, hours) {
         let expire = '';
-        if(hours){
+        if (hours) {
             expire = new Date((new Date()).getTime() + hours * 3600000);
             expire = '; expires=' + expire.toGMTString();
         }
-        document.cookie = name + '=' + escape(value) + expire;
+        doc.cookie = name + '=' + escape(value) + expire;
     },
 
-    read(name){
+    read(name) {
         let cookieValue = '',
             search = name + '=';
-        if(document.cookie.length > 0){
-            let cookie = document.cookie,
+        if (doc.cookie.length > 0) {
+            let cookie = doc.cookie,
                 offset = cookie.indexOf(search);
-            if(offset !== -1){
+            if (offset !== -1) {
                 offset += search.length;
                 let end = cookie.indexOf(';', offset);
-                if(end === -1){
+                if (end === -1) {
                     end = cookie.length;
                 }
                 cookieValue = unescape(cookie.substring(offset, end));
@@ -142,12 +146,12 @@ export default {
         return cookieValue;
     },
 
-    remove(name){
+    remove(name) {
         this.write(name, '', -1);
     },
 
-    valueToArray(name, separator){
-        if(!separator){
+    valueToArray(name, separator) {
+        if (!separator) {
             separator = ',';
         }
         //reads the cookie
@@ -157,8 +161,8 @@ export default {
         return arr;
     },
 
-    getValueByIndex(name, index, separator){
-        if(!separator){
+    getValueByIndex(name, index, separator) {
+        if (!separator) {
             separator = ',';
         }
         //reads the cookie
diff --git a/docs/file/src/date.js.html b/docs/file/src/date.js.html
index 0ed98ffe..5415b172 100644
--- a/docs/file/src/date.js.html
+++ b/docs/file/src/date.js.html
@@ -3,7 +3,7 @@
 
   
   
-  src/date.js | tablefilter v0.2.33 API Document
+  src/date.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html
index 1eb30203..569c290d 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.33 API Document
+  src/dom.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html
index 616671cc..24bbe2f9 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.33 API Document
+  src/emitter.js | tablefilter v0.2.34 API Document
   
   
   
@@ -113,6 +113,9 @@
  * Event emitter class
  */
 export class Emitter {
+    /**
+     * Creates an instance of Emitter.
+     */
     constructor() {
         /**
          * Events object
@@ -127,7 +130,7 @@ export class Emitter {
      * @param  {Function} fn  Function invoked when event is emitted
      */
     on(evts, fn) {
-        evts.forEach((evt)=> {
+        evts.forEach((evt) => {
             this.events[evt] = this.events[evt] || [];
             this.events[evt].push(fn);
         });
@@ -139,8 +142,8 @@ export class Emitter {
      * @param  {Function} fn  Function invoked when event is emitted
      */
     off(evts, fn) {
-        evts.forEach((evt)=> {
-            if(evt in this.events) {
+        evts.forEach((evt) => {
+            if (evt in this.events) {
                 this.events[evt].splice(this.events[evt].indexOf(fn), 1);
             }
         });
@@ -152,8 +155,8 @@ export class Emitter {
      * the invoked function
      */
     emit(evt /*, args...*/) {
-        if(evt in this.events) {
-            for(let i = 0; i < this.events[evt].length; i++) {
+        if (evt in this.events) {
+            for (let i = 0; i < this.events[evt].length; i++) {
                 this.events[evt][i].apply(this, [].slice.call(arguments, 1));
             }
         }
diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html
index 6307bec7..ab25a51c 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.33 API Document
+  src/event.js | tablefilter v0.2.34 API Document
   
   
   
@@ -116,52 +116,96 @@
  */
 
 export default {
-    add(obj, type, func, capture){
-        if(obj.addEventListener){
+    /**
+     * Add event handler for specified event on passed element
+     *
+     * @param {DOMElement} obj Element
+     * @param {String} type Event type
+     * @param {Function} Handler
+     * @param {Boolean} capture Specifiy whether the event should be executed in
+     * the capturing or in the bubbling phase
+     */
+    add(obj, type, func, capture) {
+        if (obj.addEventListener) {
             obj.addEventListener(type, func, capture);
         }
-        else if(obj.attachEvent){
-            obj.attachEvent('on'+type, func);
+        else if (obj.attachEvent) {
+            obj.attachEvent('on' + type, func);
         } else {
-            obj['on'+type] = func;
+            obj['on' + type] = func;
         }
     },
-    remove(obj, type, func, capture){
-        if(obj.detachEvent){
-            obj.detachEvent('on'+type,func);
+    /**
+     * Remove event handler for specified event on passed element
+     *
+     * @param {DOMElement} obj Element
+     * @param {String} type Event type
+     * @param {Function} Handler
+     * @param {Boolean} capture Specifiy whether the event should be executed in
+     * the capturing or in the bubbling phase
+     */
+    remove(obj, type, func, capture) {
+        if (obj.detachEvent) {
+            obj.detachEvent('on' + type, func);
         }
-        else if(obj.removeEventListener){
+        else if (obj.removeEventListener) {
             obj.removeEventListener(type, func, capture);
         } else {
-            obj['on'+type] = null;
+            obj['on' + type] = null;
         }
     },
-    stop(evt){
-        if(!evt){
+    /**
+     * Prevents further propagation of the current event in the bubbling phase
+     *
+     * @param {Event} evt Event on the DOM
+     */
+    stop(evt) {
+        if (!evt) {
             evt = root.event;
         }
-        if(evt.stopPropagation){
+        if (evt.stopPropagation) {
             evt.stopPropagation();
         } else {
             evt.cancelBubble = true;
         }
     },
-    cancel(evt){
-        if(!evt){
+    /**
+     * Cancels the event if it is cancelable, without stopping further
+     * propagation of the event.
+     *
+     * @param {Event} evt Event on the DOM
+     */
+    cancel(evt) {
+        if (!evt) {
             evt = root.event;
         }
-        if(evt.preventDefault) {
+        if (evt.preventDefault) {
             evt.preventDefault();
         } else {
             evt.returnValue = false;
         }
     },
-    target(evt){
-        return (evt && evt.target) || (root.event && root.event.srcElement);
+    /**
+     * Reference to the object that dispatched the event
+     *
+     * @param {Event} evt Event on the DOM
+     * @returns {DOMElement}
+     */
+    target(evt) {
+        if (!evt) {
+            evt = root.event;
+        }
+        return evt.target || evt.srcElement;
     },
-    keyCode(evt){
+    /**
+     * Returns the Unicode value of pressed key
+     *
+     * @param {Event} evt Event on the DOM
+     * @returns {Number}
+     */
+    keyCode(evt) {
         return evt.charCode ? evt.charCode :
-            (evt.keyCode ? evt.keyCode: (evt.which ? evt.which : 0));
+            (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));
     }
 };
 
diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 658e7e29..b1179a39 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.33 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index de1d90c6..e3160182 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.33 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index d74e587f..d9554ae6 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.33 API Document + src/extensions/colOps/colOps.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index dbe844be..fed07446 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.33 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index be1b8976..9204628b 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.33 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index 4d55eff4..4a7d046c 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.33 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.2.34 API Document diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index cb58923c..62309a74 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.33 API Document + src/extensions/sort/sort.js | tablefilter v0.2.34 API Document @@ -112,7 +112,7 @@
import AdapterSortableTable from './adapterSortabletable';
 import {root} from '../../root';
 
-if(!root.SortableTable){
+if (!root.SortableTable) {
     require('script!sortabletable');
 }
 
diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html
index fe4aa16c..cf2aa5ec 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.33 API Document
+  src/feature.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/helpers.js.html b/docs/file/src/helpers.js.html
index 5089f6be..6e6c2467 100644
--- a/docs/file/src/helpers.js.html
+++ b/docs/file/src/helpers.js.html
@@ -3,7 +3,7 @@
 
   
   
-  src/helpers.js | tablefilter v0.2.33 API Document
+  src/helpers.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html
index 0fc2e935..c9eb4e9f 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.33 API Document
+  src/modules/alternateRows.js | tablefilter v0.2.34 API Document
   
   
   
@@ -112,16 +112,20 @@
 
import {Feature} from '../feature';
 import {addClass, removeClass} from '../dom';
 
+/**
+ * Rows with alternating background color for improved readability
+ */
 export class AlternateRows extends Feature {
 
     /**
-     * Alternating rows color
+     * Creates an instance of AlternateRows.
+     *
      * @param {Object} tf TableFilter instance
      */
     constructor(tf) {
         super(tf, 'alternateRows');
 
-        var config = this.config;
+        let config = this.config;
         //defines css class for even rows
         this.evenCss = config.even_row_css_class || 'even';
         //defines css class for odd rows
@@ -147,24 +151,21 @@ export class AlternateRows extends Feature {
         this.initialized = true;
     }
 
+    /**
+     * Apply background to all valid rows
+     */
     processAll() {
         if (!this.isEnabled()) {
             return;
         }
-        var tf = this.tf;
-        var validRowsIndex = tf.getValidRows(true);
-        var noValidRowsIndex = validRowsIndex.length === 0;
-        //1st index
-        var beginIndex = noValidRowsIndex ? tf.refRow : 0;
-        // nb indexes
-        var indexLen = noValidRowsIndex ?
-            tf.nbFilterableRows + beginIndex :
-            validRowsIndex.length;
-        var idx = 0;
+        let tf = this.tf;
+        let validRowsIndex = tf.getValidRows(true);
+        let indexLen = validRowsIndex.length;
+        let idx = 0;
 
         //alternates bg color
-        for (var j = beginIndex; j < indexLen; j++) {
-            var rowIdx = noValidRowsIndex ? j : validRowsIndex[j];
+        for (let j = 0; j < indexLen; j++) {
+            let rowIdx = validRowsIndex[j];
             this.setRowBg(rowIdx, idx);
             idx++;
         }
@@ -194,8 +195,8 @@ export class AlternateRows extends Feature {
         if (!this.isEnabled() || isNaN(rowIdx)) {
             return;
         }
-        var rows = this.tf.tbl.rows;
-        var i = isNaN(idx) ? rowIdx : idx;
+        let rows = this.tf.tbl.rows;
+        let i = isNaN(idx) ? rowIdx : idx;
         this.removeRowBg(rowIdx);
 
         addClass(rows[rowIdx], (i % 2) ? this.evenCss : this.oddCss);
@@ -209,7 +210,7 @@ export class AlternateRows extends Feature {
         if (isNaN(idx)) {
             return;
         }
-        var rows = this.tf.tbl.rows;
+        let rows = this.tf.tbl.rows;
         removeClass(rows[idx], this.oddCss);
         removeClass(rows[idx], this.evenCss);
     }
@@ -222,7 +223,7 @@ export class AlternateRows extends Feature {
             return;
         }
         let nbRows = this.tf.getRowsNb(true);
-        for (var i = 0; i < nbRows; i++) {
+        for (let i = 0; i < nbRows; i++) {
             this.removeRowBg(i);
         }
 
diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html
index d5e24962..10b77c95 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.33 API Document
+  src/modules/checkList.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html
index 2122f8e4..db73846e 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.33 API Document
+  src/modules/clearButton.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html
index 8f46911c..21a85314 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.33 API Document
+  src/modules/dropdown.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html
index 3626e8ea..39af6bb7 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.33 API Document
+  src/modules/gridLayout.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html
index a15bfbc2..f3150682 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.33 API Document
+  src/modules/hash.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html
index 9dbf97f6..0752ecb0 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.33 API Document
+  src/modules/help.js | tablefilter v0.2.34 API Document
   
   
   
@@ -115,16 +115,16 @@ import Event from '../event';
 import {NONE} from '../const';
 
 const WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +
-                    '4.-Filter-operators';
+    '4.-Filter-operators';
 const WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';
 
-export class Help extends Feature{
+export class Help extends Feature {
 
     /**
      * Help UI component
      * @param {Object} tf TableFilter instance
      */
-    constructor(tf){
+    constructor(tf) {
         super(tf, 'help');
 
         var f = this.config;
@@ -142,7 +142,7 @@ export class Help extends Feature{
             'operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, ' +
             '<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, ' +
             '<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, ' +
-            '<b>rgx:</b><br/><a href="'+ WIKI_URL +'" target="_blank">' +
+            '<b>rgx:</b><br/><a href="' + WIKI_URL + '" target="_blank">' +
             'Learn more</a><hr/>';
         //defines help innerHtml
         this.instrHtml = f.help_instructions_html || null;
@@ -157,12 +157,12 @@ export class Help extends Feature{
             'helpCont';
         //help button element
         this.btn = null;
-         //help content div
+        //help content div
         this.cont = null;
         this.defaultHtml = '<div class="helpFooter"><h4>TableFilter ' +
-            'v'+ tf.version +'</h4>' +
-            '<a href="'+ WEBSITE_URL +'" target="_blank">'+ WEBSITE_URL +'</a>'+
-            '<br/><span>&copy;2015-'+ tf.year +' {AUTHOR}</span>' +
+            'v' + tf.version + '</h4>' + '<a href="' + WEBSITE_URL +
+            '" target="_blank">' + WEBSITE_URL + '</a>' +
+            '<br/><span>&copy;2015-' + tf.year + ' {AUTHOR}</span>' +
             '<div align="center" style="margin-top:8px;">' +
             '<a href="javascript:void(0);" class="close">Close</a></div></div>';
 
@@ -171,21 +171,26 @@ export class Help extends Feature{
         //id prefix for help elements
         this.prfxHelpDiv = 'helpDiv_';
 
-        this.emitter.on(['init-help'], ()=> this.init());
+        this.emitter.on(['init-help'], () => this.init());
     }
 
-    init(){
-        if(this.initialized){
+    /**
+     * Initialise Help instance
+     *
+     * @returns (description)
+     */
+    init() {
+        if (this.initialized) {
             return;
         }
 
         var tf = this.tf;
 
-        var helpspan = createElm('span', ['id', this.prfxHelpSpan+tf.id]);
-        var helpdiv = createElm('div', ['id', this.prfxHelpDiv+tf.id]);
+        var helpspan = createElm('span', ['id', this.prfxHelpSpan + tf.id]);
+        var helpdiv = createElm('div', ['id', this.prfxHelpDiv + tf.id]);
 
         //help button is added to defined element
-        if(!this.tgtId){
+        if (!this.tgtId) {
             tf.setToolbar();
         }
         var targetEl = !this.tgtId ? tf.rDiv : elm(this.tgtId);
@@ -193,7 +198,7 @@ export class Help extends Feature{
 
         var divContainer = !this.contTgtId ? helpspan : elm(this.contTgtId);
 
-        if(!this.btnHtml){
+        if (!this.btnHtml) {
             divContainer.appendChild(helpdiv);
             var helplink = createElm('a', ['href', 'javascript:void(0);']);
             helplink.className = this.btnCssClass;
@@ -207,16 +212,16 @@ export class Help extends Feature{
             divContainer.appendChild(helpdiv);
         }
 
-        if(!this.instrHtml){
+        if (!this.instrHtml) {
             helpdiv.innerHTML = this.instrText;
             helpdiv.className = this.contCssClass;
             Event.add(helpdiv, 'dblclick', () => this.toggle());
         } else {
-            if(this.contTgtId){
+            if (this.contTgtId) {
                 divContainer.appendChild(helpdiv);
             }
             helpdiv.innerHTML = this.instrHtml;
-            if(!this.contTgtId){
+            if (!this.contTgtId) {
                 helpdiv.className = this.contCssClass;
                 Event.add(helpdiv, 'dblclick', () => this.toggle());
             }
@@ -232,14 +237,14 @@ export class Help extends Feature{
     /**
      * Toggle help pop-up
      */
-    toggle(){
+    toggle() {
         // check only if explicitily set to false as in this case undefined
         // signifies the help feature is enabled by default
-        if(this.enabled === false){
+        if (this.enabled === false) {
             return;
         }
         var divDisplay = this.cont.style.display;
-        if(divDisplay === '' || divDisplay === NONE){
+        if (divDisplay === '' || divDisplay === NONE) {
             this.cont.style.display = 'inline';
         } else {
             this.cont.style.display = NONE;
@@ -249,13 +254,13 @@ export class Help extends Feature{
     /**
      * Remove help UI
      */
-    destroy(){
-        if(!this.initialized){
+    destroy() {
+        if (!this.initialized) {
             return;
         }
         removeElm(this.btn);
         this.btn = null;
-        if(!this.cont){
+        if (!this.cont) {
             return;
         }
         removeElm(this.cont);
diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html
index 33d0b6d9..a5f1bd19 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.33 API Document
+  src/modules/highlightKeywords.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html
index ae6a8c94..f6d463a3 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.33 API Document
+  src/modules/loader.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html
index ebf06aa5..965f4391 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.33 API Document
+  src/modules/noResults.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html
index 53ce3c1b..40f91cba 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.33 API Document
+  src/modules/paging.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html
index 4ee7ffd4..437cb696 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.33 API Document
+  src/modules/popupFilter.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html
index b259ae8b..ec9fc875 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.33 API Document
+  src/modules/rowsCounter.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html
index 27d00c56..0eb7cd0f 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.33 API Document
+  src/modules/state.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html
index 55a69280..9ccc9af2 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.33 API Document
+  src/modules/statusBar.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html
index c712bae0..c3125270 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.33 API Document
+  src/modules/storage.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html
index 075b6f83..a4cabe5d 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.33 API Document
+  src/root.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html
index 1015aa3c..35d6e29c 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.33 API Document
+  src/sort.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html
index 216e1029..6b3d3791 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.33 API Document
+  src/string.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html
index a796a85a..9c06c0c7 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.33 API Document
+  src/tablefilter.js | tablefilter v0.2.34 API Document
   
   
   
@@ -220,12 +220,8 @@ export class TableFilter {
 
         //stores filters ids
         this.fltIds = [];
-        //stores filters DOM elements
-        this.fltElms = [];
         //stores valid rows indexes (rows visible upon filtering)
         this.validRowsIndex = [];
-        //stores filters row element
-        this.fltGridEl = null;
         //container div for paging elements, reset btn etc.
         this.infDiv = null;
         //div for rows counter
@@ -1031,9 +1027,9 @@ export class TableFilter {
         if (!this.initialized) {
             return;
         }
-        let rows = this.tbl.rows,
-            Mod = this.Mod,
-            emitter = this.emitter;
+
+        let Mod = this.Mod;
+        let emitter = this.emitter;
 
         if (this.isExternalFlt && !this.popupFilters) {
             this.removeExternalFlts();
@@ -1054,7 +1050,6 @@ export class TableFilter {
         this.validateAllRows();
 
         if (this.fltGrid && !this.gridLayout) {
-            this.fltGridEl = rows[this.filtersRowIndex];
             this.tbl.deleteRow(this.filtersRowIndex);
         }
 
diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html
index b7f80324..497c3b72 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.33 API Document
+  src/types.js | tablefilter v0.2.34 API Document
   
   
   
diff --git a/docs/identifiers.html b/docs/identifiers.html
index 9bdce390..6d0d5eea 100644
--- a/docs/identifiers.html
+++ b/docs/identifiers.html
@@ -3,7 +3,7 @@
 
   
   
-  Index | tablefilter v0.2.33 API Document
+  Index | tablefilter v0.2.34 API Document
   
   
   
@@ -180,7 +180,8 @@
       
- +

Rows with alternating background color for improved readability

+
diff --git a/docs/index.html b/docs/index.html index 4c620312..2a1887c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.2.33 API Document + tablefilter v0.2.34 API Document diff --git a/docs/package.json b/docs/package.json index 7bafb0ab..5f51541f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.2.33", + "version": "0.2.34", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { @@ -28,7 +28,7 @@ "tag": "next" }, "devDependencies": { - "babel-core": "^6.9.0", + "babel-core": "^6.9.1", "babel-eslint": "6.0.4", "babel-loader": "^6.0.1", "babel-preset-es2015": "^6.9.0", diff --git a/docs/script/search_index.js b/docs/script/search_index.js index 3495d9c2..4542269a 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -4367,24 +4367,12 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#fltCssClass", "member" ], - [ - "src/tablefilter.js~tablefilter#fltelms", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltElms", - "src/tablefilter.js~TableFilter#fltElms", - "member" - ], [ "src/tablefilter.js~tablefilter#fltgrid", "class/src/tablefilter.js~TableFilter.html#instance-member-fltGrid", "src/tablefilter.js~TableFilter#fltGrid", "member" ], - [ - "src/tablefilter.js~tablefilter#fltgridel", - "class/src/tablefilter.js~TableFilter.html#instance-member-fltGridEl", - "src/tablefilter.js~TableFilter#fltGridEl", - "member" - ], [ "src/tablefilter.js~tablefilter#fltids", "class/src/tablefilter.js~TableFilter.html#instance-member-fltIds", diff --git a/docs/source.html b/docs/source.html index 0707766a..1aaa89f4 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.2.33 API Document + Source | tablefilter v0.2.34 API Document @@ -108,7 +108,7 @@
-

Source 238/787

+

Source 242/785

@@ -129,7 +129,7 @@ - + @@ -149,15 +149,15 @@ - + - - - + + + @@ -166,7 +166,7 @@ - + @@ -185,23 +185,23 @@ - + - + - - - - + + + + - - - + + + @@ -209,7 +209,7 @@ - + @@ -217,7 +217,7 @@ - + @@ -225,7 +225,7 @@ - + @@ -233,7 +233,7 @@ - + @@ -241,7 +241,7 @@ - + @@ -249,15 +249,15 @@ - + - + - + @@ -265,7 +265,7 @@ - + @@ -273,15 +273,15 @@ - + - + - - - - + + + + @@ -289,7 +289,7 @@ - + @@ -297,7 +297,7 @@ - + @@ -305,7 +305,7 @@ - + @@ -313,7 +313,7 @@ - + @@ -322,15 +322,15 @@ - + - + - - - - + + + + @@ -338,7 +338,7 @@ - + @@ -346,7 +346,7 @@ - + @@ -354,7 +354,7 @@ - + @@ -362,7 +362,7 @@ - + @@ -370,7 +370,7 @@ - + @@ -378,7 +378,7 @@ - + @@ -386,7 +386,7 @@ - + @@ -394,7 +394,7 @@ - + @@ -403,7 +403,7 @@ - + @@ -411,7 +411,7 @@ - + @@ -421,7 +421,7 @@ - + @@ -433,15 +433,15 @@ - + - + - - - - + + + + @@ -456,7 +456,7 @@ - +
100 %1/1 545 byte 222016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/const.js30 %4/13 507 byte 282016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/cookie.js - -1455 byte582016-05-03 06:48:36 (UTC)1515 byte622016-05-03 10:16:10 (UTC)
src/date.js100 %2/2 5770 byte 1832016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/dom.js100 %12/12 4787 byte 1912016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/emitter.jssrc/emitter.js Emitter83 %5/61263 byte502016-05-03 06:48:36 (UTC)100 %6/61323 byte532016-05-03 10:16:10 (UTC)
src/event.js - -1321 byte552016-05-03 06:48:36 (UTC)2637 byte992016-05-03 10:16:10 (UTC)
src/extensions/advancedGrid/adapterEzEditTable.js35 %5/14 18234 byte 4582016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/extensions/advancedGrid/advancedGrid.js- 90 byte 22016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/extensions/colOps/colOps.js22 %2/9 12868 byte 3292016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/extensions/colsVisibility/colsVisibility.js17 %10/57 18085 byte 5462016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/extensions/filtersVisibility/filtersVisibility.js18 %6/33 6337 byte 2022016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/extensions/sort/adapterSortabletable.js11 %3/26 14069 byte 4282016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/extensions/sort/sort.js - -195 byte197 byte 82016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/feature.js0 %0/14 649 byte 382016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/helpers.js100 %1/1 528 byte 252016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/alternateRows.jssrc/modules/alternateRows.js AlternateRows54 %6/113443 byte1272016-05-03 06:48:36 (UTC)72 %8/113327 byte1282016-05-03 10:16:10 (UTC)
src/modules/checkList.js29 %8/27 17102 byte 4882016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/clearButton.js25 %3/12 2671 byte 932016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/dropdown.js35 %7/20 13043 byte 3912016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/gridLayout.js10 %3/29 12216 byte 3502016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/hash.js63 %7/11 2408 byte 1002016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/help.jssrc/modules/help.js Help15 %3/195398 byte1552016-05-03 06:48:36 (UTC)21 %4/195507 byte1602016-05-03 10:16:10 (UTC)
src/modules/highlightKeywords.js40 %4/10 4011 byte 1222016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/loader.js6 %1/15 4565 byte 1552016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/noResults.js5 %1/20 3735 byte 1362016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/paging.js23 %15/63 26261 byte 7572016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/popupFilter.js35 %10/28 9087 byte 2762016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/rowsCounter.js5 %1/18 5009 byte 1492016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/state.js35 %13/37 12252 byte 4132016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/statusBar.js3 %1/29 7663 byte 2222016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/modules/storage.js56 %9/16 2860 byte 1232016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/root.js100 %1/1 235 byte 62016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/sort.js100 %3/3 930 byte 332016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/string.js100 %5/5 1854 byte 692016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
src/tablefilter.jssrc/tablefilter.js TableFilter35 %78/21778278 byte23092016-05-03 06:48:36 (UTC)36 %78/21578055 byte23042016-05-03 10:16:10 (UTC)
src/types.js100 %8/8 1451 byte 672016-05-03 06:48:36 (UTC)2016-05-03 10:16:10 (UTC)
diff --git a/docs/variable/index.html b/docs/variable/index.html index 07be2d3b..3df7de15 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.2.33 API Document + Variable | tablefilter v0.2.34 API Document